/* Agency marketing pages. Exact site palette overrides the historical tokens. */
:root {
  --bg: #FAF7F2;
  --bg-card: #FFFFFF;
  --ink: #1A1A1A;
  --muted: #5F6368;
  --line: #DDD7CF;
  --ginger: #EFA943;
  --max: 1160px;
}
html { scroll-padding-top: 108px; scroll-behavior: auto; }
body { background: var(--bg); color: var(--ink); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
button { font: inherit; }
a { text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid #765000; outline-offset: 5px; }
main:focus { outline: none; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.visually-hidden { 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: -70px; padding: 14px 20px; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 8px; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.brand img { width: 116px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:not(.button) { min-height: 44px; display: flex; align-items: center; }
.site-nav a:not(.button):hover, .site-nav a[aria-current] { text-decoration: underline; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 14px; color: var(--ink); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; background: currentColor; margin: 4px 0; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 13px 24px; border-radius: 999px; background: var(--ginger); color: var(--ink); font-size: 15px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: background .15s; }
.button:hover { background: #E49D33; }
.button-small { min-height: 44px; padding: 10px 21px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #39352F; }
.button-dark:focus-visible { outline-color: var(--ink); }
.text-link { display: inline-block; font-size: 15px; font-weight: 650; line-height: 1.5; padding-block: 12px; text-decoration: underline; }
.text-link span { margin-left: 8px; }
h1 { font-size: clamp(44px, 4.6vw, 66px); font-weight: 650; line-height: 1.06; letter-spacing: -.055em; }
h2 { font-size: clamp(32px, 3.5vw, 48px); font-weight: 600; line-height: 1.12; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 24px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; margin-bottom: 14px; }
p { font-size: 17px; line-height: 1.6; color: var(--muted); }
p + p { margin-top: 16px; }
.eyebrow { font-size: 11px; font-weight: 650; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 18px; color: var(--muted); }
.lede { font-size: 20px; line-height: 1.55; margin-top: 25px; max-width: 640px; }
.hero { padding: 72px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr); gap: 48px; align-items: center; }
.hero-copy { max-width: 610px; }
.underline { text-decoration: underline; text-decoration-color: var(--ginger); text-decoration-thickness: .07em; text-underline-offset: .1em; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.product-note { font-size: 13px; max-width: 460px; margin-top: 22px; line-height: 1.6; }
.hero-art { min-width: 0; }
.hero-art figcaption { text-align: center; font-size: 13px; color: var(--muted); margin-top: 8px; }
.line-art { width: 100%; height: auto; }
/* Match the illustration canvas to the page; leave photographs unfiltered. */
.line-art { mix-blend-mode: multiply; filter: brightness(1.06); }
.early-access { display: grid; grid-template-columns: .75fr 1.65fr 1fr; gap: 28px; align-items: center; padding: 36px; border-radius: 20px; background: #F4DBB4; }
.early-access h2 { font-size: 28px; margin-bottom: 10px; }
.early-access p { font-size: 14px; color: #55422A; }
.early-access .eyebrow { color: #55422A; font-size: 11px; }
.limited { display: flex; align-items: center; gap: 8px; font-size: 12px !important; }
.limited span { width: 6px; height: 6px; border-radius: 50%; background: #55422A; }
.cta-action { min-width: 0; }
.service-note { font-size: 12px; margin-top: 12px; line-height: 1.5; }
.section { padding: 104px 0; }
.section-intro { max-width: 700px; margin-bottom: 46px; }
.section-intro > p:last-child { max-width: 590px; }
.evidence-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px; }
.evidence { border-top: 1px solid var(--ink); padding-top: 24px; }
.evidence .stat { color: var(--ink); font-size: clamp(72px,8vw,112px); font-weight: 550; line-height: 1; letter-spacing: -.065em; margin: 20px 0; }
.stat span { font-size: .6em; letter-spacing: -.05em; }
.evidence h3 { font-size: 25px; max-width: 480px; }
.evidence .change { color: var(--ink); font-size: 15px; margin-top: 20px; }
.source, .source-details { font-size: 12px; color: var(--muted); line-height: 1.65; margin-top: 22px; }
.source-details summary { font-size: 12px; font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.source-details p { font-size: 13px; margin-top: 12px; }
.cyprus-note { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 36px; padding: 28px 0 0; margin-top: 40px; border-top: 1px solid var(--line); }
.cyprus-note .eyebrow { margin: 4px 0 0; }
.cyprus-note p { font-size: 15px; max-width: 680px; }
.benefits { padding-top: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px; margin-top: 42px; }
.benefit-grid img { margin-bottom: 24px; aspect-ratio: 3/2; object-fit: contain; }
.benefit-grid h3 { font-size: 23px; }
.benefit-grid p { font-size: 16px; }
.preview-section { background: #22221F; color: white; }
.preview-section :focus-visible { outline-color: var(--ginger); }
.preview-section .eyebrow, .preview-section .section-intro > p { color: #C6C6BF; }
.preview-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); align-items: stretch; gap: 40px; }
.preview-conversation { padding: 12px 0; display: flex; flex-direction: column; }
.preview-label { font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #63655F; }
.preview-conversation > .preview-label, .shortlist > .preview-label { color: #C6C6BF; }
.preview-conversation blockquote { font-size: clamp(24px,2.5vw,33px); line-height: 1.4; letter-spacing: -.025em; color: #FAF7F2; margin-top: 20px; }
.shortlist { margin-top: auto; padding-top: 40px; }
.shortlist-item { display: flex; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid #51514A; }
.shortlist-item:first-of-type { border-top: 1px solid #51514A; }
.shortlist-item img { filter: invert(1); }
.shortlist-item strong { font-size: 16px; font-weight: 500; }
.shortlist-item small { display: block; font-size: 13px; color: #C6C6BF; margin-top: 6px; }
.outline-house { font-size: 25px; line-height: 1; width: 20px; flex-shrink: 0; }
.preview-property { background: white; border-radius: 18px; overflow: hidden; color: var(--ink); min-width: 0; }
.property-photo { width: 100%; height: auto; }
.property-copy { padding: 24px 28px; }
.property-copy h3 { font-size: 25px; margin: 8px 0 18px; }
.property-details { list-style: none; margin: 0; padding: 0; }
.property-details li { padding: 9px 0; font-size: 14px; border-bottom: 1px solid var(--line); }
.property-details li:before { content: "↳"; padding-right: 10px; color: #6E6B65; }
.property-note { font-size: 13px; margin-top: 18px; }
.product-preview figcaption { color: #C6C6BF; font-size: 12px; margin-top: 24px; }
.destination-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 48px; }
.destination-primary { background: white; border-radius: 20px; padding: 34px; }
.browser-outline { height: 112px; border: 1px solid #B2A89B; border-bottom-width: 3px; border-radius: 10px 10px 3px 3px; padding: 10px; margin-bottom: 28px; display: flex; gap: 4px; position: relative; }
.browser-outline span { background: #B2A89B; width: 4px; height: 4px; border-radius: 50%; }
.browser-outline i { font-style: normal; font-size: 30px; letter-spacing: -.06em; position: absolute; inset: 32px 0 auto; text-align: center; }
.state { font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: #815611; margin-bottom: 12px; }
.destination-primary h3 { font-size: 34px; }
.destination-grid p:not(.state) { font-size: 16px; max-width: 450px; }
.destination-secondary { display: flex; flex-direction: column; justify-content: center; }
.destination-secondary article { padding: 26px 0; }
.destination-secondary article + article { border-top: 1px solid var(--line); }
.onboarding { padding-top: 40px; }
.onboarding-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 80px; }
.onboarding .text-link { margin-top: 20px; }
.step-list { counter-reset: step; list-style: none; margin: 0; padding: 0; }
.step-list li { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 20px; position: relative; padding-bottom: 30px; counter-increment: step; }
.step-list li:before { content: counter(step); display: grid; place-items: center; background: var(--ginger); color: var(--ink); border-radius: 50%; width: 32px; height: 32px; font-size: 13px; font-weight: 650; z-index: 1; }
.step-list li:not(:last-child):after { content: ""; position: absolute; top: 32px; left: 15px; bottom: 0; width: 1px; background: var(--line); }
.step-list h3 { font-size: 22px; margin-bottom: 10px; }
.step-list p { font-size: 15px; }
.faq-section { padding-top: 56px; }
.faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 80px; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; }
.faq-section summary { padding: 22px 32px 22px 0; font-size: 18px; font-weight: 500; list-style: none; position: relative; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary:after { content: "+"; position: absolute; right: 4px; top: 21px; font-size: 22px; }
.faq-section details[open] summary:after { content: "−"; }
.faq-section details p { font-size: 15px; padding-bottom: 22px; }
.cta-section { background: var(--ginger); padding: 62px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.cta-inner > div:first-child { max-width: 690px; }
.cta-inner h2 { font-size: 36px; margin: 0; }
.cta-inner .eyebrow, .cta-inner .service-note { color: #4A3518; }
.cta-inner .cta-action { flex-shrink: 0; }
.footer { padding: 34px 0; }
.footer-inner { display: flex; align-items: center; gap: 36px; }
.footer p { flex: 1; font-size: 13px; }
.footer a:last-child { font-size: 14px; padding-block: 12px; }
.footer .brand img { width: 94px; }
.page-hero { padding: 80px 0 66px; }
.page-hero .narrow { margin-left: max(32px, calc((100% - var(--max))/2)); }
.page-hero h1 { font-size: clamp(44px,4.9vw,70px); }
.why-hero h1 { font-size: clamp(40px,4.3vw,60px); }
.split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px; align-items: center; }
.split > *, .hero-grid > * { min-width: 0; }
.process-section { padding-top: 40px; }
.process { display: grid; gap: 100px; }
.process-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px; align-items: center; }
.process-row.reverse .process-copy { grid-column: 2; grid-row: 1; }
.process-row.reverse > img { grid-column: 1; grid-row: 1; }
.process-number { font-size: 12px; color: #815611; margin-right: 16px; }
.process-row h2 { font-size: 39px; }
.process-row .process-note { border-left: 2px solid var(--ginger); padding-left: 14px; font-size: 14px; margin-top: 24px; }
.agency-control { background: #F0EAE0; }
.agency-control .button { margin-top: 24px; }
.principles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px; margin-top: 42px; }
.principles img { margin-bottom: 20px; }
.marketplace-section .text-link { margin-top: 16px; }
@media (max-width: 1040px) {
  .hero-grid, .split, .process-row { gap: 36px; }
  .early-access { grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); }
  .early-meta { grid-column: 1 / -1; display: flex; gap: 30px; align-items: center; }
  .early-meta p { margin: 0; }
  .onboarding-grid, .faq-grid { gap: 40px; }
  .preview-grid { gap: 28px; }
  .benefit-grid { gap: 28px; }
  .evidence-pair { gap: 40px; }
  .process-row h2 { font-size: 34px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .site-header .brand img { width: 116px; }
  .site-nav { flex-direction: column; align-items: stretch; gap: 0; width: 100%; padding-bottom: 20px; }
  .site-nav a:not(.button) { padding-block: 14px; }
  .site-nav .button { margin-top: 8px; }
  /* Navigation is visible without JS. Only a successfully initialised menu collapses it. */
  .nav-ready .menu-button { display: block; }
  .js .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; width: auto; padding: 8px 20px 22px; background: var(--bg); border-bottom: 1px solid var(--line); max-height: calc(100dvh - 76px); overflow-y: auto; }
  .nav-ready .site-nav.is-open { display: flex; }
  h1 { font-size: 44px; line-height: 1.08; }
  h2 { font-size: 34px; }
  .hero { padding: 48px 0 40px; }
  .hero-grid, .split, .process-row, .destination-grid, .onboarding-grid, .faq-grid, .preview-grid, .principles { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .lede { font-size: 18px; }
  .hero-art { margin: -6px auto 0; max-width: 500px; }
  .hero-art figcaption { font-size: 12px; }
  .actions { gap: 12px 20px; }
  .early-access { grid-template-columns: minmax(0,1fr); padding: 26px; gap: 22px; border-radius: 16px; }
  .early-meta { display: block; }
  .early-meta .limited { margin-top: 8px; }
  .early-access h2 { font-size: 30px; }
  .early-access br { display: none; }
  .section { padding: 72px 0; }
  .section-intro { margin-bottom: 32px; }
  .evidence-pair { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .evidence .stat { font-size: 92px; margin: 14px 0; }
  .evidence h3 { font-size: 25px; }
  .cyprus-note { grid-template-columns: minmax(0,1fr); gap: 14px; margin-top: 30px; }
  .benefits { padding-top: 0; }
  .benefit-grid { grid-template-columns: minmax(0,1fr); gap: 40px; margin-top: 28px; }
  .benefit-grid img { max-width: 350px; margin: 0 auto 16px; }
  .benefit-grid p { max-width: 500px; }
  .preview-conversation blockquote { font-size: 25px; }
  .shortlist { padding-top: 28px; }
  .property-copy { padding: 24px; }
  .destination-grid { gap: 20px; }
  .destination-primary { padding: 28px; }
  .destination-secondary article { padding: 26px 0; }
  .onboarding { padding-top: 0; }
  .step-list { margin-top: 10px; }
  .faq-section { padding-top: 32px; }
  .faq-grid { gap: 8px; }
  .cta-inner { display: block; }
  .cta-inner h2 { font-size: 34px; }
  .cta-action { margin-top: 28px; }
  .early-access .cta-action { margin-top: 0; }
  .footer-inner { flex-wrap: wrap; gap: 16px 28px; }
  .footer p { order: 3; flex-basis: 100%; margin: 0; }
  .page-hero { padding: 56px 0 40px; }
  .page-hero .narrow { margin-inline: auto; }
  .page-hero h1 { font-size: 44px; }
  .process { gap: 60px; }
  .process-section { padding-top: 24px; }
  .process-row.reverse .process-copy, .process-row.reverse > img { grid-column: auto; grid-row: auto; }
  .process-row h2 { font-size: 34px; }
  .process-row img { max-width: 500px; margin-inline: auto; }
  .principles { gap: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Local design comparisons requested for the current feedback round. */
.comparison-toolbar { min-height: 0; }
.js .comparison-toolbar { min-height: 44px; margin-bottom: 12px; }
.comparison-control { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.comparison-control > span:first-child { font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.comparison-buttons { display: inline-flex; gap: 4px; }
.comparison-buttons button { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; cursor: pointer; }
.comparison-buttons button:hover { border-color: var(--ink); }
.comparison-buttons button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.hero-art-frame { aspect-ratio: 4 / 3; }
.hero-art-frame figure, .hero-art-frame img { width: 100%; height: 100%; }
.hero-art-frame img { object-fit: contain; }
.brand-icon { flex: none; width: 22px; height: 22px; object-fit: contain; }
.hero-channels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 14px; }
.hero-channels > div { display: flex; align-items: flex-start; gap: 9px; min-width: 0; }
.hero-channels strong { display: block; font-size: 12px; font-weight: 550; }
.hero-channels small { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; line-height: 1.5; }
.hero-channels .brand-icon { width: 19px; height: 19px; }
.early-access { display: block; padding: 0; background: transparent; border-radius: 0; }
.access-panel { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); gap: 56px; align-items: center; padding: 36px 42px; border-radius: 20px; background: #F4DBB4; }
.access-copy { min-width: 0; }
.access-panel h2 { font-size: 32px; line-height: 1.12; margin-bottom: 18px; }
.access-panel p { font-size: 14px; color: #55422A; }
.access-panel .eyebrow { font-size: 11px; margin: 0 0 16px; }
.access-right { min-width: 0; max-width: 290px; width: 100%; justify-self: end; }
.availability .availability-caption { margin: 0; font-size: 14px; color: var(--ink); }
.availability-caption strong { font-weight: 700; }
.availability progress { display: block; width: 100%; height: 8px; margin: 14px 0 10px; border: 0; border-radius: 99px; appearance: none; background: #FFF8EE; accent-color: var(--ink); overflow: hidden; }
.availability progress::-webkit-progress-bar { background: #FFF8EE; border-radius: 99px; }
.availability progress::-webkit-progress-value { background: var(--ink); border-radius: 99px; }
.availability progress::-moz-progress-bar { background: var(--ink); border-radius: 99px; }
.availability .availability-remaining { margin: 0; font-size: 12px; }
.access-panel-a .access-right > .button { margin-top: 24px; }
.access-panel .service-note { font-size: 11px; margin-top: 10px; }
.access-panel-b { grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); }
.access-cta { margin-top: 24px; }
.access-panel-b .access-right { background: #FAEACF; padding: 26px; border-radius: 14px; }
.availability .availability-count { display: flex; align-items: baseline; gap: 8px; color: var(--ink); margin: 0 0 4px; line-height: 1.1; }
.availability-count strong { font-size: 52px; font-weight: 550; letter-spacing: -.05em; }
.availability-count span { font-size: 24px; }
.seat-track { display: grid; grid-template-columns: repeat(15,minmax(0,1fr)); gap: 4px; margin: 20px 0 12px; }
.seat-track span { height: 22px; border: 1px solid #B09A79; border-radius: 3px; }
.seat-track .taken { background: var(--ink); border-color: var(--ink); }
.availability .visually-hidden { width: 1px; height: 1px; margin: -1px; }
.why-now-intro { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(0,1fr); gap: 40px; align-items: center; }
.discovery-shift { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 46px; }
.shift-browse, .shift-ask { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; text-align: center; max-width: 150px; }
.shift-browse { color: var(--muted); }
.shift-browse > span, .shift-ask > span { flex-basis: 100%; font-size: 12px; line-height: 1.5; }
.shift-ask .brand-icon { width: 27px; height: 27px; }
.assistant-name-stack { position: relative; width: 154px; height: 164px; margin: 0; padding: 0; list-style: none; }
.assistant-name-stack li { position: absolute; width: 112px; height: 37px; padding: 5px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); text-align: left; font-size: 12px; line-height: 20px; color: var(--ink); box-shadow: 0 2px 3px rgb(26 26 26 / 3%); }
.assistant-name-stack li:nth-child(1) { left: 0; top: 0; }
.assistant-name-stack li:nth-child(2) { left: 8px; top: 25px; }
.assistant-name-stack li:nth-child(3) { left: 16px; top: 50px; }
.assistant-name-stack li:nth-child(4) { left: 24px; top: 75px; }
.assistant-name-stack li:nth-child(5) { left: 32px; top: 100px; }
.assistant-name-stack li:nth-child(6) { left: 40px; top: 125px; border-color: #CFA568; background: #F4DBB4; }
.shift-ask .assistant-context { flex-basis: 100%; font-size: 10px; line-height: 1.5; color: var(--muted); margin-top: -8px; }
.shift-arrow { color: #815611; font-size: 25px; padding-bottom: 32px; }
.source-arrow { display: inline-flex; width: 28px; min-height: 28px; justify-content: center; align-items: center; margin-left: 2px; text-decoration: none; color: var(--ink); vertical-align: middle; }
.source-arrow:hover { color: #815611; }
.evidence .change { display: block; }
.cyprus-note { align-items: baseline; }
.cyprus-note > p { margin: 0; }
.cyprus-note > .eyebrow { margin: 0; font-size: 11px; line-height: 24px; }
.destination-title { display: flex; align-items: center; gap: 12px; }
.future-brand-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0 22px; }
.future-brand-list > span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.future-brand-list .brand-icon { width: 20px; height: 20px; }
.browser-outline i { display: flex; align-items: center; justify-content: center; gap: 10px; }
.browser-outline i .brand-icon { width: 28px; height: 28px; }
.why-vision-note { font-size: 15px; max-width: 560px; margin-top: 20px; }
.why-art-options { min-width: 0; }
.why-art-options .line-art { aspect-ratio: 4 / 3; object-fit: contain; }
.why-future-art figcaption { min-height: 40px; margin-top: 12px; padding-inline: 8px; font-size: 12px; line-height: 1.6; }
.why-future { padding-bottom: 0; }
.viewing-story { padding-top: 72px; }
.viewing-intro { margin-bottom: 20px; }
.viewing-intro h2 { font-size: clamp(28px, 3vw, 40px); margin: 0; text-wrap: balance; }
.viewing-intro .eyebrow { margin-bottom: 14px; }
.viewing-scene > .line-art { width: 100%; height: auto; }
.viewing-roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(64px, 28vw, 420px); padding-top: 20px; }
.viewing-role { min-width: 0; border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; }
.viewing-role .eyebrow { font-size: 10px; margin: 0 0 8px; }
.viewing-role h3 { font-size: 25px; margin-bottom: 10px; }
.viewing-role p:not(.eyebrow) { font-size: 14px; margin: 0; max-width: 350px; }
.assisted-tasks { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 9px; }
.assisted-tasks li { position: relative; padding-left: 15px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.assisted-tasks li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border: 1px solid #815611; border-radius: 50%; }
.approval-example { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.approval-example p { color: var(--ink); font-weight: 550; }
.approval-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.approval-controls > span { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; color: var(--ink); font-size: 11px; line-height: 1.4; }
.approval-controls > .approval-primary { background: #F4DBB4; border-color: #E3C18F; }
.marketplace-section .os-first-step { color: var(--ink); font-weight: 550; font-size: 19px; margin-top: 26px; }
.channel-heading > span { display: block; text-wrap: balance; }
#shift > .split { align-items: start; }
@media (max-width: 760px) {
  .viewing-story { padding-top: 56px; }
  .viewing-intro { margin-bottom: 24px; }
  .viewing-roles { gap: 24px; padding-top: 12px; }
  .viewing-role { padding-top: 14px; }
  .viewing-role h3 { font-size: 22px; }
  .viewing-role p:not(.eyebrow) { font-size: 13px; }
  .why-vision-note { font-size: 14px; }
}
@media (max-width: 1040px) {
  .access-panel { gap: 32px; padding: 32px; }
  .why-now-intro { grid-template-columns: minmax(0,1fr); gap: 0; }
  .discovery-shift { justify-content: flex-start; gap: 32px; }
  .hero-channels { gap: 8px; }
  .hero-channels > div { flex-direction: column; gap: 6px; }
}
@media (max-width: 760px) {
  .hero-art { width: 100%; }
  .js .comparison-toolbar { margin-top: 4px; }
  .hero-channels > div { flex-direction: row; }
  .hero-channels { gap: 10px; }
  .hero-channels strong { font-size: 11px; }
  .hero-channels small { font-size: 10px; }
  .hero-channels .brand-icon { width: 17px; height: 17px; }
  .access-panel { grid-template-columns: minmax(0,1fr); gap: 28px; padding: 28px; border-radius: 16px; }
  .access-panel h2 { font-size: 30px; }
  .access-panel br { display: initial; }
  .access-panel p br { display: none; }
  .access-right { max-width: none; }
  .access-panel-b .access-right { padding: 24px; }
  .access-panel .button { min-height: 48px; }
  .discovery-shift { gap: 20px; }
  .shift-browse, .shift-ask { max-width: 140px; }
  .shift-browse > span, .shift-ask > span { font-size: 11px; }
  .discovery-shift .shift-arrow { font-size: 20px; }
  .cyprus-note { align-items: start; }
  .future-brand-list { gap: 14px; }
}
