﻿@font-face {
  font-family: "SyneLocal";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("assets/fonts/syne/Syne-Variable-Latin.woff2") format("woff2");
}

:root {
  /* Core semantic palette: original look */
  --bg-dark: #111111;
  --bg-dark-soft: #181816;
  --bg-dark-panel: #0d0d0e;
  --bg-dark-strong: #0a0a0a;
  --bg-light: #f2f2f2;
  --bg-white: #ffffff;
  --surface-card: #f5f5f5;
  --surface-soft: #e2e0e0;
  --surface-muted: #e9e7e7;

  --text-dark: #111111;
  --text-dark-soft: #353535;
  --text-dark-muted: #4d4d4d;
  --text-dark-subtle: #5b5b5b;
  --text-dark-strong: #4a4a4a;
  --text-dark-deep: #2c2c2c;
  --text-light: #ffffff;
  --text-white-soft: #f7f7f7;
  --text-light-soft: #f4f4f4;
  --text-light-strong: #f1f1f1;
  --text-light-muted: #d4d4d4;
  --text-light-subtle: #c4c4c4;
  --text-light-faint: #a0a0a0;
  --text-light-dim: #b9b9b9;
  --text-soft-alt: #bbbbbb;
  --text-hero-muted: #bfbfbf;
  --text-hero-support: #b4b4b4;

  --accent: #d9a5a5;
  --accent-soft: #efcad0;
  --accent-pale: #efc2c8;
  --accent-strong: #f0bec0;
  --accent-label: #f4d3d6;
  --accent-node: #f0c6cc;
  --accent-rose-text: #f1d4d4;
  --accent-glitch: #f8dada;
  --accent-cool: #9cc3d7;

  --primary: #035a46;
  --primary-soft: #a8d0b8;
  --secondary-warm: #d6b389;
  --secondary-warm-soft: #e8d5bf;
  --muted: #8f8f8f;
  --warning: #f2c232;

  --border-muted: #cccccc;
  --border-light: rgba(255, 255, 255, 0.28);
  --border-light-chip: rgba(255, 255, 255, 0.25);
  --border-light-soft: rgba(255, 255, 255, 0.15);
  --border-light-subtle: rgba(255, 255, 255, 0.1);
  --border-accent-soft: rgba(217, 165, 165, 0.6);
  --border-accent-mid: rgba(217, 165, 165, 0.8);
  --border-accent-strong: rgba(217, 165, 165, 0.95);
  --ring-accent-soft: rgba(217, 165, 165, 0.2);
  --ring-accent: rgba(217, 165, 165, 0.22);

  --accent-line: rgba(239, 194, 200, 0.82);
  --accent-line-strong: rgba(239, 194, 200, 0.92);
  --accent-line-soft: rgba(239, 194, 200, 0.62);
  --node-fill: rgba(13, 13, 14, 0.96);

  --overlay-header: rgba(17, 17, 17, 0.95);
  --overlay-panel: rgba(17, 17, 17, 0.98);
  --overlay-input: rgba(17, 17, 17, 0.72);
  --overlay-chip: rgba(10, 10, 10, 0.85);

  --grid-light-soft: rgba(255, 255, 255, 0.06);
  --grid-light: rgba(255, 255, 255, 0.14);
  --hero-glow-blue: rgba(30, 84, 132, 0.24);
  --hero-glow-gold: rgba(221, 151, 40, 0.28);

  --showcase-glow-strong: rgba(169, 214, 191, 0.52);
  --showcase-glow-mid: rgba(169, 214, 191, 0.34);
  --showcase-glow-soft: rgba(169, 214, 191, 0.22);
  --showcase-glow-faint: rgba(169, 214, 191, 0.06);
  --showcase-glow-none: rgba(169, 214, 191, 0);

  --text-glow-bright: rgba(255, 255, 255, 0.95);
  --hero-scanline-clear: rgba(24, 24, 22, 0);
  --hero-scanline-ink: rgba(24, 24, 22, 0.22);
  --mask-ink-soft: rgba(0, 0, 0, 0.86);

  --black: #000000;
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.15);
  --shadow-ink-soft: rgba(0, 0, 0, 0.11);
  --shadow-ink-strong: rgba(0, 0, 0, 0.2);
  --shadow-ink-pop: rgba(0, 0, 0, 0.12);

  /* Legacy aliases retained for existing selectors */
  --charcoal: var(--bg-dark);
  --light: var(--bg-light);
  --dusty: var(--accent);
  --beige: var(--secondary-warm);
  --beige-soft: var(--secondary-warm-soft);
  --yellow: var(--warning);

  --radius: 22px;
  --content-max: 1540px;
  --content-gutter: clamp(18px, 4vw, 72px);
  --font-display: "SyneLocal", "Syne", sans-serif;
  --font-body: "Manrope", "Inter", "Segoe UI", system-ui, sans-serif;
  --syne-heavy-weight: 800;
  --syne-strong-weight: 650;
  --syne-readable-weight: 550;
  --syne-heavy-track: -0.02em;
  --syne-strong-track: -0.014em;
  --syne-readable-track: -0.016em;
  --syne-heavy-line: 0.84;
  --syne-strong-line: 0.92;
  --syne-readable-line: 0.9;
}

