:root {
  --paper: #f4f1e9;
  --paper-2: #ebe7de;
  --ink: #171715;
  --muted: #77746d;
  --line: rgba(23, 23, 21, 0.14);
  --accent: #d0fa43;
  --accent-2: #bfea44;
  --dark: #10110f;
  --white: #fcfbf7;
  --radius: 20px;
  --max: 1320px;
  --scene-progress: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  background: var(--accent);
  z-index: 1000;
}
::selection { background: var(--accent); color: var(--ink); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  margin: 16px auto 0;
  padding: 11px 12px 11px 18px;
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  border: 1px solid rgba(23, 23, 21, 0.1);
  border-radius: 100px;
  backdrop-filter: blur(18px);
  transition: background .35s, transform .35s, border-color .35s;
}
.site-header.scrolled { background: rgba(244, 241, 233, .93); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -.04em; width: fit-content; }
.brand-mark { width: 23px; height: 23px; position: relative; display: inline-block; flex: 0 0 auto; }
.brand-mark i { position: absolute; display: block; background: currentColor; width: 8px; height: 8px; border-radius: 50%; }
.brand-mark i:nth-child(1) { left: 0; top: 8px; }
.brand-mark i:nth-child(2) { right: 0; top: 0; }
.brand-mark i:nth-child(3) { right: 0; bottom: 0; }
.nav-links { display: flex; gap: 30px; color: #4e4c47; font-size: 14px; }
.nav-links a, footer a { transition: opacity .2s; }
.nav-links a:hover, footer a:hover { opacity: .55; }
.header-cta { justify-self: end; display: inline-flex; gap: 16px; align-items: center; background: var(--ink); color: var(--white); padding: 11px 16px 11px 18px; border-radius: 100px; font-size: 14px; font-weight: 600; }
.header-cta span, .button span { transition: transform .25s; }
.header-cta:hover span, .button:hover span { transform: translate(3px, -3px); }

.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1, h2 { font-family: "Manrope", sans-serif; font-weight: 500; letter-spacing: -.065em; line-height: .98; margin: 0; }
h1 em, h2 em, .salon-hero h3 em, .final-copy h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { font-size: clamp(3rem, 6.3vw, 6.7rem); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 0 20px 0 24px; border-radius: 100px; font-weight: 600; font-size: 15px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-accent { background: var(--accent); color: var(--ink); }

/* Hero */
.hero {
  position: relative;
  min-height: 1180px;
  padding: 170px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 74% 50%, rgba(208, 250, 67, .22), transparent 27%),
    linear-gradient(180deg, var(--paper), #f7f4ed 80%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(23,23,21,.1) .6px, transparent .6px); background-size: 12px 12px; opacity: .15; mask-image: linear-gradient(to bottom, transparent, black 40%, transparent); }
.hero-copy { position: relative; z-index: 3; width: 78%; }
.hero-copy h1 { font-size: clamp(4rem, 7.85vw, 8.1rem); }
.hero-copy h1 em { color: #65625c; }
.hero-lede { max-width: 535px; margin: 34px 0 0; color: #595750; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 12px; font-weight: 600; font-size: 14px; padding: 12px 0; border-bottom: 1px solid var(--ink); }
.reveal { opacity: 0; transform: translateY(22px); animation: enter .9s cubic-bezier(.2,.8,.2,1) forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
@keyframes enter { to { opacity: 1; transform: none; } }

.hero-product { position: absolute; z-index: 2; width: min(990px, 74vw); height: 590px; top: 580px; left: 50%; transform: translateX(-38%); perspective: 1800px; }
.hero-aura { position: absolute; width: 750px; height: 400px; background: var(--accent); border-radius: 50%; filter: blur(110px); opacity: .26; left: 14%; top: 16%; }
.hero-shell { position: relative; width: 100%; height: 100%; background: #f8f8f5; border: 1px solid rgba(23,23,21,.16); border-radius: 18px; box-shadow: 0 60px 120px rgba(30, 31, 24, .18), 0 12px 36px rgba(30,31,24,.08); overflow: hidden; transform: rotateX(3deg) rotateY(-6deg); transition: transform .18s ease-out; }
.shell-topbar { height: 52px; border-bottom: 1px solid #e7e6e0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; font-size: 11px; color: #6c6c65; }
.shell-logo { color: #1c1d1b; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.shell-logo span { width: 16px; height: 16px; background: var(--ink); border-radius: 5px 5px 5px 1px; display: block; }
.shell-owner { justify-self: end; background: #e6e6df; border-radius: 50%; display: grid; place-items: center; width: 28px; height: 28px; font-size: 9px; color: #373733; }
.shell-body { display: grid; grid-template-columns: 54px 1fr; height: calc(100% - 52px); }
.shell-nav { background: #171815; display: flex; flex-direction: column; align-items: center; gap: 31px; padding-top: 25px; }
.shell-nav b { display: grid; place-items: center; color: var(--dark); width: 27px; height: 27px; background: var(--accent); border-radius: 8px; }
.shell-nav i { width: 17px; height: 17px; border: 1px solid #66665f; border-radius: 5px; }
.shell-content { position: relative; padding: 31px 30px; overflow: hidden; }
.shell-heading { display: flex; justify-content: space-between; align-items: center; }
.shell-heading div { display: flex; flex-direction: column; }
.shell-heading small { font-size: 10px; color: #8b8a82; }
.shell-heading strong { font-family: "Manrope"; font-size: 21px; letter-spacing: -.04em; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #ddddd6; padding: 8px 11px; border-radius: 100px; font-size: 9px; }
.live-badge i { width: 6px; height: 6px; background: #7ac53e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(122,197,62,.15); }
.day-grid { display: grid; grid-template-columns: 33px repeat(3, 1fr); height: 375px; margin-top: 27px; border: 1px solid #e4e3dc; border-radius: 10px; overflow: hidden; background: #fff; }
.time-axis { display: flex; flex-direction: column; justify-content: space-around; padding: 40px 8px 8px; color: #aaa9a1; font-size: 8px; }
.calendar-column { position: relative; border-left: 1px solid #ecebe5; background-image: linear-gradient(#f0efe9 1px, transparent 1px); background-size: 100% 46px; }
.column-label { height: 40px; display: flex; justify-content: space-between; align-items: center; padding: 0 10px; background: #fafaf7; border-bottom: 1px solid #e7e6e0; }
.column-label span { font-size: 10px; font-weight: 600; }
.column-label small { font-size: 8px; color: #a09f97; }
.appt { position: absolute; left: 7px; right: 7px; border-radius: 5px; padding: 8px; display: flex; flex-direction: column; border-left: 2px solid; }
.appt b { font-size: 9px; }.appt small { font-size: 7px; opacity: .6; margin-top: 3px; }
.appt-one { top: 87px; height: 70px; background: #edf1e9; border-color: #8aa27b; }.appt-two { top: 234px; height: 64px; background: #f3eee7; border-color: #ba8e69; }
.appt-three { top: 62px; height: 82px; background: #eeecef; border-color: #957e9b; }.appt-four { top: 257px; height: 92px; background: #f0f2e6; border-color: #a0ad54; }
.appt-five { top: 157px; height: 74px; background: #e9eef1; border-color: #7896a5; }
.ai-float { position: absolute; right: 48px; bottom: 31px; width: 390px; min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 12px 12px 16px; color: #f7f7f2; background: #1c1d1a; border: 1px solid #42433d; border-radius: 14px; box-shadow: 0 18px 60px rgba(0,0,0,.22); }
.ai-spark { color: var(--accent); font-size: 20px; }.ai-float p { margin: 0; font-size: 10px; color: #b9bab3; }.ai-float small { display: block; color: white; font-size: 9px; margin-bottom: 2px; }.ai-float button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--accent); cursor: pointer; }
.hero-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 14px; background: rgba(255,255,252,.92); border: 1px solid rgba(23,23,21,.12); box-shadow: 0 9px 30px rgba(30,31,24,.1); border-radius: 100px; font-size: 11px; font-weight: 600; animation: float 5s ease-in-out infinite; }
.hero-note span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--accent); }
.note-site { left: -60px; top: 140px; }.note-booking { right: -90px; top: 250px; animation-delay: -1.4s; }.note-ai { left: 15%; bottom: -25px; animation-delay: -2.8s; }
@keyframes float { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); top: 425px; writing-mode: vertical-rl; display: flex; align-items: center; gap: 12px; color: #85827b; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 42px; background: var(--line); position: relative; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; left: 0; top: -50%; height: 50%; width: 1px; background: var(--ink); animation: scroll-line 2s infinite; }
@keyframes scroll-line { to { top: 110%; } }

/* Chaos story */
.story-section { height: 260vh; position: relative; background: var(--dark); color: var(--white); --p: 0; }
.sticky-stage { position: sticky; top: 0; height: 100vh; min-height: 690px; overflow: hidden; }
.chaos-stage { padding: 95px max(24px, calc((100vw - var(--max)) / 2)); }
.section-intro-centered { text-align: center; }
.section-intro h2 { font-size: clamp(2.6rem, 5vw, 5.8rem); }
.section-intro h2 em { color: #8d8e88; }
.chaos-field { position: absolute; width: min(1100px, 88vw); height: 520px; left: 50%; top: 51%; transform: translate(-50%, -38%); }
.chaos-item { position: absolute; z-index: 2; width: 190px; min-height: 70px; padding: 13px 16px 13px 50px; background: #242521; border: 1px solid #373832; border-radius: 10px; box-shadow: 0 20px 50px rgba(0,0,0,.25); transition: filter .2s; opacity: calc(1 - var(--p) * 1.15); }
.chaos-item > span { position: absolute; left: 14px; top: 17px; display: grid; place-items: center; width: 25px; height: 25px; background: #363731; border-radius: 6px; font-weight: 600; }
.chaos-item b, .chaos-item small { display: block; }.chaos-item b { font-size: 12px; }.chaos-item small { color: #93958c; font-size: 9px; margin-top: 4px; }
.chaos-instagram { left: 0; top: 18px; transform: translate(calc(var(--p) * 370px), calc(var(--p) * 180px)) rotate(calc((1 - var(--p)) * -5deg)); }
.chaos-whatsapp { right: 0; top: 5px; transform: translate(calc(var(--p) * -370px), calc(var(--p) * 190px)) rotate(calc((1 - var(--p)) * 4deg)); }
.chaos-phone { left: -50px; top: 230px; transform: translate(calc(var(--p) * 420px), calc(var(--p) * -30px)) rotate(calc((1 - var(--p)) * 3deg)); }
.chaos-notes { right: -45px; top: 250px; transform: translate(calc(var(--p) * -420px), calc(var(--p) * -50px)) rotate(calc((1 - var(--p)) * -3deg)); }
.chaos-google { left: 160px; bottom: 0; transform: translate(calc(var(--p) * 210px), calc(var(--p) * -110px)) rotate(calc((1 - var(--p)) * 3deg)); }
.chaos-tool { right: 150px; bottom: -5px; transform: translate(calc(var(--p) * -220px), calc(var(--p) * -115px)) rotate(calc((1 - var(--p)) * -4deg)); }
.chaos-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chaos-lines path { fill: none; stroke: #464740; stroke-width: 1; stroke-dasharray: 4 7; opacity: calc(var(--p) * 1.7); }
.chaos-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: calc(140px + var(--p) * 70px); height: calc(140px + var(--p) * 70px); transform: translate(-50%,-50%) scale(calc(.4 + var(--p) * .6)); background: var(--accent); color: var(--dark); border-radius: 50%; display: grid; place-items: center; text-align: center; opacity: var(--p); box-shadow: 0 0 0 calc(var(--p) * 45px) rgba(208,250,67,.06), 0 0 0 calc(var(--p) * 95px) rgba(208,250,67,.025); }
.chaos-core .brand-mark { position: absolute; top: 36px; }.chaos-core strong { margin-top: 28px; font-family: "Manrope"; font-size: 18px; line-height: 1.15; letter-spacing: -.04em; }
.chaos-resolution { position: absolute; bottom: 40px; left: 50%; margin: 0; transform: translate(-50%, calc(20px - var(--p) * 20px)); color: #c5c6be; text-align: center; font-size: 14px; line-height: 1.5; opacity: max(0, calc((var(--p) - .62) * 2.7)); }

/* Website assembly */
.website-section { height: 240vh; --p: 0; }
.website-stage { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: center; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.website-copy { z-index: 2; }
.website-copy h2 { font-size: clamp(3rem, 5.4vw, 5.9rem); }.website-copy h2 em { color: #6f6d67; }
.website-copy > p:not(.eyebrow) { color: var(--muted); max-width: 450px; font-size: 18px; line-height: 1.6; margin: 30px 0; }
.domain-compare { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 5px; }
.domain-compare div { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.domain-compare small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.domain-compare s { color: #98958e; font-size: 14px; }
.domain-own strong { font-family: "Manrope"; font-size: 22px; }
.domain-own span { position: absolute; right: 0; bottom: 18px; padding: 5px 8px; background: var(--accent); border-radius: 100px; font-size: 9px; font-weight: 600; }
.browser-frame { position: relative; width: 900px; height: 620px; background: #fff; border: 1px solid rgba(23,23,21,.18); border-radius: 16px; box-shadow: 0 45px 90px rgba(25,25,21,.14); overflow: hidden; transform: perspective(1600px) rotateY(calc(-7deg + var(--p) * 7deg)) translateX(calc((1 - var(--p)) * 70px)) scale(calc(.87 + var(--p) * .13)); transform-origin: left center; }
.browser-bar { height: 45px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; padding: 0 16px; background: #f5f4f0; border-bottom: 1px solid #e4e2dc; color: #8a8983; font-size: 9px; }
.traffic { display: flex; gap: 5px; }.traffic i { width: 7px; height: 7px; background: #d4d2cb; border-radius: 50%; }
.address { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 6px; background: white; border: 1px solid #e2e0da; border-radius: 6px; color: #4b4a45; }.browser-bar > span:last-child { justify-self: end; }
.salon-site { position: relative; height: calc(100% - 45px); overflow: hidden; background: #d9d0c2; }
.salon-nav { position: relative; z-index: 3; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; border-bottom: 1px solid rgba(255,255,255,.24); color: white; }
.salon-nav b { font-family: Georgia, serif; font-size: 15px; letter-spacing: .12em; }.salon-nav div { display: flex; gap: 24px; align-items: center; font-size: 9px; }.salon-nav button { padding: 9px 13px; border: 0; background: #f1ece4; color: #191814; font-size: 9px; }
.salon-hero { position: relative; height: 100%; margin-top: -70px; padding: 155px 58px 40px; color: white; background:
  linear-gradient(90deg, rgba(20,17,14,.76), rgba(20,17,14,.13)),
  radial-gradient(ellipse at 78% 42%, #c6a78f 0 7%, transparent 7.5%),
  radial-gradient(ellipse at 72% 48%, #5b4337 0 13%, transparent 13.5%),
  radial-gradient(ellipse at 77% 64%, #30241f 0 21%, transparent 21.5%),
  linear-gradient(135deg, #8d7564, #332b27 72%);
}
.salon-grain { position: absolute; inset: 0; background: radial-gradient(rgba(255,255,255,.22) .55px, transparent .7px); background-size: 5px 5px; opacity: .15; }
.salon-hero > *:not(.salon-grain) { position: relative; z-index: 2; }.salon-hero > p { font-size: 9px; letter-spacing: .18em; margin: 0 0 20px; }.salon-hero h3 { font-family: "Manrope"; font-weight: 500; font-size: 51px; letter-spacing: -.055em; line-height: 1; margin: 0; }.salon-hero h3 em { color: #e7d5c2; }
.salon-hero > button { margin-top: 31px; border: 1px solid rgba(255,255,255,.5); color: white; background: transparent; padding: 13px 16px; font-size: 10px; }.salon-hero > button span { padding-left: 25px; }
.salon-hours { position: absolute !important; right: 35px; bottom: 30px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.35); padding-top: 10px; width: 130px; }.salon-hours span { font-size: 8px; color: #ddd1c4; }.salon-hours b { font-size: 10px; margin-top: 4px; }
.site-assembly { position: absolute; z-index: 5; display: flex; align-items: center; justify-content: center; width: 130px; height: 45px; background: var(--accent); color: var(--ink); border: 1px solid rgba(23,23,21,.18); font-size: 10px; font-weight: 600; opacity: calc(1 - var(--p) * 2.2); }
.assembly-one { left: 8%; top: 20%; transform: translate(calc(var(--p) * 115px), calc(var(--p) * 80px)); }.assembly-two { right: 8%; top: 32%; transform: translate(calc(var(--p) * -150px), calc(var(--p) * 20px)); }.assembly-three { left: 40%; bottom: 12%; transform: translate(0, calc(var(--p) * -100px)); }

/* Booking */
.booking-section { position: relative; min-height: 1450px; padding: 150px 24px 170px; background: #dedbd2; overflow: hidden; }
.booking-section::before { content: ""; position: absolute; width: 900px; height: 900px; border: 1px solid rgba(23,23,21,.09); border-radius: 50%; left: 50%; top: 350px; transform: translateX(-50%); box-shadow: 0 0 0 140px rgba(23,23,21,.018), 0 0 0 280px rgba(23,23,21,.012); }
.booking-copy { position: relative; z-index: 2; }
.booking-copy h2 { font-size: clamp(3.3rem, 6.2vw, 6.7rem); }.booking-copy h2 em { color: #73716a; }.booking-copy > p:last-child { color: #67655f; max-width: 610px; margin: 27px auto 0; font-size: 18px; }
.booking-journey { position: relative; z-index: 2; width: min(1080px, 100%); min-height: 720px; margin: 80px auto 0; display: grid; grid-template-columns: 1fr 390px 1fr; align-items: center; gap: 45px; }
.journey-steps { list-style: none; margin: 0; padding: 0; }
.journey-steps li { display: flex; gap: 25px; align-items: center; padding: 19px 0; border-bottom: 1px solid rgba(23,23,21,.14); color: #8f8c84; font-family: "Manrope"; font-size: 18px; cursor: pointer; transition: color .25s, transform .25s; }
.journey-steps li span { font-family: "DM Sans"; font-size: 10px; letter-spacing: .15em; }.journey-steps li.active { color: var(--ink); transform: translateX(12px); }.journey-steps li.active::after { content: "→"; margin-left: auto; }
.phone-frame { position: relative; min-height: 700px; padding: 22px 20px 24px; background: #faf9f4; border: 8px solid #181915; border-radius: 52px; box-shadow: 0 50px 100px rgba(23,23,21,.2); overflow: hidden; }
.phone-island { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 88px; height: 22px; border-radius: 100px; background: #181915; z-index: 5; }
.phone-header { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #e2e0da; }.phone-header button { justify-self: start; border: 0; background: none; font-size: 23px; }.phone-header b { font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }.phone-header span { justify-self: end; color: #929088; font-size: 9px; }
.booking-screen { padding: 35px 4px 90px; animation: screen-in .4s ease both; }
@keyframes screen-in { from { opacity: 0; transform: translateX(15px); } }
.booking-screen > small { font-size: 9px; letter-spacing: .14em; color: #89867e; }.booking-screen h3 { font-family: "Manrope"; font-weight: 500; font-size: 32px; line-height: 1.08; letter-spacing: -.05em; margin: 10px 0 32px; }
.service-choice, .staff-choice { min-height: 75px; display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; margin-bottom: 10px; border: 1px solid #dddcd5; border-radius: 12px; background: #fff; }
.service-choice.selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }.service-choice b, .service-choice small, .staff-choice b, .staff-choice small { display: block; }.service-choice b, .staff-choice b { font-size: 13px; }.service-choice small, .staff-choice small { color: #8a8880; font-size: 10px; margin-top: 4px; }.service-choice > span { font-size: 12px; font-weight: 600; }
.staff-choice { justify-content: flex-start; gap: 12px; }.staff-choice i { margin-left: auto; font-style: normal; }.staff-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 600; }.avatar-a { background: #c9d4bd; }.avatar-d { background: #d8c5bb; }.avatar-k { background: #bfcbd3; }
.date-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.date-row > span { display: grid; place-items: center; gap: 4px; padding: 12px 4px; border: 1px solid #e0ded8; border-radius: 10px; font-size: 13px; }.date-row small { color: #89867e; font-size: 8px; }.date-row .today { background: var(--ink); color: white; border-color: var(--ink); }.date-row .today small { color: #c5c5bd; }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 25px; }.time-grid span { display: grid; place-items: center; height: 43px; border: 1px solid #dfddd6; border-radius: 9px; font-size: 11px; }.time-grid .picked { background: var(--accent); border-color: #bdd952; font-weight: 600; }
.complete-screen { text-align: center; padding-top: 75px; }.complete-mark { width: 95px; height: 95px; display: grid; place-items: center; margin: 0 auto 30px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 16px rgba(208,250,67,.25); }.complete-mark span { font-size: 33px; }.complete-screen h3 { margin: 10px 0; }.complete-screen p { color: #77746d; font-size: 13px; }.complete-screen > button { border: 1px solid var(--ink); background: transparent; border-radius: 100px; padding: 10px 18px; margin-top: 15px; }
.phone-footer { position: absolute; inset: auto 20px 20px; }.booking-next { width: 100%; height: 50px; border: 0; border-radius: 100px; background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; cursor: pointer; }
.journey-caption { border-top: 1px solid rgba(23,23,21,.18); padding-top: 20px; display: flex; gap: 20px; align-self: center; }.caption-index { color: #9a978f; font-size: 10px; }.journey-caption p { margin: 0; color: #7e7b74; font-size: 13px; line-height: 1.6; }.journey-caption b { color: var(--ink); font-size: 15px; }

/* Operations */
.operations-section { min-height: 1120px; padding: 160px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); overflow: hidden; }
.operations-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; }.operations-head .eyebrow { grid-column: 1 / -1; }.operations-head h2 { font-size: clamp(3.4rem, 6vw, 6.4rem); }.operations-head h2 em { color: #77746d; }.operations-head > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 440px; justify-self: end; }
.data-ripple { position: relative; width: min(1050px, 100%); height: 560px; margin: 80px auto 0; }
.booking-seed { position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 12px; width: 230px; padding: 14px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 20px 50px rgba(23,23,21,.22); }
.booking-seed > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--accent); color: var(--ink); border-radius: 9px; }.booking-seed small, .booking-seed b { display: block; }.booking-seed small { color: #9a9b94; font-size: 8px; letter-spacing: .12em; }.booking-seed b { margin-top: 3px; font-size: 12px; }
.data-ripple::before, .data-ripple::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(23,23,21,.1); border-radius: 50%; }.data-ripple::before { width: 420px; height: 420px; }.data-ripple::after { width: 760px; height: 520px; }
.ripple-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 290px; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(23,23,21,.15)); transform-origin: left; }.line-a { transform: rotate(-135deg); }.line-b { transform: rotate(-35deg); }.line-c { transform: rotate(145deg); }.line-d { transform: rotate(35deg); }
.ripple-line::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); animation: pulse-dot 2.5s ease-in-out infinite; }
@keyframes pulse-dot { 50% { transform: scale(2); background: var(--accent-2); } }
.data-panel { position: absolute; z-index: 2; width: 245px; height: 125px; padding: 19px; border: 1px solid var(--line); background: rgba(251,249,243,.9); backdrop-filter: blur(10px); }
.data-panel small, .data-panel b, .data-panel span { display: block; }.data-panel small { color: #99968f; font-size: 8px; letter-spacing: .13em; }.data-panel b { font-family: "Manrope"; font-size: 22px; margin-top: 7px; }.data-panel span { color: #838078; font-size: 10px; margin-top: 5px; }.data-panel i { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--accent); font-style: normal; font-size: 9px; font-weight: 600; }
.panel-calendar { left: 40px; top: 45px; }.panel-customer { right: 20px; top: 65px; }.panel-team { left: 10px; bottom: 45px; }.panel-payment { right: 60px; bottom: 35px; }

/* AI */
.ai-section { position: relative; min-height: 1230px; padding: 155px max(24px, calc((100vw - var(--max)) / 2)); background: #0d0e0c; color: var(--white); overflow: hidden; }
.ai-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 55%, black, transparent 70%); }
.ai-orbit { position: absolute; left: 50%; top: 480px; width: 1150px; height: 650px; transform: translateX(-50%); border-radius: 50%; border: 1px solid rgba(208,250,67,.14); box-shadow: 0 0 0 110px rgba(208,250,67,.012), inset 0 0 120px rgba(208,250,67,.035); }
.ai-heading { position: relative; text-align: center; z-index: 2; }.ai-heading .eyebrow { color: var(--accent); }.ai-heading h2 { font-size: clamp(3.4rem, 6.1vw, 6.6rem); }.ai-heading h2 em { color: #95978e; }.ai-heading > p:last-child { max-width: 600px; margin: 28px auto 0; color: #a4a69d; font-size: 18px; }
.ai-workspace { position: relative; z-index: 3; display: grid; grid-template-columns: 290px 1fr; width: min(1120px, 100%); height: 580px; margin: 80px auto 0; border: 1px solid #383a34; border-radius: 18px; background: #171815; overflow: hidden; box-shadow: 0 60px 120px rgba(0,0,0,.45), 0 0 80px rgba(208,250,67,.04); }
.ai-sidebar { border-right: 1px solid #30312d; padding: 24px 15px; background: #131411; }.ai-brand { display: flex; align-items: center; gap: 8px; font-family: "Manrope"; font-weight: 700; font-size: 18px; margin: 0 7px 45px; }.ai-brand b { margin-left: auto; color: var(--accent); border: 1px solid #45483a; border-radius: 5px; padding: 2px 5px; font-size: 8px; letter-spacing: .1em; }.ai-sidebar > small { display: block; color: #777971; font-size: 8px; letter-spacing: .13em; margin: 0 10px 10px; }
.ai-prompt { width: 100%; min-height: 57px; display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 7px; padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; color: #9d9f97; text-align: left; font-size: 10px; line-height: 1.35; cursor: pointer; transition: background .2s,color .2s; }.ai-prompt span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 6px; background: #262722; }.ai-prompt:hover, .ai-prompt.active { background: #262722; color: white; }.ai-prompt.active span { background: var(--accent); color: var(--ink); }
.ai-main { position: relative; display: grid; grid-template-rows: 47px 1fr 76px; min-width: 0; }.ai-main-top { display: flex; justify-content: center; align-items: center; gap: 9px; border-bottom: 1px solid #30312d; color: #8f9188; font-size: 9px; }.ai-main-top i { width: 5px; height: 5px; background: #7bc84b; border-radius: 50%; box-shadow: 0 0 0 3px rgba(123,200,75,.15); }
.ai-conversation { padding: 45px 55px 25px; overflow: auto; }.owner-message { width: fit-content; max-width: 75%; margin: 0 0 38px auto; padding: 12px 15px; background: #2a2b27; border-radius: 13px 13px 3px 13px; color: #d9dad4; font-size: 12px; animation: message-in .35s ease; }
@keyframes message-in { from { opacity: 0; transform: translateY(8px); } }.assistant-answer { display: grid; grid-template-columns: 31px 1fr; gap: 13px; animation: message-in .45s ease; }.answer-spark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 8px; }.assistant-answer p { margin: 4px 0 22px; color: #c0c2b9; font-size: 13px; }.assistant-answer p b { color: white; }
.availability-view { position: relative; display: grid; grid-template-columns: 70px repeat(4,1fr); grid-template-rows: 25px 45px 45px; align-items: center; min-height: 115px; border: 1px solid #343630; border-radius: 10px; padding: 7px 9px; background: #121310; overflow: hidden; }.av-label { grid-row: 1; color: #666860; font-size: 7px; text-align: center; }.av-label:nth-child(1) { grid-column: 2; }.av-label:nth-child(2) { grid-column: 3; }.av-label:nth-child(3) { grid-column: 4; }.av-label:nth-child(4) { grid-column: 5; }.person-label { grid-column: 1; color: #a9aba2; font-size: 9px; }.label-two { grid-row: 3; }.busy { height: 23px; border-radius: 5px; background: #2b2d28; }.busy-one { grid-column: 3; grid-row: 2; }.busy-two { grid-column: 2 / 5; grid-row: 3; }.slot { height: 23px; border: 1px solid #64753a; border-radius: 5px; background: rgba(208,250,67,.12); color: var(--accent); font-size: 8px; cursor: pointer; }.slot-one { grid-column: 2; grid-row: 2; }.slot-two { grid-column: 4; grid-row: 2; }.slot-three { grid-column: 5; grid-row: 3; }
.ai-action-row { display: flex; gap: 8px; margin-top: 12px; }.ai-action-row button { padding: 8px 11px; border: 1px solid #3b3d37; background: transparent; color: #aeb0a7; border-radius: 7px; font-size: 8px; cursor: pointer; }.ai-action-row button:first-child { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.ai-result-cards { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; }
.ai-result-cards > div { display: flex; flex-direction: column; padding: 14px; border: 1px solid #343630; border-radius: 10px; background: #121310; }
.ai-result-cards > i { color: #73766c; font-style: normal; }
.ai-result-cards small, .campaign-preview small, .mini-insight small { color: #6f7169; font-size: 7px; letter-spacing: .13em; }
.ai-result-cards b, .ai-result-cards s { margin: 3px 0; color: white; font-family: "Manrope"; font-size: 20px; text-decoration-thickness: 1px; }
.ai-result-cards span, .campaign-preview span { color: #868980; font-size: 8px; }
.ai-result-cards .result-active { border-color: #66753f; background: rgba(208,250,67,.07); }
.campaign-preview { padding: 16px; border: 1px solid #343630; border-radius: 10px; background: #121310; }
.campaign-preview b { display: block; color: white; font-size: 13px; margin: 7px 0 3px; }
.campaign-preview p { margin: 0 0 12px; color: #999b92; font-size: 10px; }
.campaign-preview span { display: inline-block; padding: 5px 7px; border-radius: 100px; background: #242620; }
.mini-insight { display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: end; padding: 14px; border: 1px solid #343630; border-radius: 10px; background: #121310; }
.mini-insight > div:first-child { display: flex; flex-direction: column; }.mini-insight b { color: white; font-family: "Manrope"; font-size: 28px; }.mini-insight span { color: #d29378; font-size: 9px; }
.mini-bars { height: 65px; display: flex; align-items: end; gap: 8px; }.mini-bars i { width: 100%; height: var(--h); background: #6f7d43; border-radius: 3px 3px 0 0; }.mini-bars i.low { background: #9b6150; }
.thinking-row { height: 76px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #343630; border-radius: 10px; background: #121310; color: #9a9d93; font-size: 10px; }.thinking-row i { width: 9px; height: 9px; border: 1px solid var(--accent); border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }.thinking-row b { margin-left: auto; color: var(--accent); }@keyframes spin { to { transform: rotate(360deg); } }
.ai-composer { display: flex; gap: 8px; align-items: center; margin: 8px 18px 18px; padding: 7px 7px 7px 16px; border: 1px solid #3b3c37; background: #1e1f1c; border-radius: 12px; }.ai-composer input { width: 100%; border: 0; outline: 0; background: transparent; color: white; font-size: 11px; }.ai-composer button { width: 34px; height: 34px; flex: 0 0 auto; border: 0; border-radius: 8px; background: var(--accent); cursor: pointer; }

/* Automation */
.automation-section { min-height: 920px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 150px 0; }
.automation-copy h2 { font-size: clamp(3.5rem, 5.8vw, 6.2rem); }.automation-copy h2 em { color: #75726b; }.automation-copy > p:last-child { color: var(--muted); max-width: 460px; font-size: 17px; line-height: 1.7; margin-top: 28px; }
.automation-stream { position: relative; }.stream-rail { position: absolute; left: 75px; top: 50px; bottom: 50px; width: 1px; background: #d6d2c8; }.stream-rail i { display: block; width: 1px; height: 45%; background: var(--ink); animation: rail 3s ease-in-out infinite alternate; }@keyframes rail { to { height: 100%; } }
.stream-event { position: relative; display: grid; grid-template-columns: 55px 42px 1fr auto; gap: 18px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); }.stream-event > span { color: #96938b; font-size: 9px; text-align: right; }.event-icon { z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d5d1c7; background: var(--paper); border-radius: 50%; font-size: 11px; }.stream-event.active .event-icon { background: var(--accent); border-color: var(--accent-2); }.stream-event small, .stream-event b { display: block; }.stream-event small { color: #929088; font-size: 8px; letter-spacing: .13em; }.stream-event b { font-size: 14px; margin-top: 7px; }.stream-event p { color: #8b8880; font-size: 10px; margin: 4px 0 0; }.stream-event em { font-style: normal; color: #68665f; font-size: 8px; border: 1px solid #d8d5cc; border-radius: 100px; padding: 6px 8px; }

/* Insights */
.insights-section { min-height: 1260px; padding: 150px max(24px, calc((100vw - var(--max)) / 2)); background: #dfdcd3; }
.insights-header { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; }.insights-header h2 { font-size: clamp(3.4rem, 5.9vw, 6.2rem); }.insights-header h2 em { color: #77746d; }.insights-header > p { justify-self: end; max-width: 390px; color: #6e6b64; font-size: 17px; line-height: 1.7; }
.insight-dashboard { display: grid; grid-template-columns: 1.25fr .75fr .8fr; grid-template-rows: 57px 280px 260px 83px; gap: 1px; width: min(1160px, 100%); margin: 85px auto 0; background: #cdcabf; border: 1px solid #cdcabf; border-radius: 15px; overflow: hidden; box-shadow: 0 35px 75px rgba(31,31,26,.1); }
.insight-top { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; background: #f7f5ef; }.insight-top b { font-family: "Manrope"; font-size: 14px; }.insight-top span { color: #817f77; font-size: 9px; border: 1px solid #dedcd4; border-radius: 100px; padding: 7px 10px; }
.metric { position: relative; padding: 25px; background: #f7f5ef; overflow: hidden; }.metric > small { color: #939087; font-size: 8px; letter-spacing: .13em; }.metric > strong { display: block; font-family: "Manrope"; font-size: 30px; letter-spacing: -.04em; margin-top: 8px; }.metric-revenue { grid-column: span 2; }.metric-revenue > span { color: #66862d; font-size: 9px; }.metric-revenue svg { position: absolute; left: 0; bottom: 0; width: 100%; height: 115px; }.metric-revenue .area { fill: url(#fade); }.metric-revenue .line { fill: none; stroke: #8fae32; stroke-width: 2; vector-effect: non-scaling-stroke; }
.metric-return { grid-row: span 2; }.ring { position: absolute; left: 50%; top: 110px; transform: translateX(-50%); width: 135px; height: 135px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--accent-2) calc(var(--value) * 1%), #e2dfd6 0); }.ring::before { content:""; position: absolute; width: 104px; height: 104px; background: #f7f5ef; border-radius: 50%; }.ring span { position: relative; z-index: 2; font-family: "Manrope"; font-size: 25px; font-weight: 600; }.ring small { font-size: 10px; }.metric-return p { position: absolute; bottom: 25px; color: #75726b; font-size: 11px; }
.bar-chart { height: 100px; display: flex; align-items: end; gap: 10px; margin-top: 24px; }.bar-chart i { width: 100%; height: var(--h); background: #d7d4ca; border-radius: 3px 3px 0 0; }.bar-chart i:nth-child(4), .bar-chart i:nth-child(5), .bar-chart i:nth-child(6) { background: var(--accent-2); }.bar-labels { display: flex; justify-content: space-between; color: #9c9991; font-size: 8px; margin-top: 8px; }
.metric-team ul { list-style: none; padding: 0; margin: 18px 0 0; }.metric-team li { display: grid; grid-template-columns: 34px 55px 1fr 28px; align-items: center; gap: 8px; margin-bottom: 11px; }.metric-team .staff-avatar { width: 30px; height: 30px; font-size: 8px; }.metric-team b { font-size: 10px; }.metric-team li > i { height: 4px; border-radius: 4px; background: linear-gradient(90deg,var(--accent-2) 84%,#dedbd2 84%); }.metric-team li:nth-child(2)>i { background: linear-gradient(90deg,var(--accent-2) 76%,#dedbd2 76%); }.metric-team li:nth-child(3)>i { background: linear-gradient(90deg,var(--accent-2) 68%,#dedbd2 68%); }.metric-team em { font-size: 9px; font-style: normal; }
.insight-note { grid-column: 1 / -1; display: grid; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; padding: 14px 20px; background: #1a1b18; color: white; }.insight-note > span { display: grid; place-items: center; width: 32px; height: 32px; background: var(--accent); color: var(--ink); border-radius: 8px; }.insight-note p { margin: 0; color: #acadA5; font-size: 9px; line-height: 1.5; }.insight-note p b { color: white; display: block; font-size: 9px; }.insight-note button { border: 1px solid #4c4d47; border-radius: 7px; padding: 8px 10px; background: transparent; color: white; font-size: 9px; }

/* Payoff and final */
.payoff-section { position: relative; height: 980px; display: grid; place-items: center; background: var(--paper); overflow: hidden; }
.payoff-section::before { content: ""; position: absolute; left: 50%; top: 42%; width: 760px; height: 760px; transform: translate(-50%,-50%); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 135px rgba(23,23,21,.025), 0 0 0 270px rgba(23,23,21,.015); }
.payoff-core { position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); box-shadow: 0 20px 60px rgba(97,117,30,.2); }
.payoff-core .brand-mark { transform: scale(1.35); }.payoff-list span { position: absolute; z-index: 2; padding: 10px 14px; border: 1px solid #d5d2c9; background: rgba(249,247,241,.9); border-radius: 100px; font-size: 10px; box-shadow: 0 8px 30px rgba(23,23,21,.05); }.payoff-list span:nth-child(1) { left: 18%; top: 25%; }.payoff-list span:nth-child(2) { right: 17%; top: 27%; }.payoff-list span:nth-child(3) { left: 11%; top: 50%; }.payoff-list span:nth-child(4) { right: 9%; top: 52%; }.payoff-list span:nth-child(5) { left: 50%; top: 63%; transform: translateX(-50%); }
.payoff-copy { position: absolute; left: 50%; bottom: 95px; width: 100%; transform: translateX(-50%); text-align: center; }.payoff-copy h2 { font-size: clamp(3.3rem, 5.6vw, 6.2rem); }.payoff-copy h2 em { color: #77746d; }
.final-section { position: relative; min-height: 880px; padding: 155px max(24px, calc((100vw - var(--max)) / 2)) 35px; background: var(--dark); color: white; overflow: hidden; }
.final-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(208,250,67,.1), transparent 34%); }.final-glow { position: absolute; left: 50%; top: 220px; width: 500px; height: 230px; transform: translateX(-50%); background: var(--accent); filter: blur(140px); opacity: .15; }
.final-copy { position: relative; z-index: 2; text-align: center; }.final-copy .eyebrow { color: var(--accent); }.final-copy h2 { font-family: "Manrope"; font-size: clamp(3.3rem, 6.4vw, 7rem); font-weight: 500; letter-spacing: -.065em; line-height: .99; }.final-copy h2 em { color: #999b92; }.final-copy > p:not(.eyebrow) { color: #a4a69e; font-size: 18px; margin: 32px auto; }.final-copy .button { margin-top: 5px; }.final-copy > small { display: block; color: #74766e; font-size: 9px; margin-top: 16px; }
footer { position: absolute; left: max(24px, calc((100vw - var(--max)) / 2)); right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 32px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; padding-top: 23px; border-top: 1px solid #31322e; color: #878981; font-size: 10px; }.brand-light { color: white; }footer p { margin: 0; }footer div { display: flex; gap: 20px; }footer > span { color: #5c5e57; }

/* Entrance motion */
.data-panel, .stream-event, .metric, .insight-note, .payoff-list span { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.data-ripple.is-visible .data-panel, .stream-event.is-visible, .insight-dashboard.is-visible .metric, .insight-dashboard.is-visible .insight-note, .payoff-section.is-visible .payoff-list span { opacity: 1; transform: none; }
.data-ripple.is-visible .panel-customer, .insight-dashboard.is-visible .metric-return, .payoff-section.is-visible .payoff-list span:nth-child(2) { transition-delay: .12s; }
.data-ripple.is-visible .panel-team, .insight-dashboard.is-visible .metric-hours, .payoff-section.is-visible .payoff-list span:nth-child(3) { transition-delay: .22s; }
.data-ripple.is-visible .panel-payment, .insight-dashboard.is-visible .metric-team, .payoff-section.is-visible .payoff-list span:nth-child(4) { transition-delay: .32s; }
.insight-dashboard.is-visible .insight-note, .payoff-section.is-visible .payoff-list span:nth-child(5) { transition-delay: .42s; }

/* Responsive */
@media (max-width: 1100px) {
  .hero { min-height: 1080px; }.hero-copy { width: 90%; }.hero-product { top: 570px; width: 88vw; transform: translateX(-47%); }.note-site { left: 5px; }.note-booking { right: 0; }
  .website-stage { grid-template-columns: .8fr 1.2fr; gap: 30px; }.browser-frame { width: 760px; height: 560px; }
  .data-ripple { transform: scale(.9); }
}

@media (max-width: 820px) {
  .site-header { width: calc(100% - 24px); grid-template-columns: 1fr auto; margin-top: 10px; padding: 9px 10px 9px 15px; }.nav-links { display: none; }.header-cta { padding: 10px 13px; }.header-cta span { display: none; }
  h2 { letter-spacing: -.055em; }
  .hero { min-height: 1020px; padding: 135px 18px 70px; }.hero-copy { width: 100%; }.hero-copy h1 { font-size: clamp(3.05rem, 12.7vw, 5.8rem); line-height: 1.01; }.hero-lede { font-size: 16px; margin-top: 25px; max-width: 92%; }.hero-actions { margin-top: 26px; }.scroll-cue { display: none; }
  .hero-product { width: 800px; height: 490px; top: 560px; left: 22px; transform: scale(.66); transform-origin: top left; }.hero-shell { transform: rotateX(2deg) rotateY(-3deg); }.hero-note { font-size: 10px; }.note-site { left: -12px; top: 95px; }.note-booking { right: -20px; top: 190px; }.note-ai { left: 25%; }
  .story-section { height: 200vh; }.sticky-stage { min-height: 640px; }.chaos-stage { padding: 95px 18px 50px; }.section-intro h2 { font-size: 2.9rem; }.chaos-field { width: 100%; height: 440px; top: 52%; transform: translate(-50%,-35%) scale(.8); }.chaos-item { width: 170px; }.chaos-instagram { left: -20px; }.chaos-whatsapp { right: -20px; }.chaos-phone { left: -70px; }.chaos-notes { right: -65px; }.chaos-google { left: 40px; }.chaos-tool { right: 30px; }
  .website-section { height: auto; padding: 110px 18px 120px; }.website-stage { position: relative; top: auto; height: auto; min-height: 0; width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 55px; overflow: visible; }.website-copy h2 { font-size: 3.4rem; }.website-copy > p:not(.eyebrow) { font-size: 16px; }.browser-frame { align-self: center; width: 790px; height: 560px; transform: scale(.55); transform-origin: top center; margin-bottom: -250px; }
  .booking-section { min-height: 1200px; padding: 110px 18px; }.booking-copy h2 { font-size: 3.5rem; }.booking-copy > p:last-child { font-size: 16px; }.booking-journey { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 55px; }.journey-steps { order: 2; display: grid; grid-template-columns: repeat(4,1fr); }.journey-steps li { justify-content: center; padding: 15px 2px; font-size: 0; gap: 0; }.journey-steps li span { font-size: 9px; }.journey-steps li.active { transform: none; }.journey-steps li.active::after { display: none; }.phone-frame { width: 360px; justify-self: center; }.journey-caption { display: none; }
  .operations-section { min-height: 1180px; padding: 110px 18px; }.operations-head { display: block; }.operations-head h2 { font-size: 3.5rem; }.operations-head > p:last-child { font-size: 16px; margin-top: 25px; }.data-ripple { height: 650px; margin-top: 40px; transform: none; }.data-ripple::before { width: 290px; height: 290px; }.data-ripple::after { width: 500px; height: 500px; }.ripple-line { width: 170px; }.booking-seed { top: 45%; }.data-panel { width: 175px; height: 112px; padding: 14px; }.data-panel b { font-size: 18px; }.panel-calendar { left: 0; top: 55px; }.panel-customer { right: 0; top: 90px; }.panel-team { left: 0; bottom: 65px; }.panel-payment { right: 0; bottom: 30px; }
  .ai-section { min-height: 1260px; padding: 110px 18px; }.ai-heading h2 { font-size: 3.5rem; }.ai-heading > p:last-child { font-size: 16px; }.ai-workspace { grid-template-columns: 1fr; height: 700px; }.ai-sidebar { border-right: 0; border-bottom: 1px solid #30312d; padding: 15px; overflow-x: auto; white-space: nowrap; }.ai-brand { margin: 0 0 15px 5px; }.ai-sidebar > small { display: none; }.ai-prompt { display: inline-grid; width: 210px; min-height: 48px; margin-right: 5px; white-space: normal; }.ai-main { min-height: 525px; }.ai-conversation { padding: 30px 22px 20px; }.availability-view { grid-template-columns: 52px repeat(4,1fr); }.ai-orbit { width: 700px; }
  .automation-section { min-height: auto; grid-template-columns: 1fr; gap: 45px; width: 100%; padding: 110px 18px; }.automation-copy h2 { font-size: 3.5rem; }.automation-copy > p:last-child { font-size: 16px; }.stream-event { grid-template-columns: 45px 34px 1fr; gap: 10px; min-height: 135px; }.stream-event em { display: none; }.stream-rail { left: 61px; }.event-icon { width: 34px; height: 34px; }
  .insights-section { min-height: auto; padding: 110px 18px; }.insights-header { display: block; }.insights-header h2 { font-size: 3.5rem; }.insights-header > p { font-size: 16px; margin-top: 25px; }.insight-dashboard { grid-template-columns: 1fr 1fr; grid-template-rows: 57px 250px 250px 270px 90px; }.metric-revenue { grid-column: 1 / -1; }.metric-return { grid-row: auto; }.metric-hours { grid-column: 2; }.metric-team { grid-column: 1 / -1; }.ring { width: 100px; height: 100px; top: 100px; }.ring::before { width: 76px; height: 76px; }.metric-return p { display: none; }.insight-note { min-height: 90px; }.insight-note button { display: none; }
  .payoff-section { height: 800px; }.payoff-section::before { width: 430px; height: 430px; box-shadow: 0 0 0 80px rgba(23,23,21,.025), 0 0 0 160px rgba(23,23,21,.015); }.payoff-list span:nth-child(1) { left: 3%; top: 22%; }.payoff-list span:nth-child(2) { right: 2%; top: 28%; }.payoff-list span:nth-child(3) { left: -2%; top: 46%; }.payoff-list span:nth-child(4) { right: -3%; top: 52%; }.payoff-list span:nth-child(5) { top: 61%; }.payoff-copy { bottom: 70px; padding: 0 18px; }.payoff-copy h2 { font-size: 3.2rem; }
  .final-section { min-height: 860px; padding: 120px 18px 25px; }.final-copy h2 { font-size: 3.6rem; }.final-copy > p:not(.eyebrow) { font-size: 16px; }.final-copy .button { width: 100%; max-width: 360px; }footer { left: 18px; right: 18px; bottom: 25px; grid-template-columns: 1fr auto; gap: 16px; }footer p, footer div { display: none; }
}

@media (max-width: 430px) {
  .hero { min-height: 930px; }.hero-product { top: 535px; transform: scale(.5); }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; width: fit-content; }.text-link { width: fit-content; }
  .section-intro h2, .website-copy h2, .booking-copy h2, .operations-head h2, .ai-heading h2, .automation-copy h2, .insights-header h2, .payoff-copy h2 { font-size: 2.9rem; }
  .chaos-field { transform: translate(-50%,-35%) scale(.68); }.chaos-core { width: calc(130px + var(--p) * 50px); height: calc(130px + var(--p) * 50px); }
  .browser-frame { transform: scale(.46); margin-bottom: -300px; }
  .phone-frame { width: 100%; min-height: 670px; border-radius: 42px; }.booking-section { min-height: 1140px; }.booking-screen h3 { font-size: 29px; }
  .data-panel { width: 160px; }.booking-seed { width: 205px; }.data-ripple::after { width: 410px; }.panel-calendar { left: -5px; }.panel-customer { right: -5px; }.panel-team { left: -5px; }.panel-payment { right: -5px; }
  .ai-section { min-height: 1200px; }.ai-workspace { margin-top: 55px; }.ai-prompt { width: 185px; }.ai-conversation { padding-left: 15px; padding-right: 15px; }.availability-view { grid-template-columns: 44px repeat(4,1fr); }.assistant-answer { grid-template-columns: 27px 1fr; gap: 8px; }.answer-spark { width: 27px; height: 27px; }.slot { font-size: 7px; }
  .metric { padding: 18px; }.metric > strong { font-size: 24px; }.insight-dashboard { grid-template-rows: 57px 235px 235px 255px 100px; }.insight-note { grid-template-columns: 30px 1fr; }.insight-note > span { width: 28px; height: 28px; }
  .payoff-list span { font-size: 8px; padding: 8px 10px; }.payoff-core { top: 41%; }.payoff-section::before { top: 41%; }
  .final-copy h2 { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-shell { transform: none !important; }
  .chaos-item, .chaos-core, .browser-frame, .site-assembly { transform: none !important; opacity: 1 !important; }
  .chaos-resolution { opacity: 1 !important; transform: translateX(-50%) !important; }
}

/* Refinement pass — same identity, tighter product-launch pacing */
.hero {
  min-height: 1120px;
  padding-top: 155px;
}
.hero-copy { width: 74%; }
.hero-copy h1 { font-size: clamp(4rem, 7.25vw, 7.55rem); }
.hero-lede { max-width: 620px; }
.hero-product {
  top: 640px;
  width: min(920px, 70vw);
  height: 500px;
  transform: translateX(-31%);
}
.hero-aura { width: 650px; height: 320px; }
.day-grid { grid-template-columns: 33px repeat(2, 1fr); height: 300px; }
.ai-float { right: 38px; bottom: 25px; width: 385px; }
.note-ai { left: 7%; bottom: -18px; }

.story-section { height: 210vh; }
.chaos-item { transition: filter .25s, opacity .25s; filter: blur(calc(var(--p) * 2px)); }
.chaos-instagram { transform: translate(calc(var(--p) * 370px), calc(var(--p) * 180px)) rotate(calc((1 - var(--p)) * -9deg)); }
.chaos-whatsapp { transform: translate(calc(var(--p) * -370px), calc(var(--p) * 190px)) rotate(calc((1 - var(--p)) * 8deg)); }
.chaos-phone { transform: translate(calc(var(--p) * 420px), calc(var(--p) * -30px)) rotate(calc((1 - var(--p)) * 7deg)); }
.chaos-notes { transform: translate(calc(var(--p) * -420px), calc(var(--p) * -50px)) rotate(calc((1 - var(--p)) * -8deg)); }
.chaos-google { transform: translate(calc(var(--p) * 210px), calc(var(--p) * -110px)) rotate(calc((1 - var(--p)) * 8deg)); }
.chaos-tool { transform: translate(calc(var(--p) * -220px), calc(var(--p) * -115px)) rotate(calc((1 - var(--p)) * -7deg)); }
.chaos-core { opacity: clamp(0, calc((var(--p) - .38) * 2.2), 1); transform: translate(-50%,-50%) scale(calc(.55 + var(--p) * .45)); }
.chaos-lines path { stroke-dashoffset: calc((1 - var(--p)) * 28); opacity: clamp(0, calc((var(--p) - .18) * 2), .8); }
.chaos-resolution { opacity: clamp(0, calc((var(--p) - .7) * 3.4), 1); }

.website-section { height: 200vh; }
.website-stage { gap: 5vw; }
.browser-frame { width: 840px; height: 580px; }
.address { opacity: clamp(.2, calc((var(--p) - .22) * 4), 1); }
.salon-nav { opacity: clamp(0, calc((var(--p) - .08) * 5), 1); transform: translateY(calc((1 - var(--p)) * -14px)); }
.salon-hero > p, .salon-hero h3 { opacity: clamp(0, calc((var(--p) - .2) * 4), 1); transform: translateY(calc((1 - var(--p)) * 18px)); }
.salon-hero > button { opacity: clamp(0, calc((var(--p) - .58) * 5), 1); transform: translateY(calc((1 - var(--p)) * 14px)); }
.salon-hours { bottom: 92px; opacity: clamp(0, calc((var(--p) - .68) * 5), 1); }
.salon-service-strip {
  position: absolute !important;
  left: 58px;
  right: 58px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.22);
  opacity: clamp(0, calc((var(--p) - .46) * 5), 1);
  transform: translateY(calc((1 - var(--p)) * 24px));
}
.salon-service-strip > span { display: flex; gap: 12px; padding: 13px 14px; background: rgba(25,22,19,.55); color: white; font-size: 9px; backdrop-filter: blur(8px); }
.salon-service-strip small { color: #c7b8aa; }
.site-build-rail { position: absolute; z-index: 8; left: 18px; top: 62px; margin: 0; padding: 0; list-style: none; display: flex; gap: 5px; }
.site-build-rail li { padding: 6px 8px; border: 1px solid rgba(255,255,255,.28); background: rgba(20,18,16,.34); color: rgba(255,255,255,.7); backdrop-filter: blur(8px); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.site-build-rail li:nth-child(1) { opacity: clamp(.35, calc(var(--p) * 5), 1); }
.site-build-rail li:nth-child(2) { opacity: clamp(.2, calc((var(--p) - .18) * 5), 1); }
.site-build-rail li:nth-child(3) { opacity: clamp(.2, calc((var(--p) - .4) * 5), 1); }
.site-build-rail li:nth-child(4) { opacity: clamp(.2, calc((var(--p) - .62) * 5), 1); }
.site-assembly { opacity: clamp(0, calc((.55 - var(--p)) * 3), 1); }
.assembly-one { left: 5%; top: 19%; }.assembly-two { right: 6%; top: 28%; }
.assembly-three { left: 44%; bottom: 14%; }.assembly-four { position: absolute; z-index: 5; right: 6%; bottom: 18%; display: flex; align-items: center; justify-content: center; width: 130px; height: 45px; background: var(--accent); border: 1px solid rgba(23,23,21,.18); font-size: 10px; font-weight: 600; opacity: clamp(0, calc((.72 - var(--p)) * 2.3), 1); transform: translate(calc(var(--p) * -130px), calc(var(--p) * -50px)); }

.booking-section { min-height: 1040px; padding: 115px 24px 90px; }
.booking-section::before { width: 720px; height: 720px; top: 280px; }
.booking-copy > p:last-child { max-width: 520px; }
.booking-journey-compact { min-height: 610px; margin-top: 55px; }
.phone-frame-compact { min-height: 610px; }
.mobile-site-screen { position: relative; min-height: 460px; margin: 0 -4px; padding: 72px 23px 90px; color: white; background: linear-gradient(145deg,#69594f,#211e1b 72%); border-radius: 0 0 25px 25px; overflow: hidden; }
.mobile-site-screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 58%, rgba(209,177,150,.6), transparent 25%); }
.mobile-site-screen > * { position: relative; z-index: 2; }
.mobile-site-screen > small { color: #d7c9bd; }
.mobile-site-screen h3 { margin: 16px 0 12px; color: white; font-size: 34px; }
.mobile-site-screen h3 em { font-family: Georgia, serif; font-weight: 400; color: #dfc5b0; }
.mobile-site-screen > p { margin: 0; color: #c8bdb4; font-size: 11px; }
.inline-booking-cta { display: flex; justify-content: space-between; width: 100%; margin-top: 115px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06); color: white; cursor: pointer; }
.mobile-site-footer { display: flex; justify-content: space-between; margin-top: 17px; color: #c5b9af; font-size: 9px; }
.mobile-site-footer b { color: white; font-weight: 500; }

.operations-section { min-height: 920px; padding-top: 125px; padding-bottom: 115px; }
.ops-interface { position: relative; width: min(1050px,100%); height: 500px; margin: 65px auto 0; border: 1px solid #d8d5cc; border-radius: 16px; background: #f8f7f2; box-shadow: 0 35px 75px rgba(31,31,26,.09); overflow: hidden; opacity: 0; transform: translateY(22px); transition: opacity .8s, transform .8s; }
.ops-interface.is-visible { opacity: 1; transform: none; }
.ops-topbar { height: 53px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid #e1dfd8; font-size: 10px; color: #85837b; }
.ops-topbar > div { display: flex; align-items: center; gap: 8px; color: var(--ink); }.ops-topbar .brand-mark { transform: scale(.65); transform-origin: left center; margin-right: -7px; }.ops-topbar > em { justify-self: end; display: flex; align-items: center; gap: 7px; font-style: normal; }.ops-topbar > em i { width: 6px; height: 6px; background: #78bd48; border-radius: 50%; }
.ops-event { height: 68px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 0 20px; background: #171815; color: white; }
.ops-event > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: var(--accent); color: var(--ink); }.ops-event small,.ops-event b { display: block; }.ops-event small { color: #8f9188; font-size: 7px; letter-spacing: .13em; }.ops-event b { font-size: 11px; margin-top: 3px; }.ops-event em { color: #85877f; font-size: 8px; font-style: normal; }
.ops-body { display: grid; grid-template-columns: 1.2fr .8fr; height: 328px; }
.ops-calendar { padding: 24px; border-right: 1px solid #e1dfd8; }.ops-calendar-head { display: flex; justify-content: space-between; align-items: center; }.ops-calendar-head b { font-family: "Manrope"; font-size: 13px; }.ops-calendar-head span { border: 1px solid #dedcd5; border-radius: 100px; padding: 6px 9px; color: #7d7a73; font-size: 8px; }
.ops-hours { display: grid; grid-template-columns: repeat(5,1fr); margin: 25px 0 8px; color: #aaa79f; font-size: 7px; }.ops-track { position: relative; height: 185px; border-top: 1px solid #e5e3dc; border-bottom: 1px solid #e5e3dc; background-image: linear-gradient(90deg,#e8e6df 1px,transparent 1px); background-size: 20% 100%; }
.ops-appt { position: absolute; top: 54px; height: 70px; padding: 10px; border-left: 2px solid #a1aaa0; background: #ecefe9; border-radius: 5px; }.ops-appt b,.ops-appt small { display: block; }.ops-appt b { font-size: 9px; }.ops-appt small { color: #777b74; font-size: 7px; margin-top: 4px; }.ops-appt.muted { left: 1%; width: 18%; opacity: .65; }.ops-appt.last { left: 80%; }.ops-appt.new { left: 38%; width: 28%; border-color: #a7c139; background: #eff6d6; box-shadow: 0 8px 25px rgba(117,139,39,.12); animation: booking-land .9s cubic-bezier(.2,.8,.2,1) both .35s; }.ops-appt.new > i { position: absolute; left: -5px; top: 31px; width: 8px; height: 8px; background: var(--accent-2); border-radius: 50%; box-shadow: 0 0 0 5px rgba(191,234,68,.22); }.ops-appt.new em { position: absolute; right: 7px; top: 7px; padding: 3px 5px; background: var(--accent); border-radius: 100px; font-size: 6px; font-style: normal; }
@keyframes booking-land { from { opacity: 0; transform: translateY(-22px) scale(.96); } }
.ops-reactions { padding: 13px 22px; }.ops-reactions p { position: relative; display: grid; grid-template-columns: 25px 1fr 20px; align-items: center; min-height: 87px; margin: 0; border-bottom: 1px solid #e4e2dc; }.ops-reactions p:last-child { border: 0; }.ops-reactions p > span { color: #aaa79f; font-size: 8px; }.ops-reactions b,.ops-reactions em { grid-column: 2; display: block; }.ops-reactions b { font-size: 10px; }.ops-reactions em { color: #85827b; font-size: 8px; font-style: normal; margin-top: -24px; }.ops-reactions p > i { grid-column: 3; grid-row: 1 / 3; display: grid; place-items: center; width: 20px; height: 20px; background: var(--accent); border-radius: 50%; font-size: 7px; font-style: normal; opacity: 0; transform: scale(.5); transition: .35s; }.ops-interface.is-visible .ops-reactions p > i { opacity: 1; transform: none; }.ops-interface.is-visible .ops-reactions p:nth-child(2)>i { transition-delay: .2s; }.ops-interface.is-visible .ops-reactions p:nth-child(3)>i { transition-delay: .4s; }
.ops-system-line { height: 51px; display: flex; align-items: center; justify-content: center; gap: 17px; border-top: 1px solid #e1dfd8; color: #8e8b84; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.ops-system-line i { width: 7px; height: 7px; background: var(--accent-2); border-radius: 50%; }.ops-system-line b { color: var(--ink); }

.ai-section { min-height: 1450px; padding-top: 125px; padding-bottom: 110px; }
.ai-workspace { margin-top: 65px; }
.campaign-flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.campaign-flow > div { position: relative; min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 14px; border: 1px solid #343630; border-radius: 9px; background: #121310; }
.campaign-flow small { color: #71736b; font-size: 7px; letter-spacing: .12em; }.campaign-flow b { color: white; font-size: 11px; margin: 7px 0 3px; }.campaign-flow span { color: #898c82; font-size: 7px; }.campaign-flow i { position: absolute; right: 9px; top: 9px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #30332a; color: var(--accent); font-size: 7px; font-style: normal; }.campaign-flow .campaign-ready { border-color: #65733d; background: rgba(208,250,67,.08); }.campaign-flow .campaign-ready i { background: var(--accent); color: var(--ink); }
.ai-automation-continuum { position: relative; z-index: 3; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; width: min(1120px,100%); margin: 115px auto 0; padding-top: 65px; border-top: 1px solid #2d2f2a; }
.continuum-copy .eyebrow { color: var(--accent); }.continuum-copy h3 { margin: 0; font-family: "Manrope"; font-size: clamp(2.2rem,3.7vw,4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }.continuum-copy h3 em { font-family: Georgia,serif; color: #92948b; font-weight: 400; }
.continuum-flow { position: relative; }.continuum-flow::before { content: ""; position: absolute; left: 14px; top: 30px; bottom: 30px; width: 1px; background: #353730; }.continuum-flow article { position: relative; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 13px; min-height: 66px; border-bottom: 1px solid #2b2d28; opacity: 0; transform: translateY(10px); transition: .55s; }.continuum-flow article.is-visible { opacity: 1; transform: none; }.continuum-flow article > span { z-index: 2; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; border: 1px solid #42443e; background: #151613; color: var(--accent); font-size: 8px; }.continuum-flow small,.continuum-flow b { display: block; }.continuum-flow small { color: #696b64; font-size: 7px; letter-spacing: .12em; }.continuum-flow b { color: #d2d4cb; font-size: 10px; margin-top: 3px; }.continuum-flow em { color: #64665f; font-size: 7px; font-style: normal; }

.insights-section { min-height: 840px; padding-top: 120px; padding-bottom: 110px; }
.insights-header h2 { font-size: clamp(3.4rem,5.4vw,5.8rem); }
.insight-story { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 1px; width: min(1120px,100%); min-height: 405px; margin: 65px auto 0; border: 1px solid #ccc9bf; border-radius: 15px; background: #ccc9bf; overflow: hidden; box-shadow: 0 30px 65px rgba(31,31,26,.08); opacity: 0; transform: translateY(20px); transition: .75s; }.insight-story.is-visible { opacity: 1; transform: none; }
.insight-process { position: absolute; z-index: 4; left: 20px; top: 18px; display: flex; gap: 10px; align-items: center; color: #929087; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }.insight-process .active { color: var(--ink); }.insight-process i { font-style: normal; color: #b7b4ab; }
.capacity-evidence { padding: 70px 28px 28px; background: #f7f5ef; }.capacity-head { display: flex; justify-content: space-between; align-items: center; }.capacity-head small,.capacity-head b { display: block; }.capacity-head small { color: #96938b; font-size: 7px; letter-spacing: .13em; }.capacity-head b { margin-top: 5px; font-family: "Manrope"; font-size: 15px; }.capacity-head > span { padding: 6px 8px; border: 1px solid #dddad1; border-radius: 100px; color: #88857d; font-size: 7px; }
.capacity-grid { display: grid; grid-template-columns: 35px repeat(5,1fr); gap: 6px; align-items: center; margin-top: 28px; }.capacity-grid small { color: #a4a198; font-size: 7px; text-align: center; }.capacity-grid b { color: #89867e; font-size: 7px; font-weight: 500; }.capacity-grid i { height: 34px; border-radius: 4px; background: #e1ded5; }.capacity-grid .h2 { background: #d3dcc0; }.capacity-grid .h3 { background: #b9cc8d; }.capacity-grid .h4 { background: #90ac55; }.capacity-grid .gap { background: #ead7cf; box-shadow: inset 0 0 0 1px #d3a99b; }
.intelligence-card { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 65px 55px 45px; background: #171815; color: white; }.intelligence-card .answer-spark { position: absolute; left: 55px; top: 47px; }.intelligence-card > small { margin: 13px 0 15px 45px; color: var(--accent); font-size: 7px; letter-spacing: .13em; }.intelligence-card h3 { margin: 0; font-family: "Manrope"; font-size: clamp(1.7rem,2.65vw,2.85rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }.intelligence-card h3 em { color: var(--accent); font-style: normal; }.intelligence-card p { max-width: 500px; margin: 18px 0 25px; color: #92948c; font-size: 11px; }.intelligence-card button { display: flex; justify-content: space-between; align-items: center; width: fit-content; min-width: 290px; padding: 13px 15px; border: 0; background: var(--accent); color: var(--ink); font-size: 9px; font-weight: 600; cursor: pointer; }

.payoff-section { height: 560px; }
.payoff-section::before,.payoff-core { display: none; }
.payoff-list { position: absolute; left: 50%; top: 110px; display: flex; transform: translateX(-50%); width: min(920px,calc(100% - 36px)); }
.payoff-list span { position: static; flex: 1; padding: 15px 12px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; text-align: center; color: #75726b; }
.payoff-list span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 7px; }
.payoff-copy { bottom: 65px; }
.payoff-copy h2 { font-size: clamp(3rem,5vw,5.4rem); }
.final-section { min-height: 780px; padding-top: 130px; }

@media (max-width: 1100px) {
  .hero-product { width: 850px; transform: translateX(-38%); }
  .browser-frame { width: 750px; }
}

@media (max-width: 820px) {
  .hero { min-height: 960px; padding-top: 132px; }.hero-copy { width: 100%; }.hero-product { top: 570px; width: 800px; height: 490px; transform: scale(.58); }.hero-copy h1 { font-size: clamp(3rem,12vw,5.2rem); }.note-ai { left: 17%; }
  .story-section { height: 185vh; }
  .website-section { height: auto; }.browser-frame { width: 790px; height: 560px; transform: scale(.55); }.site-build-rail { top: 60px; }
  .booking-section { min-height: 980px; padding-top: 95px; }.booking-journey-compact { min-height: 600px; }.phone-frame-compact { min-height: 590px; }
  .operations-section { min-height: 1060px; padding-top: 100px; }.ops-interface { height: auto; }.ops-body { grid-template-columns: 1fr; height: auto; }.ops-calendar { border-right: 0; border-bottom: 1px solid #e1dfd8; }.ops-reactions { display: grid; grid-template-columns: repeat(3,1fr); }.ops-reactions p { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px; min-height: 115px; border-right: 1px solid #e4e2dc; border-bottom: 0; }.ops-reactions p > span { margin-bottom: 9px; }.ops-reactions b,.ops-reactions em { grid-column: auto; }.ops-reactions em { margin-top: 4px; }.ops-reactions p > i { position: absolute; right: 9px; top: 12px; }.ops-system-line { display: none; }
  .ai-section { min-height: 1610px; padding-top: 100px; }.ai-automation-continuum { grid-template-columns: 1fr; gap: 38px; margin-top: 80px; padding-top: 55px; }.campaign-flow { grid-template-columns: 1fr; }.campaign-flow > div { min-height: 63px; }.ai-conversation { overflow-y: auto; }
  .insights-section { min-height: 1040px; padding-top: 100px; }.insight-story { grid-template-columns: 1fr; }.capacity-evidence { min-height: 340px; }.intelligence-card { min-height: 410px; padding: 70px 30px 35px; }.intelligence-card .answer-spark { left: 30px; }.intelligence-card > small { margin-left: 44px; }.intelligence-card button { width: 100%; min-width: 0; }
  .payoff-section { height: 610px; }.payoff-list { top: 70px; flex-direction: column; }.payoff-list span { text-align: left; padding: 10px 5px; }.payoff-copy { bottom: 55px; }.final-section { min-height: 790px; }
}

@media (max-width: 430px) {
  .hero { min-height: 900px; }.hero-product { top: 555px; transform: scale(.48); }.hero-lede { max-width: 100%; }.note-ai { left: 26%; }
  .story-section { height: 175vh; }
  .booking-section { min-height: 940px; }.mobile-site-screen { min-height: 440px; }.inline-booking-cta { margin-top: 90px; }
  .operations-section { min-height: 1000px; }.ops-calendar { padding: 20px 14px; }.ops-reactions p { padding: 9px; }.ops-reactions b { font-size: 8px; }.ops-reactions em { font-size: 7px; }.ops-event { padding: 0 12px; }
  .ai-section { min-height: 1580px; }.ai-workspace { height: 720px; }.campaign-flow > div { min-height: 66px; }.continuum-copy h3 { font-size: 2.5rem; }
  .insights-section { min-height: 1000px; }.capacity-evidence { padding-left: 18px; padding-right: 18px; }.capacity-grid { grid-template-columns: 28px repeat(5,1fr); gap: 4px; }.capacity-grid i { height: 29px; }.intelligence-card h3 { font-size: 1.7rem; }
  .payoff-section { height: 580px; }.payoff-copy h2 { font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ops-interface,.insight-story,.continuum-flow article { opacity: 1 !important; transform: none !important; }
  .salon-nav,.salon-hero > p,.salon-hero h3,.salon-hero > button,.salon-hours,.salon-service-strip,.site-build-rail li { opacity: 1 !important; transform: none !important; }
}

.ai-action-row button:first-child { background: transparent; color: #aeb0a7; border-color: #3b3d37; }
.ai-action-row button:last-child { background: var(--accent); color: var(--ink); border-color: var(--accent); }
@media (prefers-reduced-motion: reduce) {
  .assembly-four { opacity: 1 !important; transform: none !important; }
}
