/* ==========================================================================
   Cambru Web Designs 2.0 — site.css
   Palette: chalk paper, ink, tangerine, lagoon, butter (marker). Type: Bricolage Grotesque + Manrope.
   ========================================================================== */

@font-face { font-family: "Bricolage Grotesque"; src: url("../fonts/bricolage-grotesque-var.woff2") format("woff2"); font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-var.woff2") format("woff2"); font-weight: 200 800; font-display: swap; }

:root {
  --chalk: #F3F4F0; --paper: #FFFFFF; --mist: #E7ECE8; --line: #DBDFD8; --line-strong: #C9CEC6;
  --ink: #1C1F26; --ink-2: #4A4F5A; --ink-3: #7A8090;
  --tangerine: #FF5A1F; --tangerine-deep: #D9420C; --tangerine-soft: #FFE6DB;
  --lagoon: #167C74; --lagoon-deep: #0F5A54; --lagoon-soft: #D9EEEA;
  --butter: #FFD23F; --butter-soft: #FFF1BF; --plum: #6B4FD8; --plum-soft: #E7E2FA; --rose: #E9528C; --rose-soft: #FBE1EB;
  --wa: #25D366; --wa-deep: #128C7E;
  --display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --wrap: 1180px; --gutter: clamp(1rem, 4vw, 2.5rem);
  --r-sm: 12px; --r-md: 18px; --r-lg: 26px;
  --ease: cubic-bezier(.2,.7,.2,1); --ease-out: cubic-bezier(.16,1,.3,1);
  --shadow: 0 18px 50px -24px rgba(28,31,38,.28);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--chalk); color: var(--ink); font: 400 1.0625rem/1.6 var(--body); font-variation-settings: "wght" 440; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p a, .prose a, address a, td a { text-decoration: underline; text-decoration-color: var(--tangerine); text-decoration-thickness: 2px; text-underline-offset: 3px; }
p a:hover, .prose a:hover { color: var(--tangerine-deep); }
::selection { background: var(--butter); color: var(--ink); }
:focus-visible { outline: 3px solid var(--tangerine); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; font-weight: 700; letter-spacing: -.022em; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 4.6vw + .5rem, 4.1rem); font-weight: 720; letter-spacing: -.03em; }
h2 { font-size: clamp(1.9rem, 2.4vw + .7rem, 2.9rem); }
h3 { font-size: 1.25rem; font-weight: 650; letter-spacing: -.01em; line-height: 1.25; }
h4 { font-size: 1rem; }
p { margin: 0 0 1rem; max-width: 66ch; }
ul, ol { margin: 0; padding: 0; list-style: none; }
strong, b { font-weight: 700; }
small { font-size: .875rem; }
address { font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap.narrow { width: min(760px, 100% - 2 * var(--gutter)); }
.section { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section-head { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 1rem 3rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head p { margin: 0; color: var(--ink-2); font-size: 1.125rem; max-width: 52ch; }
.section-more { margin-top: 2rem; }
.lead { font-size: 1.2rem; line-height: 1.55; }
.link { font-weight: 700; text-decoration: underline; text-decoration-color: var(--tangerine); text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color .2s; }
.link:hover { color: var(--tangerine-deep); }
.alert { background: var(--tangerine-soft); border: 1px solid var(--tangerine); padding: .75rem 1rem; border-radius: var(--r-sm); font-weight: 600; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .78rem 1.35rem; border-radius: 999px; font: 700 .97rem/1 var(--body); border: 2px solid transparent; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease), background .2s, color .2s, border-color .2s; will-change: transform; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.btn-primary:hover { background: var(--tangerine); border-color: var(--tangerine); color: var(--ink); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--chalk); }
.btn-wa { background: var(--paper); color: var(--ink); border-color: var(--line-strong); }
.btn-wa:hover { border-color: var(--wa); background: #EEFBF2; }
.btn-wa .dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: ping 2.4s infinite; }
.btn-block { width: 100%; justify-content: center; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); } 70% { box-shadow: 0 0 0 8px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- offer bar ---------- */
.offer-bar { background: var(--butter); color: var(--ink); font-size: .9rem; }
.offer-bar .wrap { display: flex; align-items: center; gap: .8rem; padding: .55rem 0; flex-wrap: wrap; }
.offer-bar span { color: #4A4530; } .offer-bar a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.offer-close { margin-left: auto; border: 0; background: none; font-size: 1.2rem; cursor: pointer; line-height: 1; padding: 0 .2rem; }
.offer-bar.is-hidden { display: none; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--chalk) 86%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.is-stuck { border-bottom-color: var(--line); }
.header-row { display: flex; align-items: center; gap: 1.5rem; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand-mark { width: 36px; height: 36px; flex: none; }
.brand-mark .head { fill: var(--ink); } .brand-mark .eye { fill: var(--tangerine); transform-origin: center; } .brand-mark .snout { fill: var(--chalk); }
.brand:hover .brand-mark .eye { animation: blink .45s var(--ease) 1; }
@keyframes blink { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.08); } }
.brand-word { font: 700 1.45rem/1 var(--display); letter-spacing: -.03em; display: flex; flex-direction: column; gap: .15rem; }
.brand-word small { font: 700 .58rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.nav { margin-left: .5rem; }
.nav-list { display: flex; align-items: center; gap: .25rem; }
.nav-list > li > a, .nav-btn { display: inline-block; padding: .55rem .8rem; font: 650 .95rem/1 var(--body); color: var(--ink); background: none; border: 0; cursor: pointer; border-radius: 8px; position: relative; }
.nav-list > li > a::after, .nav-btn::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .3rem; height: 3px; background: var(--butter); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav-list > li > a:hover::after, .nav-btn:hover::after, .has-menu.is-open .nav-btn::after { transform: scaleX(1); }
.has-menu { position: static; }
.menu { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s var(--ease), transform .25s var(--ease), visibility 0s .25s; }
.has-menu.is-open .menu, .has-menu:hover .menu, .has-menu:focus-within .menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.menu-grid { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin: 0 auto; display: grid; grid-template-columns: 1fr 300px; gap: 2rem; padding: 1.75rem 0 2rem; }
.menu-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem 1.5rem; }
.menu-services a { display: block; padding: .7rem .8rem; border-radius: var(--r-sm); transition: background .15s; }
.menu-services a:hover { background: var(--mist); }
.menu-services strong { display: block; font: 650 1rem/1.25 var(--body); }
.menu-services span { display: block; font-size: .85rem; color: var(--ink-3); line-height: 1.35; margin-top: .15rem; }
.menu-card { display: flex; flex-direction: column; gap: .35rem; background: var(--ink); color: var(--chalk); padding: 1.25rem 1.35rem; border-radius: var(--r-md); }
.menu-card strong { font: 700 1.2rem/1.2 var(--display); letter-spacing: -.01em; }
.menu-card span { font-size: .9rem; color: #B9BEC7; }
.menu-card-kicker { display: inline-block; width: max-content; background: var(--butter); color: var(--ink); font: 800 .7rem/1 var(--body); padding: .35rem .55rem; border-radius: 6px; letter-spacing: .06em; }
.menu-card:hover { background: var(--tangerine); color: var(--ink); } .menu-card:hover span { color: var(--ink); }
.menu-cols { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 2rem; padding: 1.75rem 0 2rem; }
.menu-cols h4 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin-bottom: .8rem; }
.menu-cols ul { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem .8rem; }
.menu-cols li a { display: inline-block; padding: .3rem 0; font-weight: 600; }
.menu-cols li a:hover { color: var(--tangerine-deep); }
.menu-cols .link.small, .link.small { font-size: .85rem; display: inline-block; margin-top: .6rem; }
.site-footer h4.mt { margin-top: 1.5rem; }
.menu-cols p { font-size: .95rem; color: var(--ink-2); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; position: relative; border-radius: 8px; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); transition: transform .25s var(--ease), top .25s; }
.burger span:first-child { top: 17px; } .burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); } .burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--paper); padding: 1.25rem 0 1.75rem; max-height: calc(100vh - 74px); overflow: auto; }
.mobile-menu h4 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin: 1.1rem 0 .5rem; }
.mobile-menu ul li a { display: block; padding: .45rem 0; font-weight: 600; font-size: 1.05rem; }
.mobile-menu ul.inline { display: flex; flex-wrap: wrap; gap: .3rem .9rem; }
.mobile-menu .btn { margin-top: 1.25rem; }