:root[data-theme="1"] {
  --bg-dark: #0f1714;
  --bg-dark-soft: #121b18;
  --bg-dark-panel: #0d1512;
  --bg-dark-strong: #0a1110;
  --bg-light: #f9faf7;
  --bg-white: #f9faf7;
  --surface-card: #ece9e4;
  --surface-soft: #e7e4df;
  --surface-muted: #f0ede8;

  --text-dark: #121412;
  --text-dark-soft: #323833;
  --text-dark-muted: #4b544e;
  --text-dark-subtle: #5b645f;
  --text-dark-strong: #464e49;
  --text-dark-deep: #2b312d;
  --text-light: #f9faf7;
  --text-white-soft: #f4f6f3;
  --text-light-soft: #edf0eb;
  --text-light-strong: #e6ebe4;
  --text-light-muted: #d2d8d1;
  --text-light-subtle: #bcc4bc;
  --text-light-faint: #9ba59d;
  --text-light-dim: #b0bab2;
  --text-soft-alt: #bec8be;
  --text-hero-muted: #c7d0c8;
  --text-hero-support: #b8c2b9;

  --accent: #b8c7b1;
  --accent-soft: #d7e0d3;
  --accent-pale: #cfdbca;
  --accent-strong: #c7d5c1;
  --accent-label: #dce4d8;
  --accent-node: #d2dccd;
  --accent-rose-text: #d7e0d3;
  --accent-glitch: #e1e8de;

  --primary: #0f5e4b;
  --primary-soft: #c8d5c2;
  --secondary-warm: #c9c4ba;
  --secondary-warm-soft: #ece7df;
  --muted: #8c978f;
  --warning: #d5bb73;
  --border-muted: #cfcbc4;

  --border-light: rgba(249, 250, 247, 0.28);
  --border-light-chip: rgba(249, 250, 247, 0.24);
  --border-light-soft: rgba(249, 250, 247, 0.16);
  --border-light-subtle: rgba(249, 250, 247, 0.1);
  --border-accent-soft: rgba(184, 199, 177, 0.6);
  --border-accent-mid: rgba(184, 199, 177, 0.8);
  --border-accent-strong: rgba(184, 199, 177, 0.95);
  --ring-accent-soft: rgba(184, 199, 177, 0.2);
  --ring-accent: rgba(184, 199, 177, 0.22);

  --accent-line: rgba(207, 219, 202, 0.82);
  --accent-line-strong: rgba(207, 219, 202, 0.92);
  --accent-line-soft: rgba(207, 219, 202, 0.62);
  --node-fill: rgba(13, 21, 18, 0.96);

  --overlay-header: rgba(15, 23, 20, 0.95);
  --overlay-panel: rgba(15, 23, 20, 0.98);
  --overlay-input: rgba(15, 23, 20, 0.72);
  --overlay-chip: rgba(10, 17, 16, 0.85);

  --grid-light-soft: rgba(249, 250, 247, 0.06);
  --grid-light: rgba(249, 250, 247, 0.14);
  --hero-glow-blue: rgba(27, 87, 74, 0.24);
  --hero-glow-gold: rgba(176, 148, 89, 0.22);

  --showcase-glow-strong: rgba(200, 213, 194, 0.52);
  --showcase-glow-mid: rgba(200, 213, 194, 0.34);
  --showcase-glow-soft: rgba(200, 213, 194, 0.22);
  --showcase-glow-faint: rgba(200, 213, 194, 0.06);
  --showcase-glow-none: rgba(200, 213, 194, 0);
}

:root[data-theme="2"] {
  --bg-dark: #111214;
  --bg-dark-soft: #111214;
  --bg-dark-panel: #151617;
  --bg-dark-strong: #121314;
  --bg-light: #f7f6f4;
  --bg-white: #f7f7f7;
  --surface-card: #ede7e2;
  --surface-soft: #e6dfd9;
  --surface-muted: #e9e2dc;

  --text-dark: #151515;
  --text-dark-soft: #33312f;
  --text-dark-muted: #4d4844;
  --text-dark-subtle: #5a5450;
  --text-dark-strong: #47413d;
  --text-dark-deep: #2f2b29;
  --text-light: #f7f7f7;
  --text-white-soft: #f7f7f7;
  --text-light-soft: #f2efec;
  --text-light-strong: #ece7e3;
  --text-light-muted: #ddd7d3;
  --text-light-subtle: #c8c0bc;
  --text-light-faint: #aba39f;
  --text-light-dim: #beb6b2;
  --text-soft-alt: #cbc5c2;
  --text-hero-muted: #d4cecb;
  --text-hero-support: #c7c1bd;

  --accent: #d7a3ad;
  --accent-soft: #e7c4cb;
  --accent-pale: #e0b7c0;
  --accent-strong: #deadb8;
  --accent-label: #edcfd4;
  --accent-node: #e3bcc5;
  --accent-rose-text: #e5c2ca;
  --accent-glitch: #ebd2d8;

  --primary: #135a49;
  --primary-soft: #b6ccbd;
  --secondary-warm: #ceb79f;
  --secondary-warm-soft: #e5d7ca;
  --muted: #948e8b;
  --warning: #f0be56;
  --border-muted: #c9c3bd;

  --border-light: rgba(247, 247, 247, 0.3);
  --border-light-chip: rgba(247, 247, 247, 0.26);
  --border-light-soft: rgba(247, 247, 247, 0.18);
  --border-light-subtle: rgba(247, 247, 247, 0.12);
  --border-accent-soft: rgba(215, 163, 173, 0.6);
  --border-accent-mid: rgba(215, 163, 173, 0.8);
  --border-accent-strong: rgba(215, 163, 173, 0.95);
  --ring-accent-soft: rgba(215, 163, 173, 0.2);
  --ring-accent: rgba(215, 163, 173, 0.22);

  --accent-line: rgba(224, 183, 192, 0.82);
  --accent-line-strong: rgba(224, 183, 192, 0.92);
  --accent-line-soft: rgba(224, 183, 192, 0.62);
  --node-fill: rgba(21, 22, 23, 0.96);

  --overlay-header: rgba(17, 18, 20, 0.95);
  --overlay-panel: rgba(17, 18, 20, 0.98);
  --overlay-input: rgba(17, 18, 20, 0.72);
  --overlay-chip: rgba(17, 18, 20, 0.85);

  --grid-light-soft: rgba(247, 247, 247, 0.06);
  --grid-light: rgba(247, 247, 247, 0.14);
  --hero-glow-blue: rgba(33, 93, 120, 0.22);
  --hero-glow-gold: rgba(208, 146, 88, 0.22);

  --showcase-glow-strong: rgba(182, 204, 189, 0.52);
  --showcase-glow-mid: rgba(182, 204, 189, 0.34);
  --showcase-glow-soft: rgba(182, 204, 189, 0.22);
  --showcase-glow-faint: rgba(182, 204, 189, 0.06);
  --showcase-glow-none: rgba(182, 204, 189, 0);
}

