:root {
  --limestone: #f5f0e6;
  --shell: #fbf8f2;
  --sand: #e9dfcc;
  --gulf: #0e3d3f;
  --gulf-2: #15514f;
  --gulf-ink: #0a2b2d;
  --seaglass: #a8dccf;
  --seaglass-soft: #d9efe8;
  --citrus: #ff6a3d;
  --citrus-deep: #e5532a;
  --sun: #ffc857;
  --muted: #5d6d6a;
  --line: rgba(14, 61, 63, .14);
  --line-light: rgba(245, 240, 230, .18);

  --f-display: "Bricolage Grotesque", Arial, sans-serif;
  --f-body: "Instrument Sans", system-ui, sans-serif;
  --f-serif: "Newsreader", Georgia, serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
  --gutter: clamp(16px, 4vw, 48px);
  --sec: clamp(80px, 11vw, 150px);
  --r: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--limestone); color: var(--gulf-ink); font: 400 clamp(16px, 1.05vw, 17.5px)/1.6 var(--f-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--f-display); margin: 0; letter-spacing: -.025em; }
em { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
::selection { background: var(--citrus); color: var(--shell); }
:focus-visible { outline: 2px solid var(--citrus); outline-offset: 3px; }
.skip { position: fixed; top: -60px; left: 12px; z-index: 100; padding: 10px 16px; border-radius: 99px; background: var(--gulf); color: var(--shell); }
.skip:focus { top: 12px; }
.wrap { width: min(1280px, 100%); margin-inline: auto; padding-inline: var(--gutter); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: 1em 1.5em; border-radius: 14px; border: 1.5px solid transparent; font-weight: 600; font-size: .98rem; text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .35s var(--ease), border-color .3s; }
.btn:active { transform: scale(.97); }
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn-sm { padding: .7em 1.1em; font-size: .9rem; border-radius: 12px; }
.btn-block { width: 100%; }
.btn-citrus { background: var(--citrus); color: #fff8f1; box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 10px 24px -10px rgba(229,83,42,.7); }
.btn-citrus:hover { background: var(--citrus-deep); transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 16px 30px -12px rgba(229,83,42,.8); }
.btn-line { border-color: var(--line); color: var(--gulf); background: rgba(255,255,255,.4); }
.btn-line:hover { border-color: var(--gulf); }

/* topbar + nav */
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 8px var(--gutter); background: var(--gulf); color: var(--seaglass-soft); font-size: .82rem; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar a { text-decoration: none; font-weight: 600; color: var(--shell); white-space: nowrap; }
.live { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #5fe3a1; animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(95,227,161,.7); } 70%, 100% { box-shadow: 0 0 0 8px rgba(95,227,161,0); } }
.nav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 28px; padding: 14px var(--gutter); background: rgba(245,240,230,.86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.nav.is-stuck { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(14,61,63,.5); }
.wordmark { display: flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; font: 800 1.45rem/.95 var(--f-display); letter-spacing: -.04em; color: var(--gulf); }
.wordmark-txt { display: flex; flex-direction: column; min-width: 0; }
.wordmark .mark { flex: none; width: 34px; height: 34px; }
.wordmark .mark .f { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }
.wordmark .mark .st { fill: none; stroke: var(--citrus); stroke-width: 3.4; stroke-linecap: round; }
.wordmark .dot { color: var(--citrus); }
.wordmark small { margin-top: 5px; font: 600 .6rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.wordmark-light { color: var(--shell); }
.wordmark-light small { color: var(--seaglass); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { position: relative; text-decoration: none; font-weight: 500; font-size: .94rem; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px; background: var(--citrus); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.nav-links a:hover::after, .nav-links a.is-current::after { transform: scaleX(1); }
.burger { display: none; position: relative; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line); background: none; cursor: pointer; }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 2px; background: var(--gulf); transition: transform .45s var(--ease); }
.burger span:first-child { top: 16px; } .burger span:last-child { top: 24px; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.drawer { position: fixed; inset: 0; z-index: 35; display: flex; flex-direction: column; gap: 16px; padding: 130px var(--gutter) 40px; background: var(--limestone); opacity: 0; transform: translateY(-12px); transition: opacity .4s var(--ease), transform .5s var(--ease); }
.drawer.is-open { opacity: 1; transform: none; }
.drawer nav { display: flex; flex-direction: column; margin-bottom: auto; }
.drawer nav a { padding: 10px 0; border-bottom: 1px solid var(--line); font: 700 2rem/1.1 var(--f-display); letter-spacing: -.03em; text-decoration: none; }

/* shared */
.rise { opacity: 0; transform: translateY(26px); animation: rise 1.1s var(--ease) var(--d, 0s) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform 1.1s var(--ease); transition-delay: var(--rd, 0s); }
[data-reveal].in { opacity: 1; transform: none; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes swap { from { opacity: 0; transform: translateY(10px); } }
.head { max-width: 860px; margin-bottom: clamp(40px, 5vw, 64px); }
.head-center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--citrus-deep); }
.eyebrow::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow-light { color: var(--sun); }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); line-height: .98; font-weight: 800; color: var(--gulf); }
h2 em { color: var(--gulf-2); }
.lede { max-width: 34em; margin: 22px 0 0; color: var(--muted); font-size: clamp(1rem, 1.2vw, 1.12rem); }
.lede-center { margin-inline: auto; }

/* hero */
.hero { width: min(1400px, 100%); margin-inline: auto; padding: clamp(36px, 6vw, 80px) var(--gutter) clamp(56px, 7vw, 100px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.pill { display: inline-flex; gap: 6px; margin: 0 0 22px; padding: 7px 14px; border-radius: 99px; background: var(--shell); border: 1px solid var(--line); font-size: .88rem; }
.pill b { color: var(--citrus-deep); }
.hero-title { font-size: clamp(3rem, 6.4vw, 6.2rem); line-height: .92; font-weight: 800; letter-spacing: -.045em; color: var(--gulf); }
.hero-title > span { display: block; }
.hero-accent { position: relative; width: fit-content; }
.hero-accent em { padding-right: .06em; color: var(--citrus); font-weight: 500; letter-spacing: -.035em; }
.squiggle { position: absolute; left: 0; right: 0; bottom: -.12em; width: 100%; height: .22em; overflow: visible; }
.squiggle path { fill: none; stroke: var(--seaglass); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.2s var(--ease-io) 1.1s forwards; }
.hero-lede { max-width: 33em; margin: 30px 0; font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--muted); }
.hero-lede b { color: var(--gulf); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.assure { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.assure li { display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--gulf); }
.assure svg { width: 20px; height: 20px; fill: none; stroke: var(--gulf-2); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* showcase */
.showcase { position: relative; padding: 20px 40px 70px 0; }
.laptop-screen { position: relative; overflow: hidden; border-radius: 16px 16px 4px 4px; border: 10px solid var(--gulf-ink); border-bottom-width: 14px; background: var(--gulf-ink); box-shadow: 0 40px 80px -40px rgba(14,61,63,.6); }
.laptop-base { height: 16px; margin: 0 -5%; border-radius: 0 0 22px 22px; background: linear-gradient(#cfc6b4, #a79d8a); box-shadow: 0 14px 30px -12px rgba(14,61,63,.45); }
.laptop-base::before { content: ""; display: block; width: 16%; height: 6px; margin: 0 auto; border-radius: 0 0 8px 8px; background: #8e8472; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 8px 12px; background: #ece5d7; font-size: .72rem; color: var(--muted); }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #d7cdb9; }
.browser-bar i:first-child { background: #ff8a6b; } .browser-bar i:nth-child(2) { background: var(--sun); } .browser-bar i:nth-child(3) { background: var(--seaglass); }
.browser-bar span { flex: 1; margin-left: 8px; padding: 3px 10px; border-radius: 6px; background: var(--shell); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.screen-stack { position: relative; aspect-ratio: 16 / 10; background: var(--sand); }
.screen-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0; transform: scale(1.04); transition: opacity .9s var(--ease), transform 1.4s var(--ease); }
.screen-stack img.on { opacity: 1; transform: none; }
.phone { position: absolute; right: 0; bottom: 20px; width: 23%; min-width: 110px; overflow: hidden; border-radius: 26px; border: 7px solid var(--gulf-ink); background: var(--gulf-ink); box-shadow: 0 30px 50px -20px rgba(14,61,63,.6); }
.phone .screen-stack { aspect-ratio: 390 / 844; border-radius: 18px; overflow: hidden; }
.phone-notch { position: absolute; top: 6px; left: 50%; z-index: 2; width: 34%; height: 12px; border-radius: 99px; background: var(--gulf-ink); transform: translateX(-50%); }
.stamp { position: relative; display: grid; place-items: center; width: 110px; height: 110px; }
.stamp svg { position: absolute; inset: 0; animation: spin 22s linear infinite; }
.stamp text { font: 700 11px var(--f-body); letter-spacing: .1em; fill: var(--gulf); }
.stamp b { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--citrus); color: #fff8f1; font: 800 1.4rem/1 var(--f-display); letter-spacing: -.04em; }
.stamp-hero { position: absolute; top: -18px; left: -26px; z-index: 3; background: var(--limestone); border-radius: 50%; }
.show-caption { position: absolute; left: 0; bottom: 18px; margin: 0; padding: 8px 14px; border-radius: 10px; background: var(--shell); border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--gulf); }
.show-caption span:last-child { font-weight: 400; color: var(--muted); }
.show-caption.swap { animation: swap .6s var(--ease); }

/* ticker */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--shell); }
.ticker-track { display: flex; width: max-content; animation: tick 50s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 52px; padding: 16px 26px; font: 600 1.05rem/1 var(--f-display); color: var(--gulf-2); white-space: nowrap; }
.ticker span::after { content: ""; width: 8px; height: 8px; margin-right: -26px; border-radius: 50%; background: var(--citrus); }
@keyframes tick { to { transform: translateX(-50%); } }

/* problem */
.problem { padding-block: var(--sec); }
.leaks { list-style: none; margin: 0 0 clamp(50px, 6vw, 80px); padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.leaks li { padding: 28px; border-radius: var(--r); background: var(--shell); border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.leaks li:hover { transform: translateY(-6px); box-shadow: 0 24px 40px -30px rgba(14,61,63,.55); }
.leak-n { display: inline-block; margin-bottom: 26px; font: 800 2.6rem/1 var(--f-display); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px var(--citrus); }
.leaks h3 { margin-bottom: 10px; font-size: 1.55rem; line-height: 1.05; color: var(--gulf); }
.leaks p { margin: 0; color: var(--muted); }

.calc { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(24px, 4vw, 60px); overflow: hidden; padding: clamp(24px, 4vw, 56px); border-radius: 32px; background: var(--gulf); color: var(--shell); }
.calc::before { content: ""; position: absolute; right: -15%; top: -40%; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(168,220,207,.16), transparent 65%); pointer-events: none; }
.calc .eyebrow { color: var(--sun); }
.calc h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; }
.calc-copy > p:not(.eyebrow) { margin: 12px 0 28px; color: rgba(245,240,230,.7); }
.calc-inputs { display: grid; gap: 22px; }
.slide span { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; font-size: .93rem; color: rgba(245,240,230,.85); }
.slide output { font: 700 1.15rem/1 var(--f-display); color: var(--shell); white-space: nowrap; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 99px; background: linear-gradient(90deg, var(--citrus) var(--fill, 30%), rgba(245,240,230,.16) var(--fill, 30%)); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--shell); border: 3px solid var(--citrus); box-shadow: 0 6px 16px rgba(0,0,0,.3); transition: transform .25s var(--ease); }
input[type="range"]:active::-webkit-slider-thumb { transform: scale(1.15); }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--shell); border: 3px solid var(--citrus); }
.calc-out { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(22px, 3vw, 36px); border-radius: 24px; background: var(--gulf-ink); border: 1px solid var(--line-light); }
.calc-label { margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--seaglass); }
.calc-big { margin: 6px 0 0; font: 800 clamp(2.8rem, 5.4vw, 4.6rem)/1 var(--f-display); letter-spacing: -.05em; color: var(--citrus); font-variant-numeric: tabular-nums; }
.calc-big small { font-size: .3em; letter-spacing: 0; color: rgba(245,240,230,.6); margin-left: 4px; }
.calc-year { margin: 6px 0 20px; color: rgba(245,240,230,.75); }
.calc-year span { color: var(--shell); font-weight: 700; }
.calc-bar { height: 8px; border-radius: 99px; background: rgba(245,240,230,.1); overflow: hidden; }
.calc-bar span { display: block; height: 100%; width: 10%; border-radius: 99px; background: linear-gradient(90deg, var(--sun), var(--citrus)); transition: width .6s var(--ease); }
.calc-pay { margin: 18px 0 22px; font-size: 1.05rem; color: rgba(245,240,230,.85); }
.calc-pay b { color: var(--sun); }

/* work */
.work { padding-bottom: var(--sec); }
.work-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; flex-wrap: wrap; margin-bottom: 44px; }
.work-head > div:first-child { max-width: 720px; }
.filters { display: inline-flex; padding: 5px; border-radius: 16px; background: var(--shell); border: 1px solid var(--line); }
.filters button { padding: .65em 1.2em; border: 0; border-radius: 12px; background: none; font-weight: 600; cursor: pointer; transition: background .3s, color .3s; }
.filters button sup { font-size: .68em; color: var(--muted); margin-left: 2px; }
.filters button[aria-selected="true"] { background: var(--gulf); color: var(--shell); }
.filters button[aria-selected="true"] sup { color: var(--seaglass); }
.projects { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(20px, 3vw, 36px) clamp(16px, 2.4vw, 28px); }
.project { grid-column: span var(--span, 3); transition: opacity .5s var(--ease), transform .6s var(--ease); }
.project[style*="--span: 2"] h3 { font-size: clamp(1.35rem, 1.9vw, 1.7rem); }
.project.is-out { display: none; }
.project-lg { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .7fr); gap: clamp(20px, 4vw, 56px); align-items: center; }
.project-shot { position: relative; display: block; padding: 0 7% 7% 0; text-decoration: none; }
.frame { overflow: hidden; border-radius: 14px; background: var(--shell); border: 1px solid var(--line); box-shadow: 0 30px 60px -40px rgba(14,61,63,.6); transition: transform .8s var(--ease), box-shadow .8s var(--ease); }
.frame img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.frame-m { position: absolute; right: 0; bottom: 0; width: 22%; overflow: hidden; border-radius: 16px; border: 5px solid var(--gulf-ink); background: var(--gulf-ink); box-shadow: 0 20px 40px -16px rgba(14,61,63,.6); transition: transform .8s var(--ease); }
.frame-m img { width: 100%; height: auto; aspect-ratio: 390 / 844; object-fit: cover; object-position: top; border-radius: 11px; }
.project-shot:hover .frame { transform: translateY(-8px) rotate(-.6deg); box-shadow: 0 40px 70px -40px rgba(14,61,63,.7); }
.project-shot:hover .frame-m { transform: translateY(-16px) rotate(2deg); }
.project-info { padding-top: 14px; }
.tag { display: inline-block; margin: 0 6px 10px 0; padding: 4px 10px; border-radius: 8px; background: var(--shell); border: 1px solid var(--line); font-size: .76rem; font-weight: 600; color: var(--muted); }
.tag-en { background: var(--seaglass-soft); border-color: transparent; color: var(--gulf-2); }
.tag-es { background: #ffe3d8; border-color: transparent; color: var(--citrus-deep); }
.project h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--gulf); margin-bottom: 6px; }
.project-lg h3 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.project p { margin: 0 0 12px; color: var(--muted); max-width: 30em; }
.project-link { font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--citrus); padding-bottom: 2px; }
.project-link:hover { color: var(--citrus-deep); }

