    @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&family=DM+Sans:wght@300;400;500;600;700&display=swap');

    /* ─── PALETTE: BOTANIC LUXE 2026 ────────────────────────── */
    :root {
      --cream:        #fbf7f2;
      --ivory:        #fdfaf6;
      --paper:        #f4ebe0;
      --paper-deep:   #ead9c5;
      --ink:          #1d2a23;
      --ink-soft:     #4a5a52;
      --ink-mute:     #8a9088;
      --rose:         #c4677a;
      --rose-deep:    #9e3f56;
      --rose-soft:    #e8a5b1;
      --blush:        #f3d0d4;
      --blush-light:  #faeaec;
      --sage:         #9bb09d;
      --moss:         #5d7a64;
      --forest:       #243b30;
      --forest-deep:  #18271f;
      --gold:         #c9a368;
      --gold-light:   #e2c597;
      --line:         rgba(29, 42, 35, 0.08);
      --line-strong:  rgba(29, 42, 35, 0.16);
      --shadow:       0 30px 80px -30px rgba(36, 59, 48, 0.25);
      --shadow-soft:  0 10px 30px -10px rgba(36, 59, 48, 0.15);
      --radius:       22px;
      --radius-sm:    14px;
      --transition:   0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* ─── RESET ─────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body {
      background: var(--cream);
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      font-weight: 400;
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; }

    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--paper); }
    ::-webkit-scrollbar-thumb { background: var(--rose); border-radius: 3px; }

    /* ─── SUBTLE PAPER GRAIN BG ────────────────────────────── */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(196, 103, 122, 0.06), transparent 70%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(155, 176, 157, 0.07), transparent 70%);
    }

    /* ─── ICONS ─────────────────────────────────────────────── */
    .icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
    .icon {
      width: 1em;
      height: 1em;
      display: inline-block;
      vertical-align: -0.125em;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }
    .icon-inline {
      width: 0.85em;
      height: 0.85em;
      vertical-align: -0.08em;
      color: var(--rose);
      margin: 0 0.05em;
    }

    /* size icons consistently inside their visual wrappers */
    .hero-tag .icon         { width: 0.95rem; height: 0.95rem; color: var(--rose); stroke-width: 1.8; }
    .hero-badge-icon .icon  { width: 22px; height: 22px; color: var(--ink); stroke-width: 1.8; }
    .ticker-item .icon      { width: 1.1rem; height: 1.1rem; color: var(--gold-light); stroke-width: 1.8; vertical-align: -0.22em; margin-right: 4px; }
    .step-icon .icon        { width: 2.1rem; height: 2.1rem; color: var(--rose-deep); stroke-width: 1.5; }
    .feature-icon .icon     { width: 28px; height: 28px; color: var(--rose-deep); stroke-width: 1.6; }
    .feature-card:nth-child(2n) .feature-icon .icon { color: var(--moss); }
    .feature-card:nth-child(3n) .feature-icon .icon { color: var(--gold); }
    .gallery-callout .ico .icon { width: 1.05rem; height: 1.05rem; color: var(--rose); stroke-width: 1.8; }
    .spec-tile-icon .icon   { width: 1.8rem; height: 1.8rem; color: var(--rose); stroke-width: 1.6; }
    .location-icon .icon    { width: 30px; height: 30px; color: var(--rose-deep); stroke-width: 1.6; }
    .location-card:nth-child(2) .location-icon .icon { color: var(--moss); }
    .location-card:nth-child(3) .location-icon .icon { color: var(--gold); }
    .location-card:nth-child(4) .location-icon .icon { color: var(--rose-deep); }
    .contact-icon .icon     { width: 22px; height: 22px; color: var(--rose-deep); stroke-width: 1.7; }
    .form-secure-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      text-align: center;
      margin-top: 14px;
      font-size: 0.74rem;
      color: var(--ink-mute);
    }
    .form-secure-note .icon { width: 14px; height: 14px; }
    .logo-mark {
      display: inline-flex;
      align-items: center;
      color: var(--rose);
    }
    .logo-mark .icon { width: 1.1em; height: 1.1em; stroke-width: 1.8; }

    /* ─── FLOATING WHATSAPP ─────────────────────────────────── */
    .wa-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 1000;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      background: #25d366;
      color: #fff;
      border-radius: 999px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      font-size: 0.92rem;
      letter-spacing: 0.01em;
      box-shadow: 0 18px 40px -12px rgba(37, 211, 102, 0.55), 0 6px 14px -6px rgba(0, 0, 0, 0.2);
      transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    }
    .wa-float:hover {
      transform: translateY(-3px);
      background: #1faa54;
      box-shadow: 0 22px 50px -14px rgba(37, 211, 102, 0.65), 0 10px 22px -8px rgba(0, 0, 0, 0.25);
    }
    .wa-float .icon {
      width: 22px;
      height: 22px;
      stroke-width: 0;
      fill: currentColor;
    }
    .wa-float-label { white-space: nowrap; }
    @media (max-width: 600px) {
      .wa-float {
        width: 56px;
        height: 56px;
        padding: 0;
        right: 16px;
        bottom: 16px;
        justify-content: center;
        gap: 0;
      }
      .wa-float-label { display: none; }
      .wa-float .icon { width: 26px; height: 26px; }
    }

    /* ─── PETALS ────────────────────────────────────────────── */
    .petals-canvas { position: fixed; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
    .petal { position: absolute; bottom: -60px; opacity: 0; animation: floatUp linear infinite; }
    @keyframes floatUp {
      0%   { transform: translateY(0) translateX(0) rotate(0deg) scale(1); opacity: 0; }
      10%  { opacity: 0.55; }
      50%  { transform: translateY(-50vh) translateX(30px) rotate(360deg) scale(0.9); }
      90%  { opacity: 0.3; }
      100% { transform: translateY(-110vh) translateX(-20px) rotate(720deg) scale(0.6); opacity: 0; }
    }

    /* ─── ANNOUNCE ─────────────────────────────────────────── */
    .announce {
      position: relative;
      z-index: 102;
      background: var(--forest);
      color: var(--cream);
      text-align: center;
      padding: 10px 16px;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.02em;
    }
    .announce strong { color: var(--gold-light); font-weight: 600; }
    .announce a { text-decoration: underline; margin-left: 6px; color: var(--blush); font-weight: 600; }

    /* ─── NAV ───────────────────────────────────────────────── */
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
      padding: 18px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(251, 247, 242, 0.75);
      backdrop-filter: blur(20px) saturate(1.4);
      -webkit-backdrop-filter: blur(20px) saturate(1.4);
      border-bottom: 1px solid transparent;
      transition: background 0.4s, padding 0.4s, border-color 0.4s;
    }
    nav.scrolled {
      background: rgba(251, 247, 242, 0.94);
      padding: 12px 40px;
      border-bottom: 1px solid var(--line);
    }
    .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.85rem;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: 0.005em;
      display: flex;
      align-items: baseline;
      gap: 10px;
    }
    .nav-logo .flower {
      color: var(--rose);
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .nav-logo .flower .icon { width: 1.2rem; height: 1.2rem; stroke-width: 1.8; }
    .nav-logo small {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.62rem;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--ink-mute);
    }
    .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
    .nav-links a {
      font-size: 0.86rem;
      font-weight: 500;
      color: var(--ink-soft);
      transition: color var(--transition);
    }
    .nav-links a:hover { color: var(--rose-deep); }
    .nav-cta {
      background: var(--rose);
      color: var(--ivory) !important;
      padding: 11px 24px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.85rem;
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition) !important;
    }
    .nav-cta:hover {
      background: var(--rose-deep);
      transform: translateY(-2px);
      box-shadow: 0 12px 28px -8px rgba(158, 63, 86, 0.5) !important;
    }

    /* ─── BUTTONS ───────────────────────────────────────────── */
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--rose);
      color: var(--ivory);
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      padding: 16px 38px;
      border-radius: 50px;
      border: none;
      cursor: pointer;
      letter-spacing: 0.01em;
      position: relative;
      overflow: hidden;
      animation: cta-pulse 3.5s ease-in-out infinite;
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
      text-decoration: none;
    }
    @keyframes cta-pulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(196, 103, 122, 0); }
      50%       { box-shadow: 0 0 0 14px rgba(196, 103, 122, 0); }
    }
    .btn-primary:hover {
      background: var(--rose-deep);
      transform: translateY(-3px);
      box-shadow: 0 18px 40px -10px rgba(158, 63, 86, 0.5);
    }
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      font-weight: 500;
      padding: 16px 30px;
      border-radius: 50px;
      border: 1.5px solid var(--line-strong);
      cursor: pointer;
      transition: background var(--transition), border-color var(--transition), transform var(--transition), color var(--transition);
      text-decoration: none;
    }
    .btn-ghost:hover {
      background: var(--ink);
      color: var(--ivory);
      border-color: var(--ink);
      transform: translateY(-2px);
    }

    /* ─── HERO ──────────────────────────────────────────────── */
    #hero {
      position: relative;
      min-height: calc(100vh - 80px);
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 60px;
      align-items: center;
      padding: 60px 60px 80px;
      overflow: hidden;
      z-index: 2;
    }

    .hero-noise {
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(ellipse 50% 60% at 90% 30%, rgba(243, 208, 212, 0.4) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 10% 80%, rgba(155, 176, 157, 0.25) 0%, transparent 60%);
      z-index: 0;
      pointer-events: none;
    }

    .hero-content { position: relative; z-index: 2; }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: 50px;
      padding: 9px 20px;
      font-size: 0.74rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--moss);
      margin-bottom: 32px;
      box-shadow: var(--shadow-soft);
    }
    .hero-tag::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--moss);
      border-radius: 50%;
      animation: pulse-dot 2s ease-in-out infinite;
      box-shadow: 0 0 8px var(--sage);
    }
    @keyframes pulse-dot {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.4; transform: scale(0.7); }
    }

    .hero-headline {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.8rem, 5.5vw, 5.4rem);
      font-weight: 500;
      line-height: 1.02;
      letter-spacing: -0.015em;
      margin-bottom: 24px;
      color: var(--ink);
    }
    .hero-headline em {
      font-style: italic;
      font-weight: 400;
      color: var(--rose-deep);
      display: block;
      background: linear-gradient(90deg, var(--rose-deep), var(--rose), var(--gold), var(--rose));
      background-size: 300% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: shimmerText 6s linear infinite;
    }
    @keyframes shimmerText {
      0%   { background-position: 0% center; }
      100% { background-position: 300% center; }
    }

    .hero-sub {
      font-size: clamp(1rem, 1.4vw, 1.12rem);
      font-weight: 400;
      color: var(--ink-soft);
      max-width: 520px;
      margin-bottom: 40px;
      line-height: 1.7;
    }
    .hero-sub strong { color: var(--ink); font-weight: 600; }

    .hero-cta-group { display: flex; gap: 14px; flex-wrap: wrap; }

    .hero-trust {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-top: 36px;
      font-size: 0.84rem;
      color: var(--ink-mute);
      flex-wrap: wrap;
    }
    .hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-mute); }
    .hero-trust strong { color: var(--ink); font-weight: 600; }

    /* HERO MACHINE STAGE — multi-angle animations from one image */
    .hero-stage {
      position: relative;
      perspective: 1800px;
      transform-style: preserve-3d;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 600px;
    }

    .hero-stage::before {
      content: '';
      position: absolute;
      width: 110%;
      height: 110%;
      background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(243, 208, 212, 0.6) 0%, transparent 70%);
      animation: breatheGlow 6s ease-in-out infinite;
      z-index: 0;
    }
    @keyframes breatheGlow {
      0%, 100% { transform: scale(1); opacity: 1; }
      50%       { transform: scale(1.1); opacity: 0.7; }
    }

    /* tilt card */
    .machine-card {
      position: relative;
      width: min(440px, 90%);
      transform-style: preserve-3d;
      animation: heroFloat 7s ease-in-out infinite;
      transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
      z-index: 2;
    }
    @keyframes heroFloat {
      0%, 100% { transform: translateY(0) rotateY(-4deg); }
      50%       { transform: translateY(-14px) rotateY(4deg); }
    }
    .machine-card img,
    .machine-card .machine-svg {
      width: 100%;
      border-radius: 14px;
      box-shadow:
        0 60px 80px -30px rgba(36, 59, 48, 0.35),
        0 0 0 1px rgba(255,255,255,0.5);
      display: block;
    }
    .machine-svg { width: 100%; display: block; line-height: 0; }
    .machine-svg img { width: 100%; height: auto; display: block; border-radius: inherit; }
    .machine-svg svg { width: 100%; height: auto; display: block; border-radius: inherit; }

    /* floor reflection */
    .machine-card::after {
      content: '';
      position: absolute;
      bottom: -30%;
      left: 5%;
      right: 5%;
      height: 35%;
      background: inherit;
      transform: scaleY(-1);
      filter: blur(6px);
      opacity: 0.18;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent 80%);
      -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent 80%);
      pointer-events: none;
    }

    /* floating accent — top right "spec" badge */
    .hero-badge {
      position: absolute;
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 14px 18px;
      box-shadow: var(--shadow);
      display: flex;
      align-items: center;
      gap: 12px;
      animation: badgeFloat 5s ease-in-out infinite;
      z-index: 3;
    }
    .hero-badge.b1 { top: 8%; left: -4%; animation-delay: 0s; }
    .hero-badge.b2 { bottom: 18%; right: -8%; animation-delay: 1.2s; }
    .hero-badge.b3 { top: 50%; right: -12%; animation-delay: 0.6s; }
    @keyframes badgeFloat {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-10px); }
    }
    .hero-badge-icon {
      width: 40px; height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--blush), var(--rose-soft));
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
    }
    .hero-badge.b2 .hero-badge-icon { background: linear-gradient(135deg, var(--sage), var(--moss)); }
    .hero-badge.b3 .hero-badge-icon { background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
    .hero-badge-text { display: flex; flex-direction: column; }
    .hero-badge-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--ink);
      line-height: 1;
    }
    .hero-badge-label {
      font-size: 0.7rem;
      color: var(--ink-mute);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-top: 3px;
    }

    /* ─── STATS BAR ─────────────────────────────────────────── */
    .stats-bar {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 24px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      position: relative;
      z-index: 2;
      background: var(--ivory);
    }
    .stat { text-align: center; }
    .stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.4rem;
      font-weight: 600;
      color: var(--ink);
      display: block;
      letter-spacing: -0.01em;
    }
    .stat-number .tiny { font-size: 1.2rem; color: var(--rose); }
    .stat-label {
      font-size: 0.74rem;
      color: var(--ink-mute);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-top: 4px;
    }

    /* ─── SECTION BASE ──────────────────────────────────────── */
    section { position: relative; z-index: 2; }
    .section-inner { max-width: 1200px; margin: 0 auto; padding: 110px 24px; }
    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--rose-deep);
      margin-bottom: 16px;
    }
    .section-label::before {
      content: '';
      width: 28px;
      height: 1px;
      background: var(--rose-deep);
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      font-weight: 500;
      line-height: 1.1;
      margin-bottom: 18px;
      letter-spacing: -0.015em;
      color: var(--ink);
    }
    .section-title em {
      font-style: italic;
      font-weight: 500;
      color: var(--rose-deep);
    }
    .section-sub {
      font-size: 1.05rem;
      color: var(--ink-soft);
      max-width: 600px;
      line-height: 1.75;
      margin-bottom: 60px;
    }

    .highlight {
      font-style: italic;
      color: var(--rose-deep);
    }

    /* ─── REVEAL ────────────────────────────────────────────── */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }

    /* ─── PROBLEM / SOLUTION ───────────────────────────────── */
    #problem { background: var(--paper); }
    .problem-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }
    .problem-card {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 44px;
      position: relative;
      box-shadow: var(--shadow-soft);
    }
    .problem-card.bad { border-color: rgba(158, 63, 86, 0.18); }
    .problem-card.good {
      background: var(--forest);
      color: var(--cream);
      box-shadow: var(--shadow);
      border-color: var(--forest);
    }
    .problem-card.good h3 { color: var(--gold-light); }
    .problem-card.bad h3 { color: var(--rose-deep); }
    .problem-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 24px;
    }
    .problem-card ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
    .problem-card li {
      display: flex;
      align-items: start;
      gap: 14px;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .problem-card.bad li { color: var(--ink-soft); }
    .problem-card.good li { color: rgba(251, 247, 242, 0.85); }
    .problem-card.good li strong { color: var(--cream); }
    .problem-card li::before {
      flex-shrink: 0;
      width: 22px; height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.78rem;
      font-weight: 700;
      margin-top: 1px;
    }
    .problem-card.bad li::before {
      content: '✕';
      background: rgba(158, 63, 86, 0.1);
      color: var(--rose-deep);
    }
    .problem-card.good li::before {
      content: '✓';
      background: rgba(201, 163, 104, 0.2);
      color: var(--gold-light);
    }

    /* ─── HOW IT WORKS ──────────────────────────────────────── */
    #how { background: var(--cream); }
    #how .section-inner { text-align: center; }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      position: relative;
      margin-top: 30px;
    }
    .steps-grid::before {
      content: '';
      position: absolute;
      top: 60px;
      left: 18%;
      right: 18%;
      height: 2px;
      background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 12px);
      z-index: 0;
    }
    .step-card {
      position: relative;
      z-index: 1;
      padding: 30px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
    }
    .step-icon-wrap {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: var(--ivory);
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      box-shadow: var(--shadow-soft);
      transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
    }
    .step-card:hover .step-icon-wrap {
      box-shadow: 0 24px 40px -12px rgba(196, 103, 122, 0.4);
      transform: translateY(-4px);
      border-color: var(--rose-soft);
    }
    .step-number {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 30px;
      height: 30px;
      background: var(--rose);
      color: var(--ivory);
      border-radius: 50%;
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.95rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .step-icon { font-size: 2.6rem; }
    .step-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--ink);
    }
    .step-desc {
      font-size: 0.92rem;
      color: var(--ink-soft);
      line-height: 1.7;
      max-width: 240px;
    }

    /* ─── WHY BLOOM ─────────────────────────────────────────── */
    #why {
      background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
    }
    .why-layout {
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 80px;
      align-items: start;
    }
    .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .feature-card {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 32px 28px;
      position: relative;
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      box-shadow: var(--shadow-soft);
    }
    .feature-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--rose-soft) 0%, var(--gold-light) 50%, var(--sage) 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform var(--transition);
    }
    .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 50px -15px rgba(36, 59, 48, 0.2);
      border-color: rgba(196, 103, 122, 0.2);
    }
    .feature-card:hover::after { transform: scaleX(1); }
    .feature-icon {
      font-size: 2rem;
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background: var(--blush-light);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    .feature-card:nth-child(2n) .feature-icon { background: rgba(155, 176, 157, 0.2); }
    .feature-card:nth-child(3n) .feature-icon { background: rgba(201, 163, 104, 0.2); }
    .feature-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: var(--ink);
    }
    .feature-desc {
      font-size: 0.9rem;
      color: var(--ink-soft);
      line-height: 1.7;
    }

    /* ─── ROI ──────────────────────────────────────────────── */
    #roi { background: var(--forest); color: var(--cream); }
    #roi .section-label { color: var(--gold-light); }
    #roi .section-label::before { background: var(--gold-light); }
    #roi .section-title { color: var(--cream); }
    #roi .section-title em { color: var(--gold-light); }
    #roi .section-sub { color: rgba(251, 247, 242, 0.7); }

    .roi-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
      margin-top: 20px;
    }
    .roi-item {
      text-align: center;
      padding: 32px 20px;
      border-right: 1px solid rgba(251, 247, 242, 0.08);
      position: relative;
    }
    .roi-item:last-child { border-right: none; }
    .roi-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.6rem, 4.5vw, 3.8rem);
      font-weight: 600;
      color: var(--gold-light);
      line-height: 1;
      margin-bottom: 10px;
      letter-spacing: -0.02em;
    }
    .roi-label {
      font-size: 0.88rem;
      color: var(--cream);
      font-weight: 500;
      margin-bottom: 4px;
    }
    .roi-sub {
      font-size: 0.74rem;
      color: rgba(251, 247, 242, 0.5);
    }

    /* ─── MACHINE GALLERY (multi-angle) ─────────────────────── */
    #showcase { background: var(--cream); overflow: hidden; }
    #showcase .section-inner { text-align: center; }

    .gallery-stage {
      position: relative;
      max-width: 1100px;
      margin: 60px auto;
      perspective: 2400px;
    }

    /* Main 3D rotating card */
    .gallery-main {
      position: relative;
      width: min(380px, 70%);
      margin: 0 auto;
      transform-style: preserve-3d;
      animation: rotate3d 12s ease-in-out infinite;
    }
    @keyframes rotate3d {
      0%, 100% { transform: rotateY(-20deg) rotateX(2deg); }
      25%       { transform: rotateY(0deg) rotateX(-2deg); }
      50%       { transform: rotateY(20deg) rotateX(2deg); }
      75%       { transform: rotateY(0deg) rotateX(-2deg); }
    }
    .gallery-main img,
    .gallery-main .machine-svg {
      width: 100%;
      border-radius: 14px;
      box-shadow:
        0 40px 80px -20px rgba(36, 59, 48, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.4);
    }
    .gallery-ghost .machine-svg { width: 100%; }
    .gallery-ghost img, .gallery-ghost .machine-svg { width: 100%; border-radius: 12px; }

    /* Side ghost copies for "angle" depth */
    .gallery-ghost {
      position: absolute;
      top: 0;
      width: min(280px, 50%);
      opacity: 0.35;
      filter: blur(2px) saturate(0.7);
      pointer-events: none;
    }
    .gallery-ghost img { width: 100%; border-radius: 12px; }
    .gallery-ghost.left {
      left: 4%;
      transform: rotateY(40deg) translateZ(-100px) translateY(20px);
      animation: ghostFloatL 8s ease-in-out infinite;
    }
    .gallery-ghost.right {
      right: 4%;
      transform: rotateY(-40deg) translateZ(-100px) translateY(20px);
      animation: ghostFloatR 8s ease-in-out infinite;
    }
    @keyframes ghostFloatL {
      0%, 100% { transform: rotateY(40deg) translateZ(-100px) translateY(20px); }
      50%       { transform: rotateY(35deg) translateZ(-80px) translateY(0); }
    }
    @keyframes ghostFloatR {
      0%, 100% { transform: rotateY(-40deg) translateZ(-100px) translateY(20px); }
      50%       { transform: rotateY(-35deg) translateZ(-80px) translateY(0); }
    }

    /* Soft glow halo */
    .gallery-stage::before {
      content: '';
      position: absolute;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(243, 208, 212, 0.5), transparent 70%);
      filter: blur(40px);
      animation: haloPulse 5s ease-in-out infinite;
      z-index: -1;
    }
    @keyframes haloPulse {
      0%, 100% { transform: scale(1); opacity: 0.8; }
      50%       { transform: scale(1.15); opacity: 1; }
    }

    /* Floor reflection */
    .gallery-main::after {
      content: '';
      position: absolute;
      bottom: -40%;
      left: 0;
      right: 0;
      height: 40%;
      background-image: inherit;
      background: linear-gradient(180deg, rgba(36, 59, 48, 0.18), transparent);
      filter: blur(20px);
      transform: scaleY(-1);
      opacity: 0.4;
      pointer-events: none;
    }

    /* Spec callouts floating */
    .gallery-callout {
      position: absolute;
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 12px 16px;
      box-shadow: var(--shadow);
      font-size: 0.82rem;
      display: flex;
      align-items: center;
      gap: 10px;
      animation: calloutFloat 5s ease-in-out infinite;
      z-index: 5;
    }
    .gallery-callout strong { color: var(--ink); font-weight: 600; }
    .gallery-callout .ico { font-size: 1.2rem; }
    .gallery-callout.c1 { top: 8%; left: 6%; animation-delay: 0s; }
    .gallery-callout.c2 { top: 32%; right: 4%; animation-delay: 0.7s; }
    .gallery-callout.c3 { bottom: 18%; left: 4%; animation-delay: 1.4s; }
    .gallery-callout.c4 { bottom: 28%; right: 8%; animation-delay: 2.1s; }
    @keyframes calloutFloat {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-10px); }
    }


    /* Spec tile row */
    .spec-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 60px;
    }
    .spec-tile {
      text-align: center;
      padding: 28px 20px;
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      transition: border-color var(--transition), transform var(--transition);
    }
    .spec-tile:hover { border-color: var(--rose-soft); transform: translateY(-4px); }
    .spec-tile-icon { font-size: 1.8rem; margin-bottom: 10px; }
    .spec-tile-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--ink);
    }
    .spec-tile-label {
      font-size: 0.72rem;
      color: var(--ink-mute);
      margin-top: 6px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* ─── LOCATIONS ────────────────────────────────────────── */
    #locations { background: var(--cream); }
    .locations-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    .location-card {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 32px 28px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      box-shadow: var(--shadow-soft);
    }
    .location-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 50px -15px rgba(36, 59, 48, 0.2);
      border-color: var(--rose-soft);
    }
    .location-icon {
      font-size: 2.2rem;
      width: 60px; height: 60px;
      border-radius: 14px;
      background: var(--blush-light);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
    }
    .location-card:nth-child(2) .location-icon { background: rgba(155, 176, 157, 0.2); }
    .location-card:nth-child(3) .location-icon { background: rgba(201, 163, 104, 0.2); }
    .location-card:nth-child(4) .location-icon { background: rgba(243, 208, 212, 0.4); }
    .location-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: var(--ink);
    }
    .location-desc { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.65; }

    /* ─── CONTACT ──────────────────────────────────────────── */
    #contact {
      background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
    }
    .contact-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }
    .contact-form {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 44px;
      box-shadow: var(--shadow);
    }
    .form-row { display: flex; gap: 14px; margin-bottom: 16px; }
    .form-group { flex: 1; display: flex; flex-direction: column; }
    .form-group label {
      font-size: 0.74rem;
      font-weight: 500;
      color: var(--ink-mute);
      margin-bottom: 8px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .form-group input, .form-group select, .form-group textarea {
      background: var(--cream);
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 13px 16px;
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      font-size: 0.94rem;
      outline: none;
      transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
    }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      border-color: var(--rose);
      background: var(--ivory);
      box-shadow: 0 0 0 4px rgba(196, 103, 122, 0.1);
    }
    .form-group textarea { resize: vertical; min-height: 120px; font-family: inherit; }
    .form-group select {
      cursor: pointer;
      appearance: none;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c4677a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      background-size: 16px;
      padding-right: 40px;
    }
    .form-checkbox {
      display: flex;
      align-items: start;
      gap: 10px;
      margin: 22px 0 24px;
      font-size: 0.84rem;
      color: var(--ink-soft);
      line-height: 1.6;
    }
    .form-checkbox input { margin-top: 3px; accent-color: var(--rose); flex-shrink: 0; }
    .form-checkbox a { color: var(--rose-deep); text-decoration: underline; }
    .form-submit {
      width: 100%;
      background: var(--rose);
      color: var(--ivory);
      border: none;
      padding: 17px;
      border-radius: 12px;
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    }
    .form-submit:hover {
      background: var(--rose-deep);
      transform: translateY(-2px);
      box-shadow: 0 14px 30px -8px rgba(158, 63, 86, 0.5);
    }

    .contact-info ul { list-style: none; display: flex; flex-direction: column; gap: 22px; margin-top: 30px; }
    .contact-info li { display: flex; align-items: start; gap: 16px; }
    .contact-icon {
      width: 46px; height: 46px;
      border-radius: 12px;
      background: var(--blush-light);
      border: 1px solid var(--line);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      font-size: 1.1rem;
    }
    .contact-info-label {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--ink-mute);
      margin-bottom: 4px;
    }
    .contact-info-value { font-size: 0.96rem; color: var(--ink); font-weight: 500; }
    .contact-info-value a { transition: color var(--transition); }
    .contact-info-value a:hover { color: var(--rose-deep); }

    .contact-brand-strip {
      margin-top: 36px;
      padding: 26px;
      background: var(--ivory);
      border: 1px solid var(--line);
      border-left: 3px solid var(--rose);
      border-radius: var(--radius-sm);
    }
    .contact-brand-strip h4 {
      font-size: 0.74rem;
      color: var(--rose-deep);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 12px;
      font-weight: 600;
    }
    .contact-brand-strip p {
      font-size: 0.88rem;
      color: var(--ink-soft);
      line-height: 1.7;
    }
    .contact-brand-strip a { color: var(--rose-deep); text-decoration: underline; }

    /* ─── FAQ ──────────────────────────────────────────────── */
    #faq { background: var(--paper); }
    .faq-list { max-width: 800px; margin: 0 auto; }
    .faq-item {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      margin-bottom: 12px;
      overflow: hidden;
      transition: border-color var(--transition), box-shadow var(--transition);
    }
    .faq-item.open {
      border-color: var(--rose-soft);
      box-shadow: var(--shadow-soft);
    }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      color: var(--ink);
      padding: 24px 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      cursor: pointer;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 600;
      text-align: left;
      transition: color var(--transition);
    }
    .faq-question:hover { color: var(--rose-deep); }
    .faq-icon {
      width: 30px; height: 30px;
      border-radius: 50%;
      background: var(--blush-light);
      color: var(--rose-deep);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform var(--transition), background var(--transition), color var(--transition);
      flex-shrink: 0;
      font-weight: 600;
    }
    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: var(--rose);
      color: var(--ivory);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }
    .faq-answer-inner {
      padding: 0 28px 26px;
      font-size: 0.95rem;
      color: var(--ink-soft);
      line-height: 1.75;
    }
    .faq-item.open .faq-answer { max-height: 320px; }

    /* ─── BRAND TICKER ─────────────────────────────────────── */
    #brand-strip {
      background: var(--forest);
      color: var(--cream);
      overflow: hidden;
      padding: 18px 0;
    }
    .brand-ticker {
      display: flex;
      gap: 60px;
      animation: ticker 24s linear infinite;
      width: max-content;
    }
    @keyframes ticker {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    .ticker-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(251, 247, 242, 0.85);
      white-space: nowrap;
    }
    .ticker-item span { color: var(--gold-light); }
    .ticker-dot { font-size: 0.5rem; color: var(--gold-light); }

    /* ─── FINAL CTA ────────────────────────────────────────── */
    .final-cta {
      background: var(--forest);
      color: var(--cream);
      border-radius: 28px;
      padding: 72px 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-top: 80px;
    }
    .final-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 50% 80% at 80% 50%, rgba(196, 103, 122, 0.25), transparent 70%),
        radial-gradient(ellipse 50% 80% at 20% 50%, rgba(155, 176, 157, 0.15), transparent 70%);
      pointer-events: none;
    }
    .final-cta h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 500;
      margin-bottom: 16px;
      position: relative;
      letter-spacing: -0.01em;
      color: var(--cream);
    }
    .final-cta h3 em { font-style: italic; color: var(--rose-soft); }
    .final-cta p {
      color: rgba(251, 247, 242, 0.75);
      max-width: 560px;
      margin: 0 auto 32px;
      font-size: 1.02rem;
      line-height: 1.7;
      position: relative;
    }
    .final-cta strong { color: var(--gold-light); font-weight: 600; }
    .final-cta .btn-primary { background: var(--rose); }
    .final-cta .btn-primary:hover { background: var(--rose-deep); }

    /* ─── FOOTER ───────────────────────────────────────────── */
    footer {
      background: var(--forest-deep);
      color: rgba(251, 247, 242, 0.6);
      padding: 70px 24px 32px;
    }
    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      gap: 50px;
    }
    .footer-brand .logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.2rem;
      font-weight: 600;
      color: var(--cream);
      margin-bottom: 12px;
    }
    .footer-brand .logo span { color: var(--rose-soft); }
    .footer-tagline {
      font-size: 0.9rem;
      line-height: 1.7;
      max-width: 320px;
      margin-bottom: 22px;
    }
    .footer-parent {
      font-size: 0.78rem;
      margin-bottom: 28px;
      line-height: 1.6;
    }
    .footer-parent strong { color: var(--cream); }
    .footer-parent a { color: var(--gold-light); transition: color var(--transition); }
    .footer-parent a:hover { color: var(--rose-soft); }
    .social-links { display: flex; gap: 12px; }
    .social-link {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: rgba(251, 247, 242, 0.06);
      border: 1px solid rgba(251, 247, 242, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background var(--transition), border-color var(--transition), transform var(--transition);
    }
    .social-link:hover {
      background: var(--rose);
      border-color: var(--rose);
      transform: translateY(-3px);
    }
    .social-link svg { width: 16px; height: 16px; fill: var(--cream); }
    .footer-col h4 {
      font-size: 0.74rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--gold-light);
      margin-bottom: 20px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul li a {
      font-size: 0.86rem;
      transition: color var(--transition);
    }
    .footer-col ul li a:hover { color: var(--cream); }

    .footer-bottom {
      max-width: 1200px;
      margin: 56px auto 0;
      padding-top: 28px;
      border-top: 1px solid rgba(251, 247, 242, 0.08);
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      font-size: 0.78rem;
    }
    .footer-bottom p span { color: var(--rose-soft); }
    .footer-legal a { margin-left: 18px; transition: color var(--transition); }
    .footer-legal a:hover { color: var(--cream); }

    /* ─── MOBILE NAV ───────────────────────────────────────── */
    .mobile-nav-toggle {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
      background: none;
      border: none;
    }
    .mobile-nav-toggle span {
      display: block;
      width: 24px; height: 2px;
      background: var(--ink);
      border-radius: 2px;
    }

    /* ─── DIVIDERS ─────────────────────────────────────────── */
    .divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
      max-width: 1200px;
      margin: 0 auto;
    }

    /* ─── RESPONSIVE ───────────────────────────────────────── */
    @media (max-width: 1100px) {
      #hero { grid-template-columns: 1fr; padding: 40px 24px 60px; gap: 60px; text-align: center; }
      .hero-content { max-width: 700px; margin: 0 auto; }
      .hero-headline, .hero-sub { margin-left: auto; margin-right: auto; }
      .hero-cta-group { justify-content: center; }
      .hero-trust { justify-content: center; }
      .hero-stage { min-height: 500px; }
      .stats-bar { grid-template-columns: 1fr 1fr; gap: 24px; }
      .roi-grid { grid-template-columns: 1fr 1fr; }
      .roi-item { border-right: none; border-bottom: 1px solid rgba(251,247,242,0.08); padding-bottom: 24px; }
      .roi-item:nth-child(odd) { border-right: 1px solid rgba(251,247,242,0.08); }
      .roi-item:nth-child(3), .roi-item:nth-child(4) { border-bottom: none; }
    }
    @media (max-width: 980px) {
      nav { padding: 16px 20px; }
      nav.scrolled { padding: 12px 20px; }
      .nav-links { display: none; }
      .mobile-nav-toggle { display: flex; }
      .features-grid { grid-template-columns: 1fr; }
      .why-layout { grid-template-columns: 1fr; gap: 40px; }
      .problem-grid { grid-template-columns: 1fr; }
      .steps-grid { grid-template-columns: 1fr; }
      .steps-grid::before { display: none; }
      .locations-grid { grid-template-columns: 1fr 1fr; }
      .spec-grid { grid-template-columns: 1fr 1fr; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
      .contact-layout { grid-template-columns: 1fr; gap: 40px; }
      .form-row { flex-direction: column; gap: 16px; }
      .gallery-ghost { display: none; }
      .gallery-callout { display: none; }
    }
    @media (max-width: 768px) {
      html { font-size: 15px; }
      #hero { padding: 32px 20px 50px; gap: 40px; }
      .hero-stage { min-height: 360px; }
      .machine-card { width: min(320px, 80%); }
      .spec-grid { grid-template-columns: 1fr 1fr; }
      .gallery-stage { min-height: 460px; }
      .brand-ticker { gap: 30px; font-size: 0.74rem; }
      .ticker-dot { font-size: 0.6rem; }
      .stats-bar { grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px 20px; }
      .stat-number { font-size: 2.4rem; }
      .section-title { font-size: 2rem; }
    }
    @media (max-width: 600px) {
      html { font-size: 14.5px; }
      .section-inner { padding: 70px 18px; }
      .hero-cta-group { flex-direction: column; align-items: stretch; max-width: 360px; margin: 0 auto; }
      .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
      .locations-grid { grid-template-columns: 1fr; }
      .footer-inner { grid-template-columns: 1fr; gap: 32px; }
      .contact-form { padding: 24px 20px; }
      .final-cta { padding: 44px 22px; }
      .stats-bar { grid-template-columns: 1fr 1fr; padding: 26px 16px; }
      .problem-card { padding: 28px 22px; }
      .hero-badge { display: none; }
      .announce { font-size: 0.72rem; padding: 9px 14px; }
      .announce a { display: inline-block; margin-top: 2px; }
      .contact-info li { gap: 12px; }
      .contact-icon { width: 40px; height: 40px; }
      .form-row { gap: 14px; margin-bottom: 14px; }
      .gallery-stage { min-height: 380px; }
      .gallery-main .machine-svg { max-width: 220px; }
      .spec-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .spec-tile { padding: 22px 14px; }
      .footer-inner { padding: 50px 20px 30px; }
      .roi-grid { grid-template-columns: 1fr; }
      .roi-item { border-right: none !important; }
    }
    @media (max-width: 420px) {
      .hero-headline { font-size: 2.4rem; }
      .section-title { font-size: 1.7rem; }
      .stat-number { font-size: 2rem; }
      .spec-grid { grid-template-columns: 1fr; }
      .nav-logo small { display: none; }
      .stats-bar { grid-template-columns: 1fr; }
      .form-submit { font-size: 0.94rem; padding: 16px; }
    }

    /* ─── MOBILE NAV OVERLAY ───────────────────────────────── */
    .mobile-nav-overlay {
      position: fixed;
      inset: 0;
      background: rgba(36, 59, 48, 0.97);
      backdrop-filter: blur(20px);
      z-index: 200;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
      opacity: 0;
      pointer-events: none;
      transition: opacity var(--transition);
    }
    .mobile-nav-overlay.open { opacity: 1; pointer-events: all; }
    .mobile-nav-overlay a {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.9rem;
      font-weight: 500;
      color: var(--cream);
      transition: color var(--transition);
    }
    .mobile-nav-overlay a:hover { color: var(--rose-soft); }
    .mobile-close {
      position: absolute;
      top: 20px; right: 24px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--cream);
      font-size: 1.8rem;
      line-height: 1;
    }

    /* ─── KVKK MODAL ───────────────────────────────────────── */
    .modal-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(24, 39, 31, 0.65);
      backdrop-filter: blur(8px);
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      pointer-events: none;
      transition: opacity var(--transition);
    }
    .modal-backdrop.open { opacity: 1; pointer-events: all; }
    .modal-box {
      background: var(--ivory);
      border: 1px solid var(--line);
      border-radius: 22px;
      max-width: 720px;
      width: 100%;
      max-height: 85vh;
      overflow-y: auto;
      padding: 48px;
      position: relative;
      box-shadow: 0 60px 100px -20px rgba(0,0,0,0.4);
    }
    .modal-box h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.9rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 18px;
    }
    .modal-box h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--rose-deep);
      margin: 24px 0 8px;
    }
    .modal-box p, .modal-box li {
      font-size: 0.9rem;
      color: var(--ink-soft);
      line-height: 1.75;
      margin-bottom: 8px;
    }
    .modal-box ul { padding-left: 22px; margin-bottom: 12px; }
    .modal-close {
      position: absolute;
      top: 18px; right: 18px;
      background: var(--paper);
      border: 1px solid var(--line);
      color: var(--ink);
      width: 38px; height: 38px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.1rem;
      transition: background var(--transition);
    }
    .modal-close:hover { background: var(--blush); }
