/* AI Growth Kit, proposed redesign. Preview only.
   Tokens follow DESIGN.md. Light and dark sections alternate on purpose. */
:root {
  --ink: #1B2A24;
  --bg: #EEF1EB;
  --brass: #B8863B;
  --brass-hover: #96702F;
  --brass-text: #866125;
  --teal: #2F5D5A;
  --rust: #B4573F;
  --forest: #3E7D5A;
  --card: #FFFFFF;
  --line: #DCE0D6;
  --muted: #5B685F;
  --soft: #F7F8F4;
  --dark: #14201B;
  --dark-card: #22342C;
  --dark-line: #34473B;
  --dark-text: #EAEDE7;
  --dark-muted: #B9C5BB;
  --gold: #D3AD6D;
  --forest-dark: #8FCBA6;
  --rust-dark: #E39A87;
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --shadow-sm: 0 1px 2px rgba(27,42,36,.05), 0 6px 18px rgba(27,42,36,.06);
  --shadow-md: 0 2px 6px rgba(27,42,36,.06), 0 14px 38px rgba(27,42,36,.13);
  --shadow-lg: 0 8px 20px rgba(27,42,36,.12), 0 36px 90px rgba(27,42,36,.26);
  --ease: cubic-bezier(.22,1,.36,1);
  --wrap: 1180px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; touch-action: manipulation; background: none; border: 0; padding: 0; }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; border-radius: 4px; }
.dark :focus-visible { outline-color: var(--gold); }
::selection { background: var(--brass); color: var(--dark); }
.sr-only { 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 { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Type */
h1, h2, .display { font-family: var(--display); font-weight: 500; letter-spacing: -.015em; line-height: 1.04; text-wrap: balance; font-variation-settings: 'opsz' 96; }
h1 { font-size: clamp(38px, 7.2vw, 82px); }
h2 { font-size: clamp(34px, 4.6vw, 56px); }
h3 { font-family: var(--body); font-weight: 600; font-size: 18px; line-height: 1.35; letter-spacing: -.01em; }
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--brass-text); font-variation-settings: 'opsz' 96, 'SOFT' 50; }
.dark h1 em, .dark h2 em { color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--brass-text); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.dark .eyebrow { color: var(--gold); }
.lede { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: var(--muted); max-width: 34em; text-wrap: pretty; }
.dark .lede, .dark p { color: var(--dark-muted); }
.dark { background: var(--dark); color: var(--dark-text); }
.dark h2, .dark h3, .dark h1 { color: var(--dark-text); }
.measure { max-width: 66ch; }
.tabular { font-variant-numeric: tabular-nums; }