/* included */
.included { padding-block: var(--sec); background: var(--shell); border-block: 1px solid var(--line); }
.inc-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.inc-grid > div:first-child { position: sticky; top: 110px; }
.inc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.inc-list li { display: flex; gap: 14px; padding: 20px; border-radius: 18px; background: var(--limestone); border: 1px solid var(--line); }
.chk { position: relative; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--gulf); }
.chk::after { content: ""; position: absolute; left: 8px; top: 7px; width: 10px; height: 6px; border-left: 2px solid var(--seaglass); border-bottom: 2px solid var(--seaglass); transform: rotate(-45deg); }
.inc-list b { display: block; margin-bottom: 4px; font: 700 1.1rem/1.15 var(--f-display); letter-spacing: -.02em; color: var(--gulf); }
.inc-list span:not(.chk) { font-size: .92rem; color: var(--muted); }
.not-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 16px; margin-top: clamp(40px, 6vw, 80px); }
.not-card { padding: clamp(24px, 3.4vw, 44px); border-radius: 28px; background: var(--gulf); color: var(--shell); }
.not-card h3 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); line-height: 1.02; margin-bottom: 22px; }
.not-list, .fit-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.not-list li { position: relative; padding-left: 32px; color: rgba(245,240,230,.75); }
.not-list li b { color: var(--shell); }
.not-list li::before, .not-list li::after { content: ""; position: absolute; left: 4px; top: 11px; width: 14px; height: 2px; border-radius: 2px; background: var(--citrus); transform: rotate(45deg); }
.not-list li::after { transform: rotate(-45deg); }
.fit-card { padding: clamp(24px, 3.4vw, 44px); border-radius: 28px; background: var(--seaglass-soft); }
.fit-list li { position: relative; padding-left: 32px; color: var(--gulf); font-weight: 500; }
.fit-list li::before { content: ""; position: absolute; left: 4px; top: 6px; width: 12px; height: 7px; border-left: 2px solid var(--gulf-2); border-bottom: 2px solid var(--gulf-2); transform: rotate(-45deg); }