/* ---------- hero ---------- */
.hero { padding-top: clamp(2.5rem, 6vw, 5rem); padding-bottom: 1rem; position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero-title { font-size: clamp(2.7rem, 5.4vw + .5rem, 4.9rem); line-height: .98; letter-spacing: -.04em; font-weight: 760; font-variation-settings: "opsz" 96; }
.hero-title .hero-dot { color: var(--tangerine); }
.swap { display: inline-block; position: relative; background-image: linear-gradient(transparent 58%, var(--butter) 58%, var(--butter) 94%, transparent 94%); background-size: 100% 100%; background-repeat: no-repeat; padding: 0 .06em; margin: 0 -.06em; }
.swap-word { display: inline-block; }
.swap-word.is-out { animation: wordOut .28s var(--ease) forwards; }
.swap-word.is-in { animation: wordIn .42s var(--ease-out) forwards; }
@keyframes wordOut { to { opacity: 0; transform: translateY(-.35em) rotate(-2deg); } }
@keyframes wordIn { from { opacity: 0; transform: translateY(.45em) rotate(2deg); } to { opacity: 1; transform: none; } }
.hero-lead { font-size: clamp(1.1rem, 1.1vw + .7rem, 1.3rem); line-height: 1.5; color: var(--ink-2); max-width: 46ch; margin: 1.5rem 0 0; }
.score-form { display: flex; align-items: center; gap: .4rem; background: var(--paper); border: 2px solid var(--ink); border-radius: 999px; padding: .35rem .35rem .35rem 1.2rem; max-width: 520px; transition: box-shadow .2s; }
.score-form.big { max-width: none; align-self: center; box-shadow: var(--shadow); }
.score-form:focus-within { box-shadow: 0 0 0 4px rgba(255,90,31,.25); }
.score-form input { flex: 1; min-width: 0; border: 0; background: none; font: 600 1.05rem/1 var(--body); color: var(--ink); outline: none; padding: .6rem 0; }
.score-form input::placeholder { color: var(--ink-3); font-weight: 500; }
.hero-aside { font-size: .9rem; color: var(--ink-3); margin: .8rem 0 1.4rem; }
.hero-links { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 2rem; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.hero-facts li { display: inline-flex; align-items: center; gap: .5rem; }
.hero-facts li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--tangerine); }
.hero-facts li:nth-child(2)::before { background: var(--lagoon); } .hero-facts li:nth-child(3)::before { background: var(--plum); }
.btn-lg { padding: .95rem 1.6rem; font-size: 1.05rem; }

/* score card */
.score-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem 1.7rem 1.4rem; box-shadow: var(--shadow); position: relative; transform: rotate(-1.6deg); transition: transform .5s var(--ease-out); max-width: 420px; justify-self: end; width: 100%; }
.score-card:hover { transform: rotate(0deg) translateY(-4px); }
.score-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.score-site { font: 700 .95rem/1 var(--body); color: var(--ink-2); }
.sticker { display: inline-block; background: var(--butter); font: 800 .72rem/1 var(--body); letter-spacing: .06em; padding: .45rem .6rem; border-radius: 8px; transform: rotate(4deg); }
.gauge { position: relative; width: 168px; margin: .25rem auto .75rem; }
.gauge svg { width: 100%; transform: rotate(-90deg); }
.gauge circle { fill: none; stroke-width: 11; stroke-linecap: round; }
.gauge-bg { stroke: var(--mist); }
.gauge-fg { stroke: var(--tangerine); stroke-dasharray: 326.7; stroke-dashoffset: 326.7; transition: stroke-dashoffset 1.6s var(--ease-out); }
.gauge-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: .15rem; }
.gauge-num strong { font: 760 3.1rem/1 var(--display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.gauge-num span { margin-top: 1.15rem; }
.gauge-num span { font-size: .9rem; color: var(--ink-3); font-weight: 600; }
.score-rows { display: grid; gap: .55rem; margin-top: .5rem; }
.score-rows li { display: grid; grid-template-columns: 96px 1fr 30px; align-items: center; gap: .75rem; font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.score-rows i { display: block; height: 8px; background: var(--mist); border-radius: 4px; overflow: hidden; position: relative; }
.score-rows i::after { content: ""; position: absolute; inset: 0; width: 0; background: var(--lagoon); border-radius: 4px; transition: width 1.2s var(--ease-out); }
.score-card.is-live .score-rows i::after { width: var(--v); }
.score-rows b { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); }
.score-foot { font-size: .82rem; color: var(--ink-3); margin: 1rem 0 0; border-top: 1px solid var(--line); padding-top: .8rem; }

/* ---------- work strip (marquee) ---------- */
.strip { padding: clamp(2rem, 4vw, 3.5rem) 0 0; overflow: hidden; }
.strip-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1.25rem; }
.strip-head p { margin: 0; color: var(--ink-2); font-weight: 600; }
.strip-item span small { display: block; font-weight: 500; color: var(--ink-3); }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 1rem; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.strip-item { flex: none; width: 230px; }
.strip-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--paper); }
.strip-item span { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-3); margin-top: .45rem; }
.strip-item:hover span { color: var(--ink); }