/* Buttons */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border-radius: 8px; font-weight: 600; font-size: 15px; line-height: 1.2; border: 1px solid transparent; transition: background .25s, color .25s, transform .3s var(--ease), box-shadow .3s; white-space: nowrap; }
.btn .icon { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .icon { transform: translate(2px, -2px); }
.btn-brass { background: var(--brass); color: var(--ink); box-shadow: 0 6px 18px rgba(184,134,59,.28); }
.btn-brass:hover { background: var(--brass-hover); color: #fff; }
.btn-ghost { border-color: #b9c2b6; color: var(--ink); background: transparent; }
.btn-ghost:hover { background: #fff; border-color: var(--ink); }
.dark .btn-ghost { border-color: #5a6f60; color: var(--dark-text); }
.dark .btn-ghost:hover { background: var(--dark-card); border-color: var(--dark-muted); }
.btn-call { padding-right: 24px; }
.btn-call .num { font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.btn-call .icon { transition: none; }
.btn-call:hover .icon { transform: none; animation: ring-shake .7s var(--ease) 1; }
.pulse::before, .pulse::after { content: ''; position: absolute; inset: -4px; border-radius: 12px; border: 2px solid var(--brass); opacity: 0; pointer-events: none; animation: pulse 2.6s var(--ease) infinite; }
.pulse::after { animation-delay: 1.3s; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 8px 0; color: var(--ink); border-bottom: 1px solid transparent; transition: color .2s; }
.text-link .icon { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.text-link:hover { color: var(--brass-text); }
.text-link:hover .icon { transform: translate(2px, -2px); }
.dark .text-link { color: var(--dark-text); }
.dark .text-link:hover { color: var(--gold); }
.note { font-size: 13px; color: var(--muted); line-height: 1.55; }
.dark .note { color: var(--dark-muted); }

/* Tags */
.tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; line-height: 1.3; }
.tag-live { background: rgba(47,93,90,.1); color: var(--teal); border: 1px solid rgba(47,93,90,.28); }
.tag-live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(47,93,90,.5); animation: dot 2.2s ease-out infinite; }
.tag-soon { background: rgba(184,134,59,.12); color: var(--brass-text); border: 1px solid rgba(184,134,59,.4); }
.dark .tag-soon { color: var(--gold); }
.dark .tag-live { color: var(--forest-dark); border-color: rgba(143,203,166,.4); background: rgba(62,125,90,.18); }
.dark .tag-live::before { background: var(--forest-dark); }

/* Header */
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: rgba(238,241,235,.86); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid rgba(27,42,36,.08); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 32px; height: 32px; border-radius: 50%; }
.nav { display: none; gap: 28px; font-size: 14px; font-weight: 500; color: var(--muted); }
.nav a { position: relative; padding: 6px 0; transition: color .2s; }
.nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn-nav { min-height: 42px; padding: 9px 16px; font-size: 14px; }
.btn-nav .label-long { display: none; }
.menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 42px; height: 42px; border-radius: 8px; border: 1px solid #c9d0c6; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease); transform-origin: center; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: sticky; top: calc(72px + env(safe-area-inset-top, 0px)); z-index: 49; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
.mobile-menu .wrap { display: grid; padding-block: 8px 16px; }
.mobile-menu a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 500; font-size: 16px; }
.mobile-menu a:last-child { border: 0; }
@media (max-width: 420px) {
  .site-header .wrap { gap: 10px; }
  .brand { font-size: 16px; gap: 8px; }
  .btn-nav { padding-inline: 12px; }
  .btn-nav .label-short { display: none; }
  .hero-actions .btn-call, .hear-card .btn-call { width: 100%; font-size: 15px; padding-inline: 14px; }
  .bignum { font-size: 30px; padding-inline: 16px; }
}
@media (min-width: 900px) {
  .nav { display: flex; }
  .menu-toggle { display: none; }
  .btn-nav .label-long { display: inline; }
  .btn-nav .label-short { display: none; }
}

/* Sections */
.section { padding-block: clamp(64px, 9vw, 120px); }
.section-head { display: grid; gap: 14px; margin-bottom: clamp(36px, 5vw, 64px); max-width: 720px; }
.section-head .eyebrow { margin-bottom: 4px; }
.section-head .lede { margin-top: 6px; }
.grain { position: relative; isolation: isolate; overflow: clip; }
.grain::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 50% at 80% 10%, rgba(184,134,59,.16), transparent 70%), radial-gradient(45% 45% at 5% 90%, rgba(62,125,90,.14), transparent 70%); pointer-events: none; }

/* Hero */
.hero { padding-block: clamp(40px, 6vw, 88px) clamp(56px, 7vw, 100px); position: relative; isolation: isolate; overflow: clip; background: linear-gradient(180deg, #E3E9DF 0%, var(--bg) 75%); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: -20% -15% auto auto; width: 75%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, rgba(184,134,59,.30), rgba(184,134,59,0)); pointer-events: none; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background-image: radial-gradient(rgba(27,42,36,.13) 1px, transparent 1.4px), radial-gradient(closest-side at 8% 95%, rgba(62,125,90,.22), transparent); background-size: 22px 22px, 100% 100%; -webkit-mask-image: radial-gradient(70% 70% at 60% 45%, #000 20%, transparent 100%); mask-image: radial-gradient(70% 70% at 60% 45%, #000 20%, transparent 100%); pointer-events: none; }
.scene-wrap { position: relative; }
.rings { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 0; }
.rings i { position: absolute; width: 120%; aspect-ratio: 1; border-radius: 50%; border: 1.5px solid rgba(184,134,59,.35); animation: ring-out 7s linear infinite; opacity: 0; }
.rings i:nth-child(2) { animation-delay: 2.3s; } .rings i:nth-child(3) { animation-delay: 4.6s; }
.scene-wrap .scene { z-index: 1; }
.hero .wrap { display: grid; gap: 44px; align-items: center; }
.hero-copy { max-width: 620px; }
.hero h1 { margin-bottom: 22px; }
.hero-line { display: block; overflow: clip; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-line > span { display: inline-block; }
.hero .lede { margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-bottom: 14px; }
.hero-actions .btn-call { min-height: 58px; font-size: 16px; padding-inline: 22px 26px; }
.hero-whathappens { font-size: 14px; color: var(--muted); display: flex; gap: 10px; align-items: flex-start; max-width: 460px; margin-bottom: 26px; }
.hero-whathappens .icon { width: 18px; height: 18px; color: var(--forest); margin-top: 3px; }
.hero-price { font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 14px; }
.hero-price b { font-weight: 600; color: var(--ink); }
.dark .hero-price { color: var(--dark-muted); }
.dark .hero-price b { color: var(--dark-text); }
@media (min-width: 960px) {
  .hero .wrap { grid-template-columns: 1.05fr .95fr; gap: 56px; }
}

/* The call scene: dark card on the light hero */
.scene { position: relative; background: var(--dark); color: var(--dark-text); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.05); overflow: clip; }
.scene::before { content: ''; position: absolute; inset: 0; background: radial-gradient(70% 60% at 100% 0%, rgba(184,134,59,.16), transparent 70%); pointer-events: none; }
.scene > * { position: relative; }
.scene-strip { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--dark-line); margin-bottom: 16px; }
.scene-strip .phone-ring { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(184,134,59,.15); color: var(--gold); position: relative; flex: 0 0 auto; }
.scene-strip .phone-ring .icon { width: 18px; height: 18px; }
.scene[data-state="ringing"] .phone-ring .icon { animation: ring-shake .7s var(--ease) infinite; }
.scene[data-state="ringing"] .phone-ring::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 1.5px solid var(--gold); animation: pulse 1.4s var(--ease) infinite; }
.scene-strip strong { display: block; font-size: 14px; font-weight: 600; }
.scene-strip .status { display: block; font-size: 12px; color: var(--dark-muted); }
.scene[data-state="booked"] .status, .scene[data-state="talking"] .status { color: var(--forest-dark); }
.wave { display: flex; align-items: center; gap: 2px; height: 26px; margin-left: auto; }
.wave i { width: 3px; height: 100%; border-radius: 2px; background: var(--gold); opacity: .8; transform: scaleY(.18); transform-origin: center; animation: wave 1.1s ease-in-out infinite; animation-delay: calc(var(--bar) * -.09s); }
.scene[data-state="ringing"] .wave i { background: var(--dark-muted); }
.scene-log { display: grid; gap: 10px; min-height: 176px; align-content: start; }
.line { max-width: 88%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.45; }
.line.ai { background: var(--dark-card); border-bottom-left-radius: 4px; justify-self: start; }
.line.caller { background: var(--teal); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.line .who { display: block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; opacity: .7; margin-bottom: 3px; }
.scene-booking { margin-top: 16px; }
.scene-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin-top: 16px; font-size: 13px; color: var(--dark-muted); }
.scene-foot a { color: var(--gold); font-weight: 600; }
.replay { display: inline-flex; align-items: center; gap: 6px; color: var(--dark-muted); font-size: 13px; font-weight: 500; padding: 6px 8px; border-radius: 6px; margin: -6px -8px; }
.replay:hover { color: var(--dark-text); background: var(--dark-card); }
.replay .icon { width: 15px; height: 15px; }

/* Booking card, the component that proves the point */
.booking { background: var(--card); color: var(--ink); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-md); }
.booking-band { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--forest); color: #fff; padding: 10px 16px; font-size: 13px; font-weight: 600; }
.booking-band span { display: inline-flex; align-items: center; gap: 8px; }
.booking-band .icon { width: 16px; height: 16px; }
.booking-body { padding: 16px; display: grid; gap: 12px; }
.booking-when { display: flex; align-items: center; gap: 14px; }
.date-chip { display: grid; place-items: center; width: 56px; padding: 6px 0 8px; border-radius: 10px; background: var(--soft); border: 1px solid var(--line); border-top: 3px solid var(--rust); line-height: 1; }
.date-chip span { font-size: 10px; letter-spacing: .1em; font-weight: 600; color: var(--muted); }
.date-chip strong { font-family: var(--display); font-size: 26px; font-weight: 500; margin-top: 2px; }
.booking-when p { font-weight: 600; font-size: 16px; line-height: 1.3; }
.booking-when small { display: block; font-size: 13px; color: var(--muted); }
.booking-name { font-family: var(--display); font-size: 22px; font-weight: 500; line-height: 1.2; }
.booking-job { font-size: 14px; color: var(--muted); }
.booking-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.booking-meta .icon { width: 15px; height: 15px; }
.booking-sync { border-top: 1px dashed var(--line); padding-top: 12px; display: grid; gap: 8px; font-size: 13px; }
.booking-sync li { display: flex; align-items: center; gap: 9px; color: var(--ink); }
.booking-sync .icon { width: 18px; height: 18px; color: var(--forest); background: rgba(62,125,90,.12); border-radius: 50%; padding: 3px; }