/* pricing */
.pricing { padding-block: var(--sec); background: linear-gradient(var(--limestone), var(--sand) 160%); }
.price-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 6vw, 90px); align-items: center; }
.compare { display: grid; gap: 14px; margin-top: 34px; max-width: 520px; }
.cmp { display: grid; grid-template-columns: 1fr auto; row-gap: 6px; }
.cmp span { font-size: .92rem; color: var(--muted); }
.cmp b { font: 700 1.15rem/1 var(--f-display); color: var(--gulf); }
.cmp i { grid-column: 1 / -1; height: 10px; border-radius: 99px; background: var(--sand); position: relative; overflow: hidden; }
.cmp i::after { content: ""; position: absolute; inset: 0; width: var(--w); border-radius: 99px; background: #b9ad97; transform: scaleX(0); transform-origin: left; transition: transform 1.4s var(--ease) .3s; }
.in .cmp i::after { transform: scaleX(1); }
.cmp-me span, .cmp-me b { color: var(--citrus-deep); font-weight: 700; }
.cmp-me i::after { background: var(--citrus); }
.compare-note { margin: 10px 0 0; font-size: .76rem; color: var(--muted); }
.me { display: flex; gap: 16px; align-items: flex-start; margin-top: 36px; padding: 20px; border-radius: 18px; background: rgba(251,248,242,.7); border: 1px solid var(--line); max-width: 560px; }
.me-av { flex: none; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--gulf); color: var(--shell); font: 800 1rem/1 var(--f-display); }
.me p { margin: 0; font-size: .95rem; color: var(--muted); }
.me b { color: var(--gulf); }