/* ---------- service rows ---------- */
.rows { border-top: 1px solid var(--line-strong); }
.row { border-bottom: 1px solid var(--line-strong); }
.row-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto 44px; align-items: center; gap: 1.5rem; width: 100%; padding: 1.4rem 0; background: none; border: 0; text-align: left; cursor: pointer; font-family: var(--body); color: var(--ink); transition: padding .25s var(--ease); }
.row-head:hover, .row.is-open .row-head { padding-left: .9rem; }
.row-name { font: 700 clamp(1.3rem, 1.4vw + .6rem, 1.75rem)/1.1 var(--display); letter-spacing: -.02em; }
.row-tag { color: var(--ink-2); font-size: 1rem; }
.row-price { font-size: .82rem; font-weight: 700; padding: .45rem .7rem; border: 1px solid var(--line-strong); border-radius: 999px; white-space: nowrap; }
.row-plus { position: relative; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); transition: background .2s, border-color .2s; }
.row-plus::before, .row-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .3s var(--ease); }
.row-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.row-head:hover .row-plus { background: var(--ink); border-color: var(--ink); } .row-head:hover .row-plus::before, .row-head:hover .row-plus::after { background: var(--chalk); }
.row.is-open .row-plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.row-body { overflow: hidden; }
.row-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; padding: .25rem 0 2rem .9rem; }
.row-cols h3 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin-bottom: .7rem; }
.row-cols ul li { padding: .3rem 0 .3rem 1.1rem; position: relative; font-size: .97rem; }
.row-cols ul li::before { content: ""; position: absolute; left: 0; top: .85rem; width: 6px; height: 6px; border-radius: 50%; background: var(--tangerine); }
.row-cta { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.row-cta img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r-md); }

/* ---------- work grid ---------- */
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.work-tile { grid-column: span 4; display: block; }
.work-tile.is-lead { grid-column: span 8; grid-row: span 2; }
.work-grid-3 .work-tile { grid-column: span 4; }
.work-tile figure { margin: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--paper); aspect-ratio: 4 / 3; }
.work-tile.is-lead figure { aspect-ratio: auto; height: calc(100% - 3.4rem); min-height: 320px; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s var(--ease-out); }
.work-tile:hover img { transform: scale(1.025); }
.work-meta { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .7rem .1rem 0; }
.work-meta strong { font: 700 1.05rem/1.2 var(--display); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color .2s; }
.work-tile:hover .work-meta strong { text-decoration-color: var(--tangerine); }
.work-meta span { font-size: .85rem; color: var(--ink-3); text-align: right; }