:root[data-theme="3"] {
  --bg-dark: #1b211f;
  --bg-dark-soft: #1b211f;
  --bg-dark-panel: #1f2824;
  --bg-dark-strong: #151a18;
  --bg-light: #fafaf8;
  --bg-white: #f5f7f4;
  --surface-card: #eef1ec;
  --surface-soft: #e5eae3;
  --surface-muted: #e8ede7;

  --text-dark: #1a1f1d;
  --text-dark-soft: #353d3a;
  --text-dark-muted: #4c5451;
  --text-dark-subtle: #606966;
  --text-dark-strong: #47504d;
  --text-dark-deep: #2d3331;
  --text-light: #f5f7f4;
  --text-white-soft: #f5f7f4;
  --text-light-soft: #edf1ec;
  --text-light-strong: #e8ede7;
  --text-light-muted: #d6ddd7;
  --text-light-subtle: #c0c9c3;
  --text-light-faint: #9fa8a3;
  --text-light-dim: #b3bdb7;
  --text-soft-alt: #c2cbc5;
  --text-hero-muted: #cad3cd;
  --text-hero-support: #bcc6c0;

  --accent: #a8bca2;
  --accent-soft: #c7d5c2;
  --accent-pale: #bfceb9;
  --accent-strong: #b7c9b1;
  --accent-label: #cad8c5;
  --accent-node: #c3d2be;
  --accent-rose-text: #c9d7c4;
  --accent-glitch: #d3dfcf;

  --primary: #2f6b5a;
  --primary-soft: #bfd1b8;
  --secondary-warm: #b8c7b1;
  --secondary-warm-soft: #dbe5d7;
  --muted: #8d9993;
  --warning: #d6b96b;
  --border-muted: #d4d9d2;

  --border-light: rgba(245, 247, 244, 0.28);
  --border-light-chip: rgba(245, 247, 244, 0.24);
  --border-light-soft: rgba(245, 247, 244, 0.16);
  --border-light-subtle: rgba(245, 247, 244, 0.1);
  --border-accent-soft: rgba(168, 188, 162, 0.6);
  --border-accent-mid: rgba(168, 188, 162, 0.8);
  --border-accent-strong: rgba(168, 188, 162, 0.95);
  --ring-accent-soft: rgba(168, 188, 162, 0.2);
  --ring-accent: rgba(168, 188, 162, 0.22);

  --accent-line: rgba(191, 206, 185, 0.82);
  --accent-line-strong: rgba(191, 206, 185, 0.92);
  --accent-line-soft: rgba(191, 206, 185, 0.62);
  --node-fill: rgba(31, 40, 36, 0.96);

  --overlay-header: rgba(27, 33, 31, 0.95);
  --overlay-panel: rgba(27, 33, 31, 0.98);
  --overlay-input: rgba(27, 33, 31, 0.72);
  --overlay-chip: rgba(21, 26, 24, 0.85);

  --grid-light-soft: rgba(245, 247, 244, 0.06);
  --grid-light: rgba(245, 247, 244, 0.14);
  --hero-glow-blue: rgba(59, 110, 98, 0.24);
  --hero-glow-gold: rgba(171, 146, 89, 0.22);

  --showcase-glow-strong: rgba(191, 209, 184, 0.52);
  --showcase-glow-mid: rgba(191, 209, 184, 0.34);
  --showcase-glow-soft: rgba(191, 209, 184, 0.22);
  --showcase-glow-faint: rgba(191, 209, 184, 0.06);
  --showcase-glow-none: rgba(191, 209, 184, 0);
}

:root[data-theme="4"] {
  --bg-dark: #171312;
  --bg-dark-soft: #1c1716;
  --bg-dark-panel: #1a1514;
  --bg-dark-strong: #120f0e;
  --bg-light: #fbf8f4;
  --bg-white: #faf6f2;
  --surface-card: #efe5da;
  --surface-soft: #e9ded2;
  --surface-muted: #f1e7dc;

  --text-dark: #1c1917;
  --text-dark-soft: #383230;
  --text-dark-muted: #514845;
  --text-dark-subtle: #615651;
  --text-dark-strong: #4b423f;
  --text-dark-deep: #2f2926;
  --text-light: #faf6f2;
  --text-white-soft: #f8f3ee;
  --text-light-soft: #f1ebe6;
  --text-light-strong: #eae3dd;
  --text-light-muted: #d8cec5;
  --text-light-subtle: #c4b8ae;
  --text-light-faint: #a9978f;
  --text-light-dim: #b8aaa1;
  --text-soft-alt: #c9bdb5;
  --text-hero-muted: #d2c7be;
  --text-hero-support: #c5b9b0;

  --accent: #c88f74;
  --accent-soft: #e1b39f;
  --accent-pale: #dca58f;
  --accent-strong: #d59e87;
  --accent-label: #e5bcaa;
  --accent-node: #dfb09b;
  --accent-rose-text: #e2b8a6;
  --accent-glitch: #ecd0c2;

  --primary: #2a5a4b;
  --primary-soft: #c6d3c8;
  --secondary-warm: #d2c4b6;
  --secondary-warm-soft: #eaddd0;
  --muted: #91857e;
  --warning: #d7b16b;
  --border-muted: #d2c4b6;

  --border-light: rgba(250, 246, 242, 0.28);
  --border-light-chip: rgba(250, 246, 242, 0.24);
  --border-light-soft: rgba(250, 246, 242, 0.16);
  --border-light-subtle: rgba(250, 246, 242, 0.1);
  --border-accent-soft: rgba(200, 143, 116, 0.6);
  --border-accent-mid: rgba(200, 143, 116, 0.8);
  --border-accent-strong: rgba(200, 143, 116, 0.95);
  --ring-accent-soft: rgba(200, 143, 116, 0.2);
  --ring-accent: rgba(200, 143, 116, 0.22);

  --accent-line: rgba(220, 165, 143, 0.82);
  --accent-line-strong: rgba(220, 165, 143, 0.92);
  --accent-line-soft: rgba(220, 165, 143, 0.62);
  --node-fill: rgba(26, 21, 20, 0.96);

  --overlay-header: rgba(23, 19, 18, 0.95);
  --overlay-panel: rgba(23, 19, 18, 0.98);
  --overlay-input: rgba(23, 19, 18, 0.72);
  --overlay-chip: rgba(18, 15, 14, 0.85);

  --grid-light-soft: rgba(250, 246, 242, 0.06);
  --grid-light: rgba(250, 246, 242, 0.14);
  --hero-glow-blue: rgba(62, 88, 110, 0.2);
  --hero-glow-gold: rgba(201, 136, 95, 0.24);

  --showcase-glow-strong: rgba(198, 211, 200, 0.52);
  --showcase-glow-mid: rgba(198, 211, 200, 0.34);
  --showcase-glow-soft: rgba(198, 211, 200, 0.22);
  --showcase-glow-faint: rgba(198, 211, 200, 0.06);
  --showcase-glow-none: rgba(198, 211, 200, 0);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--charcoal);
  color: var(--text-light);
  font-family: var(--font-body);
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 10000;
  background: var(--bg-white);
  color: var(--black);
  padding: 8px 10px;
  border-radius: 8px;
}

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

.container {
  width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2)));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: var(--overlay-header);
  border-bottom-color: var(--border-light-subtle);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 84px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.logo-flower,
.logo-inline {
  color: var(--dusty);
}

.logo-img {
  height: 18px;
  width: auto;
  display: block;
}

.logo-word {
  line-height: 1;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 24px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-nav a {
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  opacity: 1;
}

.talk-btn {
  background: var(--dusty);
  color: var(--text-dark);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 10px 16px;
  transition: transform 0.25s ease;
}

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

.menu-btn {
  display: none;
  background: none;
  border: 0;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--bg-white);
}

.menu-btn span {
  width: 22px;
  height: 2px;
  background: currentColor;
}

