:root {
  --content-width: 90vw;
  --content-gutter: 5vw;
  --bg-0: #0c0612;
  --bg-1: #160a1f;
  --bg-2: #1f1028;
  --text: #faf5ff;
  --muted: #c4b5d0;
  --rose: #fb7185;
  --coral: #fb923c;
  --gold: #fbbf24;
  --emerald: #34d399;
  --teal: #2dd4bf;
  --blue: #60a5fa;
  --violet: #a78bfa;
  --plum: #9f1239;
  --line: rgba(255, 255, 255, 0.14);
  --glass: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(8, 2, 16, 0.72);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Stack Sans Notch", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(251, 113, 133, 0.22), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(167, 139, 250, 0.2), transparent 45%),
    radial-gradient(circle at 70% 88%, rgba(52, 211, 153, 0.16), transparent 48%),
    radial-gradient(circle at 20% 75%, rgba(251, 191, 36, 0.14), transparent 40%),
    linear-gradient(165deg, var(--bg-0), var(--bg-1) 52%, var(--bg-2));
  min-height: 100%;
}

#fx-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#cursor-glow {
  position: fixed;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle, rgba(251, 113, 133, 0.35), rgba(167, 139, 250, 0.12) 45%, transparent 70%);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.noise-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
}

.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(84px);
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}

.orb-a {
  width: 480px;
  height: 480px;
  background: rgba(251, 113, 133, 0.55);
  top: -100px;
  left: -60px;
  animation: driftA 12s ease-in-out infinite;
}

.orb-b {
  width: 440px;
  height: 440px;
  background: rgba(96, 165, 250, 0.48);
  right: -80px;
  top: 120px;
  animation: driftB 15s ease-in-out infinite;
}

.orb-c {
  width: 500px;
  height: 500px;
  background: rgba(52, 211, 153, 0.42);
  left: 35%;
  bottom: -200px;
  animation: driftC 17s ease-in-out infinite;
}

.orb-d {
  width: 360px;
  height: 360px;
  background: rgba(251, 191, 36, 0.38);
  right: 28%;
  top: 42%;
  animation: driftD 14s ease-in-out infinite;
}

.orb-e {
  width: 320px;
  height: 320px;
  background: rgba(167, 139, 250, 0.45);
  left: 8%;
  top: 48%;
  animation: driftE 18s ease-in-out infinite;
}

@keyframes driftA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, 35px) scale(1.1); }
}

@keyframes driftB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-70px, 45px) scale(1.08); }
}

@keyframes driftC {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-40px, -60px) scale(1.12); }
}

@keyframes driftD {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(50px, -40px); }
}

@keyframes driftE {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 50px); }
}

.topbar {
  position: relative;
  z-index: 15;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px 20px;
  padding: 16px 40px;
  backdrop-filter: blur(16px);
  background: rgba(12, 6, 18, 0.62);
  border-bottom: 1px solid var(--line);
}

body.site-marketing {
  padding-top: var(--site-header-height, clamp(4rem, 7vw, 5.5rem));
  scroll-padding-top: var(--site-header-height, clamp(4rem, 7vw, 5.5rem));
}

body.site-marketing .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: min(220px, 42vw);
  height: auto;
  display: block;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.menu a {
  color: #e9d5ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.22s, border-color 0.22s, background 0.22s, transform 0.22s, box-shadow 0.22s;
}

.menu a:hover {
  color: #fff;
  border-color: rgba(232, 184, 138, 0.5);
  background: linear-gradient(135deg, rgba(232, 184, 138, 0.14), rgba(190, 74, 111, 0.1));
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(190, 74, 111, 0.15);
}

.menu a:active {
  transform: translateY(0);
  box-shadow: none;
}

.menu a[aria-current="page"],
.menu a.is-active {
  color: #fff;
  border-color: rgba(232, 184, 138, 0.55);
  background: linear-gradient(105deg, rgba(232, 184, 138, 0.22), rgba(190, 74, 111, 0.14));
}

.topbar-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  padding: 0.7rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.2;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease, color 0.22s ease;
  cursor: pointer;
  font-family: inherit;
  overflow: hidden;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  color: #141414;
  font-weight: 700;
  border-radius: 999px;
  background:
    linear-gradient(
      118deg,
      rgba(252, 228, 205, 0.88) 0%,
      rgba(235, 198, 162, 0.78) 48%,
      rgba(210, 168, 132, 0.82) 100%
    );
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255, 248, 240, 0.62);
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(160, 110, 80, 0.12);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.08) 38%,
    transparent 62%
  );
  pointer-events: none;
}