/* Cards that stay light inside dark sections keep ink text */
.booking p, .dark .booking p, .catch-card p, .dark .catch-card p { color: var(--ink); }
.booking p.booking-job, .dark .booking p.booking-job, .booking p.booking-meta, .dark .booking p.booking-meta, .catch-card p.booking-job, .dark .catch-card p.booking-job, .catch-card p.booking-meta, .dark .catch-card p.booking-meta, .dark .catch-body .voicemail p { color: var(--muted); }
.dark .step h3, .dark .feature h3, .dark .person h3, .dark .plan:not(.plan-featured) h3 { color: var(--ink); }
.dark .faq-list details { border-color: var(--dark-line); }
.dark .nots li { background: var(--dark-card); border-color: var(--dark-line); border-left-color: var(--rust); }
.dark .nots li p, .dark .pitch p { color: #D3DBD4; }

/* Home hero, dark variant with the scene as a light card */
.hero.dark { background: linear-gradient(180deg, #14201B 0%, #1A2A22 55%, #14201B 100%); }
.hero.dark::before { background: radial-gradient(closest-side, rgba(184,134,59,.34), rgba(184,134,59,0)); }
.hero.dark::after { background-image: radial-gradient(rgba(234,237,231,.16) 1px, transparent 1.4px), radial-gradient(closest-side at 8% 95%, rgba(62,125,90,.35), transparent); }
.hero.dark .hero-whathappens { color: var(--dark-muted); }
.hero.dark .hero-whathappens .icon { color: var(--forest-dark); }
.hero.dark .scene { background: var(--card); color: var(--ink); border-color: rgba(27,42,36,.08); box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(211,173,109,.25); }
.hero.dark .scene::before { background: radial-gradient(70% 60% at 100% 0%, rgba(184,134,59,.12), transparent 70%); }
.hero.dark .scene-strip { border-color: var(--line); }
.hero.dark .scene-strip .phone-ring { background: rgba(184,134,59,.14); color: var(--brass-text); }
.hero.dark .scene-strip .status { color: var(--muted); }
.hero.dark .scene[data-state="booked"] .status, .hero.dark .scene[data-state="talking"] .status { color: var(--forest); }
.hero.dark .scene[data-state="ringing"] .phone-ring::after { border-color: var(--brass); }
.hero.dark .wave i { background: var(--brass); }
.hero.dark .scene p { color: var(--ink); }
.hero.dark .line.ai { background: #F1F3EE; border: 1px solid var(--line); }
.hero.dark .line.caller { color: #fff; }
.hero.dark .scene p.booking-job { color: var(--muted); }
.hero.dark .scene-foot { color: var(--muted); }
.hero.dark .scene-foot a { color: var(--brass-text); }
.hero.dark .replay { color: var(--muted); }
.hero.dark .replay:hover { color: var(--ink); background: var(--soft); }
.hero.dark .rings i { border-color: rgba(211,173,109,.45); }
.hero.dark .scene .booking { box-shadow: none; border: 1px solid var(--line); }

/* Trust strip */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.4); }
.strip .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; padding-block: 16px; font-size: 14px; color: var(--muted); }
.strip .label { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: var(--brass-text); }
.strip div { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 500; }
.strip .icon { color: var(--teal); }

/* Products */
.products { display: grid; gap: 20px; }
.product { position: relative; display: grid; gap: 16px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s; overflow: clip; }
.product:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; }
.product-icon.teal { background: rgba(47,93,90,.12); color: var(--teal); }
.product-icon.brass { background: rgba(184,134,59,.14); color: var(--brass-text); }
.product-icon .icon { width: 22px; height: 22px; }
.product h3 { font-family: var(--display); font-weight: 500; font-size: 28px; letter-spacing: -.01em; }
.product p { color: var(--muted); font-size: 15px; }
.product ul { display: grid; gap: 8px; font-size: 14px; }
.product li { display: flex; gap: 10px; align-items: flex-start; }
.product li .icon { width: 17px; height: 17px; color: var(--forest); margin-top: 2px; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.product-price strong { font-family: var(--display); font-size: 34px; font-weight: 500; letter-spacing: -.01em; }
.product-price span { color: var(--muted); font-size: 14px; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: 6px; }
@media (min-width: 800px) { .products { grid-template-columns: 1fr 1fr; gap: 24px; } .product { padding: 34px; } }

/* 2:40 on a Tuesday: rust becomes forest */
.catch { position: relative; }
.catch .wrap { display: grid; gap: 40px; align-items: center; }
.catch-thread { display: grid; gap: 18px; margin-top: 34px; }
.thread-group { position: relative; padding: 18px 20px 18px 34px; border-radius: 12px; border: 1px solid var(--dark-line); background: rgba(255,255,255,.025); display: grid; gap: 16px; }
.thread-group::before { content: ''; position: absolute; left: 14px; top: 22px; bottom: 22px; width: 2px; border-radius: 2px; background: var(--dark-line); }
.thread-group[data-tone="rust"] { border-color: rgba(227,154,135,.35); }
.thread-group[data-tone="rust"]::before { background: var(--rust-dark); }
.thread-group[data-tone="forest"] { border-color: rgba(143,203,166,.35); }
.thread-group[data-tone="forest"]::after { content: ''; position: absolute; left: 14px; top: 22px; bottom: 22px; width: 2px; border-radius: 2px; background: var(--forest-dark); transform: scaleY(0); transform-origin: top; transition: transform 1.4s var(--ease) .6s; }
.catch.caught .thread-group[data-tone="forest"]::after { transform: scaleY(1); }
.thread-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.thread-label .icon { width: 15px; height: 15px; }
.thread-group[data-tone="rust"] .thread-label { color: var(--rust-dark); }
.thread-group[data-tone="forest"] .thread-label { color: var(--forest-dark); }
.thread-between { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--dark-muted); padding-left: 6px; }
.thread-between .icon { width: 16px; height: 16px; color: var(--gold); }
.catch-step { position: relative; }
.catch-step::before { content: ''; position: absolute; left: -25px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--dark); border: 2px solid var(--dark-line); transition: border-color .5s, background .5s; }
.thread-group[data-tone="rust"] .catch-step::before { border-color: var(--rust-dark); background: var(--rust-dark); }
.catch.caught .thread-group[data-tone="forest"] .catch-step::before { border-color: var(--forest-dark); background: var(--forest-dark); }
.catch.caught .thread-group[data-tone="forest"] .catch-step:nth-child(2)::before { transition-delay: 1s; }
.catch.caught .thread-group[data-tone="forest"] .catch-step:nth-child(3)::before { transition-delay: 1.8s; }
.catch.no-anim, .catch.no-anim *, .catch.no-anim *::before, .catch.no-anim *::after { transition: none !important; }
.catch-step time { display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dark-muted); margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.catch-step p { font-size: 15px; }
.catch-card { background: var(--card); color: var(--ink); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); max-width: 460px; width: 100%; justify-self: center; }
.catch-band { position: relative; height: 46px; overflow: hidden; }
.catch-band > div { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size: 13px; font-weight: 600; color: #fff; transition: transform .8s var(--ease), opacity .6s; }
.catch-band > div span { display: inline-flex; align-items: center; gap: 8px; }
.catch-band .icon { width: 16px; height: 16px; }
.catch-band .missed { background: var(--rust); }
.catch-band .booked { background: var(--forest); transform: translateY(100%); opacity: 0; }
.catch.caught .catch-band .missed { transform: translateY(-100%); opacity: 0; transition-delay: 1s; }
.catch.caught .catch-band .booked { transform: none; opacity: 1; transition-delay: 1s; }
.catch-body { padding: 16px; display: grid; gap: 12px; }
.catch-body .voicemail { display: grid; gap: 8px; }
.catch-body .voicemail p { color: var(--muted); font-size: 14px; }
.catch-body .voicemail .bar { height: 10px; border-radius: 6px; background: var(--line); }
.catch-body .voicemail .bar:nth-child(2) { width: 62%; }
.catch-body .voicemail .bar:nth-child(3) { width: 40%; }
.catch-body .found { display: grid; gap: 12px; }
.catch-swap { display: grid; }
.catch-swap > * { grid-area: 1 / 1; transition: opacity .6s, transform .8s var(--ease); }
.catch-swap .found { opacity: 0; transform: translateY(10px); pointer-events: none; }
.catch.caught .catch-swap .voicemail { opacity: 0; transform: translateY(-6px); transition-delay: 1s; }
.catch.caught .catch-swap .found { opacity: 1; transform: none; transition-delay: 1.2s; }
.catch .booking-sync li { opacity: 0; transform: translateX(-6px); transition: opacity .5s, transform .6s var(--ease); }
.catch.caught .booking-sync li { opacity: 1; transform: none; }
.catch.caught .booking-sync li:nth-child(1) { transition-delay: 1.9s; }
.catch.caught .booking-sync li:nth-child(2) { transition-delay: 2.2s; }
.catch-right { display: grid; gap: 14px; justify-items: center; }
.catch-replay { justify-self: center; }
@media (min-width: 900px) { .catch .wrap { grid-template-columns: 1fr 1fr; gap: 64px; } .catch-right { justify-items: end; } }

/* Who it's for: five kinds of business */
.who .wrap { display: grid; gap: 36px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border-radius: 999px; border: 1px solid #c4ccc1; background: transparent; font-size: 14px; font-weight: 500; color: var(--muted); transition: background .25s, color .25s, border-color .25s, transform .3s var(--ease); }
.chip .icon { width: 16px; height: 16px; }
.chip:hover { color: var(--ink); border-color: var(--ink); transform: translateY(-1px); }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.chatwin { background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); overflow: hidden; max-width: 520px; width: 100%; }
.chatwin-top { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ink); color: var(--dark-text); }
.monogram { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--brass); color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 500; }
.chatwin-top strong { display: block; font-size: 14px; }
.chatwin-top div span { display: block; font-size: 12px; color: var(--dark-muted); }
.chatwin-top .tag { margin-left: auto; }
.chat-body { padding: 18px 16px; display: grid; gap: 10px; background: var(--soft); min-height: 200px; align-content: start; }
.msg { max-width: 86%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.45; }
.msg.assistant { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; justify-self: start; }
.msg.visitor { background: var(--teal); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.record { margin: 0 16px 16px; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; display: grid; gap: 10px; background: #fff; }
.record-head { display: flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; color: var(--forest); }
.record-head .icon { width: 16px; height: 16px; }
.record dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.record dt { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.record dd { margin: 2px 0 0; font-weight: 600; font-size: 14px; }
.who-copy { display: grid; gap: 18px; align-content: start; }
.who-list { display: grid; gap: 10px; font-size: 15px; color: var(--muted); }
.who-list li { display: flex; gap: 10px; align-items: flex-start; }
.who-list b { color: var(--ink); font-weight: 600; }
.who-list .icon { width: 18px; height: 18px; color: var(--forest); margin-top: 3px; }
@media (min-width: 960px) { .who .wrap { grid-template-columns: 1fr 1fr; align-items: start; gap: 64px; } }

/* How it works */
.steps { display: grid; gap: 16px; counter-reset: step; }
.step { position: relative; padding: 26px 26px 26px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 10px; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--display); font-size: 40px; font-weight: 500; color: var(--brass-text); line-height: 1; opacity: .9; }
.step::after { content: ''; position: absolute; left: 26px; right: 26px; top: 0; height: 2px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease); }
.step.in::after { transform: scaleX(1); }
.step p { color: var(--muted); font-size: 15px; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

/* Pricing */
.plans { display: grid; gap: 18px; }
.plan { position: relative; display: grid; gap: 14px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan-name { font-weight: 600; font-size: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.plan-price { display: flex; align-items: baseline; gap: 6px; }
.plan-price strong { font-family: var(--display); font-size: 48px; font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.plan-price span { color: var(--muted); font-size: 15px; }
.plan-setup { font-size: 14px; color: var(--muted); }
.plan ul { display: grid; gap: 8px; font-size: 14px; padding-top: 14px; border-top: 1px dashed var(--line); }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li .icon { width: 17px; height: 17px; color: var(--forest); margin-top: 2px; }
.plan .btn { justify-self: start; margin-top: 4px; }
.plan-featured { background: var(--dark); color: var(--dark-text); border-color: var(--dark); box-shadow: var(--shadow-lg); }
.plan-featured .plan-setup, .plan-featured .plan-price span, .plan-featured p { color: var(--dark-muted); }
.plan-featured ul { border-color: var(--dark-line); }
.plan-featured li .icon { color: var(--forest-dark); }
.plan-featured .tag-soon { color: var(--gold); }
.pricing-fine { margin-top: 26px; font-size: 14px; color: var(--muted); max-width: 70ch; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; } .plan-featured { transform: translateY(-10px); } .plan-featured:hover { transform: translateY(-14px); } }

/* FAQ */
.faq .wrap { display: grid; gap: 30px; }
.faq-list { display: grid; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 4px; font-weight: 600; font-size: 17px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 20px; height: 20px; color: var(--brass-text); transition: transform .35s var(--ease); }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { padding: 0 4px 22px; color: var(--muted); max-width: 62ch; }
.faq-list details p a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--brass); }
@media (min-width: 900px) { .faq .wrap { grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; } }

/* Founders */
.team { display: grid; gap: 20px; }
.person { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: start; padding: 22px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; }
.person img { width: 96px; height: 120px; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow-sm); }
.person h3 { font-family: var(--display); font-size: 24px; font-weight: 500; }
.person .role { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: var(--brass-text); margin: 4px 0 10px; }
.person p { font-size: 15px; color: var(--muted); margin-bottom: 10px; }
.person > div { min-width: 0; }
.person a { font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--brass); overflow-wrap: anywhere; }
@media (min-width: 800px) { .team { grid-template-columns: 1fr 1fr; gap: 24px; } .person { padding: 26px; } }

