:root {
  --ink: #0a0a0c;
  --ink-2: #141416;
  --paper: #f5f3ed;
  --white: #fff;
  --muted: #9a9a9f;
  --line: rgba(255, 255, 255, .14);
  --accent: #d8ff3e;
  --blue: #2657ff;
  --danger: #ff6156;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
  --radius: 18px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); background: var(--ink); color: var(--white); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }
::selection { color: #0a0a0c; background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 .86rem/1 var(--display); letter-spacing: -.02em; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: .82rem; }
.button { appearance: none; border: 1px solid transparent; border-radius: 999px; min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--accent); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-ghost { border-color: var(--line); background: transparent; }
.button-ghost:hover { background: rgba(255, 255, 255, .08); }
.button-large { min-height: 58px; padding: 0 26px; }
.button-small { min-height: 38px; padding: 0 16px; font-size: .88rem; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font: 600 .72rem/1.2 var(--display); letter-spacing: .16em; }

/* Public profile */
.theme-ink { --surface: var(--ink); --surface-text: var(--white); }
.theme-paper { --surface: #f1eee6; --surface-text: #151515; }
.theme-cobalt { --surface: #153ce1; --surface-text: #fff; }
.profile-page.theme-paper { background: #f1eee6; color: #151515; }
.profile-page.theme-paper .site-nav.is-scrolled { border-color: rgba(20,20,20,.14); background: rgba(241,238,230,.9); }
.profile-page.theme-paper .profile-hero::before { border-color: rgba(20,20,20,.16); }
.profile-page.theme-paper .hero-bio, .profile-page.theme-paper .hero-location { color: #67655f; }
.profile-page.theme-paper .button-ghost { border-color: rgba(20,20,20,.18); }
.profile-page.theme-paper .nav-links { color: #5b5954; }
.profile-page.theme-paper .timeline-section { background: #e4e0d7; color: #151515; }
.profile-page.theme-paper .timeline-feed, .profile-page.theme-paper .timeline-post { border-color: rgba(20,20,20,.15); }
.profile-page.theme-paper .timeline-intro > p:not(.eyebrow), .profile-page.theme-paper .timeline-post header span, .profile-page.theme-paper .icon-action { color: #696761; }
.profile-page.theme-paper .comment-form input, .profile-page.theme-paper .inline-comment { color: #151515; background: #d8d4ca; border-color: rgba(20,20,20,.16); }
.profile-page.theme-paper .site-footer { color: #68665f; }
.profile-page.theme-cobalt { background: #153ce1; }
.profile-page.theme-cobalt .site-nav.is-scrolled { background: rgba(21,60,225,.9); }
.profile-page.theme-cobalt .timeline-section { background: #0a216f; }
.site-nav { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 76px; padding: 0 clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-nav.is-scrolled { border-color: var(--line); background: rgba(10, 10, 12, .88); backdrop-filter: blur(18px); }
.site-nav .nav-cta { justify-self: end; min-height: 42px; }
.nav-links { display: flex; gap: 28px; color: #c9c9cc; font-size: .9rem; }
.nav-links a { position: relative; }
.nav-links a::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; content: ""; background: var(--accent); transform: scaleX(0); transition: transform .2s; }
.nav-links a:hover::after { transform: scaleX(1); }

.profile-hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(36px, 6vw, 100px); align-items: center; padding: 120px clamp(22px, 6vw, 96px) 72px; }
.profile-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -340px; top: 18%; border: 1px solid rgba(216,255,62,.23); border-radius: 50%; box-shadow: 0 0 80px rgba(216,255,62,.08); }
.hero-index { position: absolute; top: 100px; right: clamp(22px, 6vw, 96px); color: #747478; font: 500 .68rem/1 var(--display); letter-spacing: .16em; }
.hero-copy { position: relative; z-index: 2; max-width: 850px; }
.identity-row { display: flex; align-items: center; gap: 16px; margin-bottom: clamp(34px, 6vw, 76px); }
.identity-row .eyebrow { margin-bottom: 5px; color: var(--accent); }
.hero-location { margin: 0; color: #929297; font-size: .85rem; }
.avatar { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--accent); color: var(--ink); font: 800 .9rem var(--display); }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-xl { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.15); }
.avatar-sm { width: 32px; height: 32px; }
.profile-hero h1 { margin: 0; max-width: 900px; font: 500 clamp(3.4rem, 7.7vw, 8.4rem)/.89 var(--display); letter-spacing: -.075em; text-wrap: balance; }
.hero-bio { max-width: 650px; margin: 36px 0 0; color: #b4b4b8; font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.hero-art { position: relative; margin: 0; border-radius: 4px; overflow: hidden; align-self: end; aspect-ratio: 4/5; max-height: 74vh; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.65)); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font: 600 .63rem var(--display); letter-spacing: .14em; }
.scroll-cue { position: absolute; bottom: 28px; left: clamp(22px, 6vw, 96px); display: flex; align-items: center; gap: 14px; color: #8e8e93; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: #545459; overflow: hidden; }
.scroll-cue i::after { content: ""; display: block; width: 45%; height: 1px; background: var(--accent); animation: scan 2s infinite ease-in-out; }
@keyframes scan { 0% { transform: translateX(-120%); } 100% { transform: translateX(280%); } }

.work-section { background: var(--paper); color: var(--ink); padding: clamp(88px, 11vw, 160px) clamp(22px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr); gap: 80px; align-items: end; margin-bottom: 80px; }
.section-heading h2, .timeline-intro h2, .closing-cta h2 { margin: 0; font: 500 clamp(2.8rem, 6vw, 6.5rem)/.96 var(--display); letter-spacing: -.06em; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: #5f5e5a; font-size: 1.15rem; }
.block-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.public-block { min-height: 330px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #dfddd6; border-radius: 2px; }
.public-block:nth-child(1) { grid-column: span 7; background: var(--accent); }
.public-block:nth-child(2) { grid-column: span 5; background: var(--blue); color: #fff; }
.public-block:nth-child(3) { grid-column: span 5; min-height: 520px; color: #fff; }
.public-block:nth-child(4) { grid-column: span 7; min-height: 520px; background: #19191b; color: #fff; }
.block-number { position: absolute; top: 22px; right: 24px; z-index: 2; font: 600 .7rem var(--display); letter-spacing: .15em; opacity: .55; }
.public-block > img, .public-block > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.public-block > img + .block-content::before, .public-block > video + .block-content::before { content: ""; position: absolute; inset: -80px -28px -28px; z-index: -1; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.block-content { position: relative; z-index: 2; max-width: 680px; }
.block-content h3 { margin: 0 0 14px; font: 550 clamp(2rem, 4vw, 4.6rem)/1 var(--display); letter-spacing: -.055em; }
.block-content p { max-width: 560px; margin: 0; font-size: 1.02rem; opacity: .72; }
.block-content a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-weight: 600; }

.timeline-section { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 9vw, 150px); padding: clamp(88px, 11vw, 160px) clamp(22px, 6vw, 96px); background: #0c0c0e; }
.timeline-intro { align-self: start; position: sticky; top: 120px; }
.timeline-intro > p:not(.eyebrow) { max-width: 420px; margin-top: 30px; color: #949499; font-size: 1.06rem; }
.social-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.social-list a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #b9b9bd; font-size: .8rem; }
.timeline-feed { border-top: 1px solid var(--line); }
.timeline-post { position: relative; padding: 30px 0 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.timeline-post header { display: flex; gap: 13px; align-items: center; }
.timeline-post header div:nth-child(2) { display: flex; flex-direction: column; }
.timeline-post header strong { font-weight: 600; }
.timeline-post header span { color: #818186; font-size: .78rem; }
.timeline-post header .post-live { margin-left: auto; padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; color: #9c9ca1; font: 600 .62rem var(--display); letter-spacing: .1em; }
.post-body { max-width: 780px; margin: 25px 0; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.post-media { overflow: hidden; margin: 26px 0; border-radius: 3px; max-height: 560px; }
.post-media img, .post-media video { width: 100%; max-height: 560px; object-fit: cover; }
.post-actions { display: flex; gap: 22px; margin-top: 25px; }
.icon-action { appearance: none; padding: 0; border: 0; background: none; display: inline-flex; align-items: center; gap: 7px; color: #828287; cursor: pointer; transition: color .2s, transform .2s; }
.icon-action:hover { color: var(--white); transform: translateY(-1px); }
.icon-action.is-active { color: var(--accent); }
.action-share { margin-left: auto; }
.comment-form { display: flex; gap: 10px; margin-top: 20px; }
.comment-form input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; background: #171719; color: #fff; }
.comment-form .button { background: var(--white); color: var(--ink); }
.comment-list { display: grid; gap: 8px; margin-top: 14px; }
.inline-comment { margin: 0; padding: 11px 14px; border-left: 2px solid var(--accent); color: #c2c2c5; background: #151517; font-size: .9rem; }

.closing-cta { min-height: 75vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 22px; text-align: center; background: var(--accent); color: var(--ink); }
.closing-cta .eyebrow { color: rgba(10,10,12,.58); }
.closing-cta .button { margin-top: 42px; }
.closing-cta > p:last-child { margin-top: 18px; color: rgba(10,10,12,.6); font-size: .85rem; }
.site-footer { padding: 40px clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #78787d; font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer > span { text-align: right; }

/* Studio */
.studio-page { background: #edece8; color: #171719; overflow: hidden; }
.studio-topbar { position: fixed; z-index: 60; top: 0; left: 0; right: 0; height: 66px; padding: 0 20px; display: flex; align-items: center; border-bottom: 1px solid #d9d8d3; background: rgba(248,247,243,.92); backdrop-filter: blur(18px); }
.studio-topbar .brand-mark { background: #171719; color: var(--accent); }
.studio-status { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; align-items: center; color: #767674; font-size: .78rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #5bb86a; }
.studio-status.is-saving .status-dot { background: #f0a53b; animation: pulse .8s infinite alternate; }
@keyframes pulse { to { opacity: .25; } }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.studio-topbar .button-ghost { border-color: #d5d4cf; }
.user-chip { margin-left: 4px; }
.studio-shell { height: 100svh; padding-top: 66px; display: grid; grid-template-columns: 190px minmax(420px, 1fr) minmax(330px, .8fr); }
.studio-sidebar { min-height: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 14px; border-right: 1px solid #d9d8d3; background: #f8f7f3; }
.studio-nav { display: grid; gap: 5px; }
.studio-nav button, .studio-nav a, .mobile-studio-nav button, .mobile-studio-nav a { appearance: none; border: 0; border-radius: 10px; background: none; color: #727270; cursor: pointer; }
.studio-nav button, .studio-nav a { position: relative; width: 100%; padding: 11px 12px; display: flex; align-items: center; gap: 11px; text-align: left; font-size: .88rem; }
.studio-nav button:hover, .studio-nav button.is-active, .studio-nav a:hover, .studio-nav a.is-active { background: #e8e7e2; color: #151517; }
.studio-nav a b { margin-left: auto; min-width: 20px; padding: 2px 6px; border-radius: 99px; color: #111; background: var(--accent); text-align: center; font-size: .64rem; }
.sidebar-bottom { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; padding: 12px 8px; }
.sidebar-bottom strong { display: block; font-size: .79rem; }
.sidebar-bottom small { display: block; color: #878682; font-size: .68rem; line-height: 1.35; }
.completion-ring { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#171719 calc(var(--progress) * 1%), #dddcd7 0); position: relative; }
.completion-ring::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #f8f7f3; }
.completion-ring span { position: relative; z-index: 1; font-size: .62rem; font-weight: 600; }
.editor-panel { overflow-y: auto; padding: clamp(28px, 4vw, 60px); scrollbar-width: thin; }
.panel-heading { display: flex; gap: 30px; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.panel-heading.compact { align-items: start; }
.panel-heading h1 { margin: 0; font: 600 clamp(2.2rem, 4vw, 4.3rem)/.97 var(--display); letter-spacing: -.06em; }
.panel-heading > div > p:last-child:not(.eyebrow) { max-width: 560px; margin: 14px 0 0; color: #74736f; }
.ai-launch { appearance: none; flex: 0 0 min(330px, 43%); min-height: 72px; padding: 13px 14px; border: 1px solid #d6d5d0; border-radius: 12px; background: #f9f8f5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #1a1a1c; text-align: left; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.04); transition: border-color .2s, transform .2s; }
.ai-launch:hover { transform: translateY(-2px); border-color: #a7a6a1; }
.ai-launch > svg:first-child { padding: 8px; width: 36px; height: 36px; border-radius: 8px; color: #111; background: var(--accent); }
.ai-launch span { display: flex; flex-direction: column; }
.ai-launch strong { font-size: .84rem; }
.ai-launch small { color: #888681; font-size: .69rem; }
.profile-form { padding-bottom: 36px; border-bottom: 1px solid #d5d4cf; display: grid; gap: 17px; }
.profile-form label, .ai-dialog label { position: relative; display: grid; gap: 7px; }
.profile-form label > span, .ai-dialog label > span { font-size: .76rem; font-weight: 600; }
.profile-form input, .profile-form textarea, .ai-dialog input, .ai-dialog textarea { width: 100%; border: 1px solid #d4d3ce; border-radius: 9px; padding: 11px 12px; resize: vertical; color: #171719; background: #f9f8f5; outline: none; transition: border .2s, box-shadow .2s; }
.profile-form input:focus, .profile-form textarea:focus, .ai-dialog input:focus, .ai-dialog textarea:focus { border-color: #171719; box-shadow: 0 0 0 3px rgba(23,23,25,.08); }
.profile-form label > small { position: absolute; right: 9px; bottom: 8px; color: #989791; font-size: .65rem; }
.form-row { display: grid; gap: 14px; }
.two-up { grid-template-columns: 1fr 1fr; }
.cover-control { min-height: 78px; padding: 10px; display: grid; grid-template-columns: 84px 1fr auto; align-items: center; gap: 13px; border: 1px solid #d4d3ce; border-radius: 10px; background: #f9f8f5; }
.cover-control img { width: 84px; height: 58px; border-radius: 6px; object-fit: cover; }
.cover-control div { display: flex; flex-direction: column; }
.cover-control strong { font-size: .79rem; }
.cover-control span { color: #85847f; font-size: .7rem; }
.cover-control .button-ghost { border-color: #d4d3ce; }
.builder-heading { margin: 34px 0 14px; display: flex; justify-content: space-between; align-items: end; }
.builder-heading h2 { margin: 0; font: 600 1.3rem var(--display); letter-spacing: -.03em; }
.builder-heading p { margin: 4px 0 0; color: #85847f; font-size: .78rem; }
.builder-heading > span { color: #898883; font-size: .72rem; }
.builder-canvas { display: grid; gap: 9px; }
.builder-canvas.has-file-over { padding: 8px; outline: 2px dashed #171719; outline-offset: 5px; border-radius: 14px; background: rgba(216,255,62,.16); }
.builder-block { position: relative; min-height: 145px; padding: 26px 50px 20px 48px; display: grid; align-content: center; border: 1px solid #d6d5d0; border-radius: 12px; background: #f9f8f5; box-shadow: 0 7px 20px rgba(0,0,0,.03); transition: transform .2s, box-shadow .2s, opacity .2s; }
.builder-block.is-dragging { opacity: .45; transform: scale(.98); }
.builder-block.is-touch-dragging { z-index: 5; opacity: .75; transform: scale(.98); box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.builder-block.drag-over { box-shadow: 0 -3px 0 var(--accent), 0 8px 24px rgba(0,0,0,.07); }
.drag-handle, .delete-block { appearance: none; position: absolute; border: 0; background: transparent; color: #aaa9a4; cursor: grab; }
.drag-handle { left: 13px; top: 50%; transform: translateY(-50%); }
.drag-handle { touch-action: none; }
.delete-block { right: 12px; top: 12px; cursor: pointer; }
.delete-block:hover { color: var(--danger); }
.block-type { position: absolute; left: 49px; top: 15px; color: #999893; font: 600 .6rem var(--display); letter-spacing: .12em; }
.builder-block input, .builder-block textarea { width: 100%; padding: 2px 0; border: 0; background: transparent; color: #161618; resize: none; outline: none; }
.block-title-input { font: 600 clamp(1.15rem, 2vw, 1.55rem)/1.25 var(--display) !important; letter-spacing: -.035em; }
.block-body-input { margin-top: 6px; color: #6f6e6a !important; font-size: .85rem !important; }
.builder-media { height: 180px; margin: -10px 0 16px; overflow: hidden; border-radius: 7px; }
.builder-media img, .builder-media video { width: 100%; height: 100%; object-fit: cover; }
.add-tray { position: sticky; bottom: -1px; z-index: 10; margin-top: 14px; padding: 10px; display: flex; align-items: center; gap: 6px; border: 1px solid #d5d4ce; border-radius: 12px; background: rgba(248,247,243,.92); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.add-tray > span { margin: 0 auto 0 6px; color: #898883; font-size: .72rem; }
.add-tray button, .icon-label { appearance: none; min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #dddcd7; border-radius: 8px; background: #fff; color: #4c4b48; cursor: pointer; font-size: .75rem; }

.live-preview { min-width: 0; padding: 30px clamp(22px, 3vw, 46px); overflow-y: auto; border-left: 1px solid #27272a; background: #161618; color: #fff; }
.live-preview > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; color: #88888d; font: 600 .62rem var(--display); letter-spacing: .13em; }
.live-preview > header > span { display: flex; gap: 8px; align-items: center; }
.live-preview > header > div { display: flex; gap: 5px; }
.live-preview > header i { width: 7px; height: 7px; border-radius: 50%; background: #444448; }
.preview-device { min-height: calc(100vh - 150px); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: var(--surface); color: var(--surface-text); box-shadow: 0 24px 60px rgba(0,0,0,.25); transition: background .3s, color .3s; }
.preview-nav { padding: 14px 16px; display: flex; justify-content: space-between; }
.brand-mini { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #111; font: 800 .68rem var(--display); }
.preview-cover { height: clamp(150px, 25vh, 240px); margin: 0 12px; overflow: hidden; border-radius: 8px; }
.preview-cover img { width: 100%; height: 100%; object-fit: cover; }
.preview-copy { padding: 24px 18px 18px; }
.preview-copy p { color: var(--accent); font: 600 .51rem var(--display); letter-spacing: .13em; }
.preview-copy h2 { margin: 14px 0; font: 550 clamp(1.7rem, 3vw, 3.4rem)/.98 var(--display); letter-spacing: -.06em; }
.preview-copy > span { display: block; opacity: .64; font-size: .72rem; line-height: 1.5; }
.preview-copy button { margin-top: 20px; min-height: 34px; padding: 0 13px; border: 0; border-radius: 999px; background: var(--accent); color: #111; font-size: .65rem; font-weight: 600; }
.preview-blocks { padding: 4px 12px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.preview-block { min-height: 100px; padding: 12px; border-radius: 6px; background: rgba(127,127,127,.12); }
.preview-block:first-child { grid-column: span 2; }
.preview-block strong { display: block; font: 600 .72rem var(--display); }
.preview-block span { display: block; margin-top: 6px; opacity: .58; font-size: .56rem; line-height: 1.4; }

.composer { max-width: 720px; padding: 22px; border: 1px solid #d6d5d0; border-radius: 14px; background: #faf9f6; box-shadow: 0 8px 25px rgba(0,0,0,.04); }
.composer-author { display: flex; gap: 10px; align-items: center; }
.composer textarea { width: 100%; margin: 18px 0; border: 0; resize: vertical; outline: none; background: transparent; font-size: 1.08rem; }
.composer footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e1e0dc; padding-top: 14px; }
.composer-preview { position: relative; max-height: 280px; margin-bottom: 14px; overflow: hidden; border-radius: 8px; }
.composer-preview img, .composer-preview video { width: 100%; max-height: 280px; object-fit: cover; }
.studio-feed { max-width: 720px; display: grid; gap: 10px; margin-top: 24px; }
.studio-feed article { padding: 19px 21px; border: 1px solid #d9d8d3; border-radius: 12px; background: #f6f5f1; }
.studio-feed article > div { display: flex; gap: 8px; color: #888783; font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.studio-feed article p { margin: 12px 0; }
.studio-feed article footer { display: flex; align-items: center; gap: 6px; color: #8b8a85; font-size: .73rem; }
.studio-feed article footer span { margin: 0 4px; }
.style-controls { max-width: 700px; display: grid; gap: 34px; }
.style-controls fieldset { padding: 0; border: 0; }
.style-controls legend { margin-bottom: 12px; font-weight: 600; }
.theme-options { display: grid; gap: 9px; }
.theme-card { min-height: 78px; padding: 12px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 14px; border: 1px solid #d4d3ce; border-radius: 12px; background: #f7f6f2; cursor: pointer; }
.theme-card.is-selected { border: 2px solid #171719; padding: 11px; }
.theme-card input { position: absolute; opacity: 0; }
.theme-card > svg { opacity: 0; }
.theme-card.is-selected > svg { opacity: 1; }
.theme-card span { display: flex; flex-direction: column; }
.theme-card small { color: #84837f; }
.theme-swatch { height: 52px; border-radius: 8px; }
.theme-swatch-ink { background: #111; }
.theme-swatch-paper { background: #e9e4da; border: 1px solid #d5d0c6; }
.theme-swatch-cobalt { background: #153ce1; }
.color-control { display: grid; grid-template-columns: 64px auto 1fr; align-items: center; gap: 14px; padding: 18px; border: 1px solid #d5d4cf; border-radius: 12px; background: #f8f7f3; }
.color-control input { width: 64px; height: 52px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.color-control span { font: 600 .85rem var(--display); }
.color-control p { justify-self: end; margin: 0; color: #85847f; font-size: .75rem; }
.publish-card { padding: 20px; display: flex; justify-content: space-between; align-items: center; border-radius: 12px; background: #171719; color: #fff; }
.publish-card .eyebrow { margin: 0 0 6px; }
.publish-card strong { font-size: .82rem; }
.publish-card > a { padding: 10px; border: 1px solid #3b3b3e; border-radius: 50%; }
.mobile-studio-nav { display: none; }

.ai-dialog { width: min(620px, calc(100vw - 28px)); max-height: calc(100svh - 28px); padding: 0; border: 0; border-radius: 18px; color: #171719; background: #f6f4ee; box-shadow: var(--shadow); }
.ai-dialog::backdrop { background: rgba(10,10,12,.72); backdrop-filter: blur(8px); }
.dialog-shell { position: relative; padding: clamp(26px, 5vw, 50px); display: grid; gap: 17px; }
.dialog-close { position: absolute; top: 16px; right: 16px; border: 0; background: transparent; cursor: pointer; }
.ai-badge { width: max-content; padding: 8px 11px; display: flex; align-items: center; gap: 7px; border-radius: 99px; background: #e8e5dc; font: 600 .68rem var(--display); letter-spacing: .1em; }
.ai-dialog h2 { margin: 4px 0 0; font: 600 clamp(2rem, 5vw, 3.4rem)/1 var(--display); letter-spacing: -.055em; }
.ai-dialog h2 + p { margin: -6px 0 4px; color: #686762; }
.dialog-submit { margin-top: 4px; }
.dialog-shell > small { text-align: center; color: #888782; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: min(380px, calc(100vw - 40px)); padding: 12px 16px; border-radius: 10px; color: #fff; background: #19191b; box-shadow: 0 15px 40px rgba(0,0,0,.22); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast.is-error { background: #9f2820; }
.empty-page { min-height: 100svh; padding: 30px clamp(22px,6vw,90px); display: flex; flex-direction: column; justify-content: space-between; }
.empty-page > div { padding-bottom: 8vh; }
.empty-page h1 { max-width: 750px; font: 500 clamp(3rem, 8vw, 8rem)/.95 var(--display); letter-spacing: -.07em; }

/* Booking */
.booking-public-page, .booking-dashboard-page, .booking-detail-page { min-height: 100svh; color: #171719; background: #edebe5; }
.booking-topbar { min-height: 70px; padding: 0 clamp(20px,4vw,64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #d8d5cd; background: rgba(247,246,242,.92); backdrop-filter: blur(16px); }
.booking-topbar > a:last-child { display: inline-flex; align-items: center; gap: 8px; color: #66645f; font-size: .82rem; }
.booking-topbar > a:last-child svg { transform: rotate(180deg); }
.booking-topbar nav { display: flex; align-items: center; gap: 8px; }
.booking-topbar nav a { padding: 8px 12px; border-radius: 99px; color: #77756f; font-size: .78rem; }
.booking-topbar nav a:hover, .booking-topbar nav a.is-active { color: #171719; background: #e2dfd7; }
.booking-dashboard-topbar .user-chip { margin: 0; }
.booking-public-shell { min-height: calc(100svh - 70px); display: grid; grid-template-columns: minmax(300px,.72fr) minmax(520px,1.28fr); }
.booking-host-card { position: relative; overflow: hidden; padding: clamp(48px,7vw,110px) clamp(28px,6vw,92px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: #0c0c0e; }
.booking-host-card::before { content: ''; position: absolute; width: 430px; height: 430px; right: -250px; bottom: -180px; border: 1px solid color-mix(in srgb,var(--accent) 28%,transparent); border-radius: 50%; box-shadow: 0 0 80px color-mix(in srgb,var(--accent) 8%,transparent); }
.booking-host-card .avatar { margin-bottom: 36px; }
.booking-host-card .eyebrow { color: var(--accent); }
.booking-host-card h1 { max-width: 650px; margin: 0; font: 520 clamp(3.2rem,6vw,7.2rem)/.9 var(--display); letter-spacing: -.075em; }
.booking-host-card > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: #aaa9ae; font-size: 1.08rem; }
.booking-host-card dl { margin: 60px 0 18px; border-top: 1px solid rgba(255,255,255,.14); }
.booking-host-card dl div { padding: 16px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.booking-host-card dt { display: flex; align-items: center; gap: 8px; color: #85848a; }
.booking-host-card dd { margin: 0; text-align: right; }
.booking-host-card > small { color: #77767b; }
.booking-picker-card { padding: clamp(42px,6vw,88px) clamp(24px,7vw,110px); background: #f6f4ee; }
.booking-picker-card form { max-width: 820px; }
.booking-step { display: flex; align-items: flex-start; gap: 18px; }
.booking-step > span { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--accent); font: 700 .7rem var(--display); }
.booking-step .eyebrow { margin: 1px 0 7px; color: #77756f; }
.booking-step h2 { margin: 0; font: 600 clamp(1.5rem,2.5vw,2.25rem)/1.1 var(--display); letter-spacing: -.04em; }
.booking-step-spaced { margin-top: 52px; }
.booking-type-options { margin-top: 26px; display: grid; gap: 10px; }
.booking-type-option { position: relative; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; border: 1px solid #d8d5cc; border-radius: 13px; background: #fff; cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .2s; }
.booking-type-option:hover { transform: translateY(-2px); }
.booking-type-option.is-selected { border-color: #171719; box-shadow: inset 4px 0 0 var(--accent), 0 10px 30px rgba(0,0,0,.05); }
.booking-type-option input { position: absolute; opacity: 0; }
.booking-type-option span { display: flex; flex-direction: column; }
.booking-type-option small { margin-top: 4px; color: #77756f; }
.booking-type-option b { padding: 6px 9px; border-radius: 99px; background: #efede7; font-size: .7rem; }
.booking-date-strip { max-width: 100%; margin-top: 24px; padding-bottom: 8px; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.booking-date-strip > button { flex: 0 0 78px; min-height: 92px; border: 1px solid #d8d5cc; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #5e5c58; background: #fff; cursor: pointer; }
.booking-date-strip > button small, .booking-date-strip > button span { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.booking-date-strip > button strong { color: #171719; font: 600 1.5rem var(--display); }
.booking-date-strip > button.is-selected { color: #111; border-color: #111; background: var(--accent); }
.booking-slot-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.booking-slot { min-height: 48px; border: 1px solid #d6d3ca; border-radius: 9px; color: #171719; background: #fff; cursor: pointer; font-weight: 600; }
.booking-slot:hover, .booking-slot.is-selected { border-color: #171719; background: #171719; color: #fff; }
.booking-loading, .booking-empty { width: 100%; margin: 0; padding: 22px; border: 1px dashed #d0cdc4; border-radius: 10px; color: #85827a; text-align: center; }
.booking-note { margin-top: 38px; display: grid; gap: 8px; font-size: .78rem; font-weight: 600; }
.booking-note small, .booking-field small { color: #8a8882; font-weight: 400; }
.booking-note textarea, .booking-field input, .booking-field textarea, .booking-field select, .booking-exception-row input, .booking-message-form textarea, .booking-cancel-dialog textarea { width: 100%; border: 1px solid #d4d1c8; border-radius: 9px; padding: 11px 12px; color: #171719; background: #fff; resize: vertical; outline: none; }
.booking-note textarea:focus, .booking-field input:focus, .booking-field textarea:focus, .booking-field select:focus, .booking-exception-row input:focus, .booking-message-form textarea:focus, .booking-cancel-dialog textarea:focus { border-color: #171719; box-shadow: 0 0 0 3px rgba(23,23,25,.08); }
.booking-signin-note { margin-top: 18px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border-radius: 10px; color: #3b3a36; background: #e8e5dd; }
.booking-signin-note > svg { flex: 0 0 auto; padding: 4px; width: 26px; height: 26px; border-radius: 50%; color: #111; background: var(--accent); }
.booking-signin-note p { margin: 0; display: flex; flex-direction: column; }
.booking-signin-note span { color: #77746d; font-size: .78rem; }
.booking-submit { width: 100%; margin-top: 18px; }
.booking-submit:disabled, .booking-settings-save:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.booking-form-status { min-height: 22px; margin: 10px 0 0; color: #77746e; text-align: center; font-size: .76rem; }

.booking-dashboard-shell { width: min(1520px,100%); margin: auto; padding: clamp(46px,6vw,90px) clamp(20px,4vw,64px) 100px; }
.booking-dashboard-hero { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.booking-dashboard-hero > div:first-child { max-width: 880px; }
.booking-dashboard-hero h1 { margin: 0; font: 530 clamp(3.4rem,7vw,7.7rem)/.88 var(--display); letter-spacing: -.075em; }
.booking-dashboard-hero > div:first-child > p:last-child { max-width: 710px; margin: 24px 0 0; color: #696761; font-size: 1.05rem; }
.booking-live-state { min-width: 220px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid #d1cec5; border-radius: 12px; background: #f7f5ef; }
.booking-live-state > span { width: 10px; height: 10px; border-radius: 50%; background: #9b9992; }
.booking-live-state.is-live > span { background: #55a865; box-shadow: 0 0 0 5px rgba(85,168,101,.13); }
.booking-live-state div { display: flex; flex-direction: column; }
.booking-live-state small { color: #85827a; font-size: .62rem; letter-spacing: .12em; }
.booking-live-state strong { font-size: .79rem; }
.booking-metrics { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d4d1c8; border-radius: 14px; overflow: hidden; background: #f7f5ef; }
.booking-metrics article { padding: 22px 25px; display: grid; grid-template-columns: 1fr auto; align-items: end; border-right: 1px solid #d4d1c8; }
.booking-metrics article:last-child { border: 0; }
.booking-metrics span { color: #85827a; font: 600 .65rem var(--display); letter-spacing: .13em; }
.booking-metrics strong { grid-row: span 2; font: 540 3rem/1 var(--display); letter-spacing: -.06em; }
.booking-metrics small { color: #8d8a83; }
.booking-dashboard-grid { margin-top: 20px; display: grid; grid-template-columns: minmax(440px,.9fr) minmax(520px,1.1fr); gap: 20px; align-items: start; }
.booking-dashboard-grid.client-only { grid-template-columns: 1fr; }
.booking-list-panel, .booking-settings-panel, .booking-notifications { border: 1px solid #d5d2c9; border-radius: 15px; background: #f7f5ef; }
.booking-list-panel > header { padding: 24px 25px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d8d5cc; }
.booking-list-panel h2, .booking-settings-title h2, .booking-notifications h2 { margin: 0; font: 600 1.8rem/1.1 var(--display); letter-spacing: -.04em; }
.booking-list-panel .eyebrow, .booking-settings-title .eyebrow, .booking-notifications .eyebrow { margin-bottom: 7px; }
.booking-filter { display: flex; gap: 4px; padding: 4px; border-radius: 99px; background: #e8e5dd; }
.booking-filter button { border: 0; border-radius: 99px; padding: 6px 10px; color: #77746e; background: transparent; cursor: pointer; font-size: .69rem; }
.booking-filter button.is-active { color: #171719; background: #fff; }
.booking-list { display: grid; }
.booking-row { padding: 18px 22px; display: grid; grid-template-columns: 60px 1fr 26px; align-items: center; gap: 18px; border-bottom: 1px solid #dedbd3; transition: background .2s; }
.booking-row:last-child { border: 0; }
.booking-row:hover { background: #fff; }
.booking-row[hidden] { display: none; }
.booking-row > time { padding: 7px; display: flex; flex-direction: column; align-items: center; border: 1px solid #d5d2ca; border-radius: 9px; background: #fff; line-height: 1.1; }
.booking-row > time span, .booking-row > time small { color: #79766f; font-size: .59rem; letter-spacing: .09em; }
.booking-row > time strong { font: 600 1.5rem var(--display); }
.booking-row-main h3 { margin: 4px 0 2px; font-size: .98rem; }
.booking-row-main p { margin: 0; display: flex; align-items: center; gap: 5px; color: #77746e; font-size: .75rem; }
.booking-row-arrow { color: #96938c; }
.booking-status { display: inline-flex; width: max-content; padding: 4px 8px; border-radius: 99px; background: #e6e3dc; color: #67645e; font: 650 .58rem var(--display); text-transform: uppercase; letter-spacing: .08em; }
.booking-status.status-confirmed { color: #28703b; background: #dcecdc; }
.booking-status.status-pending { color: #835f13; background: #f4e8c8; }
.booking-status.status-cancelled, .booking-status.status-no_show { color: #9a3c34; background: #f3dcd8; }
.booking-zero { padding: 70px 30px; color: #7a7770; text-align: center; }
.booking-zero h3 { margin: 12px 0 4px; color: #171719; }
.booking-zero p { margin: 0; }
.booking-settings-panel { padding: 26px; }
.booking-settings-panel form { display: grid; gap: 18px; }
.booking-settings-title, .booking-settings-section > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.toggle-control { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.toggle-control input { position: absolute; opacity: 0; }
.toggle-control > span { position: relative; width: 42px; height: 24px; border-radius: 99px; background: #c9c6bd; transition: background .2s; }
.toggle-control > span::after { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: transform .2s; }
.toggle-control input:checked + span { background: #171719; }
.toggle-control input:checked + span::after { transform: translateX(18px); background: var(--accent); }
.toggle-control b { min-width: 22px; font-size: .72rem; }
.booking-field { display: grid; gap: 7px; color: #44423e; font-size: .75rem; font-weight: 600; }
.booking-field select { min-height: 45px; }
.booking-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.booking-settings-section { margin-top: 8px; padding-top: 24px; border-top: 1px solid #d7d4cb; }
.booking-settings-section > header { margin-bottom: 15px; }
.booking-settings-section h3 { margin: 0; font-size: 1rem; }
.booking-settings-section header p { margin: 2px 0 0; color: #85827a; font-size: .72rem; }
.booking-settings-section .button-ghost { color: #171719; border-color: #cfcbc1; }
.booking-type-editor { position: relative; margin-bottom: 11px; padding: 17px; display: grid; gap: 12px; border: 1px solid #d6d3ca; border-radius: 11px; background: #fff; }
.booking-remove { position: absolute; z-index: 2; top: 9px; right: 9px; width: 28px; height: 28px; border: 0; border-radius: 50%; color: #8c8982; background: #efede7; cursor: pointer; }
.booking-type-editor > .booking-field:first-of-type { padding-right: 30px; }
.weekly-hours { display: grid; gap: 7px; }
.weekday-row { padding: 10px 12px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; border-radius: 9px; background: #ebe8e1; }
.weekday-row > label, .weekday-row > div { display: flex; align-items: center; gap: 8px; font-size: .75rem; }
.weekday-row input[type='time'] { width: 100px; border: 1px solid #d0cdc5; border-radius: 7px; padding: 7px; color: #171719; background: #fff; }
.booking-exceptions { display: grid; gap: 8px; }
.booking-exception-row { display: grid; grid-template-columns: 145px 1fr 32px; gap: 8px; }
.booking-exception-row button { border: 0; border-radius: 8px; background: #e5e2da; cursor: pointer; }
.booking-settings-save { width: 100%; margin-top: 8px; }
.booking-schema-warning { margin-bottom: 20px; padding: 14px; border-radius: 10px; color: #754d08; background: #f4e5bd; }
.booking-schema-warning p { margin: 3px 0 0; }
.booking-notifications { margin-top: 20px; padding: 25px; }
.booking-notifications > div { margin-top: 16px; border-top: 1px solid #dad7ce; }
.booking-notifications a { padding: 13px 4px; display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid #dad7ce; color: #76736d; }
.booking-notifications a.is-unread { color: #171719; }
.booking-notifications a span { display: flex; flex-direction: column; }
.booking-notifications a small, .booking-notifications time { color: #8b8881; font-size: .7rem; }

.booking-detail-shell { width: min(1440px,100%); min-height: calc(100svh - 70px); margin: auto; padding: clamp(34px,5vw,74px) clamp(20px,4vw,64px); display: grid; grid-template-columns: minmax(0,1.1fr) minmax(390px,.9fr); gap: 20px; align-items: start; }
.booking-detail-main, .booking-conversation { border: 1px solid #d4d1c8; border-radius: 15px; background: #f7f5ef; }
.booking-detail-main { padding: clamp(24px,4vw,48px); }
.booking-detail-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.booking-detail-heading h1 { margin: 0; font: 560 clamp(2.3rem,4.5vw,4.9rem)/.92 var(--display); letter-spacing: -.065em; }
.booking-detail-heading div > p:last-child { color: #77746e; }
.booking-detail-time { margin-top: 44px; padding: 22px; display: flex; align-items: center; gap: 22px; border-radius: 13px; color: #fff; background: #171719; }
.booking-detail-time > div { flex: 0 0 70px; padding: 9px; display: flex; flex-direction: column; align-items: center; border: 1px solid #434345; border-radius: 10px; }
.booking-detail-time > div span { color: var(--accent); font-size: .65rem; letter-spacing: .12em; }
.booking-detail-time > div strong { font: 560 2rem var(--display); }
.booking-detail-time section p, .booking-detail-time section h2 { margin: 0; }
.booking-detail-time section h2 { font: 550 clamp(1.5rem,3vw,2.5rem) var(--display); letter-spacing: -.045em; }
.booking-detail-time section small { color: #99989d; }
.booking-detail-facts { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.booking-detail-facts article { min-height: 145px; padding: 17px; display: flex; gap: 12px; border: 1px solid #d7d4cb; border-radius: 11px; background: #fff; }
.booking-detail-facts article > svg { flex: 0 0 auto; color: #77746e; }
.booking-detail-facts span { min-width: 0; display: flex; flex-direction: column; }
.booking-detail-facts small { color: #8a877f; font-size: .6rem; letter-spacing: .11em; }
.booking-detail-facts strong { margin-top: 5px; }
.booking-detail-facts p { margin: 5px 0 0; overflow-wrap: anywhere; color: #77746e; font-size: .73rem; }
.booking-client-note, .booking-cancel-note { margin-top: 20px; padding: 20px; border-left: 3px solid var(--accent); background: #ebe8e1; }
.booking-client-note blockquote, .booking-cancel-note p { margin: 0; }
.booking-cancel-note { border-color: #d35a4e; }
.booking-detail-actions { margin-top: 24px; display: flex; gap: 9px; flex-wrap: wrap; }
.booking-detail-main .button-ghost { border-color: #cbc8bf; }
.booking-cancel-button { border-color: #e0b4ae; color: #a53c33; background: #fff0ed; }
.booking-conversation { min-height: 620px; overflow: hidden; display: flex; flex-direction: column; }
.booking-conversation > header { padding: 24px; display: flex; justify-content: space-between; align-items: start; gap: 14px; border-bottom: 1px solid #d7d4cb; }
.booking-conversation h2 { margin: 0; font: 600 1.8rem var(--display); letter-spacing: -.04em; }
.booking-conversation > header > span { display: flex; align-items: center; gap: 5px; color: #85827a; font-size: .67rem; }
.booking-message-list { flex: 1; max-height: 530px; overflow-y: auto; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.booking-message-list article { max-width: 84%; padding: 12px 14px; align-self: flex-start; border-radius: 4px 14px 14px; background: #e5e2da; }
.booking-message-list article.is-mine { align-self: flex-end; border-radius: 14px 4px 14px 14px; color: #fff; background: #171719; }
.booking-message-list article header { display: flex; justify-content: space-between; gap: 15px; color: #77746e; font-size: .65rem; }
.booking-message-list article.is-mine header { color: #9b9aa0; }
.booking-message-list article p { margin: 5px 0 0; white-space: pre-wrap; font-size: .87rem; }
.booking-message-empty { margin: auto; color: #89867f; text-align: center; }
.booking-message-empty p { margin: 0; color: #171719; font-weight: 600; }
.booking-message-form { padding: 20px; border-top: 1px solid #d7d4cb; background: #efede7; }
.booking-message-form label { display: grid; gap: 7px; font-size: .75rem; font-weight: 600; }
.booking-message-form .button { width: 100%; margin-top: 10px; }
.booking-cancel-dialog { width: min(500px,calc(100vw - 28px)); padding: 0; border: 0; border-radius: 15px; color: #171719; background: #f7f5ef; box-shadow: var(--shadow); }
.booking-cancel-dialog::backdrop { background: rgba(10,10,12,.7); backdrop-filter: blur(6px); }
.booking-cancel-dialog form { position: relative; padding: 34px; }
.booking-cancel-dialog h2 { margin: 0; font: 600 2.4rem var(--display); letter-spacing: -.05em; }
.booking-cancel-dialog label { margin-top: 20px; display: grid; gap: 7px; font-size: .75rem; font-weight: 600; }
.booking-cancel-dialog form > div { margin-top: 18px; display: flex; justify-content: flex-end; gap: 8px; }
.booking-cancel-dialog .button-ghost { color: #171719; border-color: #d2cfc7; }

/* Platform homepage */
.home-page { background: #0a0a0c; color: #fff; }
.lime-text { color: var(--accent); }
.home-nav .nav-cta { color: #0a0a0c; border-color: var(--accent); }
.platform-hero { min-height: 100svh; padding: 118px clamp(22px,6vw,96px) 70px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); align-items: center; gap: clamp(50px,8vw,140px); overflow: hidden; }
.platform-hero-copy { position: relative; z-index: 3; }
.platform-hero h1 { margin: 0; font: 500 clamp(4.5rem,8.3vw,9.6rem)/.84 var(--display); letter-spacing: -.085em; }
.platform-hero h1 span { color: #8d8d92; }
.platform-lede { max-width: 650px; margin: 38px 0 0; color: #b1b1b6; font-size: clamp(1.08rem,1.5vw,1.35rem); }
.hero-note { margin: 24px 0 0; display: flex; align-items: center; gap: 10px; color: #85858a; font-size: .74rem; }
.hero-note span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--accent); }
.hero-note i { width: 3px; height: 3px; border-radius: 50%; background: #5a5a5f; }
.hero-product { --scene-accent: #d8ff3e; position: relative; min-height: min(76vh,820px); display: grid; place-items: center; }
.hero-product-orbit { position: absolute; width: min(58vw,760px); aspect-ratio: 1; border: 1px solid rgba(216,255,62,.18); border-color: color-mix(in srgb, var(--scene-accent) 20%, transparent); border-radius: 50%; transition: border-color .6s ease; }
.hero-product-orbit::after { content: ''; position: absolute; top: -4px; left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--scene-accent); box-shadow: 0 0 22px color-mix(in srgb, var(--scene-accent) 75%, transparent); transition: background .6s ease, box-shadow .6s ease; }
.orbit-one { transform: translate(10%,2%); animation: heroOrbitOne 26s linear infinite; }
.orbit-two { width: min(44vw,570px); transform: translate(12%,2%); animation: heroOrbitTwo 19s linear infinite; }
@keyframes heroOrbitOne { to { transform: translate(10%,2%) rotate(360deg); } }
@keyframes heroOrbitTwo { to { transform: translate(12%,2%) rotate(-360deg); } }
.space-phone { z-index: 2; width: min(390px,58%); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: #f1eee7; color: #111; box-shadow: 0 45px 100px rgba(0,0,0,.5); transform: rotate(2deg); transition: opacity .26s ease, transform .48s cubic-bezier(.22,.8,.22,1); }
.hero-product .brand-mini { background: var(--scene-accent); transition: background .55s ease; }
.space-phone-top { height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; }
.space-phone > img { width: calc(100% - 20px); height: clamp(220px,34vh,360px); margin: 0 10px; border-radius: 16px; object-fit: cover; }
.space-phone-copy { padding: 23px 21px 26px; }
.space-phone-copy p { margin: 0; color: #77746c; font: 700 .53rem var(--display); letter-spacing: .15em; }
.space-phone-copy h2 { margin: 14px 0 12px; font: 600 clamp(1.8rem,3vw,2.9rem)/.95 var(--display); letter-spacing: -.06em; }
.space-phone-copy span { display: block; color: #6b6963; font-size: .72rem; }
.space-phone-copy button { margin-top: 20px; padding: 10px 13px; border: 0; border-radius: 99px; color: #111; background: var(--scene-accent); font-size: .68rem; font-weight: 700; transition: background .55s ease; }
.floating-update { position: absolute; z-index: 4; width: min(390px,52%); right: -2%; bottom: 7%; padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(25,25,27,.94); backdrop-filter: blur(16px); box-shadow: var(--shadow); transform: rotate(-2deg); transition: opacity .22s ease, transform .45s cubic-bezier(.22,.8,.22,1); }
.floating-update header { display: flex; align-items: center; gap: 10px; }
.mini-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--scene-accent, var(--accent)); font: 700 .72rem var(--display); transition: background .55s ease; }
.floating-update header div { display: flex; flex-direction: column; }
.floating-update strong { font-size: .74rem; }
.floating-update small { color: #77777c; font-size: .62rem; }
.floating-update header b { margin-left: auto; color: #77777c; font: 600 .54rem var(--display); letter-spacing: .12em; }
.floating-update p { margin: 16px 0; font-size: .86rem; line-height: 1.45; }
.floating-update footer { display: flex; gap: 15px; color: #77777c; font-size: .66rem; }
.floating-update footer b { color: inherit; font-weight: 500; }
.floating-ai { position: absolute; z-index: 5; top: 11%; left: 0; padding: 12px 14px; display: flex; align-items: center; gap: 9px; border-radius: 99px; color: #111; background: var(--scene-accent); font-size: .72rem; font-weight: 700; box-shadow: 0 16px 40px rgba(0,0,0,.35); transform: rotate(-3deg); transition: opacity .2s ease, transform .42s cubic-bezier(.22,.8,.22,1), background .55s ease; }
.hero-product.is-switching .space-phone { opacity: 0; transform: translateY(18px) rotate(0) scale(.97); }
.hero-product.is-switching .floating-update { opacity: 0; transform: translate(16px,10px) rotate(0) scale(.96); }
.hero-product.is-switching .floating-ai { opacity: 0; transform: translate(-12px,-5px) rotate(0) scale(.94); }
.hero-scene-controls { position: absolute; z-index: 6; left: 50%; bottom: 0; min-height: 44px; padding: 2px 7px 2px 12px; display: flex; align-items: center; gap: 1px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; background: rgba(15,15,17,.72); backdrop-filter: blur(12px); transform: translateX(-50%); }
.hero-scene-controls > span { min-width: 46px; color: #85858a; font: 650 .58rem var(--display); letter-spacing: .08em; }
.hero-scene-controls button { position: relative; width: 44px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-scene-controls button::after { content: ''; position: absolute; left: 10px; right: 10px; top: 19px; height: 2px; border-radius: 3px; background: #55555b; transition: left .3s ease, right .3s ease, background .4s ease; }
.hero-scene-controls button:hover::after, .hero-scene-controls button:focus-visible::after { background: #aaaab0; }
.hero-scene-controls button:focus-visible { outline: 2px solid var(--scene-accent); outline-offset: 1px; border-radius: 99px; }
.hero-scene-controls button.is-active::after { left: 4px; right: 4px; background: var(--scene-accent); }

.audience-ribbon { min-height: 138px; padding: 34px clamp(22px,4vw,70px); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 45px; overflow: hidden; color: #111; background: var(--accent); }
.audience-ribbon > p { margin: 0; font: 700 .63rem var(--display); letter-spacing: .15em; white-space: nowrap; }
.audience-track { display: flex; align-items: center; gap: 26px; white-space: nowrap; font: 550 clamp(1.4rem,2.5vw,2.8rem) var(--display); letter-spacing: -.04em; }
.audience-track i { width: 7px; height: 7px; border-radius: 50%; background: #111; }

.product-story { padding: clamp(100px,13vw,190px) clamp(22px,6vw,96px); color: #151517; background: #f0eee8; }
.story-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(40px,10vw,170px); align-items: end; }
.story-heading .eyebrow { grid-column: span 2; }
.story-heading h2 { margin: 0; font: 550 clamp(3.3rem,6.3vw,7rem)/.91 var(--display); letter-spacing: -.07em; }
.story-heading h2 em, .feature-copy h2 em, .control-section h2 em { font-style: normal; color: #9b9992; }
.story-heading > p:last-child { max-width: 440px; margin: 0 0 6px; color: #67655f; font-size: 1.1rem; }
.product-demo { margin-top: 95px; }
.product-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #cfcfc9; }
.product-tabs button { appearance: none; padding: 20px 4px; display: flex; align-items: center; gap: 11px; border: 0; border-bottom: 3px solid transparent; color: #8b8982; background: none; cursor: pointer; font-weight: 600; }
.product-tabs button span { font-size: .66rem; }
.product-tabs button.is-active { border-bottom-color: #151517; color: #151517; }
.demo-stage { min-height: 680px; padding-top: 24px; }
.demo-panel { animation: panelIn .4s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } }
.builder-demo { min-height: 650px; display: grid; grid-template-columns: 130px minmax(320px,1fr) minmax(300px,.72fr); overflow: hidden; border: 1px solid #d0cfc9; border-radius: 16px; background: #f9f8f5; box-shadow: 0 24px 70px rgba(30,28,20,.12); }
.builder-demo aside { padding: 21px 13px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid #ddddd8; }
.builder-demo aside .brand-mini { margin: 0 0 22px 9px; }
.builder-demo aside button { padding: 10px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 8px; color: #85837d; background: none; font-size: .72rem; text-align: left; }
.builder-demo aside button.is-on { color: #111; background: #e8e7e2; }
.builder-demo-editor { padding: clamp(28px,4vw,55px); }
.builder-demo-editor > p { margin: 0; color: #8b8982; font: 700 .58rem var(--display); letter-spacing: .15em; }
.builder-demo-editor > h3 { margin: 6px 0 30px; font: 650 clamp(2rem,3vw,3.5rem) var(--display); letter-spacing: -.06em; }
.demo-field { padding: 17px; border: 1px solid #d9d8d2; border-radius: 10px; }
.demo-field small, .demo-block-row small { display: block; color: #9a9892; font: 700 .5rem var(--display); letter-spacing: .14em; }
.demo-field strong { display: block; margin-top: 8px; font: 600 1.45rem/1.15 var(--display); letter-spacing: -.04em; }
.demo-block-row { min-height: 86px; margin-top: 10px; padding: 14px; display: flex; align-items: center; gap: 13px; border: 1px solid #d9d8d2; border-radius: 10px; background: #fff; }
.demo-block-row > span { color: #aaa8a2; }
.demo-block-row b { font: 600 .9rem var(--display); }
.demo-block-row.image-row { height: 175px; }
.demo-block-row.image-row img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.demo-add { margin-top: 12px; padding: 12px; border: 1px dashed #cbc9c3; border-radius: 9px; color: #77756f; font-size: .66rem; text-align: center; }
.builder-demo-preview { padding: 26px; color: #fff; background: #18181a; }
.builder-demo-preview > small { color: #77777b; font: 700 .55rem var(--display); letter-spacing: .14em; }
.preview-card { margin-top: 20px; overflow: hidden; border: 1px solid #3c3c40; border-radius: 13px; background: #0e0e10; }
.preview-card img { width: 100%; height: 260px; object-fit: cover; }
.preview-card p { margin: 20px 18px 0; color: var(--accent); font: 700 .48rem var(--display); letter-spacing: .14em; }
.preview-card h4 { margin: 12px 18px; font: 600 clamp(1.5rem,2.5vw,2.6rem)/.98 var(--display); letter-spacing: -.055em; }
.preview-card > span { display: block; margin: 0 18px; color: #89898e; font-size: .65rem; }
.preview-card button { margin: 20px 18px 24px; padding: 9px 12px; border: 0; border-radius: 99px; color: #111; background: var(--accent); font-size: .6rem; font-weight: 700; }
.timeline-demo { min-height: 650px; padding: clamp(35px,6vw,80px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px,8vw,130px); color: #fff; background: #111113; border-radius: 16px; }
.timeline-demo-copy { align-self: center; }
.timeline-demo-copy > span { color: var(--accent); font: 700 .58rem var(--display); letter-spacing: .14em; }
.timeline-demo-copy h3 { margin: 18px 0; font: 600 clamp(2.3rem,4vw,4.5rem)/.98 var(--display); letter-spacing: -.06em; }
.timeline-demo-copy p { color: #97979c; }
.timeline-demo-copy div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.timeline-demo-copy b { padding: 7px 10px; border: 1px solid #333337; border-radius: 99px; color: #a2a2a6; font-size: .67rem; }
.timeline-demo > article { padding-top: 25px; align-self: center; border-top: 1px solid #333337; }
.timeline-demo article header { display: flex; align-items: center; gap: 10px; }
.timeline-demo article header div { display: flex; flex-direction: column; }
.timeline-demo article header small { color: #737378; }
.timeline-demo article header > b { margin-left: auto; color: #77777c; font: 600 .54rem var(--display); letter-spacing: .12em; }
.timeline-demo article > p { margin: 24px 0; font-size: 1.12rem; }
.timeline-demo article > img { width: 100%; height: 360px; object-fit: cover; }
.timeline-demo article footer { padding: 16px 0; display: flex; gap: 20px; color: #77777d; font-size: .75rem; }
.timeline-demo blockquote { margin: 0; padding: 12px 14px; border-left: 2px solid var(--accent); color: #a9a9ad; background: #1a1a1c; font-size: .74rem; }
.ai-demo { min-height: 650px; padding: clamp(30px,6vw,85px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px,6vw,90px); align-items: center; color: #111; background: var(--accent); border-radius: 16px; }
.ai-prompt > span { display: inline-flex; align-items: center; gap: 8px; font: 700 .63rem var(--display); letter-spacing: .12em; }
.ai-prompt h3 { margin: 22px 0; font: 600 clamp(2.5rem,4vw,4.8rem)/.92 var(--display); letter-spacing: -.065em; }
.ai-prompt p { padding: 18px; border: 1px solid rgba(0,0,0,.18); border-radius: 12px; background: rgba(255,255,255,.25); font-size: .9rem; }
.ai-prompt button { padding: 13px 16px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 99px; color: #fff; background: #111; font-weight: 700; }
.ai-result { padding: clamp(24px,4vw,45px); border-radius: 14px; color: #fff; background: #111113; box-shadow: 0 35px 70px rgba(0,0,0,.2); transform: rotate(1.5deg); }
.ai-result header { display: flex; justify-content: space-between; color: #7d7d82; font: 700 .55rem var(--display); letter-spacing: .13em; }
.ai-result header b { display: flex; align-items: center; gap: 5px; color: var(--accent); }
.result-label { margin: 60px 0 12px; color: #77777c; font: 700 .55rem var(--display); letter-spacing: .13em; }
.ai-result h4 { margin: 0 0 45px; font: 600 clamp(2rem,3.6vw,4.1rem)/.97 var(--display); letter-spacing: -.06em; }
.ai-result small { color: #77777c; font: 700 .55rem var(--display); letter-spacing: .12em; }
.ai-result ol { padding: 0; list-style: none; counter-reset: flow; }
.ai-result li { padding: 9px 0; border-bottom: 1px solid #303034; counter-increment: flow; font-size: .82rem; }
.ai-result li::before { content: "0" counter(flow); margin-right: 14px; color: #77777c; }
.ai-result footer { margin-top: 30px; color: #78787c; font-size: .68rem; }

.booking-home-section { position: relative; overflow: hidden; padding: clamp(100px,13vw,190px) clamp(22px,6vw,96px); display: grid; grid-template-columns: minmax(320px,.8fr) minmax(520px,1.2fr); gap: clamp(55px,9vw,150px); align-items: center; color: #fff; background: #101012; }
.booking-home-section::before { content: ''; position: absolute; width: 700px; height: 700px; left: -500px; top: -260px; border: 1px solid rgba(216,255,62,.18); border-radius: 50%; }
.booking-home-copy { position: relative; z-index: 2; }
.booking-home-copy .eyebrow { color: var(--accent); }
.booking-home-copy h2 { margin: 0; font: 550 clamp(3.1rem,5.5vw,6.2rem)/.91 var(--display); letter-spacing: -.07em; }
.booking-home-copy h2 em { color: #85858a; font-style: normal; }
.booking-home-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0 0; color: #9a9a9f; font-size: 1.08rem; }
.booking-home-points { margin: 38px 0; display: grid; border-top: 1px solid #333337; }
.booking-home-points article { padding: 18px 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border-bottom: 1px solid #333337; }
.booking-home-points article > svg { color: var(--accent); }
.booking-home-points article div { display: flex; flex-direction: column; }
.booking-home-points article strong { font-size: .92rem; }
.booking-home-points article span { margin-top: 3px; color: #85858a; font-size: .82rem; }
.booking-home-demo { position: relative; z-index: 2; min-height: 650px; padding: clamp(24px,4vw,50px); border-radius: 18px; color: #111; background: var(--accent); box-shadow: 0 45px 100px rgba(0,0,0,.35); transform: rotate(1.2deg); }
.booking-home-demo > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,.18); }
.booking-home-demo > header > div { display: flex; align-items: center; gap: 11px; }
.booking-home-demo > header p { margin: 0; display: flex; flex-direction: column; }
.booking-home-demo > header small, .booking-demo-label, .booking-demo-service small, .booking-demo-confirmed small { font: 700 .58rem var(--display); letter-spacing: .13em; }
.booking-home-demo > header b { padding: 7px 10px; border: 1px solid rgba(0,0,0,.18); border-radius: 99px; font: 700 .56rem var(--display); letter-spacing: .1em; }
.booking-home-demo > header b i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #267536; }
.booking-demo-service { margin-top: 25px; padding: 19px; display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; border: 1px solid rgba(0,0,0,.18); border-radius: 12px; background: rgba(255,255,255,.3); }
.booking-demo-service > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #111; }
.booking-demo-service > div { display: flex; flex-direction: column; }
.booking-demo-service strong { font-size: 1rem; }
.booking-demo-service p { margin: 3px 0 0; color: rgba(0,0,0,.58); font-size: .74rem; }
.booking-demo-service > b { padding: 6px 8px; border-radius: 99px; background: #111; color: #fff; font-size: .61rem; }
.booking-demo-label { margin: 27px 0 10px; color: rgba(0,0,0,.58); }
.booking-demo-dates { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.booking-demo-dates button { min-height: 94px; border: 1px solid rgba(0,0,0,.18); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #111; background: rgba(255,255,255,.28); }
.booking-demo-dates button small, .booking-demo-dates button span { font-size: .58rem; letter-spacing: .1em; }
.booking-demo-dates button strong { font: 600 1.6rem var(--display); }
.booking-demo-dates button.is-on { color: #fff; background: #111; transform: translateY(-4px); box-shadow: 0 12px 25px rgba(0,0,0,.16); }
.booking-demo-times { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.booking-demo-times button { min-height: 46px; border: 1px solid rgba(0,0,0,.2); border-radius: 9px; color: #111; background: rgba(255,255,255,.3); font-weight: 650; }
.booking-demo-times button.is-on { color: #fff; background: #111; }
.booking-demo-confirmed { margin-top: 24px; padding: 17px; display: flex; align-items: center; gap: 12px; border-radius: 11px; color: #fff; background: #111; }
.booking-demo-confirmed > svg { flex: 0 0 auto; padding: 4px; width: 30px; height: 30px; border-radius: 50%; color: #111; background: var(--accent); }
.booking-demo-confirmed div { display: flex; flex-direction: column; }
.booking-demo-confirmed small { color: var(--accent); }
.booking-demo-confirmed strong { margin-top: 2px; font-size: .8rem; }
.booking-demo-message { position: absolute; right: -45px; bottom: 35px; width: min(370px,72%); padding: 15px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border: 1px solid #444448; border-radius: 12px; color: #fff; background: rgba(25,25,28,.96); box-shadow: 0 20px 50px rgba(0,0,0,.3); transform: rotate(-2.4deg); }
.booking-demo-message p { margin: 0; display: flex; flex-direction: column; }
.booking-demo-message small, .booking-demo-message time { color: #929297; font-size: .67rem; }

.how-section { padding: clamp(100px,13vw,190px) clamp(22px,6vw,96px); color: #fff; background: #101012; }
.how-section > header { display: grid; grid-template-columns: .45fr 1fr; }
.how-section header .eyebrow { padding-top: 15px; }
.how-section h2 { margin: 0; font: 550 clamp(3.2rem,6vw,6.6rem)/.92 var(--display); letter-spacing: -.07em; }
.how-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #333337; }
.how-grid article { min-height: 390px; padding: 25px clamp(20px,3vw,45px) 35px 0; display: flex; flex-direction: column; border-right: 1px solid #333337; }
.how-grid article + article { padding-left: clamp(20px,3vw,45px); }
.how-grid article:last-child { border: 0; }
.how-grid article > span { color: #6f6f74; font: 700 .66rem var(--display); letter-spacing: .13em; }
.how-icon { width: 64px; height: 64px; margin: 65px 0 25px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--accent); }
.how-grid h3 { margin: auto 0 12px; font: 600 1.7rem var(--display); letter-spacing: -.04em; }
.how-grid p { margin: 0; color: #8e8e93; font-size: .9rem; }

.examples-section { padding: clamp(100px,13vw,190px) clamp(22px,6vw,96px); color: #111; background: #d9ff3d; }
.examples-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; }
.examples-heading h2 { margin: 0; font: 550 clamp(3.3rem,6vw,6.8rem)/.91 var(--display); letter-spacing: -.07em; }
.examples-heading > p { max-width: 430px; margin: 0 0 8px; font-size: 1.04rem; }
.example-gallery { margin-top: 80px; display: grid; grid-template-columns: 1.05fr .95fr .8fr; gap: 12px; align-items: end; }
.example-card { min-height: 650px; position: relative; overflow: hidden; display: flex; align-items: flex-end; border-radius: 4px; color: #fff; background: #111; }
.example-card:nth-child(2) { min-height: 570px; }
.example-card:nth-child(3) { min-height: 500px; }
.example-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.example-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.example-card:hover > img { transform: scale(1.035); }
.example-tag { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font: 700 .54rem var(--display); letter-spacing: .12em; backdrop-filter: blur(8px); }
.example-card > div { position: relative; z-index: 2; width: 100%; padding: 28px; }
.example-card div > p { margin: 0 0 12px; color: #c9c9cc; font-size: .74rem; }
.example-card h3 { margin: 0; font: 550 clamp(2.1rem,4vw,4.6rem)/.93 var(--display); letter-spacing: -.06em; }
.example-card div > span { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; font-size: .78rem; }

.feature-split { min-height: 960px; display: grid; grid-template-columns: 1fr 1fr; color: #111; background: #efede7; }
.feature-copy { padding: clamp(80px,10vw,160px) clamp(22px,6vw,96px); }
.feature-copy h2 { margin: 0 0 70px; font: 550 clamp(3rem,5vw,5.5rem)/.94 var(--display); letter-spacing: -.065em; }
.feature-list { border-top: 1px solid #cdcbc5; }
.feature-list article { padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; border-bottom: 1px solid #cdcbc5; }
.feature-list article > span { color: #8a8882; font-size: .68rem; }
.feature-list h3 { margin: 0 0 5px; font: 600 1.15rem var(--display); }
.feature-list p { margin: 0; color: #77756f; font-size: .86rem; }
.feature-visual { position: relative; overflow: hidden; display: grid; place-items: center; padding: 80px; color: #fff; background: #153ce1; }
.feature-visual::before, .feature-visual::after { content: ""; position: absolute; width: 720px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.feature-visual::after { width: 520px; }
.social-cascade { z-index: 2; width: min(500px,100%); display: grid; gap: 14px; perspective: 900px; }
.social-cascade article { min-height: 165px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(10,20,90,.68); backdrop-filter: blur(12px); box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.social-cascade article:nth-child(1) { transform: translateX(-10%) rotate(-2deg); }
.social-cascade article:nth-child(2) { transform: translateX(8%) rotate(1.5deg); }
.social-cascade article:nth-child(3) { transform: translateX(-2%) rotate(-1deg); }
.social-cascade article > span { color: #94a7ff; font: 700 .55rem var(--display); letter-spacing: .13em; }
.social-cascade article p { margin: 20px 0; font-size: 1.13rem; }
.social-cascade footer { color: #8e9de2; font-size: .7rem; }
.cascade-label { position: absolute; z-index: 3; right: 35px; bottom: 28px; margin: 0; text-align: right; font: 700 .6rem var(--display); letter-spacing: .13em; }
.cascade-label span { color: #98a8ef; font-weight: 500; }

.control-section { padding: clamp(100px,14vw,210px) clamp(22px,6vw,96px); color: #fff; background: #0c0c0e; }
.control-section > div:nth-child(2) { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.control-section h2 { margin: 0; font: 550 clamp(3.5rem,7vw,7.8rem)/.88 var(--display); letter-spacing: -.075em; }
.control-section div > p { max-width: 430px; margin: 0 0 8px; color: #8e8e93; font-size: 1.04rem; }
.control-stats { margin-top: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #303034; }
.control-stats article { padding: 35px 0; display: flex; align-items: baseline; gap: 14px; border-right: 1px solid #303034; }
.control-stats article + article { padding-left: 35px; }
.control-stats article:last-child { border: 0; }
.control-stats strong { font: 500 clamp(3rem,6vw,6.5rem) var(--display); letter-spacing: -.07em; }
.control-stats span { color: #76767b; }

.faq-section { padding: clamp(100px,13vw,180px) clamp(22px,6vw,96px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,10vw,170px); color: #111; background: #eeece6; }
.faq-section header { position: sticky; top: 120px; align-self: start; }
.faq-section h2 { margin: 0; font: 550 clamp(3rem,5.3vw,6rem)/.93 var(--display); letter-spacing: -.065em; }
.faq-list { border-top: 1px solid #cac8c1; }
.faq-list details { padding: 25px 0; border-bottom: 1px solid #cac8c1; }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font: 600 1.1rem var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 680px; margin: 18px 50px 0 0; color: #6e6c66; }

.home-closing { min-height: 82vh; position: relative; overflow: hidden; padding: 100px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #111; background: var(--accent); }
.home-closing .eyebrow { color: rgba(0,0,0,.58); }
.home-closing h2 { position: relative; z-index: 2; margin: 0; font: 550 clamp(3.5rem,7.5vw,8.5rem)/.89 var(--display); letter-spacing: -.075em; }
.home-closing .button { position: relative; z-index: 2; margin-top: 45px; }
.home-closing > p:last-child { position: relative; z-index: 2; margin-top: 16px; color: rgba(0,0,0,.58); font-size: .75rem; }
.closing-orbit { position: absolute; width: min(86vw,1150px); aspect-ratio: 1; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; }
.closing-orbit-two { width: min(62vw,830px); }
.home-footer { padding: 55px clamp(22px,6vw,96px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 60px; color: #8a8a8f; background: #0a0a0c; font-size: .8rem; }
.home-footer > div:first-child p { margin: 14px 0 0; }
.home-footer nav { display: flex; gap: 25px; }
.footer-end { display: flex; justify-content: flex-end; gap: 30px; }

@media (max-width: 1100px) {
  .platform-hero { grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); gap: 30px; }
  .platform-hero h1 { font-size: clamp(4rem,8.5vw,7.5rem); }
  .floating-update { right: -5%; }
  .builder-demo { grid-template-columns: 95px 1fr .7fr; }
  .builder-demo aside button { justify-content: center; }
  .builder-demo aside button svg { display: block; }
  .builder-demo aside button { font-size: 0; }
  .booking-home-section { grid-template-columns: minmax(300px,.75fr) minmax(480px,1.25fr); gap: 45px; }
  .booking-home-demo { transform: none; }
  .booking-demo-message { right: -15px; }
  .example-card { min-height: 560px; }
}

@media (max-width: 820px) {
  .home-nav .nav-links { display: none; }
  .platform-hero { min-height: auto; padding-top: 110px; grid-template-columns: 1fr; }
  .platform-hero h1 { font-size: clamp(4rem,15vw,7rem); }
  .platform-lede { max-width: 560px; }
  .hero-product { min-height: 680px; }
  .space-phone { width: min(390px,70%); }
  .hero-product-orbit { width: 90vw; }
  .orbit-two { width: 68vw; }
  .floating-update { width: min(360px,58%); right: 1%; }
  .floating-ai { left: 3%; }
  .audience-ribbon { grid-template-columns: 1fr; gap: 14px; }
  .audience-track { overflow-x: auto; padding-bottom: 5px; }
  .story-heading { grid-template-columns: 1fr; gap: 25px; }
  .story-heading .eyebrow { grid-column: auto; }
  .product-tabs button { justify-content: center; }
  .builder-demo { grid-template-columns: 75px 1fr; }
  .builder-demo-preview { display: none; }
  .timeline-demo, .ai-demo { grid-template-columns: 1fr; }
  .timeline-demo > article { margin-top: 20px; }
  .booking-home-section { grid-template-columns: 1fr; }
  .booking-home-copy { max-width: 700px; }
  .booking-home-demo { width: min(680px,100%); justify-self: center; }
  .booking-demo-message { right: 20px; }
  .how-section > header { grid-template-columns: 1fr; gap: 20px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-grid article, .how-grid article + article { min-height: 290px; padding: 25px 0; border-right: 0; border-bottom: 1px solid #333337; }
  .how-icon { margin: 35px 0 20px; }
  .examples-heading { grid-template-columns: 1fr; gap: 25px; }
  .example-gallery { grid-template-columns: 1fr 1fr; }
  .example-card:nth-child(n) { min-height: 570px; }
  .example-card:last-child { grid-column: span 2; min-height: 480px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-visual { min-height: 760px; }
  .control-section > div:nth-child(2) { grid-template-columns: 1fr; gap: 35px; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-section header { position: static; }
  .home-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-end { justify-content: center; }
}

@media (max-width: 520px) {
  .home-nav .nav-cta { font-size: .72rem; }
  .platform-hero { padding-left: 18px; padding-right: 18px; }
  .platform-hero .hero-actions { display: grid; }
  .hero-note { flex-wrap: wrap; }
  .hero-product { min-height: 580px; margin: 10px -18px 0; }
  .space-phone { width: 68%; border-radius: 18px; }
  .space-phone > img { height: 235px; }
  .floating-update { width: 62%; right: 2%; bottom: 4%; padding: 13px; }
  .floating-update p { font-size: .7rem; }
  .floating-ai { top: 9%; padding: 9px 11px; }
  .hero-scene-controls { bottom: -4px; }
  .audience-ribbon { min-height: 115px; padding-left: 18px; padding-right: 18px; }
  .product-story, .booking-home-section, .how-section, .examples-section, .control-section, .faq-section { padding-left: 18px; padding-right: 18px; }
  .story-heading h2, .booking-home-copy h2, .how-section h2, .examples-heading h2, .feature-copy h2, .control-section h2, .faq-section h2 { font-size: clamp(2.8rem,13vw,4.3rem); }
  .product-demo { margin-top: 55px; }
  .product-tabs button { padding: 14px 3px; flex-direction: column; gap: 4px; font-size: .68rem; }
  .demo-stage { min-height: 560px; }
  .builder-demo { min-height: 560px; grid-template-columns: 48px 1fr; }
  .builder-demo aside { padding: 15px 6px; }
  .builder-demo aside button { padding: 8px 5px; }
  .builder-demo-editor { padding: 24px 15px; }
  .builder-demo-editor > h3 { font-size: 2rem; }
  .demo-field strong { font-size: 1.1rem; }
  .demo-block-row.image-row { height: 140px; }
  .timeline-demo, .ai-demo { padding: 28px 17px; }
  .timeline-demo article > img { height: 270px; }
  .ai-result { transform: none; }
  .result-label { margin-top: 35px; }
  .booking-home-demo { min-height: 610px; padding: 20px 14px 80px; border-radius: 13px; }
  .booking-home-demo > header { align-items: flex-start; }
  .booking-home-demo > header b { font-size: .48rem; }
  .booking-demo-service { grid-template-columns: 34px 1fr; padding: 14px; }
  .booking-demo-service > span { width: 34px; height: 34px; }
  .booking-demo-service > b { display: none; }
  .booking-demo-dates { gap: 5px; }
  .booking-demo-dates button { min-height: 82px; }
  .booking-demo-times { grid-template-columns: 1fr; }
  .booking-demo-times button:not(.is-on) { display: none; }
  .booking-demo-message { right: 8px; bottom: 18px; width: calc(100% - 16px); }
  .how-grid { margin-top: 60px; }
  .example-gallery { grid-template-columns: 1fr; }
  .example-card:nth-child(n), .example-card:last-child { grid-column: auto; min-height: 520px; }
  .feature-copy { padding: 80px 18px; }
  .feature-visual { min-height: 640px; padding: 50px 32px; }
  .social-cascade article:nth-child(n) { transform: none; }
  .control-stats { grid-template-columns: 1fr; }
  .control-stats article, .control-stats article + article { padding: 22px 0; border-right: 0; border-bottom: 1px solid #303034; }
  .control-stats article:last-child { border-bottom: 0; }
  .faq-list summary { font-size: .98rem; }
  .home-footer nav { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-orbit { animation: none; }
  .space-phone, .floating-update, .floating-ai { transition: none; }
}

@media (max-width: 1100px) {
  .profile-hero { grid-template-columns: 1.12fr .88fr; }
  .studio-shell { grid-template-columns: 82px minmax(420px,1fr) minmax(300px,.75fr); }
  .studio-sidebar { align-items: center; }
  .studio-nav button, .studio-nav a { width: 52px; height: 52px; justify-content: center; }
  .studio-nav button span, .studio-nav a span, .studio-nav a b, .sidebar-bottom > div:last-child { display: none; }
  .sidebar-bottom { display: block; }
  .ai-launch small { display: none; }
  .booking-public-shell { grid-template-columns: minmax(280px,.7fr) minmax(490px,1.3fr); }
  .booking-picker-card { padding-left: 40px; padding-right: 40px; }
  .booking-dashboard-grid { grid-template-columns: 1fr; }
  .booking-detail-shell { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-nav { height: 64px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .site-nav .nav-cta { padding: 0 14px; font-size: .78rem; }
  .profile-hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; padding: 104px 20px 70px; }
  .hero-index, .scroll-cue { display: none; }
  .identity-row { margin-bottom: 40px; }
  .profile-hero h1 { font-size: clamp(3.2rem, 15vw, 6rem); }
  .hero-bio { margin-top: 26px; }
  .hero-art { order: -1; aspect-ratio: 1.18/1; width: calc(100% + 40px); max-height: none; margin: -40px -20px 38px; }
  .hero-art figcaption { bottom: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 50px; }
  .block-grid { display: grid; grid-template-columns: 1fr; }
  .public-block:nth-child(n) { grid-column: auto; min-height: 340px; }
  .public-block:nth-child(3), .public-block:nth-child(4) { min-height: 440px; }
  .timeline-section { grid-template-columns: 1fr; gap: 55px; }
  .timeline-intro { position: static; }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer > span { text-align: center; }
  .studio-page { overflow: auto; padding-bottom: 72px; }
  .studio-topbar { height: 60px; }
  .studio-topbar .brand > span:last-child, .studio-status, .hide-mobile { display: none; }
  .studio-shell { min-height: 100svh; height: auto; padding-top: 60px; display: block; }
  .studio-sidebar, .live-preview { display: none; }
  .editor-panel { overflow: visible; padding: 30px 18px 60px; }
  .panel-heading { align-items: stretch; flex-direction: column; }
  .ai-launch { flex-basis: auto; width: 100%; }
  .mobile-studio-nav { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d5d4cf; background: rgba(248,247,243,.96); backdrop-filter: blur(15px); }
  .mobile-studio-nav button, .mobile-studio-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: .65rem; }
  .mobile-studio-nav button.is-active, .mobile-studio-nav a.is-active { color: #161618; }
  .add-tray { bottom: 74px; overflow-x: auto; }
  .add-tray > span { display: none; }
  .add-tray button { flex: 0 0 auto; }
  .booking-topbar { min-height: 62px; }
  .booking-topbar nav { display: none; }
  .booking-public-shell { min-height: 0; grid-template-columns: 1fr; }
  .booking-host-card { min-height: 520px; padding-top: 70px; padding-bottom: 70px; }
  .booking-host-card h1 { font-size: clamp(3.3rem,13vw,6rem); }
  .booking-host-card dl { margin-top: 38px; }
  .booking-picker-card { padding: 50px 22px 70px; }
  .booking-dashboard-hero { align-items: stretch; flex-direction: column; gap: 28px; }
  .booking-live-state { width: 100%; }
  .booking-metrics { grid-template-columns: 1fr; }
  .booking-metrics article { border-right: 0; border-bottom: 1px solid #d4d1c8; }
  .booking-list-panel > header { align-items: stretch; flex-direction: column; }
  .booking-filter { width: max-content; }
  .booking-detail-facts { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand { font-size: .76rem; }
  .brand-mark { width: 28px; height: 28px; }
  .site-nav .nav-cta svg { display: none; }
  .profile-hero { padding-top: 98px; }
  .hero-actions { display: grid; }
  .button-large { width: 100%; }
  .section-heading h2, .timeline-intro h2, .closing-cta h2 { font-size: 2.8rem; }
  .public-block { padding: 23px; }
  .block-content h3 { font-size: 2.15rem; }
  .timeline-section, .work-section { padding-left: 18px; padding-right: 18px; }
  .timeline-post { padding-top: 24px; }
  .post-body { font-size: 1.05rem; }
  .action-share span { display: none; }
  .two-up { grid-template-columns: 1fr; }
  .cover-control { grid-template-columns: 70px 1fr; }
  .cover-control img { width: 70px; }
  .cover-control .button { grid-column: span 2; width: 100%; }
  .panel-heading { margin-bottom: 30px; }
  .profile-form { gap: 14px; }
  .builder-block { padding-left: 42px; padding-right: 40px; }
  .block-type { left: 42px; }
  .theme-card { grid-template-columns: 52px 1fr auto; }
  .color-control { grid-template-columns: 58px 1fr; }
  .color-control input { width: 58px; }
  .color-control p { grid-column: span 2; justify-self: start; }
  .publish-card strong { display: block; max-width: 245px; overflow: hidden; text-overflow: ellipsis; }
  .booking-topbar { padding: 0 16px; }
  .booking-topbar > a:last-child { font-size: 0; }
  .booking-topbar > a:last-child svg { width: 20px; height: 20px; }
  .booking-host-card { min-height: 460px; padding: 54px 22px; }
  .booking-host-card .avatar { margin-bottom: 26px; }
  .booking-host-card dl div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .booking-host-card dd { text-align: left; }
  .booking-type-option { padding: 15px; }
  .booking-slot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-dashboard-shell { padding: 42px 14px 70px; }
  .booking-dashboard-hero h1 { font-size: clamp(3.2rem,16vw,5.2rem); }
  .booking-list-panel, .booking-settings-panel, .booking-notifications { border-radius: 11px; }
  .booking-row { padding: 15px 13px; grid-template-columns: 52px 1fr 18px; gap: 12px; }
  .booking-row-main p { align-items: flex-start; }
  .booking-settings-panel { padding: 20px 14px; }
  .booking-form-grid { grid-template-columns: 1fr; }
  .weekday-row { align-items: stretch; grid-template-columns: 1fr; }
  .weekday-row > div { display: grid; grid-template-columns: 1fr auto 1fr; }
  .weekday-row input[type='time'] { width: 100%; }
  .booking-exception-row { grid-template-columns: 1fr 34px; }
  .booking-exception-row input:first-child { grid-column: span 2; }
  .booking-detail-shell { padding: 24px 12px 60px; }
  .booking-detail-main { padding: 22px 16px; }
  .booking-detail-heading { flex-direction: column; }
  .booking-detail-time { align-items: flex-start; }
  .booking-detail-time section h2 { font-size: 1.4rem; }
  .booking-detail-actions { display: grid; }
  .booking-detail-actions .button { width: 100%; }
  .booking-conversation > header { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
