:root {
  --ink: #171511;
  --ink-soft: #28241e;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --sand: #dfd4c3;
  --line: rgba(23, 21, 17, .14);
  --gold: #fac643;
  --amber: #c8890a;
  --amber-dark: #8d5f08;
  --white: #fffdf8;
  --muted: #6d665d;
  --green: #9bc59c;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --shadow-soft: 0 24px 80px rgba(39, 29, 14, .14);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, .42);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100vw; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; width: 100%; max-width: 100vw; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
section { scroll-margin-top: 78px; }
.page-shell { width: calc(100% - 48px); max-width: 1320px; margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); padding: 10px 14px; background: var(--gold); color: var(--ink); border-radius: 4px; font-weight: 700; opacity: 0; visibility: hidden; pointer-events: none; }
.skip-link:focus { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.dark-section { color: var(--cream); background: var(--ink); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-family: var(--font-display); font-size: .92rem; font-weight: 650; line-height: 1; text-decoration: none; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-header a:focus-visible { outline: 3px solid rgba(250, 198, 67, .6); outline-offset: 4px; }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .82rem; }
.button--gold { color: var(--ink); background: var(--gold); }
.button--gold:hover { background: #ffd66b; box-shadow: 0 10px 30px rgba(250, 198, 67, .22); }
.button--ink { color: var(--white); background: var(--ink); }
.button--ink:hover { background: #2a261f; box-shadow: 0 12px 32px rgba(23, 21, 17, .18); }
.button--outline-dark { color: var(--ink); border-color: rgba(23, 21, 17, .28); background: rgba(255, 255, 255, .16); }
.button--outline-dark:hover { border-color: var(--ink); background: rgba(255, 255, 255, .45); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 650; text-decoration: none; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: var(--cream); }
.display-kicker { margin-bottom: 26px; color: rgba(244, 239, 229, .56); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-copy > *, .hero-product, .journey-heading, .journey-beam-layout, .p-node, .center-node { opacity: 1 !important; visibility: visible !important; }

/* Navigation */
.site-header { position: fixed; inset: 0 auto auto 0; z-index: 1000; width: 100vw; max-width: 100vw; height: 78px; color: var(--white); background: rgba(23, 21, 17, .91); border-bottom: 1px solid rgba(250, 198, 67, .14); backdrop-filter: blur(18px); transition: height .3s ease, background .3s ease; }
.site-header.is-scrolled { background: rgba(23, 21, 17, .975); box-shadow: 0 12px 40px rgba(0, 0, 0, .15); }
.nav-shell { width: calc(100% - 48px); max-width: 1380px; height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 142px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 1.8vw, 30px); }
.desktop-nav a, .nav-login { position: relative; color: rgba(255, 253, 248, .78); font-size: .82rem; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; transform: scaleX(0); background: var(--gold); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover, .nav-login:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-mobile-start { display: none; min-height: 38px; align-items: center; justify-content: center; padding: 0 14px; border-radius: 4px; color: var(--ink); background: var(--gold); font-family: var(--font-display); font-size: .72rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid rgba(250, 198, 67, .24); border-radius: 5px; background: transparent; cursor: pointer; }
.menu-toggle span { width: 20px; height: 1px; background: var(--white); transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu-backdrop { position: fixed; inset: 78px 0 0; z-index: -1; width: 100%; border: 0; background: rgba(8, 7, 5, .58); opacity: 0; visibility: hidden; pointer-events: none; backdrop-filter: blur(4px); transition: opacity .35s ease, visibility .35s ease; }
.mobile-menu-backdrop.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu { position: fixed; inset: 78px 0 0 auto; z-index: 2; width: min(470px, 100vw); height: calc(100dvh - 78px); padding: clamp(34px, 6vh, 70px) 34px 30px; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 28px; overflow-y: auto; color: var(--white); background: #1b1915; border-left: 1px solid rgba(250, 198, 67, .16); box-shadow: -30px 0 70px rgba(0,0,0,.34); clip-path: inset(0 0 0 100%); opacity: 0; visibility: hidden; transition: clip-path .45s cubic-bezier(.2,.75,.18,1), opacity .25s ease, visibility .45s ease; }
.mobile-menu.is-open { clip-path: inset(0); opacity: 1; visibility: visible; }
.mobile-menu nav { display: grid; align-content: start; gap: 0; }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-family: var(--font-display); font-size: clamp(1.35rem, 4vh, 2rem); letter-spacing: -.02em; text-decoration: none; }
.mobile-menu > .button { width: 100%; flex: 0 0 auto; }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: 900px; padding: 78px 0 0; overflow: hidden; background: var(--cream); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 190px; z-index: -1; background: linear-gradient(to top, rgba(213, 195, 163, .35), transparent); }
.hero-grid { position: absolute; inset: 78px 0 0; z-index: -3; opacity: .7; background-image: linear-gradient(rgba(23,21,17,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(23,21,17,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%); }
.hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(200,137,10,.15); border-radius: 50%; }
.hero-orbit--one { width: 760px; height: 760px; top: 55px; right: -260px; }
.hero-orbit--two { width: 540px; height: 540px; top: 165px; right: -135px; box-shadow: 0 0 120px rgba(200,137,10,.1) inset; }
.hero-inner { min-height: 822px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr); align-items: center; gap: clamp(42px, 6vw, 100px); padding-block: 90px 64px; }
.hero-copy { position: relative; z-index: 4; min-width: 0; }
.hero-copy h1 { max-inline-size: 920px; margin-bottom: 32px; font-family: var(--font-display); font-size: clamp(4rem, 6.4vw, 7rem); font-weight: 720; letter-spacing: -.068em; line-height: .88; }
.hero-copy h1 span { display: block; white-space: nowrap; }
.hero-title-accent { color: var(--amber); font-size: .75em; letter-spacing: -.045em; margin-top: 18px; }
.hero-copy > p:not(.hero-support) { max-width: 660px; margin-bottom: 32px; color: #4f4941; font-size: clamp(1rem, 1.15vw, 1.13rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-support { margin: 30px 0 0; color: #6f665b; font-size: .82rem; }
.hero-product { position: relative; min-width: 0; min-height: 620px; display: grid; place-items: center; perspective: 1200px; }
.hero-product::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(250,198,67,.4), rgba(250,198,67,.12) 42%, transparent 72%); filter: blur(4px); }
.phone { position: relative; padding: 10px; border-radius: 42px; background: linear-gradient(145deg, #36332e, #0d0c0a 60%); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 42px 90px rgba(50, 38, 15, .26), inset 0 0 0 1px rgba(255,255,255,.08); }
.phone::after { content: ""; position: absolute; top: 110px; right: -3px; width: 3px; height: 82px; border-radius: 0 2px 2px 0; background: #23211d; }
.phone--hero { width: 334px; padding: 8px; border-radius: 48px; border: 1px solid rgba(255,255,255,.34); background: linear-gradient(145deg,#585651 0%,#171614 24%,#070706 72%,#34322e 100%); box-shadow: 0 42px 90px rgba(50,38,15,.3), inset 0 0 0 1px rgba(255,255,255,.1), inset 0 0 0 3px #090806; transform: rotate(3deg); animation: phoneFloat 7s ease-in-out infinite; }
.phone--hero::before { content: ""; position: absolute; top: 116px; left: -4px; width: 3px; height: 42px; border-radius: 2px 0 0 2px; background: #24221e; box-shadow: 0 55px 0 #24221e, 0 98px 0 #24221e; }
.phone--hero::after { top: 142px; right: -4px; height: 88px; background: #24221e; }
@keyframes phoneFloat { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-9px); } }
.phone-hardware { position: absolute; top: 17px; left: 50%; z-index: 4; width: 92px; height: 25px; transform: translateX(-50%); display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding-right: 10px; border-radius: 20px; background: #090806; }
.phone-hardware span:first-child { width: 31px; height: 5px; border-radius: 5px; background: #171513; }
.phone-hardware span:last-child { width: 7px; height: 7px; border-radius: 50%; background: #1b2735; box-shadow: 0 0 0 1px #31445c inset; }
.phone-screen { min-height: 602px; display: flex; flex-direction: column; overflow: hidden; border-radius: 33px; color: #24211d; background: #f6f2ea; }
.phone--hero .phone-hardware { top: 15px; width: 105px; height: 30px; padding-right: 11px; border-radius: 19px; background: #030303; box-shadow: 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 2px rgba(255,255,255,.03); }
.phone--hero .phone-hardware span:first-child { width: 39px; height: 6px; background: #090909; }
.phone--hero .phone-hardware span:last-child { width: 8px; height: 8px; background: #071523; box-shadow: 0 0 0 1px #173650 inset, 0 0 5px rgba(56,108,156,.4); }
.phone--hero .phone-screen { height: 620px; min-height: 620px; max-height: 620px; border-radius: 40px; background-color: #efeae2; background-image: radial-gradient(circle at 12px 12px, rgba(107,93,75,.035) 1.5px, transparent 1.6px), radial-gradient(circle at 34px 30px, rgba(107,93,75,.03) 1px, transparent 1.1px); background-size: 44px 44px; }
.phone--hero .phone-status { flex: 0 0 46px; height: 46px; padding: 14px 21px 0; color: #fff; background: #0b5c55; }
.phone--hero .chat-header--whatsapp { position: relative; flex: 0 0 62px; min-height: 62px; padding: 8px 12px 9px; color: #fff; background: #0b5c55; border: 0; box-shadow: 0 1px 0 rgba(0,0,0,.13); }
.phone--hero .chat-header--whatsapp::before { content: "‹"; position: absolute; margin-left: -8px; color: #d7f1ed; font-size: 1.05rem; }
.phone--hero .chat-header--whatsapp .chat-avatar { margin-left: 7px; color: #10211d; background: var(--gold); box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.phone--hero .chat-header--whatsapp strong { color: #fff; font-size: .7rem; }
.phone--hero .chat-header--whatsapp span { color: rgba(255,255,255,.72); }
.phone--hero .chat-header--whatsapp button { color: #d7f1ed; border-color: rgba(255,255,255,.3); }
.phone--hero .chat-date { align-self: center; flex: 0 0 auto; margin-top: 8px; padding: 4px 9px; border-radius: 10px; color: #66766f; background: rgba(255,255,255,.78); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.phone-status { height: 44px; padding: 13px 19px 0; display: flex; justify-content: space-between; font-size: .58rem; font-weight: 700; }
.chat-header { min-height: 58px; padding: 8px 12px 10px; display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 9px; background: rgba(255,255,255,.78); border-block: 1px solid rgba(23,21,17,.07); }
.chat-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #1b170c; background: var(--gold); font-family: var(--font-display); font-weight: 800; }
.chat-header strong, .chat-header span { display: block; line-height: 1.2; }
.chat-header strong { font-size: .68rem; }
.chat-header span { margin-top: 3px; color: #766d61; font-size: .55rem; }
.chat-header button { width: 27px; height: 27px; padding: 0; border: 1px solid rgba(23,21,17,.12); border-radius: 50%; background: transparent; font-family: Georgia, serif; font-size: .68rem; }
.chat-date { padding: 10px 0 3px; color: #887f73; text-align: center; font-size: .5rem; }
.chat-thread { flex: 1; padding: 8px 10px 12px; display: flex; flex-direction: column; gap: 8px; }
.hero-chat-thread { flex: 1 1 0; min-height: 0; padding: 10px 10px 8px; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: rgba(11,92,85,.22) transparent; }
.hero-chat-thread::-webkit-scrollbar { width: 3px; }
.hero-chat-thread::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(200,137,10,.25); }
.chat-msg { max-width: 86%; padding: 7px 10px; border-radius: 12px; font-size: .61rem; line-height: 1.42; animation: chatIn .25s ease; }
.chat-msg::before { display: block; margin-bottom: 4px; font-size: .43rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
@keyframes chatIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.chat-guest { align-self: flex-start; color: #24211d; background: #fff; border: 1px solid rgba(23,21,17,.11); border-radius: 12px 12px 12px 4px; box-shadow: 0 3px 10px rgba(23,21,17,.05); }
.chat-guest::before { content: "Guest"; color: #756d62; }
.chat-ai { align-self: flex-end; color: #17201d; background: #d9fdd3; border: 1px solid rgba(36,107,75,.14); border-radius: 12px 12px 4px 12px; box-shadow: 0 4px 12px rgba(21,85,58,.08); }
.chat-ai::before { content: "Vee · Nzoka"; color: #256846; }
.chat-time { margin-top: 3px; color: #756d62; font-size: .48rem; opacity: .72; }
.chat-ai .chat-time { color: #4d7161; text-align: right; }
.chat-ai .chat-time::after { content: "  ✓✓"; color: #2686c4; font-weight: 800; }
.chat-typing { align-self: flex-end; padding: 8px 12px; display: flex; align-items: center; gap: 3px; border-radius: 12px; background: rgba(200,137,10,.1); }
.chat-typing span { width: 5px; height: 5px; border-radius: 50%; background: var(--amber); animation: typingDot .9s infinite; }
.chat-typing span:nth-child(2) { animation-delay: .15s; }
.chat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes typingDot { 0%,60%,100% { opacity: .2; transform: scale(.8); } 30% { opacity: 1; transform: scale(1.15); } }
.message { max-width: 86%; padding: 9px 11px; border-radius: 13px; font-size: .62rem; line-height: 1.42; box-shadow: 0 1px 0 rgba(23,21,17,.05); }
.message--guest { align-self: flex-end; border-bottom-right-radius: 4px; color: #1f1d18; background: #e5d1a0; }
.message--assistant { align-self: flex-start; border-bottom-left-radius: 4px; background: #fff; }
.message--recommendation { display: grid; gap: 3px; border: 1px solid rgba(200,137,10,.23); background: #fffaf0; }
.message--recommendation strong { font-size: .64rem; }
.message--recommendation > span:last-child { color: #6f665b; }
.message-kicker { color: var(--amber-dark); font-size: .46rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chat-compose { margin: auto 9px 10px; min-height: 39px; padding: 5px 5px 5px 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(23,21,17,.12); border-radius: 20px; color: #9c9387; background: #fff; font-size: .55rem; }
.chat-compose button { width: 29px; height: 29px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: var(--gold); }
.chat-compose .hero-chat-replay { width: auto; min-width: 52px; padding-inline: 10px; border-radius: 14px; font-size: .48rem; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .25s ease, background .25s ease; }
.chat-compose .hero-chat-replay.is-visible { opacity: 1; pointer-events: auto; }
.phone--hero .chat-compose--whatsapp { position: relative; flex: 0 0 48px; min-height: 48px; margin: 0; padding: 6px 8px; gap: 7px; justify-content: flex-start; border: 0; border-radius: 0; color: #66716c; background: rgba(247,245,242,.96); box-shadow: 0 -1px 0 rgba(0,0,0,.07); }
.compose-add { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #82908a; border-radius: 50%; color: #64716b; font-size: .9rem; line-height: 1; }
.compose-field { min-width: 0; flex: 1; height: 32px; padding: 0 12px; display: flex; align-items: center; border: 1px solid rgba(80,91,86,.19); border-radius: 17px; color: #8b938f; background: #fff; }
.compose-mic { width: 23px; color: #0b786d; font-size: .8rem; text-align: center; }
.phone--hero .chat-compose--whatsapp .hero-chat-replay { position: absolute; right: 35px; z-index: 2; min-width: 50px; height: 27px; padding-inline: 8px; color: #fff; background: #0b786d; }
.inquiry-slip, .handoff-slip, .property-glimpse { position: absolute; z-index: 3; padding: 13px 15px; color: var(--ink); background: rgba(255,253,248,.9); border: 1px solid rgba(23,21,17,.12); border-radius: 7px; backdrop-filter: blur(12px); box-shadow: var(--shadow-soft); }
.inquiry-slip { top: 62px; left: -16px; width: 190px; transform: rotate(-4deg); }
.inquiry-slip span, .inquiry-slip strong, .handoff-slip span, .handoff-slip strong, .property-glimpse span, .property-glimpse strong { display: block; }
.inquiry-slip span, .handoff-slip span, .property-glimpse span { color: #7b7267; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.inquiry-slip strong, .handoff-slip strong, .property-glimpse strong { margin-top: 3px; font-family: var(--font-display); font-size: .76rem; line-height: 1.3; }
.property-glimpse { right: -45px; bottom: 92px; width: 205px; padding: 8px; transform: rotate(5deg); }
.property-glimpse__image { height: 86px; margin-bottom: 10px; border-radius: 4px; background: linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.18)), url("./images/work/villa-interior.jpg") center/cover; }
.property-glimpse div:last-child { padding: 0 5px 5px; }
.handoff-slip { right: -20px; top: 136px; width: 190px; display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 10px; transform: rotate(4deg); }
.handoff-dot { width: 8px; height: 8px; border-radius: 50%; background: #5a9b6b; box-shadow: 0 0 0 5px rgba(90,155,107,.14); }

/* Credibility */
.credibility { background: #dfd2bd; border-block: 1px solid rgba(23,21,17,.1); }
.credibility-inner { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.credibility-inner > div { padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(23,21,17,.12); }
.credibility-inner > div:last-child { border-right: 1px solid rgba(23,21,17,.12); }
.credibility strong { font-family: var(--font-display); font-size: 1rem; font-weight: 650; }
.credibility span { color: #6a6155; font-size: .74rem; }

/* Connected journey */
.journey { position: relative; isolation: isolate; padding: 160px 0 150px; overflow: hidden; }
.journey::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(250,198,67,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(250,198,67,.035) 1px, transparent 1px); background-size: 74px 74px; }
.journey-ambient { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 18% 30%, rgba(200,137,10,.18), transparent 32%), radial-gradient(circle at 82% 70%, rgba(250,198,67,.09), transparent 28%); }
.journey-heading { margin-bottom: 82px; }
.journey-words { margin: 0; display: flex; align-items: center; justify-content: space-between; gap: clamp(14px, 2vw, 32px); font-family: var(--font-display); font-size: clamp(3.5rem, 6.2vw, 6.8rem); font-weight: 650; letter-spacing: -.065em; line-height: .82; text-transform: uppercase; white-space: nowrap; }
.journey-words span:nth-of-type(2) { color: var(--gold); }
.journey-words span { transform-origin: center bottom; transform-style: preserve-3d; }
.journey-words i { color: rgba(250,198,67,.34); font-family: var(--font-body); font-size: .36em; font-style: normal; font-weight: 400; }
.journey-system { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.journey-line { position: absolute; top: 29px; left: 5%; right: 5%; height: 1px; z-index: 0; background: rgba(250,198,67,.15); }
.journey-line__fill { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, #a57008, var(--gold)); box-shadow: 0 0 18px rgba(250,198,67,.4); }
.journey-baton { position: absolute; top: -5px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(250,198,67,.12), 0 0 28px rgba(250,198,67,.7); }
.journey-stage { position: relative; z-index: 2; min-width: 0; padding-top: 82px; }
.stage-index { position: absolute; top: 0; left: 0; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(250,198,67,.24); border-radius: 50%; color: var(--gold); background: var(--ink); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; box-shadow: 0 0 0 8px var(--ink); }
.journey-stage h3 { max-width: 310px; margin-bottom: 13px; font-family: var(--font-display); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 570; letter-spacing: -.03em; line-height: 1.08; }
.journey-stage > p { max-width: 330px; min-height: 74px; color: rgba(244,239,229,.58); font-size: .88rem; }
.journey-acc { --acc-a: 16.666%; --acc-c1: 50%; --acc-c2: 83.333%; position: relative; height: 84px; margin: 0 0 88px; display: block; }
.journey-acc .journey-line { left: var(--acc-a); right: auto; width: calc(var(--acc-c2) - var(--acc-a)); }
.journey-acc__stage { position: absolute; top: 0; width: 58px; min-height: 58px; padding: 0; transform: translateX(-50%); }
.journey-acc__stage:nth-child(2) { left: var(--acc-a); }
.journey-acc__stage:nth-child(3) { left: var(--acc-c1); }
.journey-acc__stage:nth-child(4) { left: var(--acc-c2); }
.journey-acc__stage .stage-index { position: relative; top: auto; left: auto; transform: none; }
.channel-cluster, .mini-browser, .close-stack { position: relative; height: 310px; margin-top: 25px; border: 1px solid rgba(250,198,67,.13); border-radius: 8px; background: rgba(255,255,255,.025); overflow: hidden; transition: border-color .3s ease, transform .4s ease; }
.journey-stage:hover .channel-cluster, .journey-stage:hover .mini-browser, .journey-stage:hover .close-stack { transform: translateY(-4px); border-color: rgba(250,198,67,.32); }
.channel { position: absolute; min-width: 78px; height: 43px; padding: 0 12px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; color: var(--cream); background: #2a261f; font-size: .68rem; }
.channel::after { content: ""; position: absolute; height: 1px; background: rgba(250,198,67,.25); transform-origin: right; }
.channel--meta { top: 34px; left: 30px; }
.channel--meta::after { width: 66px; right: -66px; top: 21px; transform: rotate(20deg); }
.channel--instagram { top: 112px; right: 31px; }
.channel--instagram::after { width: 65px; left: -65px; top: 21px; transform: rotate(-18deg); }
.channel--facebook { top: 178px; left: 38px; }
.channel--facebook::after { width: 70px; right: -70px; top: 20px; transform: rotate(-12deg); }
.campaign-fragment { position: absolute; right: 24px; bottom: 24px; width: 166px; padding: 16px; color: var(--ink); background: var(--gold); border-radius: 4px; transform: rotate(-2deg); box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.campaign-fragment b, .campaign-fragment small { display: block; }
.campaign-fragment b { font-family: var(--font-display); font-size: .88rem; }
.campaign-fragment small { margin-top: 4px; font-size: .55rem; }
.mini-browser { padding: 13px; }
.mini-browser__bar { height: 31px; display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.4); font-size: .5rem; }
.mini-browser__bar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.26); }
.mini-browser__bar span { margin-left: 8px; }
.mini-browser__content { height: 247px; padding: 30px 25px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 4px; background: linear-gradient(to top, rgba(17,15,12,.9), rgba(17,15,12,.08)), url("./images/work/resort.jpg") center/cover; }
.mini-browser__content > span { color: rgba(255,255,255,.66); font-size: .54rem; text-transform: uppercase; letter-spacing: .08em; }
.mini-browser__content strong { margin: 7px 0 15px; font-family: var(--font-display); font-size: 1.65rem; line-height: 1; }
.mini-browser__content button { align-self: flex-start; padding: 8px 12px; border: 0; border-radius: 3px; color: var(--ink); background: var(--gold); font-size: .56rem; font-weight: 700; }
.close-stack { padding: 27px; display: flex; flex-direction: column; gap: 10px; }
.close-stack::before { content: ""; position: absolute; left: 48px; top: 57px; bottom: 56px; width: 1px; background: linear-gradient(var(--gold), rgba(250,198,67,.12)); }
.close-channel { position: relative; z-index: 1; min-height: 55px; padding: 9px 12px 9px 56px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; background: #24211c; font-size: .7rem; }
.close-channel b { position: absolute; left: 9px; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #dbd4c7; font-size: .58rem; }
.close-channel--nzoka { border-color: rgba(250,198,67,.3); background: rgba(250,198,67,.08); }
.close-channel--nzoka b { background: var(--gold); }
.close-status { margin-top: auto; padding: 11px 13px; border-left: 2px solid var(--gold); color: rgba(244,239,229,.7); background: rgba(250,198,67,.07); font-size: .6rem; }
.journey-foot { margin-top: 82px; padding-top: 32px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(250,198,67,.15); }
.journey-foot p { max-width: 660px; margin: 0; font-family: var(--font-display); font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1.1; }
.journey-foot span { color: var(--gold); font-size: .74rem; }

.journey-beam-layout { min-height: 540px; padding: 55px clamp(26px,5vw,72px); display: grid; grid-template-columns: minmax(390px,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(50px,8vw,120px); border-block: 1px solid rgba(250,198,67,.14); background: radial-gradient(circle at 24% 50%, rgba(250,198,67,.11), transparent 31%); }
.platform-orbit { display: flex; align-items: center; justify-content: center; }
.beam-container { position: relative; width: 390px; height: 390px; margin: 0 auto; }
#beamCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.platform-nodes { position: absolute; inset: 0; }
.p-node { position: absolute; width: 52px; height: 52px; border-radius: 14px; background: #24211c; border: 1px solid rgba(250,198,67,.24); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; color: var(--gold); cursor: default; transition: color .25s ease, background .25s ease, transform .25s ease; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.p-node:hover { color: var(--ink); background: var(--gold); transform: scale(1.1); }
.center-node { position: absolute; top: 50%; left: 50%; width: 88px; height: 88px; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; border: 2px solid var(--gold); border-radius: 24px; background: #12110f; box-shadow: 0 0 0 10px rgba(250,198,67,.07), 0 0 42px rgba(250,198,67,.2); }
.center-node-pulse { position: absolute; inset: -10px; border: 1px solid rgba(250,198,67,.25); border-radius: 30px; animation: pulseRing 2s infinite; }
.center-node-pulse2 { position: absolute; inset: -21px; border: 1px solid rgba(250,198,67,.12); border-radius: 38px; animation: pulseRing 2s .5s infinite; }
@keyframes pulseRing { 0%,100% { opacity: 1; } 50% { opacity: .28; } }
.center-node img { width: 62px; height: auto; object-fit: contain; }
.journey-beam-copy h3 { max-width: 590px; margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(2.2rem,4.2vw,4.4rem); font-weight: 580; letter-spacing: -.055em; line-height: .94; }
.journey-beam-copy > p { max-width: 560px; color: rgba(244,239,229,.6); font-size: .96rem; }
.guest-path { position: relative; margin-top: 42px; padding-top: 30px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; border-top: 1px solid rgba(250,198,67,.15); }
.guest-path > div { position: relative; z-index: 2; min-width: 0; padding-top: 18px; }
.guest-path > div::before { content: ""; position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #615942; box-shadow: 0 0 0 4px #171511; }
.guest-path > div:first-of-type::before, .guest-path > div:last-of-type::before { background: var(--gold); }
.guest-path b, .guest-path small { display: block; }
.guest-path b { color: var(--cream); font-family: var(--font-display); font-size: .68rem; font-weight: 620; line-height: 1.2; }
.guest-path small { margin-top: 4px; color: rgba(244,239,229,.4); font-size: .53rem; }
.guest-path__line { position: absolute; top: 29px; left: 0; right: 0; height: 1px; overflow: visible; background: rgba(250,198,67,.14); }
.guest-path__line span { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, rgba(250,198,67,.18), var(--gold)); animation: guestPathSignal 5.8s cubic-bezier(.4,0,.2,1) infinite; }
.guest-path__line span::after { content: ""; position: absolute; top: 50%; right: -4px; width: 8px; height: 8px; transform: translateY(-50%); border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px rgba(250,198,67,.8); }
@keyframes guestPathSignal { 0% { transform: scaleX(0); opacity: 0; } 8% { opacity: 1; } 78% { transform: scaleX(1); opacity: 1; } 92%,100% { transform: scaleX(1); opacity: 0; } }
.journey-stages-copy { margin-top: 52px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border-block: 1px solid rgba(250,198,67,.14); }
.journey-stages-copy article { min-width: 0; padding: 31px 38px 34px 0; }
.journey-stages-copy article + article { padding-left: 38px; border-left: 1px solid rgba(250,198,67,.14); }
.journey-stages-copy span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journey-stages-copy h3 { max-width: 340px; margin: 14px 0 11px; font-family: var(--font-display); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.04; letter-spacing: -.03em; }
.journey-stages-copy p { max-width: 340px; margin: 0; color: rgba(244,239,229,.52); font-size: .8rem; }

/* Assistant story */
.assistant-section { padding: 180px 0 150px; background: var(--paper); }
.assistant-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); align-items: end; gap: 60px; margin-bottom: 110px; }
.assistant-intro h2 { max-width: 880px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6.2vw, 6.2rem); font-weight: 630; letter-spacing: -.06em; line-height: .92; }
.assistant-intro p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; }
.assistant-story { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(50px, 8vw, 130px); }
.assistant-visual { position: relative; min-height: 760px; }
.assistant-visual::before { content: ""; position: absolute; left: 50%; top: 50%; width: 540px; height: 540px; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(200,137,10,.2), rgba(200,137,10,.06) 46%, transparent 72%); }
.assistant-pin { position: relative; min-height: 700px; display: grid; place-items: center; }
.phone--assistant { width: 338px; z-index: 2; box-shadow: 0 42px 100px rgba(41, 29, 10, .26); }
.phone--assistant .phone-screen { min-height: 635px; }
.assistant-screen-stage { position: absolute; inset: 103px 10px 54px; z-index: 1; padding: 18px 10px; display: flex; flex-direction: column; gap: 10px; opacity: 0; transform: translateY(18px); visibility: hidden; transition: opacity .45s ease, transform .45s ease, visibility .45s ease; }
.assistant-screen-stage.is-active { opacity: 1; transform: none; visibility: visible; }
.screen-caption { margin-bottom: 9px; color: var(--amber-dark); font-size: .5rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.qualification-card { padding: 14px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 9px 8px; border: 1px solid rgba(200,137,10,.2); border-radius: 9px; background: #fff; font-size: .58rem; box-shadow: 0 10px 25px rgba(23,21,17,.06); }
.qualification-card span { color: #80766a; }
.qualification-card strong { text-align: right; }
.property-match { overflow: hidden; border: 1px solid rgba(23,21,17,.1); border-radius: 9px; background: #fff; box-shadow: 0 12px 28px rgba(23,21,17,.08); }
.property-match__image { height: 170px; background: url("./images/work/resort.jpg") center/cover; }
.property-match > div:last-child { padding: 12px; display: grid; }
.property-match span { color: var(--amber-dark); font-size: .46rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.property-match strong { margin-top: 3px; font-family: var(--font-display); font-size: .78rem; }
.property-match small { color: #7c7367; font-size: .53rem; }
.handoff-card { padding: 14px; display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 13px; border: 1px solid rgba(82,137,93,.22); border-radius: 9px; background: #f5fbf5; }
.handoff-card__signal { width: 9px; height: 9px; border-radius: 50%; background: #5a9b6b; box-shadow: 0 0 0 6px rgba(90,155,107,.13); }
.handoff-card strong, .handoff-card small { display: block; }
.handoff-card strong { font-size: .64rem; }
.handoff-card small { color: #687166; font-size: .5rem; }
.assistant-progress { position: absolute; top: 23px; right: 18px; z-index: 3; display: flex; flex-direction: column; gap: 7px; }
.assistant-progress span { width: 3px; height: 26px; border-radius: 3px; background: #d1c8ba; transition: background .25s ease, height .25s ease; }
.assistant-progress span.is-active { height: 41px; background: var(--amber); }
.assistant-status { position: absolute; z-index: 4; right: -32px; bottom: 49px; width: 210px; padding: 14px 17px; border: 1px solid rgba(23,21,17,.13); border-radius: 5px; background: rgba(255,253,248,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow-soft); }
.assistant-status span, .assistant-status strong { display: block; }
.assistant-status span { color: var(--muted); font-size: .54rem; text-transform: uppercase; letter-spacing: .08em; }
.assistant-status strong { margin-top: 4px; font-family: var(--font-display); font-size: .8rem; }
.assistant-stages { padding-top: 20px; }
.assistant-stage { min-height: 80vh; max-width: 620px; padding: 18vh 0 80px 72px; position: relative; opacity: .26; transition: opacity .4s ease; }
.assistant-stage::before { content: ""; position: absolute; top: 18vh; left: 0; width: 34px; height: 1px; background: var(--ink); transform: scaleX(.35); transform-origin: left; transition: transform .4s ease, background .4s ease; }
.assistant-stage.is-active { opacity: 1; }
.assistant-stage.is-active::before { transform: scaleX(1); background: var(--amber); }
.assistant-stage > span { color: var(--amber-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.assistant-stage h3 { max-width: 610px; margin: 18px 0 20px; font-family: var(--font-display); font-size: clamp(2rem, 3.8vw, 4rem); font-weight: 570; letter-spacing: -.045em; line-height: .98; }
.assistant-stage p { max-width: 520px; color: var(--muted); font-size: 1rem; }
.assistant-close { margin-top: 30px; padding-top: 32px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.assistant-close p { margin: 0; color: var(--muted); }

/* Campaign */
.campaign-section { padding: 170px 0; background: #e4d7c2; }
.campaign-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); align-items: center; gap: clamp(70px, 9vw, 140px); }
.campaign-copy h2 { max-width: 650px; margin-bottom: 45px; font-family: var(--font-display); font-size: clamp(3.2rem, 5.7vw, 6rem); font-weight: 620; letter-spacing: -.06em; line-height: .93; }
.campaign-value { max-width: 560px; margin: -22px 0 34px; color: #5f574e; font-size: .98rem; }
.campaign-product { padding-block: 25px; border-block: 1px solid rgba(23,21,17,.18); }
.campaign-product > div { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; }
.campaign-product span { font-family: var(--font-display); font-size: 1.2rem; font-weight: 650; }
.campaign-product strong { color: var(--amber-dark); font-family: var(--font-display); font-size: 2.3rem; letter-spacing: -.04em; white-space: nowrap; }
.campaign-product p { margin: 8px 0 0; color: #655d53; font-size: .78rem; }
.included-list { margin: 30px 0 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; list-style: none; }
.included-list li { position: relative; padding-left: 19px; font-size: .82rem; }
.included-list li::before { content: ""; position: absolute; left: 0; top: .66em; width: 7px; height: 7px; border: 1px solid var(--amber-dark); transform: rotate(45deg); }
.plain-terms { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: #5f574e; font-size: .72rem; }
.campaign-creative { position: relative; min-height: 710px; }
.campaign-creative::before { content: ""; position: absolute; inset: 70px 35px 60px; border: 1px solid rgba(23,21,17,.16); border-radius: 50%; }
.creative-note { position: absolute; top: 20px; right: 5px; color: #6f665b; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.story-ad, .feed-ad, .qualified-card { position: absolute; overflow: hidden; border: 1px solid rgba(23,21,17,.16); background: var(--white); box-shadow: var(--shadow-soft); }
.story-ad { left: 8%; top: 40px; width: 275px; height: 530px; padding: 18px 17px 21px; display: flex; flex-direction: column; color: #fff; border-radius: 20px; background: linear-gradient(to top, rgba(10,9,7,.9), rgba(10,9,7,.04) 70%), url("./images/work/villa-interior.jpg") center/cover; transform: rotate(-4deg); }
.story-progress { display: flex; gap: 4px; }
.story-progress i { height: 2px; flex: 1; background: rgba(255,255,255,.55); }
.story-brand { margin-top: 12px; display: flex; align-items: center; gap: 7px; font-size: .61rem; }
.story-brand span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-family: var(--font-display); font-weight: 800; }
.story-copy { margin-top: auto; display: grid; gap: 8px; }
.story-copy > span { color: var(--gold); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.story-copy strong { font-family: var(--font-display); font-size: 1.75rem; line-height: .94; }
.story-copy small { color: rgba(255,255,255,.7); font-size: .62rem; }
.story-ad button { margin-top: 18px; min-height: 39px; border: 0; border-radius: 4px; color: var(--ink); background: var(--gold); font-size: .67rem; font-weight: 700; }
.feed-ad { right: 0; top: 125px; width: 340px; border-radius: 7px; transform: rotate(4deg); }
.feed-ad__header { height: 64px; padding: 11px 13px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 9px; }
.feed-ad__header > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-family: var(--font-display); font-weight: 800; }
.feed-ad__header strong, .feed-ad__header small { display: block; }
.feed-ad__header strong { font-size: .7rem; }
.feed-ad__header small { color: var(--muted); font-size: .55rem; }
.feed-ad__header b { font-size: .65rem; letter-spacing: 1px; }
.feed-ad__image { height: 285px; background: url("./images/work/resort.jpg") center/cover; }
.feed-ad__footer { min-height: 67px; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f3f0e9; }
.feed-ad__footer span { max-width: 160px; font-family: var(--font-display); font-size: .72rem; font-weight: 650; line-height: 1.2; }
.feed-ad__footer button { padding: 8px 10px; border: 0; border-radius: 3px; color: var(--ink); background: #d8d1c6; font-size: .57rem; font-weight: 700; }
.qualified-card { right: 45px; bottom: 28px; width: 310px; padding: 19px; display: grid; border-left: 4px solid var(--amber); border-radius: 5px; transform: rotate(-2deg); }
.qualified-card > span { color: var(--amber-dark); font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.qualified-card strong { margin-top: 4px; font-family: var(--font-display); font-size: 1.05rem; }
.qualified-card small { color: var(--muted); font-size: .65rem; }
.qualified-card i { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); color: #447551; font-size: .6rem; font-style: normal; }

/* Websites */
.websites-section { padding: 170px 0 150px; color: var(--cream); background: #29251f; }
.websites-heading { margin-bottom: 80px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .6fr); align-items: end; gap: 80px; }
.websites-heading h2 { max-width: 850px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6vw, 6.3rem); font-weight: 620; letter-spacing: -.06em; line-height: .92; }
.websites-heading p { margin: 0 0 8px; color: rgba(244,239,229,.62); }
.website-showcase { min-height: 670px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: 60px; }
.website-devices { position: relative; min-height: 620px; }
.website-devices::before { content: ""; position: absolute; inset: 6% 6% 10%; border: 1px solid rgba(250,198,67,.1); border-radius: 50%; }
.website-browser { position: absolute; top: 20px; left: 0; width: 88%; overflow: hidden; border: 7px solid #15130f; border-radius: 14px; background: #15130f; box-shadow: var(--shadow-dark); }
.website-browser__bar { height: 35px; padding-inline: 11px; display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.35); font-size: .55rem; }
.website-browser__bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); }
.website-browser__bar span { margin-left: 8px; }
.website-browser img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.website-browser:hover img { transform: scale(1.035); }
.website-mobile { position: absolute; right: 0; bottom: 23px; width: 220px; height: 435px; padding: 8px; overflow: hidden; border: 7px solid #161410; border-radius: 30px; background: #161410 url("./images/work/naturesescapes.webp") 12% top / auto 100% no-repeat; box-shadow: var(--shadow-dark); }
.website-mobile img { display: none; }
.website-mobile::after { content: ""; position: absolute; top: 16px; left: 50%; width: 62px; height: 16px; transform: translateX(-50%); border-radius: 12px; background: #11100d; }
.website-mobile > span { position: absolute; right: 16px; bottom: 16px; left: 16px; min-height: 37px; display: grid; place-items: center; border-radius: 3px; color: var(--ink); background: var(--gold); font-size: .62rem; font-weight: 700; }
.website-answer-card { position: absolute; left: 9%; bottom: 8px; width: 305px; padding: 16px 18px; color: var(--ink); border-radius: 5px; background: var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.website-answer-card span, .website-answer-card strong { display: block; }
.website-answer-card span { font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.website-answer-card strong { margin-top: 3px; font-family: var(--font-display); font-size: .82rem; }
.website-offer { padding: 44px 0 44px 44px; border-left: 1px solid rgba(250,198,67,.25); }
.website-offer > span { color: var(--gold); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.website-offer > strong { display: block; margin: 16px 0 11px; font-family: var(--font-display); font-size: 3.7rem; letter-spacing: -.06em; line-height: 1; }
.website-offer > p { color: rgba(244,239,229,.6); }
.website-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
.decision-questions { margin-top: 90px; display: flex; gap: 0; overflow: hidden; border-block: 1px solid rgba(250,198,67,.16); }
.decision-questions span { min-width: max-content; flex: 1; padding: 21px 28px; border-right: 1px solid rgba(250,198,67,.16); color: rgba(244,239,229,.7); font-family: var(--font-display); font-size: .88rem; text-align: center; }

/* Dashboard */
.control-section { position: relative; padding: 170px 0 140px; overflow: hidden; background: #11100d; }
.control-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 50% 15%, rgba(250,198,67,.12), transparent 30%), linear-gradient(rgba(250,198,67,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(250,198,67,.03) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; }
.control-section > .page-shell { position: relative; }
.control-heading { margin-bottom: 80px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); align-items: end; gap: 90px; }
.control-product-name { display: block; margin-bottom: 24px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.control-heading h2 { max-width: 880px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 5.9vw, 6.1rem); font-weight: 620; letter-spacing: -.06em; line-height: .92; }
.control-heading p { color: rgba(244,239,229,.6); }
.control-actions { margin-top: 26px; display: flex; align-items: center; gap: 24px; }
.dashboard-shell { min-height: 760px; display: grid; grid-template-columns: 210px minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(250,198,67,.18); border-radius: 10px; background: #ede9e1; box-shadow: 0 50px 120px rgba(0,0,0,.48); opacity: 1 !important; visibility: visible !important; }
.dashboard-sidebar { padding: 25px 18px 17px; display: flex; flex-direction: column; color: rgba(255,255,255,.72); background: #1b1915; }
.dashboard-sidebar > img { width: 105px; height: auto; margin: 0 10px 33px; }
.dashboard-sidebar nav { display: grid; gap: 4px; }
.dashboard-sidebar nav a { padding: 10px 11px; display: flex; align-items: center; gap: 10px; border-radius: 4px; color: rgba(255,255,255,.56); font-size: .67rem; text-decoration: none; }
.dashboard-sidebar nav a span { width: 13px; height: 13px; border: 1px solid currentColor; border-radius: 3px; }
.dashboard-sidebar nav a.is-current { color: var(--ink); background: var(--gold); }
.dashboard-user { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.dashboard-user > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: .6rem; font-weight: 700; }
.dashboard-user strong, .dashboard-user small { display: block; }
.dashboard-user strong { font-size: .64rem; }
.dashboard-user small { color: rgba(255,255,255,.4); font-size: .52rem; }
.dashboard-main { min-width: 0; padding: 28px; color: var(--ink); background: #efebe3; }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; }
.dashboard-topbar span, .dashboard-topbar strong { display: block; }
.dashboard-topbar span { color: #847a6d; font-size: .58rem; }
.dashboard-topbar strong { font-family: var(--font-display); font-size: 1.35rem; }
.sample-badge { padding: 7px 10px; border: 1px solid rgba(200,137,10,.25); border-radius: 3px; color: var(--amber-dark); background: rgba(250,198,67,.16); font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-stats { margin: 25px 0 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dashboard-stats > div { min-height: 118px; padding: 17px; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 4px 12px; border: 1px solid rgba(23,21,17,.1); border-radius: 5px; background: #faf8f3; }
.dashboard-stats span { color: #71695f; font-size: .59rem; }
.dashboard-stats strong { grid-row: span 2; font-family: var(--font-display); font-size: 2.15rem; line-height: 1; }
.dashboard-stats small { color: #a0988e; font-size: .5rem; }
.dashboard-bento { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-template-rows: repeat(2, minmax(210px, auto)); grid-auto-flow: dense; gap: 12px; }
.dash-card { min-width: 0; padding: 18px; display: flex; flex-direction: column; border: 1px solid rgba(23,21,17,.1); border-radius: 5px; background: #faf8f3; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.dash-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(34,27,17,.1); }
.dash-card--source { grid-column: span 2; grid-row: span 2; }
.dash-card > span, .dash-card__head span { color: #82786c; font-size: .56rem; text-transform: uppercase; letter-spacing: .07em; }
.dash-card > strong { margin-top: 7px; font-family: var(--font-display); font-size: 1.05rem; }
.dash-card > p { color: #776f65; font-size: .62rem; line-height: 1.5; }
.dash-card__head { display: flex; justify-content: space-between; gap: 15px; }
.dash-card__head strong { display: block; margin-top: 3px; font-family: var(--font-display); font-size: 1.05rem; }
.dash-card__head > small { align-self: flex-start; color: #a0988e; font-size: .5rem; }
.source-bars { margin-block: 32px; display: grid; gap: 21px; }
.source-bars > div { display: grid; grid-template-columns: 66px minmax(80px, 1fr) 53px; align-items: center; gap: 10px; }
.source-bars span, .source-bars b { font-size: .54rem; }
.source-bars b { color: #8c847a; font-weight: 500; text-align: right; }
.source-bars i { position: relative; height: 4px; border-radius: 4px; background: #e2ddd4; overflow: hidden; }
.source-bars i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--bar); border-radius: inherit; background: var(--amber); }
.dash-action { margin-top: auto; padding: 9px 0 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid rgba(23,21,17,.1); background: transparent; font-size: .58rem; font-weight: 700; text-align: left; cursor: pointer; }
.status-line { margin-top: 17px; display: flex; align-items: center; gap: 8px; color: #6d665d; font-size: .58rem; }
.status-line__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(250,198,67,.22); }
.channel-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.channel-row i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #2c2924; font-size: .48rem; font-style: normal; }
.channel-row i.is-muted { color: #938b80; background: #e6e1d8; }
.activity-row { margin-top: 14px; display: grid; grid-template-columns: 7px 1fr; align-items: start; gap: 9px; }
.activity-row > i { width: 6px; height: 6px; margin-top: 5px; border-radius: 50%; background: var(--amber); }
.activity-row strong, .activity-row small { display: block; }
.activity-row strong { font-size: .59rem; }
.activity-row small { color: #8a8176; font-size: .49rem; }
.connections-note { padding: 34px 0; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(250,198,67,.14); }
.connections-note > span { color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.connections-note p { margin: 0; color: rgba(244,239,229,.6); }
.connections-note a { color: var(--cream); font-size: .75rem; text-decoration: none; }
.dashboard-mobile { display: none; }
.dashboard-mobile__top { padding: 21px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: #f5f1e9; border-bottom: 1px solid rgba(23,21,17,.1); }
.dashboard-mobile__top span, .dashboard-mobile__top strong { display: block; }
.dashboard-mobile__top span { color: #81786c; font-size: .58rem; }
.dashboard-mobile__top strong { font-family: var(--font-display); font-size: 1.3rem; }
.dashboard-mobile__top small { color: #8d8479; font-size: .55rem; }
.dashboard-mobile__summary { padding: 14px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; background: #e9e4db; }
.dashboard-mobile__summary > div { min-width: 0; padding: 13px 10px; display: grid; border: 1px solid rgba(23,21,17,.09); border-radius: 5px; color: var(--ink); background: #faf8f3; }
.dashboard-mobile__summary span { min-height: 30px; color: #71695f; font-size: .52rem; line-height: 1.25; }
.dashboard-mobile__summary strong { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; }
.dashboard-mobile__summary small { color: #a0988e; font-size: .46rem; }
.dashboard-tabs { padding: 14px 14px 0; display: grid; grid-template-columns: repeat(4, minmax(max-content,1fr)); overflow-x: auto; color: #746b60; background: #f2eee6; scrollbar-width: none; }
.dashboard-tabs::-webkit-scrollbar { display: none; }
.dashboard-tabs button { min-height: 40px; padding: 0 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: .59rem; cursor: pointer; }
.dashboard-tabs button.is-active { color: var(--ink); border-color: var(--amber); font-weight: 700; }
.dashboard-mobile__panels { padding: 14px; color: var(--ink); background: #f2eee6; }
.dashboard-mobile__panel { min-height: 210px; padding: 24px; display: none; align-content: start; border: 1px solid rgba(23,21,17,.1); border-radius: 6px; background: #fffdf8; }
.dashboard-mobile__panel.is-active { display: grid; }
.dashboard-mobile__panel > span { color: var(--amber-dark); font-size: .57rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-mobile__panel strong { margin: 12px 0 8px; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.05; }
.dashboard-mobile__panel p { max-width: 300px; color: #6d665d; font-size: .73rem; }
.dashboard-mobile__panel small { align-self: end; color: #a0988e; font-size: .5rem; }
.dashboard-mobile__actions { padding: 14px; display: grid; gap: 8px; background: #e9e4db; }
.dashboard-mobile__actions button { min-height: 43px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(23,21,17,.12); border-radius: 4px; color: var(--ink); background: #faf8f3; font-size: .64rem; font-weight: 700; text-align: left; }
.dashboard-mobile__actions button::after { content: "→"; color: var(--amber-dark); }

/* Work */
.work-section { padding: 170px 0; background: var(--paper); }
.work-heading { margin-bottom: 68px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.work-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem, 6.5vw, 7rem); font-weight: 620; letter-spacing: -.065em; line-height: .9; }
.work-heading p { max-width: 390px; margin: 0 0 10px; color: var(--muted); }
.work-accordion { min-height: 630px; display: flex; gap: 8px; }
.work-panel { position: relative; flex: 1; min-width: 0; min-height: 630px; overflow: hidden; border-radius: 5px; color: var(--white); text-decoration: none; transition: flex .75s cubic-bezier(.2,.75,.18,1), transform .35s ease; }
.work-panel.is-active, .work-panel:hover, .work-panel:focus-visible { flex: 4.8; }
.work-panel:hover { transform: translateY(-4px); }
.work-panel img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: top center; filter: saturate(.78) contrast(1.05); transition: transform 1.2s cubic-bezier(.2,.75,.18,1), filter .4s ease; }
.work-panel:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.04); }
.work-panel__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,11,9,.93), transparent 58%), linear-gradient(90deg, rgba(12,11,9,.2), transparent); }
.work-panel__number { position: absolute; top: 21px; left: 20px; color: rgba(255,255,255,.7); font-size: .65rem; }
.work-panel__copy { position: absolute; right: 28px; bottom: 28px; left: 28px; min-width: 370px; opacity: 0; transform: translateY(12px); transition: opacity .3s ease .1s, transform .4s ease .1s; }
.work-panel.is-active .work-panel__copy, .work-panel:hover .work-panel__copy, .work-panel:focus-visible .work-panel__copy { opacity: 1; transform: none; }
.work-panel__copy > span { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.work-panel__copy h3 { margin: 7px 0 6px; font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; letter-spacing: -.04em; }
.work-panel__copy p { max-width: 390px; margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; }
.work-carousel-controls { display: none; }
.work-footer { margin-top: 30px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.work-footer p { margin: 0; color: var(--muted); font-size: .78rem; }

/* Why */
.why-section { position: relative; isolation: isolate; min-height: 1080px; padding: 170px 0 130px; overflow: hidden; color: var(--white); background: #171511; }
.why-image { position: absolute; inset: 0; z-index: -3; background-image: radial-gradient(circle at 78% 38%, rgba(250,198,67,.16), transparent 26%), linear-gradient(rgba(250,198,67,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(250,198,67,.035) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; }
.why-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(17,15,12,.95) 0%, rgba(17,15,12,.78) 48%, rgba(17,15,12,.48) 100%), linear-gradient(to top, rgba(17,15,12,.94), transparent 55%); }
.why-inner { min-height: 780px; display: flex; flex-direction: column; justify-content: space-between; }
.why-copy h2 { max-width: 1050px; margin-bottom: 35px; font-family: var(--font-display); font-size: clamp(3.2rem, 6.8vw, 7.2rem); font-weight: 590; letter-spacing: -.065em; line-height: .89; }
.inline-hospitality-image { display: inline-block; width: 1.55em; height: .64em; margin: 0 .08em; vertical-align: .06em; border-radius: 999px; background: url("./images/work/villa-interior.jpg") center/cover; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.why-copy > p { max-width: 590px; color: rgba(255,255,255,.65); }
.why-photo-placeholder { width: min(510px,42vw); min-height: 230px; margin: 56px 0 0 auto; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(250,198,67,.28); background: linear-gradient(145deg, rgba(250,198,67,.08), rgba(255,255,255,.025)); box-shadow: 28px 28px 0 rgba(250,198,67,.035); }
.why-photo-placeholder span { color: var(--gold); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.why-photo-placeholder strong { margin-top: 16px; font-family: var(--font-display); font-size: clamp(1.45rem,2.4vw,2.4rem); font-weight: 560; line-height: 1; }
.why-photo-placeholder small { max-width: 340px; margin-top: 12px; color: rgba(255,255,255,.46); font-size: .68rem; }
.why-statement { max-width: 1080px; margin: 100px 0 0 auto; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 5.2rem); font-weight: 550; letter-spacing: -.055em; line-height: .96; text-align: right; }
.reveal-word { opacity: .16; }
.reveal-word--gold { color: var(--gold); }

/* FAQ */
.faq-section { padding: 170px 0; background: #f6f2e9; }
.faq-layout { display: grid; grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(70px, 10vw, 160px); }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { margin-bottom: 24px; font-family: var(--font-display); font-size: clamp(3.2rem, 5.8vw, 6rem); font-weight: 620; letter-spacing: -.06em; line-height: .9; }
.faq-heading p { max-width: 410px; color: var(--muted); }
.faq-item { border-top: 1px solid rgba(23,21,17,.17); }
.faq-item:last-child { border-bottom: 1px solid rgba(23,21,17,.17); }
.faq-item > button { width: 100%; min-height: 88px; padding: 18px 0; display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 20px; border: 0; background: transparent; font-family: var(--font-display); font-size: clamp(1rem, 1.55vw, 1.32rem); font-weight: 560; text-align: left; cursor: pointer; }
.faq-item > button i { position: relative; width: 22px; height: 22px; }
.faq-item > button i::before, .faq-item > button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--ink); transition: transform .3s ease; }
.faq-item > button i::before { transform: translate(-50%,-50%); }
.faq-item > button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item.is-open > button i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding: 0 55px 26px 0; }

/* Final CTA and footer */
.final-cta { position: relative; isolation: isolate; padding: 150px 0 110px; overflow: hidden; color: var(--cream); background: #171511; }
.final-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(250,198,67,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(250,198,67,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at center, #000, transparent 78%); }
.final-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-heading h2 { max-width: 940px; margin: 0; font-family: var(--font-display); font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 620; letter-spacing: -.068em; line-height: .87; }
.final-heading p { max-width: 320px; margin: 0 0 10px; color: rgba(244,239,229,.58); }
.final-routes { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(250,198,67,.18); }
.final-routes a { position: relative; min-height: 200px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(250,198,67,.18); text-decoration: none; transition: color .3s ease, background .3s ease; }
.final-routes a:first-child { border-left: 1px solid rgba(250,198,67,.18); }
.final-routes a:hover { color: var(--ink); background: var(--gold); }
.final-routes a > span { color: rgba(244,239,229,.55); font-size: .72rem; transition: color .3s ease; }
.final-routes a:hover > span { color: rgba(23,21,17,.64); }
.final-routes strong { max-width: 200px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 580; line-height: 1; }
.final-routes i { position: absolute; right: 28px; bottom: 30px; font-size: 1.1rem; font-style: normal; transition: transform .3s ease; }
.final-routes a:hover i { transform: translate(4px,-4px); }
.final-framework { max-width: 100%; margin-top: 100px; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 42px); color: var(--gold); font-family: var(--font-display); font-size: clamp(2rem, 6vw, 6rem); font-weight: 650; letter-spacing: -.055em; text-transform: uppercase; white-space: nowrap; }
.final-framework i { color: rgba(250,198,67,.33); font-family: var(--font-body); font-size: .38em; font-style: normal; }
.site-footer { padding: 72px 0 25px; color: rgba(255,255,255,.65); background: #0d0c0a; }
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 900; min-height: 54px; padding: 0 18px 0 13px; display: flex; align-items: center; gap: 10px; border-radius: 28px; color: #fff; background: #1f9d55; box-shadow: 0 18px 44px rgba(10,74,38,.28); text-decoration: none; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .3s ease, transform .3s ease, background .25s ease; }
.wa-float.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.wa-float.is-near-footer { opacity: 0; transform: translateY(18px); pointer-events: none; }
.wa-float:hover { background: #168747; transform: translateY(-3px); }
.wa-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.wa-float span { font-family: var(--font-display); font-size: .76rem; font-weight: 700; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand img { width: 155px; height: auto; }
.footer-brand p { max-width: 330px; margin-top: 24px; color: rgba(255,255,255,.46); }
.footer-socials { margin-top: 28px; display: flex; align-items: center; gap: 9px; }
.footer-socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(250,198,67,.24); border-radius: 50%; color: var(--cream); background: rgba(250,198,67,.035); font-size: 1rem; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-socials a:hover, .footer-socials a:focus-visible { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-grid strong { margin-bottom: 11px; color: var(--white); font-family: var(--font-display); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { color: rgba(255,255,255,.55); font-size: .78rem; text-decoration: none; transition: color .2s ease; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .68rem; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .hero-inner { grid-template-columns: minmax(0, 1.05fr) minmax(370px, .8fr); gap: 30px; }
  .hero-copy h1 { font-size: clamp(3.6rem, 6.8vw, 5.8rem); }
  .hero-product { transform: scale(.92); }
  .campaign-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .story-ad { left: 0; }
  .feed-ad { width: 315px; }
  .website-showcase { grid-template-columns: minmax(0,1fr) 270px; gap: 30px; }
  .website-offer { padding-left: 28px; }
  .website-offer > strong { font-size: 3rem; }
  .dashboard-main { padding: 20px; }
  .dash-card { padding: 14px; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding-block: 112px 78px; }
  .hero-copy { max-width: 940px; }
  .hero-copy h1 { max-width: 940px; font-size: clamp(4.4rem, 8vw, 6.8rem); }
  .hero-product { width: 100%; min-height: 690px; transform: none; }
  .hero-orbit--one { top: 660px; }
  .hero-orbit--two { top: 760px; }
}

@media (max-width: 980px) {
  .journey-acc { display: none; }
  .page-shell { width: calc(100% - 36px); max-width: 900px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-block: 100px 70px; }
  .hero-copy { max-width: 850px; }
  .hero-copy h1 { font-size: clamp(3.6rem, 9.8vw, 6.3rem); }
  .hero-product { width: 100%; min-height: 680px; transform: none; }
  .hero-orbit--one { top: 520px; }
  .hero-orbit--two { top: 620px; }
  .credibility-inner { grid-template-columns: 1fr 1fr; }
  .credibility-inner > div:nth-child(2) { border-right: 1px solid rgba(23,21,17,.12); }
  .credibility-inner > div:nth-child(-n+2) { border-bottom: 1px solid rgba(23,21,17,.12); }
  .journey { padding-block: 125px; }
  .journey-words { font-size: clamp(3rem, 7.7vw, 5.5rem); }
  .journey-system { grid-template-columns: 1fr; gap: 70px; }
  .journey-line { top: 0; bottom: 0; left: 29px; right: auto; width: 1px; height: auto; }
  .journey-line__fill { transform: scaleY(0); transform-origin: center top; }
  .journey-baton { top: 0; left: -5px; }
  .journey-stage { padding: 0 0 0 88px; }
  .stage-index { left: 0; }
  .journey-acc .journey-line { left: 29px; right: auto; }
  .journey-acc__stage { min-height: 58px; }
  .journey-acc__stage .stage-index { left: 0; transform: none; }
  .journey-stage > p { min-height: auto; }
  .channel-cluster, .mini-browser, .close-stack { max-width: 560px; }
  .assistant-intro { grid-template-columns: 1fr; gap: 28px; }
  .assistant-story { grid-template-columns: 1fr; gap: 20px; }
  .assistant-visual { min-height: 720px; }
  .assistant-status { right: 0; }
  .assistant-pin { position: sticky; top: 95px; }
  .assistant-stages { position: relative; z-index: 4; padding-top: 0; }
  .assistant-stage { min-height: auto; margin-bottom: 18px; padding: 35px 35px 35px 60px; opacity: 1; border: 1px solid var(--line); border-radius: 6px; background: rgba(251,248,241,.92); box-shadow: 0 15px 40px rgba(32,25,15,.07); }
  .assistant-stage::before { top: 46px; left: 20px; }
  .assistant-stage h3 { font-size: 2.15rem; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-creative { max-width: 700px; width: 100%; margin-inline: auto; }
  .websites-heading { grid-template-columns: 1fr; gap: 25px; }
  .website-showcase { grid-template-columns: 1fr; }
  .website-devices { min-height: 620px; }
  .website-offer { padding: 40px 0 0; border-top: 1px solid rgba(250,198,67,.25); border-left: 0; }
  .decision-questions { overflow-x: auto; }
  .control-heading { grid-template-columns: 1fr; gap: 28px; }
  .dashboard-shell { grid-template-columns: 76px minmax(0,1fr); }
  .dashboard-sidebar { padding-inline: 10px; }
  .dashboard-sidebar > img { width: 48px; margin-inline: 2px; }
  .dashboard-sidebar nav a { justify-content: center; font-size: 0; }
  .dashboard-sidebar nav a span { width: 16px; height: 16px; }
  .dashboard-user div { display: none; }
  .dashboard-user { justify-content: center; }
  .work-accordion { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .work-panel, .work-panel.is-active, .work-panel:hover { min-height: 460px; flex: none; }
  .work-panel__copy { min-width: 0; opacity: 1; transform: none; }
  .why-section { min-height: 900px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .final-heading { display: grid; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .journey-beam-layout { min-height: 0; padding: 48px 18px; grid-template-columns: 1fr; gap: 48px; }
  .beam-container { width: min(330px, 88vw); height: min(330px, 88vw); }
  .journey-beam-copy { text-align: center; }
  .journey-beam-copy h3, .journey-beam-copy > p { margin-inline: auto; }
  .guest-path { width: 100%; text-align: left; }
  .guest-path b { font-size: .58rem; overflow-wrap: anywhere; }
  .guest-path small { font-size: .48rem; }
  .journey-stages-copy { grid-template-columns: 1fr; }
  .journey-stages-copy article { padding: 30px 0; }
  .journey-stages-copy article + article { padding-left: 0; border-top: 1px solid rgba(250,198,67,.14); border-left: 0; }
  .dashboard-shell { display: none; }
  .dashboard-mobile { display: block !important; overflow: hidden; border: 1px solid rgba(250,198,67,.18); border-radius: 8px; box-shadow: 0 35px 80px rgba(0,0,0,.38); opacity: 1 !important; transform: none !important; visibility: visible !important; }
}

@media (max-width: 720px) {
  .page-shell, .nav-shell { width: calc(100vw - 28px); max-width: 680px; }
  .nav-shell { min-width: 0; }
  .nav-actions { flex: 0 0 auto; }
  .site-header { height: 70px; }
  .brand img { width: 114px; }
  .nav-login, .nav-actions > .button { display: none; }
  .nav-actions { gap: 8px; }
  .nav-mobile-start { display: inline-flex; }
  .mobile-menu-backdrop { inset-block-start: 70px; }
  .mobile-menu { top: 70px; height: calc(100dvh - 70px); width: 100vw; padding: 30px 22px 22px; }
  .mobile-menu nav a { font-size: clamp(1.35rem, 4.1vh, 1.8rem); }
  .hero { padding-top: 70px; }
  .hero-grid { inset-block-start: 70px; background-size: 48px 48px; }
  .hero-inner { max-width: calc(100vw - 28px); padding-block: 74px 55px; grid-template-columns: minmax(0, 1fr); }
  .hero-inner > *, .hero-copy, .hero-actions { min-width: 0; width: 100%; max-width: 100%; }
  .hero-copy p { overflow-wrap: anywhere; }
  .hero-copy h1 { margin-bottom: 27px; font-size: clamp(3.2rem, 15vw, 5rem); line-height: .9; }
  .hero-copy h1 span { white-space: normal; }
  .hero-title-accent { margin-top: 14px; font-size: .72em; }
  .hero-copy > p:not(.hero-support) { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-product { min-height: 625px; margin-top: -10px; transform: translateX(5px); }
  .phone--hero { width: 292px; }
  .phone--hero .phone-screen { height: 548px; min-height: 548px; max-height: 548px; }
  .phone-screen { min-height: 545px; }
  .inquiry-slip, .handoff-slip, .property-glimpse { display: none; }
  .credibility-inner { grid-template-columns: 1fr; padding-block: 8px; }
  .credibility-inner > div { padding: 18px 4px; border: 0 !important; border-bottom: 1px solid rgba(23,21,17,.12) !important; }
  .credibility-inner > div:last-child { border-bottom: 0 !important; }
  .journey { padding: 105px 0 95px; }
  .display-kicker { font-size: .69rem; }
  .journey-heading { margin-bottom: 65px; }
  .journey-words { display: grid; grid-template-columns: minmax(0,max-content) 28px; justify-content: start; gap: 5px 10px; max-width: 100%; font-size: clamp(2.9rem, 14.4vw, 4.6rem); white-space: normal; overflow: hidden; }
  .journey-words > * { opacity: 1 !important; transform: none !important; }
  .journey-words span { grid-column: 1; }
  .journey-words i { grid-column: 2; align-self: center; }
  .journey-words span:nth-of-type(1), .journey-words i:nth-of-type(1) { grid-row: 1; }
  .journey-words span:nth-of-type(2), .journey-words i:nth-of-type(2) { grid-row: 2; }
  .journey-words span:nth-of-type(3) { grid-row: 3; }
  .journey-stage { padding-left: 74px; }
  .stage-index { width: 48px; height: 48px; }
  .journey-line { left: 24px; }
  .channel-cluster, .mini-browser, .close-stack { height: 300px; }
  .journey-foot { display: grid; }
  .assistant-section { padding: 105px 0 90px; }
  .assistant-intro { margin-bottom: 55px; }
  .assistant-intro h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .assistant-visual { min-height: 650px; }
  .assistant-pin { min-height: 620px; }
  .phone--assistant { width: 292px; }
  .phone--assistant .phone-screen { min-height: 548px; }
  .assistant-screen-stage { inset: 103px 10px 54px; }
  .property-match__image { height: 125px; }
  .assistant-status { right: 0; bottom: 22px; }
  .assistant-progress { right: 4px; }
  .assistant-stage { padding: 30px 22px 30px 50px; }
  .assistant-stage h3 { font-size: 1.9rem; }
  .assistant-close { display: grid; gap: 18px; }
  .campaign-section { padding: 100px 0; }
  .campaign-copy h2 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .campaign-product > div { display: grid; gap: 6px; }
  .included-list { grid-template-columns: 1fr; }
  .campaign-creative { min-height: 620px; }
  .story-ad { left: 2px; width: 225px; height: 455px; }
  .feed-ad { top: 120px; width: 250px; }
  .feed-ad__image { height: 210px; }
  .qualified-card { right: 2px; bottom: 14px; width: 270px; }
  .websites-section { padding: 105px 0 90px; }
  .websites-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .websites-heading { margin-bottom: 50px; }
  .website-devices { min-height: 470px; }
  .website-browser { top: 0; width: 95%; }
  .website-mobile { width: 145px; height: 310px; right: 0; bottom: 10px; border-width: 5px; }
  .website-answer-card { left: 2px; bottom: 0; width: 230px; }
  .decision-questions { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .decision-questions span { min-width: 0; padding: 16px 10px; border-right: 1px solid rgba(250,198,67,.16); border-bottom: 1px solid rgba(250,198,67,.16); font-size: .68rem; white-space: normal; }
  .decision-questions span:nth-child(2n) { border-right: 0; }
  .decision-questions span:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .control-section { padding: 105px 0 90px; }
  .control-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .dashboard-shell { display: none; }
  .connections-note { grid-template-columns: 1fr; gap: 9px; }
  .work-section { padding: 105px 0; }
  .work-heading { display: grid; }
  .work-heading h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .work-accordion { width: calc(100vw - 14px); min-height: 0; margin-right: -14px; padding-right: 10vw; display: flex; gap: 12px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-left: 0; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
  .work-accordion::-webkit-scrollbar { display: none; }
  .work-panel, .work-panel.is-active, .work-panel:hover, .work-panel:focus-visible { position: relative; top: auto; flex: 0 0 min(84vw, 520px); min-width: min(84vw, 520px); min-height: 510px; height: 510px; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; transform: none !important; filter: none !important; box-shadow: 0 22px 52px rgba(31,24,14,.18); }
  .work-panel__copy, .work-panel.is-active .work-panel__copy, .work-panel:hover .work-panel__copy, .work-panel:focus-visible .work-panel__copy { right: 20px; bottom: 20px; left: 20px; min-width: 0; opacity: 1; transform: none; }
  .work-panel__copy h3 { font-size: 1.8rem; }
  .work-carousel-controls { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; }
  .work-carousel-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(23,21,17,.18); border-radius: 50%; color: var(--ink); background: transparent; font-size: 1.15rem; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease; }
  .work-carousel-button:active { color: var(--ink); background: var(--gold); border-color: var(--gold); }
  .work-carousel-count { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--font-display); font-size: .68rem; font-weight: 600; letter-spacing: .08em; }
  .work-carousel-count i { width: 52px; height: 1px; display: block; background: rgba(23,21,17,.25); }
  .work-carousel-count span:first-child { color: var(--ink); }
  .work-footer { display: grid; }
  .why-section { min-height: 850px; padding: 105px 0 90px; }
  .why-inner { min-height: 650px; }
  .why-copy h2 { font-size: clamp(3.1rem, 14.5vw, 5rem); }
  .why-photo-placeholder { width: 100%; min-height: 190px; margin-top: 48px; box-shadow: 14px 14px 0 rgba(250,198,67,.035); }
  .why-statement { margin-top: 80px; font-size: clamp(2.2rem, 11vw, 3.7rem); text-align: left; }
  .faq-section { padding: 105px 0; }
  .faq-heading h2 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .faq-item > button { min-height: 78px; }
  .final-cta { padding: 105px 0 80px; }
  .final-heading h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .final-routes { grid-template-columns: 1fr; }
  .final-routes a { min-height: 150px; border-right: 1px solid rgba(250,198,67,.18); border-bottom: 1px solid rgba(250,198,67,.18); }
  .final-routes a:last-child { border-bottom: 0; }
  .final-framework { width: 100%; margin-top: 70px; justify-content: space-between; gap: 0; font-size: clamp(1.35rem, 6.7vw, 2.4rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .wa-float { right: 15px; bottom: 15px; width: 52px; min-height: 52px; padding: 0; justify-content: center; }
  .wa-float span { display: none; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 3.15rem; }
  .hero-product { transform: translateX(0); }
  .phone--hero, .phone--assistant { width: 274px; }
  .phone--hero .phone-screen { height: 526px; min-height: 526px; max-height: 526px; }
  .handoff-slip { right: -2px; }
  .property-glimpse { right: 0; }
  .channel-cluster, .mini-browser, .close-stack { margin-left: -52px; }
  .assistant-status { width: 185px; }
  .final-framework { font-size: clamp(1.3rem, 6.4vw, 2.2rem); }
  .campaign-creative { min-height: 590px; }
  .story-ad { width: 205px; height: 430px; }
  .feed-ad { width: 220px; }
  .qualified-card { width: 246px; }
  .website-devices { min-height: 425px; }
  .website-answer-card { width: 205px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal, .reveal-word { opacity: 1 !important; transform: none !important; }
  .guest-path__line span { transform: scaleX(1); opacity: 1; }
}