.receipt { filter: drop-shadow(0 30px 40px rgba(14,61,63,.2)); }
.receipt-inner { padding: clamp(22px, 3vw, 38px); border-radius: 28px 28px 0 0; background: var(--shell); }
.receipt-tear { height: 16px; background: radial-gradient(circle at 10px -2px, transparent 10px, var(--shell) 10.5px) 0 0 / 20px 16px repeat-x; }
.receipt-top { display: flex; justify-content: space-between; margin: 0 0 16px; padding-bottom: 16px; border-bottom: 1.5px dashed var(--line); font: 700 1.2rem/1 var(--f-display); color: var(--gulf); }
.receipt-top span { font: 500 .8rem/1 var(--f-body); color: var(--muted); }
.receipt-lines { list-style: none; margin: 0; padding: 0; }
.receipt-lines li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: .95rem; }
.receipt-lines li span:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }
.receipt-lines .zero { color: var(--citrus-deep); }
.addon { position: relative; display: flex; gap: 12px; margin: 16px 0 0; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); cursor: pointer; transition: border-color .3s, background .3s; }
.addon input { position: absolute; opacity: 0; pointer-events: none; }
.addon-box { flex: none; display: grid; place-items: center; width: 22px; height: 22px; margin-top: 2px; border-radius: 7px; border: 1.5px solid var(--line); transition: background .3s, border-color .3s; }
.addon-box::after { content: ""; width: 10px; height: 5px; margin-top: -2px; border-left: 2px solid var(--shell); border-bottom: 2px solid var(--shell); transform: rotate(-45deg) scale(0); transition: transform .3s var(--ease); }
.addon:has(input:checked) { border-color: var(--gulf); background: var(--seaglass-soft); }
.addon input:checked + .addon-box { background: var(--gulf); border-color: var(--gulf); }
.addon input:checked + .addon-box::after { transform: rotate(-45deg) scale(1); }
.addon input:focus-visible + .addon-box { outline: 2px solid var(--citrus); outline-offset: 2px; }
.addon-text b { display: block; color: var(--gulf); }
.addon-text small { font-size: .84rem; color: var(--muted); }
.receipt-total { display: flex; flex-direction: column; margin: 18px 0 8px; padding-top: 16px; border-top: 1.5px dashed var(--line); }
.receipt-total > span { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.receipt-total strong { font: 800 clamp(3rem, 5vw, 4.2rem)/1 var(--f-display); letter-spacing: -.05em; color: var(--gulf); }
.receipt-total small { font-size: .88rem; color: var(--muted); }
.receipt-total small.swap { animation: swap .5s var(--ease); }
.receipt-foot { margin: 10px 0 20px; font-size: .8rem; color: var(--muted); }

/* process */
.process { padding-block: var(--sec); background: var(--gulf); color: var(--shell); }
.process h2 { color: var(--shell); }
.process h2 em { color: var(--seaglass); }
.process .eyebrow { color: var(--sun); }
.timeline { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.timeline::before { content: ""; position: absolute; top: 21px; left: 22px; right: 22px; height: 2px; background: var(--line-light); }
.timeline::after { content: ""; position: absolute; top: 21px; left: 22px; right: 22px; height: 2px; background: var(--citrus); transform: scaleX(var(--p, 0)); transform-origin: left; }
.timeline li { position: relative; }
.t-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 50%; background: var(--gulf-ink); border: 2px solid var(--citrus); font: 700 1rem/1 var(--f-display); }
.timeline li:first-child .t-dot, .timeline li:last-child .t-dot { background: var(--citrus); }
.t-when { margin: 0 0 4px; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sun); }
.timeline h3 { margin-bottom: 8px; font-size: 1.5rem; }
.timeline p:last-child { margin: 0; font-size: .93rem; color: rgba(245,240,230,.72); }

