@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500&display=swap');

:root {
  --background: #ffffff;
  --ink: #090a0d;
  --ink-soft: #747984;
  --brand: #2866ed;
  --brand-light: #6e99ff;
  --deep: #101725;
  --deep-blue: #11274d;
  --surface: #f2f3f5;
  --hairline: #e3e5ea;
  --card: 1.5rem;
  --card-lg: 2rem;
  --pill: 999px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.locked { overflow: hidden; height: 100%; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: "Onest", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--brand-light); outline-offset: 3px; }

main { width: 100%; overflow: clip; padding: .75rem; }
.section { padding: 7.5rem 2.5rem; }
.dark { background: var(--deep); color: white; border-radius: var(--card-lg); }

.loader { position: fixed; inset: 0; z-index: 300; display: grid; place-content: center; gap: 2rem; background: var(--deep); color: white; animation: curtain .85s 1.4s cubic-bezier(.65,0,.35,1) forwards; }
.load-track { width: 11rem; height: 1px; background: rgba(255,255,255,.2); overflow: hidden; justify-self: center; }
.load-track span { display: block; width: 100%; height: 100%; background: white; transform-origin: left; animation: load 1.28s .12s cubic-bezier(.65,0,.35,1) both; }
@keyframes load { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes curtain { to { transform: translateY(-105%); } }

.brand { display: inline-flex; align-items: center; width: max-content; color: var(--ink); }
.brand-light { color: white; }
.brand img { width: 8.6rem; height: auto; }
.loader .brand img { width: 15rem; }
.footer .brand img { width: 11rem; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 1.5rem); overflow: hidden; display: flex; flex-direction: column; border-radius: var(--card-lg); background: var(--deep-blue); color: white; }
.hero-image { position: absolute; z-index: -3; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; object-position: center 55%; filter: saturate(.7) contrast(1.05); }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(4,8,18,.73) 0%, rgba(7,18,42,.28) 42%, rgba(7,11,20,.9) 100%), linear-gradient(90deg, rgba(8,14,27,.28), transparent 65%); }
.header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2rem 2.5rem 0; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.nav-left { display: flex; gap: 2rem; }
.nav-left a, .text-button { opacity: .78; transition: opacity .25s; }
.nav-left a:hover, .text-button:hover { opacity: 1; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1.25rem; }
.text-button { border: 0; border-bottom: 1px solid rgba(255,255,255,.5); padding: .35rem 0; background: none; color: white; text-transform: uppercase; letter-spacing: .12em; }
.burger { display: grid; place-content: center; gap: 5px; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); backdrop-filter: blur(12px); transition: background .25s; }
.burger:hover { background: rgba(255,255,255,.24); }
.burger span { display: block; width: 1.05rem; height: 1px; background: white; }

.hero-copy { padding: 7.5vh 2.5rem 0; }
.hero-copy .eyebrow { opacity: 0; transform: translateY(20px); transition: .8s .1s; }
.hero-copy h1 { margin: 1.1rem 0 0; font-size: clamp(4.4rem, 8.3vw, 10rem); line-height: .87; letter-spacing: -.055em; text-transform: uppercase; font-weight: 500; }
.hero-copy h1 span { display: block; overflow: hidden; padding-bottom: .12em; transform: translateY(115%); opacity: 0; transition: transform 1.05s cubic-bezier(.16,1,.3,1), opacity .4s; }
.hero-copy h1 span:nth-child(2) { transition-delay: .12s; }
.hero-copy.ready .eyebrow, .hero-copy.ready h1 span { opacity: 1; transform: translateY(0); }
.hero-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: 2rem 2.5rem 2.5rem; opacity: 0; transform: translateY(24px); transition: opacity .8s .55s, transform .8s .55s cubic-bezier(.16,1,.3,1); }
.hero-bottom.ready { opacity: 1; transform: none; }
.hero-intro { max-width: 34rem; margin: 0; color: rgba(255,255,255,.78); font-size: 1.1rem; line-height: 1.55; }
.button-row { display: flex; gap: .75rem; margin-top: 1.5rem; flex-wrap: wrap; }
.pill { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.15rem; border: 0; border-radius: var(--pill); padding: .85rem 1.6rem; font-size: .75rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.pill:hover { transform: translateY(-2px); }
.pill:hover .arrow { transform: translateX(5px); }
.pill-light { background: white; color: var(--deep); }
.pill-light:hover { background: var(--brand); color: white; }
.pill-glass { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: white; backdrop-filter: blur(12px); }
.pill-glass:hover { background: rgba(255,255,255,.2); }
.pill-dark { background: var(--ink); color: white; }
.pill-dark:hover { background: var(--brand); }
.arrow { display: inline-block; transition: transform .25s; }
.hero-card { width: 16rem; flex: 0 0 auto; display: grid; gap: .35rem; padding: 1.2rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--card); background: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.hero-card strong { font-size: 2.6rem; line-height: 1; font-weight: 500; }
.hero-card strong small { font-size: 1rem; opacity: .7; }
.hero-card > span { color: rgba(255,255,255,.66); font-size: .75rem; }
.hero-card a { margin-top: .7rem; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.17); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0; color: var(--ink-soft); font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--brand); }
.eyebrow-light { color: rgba(255,255,255,.65); }
.eyebrow-light i { background: var(--brand-light); }