.section-dark {
  background: var(--charcoal);
  color: var(--text-light);
}

.section-light {
  background: var(--light);
  color: var(--text-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 32px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--grid-light-soft) 1px, transparent 1px), linear-gradient(90deg, var(--grid-light-soft) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: end;
  gap: 20px;
  z-index: 1;
  width: 100%;
}

.hero-tagline-small {
  max-width: 290px;
  font-size: 0.74rem;
  color: var(--text-soft-alt);
  margin-bottom: 8px;
}

h1,
.editorial-headline,
.footer-glitch,
.testimonials-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: var(--syne-readable-weight);
  letter-spacing: var(--syne-readable-track);
  line-height: var(--syne-readable-line);
}

.hero-line {
  display: block;
  font-size: clamp(2.3rem, 8vw, 7.5rem);
}

.hero-line:first-child {
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.glitch {
  position: relative;
  color: var(--bg-white);
  isolation: isolate;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.35;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}

.glitch::before {
  color: var(--accent-glitch);
  transform: translate(1px, -1px);
  animation: glitchShift 2.4s infinite steps(2, end);
}

.glitch::after {
  color: var(--accent-cool);
  transform: translate(-1px, 1px);
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  animation: glitchShift 2.7s infinite reverse steps(2, end);
}

@keyframes glitchShift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(2px, -1px);
  }
  60% {
    transform: translate(-2px, 1px);
  }
}

.hero-side-text {
  margin-top: 18px;
  max-width: 360px;
  color: var(--text-hero-support);
  font-size: 0.8rem;
}

.hero-anchor-text {
  margin-top: 56px;
  font-size: 1.2rem;
  font-family: var(--font-display);
  font-weight: var(--syne-strong-weight);
  letter-spacing: var(--syne-strong-track);
  line-height: var(--syne-strong-line);
}

.hero-image-wrap {
  position: relative;
}

.hero-image {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center top;
  min-height: clamp(620px, 74vh, 860px);
  filter: grayscale(100%);
}

.stamp {
  position: absolute;
  right: 10%;
  bottom: 24%;
  width: 108px;
  aspect-ratio: 1;
  border: 2px solid var(--dusty);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--accent-rose-text);
}

.stamp > span:first-child {
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-accent-soft);
  border-radius: 50%;
  padding: 10px;
}

.stamp-core {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-accent-mid);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}

.about {
  padding: 78px 0;
}

.about-top {
  display: grid;
  grid-template-columns: 190px minmax(420px, 620px);
  justify-content: start;
  gap: clamp(24px, 4vw, 74px);
  align-items: start;
}

.small-title {
  font-family: var(--font-display);
  font-weight: var(--syne-strong-weight);
  letter-spacing: var(--syne-strong-track);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: var(--syne-strong-line);
}

.about-top p,
.creation-intro p {
  max-width: 560px;
  font-size: 0.88rem;
  color: var(--text-dark-soft);
}

.about-top .small-title {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.about-top p {
  max-width: 620px;
  font-size: clamp(0.8rem, 0.84vw, 0.95rem);
  line-height: 1.42;
}

.about-top p strong {
  font-weight: 700;
}

.editorial-headline {
  font-size: clamp(2rem, 6.7vw, 5.4rem);
  margin: 36px 0;
  text-align: center;
  text-wrap: balance;
}

.about-headline {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(2.9rem, 6.6vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.012em;
  width: min(960px, 100%);
  margin: clamp(42px, 5.2vw, 68px) 0 clamp(12px, 1.6vw, 18px);
}

.about-headline span {
  display: block;
}

.about-headline span:nth-child(1) {
  margin-left: clamp(43px, 2.75vw, 64px);
  white-space: nowrap;
}

.about-headline span:nth-child(2) {
  position: relative;
  width: calc(100vw - (var(--content-gutter) * 2));
  margin-left: calc(50% - 50vw + var(--content-gutter));
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
}

.about-headline span:nth-child(3) {
  margin-left: clamp(64px, 4.8vw, 120px);
}

.about-headline span:nth-child(4) {
  margin-left: clamp(208px, 14.5vw, 320px);
}

.about-image-grid {
  width: calc(100vw - (var(--content-gutter) * 2));
  margin-left: calc(50% - 50vw + var(--content-gutter));
  display: grid;
  grid-template-columns: clamp(140px, 11vw, 190px) clamp(170px, 13vw, 230px) minmax(30px, 1fr) clamp(190px, 14vw, 250px) clamp(170px, 13vw, 230px);
  column-gap: clamp(14px, 1.7vw, 22px);
  align-items: start;
}

.about-image-grid figure {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(120deg, var(--beige), var(--beige-soft));
  min-height: 0;
  box-shadow: var(--shadow-soft);
  width: 100%;
  height: 100%;
}

.about-image-grid figure:nth-child(1) {
  grid-column: 1;
  height: clamp(210px, 19vw, 290px);
  margin-top: clamp(62px, 6vw, 96px);
}

.about-image-grid figure:nth-child(2) {
  grid-column: 2;
  height: clamp(230px, 21vw, 320px);
  margin-top: clamp(62px, 6vw, 96px);
}

.about-image-grid figure:nth-child(3) {
  grid-column: 4;
  height: clamp(220px, 20vw, 300px);
}

.about-image-grid figure:nth-child(4) {
  grid-column: 5;
  height: clamp(220px, 20vw, 300px);
}

.about-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.about-image-grid figure:hover img {
  transform: scale(1.05);
}

.how-it-works {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 5.2vw, 88px) 0;
  background: var(--bg-dark-panel);
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.02fr) minmax(120px, 0.34fr) minmax(420px, 1fr);
  gap: clamp(20px, 2.2vw, 42px);
  align-items: stretch;
}

.how-left {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.2vw, 20px);
}

.how-eyebrow {
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 0.92vw, 0.95rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-pale);
  font-weight: 600;
}

.how-eyebrow::after {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  margin-top: 14px;
  background: var(--accent-line);
}

.how-title {
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 0.94;
  text-transform: uppercase;
  color: var(--bg-light);
  max-width: 11ch;
}

.how-title span {
  display: block;
}

.how-title span:last-child {
  white-space: nowrap;
}

.how-illustration {
  width: min(100%, 610px);
  margin-top: clamp(6px, 1.2vw, 14px);
  filter: brightness(0.9) contrast(1.06);
}

.how-connector {
  position: relative;
  height: 720px;
  min-height: 720px;
  width: 170px;
  justify-self: center;
  display: grid;
  place-items: center;
}

.how-connector-svg {
  width: auto;
  height: 100%;
  aspect-ratio: 220 / 760;
  display: block;
  margin-inline: auto;
}

.how-connector-svg-mobile {
  display: none;
}