/* kit */
.kit { padding-block: var(--sec); }
.kit-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.kit-copy { position: sticky; top: 110px; }
.kit-meter { display: flex; align-items: center; gap: 20px; margin-top: 34px; padding: 18px; border-radius: 20px; background: var(--shell); border: 1px solid var(--line); max-width: 460px; }
.kit-ring { position: relative; flex: none; width: 96px; height: 96px; }
.kit-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-bg, .ring-fg { fill: none; stroke-width: 10; }
.ring-bg { stroke: var(--sand); }
.ring-fg { stroke: var(--citrus); stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset .8s var(--ease), stroke .4s; }
.kit-ring.full .ring-fg { stroke: var(--gulf-2); }
.kit-ring b { position: absolute; inset: 0; display: grid; place-items: center; font: 800 1.35rem/1 var(--f-display); letter-spacing: -.04em; color: var(--gulf); }
.kit-meter p { margin: 0; font-size: .95rem; color: var(--muted); }
.kit-groups { display: grid; gap: 22px; }
.kit-group { margin: 0; padding: 0; border: 0; min-width: 0; }
.kit-group legend { padding: 0; margin-bottom: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--citrus-deep); }
.kit-item { position: relative; display: flex; gap: 14px; margin-bottom: 8px; padding: 16px 18px; border-radius: 16px; background: var(--shell); border: 1.5px solid var(--line); cursor: pointer; transition: border-color .3s, background .3s, transform .4s var(--ease); }
.kit-item:hover { transform: translateX(4px); border-color: var(--gulf-2); }
.kit-item input { position: absolute; opacity: 0; pointer-events: none; }
.kbox { flex: none; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 1px; border-radius: 8px; border: 1.5px solid var(--line); transition: background .3s, border-color .3s; }
.kbox::after { content: ""; width: 11px; height: 6px; margin-top: -2px; border-left: 2px solid var(--shell); border-bottom: 2px solid var(--shell); transform: rotate(-45deg) scale(0); transition: transform .3s var(--ease); }
.kit-item:has(input:checked) { background: var(--seaglass-soft); border-color: var(--gulf-2); }
.kit-item input:checked + .kbox { background: var(--gulf); border-color: var(--gulf); }
.kit-item input:checked + .kbox::after { transform: rotate(-45deg) scale(1); }
.kit-item input:focus-visible + .kbox { outline: 2px solid var(--citrus); outline-offset: 2px; }
.kit-item b { display: block; color: var(--gulf); }
.kit-item small { font-size: .88rem; color: var(--muted); }