/* Closing */
.closing { text-align: center; }
.closing .wrap { display: grid; justify-items: center; gap: 22px; max-width: 800px; }
.closing h2 { font-size: clamp(38px, 6vw, 72px); }
.bignum { background: rgba(255,255,255,.035); border: 1px solid var(--dark-line); display: inline-flex; align-items: center; gap: 14px; font-family: var(--display); font-size: clamp(30px, 6vw, 58px); font-weight: 500; letter-spacing: -.01em; color: var(--gold); font-variant-numeric: tabular-nums; position: relative; padding: 10px 24px; border-radius: 16px; transition: transform .4s var(--ease); }
.bignum:hover { transform: scale(1.02); }
.bignum .icon { width: .7em; height: .7em; }
.bignum.pulse::before, .bignum.pulse::after { border-radius: 16px; border-color: var(--gold); inset: 0; }
.closing p { max-width: 46ch; }
.closing .alt { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 6px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); }
.site-footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; padding-block: 26px; font-size: 13px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.footer-links a:hover { color: var(--ink); }
.motion-toggle { border: 1px solid #c4ccc1; border-radius: 6px; padding: 6px 10px; font-size: 12px; font-weight: 500; color: var(--muted); }
.motion-toggle:hover { color: var(--ink); border-color: var(--ink); }

/* Widget stand-in (the live site loads /widget/widget.js here) */
.bubble { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 28px rgba(27,42,36,.3); transition: transform .3s var(--ease); }
.bubble:hover { transform: scale(1.06); }
.bubble .icon { width: 24px; height: 24px; }
.bubble .dot { position: absolute; top: 4px; right: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--brass); border: 2px solid #fff; }

/* Phone page */
.phone-hero { padding-block: clamp(48px, 7vw, 100px); position: relative; isolation: isolate; overflow: clip; }
.phone-hero::before { content: ''; position: absolute; z-index: -1; inset: auto auto -30% -20%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, rgba(62,125,90,.22), transparent); pointer-events: none; }
.phone-hero::after { content: ''; position: absolute; z-index: -1; inset: -20% -10% auto auto; width: 55%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, rgba(184,134,59,.16), transparent); pointer-events: none; }
.phone-hero .wrap { display: grid; gap: 44px; align-items: center; }
.phone-hero .lede { margin: 0 0 30px; }
.phone-hero h1 { margin: 0 0 22px; font-size: clamp(38px, 7vw, 70px); }
.phone-hero .tag { margin-bottom: 20px; }
.phone-scene { display: grid; gap: 14px; max-width: 460px; width: 100%; justify-self: center; }
.call-strip { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; background: var(--dark-card); border: 1px solid var(--dark-line); }
.call-strip .phone-ring { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(184,134,59,.15); color: var(--gold); position: relative; flex: 0 0 auto; }
.call-strip .phone-ring .icon { width: 18px; height: 18px; animation: ring-shake 1.6s var(--ease) infinite; }
.call-strip strong { display: block; font-size: 14px; }
.call-strip span.status { display: block; font-size: 12px; color: var(--dark-muted); }
.call-strip .wave { margin-left: auto; }
.call-strip .wave i { animation-play-state: running; }
.call-to-booking { display: flex; justify-content: center; height: 34px; position: relative; }
.call-to-booking::before { content: ''; width: 2px; height: 100%; background: linear-gradient(var(--dark-line), var(--forest-dark)); }
.call-to-booking span { position: absolute; top: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--forest-dark); animation: travel 2.4s var(--ease) infinite; }
@media (min-width: 960px) { .phone-hero .wrap { grid-template-columns: 1.05fr .95fr; gap: 56px; } .phone-scene { justify-self: end; } }