.how-path {
  fill: none;
  stroke: var(--accent-line);
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
}

.how-node-circle {
  fill: var(--node-fill);
  stroke: var(--accent-line-strong);
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
}

.how-node-label {
  fill: var(--accent-node);
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.how-steps {
  height: 720px;
  min-height: 720px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.how-step {
  display: grid;
  align-content: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  padding: clamp(10px, 1.1vw, 18px) 0;
}

.how-step + .how-step {
  border-top: 1px solid var(--accent-line-soft);
}

.how-step h3 {
  font-family: var(--font-body);
  font-size: clamp(1.88rem, 2.95vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: var(--text-light-strong);
  font-weight: 600;
}

.how-step p {
  font-size: clamp(1rem, 1.1vw, 1.24rem);
  line-height: 1.36;
  color: var(--text-light-muted);
  max-width: 30ch;
}

.creations {
  padding: 72px 0;
  overflow-x: hidden;
}

.creation-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.creation-title {
  margin-top: 14px;
  margin-bottom: 6px;
}

.product-subtitle {
  text-align: center;
  color: var(--text-dark-muted);
  margin-bottom: clamp(22px, 3vw, 36px);
}

.product-showcase-scroll {
  width: min(100%, 706px);
  margin: 0 auto;
  overflow: visible;
  padding: 4px 8px 52px;
}

.product-showcase {
  width: 100%;
  max-width: 706px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200fr 244fr 200fr;
  gap: clamp(6px, 1.8vw, 13px);
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  padding: clamp(4px, 1.4vw, 10px) clamp(6px, 2.5vw, 18px);
}

.product-showcase::before {
  content: "";
  position: absolute;
  inset: clamp(-20px, -4.8vw, -34px) clamp(-16px, -7.6vw, -54px) clamp(-20px, -3.6vw, -26px);
  z-index: 0;
  border-radius: clamp(24px, 6vw, 44px);
  background:
    radial-gradient(115% 85% at 50% 50%, var(--showcase-glow-strong) 0%, var(--showcase-glow-soft) 50%, var(--showcase-glow-faint) 72%, var(--showcase-glow-none) 100%),
    linear-gradient(90deg, var(--showcase-glow-none) 0%, var(--showcase-glow-soft) 18%, var(--showcase-glow-mid) 50%, var(--showcase-glow-soft) 82%, var(--showcase-glow-none) 100%);
  filter: blur(clamp(8px, 2vw, 14px));
  pointer-events: none;
}

.phone-card {
  width: 100%;
  background: var(--surface-card);
  border: clamp(2px, 0.9vw, 6px) solid var(--bg-dark-strong);
  border-radius: clamp(14px, 4.5vw, 32px);
  padding: clamp(8px, 2.5vw, 18px) clamp(6px, 1.7vw, 12px) clamp(8px, 2vw, 14px);
  box-shadow: 0 12px 26px var(--shadow-ink-soft);
  position: relative;
  z-index: 1;
}

.phone-left,
.phone-right {
  aspect-ratio: 200 / 404;
  z-index: 1;
}

.phone-center {
  aspect-ratio: 244 / 476;
  z-index: 3;
  box-shadow: 0 24px 48px var(--shadow-ink-strong);
}

.phone-notch {
  top: calc(clamp(2px, 0.9vw, 6px) * -1);
  width: clamp(34px, 12vw, 90px);
  height: clamp(8px, 2.4vw, 18px);
  border-radius: 0 0 clamp(6px, 2vw, 14px) clamp(6px, 2vw, 14px);
}

.phone-screen {
  gap: clamp(6px, 1.8vw, 14px);
}

.phone-top-row h4,
.product-meta h4,
.request-title {
  font-size: clamp(0.62rem, 3.3vw, 1.65rem);
}

.placeholder-grid {
  gap: clamp(4px, 1.2vw, 8px);
}

.placeholder-grid span {
  min-height: clamp(38px, 14vw, 104px);
  border-radius: clamp(4px, 1.2vw, 8px);
}

.placeholder-hero {
  min-height: clamp(54px, 19vw, 142px);
  border-radius: clamp(5px, 1.4vw, 10px);
}

.product-meta {
  gap: clamp(3px, 0.9vw, 6px);
}

.pill {
  font-size: clamp(0.34rem, 1.5vw, 0.58rem);
  padding: clamp(2px, 0.7vw, 4px) clamp(4px, 1.2vw, 8px);
}

.product-meta p {
  font-size: clamp(0.48rem, 2.1vw, 1rem);
}

.product-meta .price {
  font-size: clamp(0.58rem, 2.8vw, 1.35rem);
}

.mock-btn {
  border-radius: clamp(5px, 1.8vw, 12px);
  font-size: clamp(0.34rem, 1.5vw, 0.72rem);
  padding: clamp(5px, 1.7vw, 12px);
}

.info-card {
  border-radius: clamp(4px, 1.2vw, 8px);
  padding: clamp(4px, 1.4vw, 10px);
  gap: clamp(3px, 1vw, 7px);
}

.info-card p {
  font-size: clamp(0.32rem, 1.4vw, 0.62rem);
}

.info-card div {
  font-size: clamp(0.42rem, 1.8vw, 0.9rem);
}

.info-card strong {
  font-size: clamp(0.58rem, 2.8vw, 1.35rem);
}

.carousel-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  gap: 16px;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 12px 2px;
}

.carousel-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: clamp(320px, 24vw, 460px);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rotate-left {
  transform: rotate(-5deg);
}

.rotate-right {
  transform: rotate(5deg);
}

.carousel-card:hover {
  transform: rotate(0deg) translateY(-8px);
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border-muted);
  background: var(--bg-white);
  color: var(--text-dark);
  cursor: pointer;
  transition: transform 0.25s ease;
}

.carousel-btn.next {
  background: var(--yellow);
  border-color: var(--yellow);
}

.carousel-btn:hover {
  transform: scale(1.06);
}

.quote {
  padding: 90px 0;
}

.quote-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.quote-image {
  width: min(400px, 80vw);
  border-radius: 24px;
  filter: grayscale(100%);
}

.orbital-text {
  width: min(500px, 92vw);
  aspect-ratio: 1;
  position: absolute;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.orbital-text text {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  fill: var(--bg-white);
}

.testimonials {
  padding: 76px 0;
}

.testimonials-title {
  font-size: clamp(2.5rem, 9.4vw, 6.8rem);
  text-align: left;
  margin-bottom: 32px;
}

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

.flower-card {
  background: var(--bg-white);
  color: var(--text-dark);
  border-radius: 50% 48% 46% 50% / 46% 52% 42% 54%;
  padding: 40px 28px;
  min-height: 260px;
  box-shadow: 0 18px 24px var(--shadow-ink-pop);
  text-align: center;
}

.flower-card.accent {
  background: var(--accent-soft);
}

.stars {
  letter-spacing: 0.25em;
  margin-bottom: 16px;
  font-weight: 700;
}

.flower-card h3 {
  font-family: var(--font-body);
  margin-top: 16px;
  letter-spacing: 0.04em;
  font-size: 1rem;
}

.site-footer {
  --footer-upper-shift: 10%;
  --footer-model-bottom: -14px;
  padding: 72px 0 14px;
  overflow: hidden;
  background: var(--bg-dark);
}

.footer-shell {
  position: relative;
  isolation: isolate;
  min-height: 684px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
}

.footer-upper {
  grid-row: 1;
  z-index: 6;
  transform: translateY(var(--footer-upper-shift));
}

.footer-headline {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}

.footer-headline span {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--syne-strong-weight);
  color: var(--accent-strong);
  letter-spacing: var(--syne-strong-track);
  font-size: clamp(2rem, 4.9vw, 4.75rem);
  line-height: var(--syne-strong-line);
}

.footer-headline span:last-child {
  text-align: right;
}

.footer-stage {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(300px, 460px) minmax(240px, 1fr);
  column-gap: clamp(20px, 3vw, 52px);
  align-items: start;
  position: static;
  min-height: clamp(390px, 38vw, 510px);
  z-index: 2;
}

.footer-left {
  grid-column: 1;
  position: relative;
  z-index: 4;
  align-self: start;
  justify-self: start;
  padding-top: clamp(32px, 4vw, 64px);
  width: min(100%, 420px);
}

.footer-model-wrap {
  position: absolute;
  left: 50%;
  bottom: var(--footer-model-bottom);
  transform: translateX(-50%);
  width: clamp(380px, 36vw, 560px);
  z-index: 8;
  pointer-events: none;
}

.footer-model {
  display: block;
  width: 100%;
  filter: grayscale(100%);
  border-radius: 0;
}

.footer-right {
  grid-column: 3;
  position: relative;
  z-index: 3;
  display: grid;
  gap: 18px;
  align-content: start;
  justify-self: end;
  justify-items: end;
  text-align: right;
  padding-top: clamp(28px, 4vw, 58px);
  padding-right: clamp(10px, 2vw, 40px);
  padding-bottom: 0;
  width: min(100%, 360px);
}

.footer-waitlist {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 420px);
}