/* delivery */
.delivery { padding-block: var(--sec); background: var(--shell); border-block: 1px solid var(--line); }
.deliver { max-width: 1080px; margin-inline: auto; }
.deliver-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.deliver-tabs button { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border-radius: 16px; border: 1.5px solid var(--line); background: var(--limestone); text-align: left; cursor: pointer; transition: background .3s, color .3s, border-color .3s, transform .4s var(--ease); }
.deliver-tabs button:hover { transform: translateY(-3px); border-color: var(--gulf-2); }
.deliver-tabs b { font: 700 1.05rem/1.15 var(--f-display); letter-spacing: -.02em; }
.deliver-tabs small { font-size: .8rem; color: var(--muted); }
.deliver-tabs button[aria-selected="true"] { background: var(--gulf); border-color: var(--gulf); color: var(--shell); }
.deliver-tabs button[aria-selected="true"] small { color: var(--seaglass); }
.deliver-panel { padding: clamp(24px, 3.4vw, 44px); border-radius: 26px; background: var(--limestone); border: 1px solid var(--line); animation: swap .6s var(--ease); }
.dp-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.dp-head h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--gulf); }
.dp-cost { margin: 0; padding: 6px 12px; border-radius: 10px; background: var(--seaglass-soft); font-size: .88rem; color: var(--gulf-2); }
.dp-steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dp-steps li { counter-increment: s; position: relative; padding: 18px 18px 18px 60px; border-radius: 16px; background: var(--shell); border: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.dp-steps li::before { content: counter(s); position: absolute; left: 18px; top: 16px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--citrus); color: #fff8f1; font: 700 .85rem/1 var(--f-display); }
.dp-steps b { color: var(--gulf); }
.dp-note { margin: 18px 0 0; font-size: .9rem; color: var(--muted); }
.dp-note b { color: var(--gulf); }
.deliver-always { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-top: 22px; }
.deliver-always span { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--gulf); }
.deliver-always svg { width: 18px; height: 18px; fill: none; stroke: var(--citrus); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* faq */
.faq { padding-block: var(--sec); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq-grid header { position: sticky; top: 110px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; font: 700 clamp(1.15rem, 1.6vw, 1.4rem)/1.2 var(--f-display); letter-spacing: -.02em; color: var(--gulf); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--shell); border: 1px solid var(--line); font: 400 1.4rem/1 var(--f-body); transition: transform .45s var(--ease), background .3s, color .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); background: var(--citrus); border-color: var(--citrus); color: #fff; }
.faq-list details > div { padding: 0 60px 24px 0; color: var(--muted); }
.faq-list details > div p { margin: 0; }
.faq-list details[open] > div { animation: swap .5s var(--ease); }

/* start */
.start { padding-bottom: var(--sec); }
.start-card { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(24px, 5vw, 70px); overflow: hidden; padding: clamp(28px, 5vw, 70px); border-radius: 36px; background: var(--gulf); color: var(--shell); isolation: isolate; }
.start-card::after { content: ""; position: absolute; z-index: -1; right: -20%; top: -30%; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,106,61,.28), transparent 62%); pointer-events: none; }
.start-card h2 { color: var(--shell); }
.start-card h2 em { color: var(--seaglass); }
.start-copy > p:not(.eyebrow) { margin: 20px 0 24px; color: rgba(245,240,230,.75); max-width: 30em; }
.start-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.start-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.start-points li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--citrus); }
.start-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; padding: clamp(18px, 2.6vw, 30px); border-radius: 24px; background: var(--shell); color: var(--gulf-ink); }
.sf { position: relative; }
.sf-wide, .start-form .btn, .sf-err, .sf-done { grid-column: 1 / -1; }
.sf input, .sf textarea { width: 100%; padding: 24px 14px 9px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--limestone); font: 500 .98rem/1.3 var(--f-body); color: var(--gulf-ink); resize: vertical; transition: border-color .3s, background .3s; }
.sf input:focus, .sf textarea:focus { outline: none; border-color: var(--gulf-2); background: #fff; }
.sf label { position: absolute; left: 15px; top: 16px; font-size: .95rem; color: var(--muted); pointer-events: none; transform-origin: left; transition: transform .35s var(--ease), color .3s; }
.sf input:focus + label, .sf input:not(:placeholder-shown) + label, .sf textarea:focus + label, .sf textarea:not(:placeholder-shown) + label { transform: translateY(-10px) scale(.74); color: var(--gulf-2); }
.sf.bad input { border-color: var(--citrus); }
.start-form .btn { margin-top: 4px; }
.sf-err { margin: 0; font-size: .86rem; font-weight: 600; color: var(--citrus-deep); }
.sf-done { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 30px; border-radius: 24px; background: var(--shell); animation: swap .6s var(--ease); }
.sf-done p { margin: 0; font-size: 1.1rem; color: var(--gulf); }
.sf-done svg { width: 56px; height: 56px; fill: none; stroke: var(--gulf-2); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.sf-done circle, .sf-done path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw .8s var(--ease-io) forwards; }
.sf-done path { animation-delay: .5s; }

/* footer */
.footer { background: var(--gulf-ink); color: rgba(245,240,230,.75); padding-top: clamp(50px, 6vw, 80px); }
.footer-in { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding-bottom: 40px; }
.footer-in nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-in nav a { text-decoration: none; font-size: .94rem; }
.footer-in nav a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px 30px; border-top: 1px solid var(--line-light); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

/* responsive */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .hero, .calc, .price-grid, .inc-grid, .kit-grid, .faq-grid, .start-card, .not-grid, .project-lg { grid-template-columns: minmax(0, 1fr); }
  .inc-grid > div:first-child, .kit-copy, .faq-grid header { position: static; }
  .leaks { grid-template-columns: minmax(0, 1fr); }
  .timeline { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-left: 64px; }
  .timeline::before, .timeline::after { top: 22px; bottom: 22px; left: 21px; right: auto; width: 2px; height: auto; }
  .timeline::after { transform: scaleY(var(--p, 0)); transform-origin: top; }
  .t-dot { position: absolute; left: -64px; top: 0; }
  .deliver-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .topbar p { font-size: .74rem; }
  .topbar a { display: none; }
  .nav-cta { display: none; }
  .wordmark small { font-size: .52rem; letter-spacing: .14em; }
  .wordmark { gap: 8px; }
  .wordmark .mark { width: 28px; height: 28px; }
  .hero-title { font-size: clamp(2.8rem, 13.5vw, 4rem); }
  .hero-cta .btn { flex: 1 1 100%; }
  .showcase { padding: 10px 24px 64px 0; }
  .stamp-hero { width: 84px; height: 84px; top: -26px; left: -8px; }
  .stamp-hero text { font-size: 14px; }
  .stamp-hero b { width: 48px; height: 48px; font-size: 1.05rem; }
  .show-caption { font-size: .76rem; right: 26%; }
  .projects, .inc-list, .dp-steps, .deliver-tabs, .start-form { grid-template-columns: minmax(0, 1fr); }
  .project { grid-column: auto !important; }
  .project-lg { gap: 0; }
  .work-head { align-items: start; }
  .faq-list details > div { padding-right: 0; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; display: flex; justify-content: center; gap: 8px; padding: 16px; border-radius: 16px; background: var(--citrus); color: #fff8f1; font-weight: 700; text-decoration: none; box-shadow: 0 14px 30px -10px rgba(229,83,42,.7); transform: translateY(140%); transition: transform .5s var(--ease); }
  .mobile-cta.show { transform: none; }
  .footer { padding-bottom: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .rise { opacity: 1; transform: none; }
}

.calc-disclaimer { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 18px; border-top: 1px solid var(--line-light); font-size: .78rem; line-height: 1.55; color: rgba(245,240,230,.55); }
.calc-disclaimer b { color: rgba(245,240,230,.8); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.start-mail { margin: -8px 0 22px; color: rgba(245,240,230,.75); }
.start-mail a { color: var(--sun); font-weight: 600; text-underline-offset: 3px; }
.footer-bottom a { color: var(--sun); text-decoration: none; }
.drawer-mail { text-align: center; font-weight: 600; color: var(--gulf-2); }
.sf-err a { color: var(--gulf); }
.start-form button[disabled] { opacity: .7; cursor: wait; }