.hear { position: relative; }
.hear .wrap { display: grid; gap: 30px; align-items: center; }
.hear-card { display: grid; gap: 18px; padding: clamp(24px, 4vw, 40px); background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); }
.hear-card .btn-call { justify-self: start; min-height: 58px; font-size: 16px; }
.hear-steps { display: grid; gap: 12px; font-size: 15px; color: var(--muted); }
.hear-steps li { display: flex; gap: 12px; align-items: flex-start; }
.hear-steps b { color: var(--ink); font-weight: 600; }
.hear-steps .n { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: rgba(184,134,59,.15); color: var(--brass-text); font-size: 12px; font-weight: 600; }
@media (min-width: 900px) { .hear .wrap { grid-template-columns: 1fr 1fr; gap: 64px; } }

.pair { display: grid; gap: 18px; }
.pitch { padding: 26px; border-radius: 12px; background: var(--dark-card); border: 1px solid var(--dark-line); display: grid; gap: 14px; position: relative; overflow: hidden; }
.pitch::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 4px; }
.pitch-bad::before { background: var(--rust); }
.pitch-good::before { background: var(--forest); }
.pitch h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; }
.pitch h3 .icon { width: 20px; height: 20px; }
.pitch-bad h3 .icon { color: var(--rust-dark); }
.pitch-good h3 .icon { color: var(--forest-dark); }
.pitch p { font-size: 15px; }
.pitch-visual { display: flex; align-items: center; gap: 10px; margin-top: 4px; color: var(--dark-muted); }
.pitch-visual .icon { width: 20px; height: 20px; }
.pitch-visual .track { flex: 1; height: 2px; position: relative; background: var(--dark-line); }
.pitch-bad .track::after { content: ''; position: absolute; inset: 0; right: 40%; background: var(--rust-dark); }
.pitch-good .track::after { content: ''; position: absolute; inset: 0; background: var(--forest-dark); transform: scaleX(0); transform-origin: left; transition: transform 1.4s var(--ease) .3s; }
.pitch-good.in .track::after { transform: scaleX(1); }
.pitch-visual .end { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--dark); border: 1px solid var(--dark-line); }
.pitch-good .end { color: var(--forest-dark); }
.pitch-bad .end { color: var(--rust-dark); }
@media (min-width: 800px) { .pair { grid-template-columns: 1fr 1fr; gap: 24px; } .pitch { padding: 32px; } }