.footer-email-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: var(--overlay-input);
  color: var(--text-light-soft);
  font-family: var(--font-body);
  font-size: 0.86rem;
  outline: none;
}

.footer-email-input::placeholder {
  color: var(--text-light-subtle);
}

.footer-email-input:focus {
  border-color: var(--border-accent-strong);
  box-shadow: 0 0 0 2px var(--ring-accent-soft);
}

.footer-waitlist-btn {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--dusty);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease;
}

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

.footer-nav {
  display: grid;
  justify-items: end;
  gap: 9px;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.35vw, 1.8rem);
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

.socials {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.socials-label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light-subtle);
}

.socials a {
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-light-chip);
  background: var(--overlay-chip);
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 0.8rem;
}

.footer-glitch {
  grid-row: 3;
  margin-top: clamp(-20px, -2vw, -8px);
  font-size: clamp(5rem, 21vw, 19rem);
  color: var(--text-light-soft);
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.78;
  white-space: nowrap;
  text-shadow: 0 0 8px var(--border-light);
  -webkit-text-stroke: 1px var(--border-light-subtle);
}

.footer-glitch::before,
.footer-glitch::after {
  content: none;
}

.copyright {
  grid-row: 4;
  margin: 4px 0 0;
  font-size: 0.72rem;
  color: var(--text-light-faint);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 4;
}

.fade-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-section.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 460px;
  }

  .product-showcase::before {
    inset: -20px -16px;
    border-radius: 30px;
    filter: blur(10px);
  }

  .about-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-headline {
    width: 100%;
    font-size: clamp(2.2rem, 8vw, 4.8rem);
  }

  .about-headline span,
  .about-headline span:nth-child(1),
  .about-headline span:nth-child(2),
  .about-headline span:nth-child(3) {
    margin-left: 0;
  }

  .about-headline span:nth-child(2) {
    position: static;
    left: auto;
    width: auto;
    margin-left: 0;
  }

  .about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 16px;
    width: 100%;
    margin-left: 0;
  }

  .about-image-grid figure,
  .about-image-grid figure:nth-child(1),
  .about-image-grid figure:nth-child(2),
  .about-image-grid figure:nth-child(3),
  .about-image-grid figure:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: clamp(220px, 40vw, 340px);
    margin-top: 0;
  }

  .how-it-works {
    padding: 58px 0;
  }

  .how-it-works-grid {
    grid-template-columns: minmax(250px, 0.8fr) 140px minmax(340px, 1fr);
    gap: 18px;
  }

  .how-title {
    font-size: clamp(2.15rem, 5.5vw, 4.3rem);
    max-width: 11ch;
  }

  .how-connector {
    height: 620px;
    min-height: 620px;
    width: 140px;
  }

  .how-steps {
    height: 620px;
    min-height: 620px;
  }

  .how-step {
    padding: clamp(8px, 1vw, 14px) 0;
  }

  .how-step h3 {
    font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  }

  .how-step p {
    font-size: clamp(0.95rem, 1.36vw, 1.12rem);
  }

  .how-node-label {
    font-size: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer {
    --footer-model-bottom: -14px;
    padding-top: 62px;
  }

  .footer-shell {
    min-height: 621px;
  }

  .footer-headline span {
    font-size: clamp(1.7rem, 6.8vw, 3.4rem);
  }

  .footer-upper {
    transform: translateY(var(--footer-upper-shift));
  }

  .footer-stage {
    margin-top: 22px;
    grid-template-columns: minmax(180px, 1fr) minmax(250px, 340px) minmax(180px, 1fr);
    row-gap: 18px;
    align-items: start;
    min-height: 420px;
  }

  .footer-model-wrap {
    width: min(430px, 58vw);
  }

  .footer-right {
    width: min(360px, 100%);
    padding-top: 18px;
    padding-right: clamp(8px, 1.5vw, 24px);
  }

  .footer-left {
    grid-column: 1;
    width: min(420px, 100%);
    padding-bottom: 0;
  }

  .footer-right {
    grid-column: 3;
  }

  .footer-glitch {
    margin-top: -4px;
    font-size: clamp(4.5rem, 18vw, 10.2rem);
    line-height: 0.82;
  }
}