.btn-primary:hover {
  color: #0a0a0a;
  background:
    linear-gradient(
      118deg,
      rgba(255, 235, 215, 0.94) 0%,
      rgba(242, 208, 172, 0.86) 48%,
      rgba(218, 178, 142, 0.9) 100%
    );
  border-color: rgba(255, 252, 248, 0.78);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(160, 110, 80, 0.15);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover {
  background: rgba(251, 113, 133, 0.1);
  border-color: rgba(251, 113, 133, 0.35);
  color: var(--text);
}

html[data-theme="light"] .btn-primary {
  color: #141414;
  background:
    linear-gradient(
      118deg,
      rgba(252, 228, 205, 0.92) 0%,
      rgba(235, 198, 162, 0.84) 48%,
      rgba(210, 168, 132, 0.88) 100%
    );
  box-shadow:
    0 6px 24px rgba(80, 50, 30, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

html[data-theme="light"] .btn-ghost {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(26, 16, 36, 0.15);
  color: var(--text);
}

html[data-theme="light"] .btn-ghost:hover {
  background: rgba(251, 113, 133, 0.08);
}

.btn .btn-ripple-wave {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: scale(0);
  animation: btn-ripple-anim 0.55s ease-out forwards;
  pointer-events: none;
  z-index: 0;
}

@keyframes btn-ripple-anim {
  to {
    transform: scale(2.8);
    opacity: 0;
  }
}

.eyebrow {
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--rose), var(--gold), var(--emerald), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.15;
  font-family: "Stack Sans Notch", system-ui, sans-serif;
  font-weight: 600;
}

h1 {
  margin-top: 12px;
}

.subtext {
  margin: 18px 0 0;
  color: #ddd6fe;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.86rem;
  color: #f5d0fe;
  background: rgba(255, 255, 255, 0.05);
}

.trust-strip span:nth-child(1) { border-color: rgba(251, 113, 133, 0.45); }
.trust-strip span:nth-child(2) { border-color: rgba(251, 191, 36, 0.45); }
.trust-strip span:nth-child(3) { border-color: rgba(52, 211, 153, 0.45); }
.trust-strip span:nth-child(4) { border-color: rgba(167, 139, 250, 0.45); }

.section {
  margin-top: 64px;
  padding: 12px;
}

.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head .subtext {
  margin-left: auto;
  margin-right: auto;
}

.glass-card,
.price-card,
.step,
.product-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.glass-card { padding: 24px; }

.glass-card p, .step p {
  color: #ddd6fe;
  line-height: 1.65;
  margin: 0;
}

.product-card p.text-muted {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

html[data-theme="light"] .product-card p.text-muted {
  color: #5c4d6e;
}

.tilt-card {
  position: relative;
  transition: transform 0.18s ease;
  will-change: transform;
}

.tilt-strong::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    360px circle at var(--mx, 50%) var(--my, 50%),
    rgba(251, 113, 133, 0.25),
    rgba(167, 139, 250, 0.1) 40%,
    transparent 72%
  );
  mix-blend-mode: screen;
}

.depth-grid {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(167, 139, 250, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 113, 133, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
}

.meter {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(12, 6, 18, 0.8);
  border: 1px solid var(--line);
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fb7185, #fbbf24, #34d399, #a78bfa);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.5);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  padding: 22px;
}

.step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a0520;
  background: linear-gradient(140deg, #fb7185, #fbbf24);
}

.step:nth-child(2) span { background: linear-gradient(140deg, #fbbf24, #34d399); }
.step:nth-child(3) span { background: linear-gradient(140deg, #34d399, #a78bfa); }

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cat-card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
}

.cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.cat-card:hover::before { opacity: 0.75; }

.cat-card--kilts::before { background: linear-gradient(160deg, rgba(251, 113, 133, 0.5), transparent); }
.cat-card--acc::before { background: linear-gradient(160deg, rgba(251, 191, 36, 0.5), transparent); }
.cat-card--dress::before { background: linear-gradient(160deg, rgba(96, 165, 250, 0.5), transparent); }
.cat-card--inst::before { background: linear-gradient(160deg, rgba(52, 211, 153, 0.5), transparent); }
.cat-card--uni::before { background: linear-gradient(160deg, rgba(159, 18, 57, 0.55), transparent); }
.cat-card--bespoke::before { background: linear-gradient(160deg, rgba(167, 139, 250, 0.55), transparent); }

.cat-card h3 {
  position: relative;
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.cat-card p {
  position: relative;
  font-size: 0.85rem;
  color: #e9d5ff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.product-card {
  padding: 0;
  overflow: hidden;
}

.product-card__img {
  aspect-ratio: 4/5;
  overflow: hidden;
}

.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__img img {
  transform: scale(1.05);
}

.product-card__body {
  padding: 16px 18px 18px;
}

.product-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #1a0520;
  background: linear-gradient(90deg, #fbbf24, #fb7185);
}

.product-card h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.product-price {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--rose, #fb7185);
}

html[data-theme="light"] .product-price {
  color: #be123c;
}

.product-card .product-card__actions .btn {
  width: 100%;
  margin-top: 0;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.filter-pill:hover {
  border-color: rgba(251, 113, 133, 0.4);
  background: rgba(251, 113, 133, 0.08);
}

.filter-pill.is-active {
  border-color: rgba(251, 113, 133, 0.55);
  background: rgba(251, 113, 133, 0.16);
  color: var(--text);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.testimonial {
  padding: 22px;
}

.testimonial blockquote {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #f3e8ff;
}

.testimonial cite {
  font-size: 0.78rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-cta {
  text-align: center;
  padding: 40px 24px;
  border-radius: 22px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background:
    linear-gradient(140deg, rgba(251, 113, 133, 0.18), rgba(251, 191, 36, 0.1) 35%, rgba(52, 211, 153, 0.12) 70%, rgba(167, 139, 250, 0.15));
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c4b5d0;
  margin-bottom: 6px;
}

input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(12, 6, 18, 0.65);
  color: var(--text);
  font-family: inherit;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(251, 113, 133, 0.55);
  box-shadow: 0 0 0 3px rgba(251, 113, 133, 0.15);
}

.footer {
  margin: 48px auto 0;
  width: var(--content-width, 90vw);
  max-width: var(--content-width, 90vw);
  border-top: 1px solid var(--line);
  padding: 24px 0 48px;
  text-align: center;
  color: var(--muted);
  position: relative;
  z-index: 5;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0;
}

.footer a {
  color: #e9d5ff;
  text-decoration: none;
}

.footer a:hover { color: var(--rose); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 100;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  background: linear-gradient(125deg, #fb7185, #a78bfa);
  color: #1a0520;
  transition: transform 0.35s ease;
}

.toast.is-visible {
  transform: translateX(-50%) translateY(0);
}

.cart-btn {
  position: relative;
}

.cart-btn [data-cart-count],
.cart-btn .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--rose);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  visibility: hidden;
}

.cart-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.cart-drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(8, 4, 14, 0.72);
  opacity: 0;
  transition: opacity 0.3s;
}

.cart-drawer.is-open .cart-drawer__scrim {
  opacity: 1;
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(400px, 100%);
  padding: var(--space-lg, 1.5rem);
  background: linear-gradient(180deg, #1a0e24, #0c0612);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
}

.cart-drawer.is-open .cart-drawer__panel {
  transform: none;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--text-sm, 0.875rem);
}

body.cart-open {
  overflow: hidden;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl, 2rem);
  align-items: start;
}

.checkout-summary {
  border: 1px solid rgba(251, 113, 133, 0.3);
  border-radius: var(--radius-lg, 20px);
  padding: var(--space-lg, 1.5rem);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.privacy-prose {
  max-width: 52rem;
  line-height: 1.75;
  color: var(--muted);
}

.privacy-prose h1 {
  color: var(--text);
}

.privacy-prose h2 {
  margin-top: 2rem;
  font-size: var(--text-h3, 1.25rem);
  color: var(--text);
}

.privacy-prose ul {
  padding-left: 1.25rem;
}

.privacy-prose li {
  margin-bottom: 0.35rem;
}

.privacy-prose a {
  color: var(--rose);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: #1a0520;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: var(--content-gutter, 5vw);
  top: 0.5rem;
}

@media (max-width: 960px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .menu { display: none; }
  .menu.is-open {
    display: flex;
    position: fixed;
    left: var(--content-gutter, 5vw);
    right: var(--content-gutter, 5vw);
    top: var(--site-header-height);
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    background: rgba(12, 6, 18, 0.96);
    padding: var(--space-md, 1.25rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-md, 16px);
    z-index: 49;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .menu.is-open a {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .menu-toggle { display: inline-flex; }
  .form-row-2 { grid-template-columns: 1fr; }
}