/* ---------- process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; padding-top: 2rem; }
.steps::before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%; background: var(--line-strong); }
.steps::after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: var(--tangerine); transition: width 1.4s var(--ease-out); }
.steps.is-inview::after { width: 100%; }
.step-n { display: block; font: 760 2.6rem/1 var(--display); color: var(--tangerine); letter-spacing: -.04em; margin-bottom: .6rem; }
.steps h3 { margin-bottom: .5rem; }
.steps p { font-size: .97rem; color: var(--ink-2); margin: 0; }

/* ---------- house rules (dark) ---------- */
.house { background: var(--butter); color: var(--ink); }
.house-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 2rem 4rem; align-items: start; }
.house h2 { position: sticky; top: 100px; }
.house-list li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: .5rem 2rem; padding: 1.4rem 0; border-top: 1px solid rgba(28,31,38,.18); }
.house-list li:last-child { border-bottom: 1px solid rgba(28,31,38,.18); }
.house-list strong { font: 700 1.45rem/1.15 var(--display); letter-spacing: -.02em; }
.house-list span { color: #4A4530; font-size: 1rem; }

/* ---------- tools ---------- */
.tool-icons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.tool-icons > li > * { display: flex; flex-direction: column; gap: .35rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); height: 100%; transition: border-color .2s, transform .25s var(--ease), box-shadow .25s; }
.tool-icons > li > a:hover { box-shadow: var(--shadow); }
.tool-icons > li > a:hover { border-color: var(--ink); transform: translateY(-2px); }
.tool-icons strong { font: 700 1.05rem/1.2 var(--display); margin-top: .5rem; }
.tool-icons span:not(.tool-ic) { font-size: .85rem; color: var(--ink-3); }
.tool-icons .soon { opacity: .62; }
.tool-icons.big { grid-template-columns: repeat(3, 1fr); }
.tool-icons.big span:not(.tool-ic) { font-size: .95rem; color: var(--ink-2); }
.tool-ic { width: 56px; height: 56px; border-radius: 16px; background-color: var(--mist); background-repeat: no-repeat; background-position: center; background-size: 30px; }
.ic-wm { background-color: var(--tangerine-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D9420C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M7 15l3-3 3 3 3-4 2 2'/%3E%3Cpath d='M13 8h6' opacity='.5'/%3E%3C/svg%3E"); }
.ic-score { background-color: var(--lagoon-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23167C74' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 16a8 8 0 1 1 16 0'/%3E%3Cpath d='M12 16l4-5'/%3E%3Ccircle cx='12' cy='16' r='1.5' fill='%23167C74'/%3E%3C/svg%3E"); }
.ic-img { background-color: var(--plum-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B4FD8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17l5-6 4 5 3-3 4 4'/%3E%3Ccircle cx='8' cy='8' r='2'/%3E%3Cpath d='M20 9V5H4v14'/%3E%3C/svg%3E"); }
.ic-pdf { background-color: var(--rose-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E9528C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l5 5v13H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 14h6M9 17h4'/%3E%3C/svg%3E"); }
.ic-cost { background-color: var(--butter-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B08A00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4h10M7 8h10M7 8c5 0 6 2 6 4s-1 4-6 4l7 5'/%3E%3C/svg%3E"); }

/* ---------- where we work / map ---------- */
.where-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.where-copy p { color: var(--ink-2); font-size: 1.05rem; }
.where-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.5rem 0; }
.where-lists h3, .cities .where-copy h3 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin-bottom: .6rem; }
.where-lists ul { display: grid; gap: .1rem; }
.where-lists li a { display: inline-block; padding: .2rem 0; font-weight: 600; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color .2s; }
.where-lists li a:hover { text-decoration-color: var(--tangerine); }
.city-cloud { font-size: .95rem; color: var(--ink-2); line-height: 1.7; }
.india-map { position: relative; }
.india-map svg { width: 100%; max-width: 600px; margin-inline: auto; overflow: visible; }
.india-map .dot circle { fill: var(--ink-3); opacity: .55; }
.india-map .t2 circle { fill: var(--lagoon); opacity: .6; }
.india-map .t3 circle { opacity: .35; }
.india-map .dot.is-live circle { opacity: 1; fill: var(--ink); transition: transform .25s var(--ease); transform-box: fill-box; transform-origin: center; }
.india-map .dot.is-live.t0 circle { fill: var(--tangerine); }
.india-map .dot.is-live text { font: 600 12px var(--body); fill: var(--ink-2); transition: fill .2s, opacity .2s; opacity: 0; }
.india-map .dot.label-left text { text-anchor: end; }
.india-map .dot.is-live.has-label text { opacity: 1; }
.india-map .dot.is-live:hover circle { transform: scale(1.6); }
.india-map .dot.is-live:hover text { fill: var(--tangerine-deep); text-decoration: underline; opacity: 1; }
.india-map .home-ring circle { fill: none; stroke: var(--tangerine); stroke-width: 1.5; opacity: .6; transform-box: fill-box; transform-origin: center; animation: ring 3s var(--ease) infinite; }
@keyframes ring { 0% { transform: scale(.5); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- articles ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.25rem; }
.post-card { display: flex; flex-direction: column; gap: .6rem; padding: 1.6rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s, transform .25s var(--ease); }
.post-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.post-card h3, .post-card h2 { font-size: 1.4rem; }
.post-card p { color: var(--ink-2); font-size: .97rem; margin: 0; }
.post-cat { display: inline-block; width: max-content; font: 700 .75rem/1 var(--body); color: var(--lagoon); background: var(--lagoon-soft); padding: .4rem .6rem; border-radius: 6px; }
.post-meta { font-size: .85rem; color: var(--ink-3); margin-top: auto; }
.tldr { background: var(--paper); border-left: 4px solid var(--butter); padding: 1rem 1.25rem; border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: 1.05rem; }
.post .page-head .post-cat { margin-bottom: 1rem; }

/* ---------- CTA + form ---------- */
.cta { background: var(--lagoon-deep); color: var(--chalk); }
.cta h2 { color: #fff; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: start; }
.cta-copy p { color: #CFE3E0; font-size: 1.1rem; margin: 1rem 0 1.25rem; }
.cta .cta-facts li::before { border-color: var(--butter); }
.cta .link-phone { color: #fff; }
.cta .btn-wa { border-color: transparent; }
.cta .lead-form { color: var(--ink); }
.cta-facts { margin-bottom: 1.5rem; }
.cta-facts li { padding: .35rem 0 .35rem 1.4rem; position: relative; font-weight: 600; }
.cta-facts li::before { content: ""; position: absolute; left: 0; top: .85rem; width: 12px; height: 7px; border-left: 2.5px solid var(--lagoon); border-bottom: 2.5px solid var(--lagoon); transform: rotate(-45deg); }
.link-phone { display: block; margin-top: 1rem; font: 700 1.3rem/1 var(--display); letter-spacing: -.01em; }
.lead-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.75rem; display: grid; gap: 1rem; }
.lead-form.card { box-shadow: var(--shadow); }
.field { display: grid; gap: .35rem; }
.field label { font-size: .85rem; font-weight: 700; }
.field label span { font-weight: 500; color: var(--ink-3); }
.field input, .field select, .field textarea { width: 100%; font: 500 1rem/1.3 var(--body); color: var(--ink); background: var(--chalk); border: 1px solid var(--line-strong); border-radius: var(--r-sm); padding: .75rem .9rem; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,90,31,.2); }
.field textarea { resize: vertical; }
.field.two { grid-template-columns: 1fr 1fr; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .82rem; color: var(--ink-3); margin: 0; }

/* ---------- footer ---------- */
.site-footer { background: #EAEDE9; border-top: 1px solid var(--line); padding: clamp(3rem, 6vw, 5rem) 0 2rem; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr .9fr .9fr 1fr; gap: 2rem; }
.footer-brand p { color: var(--ink-2); max-width: 40ch; margin: 1.25rem 0 1rem; }
.footer-brand address { color: var(--ink-2); line-height: 1.7; }
.social { display: flex; gap: 1rem; margin-top: 1rem; }
.social a { font-weight: 700; text-decoration: underline; text-decoration-color: var(--tangerine); text-underline-offset: 4px; }
.site-footer h4 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin-bottom: .9rem; }
.site-footer ul li a { display: inline-block; padding: .22rem 0; font-weight: 600; color: var(--ink-2); }
.site-footer ul li a:hover { color: var(--tangerine-deep); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--ink-3); font-size: .85rem; }

/* ---------- WhatsApp widget ---------- */
.wa-widget { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: .75rem; }
.wa-fab { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.1rem .7rem .85rem; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 999px; box-shadow: var(--shadow); font: 700 .95rem/1 var(--body); color: var(--ink); cursor: pointer; transition: transform .25s var(--ease), border-color .2s; }
.wa-fab svg { width: 24px; height: 24px; color: var(--wa); }
.wa-fab:hover { transform: translateY(-2px); border-color: var(--wa); }
.wa-panel { width: min(320px, calc(100vw - 36px)); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow); padding: 1.1rem 1.2rem; animation: rise .3s var(--ease-out); }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }
.wa-head { display: flex; flex-direction: column; margin-bottom: .6rem; }
.wa-head span { font-size: .82rem; color: var(--ink-3); }
.wa-msg { background: var(--chalk); border-radius: 12px 12px 12px 3px; padding: .7rem .85rem; font-size: .93rem; }
.wa-note { font-size: .8rem; color: var(--ink-3); }

/* ---------- inner pages ---------- */
.page-head { padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3.5rem); }
.page-head h1 { margin-top: .5rem; }
.page-head-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 3rem; align-items: center; }
.capsule { font-size: clamp(1.05rem, 1vw + .7rem, 1.25rem); line-height: 1.55; color: var(--ink-2); max-width: 66ch; margin: 1.25rem 0 1.5rem; }
.head-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.head-figure { margin: 0; }
.head-figure img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); aspect-ratio: 4 / 3; object-fit: cover; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; font-size: .85rem; color: var(--ink-3); }
.crumbs li + li::before { content: "/"; margin-right: .35rem; color: var(--line-strong); }
.crumbs a { font-weight: 600; } .crumbs a:hover { color: var(--tangerine-deep); }
.local { background: var(--mist); }
.local-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 3rem; align-items: start; }
.local h2 { margin-bottom: 1rem; }
.local .lead { color: var(--ink); }
.local-facts { display: grid; gap: .9rem; margin-top: 1.5rem; }
.local-facts div { display: grid; grid-template-columns: 200px 1fr; gap: 1rem; padding-top: .9rem; border-top: 1px solid var(--line-strong); }
.local-facts dt { font-size: .85rem; font-weight: 700; color: var(--ink-3); }
.local-facts dd { margin: 0; }
.playbooks { background: var(--paper); border-radius: var(--r-lg); padding: 1.6rem 1.7rem; border: 1px solid var(--line); }
.playbooks h3 { margin-bottom: 1rem; }
.playbook { padding: .9rem 0 .9rem 1rem; border-left: 3px solid var(--tangerine); margin-bottom: .5rem; }
.playbook strong { display: block; font-family: var(--display); font-size: 1.05rem; margin-bottom: .2rem; }
.playbook p { margin: 0; font-size: .95rem; color: var(--ink-2); }
.prose-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 3rem; align-items: start; }
.prose { font-size: 1.08rem; }
.prose h2 { font-size: 1.7rem; margin: 2rem 0 .75rem; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3rem; margin-bottom: 1rem; }
.prose ul { list-style: disc; } .prose ol { list-style: decimal; }
.prose li { margin-bottom: .4rem; }
.prose li::marker { color: var(--tangerine); font-weight: 700; }
.prose code { font-family: ui-monospace, Menlo, monospace; font-size: .92em; background: var(--mist); padding: .1em .4em; border-radius: 4px; }
.side-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem 1.6rem; position: sticky; top: 96px; }
.side-card h3 { margin-bottom: .6rem; }
.side-card p { font-size: .97rem; color: var(--ink-2); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem 1.5rem; }
.check-grid li { padding: .9rem 0 .9rem 1.8rem; border-top: 1px solid var(--line-strong); position: relative; font-weight: 600; }
.check-grid li::before { content: ""; position: absolute; left: .2rem; top: 1.35rem; width: 12px; height: 7px; border-left: 2.5px solid var(--lagoon); border-bottom: 2.5px solid var(--lagoon); transform: rotate(-45deg); }
.bestfor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.bestfor-grid h2 { font-size: 1.7rem; margin-bottom: 1rem; }
.plain-list li { padding: .6rem 0; border-top: 1px solid var(--line-strong); }
.mini-steps { counter-reset: s; }
.mini-steps li { counter-increment: s; padding: .6rem 0 .6rem 2.4rem; border-top: 1px solid var(--line-strong); position: relative; }
.mini-steps li::before { content: counter(s); position: absolute; left: 0; top: .55rem; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: var(--ink); color: var(--chalk); font: 700 .8rem/1.6rem var(--body); text-align: center; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.related-grid h3 { font: 700 .8rem/1 var(--body); color: var(--ink-3); margin-bottom: .9rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips li a, .chips li { font-size: .9rem; font-weight: 600; }
.chips li a { display: inline-block; padding: .5rem .85rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--paper); transition: background .15s, color .15s, border-color .15s; }
.chips li a:hover { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.chips.small li { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; color: var(--ink-2); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { display: flex; flex-direction: column; gap: .4rem; padding: 1.35rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s, transform .25s var(--ease); }
.service-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.service-card strong { font: 700 1.1rem/1.25 var(--display); letter-spacing: -.01em; }
.service-card span { font-size: .9rem; color: var(--ink-3); }
.facts { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.facts th, .facts td { text-align: left; padding: .9rem 1.1rem; border-top: 1px solid var(--line); vertical-align: top; font-size: .97rem; }
.facts tr:first-child th, .facts tr:first-child td { border-top: 0; }
.facts th { width: 170px; font-weight: 700; color: var(--ink-3); font-size: .85rem; background: var(--chalk); }
.service-list { display: grid; gap: 1rem; }
.service-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 1rem 3rem; padding: 2rem 0; border-top: 1px solid var(--line-strong); }
.service-block-head h2 { font-size: 1.7rem; margin-bottom: .4rem; }
.service-block-head h2 a:hover { color: var(--tangerine-deep); }
.service-block-head p { color: var(--ink-2); }
.service-block-capsule { grid-column: 2; margin: 0 0 .5rem; }
.service-block .chips { grid-column: 2; }
.service-block-foot { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-weight: 600; color: var(--ink-3); }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.price-card { display: flex; flex-direction: column; gap: .3rem; padding: 1.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s; }
.price-card:hover { border-color: var(--ink); }
.price-card strong { font: 700 1.15rem/1.2 var(--display); }
.price-val { font: 760 1.6rem/1.1 var(--display); letter-spacing: -.02em; color: var(--tangerine-deep); margin: .3rem 0; }
.price-card > span:last-child { font-size: .9rem; color: var(--ink-3); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-card { display: flex; flex-direction: column; gap: .2rem; padding: 1.35rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s; }
.contact-card:hover { border-color: var(--ink); }
.contact-card strong { font: 700 1.2rem/1.2 var(--display); }
.contact-card span { font-weight: 600; word-break: break-word; }
.contact-card em { font-style: normal; font-size: .85rem; color: var(--ink-3); }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); min-height: 360px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.project-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.project-facts div { padding-top: .8rem; border-top: 1px solid var(--line-strong); }
.project-facts dt { font-size: .8rem; font-weight: 700; color: var(--ink-3); }
.project-facts dd { margin: .2rem 0 0; font-weight: 600; }
.project-figure { margin: 0; }
.project-figure img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); }

/* FAQ */
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.15rem 0; cursor: pointer; list-style: none; font: 650 1.12rem/1.3 var(--display); letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line-strong); position: relative; transition: background .2s; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s var(--ease); }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item[open] .faq-icon { background: var(--butter); border-color: var(--butter); }
.faq-body { padding: 0 0 1.25rem; max-width: 70ch; color: var(--ink-2); }
.faq-body p { margin: 0; }