@media (max-width: 560px) {
  .product-showcase-scroll {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .footer-shell {
    grid-template-rows: auto auto auto auto auto;
  }

  .footer-upper {
    display: contents;
    transform: none;
  }

  .hero-poster {
    padding: 16px 14px 18px;
    border-radius: 0;
  }

  .hero-topbar {
    min-height: 44px;
    grid-template-columns: auto auto;
  }

  .hero-topbar .main-nav,
  .hero-topbar .talk-btn {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    justify-self: end;
  }

  .footer-headline {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 6px;
    grid-row: 1;
  }

  .footer-headline span {
    font-size: clamp(1.5rem, 11vw, 2.5rem);
  }

  .footer-headline span:last-child {
    text-align: left;
  }

  .footer-stage {
    margin-top: 20px;
    grid-template-columns: 1fr;
    row-gap: 16px;
    min-height: auto;
    grid-row: 3;
  }

  .footer-model-wrap {
    grid-row: 2;
    order: unset;
    position: static;
    transform: none;
    width: min(360px, 88vw);
    justify-self: center;
    margin-bottom: 0;
    pointer-events: auto;
    z-index: 1;
  }

  .footer-right {
    grid-column: auto;
    order: 3;
    width: min(360px, 100%);
    justify-self: start;
    justify-items: start;
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    justify-items: start;
  }

  .socials {
    justify-content: flex-start;
  }

  .footer-left {
    grid-column: auto;
    order: 2;
    width: min(360px, 100%);
    text-align: left;
    padding-top: 0;
  }

  .footer-waitlist {
    width: min(100%, 360px);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .footer-email-input,
  .footer-waitlist-btn {
    width: 100%;
    height: 40px;
  }

  .footer-glitch {
    margin-top: 12px;
    font-size: clamp(3.8rem, 24vw, 7.8rem);
    text-align: left;
    letter-spacing: -0.035em;
    grid-row: 4;
  }

  .copyright {
    margin-top: 8px;
    grid-row: 5;
  }

  .hero-topbar .main-nav.open {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
    background: var(--overlay-panel);
    border: 1px solid var(--border-light-soft);
    z-index: 10;
  }

  .hero-topbar .main-nav.open .mobile-talk-btn {
    display: inline-block;
    margin-top: 6px;
    background: var(--dusty);
    color: var(--text-dark);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    padding: 9px 12px;
    width: fit-content;
    opacity: 1;
  }

  .hero-stage {
    min-height: 590px;
  }

  .how-it-works-grid {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
  }

  .how-left {
    grid-column: 1 / -1;
    gap: 14px;
  }

  .how-title {
    font-size: clamp(2.05rem, 11vw, 4rem);
    max-width: 11ch;
  }

  .how-connector {
    grid-column: 1;
    grid-row: 2;
    width: 70px;
    height: 500px;
    min-height: 500px;
    justify-self: center;
  }

  .how-connector-svg-desktop {
    display: none;
  }

  .how-connector-svg-mobile {
    display: block;
    aspect-ratio: 120 / 540;
  }

  .how-node-label {
    font-size: 16px;
  }

  .how-steps {
    grid-column: 2;
    grid-row: 2;
    height: 500px;
    min-height: 500px;
  }

  .how-step {
    padding: 12px 0;
  }

  .how-step h3 {
    font-size: clamp(1.45rem, 7.2vw, 2.2rem);
  }

  .how-step p {
    font-size: clamp(0.95rem, 4.2vw, 1.08rem);
    max-width: none;
  }

  .hero-fashion {
    font-size: clamp(1.7rem, 8.2vw, 2.6rem);
    top: 28px;
  }

  .hero-title-bg {
    top: 118px;
    font-size: clamp(3rem, 20vw, 7.2rem);
  }

  .hero-image-wrap {
    width: min(480px, 96%);
    left: 55%;
    transform: translateX(-50%);
  }

  .hero-side-text {
    top: 236px;
    max-width: 210px;
    font-size: 0.72rem;
  }

  .hero-anchor-text {
    font-size: clamp(1.25rem, 7.6vw, 2rem);
    bottom: 14px;
  }

  .stamp {
    right: 8px;
    bottom: 178px;
    transform: scale(0.8);
  }

  .hero-marker {
    left: 104px;
    bottom: 140px;
    transform: scale(0.9);
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: 0;
  }

  .hero-stage {
    min-height: 510px;
  }

  .hero-title-bg {
    top: 132px;
    font-size: clamp(3rem, 19vw, 5.3rem);
    letter-spacing: 0.02em;
  }

  .hero-side-text {
    top: 214px;
    max-width: 176px;
    font-size: 0.68rem;
  }

  .hero-image-wrap {
    left: 56%;
    width: min(420px, 104%);
  }

  .hero-anchor-text {
    font-size: 1.02rem;
    line-height: 1.05;
  }

  .stamp {
    right: -10px;
    bottom: 156px;
    transform: scale(0.68);
  }

  .hero-marker {
    left: 88px;
    bottom: 122px;
    transform: scale(0.8);
  }

  .how-it-works {
    padding: 54px 0;
  }

  .how-eyebrow {
    font-size: 0.76rem;
  }

  .how-illustration {
    margin-top: 4px;
  }

  .how-connector {
    min-height: 446px;
  }

  .how-steps {
    min-height: 446px;
  }

  .how-node-label {
    font-size: 15px;
  }
}

/* Hero Final Overrides */
.hero {
  padding: 0;
  min-height: 100vh;
  display: block;
  overflow: visible;
}

.hero-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.hero-poster {
  position: relative;
  background: var(--bg-dark-soft);
  border: 0;
  border-radius: 0;
  padding: clamp(18px, 2.2vw, 30px) clamp(16px, 2.4vw, 32px) clamp(24px, 3vw, 36px);
  box-shadow: none;
  overflow: hidden;
  min-height: 100vh;
}

.hero-poster::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  height: clamp(170px, 24vw, 300px);
  background: linear-gradient(to bottom, transparent 0%, var(--bg-dark-soft) 72%, var(--bg-dark) 100%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 4;
}

.hero-glow {
  display: none;
}

.hero-topbar {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: clamp(40px, 3.8vw, 52px);
}

.hero-topbar .main-nav {
  justify-self: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.hero-topbar .talk-btn {
  font-size: 0.62rem;
  padding: 10px 14px;
  letter-spacing: 0.09em;
}

.hero-topbar .mobile-talk-btn {
  display: none;
}

.hero-grid-lines {
  display: none;
}

.hero-stage {
  position: relative;
  min-height: clamp(560px, 68vw, 740px);
  isolation: isolate;
}

.hero-fashion {
  position: absolute;
  top: clamp(14px, 2.4vw, 36px);
  left: clamp(8px, 1vw, 20px);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 5rem);
  font-weight: var(--syne-strong-weight);
  letter-spacing: var(--syne-strong-track);
  text-transform: uppercase;
  z-index: 5;
}

.hero-title-bg {
  position: absolute;
  top: clamp(34px, 4.6vw, 74px);
  left: clamp(22px, 4vw, 86px);
  width: min(56vw, 920px);
  text-align: left;
  margin: 0;
  font-family: var(--font-display);
  font-weight: var(--syne-heavy-weight);
  font-size: clamp(3.1rem, 7.1vw, 6.4rem);
  line-height: var(--syne-heavy-line);
  letter-spacing: var(--syne-heavy-track);
  color: var(--text-white-soft);
  text-transform: uppercase;
  z-index: 2;
  text-shadow: 0 0 1px var(--text-glow-bright), 0 0 18px var(--border-light-subtle);
  filter: contrast(1.18) brightness(1.06);
}

.hero-title-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, var(--hero-scanline-clear) 0 4px, var(--hero-scanline-ink) 4px 7px, var(--hero-scanline-clear) 7px 11px);
  mix-blend-mode: multiply;
  opacity: 0.55;
}