.features { display: grid; gap: 16px; }
.feature { padding: 26px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 10px; }
.feature-index { display: flex; justify-content: space-between; align-items: center; color: var(--brass-text); }
.feature-index .icon { width: 22px; height: 22px; color: var(--teal); }
.feature-index span { font-family: var(--display); font-size: 22px; font-weight: 500; }
.feature p { color: var(--muted); font-size: 15px; }
@media (min-width: 800px) { .features { grid-template-columns: 1fr 1fr; gap: 20px; } }

.after .wrap { display: grid; gap: 34px; }
.sync { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; max-width: 560px; }
.sync > div { display: grid; justify-items: center; gap: 8px; padding: 18px 12px; border-radius: 12px; background: var(--dark-card); border: 1px solid var(--dark-line); font-size: 13px; font-weight: 600; text-align: center; }
.sync .icon { width: 26px; height: 26px; color: var(--forest-dark); }
.sync .link { width: 60px; height: 2px; position: relative; background: var(--dark-line); }
.sync .link i { position: absolute; top: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--forest-dark); animation: sync 2.2s var(--ease) infinite; }
.privacy { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border-radius: 12px; background: var(--dark-card); border: 1px solid var(--dark-line); max-width: 70ch; }
.privacy .icon { width: 22px; height: 22px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.privacy p { font-size: 15px; }
@media (min-width: 900px) { .after .wrap { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }

.nots { display: grid; gap: 14px; }
.nots li { display: grid; gap: 6px; padding: 20px 22px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; border-left: 4px solid var(--rust); }
.nots li p { color: var(--muted); font-size: 15px; }
@media (min-width: 800px) { .nots { grid-template-columns: 1fr 1fr; gap: 18px; } }

.phone-pricing .wrap { display: grid; gap: 30px; }
.price-big { display: flex; flex-wrap: wrap; gap: 10px 40px; }
.price-big div { display: grid; }
.price-big strong { font-family: var(--display); font-size: clamp(44px, 6vw, 64px); font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.price-big span { color: var(--muted); font-size: 15px; margin-top: 6px; }
.price-notes { display: grid; gap: 12px; font-size: 15px; color: var(--muted); max-width: 62ch; }
.price-notes b { color: var(--ink); font-weight: 600; }
.price-notes .btn { justify-self: start; margin-top: 6px; }
@media (min-width: 900px) { .phone-pricing .wrap { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }

/* Demo page */
.demo-bar { background: var(--ink); color: var(--dark-text); }
.demo-bar .wrap { display: grid; gap: 12px; padding-block: 12px; }
.demo-bar-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.demo-bar .brand { font-size: 15px; }
.demo-bar .brand img { width: 26px; height: 26px; }
.demo-tag { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; padding: 3px 8px; border-radius: 4px; background: var(--dark-card); color: var(--gold); margin-left: 6px; }
.demo-controls { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; }
.demo-field { display: grid; gap: 4px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dark-muted); font-weight: 600; }
.demo-field select, .demo-field input { min-height: 40px; padding: 6px 10px; border-radius: 6px; border: 1px solid var(--dark-line); background: var(--dark-card); color: var(--dark-text); font-size: 14px; text-transform: none; letter-spacing: 0; font-weight: 400; min-width: 150px; }
.demo-field input { min-width: 200px; }
.demo-controls .btn { min-height: 40px; padding: 8px 14px; font-size: 14px; }
.demo-bar-exit { margin-left: auto; font-size: 13px; color: var(--dark-muted); display: inline-flex; gap: 6px; align-items: center; }
.demo-bar-exit:hover { color: var(--dark-text); }
.demo-bar-note { font-size: 13px; color: var(--dark-muted); }
.demo-bar-note b { color: var(--gold); font-weight: 600; }

/* The mock business site: a different world, on purpose */
.mock { --m-ink: #23282b; --m-accent: #1f5f8b; --m-bg: #f6f7f8; --m-card: #fff; background: var(--m-bg); color: var(--m-ink); font-family: var(--body); }
.mock[data-trade="dental"] { --m-accent: #2a8c8c; }
.mock[data-trade="real_estate"] { --m-accent: #7a4b2a; }
.mock[data-trade="fitness"] { --m-accent: #c2412d; }
.mock[data-trade="salon"] { --m-accent: #8a4a6e; }
.mock-header { background: #fff; border-bottom: 1px solid #e3e6e8; }
.mock-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.mock-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; }
.mock-mono { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 6px; background: var(--m-accent); color: #fff; font-weight: 700; }
.mock-nav { display: none; gap: 22px; font-size: 14px; color: #5a6268; }
.mock-nav .mock-cta { color: var(--m-accent); font-weight: 600; }
@media (min-width: 700px) { .mock-nav { display: flex; } }
.mock-hero { padding-block: 44px 40px; background: linear-gradient(180deg, #fff, var(--m-bg)); }
.mock-hero .wrap { display: grid; gap: 28px; align-items: center; }
.mock-eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--m-accent); font-weight: 700; margin-bottom: 10px; }
.mock-hero h1 { font-family: var(--body); font-weight: 700; font-size: clamp(30px, 4.5vw, 46px); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 12px; font-variation-settings: normal; }
.mock-sub { color: #5a6268; font-size: 16px; max-width: 46ch; margin-bottom: 18px; }
.mock-actions { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; }
.mock-btn { min-height: 46px; padding: 10px 18px; border-radius: 6px; background: var(--m-accent); color: #fff; font-weight: 600; font-size: 15px; }
.mock-link { font-size: 14px; color: var(--m-accent); font-weight: 600; }
.mock-card { background: #fff; border: 1px solid #e3e6e8; border-radius: 8px; padding: 18px; display: grid; gap: 4px; max-width: 320px; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.mock-card .lbl { font-size: 12px; color: #7a8288; text-transform: uppercase; letter-spacing: .06em; }
.mock-card strong { font-size: 18px; }
.mock-card span { color: #5a6268; font-size: 14px; }
@media (min-width: 800px) { .mock-hero .wrap { grid-template-columns: 1.2fr .8fr; } .mock-card { justify-self: end; } }
.mock-services { padding-block: 36px; }
.mock-services h2 { font-family: var(--body); font-weight: 700; font-size: 24px; margin-bottom: 16px; font-variation-settings: normal; letter-spacing: -.01em; }
.mock-grid { display: grid; gap: 12px; }
.mock-grid li { background: #fff; border: 1px solid #e3e6e8; border-radius: 8px; padding: 16px; }
.mock-grid strong { display: block; margin-bottom: 4px; }
.mock-grid span { color: #5a6268; font-size: 14px; }
@media (min-width: 700px) { .mock-grid { grid-template-columns: repeat(3, 1fr); } }
.mock-detail { padding-block: 10px 36px; }
.mock-detail .wrap { display: grid; gap: 20px; }
.mock-detail h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.mock-detail p, .mock-detail li { color: #5a6268; font-size: 14px; }
.mock-detail li { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e3e6e8; padding: 5px 0; }
@media (min-width: 700px) { .mock-detail .wrap { grid-template-columns: repeat(3, 1fr); } }
.mock-footer { border-top: 1px solid #e3e6e8; background: #fff; }
.mock-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-block: 18px; font-size: 13px; color: #5a6268; }
.mock-footer b { font-weight: 700; color: var(--m-ink); }
.demo-foot { padding-block: 18px 28px; font-size: 13px; color: var(--muted); display: grid; gap: 6px; }
.demo-foot a { font-weight: 600; border-bottom: 1px solid var(--brass); }

/* The bubble and panel, as a customer gets it */
.dw-bubble { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 70; width: 60px; height: 60px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(27,42,36,.32); transition: transform .3s var(--ease); }
.dw-bubble:hover { transform: scale(1.06); }
.dw-bubble .icon { width: 26px; height: 26px; }
.dw-bubble .dot { position: absolute; top: 4px; right: 4px; width: 13px; height: 13px; border-radius: 50%; background: var(--brass); border: 2px solid #fff; }
.dw-panel { position: fixed; right: 18px; bottom: calc(90px + env(safe-area-inset-bottom, 0px)); z-index: 71; width: min(380px, calc(100vw - 36px)); height: min(560px, calc(100vh - 130px)); background: var(--bg); border-radius: 16px; box-shadow: var(--shadow-lg); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid var(--line); animation: dw-in .45s var(--ease); }
.dw-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ink); color: var(--dark-text); }
.dw-head strong { display: block; font-size: 14px; }
.dw-head div span { display: block; font-size: 12px; color: var(--dark-muted); }
.dw-head .actions { margin-left: auto; display: flex; gap: 4px; }
.dw-head .actions button { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; color: var(--dark-muted); }
.dw-head .actions button:hover { background: var(--dark-card); color: #fff; }
.dw-head .actions .icon { width: 18px; height: 18px; }
.dw-body { padding: 16px; display: grid; gap: 10px; overflow-y: auto; align-content: start; }
.dw-foot { padding: 10px 12px 12px; border-top: 1px solid var(--line); background: #fff; display: grid; gap: 8px; }
.dw-prompts { display: flex; flex-wrap: wrap; gap: 6px; }
.dw-prompts button { font-size: 13px; padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line); background: var(--soft); color: var(--ink); }
.dw-prompts button:hover { border-color: var(--teal); color: var(--teal); }
.dw-compose { display: flex; gap: 8px; align-items: center; }
.dw-compose input { flex: 1; min-height: 42px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-size: 14px; min-width: 0; }
.dw-compose input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,93,90,.15); }
.dw-compose button { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: var(--teal); color: #fff; }
.dw-note { font-size: 11px; color: var(--muted); }
.typing { display: inline-flex; gap: 4px; padding: 12px 14px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; } .typing i:nth-child(3) { animation-delay: .4s; }
.dw-body .booking { margin-top: 4px; box-shadow: var(--shadow-sm); }

/* Preview shell (artifact only) */
.preview-note { position: fixed; left: 50%; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); z-index: 80; background: var(--ink); color: var(--dark-text); font-size: 12px; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow-md); white-space: nowrap; max-width: calc(100vw - 110px); overflow: hidden; text-overflow: ellipsis; pointer-events: none; }
.preview-note b { color: var(--gold); }

/* Preview toast for tel: and mailto: links, which the artifact viewer may block */
.toast { position: fixed; left: 50%; bottom: calc(60px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%) translateY(10px); z-index: 90; background: var(--ink); color: var(--dark-text); padding: 12px 14px 12px 16px; border-radius: 12px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; font-size: 14px; max-width: calc(100vw - 32px); opacity: 0; transition: opacity .3s, transform .4s var(--ease); pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%); pointer-events: auto; }
.toast b { color: var(--gold); font-variant-numeric: tabular-nums; white-space: nowrap; }
.toast button { background: var(--brass); color: var(--ink); font-weight: 600; font-size: 13px; padding: 7px 12px; border-radius: 7px; white-space: nowrap; }
.toast button:hover { background: var(--brass-hover); color: #fff; }

/* Waiting list page */
.waitlist .wrap { display: grid; gap: 34px; }
.form { display: grid; gap: 14px; padding: clamp(22px, 4vw, 34px); background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); }
.field { display: grid; gap: 6px; font-size: 13px; font-weight: 600; color: var(--muted); }
.field input, .field select, .field textarea { min-height: 46px; padding: 10px 12px; border-radius: 8px; border: 1px solid #c4ccc1; background: #fff; font-size: 15px; font-weight: 400; color: var(--ink); width: 100%; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,93,90,.15); }
.form-row { display: grid; gap: 14px; }
.form .btn { justify-self: start; }
.form-done { display: grid; gap: 10px; padding: 16px; border-radius: 12px; background: rgba(62,125,90,.1); border: 1px solid rgba(62,125,90,.3); font-size: 14px; }
.form-done b { color: var(--forest); }
.form-done pre { white-space: pre-wrap; font: 13px/1.5 var(--body); margin: 0; color: var(--muted); }
.copy-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.copy-line code { font: 600 14px var(--body); }
.copy-line button { border: 1px solid #c4ccc1; border-radius: 6px; padding: 6px 10px; font-size: 13px; font-weight: 600; }
@media (min-width: 800px) { .form-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .waitlist .wrap { grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; } }

/* Keyframes */
@keyframes pulse { 0% { transform: scale(.96); opacity: .7; } 100% { transform: scale(1.12); opacity: 0; } }
@keyframes ring-shake { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(-14deg); } 40% { transform: rotate(12deg); } 60% { transform: rotate(-8deg); } 80% { transform: rotate(6deg); } }
@keyframes wave { 0%, 100% { transform: scaleY(.18); } 45% { transform: scaleY(1); } 75% { transform: scaleY(.45); } }
@keyframes dot { 0% { box-shadow: 0 0 0 0 rgba(47,93,90,.45); } 100% { box-shadow: 0 0 0 8px rgba(47,93,90,0); } }
@keyframes travel { 0%, 15% { top: 0; opacity: 0; } 30% { opacity: 1; } 85%, 100% { top: calc(100% - 8px); opacity: 0; } }
@keyframes sync { 0%, 15% { left: 0; opacity: 0; } 30% { opacity: 1; } 85%, 100% { left: calc(100% - 8px); opacity: 0; } }
@keyframes dw-in { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes blink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
@keyframes ring-out { 0% { transform: scale(.55); opacity: 0; } 15% { opacity: .9; } 100% { transform: scale(1.25); opacity: 0; } }
.motion-off *, .motion-off *::before, .motion-off *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.motion-off .catch-swap .found, .motion-off .catch .booking-sync li, .motion-off .step::after, .motion-off .pitch-good .track::after { opacity: 1; transform: none; }
.motion-off .catch-band .missed { opacity: 0; } .motion-off .catch-band .booked { opacity: 1; transform: none; } .motion-off .catch-swap .voicemail { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .catch-swap .found, .catch .booking-sync li, .step::after, .pitch-good .track::after { opacity: 1; transform: none; }
  .catch-band .missed, .catch-swap .voicemail { opacity: 0; } .catch-band .booked { opacity: 1; transform: none; }
}