/* tool page */
.tool-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); gap: 2rem; align-items: start; }
.dropzone { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; padding: 2.2rem 1rem; border: 2px dashed var(--line-strong); border-radius: var(--r-md); background: var(--paper); cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }
.dropzone:hover, .dropzone.is-over { border-color: var(--tangerine); background: var(--tangerine-soft); }
.dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.dropzone span { font-size: .85rem; color: var(--ink-3); }
.preview-wrap { margin-top: 1rem; background: repeating-conic-gradient(var(--mist) 0 25%, var(--paper) 0 50%) 0 0 / 20px 20px; border: 1px solid var(--line); border-radius: var(--r-md); min-height: 240px; display: grid; place-items: center; overflow: hidden; }
.preview-wrap canvas { max-width: 100%; height: auto; }
.preview-note { color: var(--ink-3); margin: 0; }
.thumbs { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .8rem; }
.thumb { position: relative; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; padding: 0; background: var(--paper); cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.is-active { border-color: var(--tangerine); }
.thumb-x { position: absolute; top: 2px; right: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; line-height: 18px; text-align: center; }
.tool-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.25rem 1.4rem; display: grid; gap: 1rem; position: sticky; top: 96px; }
.tool-panel fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.tool-panel fieldset:first-child { border-top: 0; padding-top: 0; }
.tool-panel legend { font: 700 .8rem/1 var(--body); color: var(--ink-3); padding: 0; margin-bottom: .5rem; float: left; width: 100%; }
.seg { display: grid; grid-template-columns: 1fr 1fr; background: var(--chalk); border-radius: 999px; padding: 4px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; }
.seg span { display: block; text-align: center; padding: .5rem; border-radius: 999px; font-weight: 700; font-size: .9rem; cursor: pointer; }
.seg input:checked + span { background: var(--ink); color: var(--chalk); }
.posgrid { display: grid; grid-template-columns: repeat(3, 34px); gap: 6px; }
.posgrid label { position: relative; width: 34px; height: 34px; }
.posgrid input { position: absolute; opacity: 0; }
.posgrid span { display: block; width: 100%; height: 100%; border: 1px solid var(--line-strong); border-radius: 8px; cursor: pointer; background: var(--chalk); }
.posgrid input:checked + span { background: var(--tangerine); border-color: var(--tangerine); }
.check { display: flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .95rem; }
.tool-panel input[type="range"] { width: 100%; accent-color: var(--tangerine); }
.tool-panel input[type="color"] { width: 100%; height: 40px; padding: 2px; }
.tool-actions { padding-top: .8rem; border-top: 1px solid var(--line); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .tool-icons { grid-template-columns: repeat(3, 1fr); }
  .menu-services { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav, .header-actions .btn-primary { display: none; }
  .header-actions .btn-wa span:not(.dot) { display: none; }
  .burger { display: block; }
  .hero-grid, .page-head-grid, .local-grid, .prose-grid, .where-grid, .cta-grid, .bestfor-grid, .related-grid, .contact-grid, .tool-grid, .house-grid { grid-template-columns: 1fr; }
  .score-card { justify-self: stretch; max-width: none; transform: none; }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .row-head { grid-template-columns: 1fr 44px; gap: .5rem 1rem; }
  .row-tag { grid-column: 1; }
  .row-price { grid-column: 1; width: max-content; }
  .row-plus { grid-row: 1 / span 3; }
  .row-cols { grid-template-columns: 1fr; gap: 1.25rem; }
  .work-tile, .work-tile.is-lead, .work-grid-3 .work-tile { grid-column: span 12; grid-row: auto; }
  .work-tile.is-lead figure { height: auto; aspect-ratio: 4 / 3; min-height: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .house h2 { position: static; }
  .house-list li { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .check-grid, .service-cards, .tool-icons.big { grid-template-columns: 1fr 1fr; }
  .side-card, .tool-panel { position: static; }
  .local-facts div { grid-template-columns: 1fr; gap: .2rem; }
  .project-facts { grid-template-columns: 1fr 1fr; }
  .service-block { grid-template-columns: 1fr; }
  .service-block-capsule, .service-block .chips, .service-block-foot { grid-column: 1; }
}
@media (max-width: 600px) {
  .header-row { height: 64px; gap: .75rem; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-title { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .score-form { flex-direction: column; border-radius: var(--r-md); padding: .5rem; align-items: stretch; }
  .score-form input { padding: .6rem .5rem; }
  .steps, .tool-icons, .check-grid, .service-cards, .contact-cards, .where-lists, .footer-grid, .tool-icons.big, .field.two { grid-template-columns: 1fr; }
  .facts th { width: 110px; }
  .strip-item { width: 180px; }
  .gauge { width: 150px; }
  .wa-fab span { display: none; } .wa-fab { padding: .75rem; }
}


/* ==========================================================================
   v1.1 — colour, photos, bento, features, tools
   ========================================================================== */
.tinted-tangerine { background: var(--tangerine-soft); }
.tinted-lagoon { background: var(--lagoon-soft); }
.tinted-butter { background: var(--butter-soft); }
.tinted-rose { background: var(--rose-soft); }
.tinted-plum { background: var(--plum-soft); }

/* hero collage */
.collage { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 74px; gap: .75rem; padding: .5rem 0 .5rem 1rem; }
.collage figure { margin: 0; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage .c1 { grid-column: 1 / span 3; grid-row: 1 / span 4; transform: rotate(-2deg); }
.collage .c2 { grid-column: 4 / span 3; grid-row: 1 / span 2; transform: rotate(1.5deg); }
.collage .c3 { grid-column: 4 / span 3; grid-row: 3 / span 3; transform: rotate(-1deg); }
.collage .c4 { grid-column: 1 / span 2; grid-row: 5 / span 2; }
.collage .c5 { grid-column: 3 / span 1; grid-row: 5 / span 2; }
.collage .c6 { grid-column: 4 / span 3; grid-row: 6 / span 1; display: flex; flex-direction: row; align-items: center; gap: .6rem; }
.collage .c6 span { margin: 0; }
.collage .c5 strong { font-size: 1rem; } .collage .c5 span { font-size: .72rem; }
.tile { border-radius: var(--r-md); padding: .9rem 1rem; display: flex; flex-direction: column; justify-content: center; gap: .15rem; }
.tile strong { font: 700 1.25rem/1.1 var(--display); letter-spacing: -.02em; }
.tile span { font-size: .82rem; line-height: 1.3; }
.tile-butter { background: var(--butter); color: var(--ink); }
.tile-lagoon { background: var(--lagoon); color: #fff; } .tile-lagoon span { color: #D4ECE8; }
.tile-rose { background: var(--rose); color: #fff; } .tile-rose span { color: #FFE3EE; }
.tile-plum { background: var(--plum); color: #fff; }
.sticker-float { position: absolute; top: -10px; right: 6px; transform: rotate(6deg); background: var(--tangerine); color: #fff; font-size: .78rem; box-shadow: var(--shadow); }
@media (min-width: 901px) { .collage:hover figure { transform: none; } .collage figure { transition: transform .5s var(--ease-out); } }

/* bento */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(120px, auto); gap: 1rem; }
.bento-tile { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; border: 1px solid transparent; transition: transform .3s var(--ease), box-shadow .3s; position: relative; }
.bento-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.bento-tile figure { margin: 0; flex: 1 1 220px; min-height: 220px; }
.bento-tile img { width: 100%; height: 100%; object-fit: cover; }
.bento-body { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; }
.bento-body h3 { font-size: 1.45rem; }
.bento-body p { margin: 0; font-size: .97rem; color: var(--ink-2); }
.bento-link { margin-top: .4rem; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.b-ecom { grid-column: span 7; grid-row: span 2; background: var(--tangerine-soft); } .b-ecom .bento-link { text-decoration-color: var(--tangerine); }
.b-web { grid-column: span 5; grid-row: span 2; background: var(--lagoon-soft); } .b-web .bento-link { text-decoration-color: var(--lagoon); }
.b-social { grid-column: span 4; grid-row: span 2; background: var(--rose-soft); } .b-social .bento-link { text-decoration-color: var(--rose); }
.b-brand { grid-column: span 4; grid-row: span 2; background: var(--butter-soft); } .b-brand .bento-link { text-decoration-color: #B08A00; }
.b-seo { grid-column: span 4; grid-row: span 2; background: var(--plum); color: #fff; } .b-seo .bento-body p { color: #DAD3F5; } .b-seo .bento-link { text-decoration-color: var(--butter); color: #fff; }
.b-seo .bento-body { padding-top: 2rem; justify-content: flex-end; height: 100%; }
.b-small { grid-column: span 4; padding: 1.25rem 1.4rem; background: var(--paper); border-color: var(--line); gap: .35rem; }
.b-small h3 { font-size: 1.15rem; display: flex; align-items: center; gap: .6rem; }
.b-small h3::before { content: ""; width: 10px; height: 10px; border-radius: 50%; flex: none; }
.b-ads h3::before { background: var(--plum); } .b-content h3::before { background: var(--lagoon); } .b-graphic h3::before { background: var(--rose); }
.b-small p { margin: 0; font-size: .92rem; color: var(--ink-2); }

/* sell online feature */
.sell-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 3rem; align-items: center; }
.sell-copy h2 { max-width: 16ch; }
.sell-copy > p { color: var(--ink-2); font-size: 1.1rem; margin: 1rem 0 1.25rem; }
.check-list li { padding: .4rem 0 .4rem 1.7rem; position: relative; font-weight: 600; }
.check-list li::before { content: ""; position: absolute; left: .2rem; top: .95rem; width: 12px; height: 7px; border-left: 2.5px solid var(--tangerine); border-bottom: 2.5px solid var(--tangerine); transform: rotate(-45deg); }
.check-list.small li { font-weight: 500; font-size: .95rem; padding: .25rem 0 .25rem 1.6rem; } .check-list.small li::before { top: .8rem; }
.sell-copy .head-actions { margin-top: 1.5rem; align-items: center; }
.sell-shots { position: relative; min-height: 420px; }
.shot { margin: 0; position: absolute; width: 62%; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--paper); }
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot-a { left: 0; top: 0; transform: rotate(-3deg); z-index: 1; }
.shot-b { right: 0; bottom: 0; transform: rotate(2.5deg); z-index: 2; }
.sticker-b { position: absolute; left: 44%; top: 46%; z-index: 3; background: var(--lagoon); color: #fff; transform: rotate(-4deg); font-size: .8rem; box-shadow: var(--shadow); }

/* duo cards */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.duo-card { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.duo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.duo-card figure { margin: 0; aspect-ratio: 16 / 8; }
.duo-card img { width: 100%; height: 100%; object-fit: cover; }
.duo-body { padding: 1.6rem 1.7rem 1.8rem; display: flex; flex-direction: column; gap: .6rem; }
.duo-body h3 { font-size: 1.5rem; max-width: 20ch; }
.duo-body p { margin: 0; color: var(--ink-2); }
.tinted-rose .bento-link { text-decoration-color: var(--rose); } .tinted-butter .bento-link { text-decoration-color: #B08A00; }
.tinted-rose .check-list li::before { border-color: var(--rose); } .tinted-butter .check-list li::before { border-color: #B08A00; }

/* process colour */
.steps li:nth-child(2) .step-n { color: var(--lagoon); } .steps li:nth-child(3) .step-n { color: var(--plum); } .steps li:nth-child(4) .step-n { color: var(--rose); }

/* where: three lists */
.where-lists { grid-template-columns: 1fr 1fr 1fr; }
.where-copy .head-actions { gap: 1.25rem; }

/* international */
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.country-card { background: var(--paper); border-radius: var(--r-md); padding: 1.35rem 1.4rem; border: 1px solid var(--line); }
.country-card h3 { margin-bottom: .2rem; } .country-card p { font-size: .85rem; color: var(--ink-3); margin-bottom: .8rem; }

/* SEO score results */
.result-grid { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 2.5rem; align-items: start; margin-bottom: 2rem; }
.score-card.static { transform: none; justify-self: start; }
.gauge-fg.good { stroke: var(--lagoon); } .gauge-fg.warn { stroke: var(--tangerine); } .gauge-fg.bad { stroke: var(--rose); }
.result-side h2 { font-size: 1.7rem; margin-bottom: .8rem; }
.fixes { counter-reset: f; margin-bottom: 1.5rem; }
.fixes li { counter-increment: f; padding: .7rem 0 .7rem 2.4rem; position: relative; border-top: 1px solid var(--line-strong); font-weight: 600; }
.fixes li::before { content: counter(f); position: absolute; left: 0; top: .6rem; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: var(--tangerine); color: #fff; font: 700 .8rem/1.6rem var(--body); text-align: center; }
.result-cta { display: flex; gap: .75rem; flex-wrap: wrap; }
.findings { display: grid; gap: .6rem; }
.finding-group { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0 1.25rem; }
.finding-group summary { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; cursor: pointer; list-style: none; font: 650 1.1rem/1.2 var(--display); }
.finding-group summary::-webkit-details-marker { display: none; }
.fg-score { font: 760 1.1rem/1 var(--display); padding: .4rem .7rem; border-radius: 999px; color: #fff; }
.fg-score.good { background: var(--lagoon); } .fg-score.warn { background: var(--tangerine); } .fg-score.bad { background: var(--rose); }
.finding-group ul { padding: 0 0 1rem; display: grid; gap: .4rem; }
.finding-group li { padding-left: 1.5rem; position: relative; font-size: .95rem; }
.finding-group li::before { content: ""; position: absolute; left: 0; top: .5rem; width: 9px; height: 9px; border-radius: 50%; }
.f-good::before { background: var(--lagoon); } .f-warn::before { background: var(--tangerine); } .f-bad::before { background: var(--rose); }

/* compressor + merge lists */
.cp-table { width: 100%; border-collapse: collapse; margin-top: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; font-size: .92rem; }
.cp-table th, .cp-table td { text-align: left; padding: .6rem .8rem; border-top: 1px solid var(--line); vertical-align: middle; }
.cp-table th { font-size: .78rem; color: var(--ink-3); background: var(--chalk); border-top: 0; }
.cp-table td:first-child { display: flex; align-items: center; gap: .6rem; }
.cp-table td:first-child img { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; }
.cp-table td:first-child small { color: var(--ink-3); }
.cp-table b.good { color: var(--lagoon); } .cp-table b.warn { color: var(--tangerine-deep); }
.pdf-list { margin-top: 1rem; display: grid; gap: .5rem; }
.pdf-list li { display: grid; grid-template-columns: 34px 1fr auto auto; gap: .6rem; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); padding: .6rem .8rem; cursor: grab; }
.pdf-list li.is-dragging { opacity: .5; }
.pdf-idx { width: 28px; height: 28px; border-radius: 50%; background: var(--plum); color: #fff; font: 700 .85rem/28px var(--body); text-align: center; }
.pdf-name { font-weight: 600; word-break: break-word; }
.pdf-list small { color: var(--ink-3); }
.pdf-actions { display: flex; gap: .3rem; }
.pdf-actions button { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line-strong); background: var(--chalk); cursor: pointer; font-weight: 700; }
.pdf-actions .thumb-x { position: static; width: 30px; height: 30px; border-radius: 8px; line-height: 30px; }

/* cost calculator */
.calc fieldset { border: 0; padding: 0 0 1.5rem; margin: 0; }
.calc legend { font: 700 1.2rem/1.2 var(--display); margin-bottom: .8rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.choice { position: relative; display: block; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: flex; flex-direction: column; gap: .15rem; padding: .85rem 1rem; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: var(--paper); cursor: pointer; transition: border-color .15s, background .15s; }
.choice span strong { font-weight: 700; font-size: .95rem; } .choice span small { color: var(--ink-3); }
.choice input:checked + span { border-color: var(--ink); background: var(--butter-soft); }
.choice input:focus-visible + span { outline: 3px solid var(--tangerine); outline-offset: 2px; }
.calc-result h3 { margin-bottom: .5rem; }
.calc-range { font: 760 1.9rem/1.1 var(--display); letter-spacing: -.02em; margin: 0 0 .3rem; }
.calc-range em { font: 500 1rem var(--body); color: var(--ink-3); padding: 0 .3rem; }
.calc-weeks { font-size: .9rem; color: var(--ink-2); }
.calc-lines { display: grid; gap: .3rem; margin: .8rem 0; font-size: .88rem; }
.calc-lines li { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; border-top: 1px solid var(--line); }
.calc-lines b { white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc-monthly { font-size: .9rem; background: var(--lagoon-soft); padding: .7rem .9rem; border-radius: var(--r-sm); }

@media (max-width: 1100px) { .bento-body h3 { font-size: 1.25rem; } }
@media (max-width: 900px) {
  .collage { grid-auto-rows: 64px; padding: 1rem 0 0; }
  .collage figure { transform: none !important; }
  .collage .c6 { flex-direction: column; align-items: flex-start; gap: .1rem; grid-row: 6 / span 2; }
  .collage .c4 { grid-row: 5 / span 3; }
  .strip-head a { white-space: nowrap; }
  .bento-tile, .b-ecom, .b-web, .b-social, .b-brand, .b-seo, .b-small { grid-column: span 6; grid-row: auto; }
  .b-ecom, .b-web { grid-column: span 12; }
  .bento-tile figure { min-height: 180px; flex-basis: 180px; }
  .sell-grid, .duo-grid, .result-grid { grid-template-columns: 1fr; }
  .sell-shots { min-height: 300px; }
  .where-lists, .country-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .bento-tile, .b-social, .b-brand, .b-seo, .b-small { grid-column: span 12; }
  .where-lists, .country-grid { grid-template-columns: 1fr; }
  .hero-links .btn { width: 100%; justify-content: center; }
  .collage .c5 { display: none; } .collage .c4 { grid-column: 1 / span 3; }
  .sell-shots { min-height: 260px; }
}

/* ---------- motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .marquee { mask-image: none; -webkit-mask-image: none; overflow-x: auto; }
  .marquee-track { width: auto; }
  .gauge-fg { transition: none; }
  html { scroll-behavior: auto; }
}