.hero-left-copy {
  position: absolute;
  left: clamp(22px, 4vw, 86px);
  bottom: clamp(120px, 12vw, 240px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.8vw, 30px);
  z-index: 5;
}

.hero-side-text {
  position: relative;
  margin: 0;
  max-width: 260px;
  color: var(--text-hero-muted);
  font-size: clamp(0.73rem, 0.82vw, 0.95rem);
  line-height: 1.35;
  z-index: auto;
}

.hero-anchor-text {
  position: relative;
  margin: 0;
  font-size: clamp(1.72rem, 2.45vw, 3.2rem);
  font-weight: var(--syne-strong-weight);
  letter-spacing: var(--syne-strong-track);
  line-height: var(--syne-strong-line);
  z-index: auto;
}

.hero-waitlist {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(430px, 90vw);
}

.hero-email-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: var(--overlay-input);
  color: var(--text-light-soft);
  font-family: var(--font-body);
  font-size: 0.86rem;
  outline: none;
}

.hero-email-input::placeholder {
  color: var(--text-light-dim);
}

.hero-email-input:focus {
  border-color: var(--border-accent-strong);
  box-shadow: 0 0 0 2px var(--ring-accent-soft);
}

.hero-waitlist-btn {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--dusty);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease;
}

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

.hero-stage .hero-image-wrap {
  position: absolute;
  left: 65%;
  transform: translate(-44%, 10%);
  bottom: -42px;
  width: min(630px, 49.5%);
  z-index: 4;
}

.hero-image {
  width: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
}

.hero-stage .hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/hero-portrait.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  clip-path: ellipse(50% 24% at 50% 19%);
  opacity: 0.96;
  pointer-events: none;
}

.stamp {
  right: clamp(10px, 10vw, 145px);
  bottom: clamp(110px, 17vw, 228px);
  width: clamp(98px, 8.8vw, 132px);
  color: var(--accent-label);
  z-index: 5;
}

.hero-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--dusty);
  left: clamp(120px, 15vw, 226px);
  bottom: clamp(136px, 17vw, 250px);
  box-shadow: 0 0 0 3px var(--ring-accent);
  z-index: 5;
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 680px;
  }

  .hero-stage .hero-image-wrap {
    width: min(570px, 54%);
    left: 59%;
    transform: translate(-46%, 10%);
    bottom: -30px;
  }

  .hero-title-bg {
    top: clamp(48px, 6.2vw, 90px);
    width: min(60vw, 760px);
    font-size: clamp(2.5rem, 6.6vw, 4.8rem);
  }

  .hero-left-copy {
    left: clamp(22px, 4vw, 86px);
    bottom: clamp(90px, 10vw, 180px);
    gap: clamp(16px, 2vw, 24px);
  }
}

@media (max-width: 780px) {
  .hero-poster {
    padding: 16px 14px 18px;
    border-radius: 22px;
  }

  .hero-topbar {
    min-height: 40px;
    grid-template-columns: 1fr auto;
  }

  .hero-topbar .main-nav,
  .hero-topbar .talk-btn {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    justify-self: end;
  }

  .hero-topbar .main-nav.open {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
    background: var(--overlay-panel);
    border: 1px solid var(--border-light-soft);
    z-index: 10;
  }

  .hero-topbar .main-nav.open .mobile-talk-btn {
    display: inline-block;
    margin-top: 6px;
    background: var(--dusty);
    color: var(--text-dark);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    padding: 9px 12px;
    width: fit-content;
    opacity: 1;
  }

  .hero-stage {
    min-height: 590px;
  }

  .hero-title-bg {
    top: 64px;
    left: 16px;
    width: min(72vw, 560px);
    font-size: clamp(1.6rem, 6vw, 3.1rem);
    line-height: 0.86;
  }

  .hero-stage .hero-image-wrap {
    width: min(375px, 72%);
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-left-copy {
    left: 16px;
    bottom: 72px;
    gap: 16px;
  }

  .hero-side-text {
    max-width: 220px;
    font-size: 0.72rem;
  }

  .hero-anchor-text {
    font-size: clamp(1.25rem, 7.6vw, 2rem);
  }

  .hero-waitlist {
    width: min(360px, 94vw);
    gap: 8px;
  }

  .hero-email-input,
  .hero-waitlist-btn {
    height: 40px;
  }

  .hero-waitlist-btn {
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .stamp {
    right: 8px;
    bottom: 178px;
    transform: scale(0.8);
  }

  .hero-marker {
    left: 104px;
    bottom: 140px;
    transform: scale(0.9);
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: 14px;
  }

  .hero-stage {
    min-height: 510px;
  }

  .hero-title-bg {
    top: 56px;
    left: 10px;
    width: min(74vw, 340px);
    font-size: clamp(1.3rem, 5.6vw, 2.2rem);
    line-height: 0.9;
    letter-spacing: var(--syne-heavy-track);
  }

  .hero-left-copy {
    left: 10px;
    bottom: 58px;
    gap: 12px;
  }

  .hero-side-text {
    max-width: 176px;
    font-size: 0.68rem;
  }

  .hero-stage .hero-image-wrap {
    left: 50%;
    width: min(315px, 78%);
    transform: translateX(-50%);
  }

  .hero-anchor-text {
    font-size: 1.02rem;
    line-height: 1.05;
  }

  .hero-waitlist {
    width: min(330px, 95vw);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .hero-email-input,
  .hero-waitlist-btn {
    width: 100%;
  }

  .stamp {
    right: -10px;
    bottom: 156px;
    transform: scale(0.68);
  }

  .hero-marker {
    left: 88px;
    bottom: 122px;
    transform: scale(0.8);
  }
}