.trust-strip { margin: .75rem 0; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--hairline); border-radius: var(--card); overflow: hidden; background: white; }
.trust-strip span { padding: 1.2rem 1rem; text-align: center; color: var(--ink-soft); font-size: .66rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; border-right: 1px solid var(--hairline); }
.trust-strip span:last-child { border: 0; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; max-width: 92rem; margin: auto; }
.section h2, .stats h2, .footer h2 { margin: 1rem 0 0; font-size: clamp(3.1rem, 5vw, 6rem); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
.section-heading > p { max-width: 29rem; justify-self: end; margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.dark .section-heading > p { color: rgba(255,255,255,.62); }
.services { background: var(--surface); padding-top: 8rem; padding-bottom: 10rem; }
.service-list { max-width: 92rem; margin: 5rem auto 0; }
.service-row { width: 100%; display: grid; grid-template-columns: 3.5rem 1fr auto; gap: 1.5rem; align-items: center; border: 0; border-top: 1px solid #d8dbe1; padding: 1.7rem 0; text-align: left; background: transparent; }
.service-row:last-child { border-bottom: 1px solid #d8dbe1; }
.service-number { color: var(--ink-soft); font-size: .8rem; }
.service-main { display: grid; grid-template-columns: minmax(14rem,.72fr) minmax(16rem,1fr) auto; gap: 2rem; align-items: center; }
.service-main strong { font-size: clamp(1.6rem,2.2vw,2.8rem); line-height: 1; font-weight: 500; letter-spacing: -.04em; text-transform: capitalize; }
.service-main small { max-width: 35rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.55; }
.service-main em { display: flex; justify-content: flex-end; gap: .35rem; font-style: normal; }
.service-main i { border: 1px solid #d8dbe1; border-radius: var(--pill); padding: .45rem .7rem; color: var(--ink-soft); font-size: .58rem; font-style: normal; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.round-arrow { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid #d8dbe1; border-radius: 50%; transition: .3s; }
.service-row:hover .round-arrow { transform: translateX(8px); background: var(--brand); border-color: var(--brand); color: white; }

.projects { border-radius: var(--card-lg); padding-bottom: 5rem; }
.project-grid { max-width: 92rem; margin: 5rem auto 0; display: grid; grid-template-columns: 1.6fr 1fr; grid-template-rows: 23rem 23rem; gap: 1.1rem; }
.project-card { position: relative; overflow: hidden; min-height: 18rem; border-radius: var(--card); background: #222; }
.project-card.large { grid-row: 1 / 3; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.project-card:hover img { transform: scale(1.035); }
.project-card:after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(5,8,13,.76)); }
.project-card figcaption { position: absolute; z-index: 2; inset: auto 1.2rem 1.2rem; display: grid; gap: .25rem; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.17); border-radius: .9rem; background: rgba(11,18,31,.42); backdrop-filter: blur(12px); }
.project-card figcaption b { font-size: .9rem; font-weight: 500; }
.project-card figcaption span { color: rgba(255,255,255,.7); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }

.comparison { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; align-items: center; max-width: 100rem; margin: 0 auto; }
.comparison-copy p { max-width: 27rem; margin: 1.5rem 0 2rem; color: var(--ink-soft); line-height: 1.65; }
.compare { --split: 56%; position: relative; overflow: hidden; aspect-ratio: 5/4; border-radius: var(--card-lg); background: var(--surface); }
.compare > img, .compare-after img { width: 100%; height: 100%; object-fit: cover; }
.compare-after { position: absolute; inset: 0; width: var(--split); overflow: hidden; border-right: 2px solid white; }
.compare-after img { width: calc(100% * 100 / var(--split)); max-width: none; }
.compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-line { position: absolute; z-index: 3; left: var(--split); top: 0; bottom: 0; transform: translateX(-50%); display: grid; place-items: center; pointer-events: none; }
.compare-line i { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: white; color: var(--deep); font-style: normal; box-shadow: 0 12px 35px rgba(9,12,19,.25); }
.compare-label { position: absolute; z-index: 2; top: 1.2rem; border-radius: var(--pill); padding: .55rem .8rem; background: rgba(12,19,31,.5); color: white; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); }
.before-label { right: 1.2rem; } .after-label { left: 1.2rem; }

.about { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; align-items: center; padding-top: 4rem; }
.about-photo { position: relative; min-height: 35rem; overflow: hidden; margin: 0; border-radius: var(--card-lg); background: var(--deep-blue); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-photo:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(4,8,18,.8)); }
.about-photo figcaption { position: absolute; z-index: 1; inset: auto 1.5rem 1.5rem; color: white; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.about-copy { max-width: 49rem; }
.about-copy p { max-width: 42rem; margin: 1.7rem 0; color: var(--ink-soft); line-height: 1.7; }
.about-copy blockquote { margin: 2rem 0; padding: 1.4rem 0 1.4rem 1.6rem; border-left: 2px solid var(--brand); font-size: 1.2rem; line-height: 1.5; }

.stats { margin-top: .75rem; padding: 6.5rem 2.5rem 5rem; }
.stats-head, .stats dl, .stats-note { max-width: 92rem; margin-left: auto; margin-right: auto; }
.stats dl { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; margin-top: 4.5rem; }
.stats dl > div { padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.18); }
.stats dt { color: rgba(255,255,255,.48); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.stats dd { margin: 1.5rem 0 0; display: grid; gap: .5rem; }
.stats dd strong { font-size: clamp(3.7rem,5.4vw,6.5rem); line-height: .8; font-weight: 500; letter-spacing: -.06em; }
.stats dd span { color: rgba(255,255,255,.62); font-size: .75rem; }
.stats-note { margin-top: 2.4rem; color: rgba(255,255,255,.38); font-size: .62rem; }

.process { background: var(--surface); display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid #d8dbe1; }
.process li:last-child { border-bottom: 1px solid #d8dbe1; }
.process li > span { color: var(--ink-soft); font-size: .72rem; }
.process li b { font-size: 1.25rem; font-weight: 500; }
.process li p { margin: .45rem 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.5; }

.review-grid { max-width: 92rem; margin: 4rem auto 2.5rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review-card { min-height: 25rem; margin: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 1.8rem; border-radius: var(--card); background: var(--surface); transition: transform .3s; }
.review-card:hover { transform: translateY(-8px); }
.stars { color: var(--brand); font-size: .85rem; letter-spacing: .16em; }
.review-card blockquote { margin: auto 0; font-size: 1.2rem; line-height: 1.6; }
.review-card figcaption { display: grid; gap: .35rem; padding-top: 1rem; border-top: 1px solid var(--hairline); }
.review-card figcaption b { font-size: .82rem; font-weight: 500; }
.review-card figcaption span { color: var(--ink-soft); font-size: .72rem; }
.inline-link { display: flex; gap: .6rem; width: max-content; margin: auto; padding-bottom: .25rem; border-bottom: 1px solid var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }

.areas { margin-top: .75rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.areas-copy p { max-width: 27rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.area-list a { display: grid; grid-template-columns: 2rem 1fr auto; gap: .7rem; align-items: center; border-top: 1px solid rgba(255,255,255,.16); padding: 1.35rem 0; color: white; text-align: left; font-size: 1.15rem; }
.area-list a:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
.area-list a:nth-child(odd) { padding-right: 1.5rem; }
.area-list a:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.16); }
.area-list a span:first-child { color: rgba(255,255,255,.4); font-size: .65rem; }
.area-list a:hover .arrow { transform: translateX(5px); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6rem; }
.faq-heading { position: sticky; top: 2rem; align-self: start; }
.faq-list details { border-top: 1px solid var(--hairline); }
.faq-list details:last-child { border-bottom: 1px solid var(--hairline); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.45rem 0; font-size: 1.05rem; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.5rem; font-weight: 400; color: var(--brand); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 43rem; margin: -.25rem 3rem 1.5rem 0; color: var(--ink-soft); line-height: 1.65; font-size: .86rem; }

.footer { margin-top: .75rem; padding: 5rem 2.5rem 2rem; }
.footer-cta { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise { display: flex; align-items: center; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.62); font-size: .76rem; }
.promise b { color: var(--brand-light); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 4rem; padding: 4rem 0; }
.footer-grid > div > p { max-width: 23rem; margin: 1.2rem 0; color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.6; }
.footer-grid address { color: rgba(255,255,255,.72); font-size: .75rem; line-height: 1.6; font-style: normal; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; font-size: .76rem; color: rgba(255,255,255,.7); }
.footer-grid nav b { margin-bottom: .5rem; color: rgba(255,255,255,.4); font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.footer-grid nav button { border: 0; padding: 0; background: none; color: inherit; }
.footer-grid nav a:hover, .footer-grid nav button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.7rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.menu-overlay, .modal { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.menu-overlay.open, .modal.open { pointer-events: auto; visibility: visible; opacity: 1; }
.menu-overlay { z-index: 110; padding: .75rem; background: rgba(10,17,31,.5); backdrop-filter: blur(10px); }
.menu-panel { min-height: calc(100svh - 1.5rem); display: flex; flex-direction: column; padding: 2rem 2.5rem 2.5rem; border-radius: var(--card-lg); background: var(--deep); color: white; transform: translateY(-24px); transition: transform .5s cubic-bezier(.16,1,.3,1); }
.menu-overlay.open .menu-panel { transform: none; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.close { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: white; font-size: 1.5rem; line-height: 1; transition: transform .25s, background .25s; }
.close:hover { transform: rotate(90deg); background: rgba(255,255,255,.22); }
.menu-panel > nav { margin: auto 0; display: flex; flex-direction: column; }
.menu-panel > nav a { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); padding: .45rem 0; font-size: clamp(3rem,5vw,6rem); line-height: 1; letter-spacing: -.05em; transition: color .25s; }
.menu-panel > nav a:hover { color: var(--brand-light); }
.menu-panel > nav a:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.menu-panel > .pill { align-self: flex-end; }

.modal { z-index: 150; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,12,24,.62); backdrop-filter: blur(10px); }
.modal-card { position: relative; width: min(100%, 42rem); max-height: 92svh; overflow-y: auto; border-radius: var(--card-lg); background: white; padding: 2.25rem; box-shadow: 0 30px 100px rgba(0,0,0,.35); transform: translateY(24px) scale(.97); transition: transform .45s cubic-bezier(.16,1,.3,1); }
.modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 1.4rem; right: 1.4rem; background: var(--surface); color: var(--ink); }
.modal-card h2 { margin: .9rem 0 1.7rem; font-size: 3.3rem; line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.modal-card form { display: grid; gap: .95rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.modal-card label { display: grid; gap: .45rem; color: var(--ink-soft); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.modal-card input, .modal-card textarea, .modal-card select { width: 100%; min-height: 3rem; border: 1px solid var(--hairline); border-radius: .75rem; background: var(--surface); padding: .8rem .9rem; color: var(--ink); font-size: .86rem; letter-spacing: 0; text-transform: none; resize: vertical; }
.modal-card input:focus, .modal-card textarea:focus, .modal-card select:focus { border-color: var(--brand); outline: 1px solid var(--brand); }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: .7rem !important; text-transform: none !important; letter-spacing: 0 !important; line-height: 1.45; }
.consent input { width: 1rem; min-height: 1rem; margin-top: .1rem; accent-color: var(--brand); }
.submit { width: 100%; margin-top: .4rem; }
.form-note { margin: .1rem 0 0; color: var(--ink-soft); font-size: .7rem; text-align: center; }
.form-note b { color: var(--ink); }
.success { display: grid; justify-items: center; gap: .8rem; border-radius: var(--card); background: var(--surface); padding: 2.5rem; text-align: center; }
.success > span { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--brand); color: white; }
.success h3 { margin: .4rem 0 0; font-size: 1.3rem; }
.success p { max-width: 29rem; margin: 0 0 1rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.55; }

.mobile-cta { display: none; }

@media (max-width: 1024px) {
  .nav-left { display: none; }
  .header { grid-template-columns: 1fr 1fr; }
  .header > .brand { justify-self: start; }
  .service-main { grid-template-columns: .8fr 1fr; }
  .service-main em { display: none; }
  .comparison, .about, .process, .areas, .faq { gap: 3rem; }
}

@media (max-width: 768px) {
  main { padding: .5rem; padding-bottom: 4.2rem; }
  .section { padding: 5.5rem 1.3rem; }
  .hero { min-height: calc(100svh - 4.7rem); border-radius: 1.5rem; }
  .header { padding: 1.4rem 1.3rem 0; }
  .text-button { display: none; }
  .brand img { width: 7rem; }
  .hero-copy { padding: 12vh 1.3rem 0; }
  .hero-copy h1 { font-size: clamp(3.4rem, 14vw, 6rem); white-space: normal; }
  .hero-bottom { padding: 1.5rem 1.3rem 1.4rem; }
  .hero-card { display: none; }
  .hero-intro { max-width: 30rem; font-size: .92rem; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span { border-bottom: 1px solid var(--hairline); }
  .trust-strip span:last-child { grid-column: 1/-1; }
  .section-heading, .comparison, .about, .process, .areas, .faq { grid-template-columns: 1fr; }
  .section-heading { gap: 1.7rem; }
  .section-heading > p { justify-self: start; }
  .section h2, .stats h2, .footer h2 { font-size: clamp(2.8rem,12vw,4.2rem); }
  .service-list { margin-top: 3rem; }
  .service-row { grid-template-columns: 2.2rem 1fr auto; gap: .7rem; }
  .service-main { display: grid; grid-template-columns: 1fr; gap: .55rem; }
  .service-main strong { font-size: 1.55rem; }
  .service-main small { font-size: .75rem; }
  .round-arrow { width: 2.5rem; height: 2.5rem; }
  .project-grid { margin-top: 3rem; grid-template-columns: 1fr; grid-template-rows: repeat(3,22rem); }
  .project-card.large { grid-row: auto; }
  .comparison { gap: 2.5rem; }
  .compare { aspect-ratio: 4/5; }
  .about { gap: 2.5rem; }
  .about-photo { min-height: 27rem; }
  .stats { padding: 5.5rem 1.3rem; }
  .stats dl { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
  .process { gap: 3rem; }
  .review-grid { margin-top: 3rem; grid-template-columns: 1fr; }
  .review-card { min-height: 20rem; }
  .areas { gap: 3rem; }
  .area-list { grid-template-columns: 1fr; }
  .area-list a:nth-child(even), .area-list a:nth-child(odd) { padding-left: 0; padding-right: 0; border-left: 0; }
  .area-list a:nth-last-child(2) { border-bottom: 0; }
  .faq-heading { position: static; }
  .footer { padding: 4rem 1.3rem 1.5rem; }
  .footer-cta { align-items: start; flex-direction: column; }
  .promise { align-items: start; flex-direction: column; gap: .5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; }
  .footer-grid > div { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .menu-overlay { padding: .5rem; }
  .menu-panel { min-height: calc(100svh - 1rem); padding: 1.4rem 1.3rem 1.5rem; }
  .menu-panel > nav a { padding: .65rem 0; font-size: 2.7rem; }
  .modal { align-items: end; padding: .5rem; }
  .modal-card { max-height: 94svh; padding: 1.5rem; border-radius: 1.5rem; }
  .modal-card h2 { font-size: 2.7rem; }
  .modal-close { top: 1rem; right: 1rem; }
  .mobile-cta { position: fixed; z-index: 80; left: .5rem; right: .5rem; bottom: .5rem; display: grid; grid-template-columns: .75fr 1.15fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--pill); background: var(--deep); box-shadow: 0 10px 35px rgba(0,0,0,.2); }
  .mobile-cta button, .mobile-cta a { display: grid; place-items: center; border: 0; padding: .92rem .5rem calc(.92rem + env(safe-area-inset-bottom)); background: transparent; color: white; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-cta .whatsapp { background: var(--brand); }
}

@media (max-width: 520px) {
  .hero-copy { padding-top: 10vh; }
  .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .pill { padding-left: 1.05rem; padding-right: 1.05rem; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Detailed service and local landing pages */
.detail-main { padding: .75rem; }
.detail-hero { position: relative; isolation: isolate; min-height: 46rem; overflow: hidden; border-radius: var(--card-lg); background: var(--deep); color: white; }
.detail-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(4,8,18,.8),rgba(5,12,26,.3) 40%,rgba(5,9,18,.94)), linear-gradient(90deg,rgba(5,9,18,.45),transparent 65%); }
.detail-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 1.4rem 2rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.detail-brand img { width: 9.5rem; }
.detail-header nav { display: flex; gap: 1.8rem; color: rgba(255,255,255,.74); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-header nav a:hover { color: white; }
.detail-quote { justify-self: end; display: inline-flex; align-items: center; gap: .6rem; border-bottom: 1px solid rgba(255,255,255,.45); padding: .4rem 0; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-hero-copy { position: absolute; inset: auto 2.5rem 3rem; max-width: 92rem; }
.breadcrumbs { display: flex; gap: .4rem; margin-bottom: 5rem; color: rgba(255,255,255,.55); font-size: .66rem; }
.breadcrumbs span { display: flex; gap: .4rem; }
.breadcrumbs i { font-style: normal; opacity: .45; }
.detail-hero-copy > p, .detail-kicker { margin: 0; color: var(--brand-light); font-size: .68rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.detail-hero-copy h1 { max-width: 74rem; margin: .8rem 0 1.8rem; font-size: clamp(4rem,7.2vw,8.5rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; font-weight: 500; }
.detail-hero-copy > div { display: flex; align-items: center; gap: .75rem; }
.detail-hero-copy > div > p { max-width: 38rem; margin: 0 auto 0 0; color: rgba(255,255,255,.75); line-height: 1.6; }
.detail-overview, .detail-story, .detail-process, .detail-related, .detail-faq, .area-intro, .area-nearby { max-width: 96rem; margin: 0 auto; padding: 7rem 2rem; }
.detail-overview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.detail-overview h2, .detail-story h2, .detail-process h2, .detail-related h2, .detail-faq h2, .area-intro h2, .area-nearby h2 { margin: .8rem 0 0; font-size: clamp(2.8rem,4.6vw,5.3rem); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
.detail-overview ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.detail-overview li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .5rem; align-items: center; border-top: 1px solid var(--hairline); padding: 1.25rem 0; font-size: .92rem; }
.detail-overview li:nth-child(odd) { padding-right: 1.4rem; }
.detail-overview li:nth-child(even) { padding-left: 1.4rem; border-left: 1px solid var(--hairline); }
.detail-overview li span { color: var(--ink-soft); font-size: .65rem; }
.detail-story { max-width: none; border-radius: var(--card-lg); background: var(--surface); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.detail-story figure { min-height: 39rem; overflow: hidden; margin: 0; border-radius: var(--card-lg); }
.detail-story figure img { width: 100%; height: 39rem; object-fit: cover; }
.detail-story > div { max-width: 43rem; }
.detail-story > div > p:not(.detail-kicker) { color: var(--ink-soft); line-height: 1.75; }
.detail-inline { display: inline-flex; gap: .6rem; margin-top: 1.2rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-process { padding-top: 8rem; padding-bottom: 8rem; }
.detail-process > h2 { max-width: 54rem; }
.detail-process ol { list-style: none; display: grid; grid-template-columns: repeat(5,1fr); margin: 4rem 0 0; padding: 0; }
.detail-process li { min-height: 12rem; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--hairline); border-right: 1px solid var(--hairline); padding: 1.2rem; }
.detail-process li:last-child { border-right: 0; }
.detail-process li span { color: var(--brand); font-size: .66rem; }
.detail-process li b { max-width: 11rem; font-size: 1rem; line-height: 1.4; font-weight: 500; }
.detail-related { max-width: none; border-radius: var(--card-lg); background: var(--deep); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.detail-related > div:last-child { display: grid; align-content: start; }
.detail-related a { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.16); padding: 1.3rem 0; }
.detail-related a:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.detail-related a:hover { color: var(--brand-light); }
.detail-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6rem; }
.detail-faq details { border-top: 1px solid var(--hairline); }
.detail-faq details:last-child { border-bottom: 1px solid var(--hairline); }
.detail-faq summary { list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; cursor: pointer; }
.detail-faq summary::-webkit-details-marker { display: none; }
.detail-faq summary span { color: var(--brand); font-size: 1.3rem; }
.detail-faq details[open] summary span { transform: rotate(45deg); }
.detail-faq details p { max-width: 43rem; margin: -.2rem 2rem 1.4rem 0; color: var(--ink-soft); line-height: 1.65; }
.detail-cta { margin-top: .75rem; min-height: 28rem; border-radius: var(--card-lg); background: linear-gradient(130deg,#0d1830,#164fb7); color: white; display: flex; justify-content: space-between; align-items: end; gap: 4rem; padding: 5rem 3rem; }
.detail-cta h2 { max-width: 55rem; margin: .8rem 0 1rem; font-size: clamp(3.2rem,5.2vw,6rem); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.detail-cta p:not(.detail-kicker) { color: rgba(255,255,255,.66); }
.detail-cta > div:last-child { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: flex-end; }
.detail-footer { margin-top: .75rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 4rem; border-radius: var(--card-lg); background: #080c14; color: white; padding: 4rem 2.5rem 2rem; }
.detail-footer .detail-brand img { width: 11rem; }
.detail-footer > div > p { max-width: 22rem; color: rgba(255,255,255,.5); font-size: .78rem; line-height: 1.6; }
.detail-footer nav, .detail-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; color: rgba(255,255,255,.68); font-size: .76rem; }
.detail-footer b { margin-bottom: .4rem; color: rgba(255,255,255,.4); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.detail-footer small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 1.5rem; color: rgba(255,255,255,.35); }
.detail-mobile-cta { display: none; }
.area-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; align-items: center; }
.area-intro > div > p:last-child { max-width: 43rem; color: var(--ink-soft); line-height: 1.75; }
.area-intro aside { min-height: 24rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--card-lg); background: linear-gradient(145deg,var(--deep-blue),#1d5ee0); color: white; padding: 2rem; }
.area-intro aside p, .area-intro aside span { margin: 0; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.area-intro aside strong { font-size: clamp(2.3rem,4vw,4.2rem); line-height: .96; letter-spacing: -.05em; font-weight: 500; }
.area-nearby > div { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 3rem; }
.area-nearby a { display: flex; justify-content: space-between; border-top: 1px solid var(--hairline); border-right: 1px solid var(--hairline); padding: 1.4rem; font-size: 1.05rem; }
.area-nearby a:last-child { border-right: 0; }

/* Data-driven projects archive */
.projects-archive-hero { position: relative; isolation: isolate; min-height: 46rem; overflow: hidden; border-radius: var(--card-lg); background: var(--deep); color: white; }
.projects-archive-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.projects-archive-copy { position: absolute; inset: auto 2.5rem 3rem; max-width: 92rem; }
.projects-archive-copy > p { margin: 0; color: var(--brand-light); font-size: .68rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.projects-archive-copy h1 { max-width: 74rem; margin: .8rem 0 1.8rem; font-size: clamp(4rem,7.2vw,8.5rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; font-weight: 500; }
.projects-archive-copy > div { display: flex; align-items: center; gap: .75rem; }
.projects-archive-copy > div > p { max-width: 38rem; margin: 0 auto 0 0; color: rgba(255,255,255,.75); line-height: 1.6; }
.projects-archive-intro { max-width: 96rem; margin: 0 auto; padding: 7rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: end; }
.projects-archive-intro h2, .project-case-copy h2 { margin: .8rem 0 0; font-size: clamp(2.8rem,4.6vw,5.3rem); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
.projects-archive-intro dl { margin: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--hairline); }
.projects-archive-intro dl div { min-height: 9rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1rem; border-right: 1px solid var(--hairline); }
.projects-archive-intro dl div:last-child { border-right: 0; }
.projects-archive-intro dt { color: var(--ink-soft); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.projects-archive-intro dd { margin: 0; color: var(--brand); font-size: 2.1rem; line-height: 1; letter-spacing: -.04em; }
.projects-archive-list { display: grid; gap: .75rem; }
.project-case { display: grid; grid-template-columns: .68fr 1.32fr; gap: 5rem; align-items: start; border-radius: var(--card-lg); background: var(--surface); padding: 5rem 2.5rem; }
.project-case:nth-child(even) { background: var(--deep); color: white; }
.project-case-copy { position: sticky; top: 2rem; }
.project-case-copy > span { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; margin-bottom: 3.5rem; border: 1px solid var(--hairline); border-radius: 50%; color: var(--brand); font-size: .64rem; }
.project-case-copy > p:not(.detail-kicker) { max-width: 34rem; color: var(--ink-soft); line-height: 1.75; }
.project-case:nth-child(even) .project-case-copy > span { border-color: rgba(255,255,255,.2); color: var(--brand-light); }
.project-case:nth-child(even) .project-case-copy > p:not(.detail-kicker) { color: rgba(255,255,255,.63); }
.project-case-copy ul { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 1.7rem 0; padding: 0; }
.project-case-copy li { border: 1px solid var(--hairline); border-radius: var(--pill); padding: .48rem .72rem; color: var(--ink-soft); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.project-case:nth-child(even) .project-case-copy li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.65); }
.project-case-copy > a { display: inline-flex; gap: .6rem; border-bottom: 1px solid currentColor; padding-bottom: .3rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.project-case-copy > a:hover { color: var(--brand); }
.project-case:nth-child(even) .project-case-copy > a:hover { color: var(--brand-light); }
.project-case-gallery { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,18rem),1fr)); gap: .75rem; }
.project-case-gallery figure { position: relative; overflow: hidden; margin: 0; aspect-ratio: 4/5; border-radius: var(--card); background: var(--hairline); }
.project-case-gallery figure:only-child { aspect-ratio: 16/11; }
.project-case-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.project-case-gallery figure:hover img { transform: scale(1.025); }
.project-case-gallery figcaption { position: absolute; left: .8rem; bottom: .8rem; border: 1px solid rgba(255,255,255,.28); border-radius: var(--pill); background: rgba(7,12,24,.7); backdrop-filter: blur(8px); padding: .5rem .75rem; color: white; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.projects-all { width: max-content; margin: 2rem auto 0; }

@media (max-width: 900px) {
  .detail-main { padding: .5rem; padding-bottom: 4.2rem; }
  .detail-hero { min-height: 43rem; border-radius: 1.5rem; }
  .detail-header { grid-template-columns: 1fr auto; padding: 1rem 1.2rem; }
  .detail-header nav { display: none; }
  .detail-brand img { width: 7rem; }
  .detail-quote { font-size: .58rem; }
  .detail-hero-copy { inset: auto 1.2rem 1.5rem; }
  .breadcrumbs { margin-bottom: 3.5rem; overflow-x: auto; }
  .detail-hero-copy h1 { font-size: clamp(3.1rem,13vw,5.5rem); }
  .detail-hero-copy > div { align-items: flex-start; flex-wrap: wrap; }
  .detail-hero-copy > div > p { flex-basis: 100%; margin-bottom: .5rem; }
  .detail-overview, .detail-story, .detail-related, .detail-faq, .area-intro { grid-template-columns: 1fr; gap: 3rem; }
  .detail-overview, .detail-story, .detail-process, .detail-related, .detail-faq, .area-intro, .area-nearby { padding: 5.5rem 1.25rem; }
  .detail-story figure, .detail-story figure img { min-height: 29rem; height: 29rem; }
  .detail-process ol { grid-template-columns: 1fr 1fr; }
  .detail-process li:nth-child(even) { border-right: 0; }
  .detail-process li { min-height: 9.5rem; }
  .detail-cta { align-items: flex-start; flex-direction: column; padding: 4rem 1.3rem; }
  .detail-cta > div:last-child { justify-content: flex-start; }
  .detail-footer { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; padding: 3rem 1.3rem 1.5rem; }
  .detail-footer > div:first-child { grid-column: 1/-1; }
  .area-nearby > div { grid-template-columns: 1fr; }
  .area-nearby a { border-right: 0; }
  .detail-mobile-cta { position: fixed; z-index: 80; left: .5rem; right: .5rem; bottom: .5rem; display: grid; grid-template-columns: .75fr 1.15fr 1fr; overflow: hidden; border-radius: var(--pill); background: var(--deep); box-shadow: 0 10px 35px rgba(0,0,0,.2); }
  .detail-mobile-cta a { display: grid; place-items: center; padding: .9rem .4rem calc(.9rem + env(safe-area-inset-bottom)); color: white; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
  .detail-mobile-cta a:nth-child(2) { background: var(--brand); }
  .projects-archive-hero { min-height: 43rem; border-radius: 1.5rem; }
  .projects-archive-copy { inset: auto 1.2rem 1.5rem; }
  .projects-archive-copy h1 { font-size: clamp(3.1rem,13vw,5.5rem); }
  .projects-archive-copy > div { align-items: flex-start; flex-wrap: wrap; }
  .projects-archive-copy > div > p { flex-basis: 100%; margin-bottom: .5rem; }
  .projects-archive-intro, .project-case { grid-template-columns: 1fr; gap: 3rem; }
  .projects-archive-intro { padding: 5.5rem 1.25rem; }
  .project-case { padding: 4.5rem 1.25rem; }
  .project-case-copy { position: static; }
}

@media (max-width: 560px) {
  .detail-overview ul { grid-template-columns: 1fr; }
  .detail-overview li:nth-child(odd), .detail-overview li:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .detail-process ol { grid-template-columns: 1fr; }
  .detail-process li { border-right: 0; }
  .detail-footer { grid-template-columns: 1fr; }
  .detail-footer > div:first-child { grid-column: auto; }
  .projects-archive-intro dl { grid-template-columns: 1fr; }
  .projects-archive-intro dl div { min-height: 6rem; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .projects-archive-intro dl div:last-child { border-bottom: 0; }
  .project-case-gallery { grid-template-columns: 1fr; }
  .project-case-gallery figure:only-child { aspect-ratio: 4/5; }
}
