:root {
  --navy: #09263d;
  --navy-2: #12394c;
  --navy-3: #1d4a5a;
  --copper: #c59254;
  --copper-light: #e0bd88;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --sage: #d7e0dc;
  --ink: #14242d;
  --muted: #68767b;
  --line: rgba(20, 36, 45, .14);
  --white: #fffef9;
  --shadow: 0 28px 80px rgba(9, 38, 61, .14);
  --display: "Sora", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--navy); }
.skip-link:focus { transform: translateY(0); }

.utility { color: rgba(255,255,255,.78); background: #061c2c; font-size: .76rem; letter-spacing: .03em; }
.utility__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility p, .utility a { display: flex; align-items: center; gap: 8px; margin: 0; }
.utility__links { display: flex; gap: 28px; }
.utility a:hover { color: var(--copper-light); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.93); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 34px rgba(9,38,61,.08); }
.header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 48px; height: 48px; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); font: 700 1.22rem/1 var(--display); letter-spacing: .11em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .56rem; font-weight: 700; letter-spacing: .16em; }
.primary-nav { justify-self: end; display: flex; gap: 26px; align-items: center; }
.primary-nav a { position: relative; padding: 30px 0 27px; color: #38505c; font-size: .79rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--copper); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--navy); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--copper); background: var(--copper); color: #132b36; font-size: .8rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--copper-light); border-color: var(--copper-light); }
.button--small { min-height: 44px; padding-inline: 17px; }
.button--outline { color: var(--navy); border-color: rgba(9,38,61,.26); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--light { color: var(--navy); background: var(--cream); border-color: var(--cream); }
.button--dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.35); }
.button--outline-light:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--full { width: 100%; }

.hero { position: relative; min-height: 830px; padding: 76px 0 0; overflow: hidden; background: linear-gradient(112deg, var(--cream) 0 58%, #d9e2df 58% 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
.hero__geometry { position: absolute; width: 360px; height: 360px; right: -130px; top: 42px; border: 1px solid rgba(9,38,61,.13); transform: rotate(45deg); }
.hero__grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 44px; }
.hero__copy { padding-bottom: 75px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--navy-3); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--copper); }
.eyebrow--light { color: var(--copper-light); }
.hero h1, .section-heading h2, .quote__copy h2 { margin: 0; color: var(--navy); font: 600 clamp(3.2rem, 5.8vw, 6rem)/.98 var(--display); letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--copper); font-style: normal; }
.hero__lead { max-width: 650px; margin: 28px 0 0; color: #4f6269; font-size: 1.05rem; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { width: min(580px, 100%); margin-top: 50px; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(9,38,61,.18); }
.hero__proof div { display: grid; padding-right: 16px; }
.hero__proof div + div { padding-left: 24px; border-left: 1px solid rgba(9,38,61,.15); }
.hero__proof strong { color: var(--navy); font: 600 1.55rem var(--display); }
.hero__proof span { color: var(--muted); font-size: .72rem; }
.hero__visual { position: relative; align-self: end; }
.hero__frame { position: relative; width: 92%; margin-left: auto; clip-path: polygon(11% 0,100% 0,100% 100%,0 100%,0 10%); box-shadow: var(--shadow); }
.hero__frame > img { width: 100%; aspect-ratio: .92; object-fit: cover; }
.hero__stamp { position: absolute; left: 0; bottom: 0; padding: 23px 25px; color: var(--white); background: var(--navy); }
.hero__stamp span { display: block; margin-bottom: 7px; color: var(--copper-light); font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.hero__stamp strong { font: 600 .9rem/1.4 var(--display); }
.quick-card { position: absolute; z-index: 4; left: -34px; bottom: 34px; width: 330px; padding: 24px; background: rgba(255,254,249,.97); box-shadow: 0 24px 70px rgba(9,38,61,.2); }
.quick-card__head { margin-bottom: 17px; display: flex; gap: 13px; align-items: center; }
.quick-card__head > span { color: var(--copper); font: 600 1.7rem var(--display); }
.quick-card__head div { display: grid; }
.quick-card__head strong { color: var(--navy); font: 600 .96rem var(--display); }
.quick-card__head small { color: var(--muted); font-size: .62rem; }
.quick-card label, .quote-form > label, .form-row label { display: grid; gap: 6px; margin-bottom: 11px; }
.quick-card label > span, .quote-form label > span { color: #465b64; font-size: .65rem; font-weight: 800; letter-spacing: .04em; }
input, select, textarea { width: 100%; border: 1px solid rgba(9,38,61,.17); border-radius: 0; outline: 0; background: var(--white); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
input, select { height: 43px; padding: 0 12px; }
textarea { padding: 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(197,146,84,.12); }
.quick-card .button { min-height: 44px; margin-top: 4px; }
.form-status { min-height: 18px; margin: 9px 0 -5px; color: var(--navy-3); font-size: .7rem; text-align: center; }
.form-status.is-error { color: #9c3c35; }
.trust-strip { position: relative; min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 22px; color: rgba(255,255,255,.86); background: var(--navy); font-size: .75rem; letter-spacing: .03em; }
.trust-strip::before, .trust-strip::after { content: ""; position: absolute; top: 0; bottom: 0; width: 100vw; background: var(--navy); z-index: -1; }
.trust-strip::before { right: 100%; }.trust-strip::after { left: 100%; }
.trust-strip > span { color: var(--copper-light); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip i { width: 4px; height: 4px; background: var(--copper); transform: rotate(45deg); }

.section { padding: 112px 0; }
.section-heading { max-width: 690px; }
.section-heading h2, .quote__copy h2 { font-size: clamp(2.35rem, 4vw, 4.35rem); line-height: 1.08; }
.section-heading > p:not(.eyebrow), .section-heading--split > p, .quote__copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0 0 8px; }
.about__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 110px; }
.about__intro { padding-top: 34px; }
.about__intro > p { margin: 0 0 26px; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: .8rem; font-weight: 800; border-bottom: 1px solid rgba(9,38,61,.22); padding-bottom: 5px; }
.text-link:hover { color: var(--copper); }
.principles { margin-top: 70px; display: grid; grid-template-columns: 1.25fr .75fr .82fr; align-items: stretch; }
.principle { position: relative; min-height: 280px; padding: 32px; border: 1px solid var(--line); background: var(--white); }
.principle + .principle { border-left: 0; }
.principle--large { min-height: 355px; padding: 40px; background: var(--sage); }
.principle--accent { margin-top: 42px; min-height: 313px; background: var(--copper); border-color: var(--copper); }
.principle__number { color: rgba(9,38,61,.42); font: 600 .75rem var(--display); }
.principle__icon { width: 64px; height: 64px; margin: 48px 0 32px; display: grid; place-items: center; color: var(--copper); border: 1px solid rgba(9,38,61,.15); }
.principle__icon .icon { width: 30px; height: 30px; }
.principle h3 { margin: 52px 0 14px; color: var(--navy); font: 600 1.23rem/1.3 var(--display); }
.principle--large h3 { margin-top: 0; font-size: 1.55rem; }
.principle p { margin: 0; color: #607077; font-size: .86rem; }
.principle--accent p { color: #3c403b; }

.services { position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.services::after { content: "REVA"; position: absolute; right: -20px; bottom: -92px; color: rgba(255,255,255,.025); font: 700 16rem/1 var(--display); letter-spacing: -.08em; }
.services .section-heading h2 { color: var(--white); }
.services .section-heading--split > p { color: rgba(255,255,255,.6); }
.services__layout { position: relative; z-index: 1; margin-top: 70px; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 480px; border: 1px solid rgba(255,255,255,.14); }
.service-tabs { display: flex; flex-direction: column; }
.service-tab { flex: 1; display: flex; gap: 25px; align-items: center; padding: 20px 28px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; color: rgba(255,255,255,.52); text-align: left; font: 600 .92rem var(--display); transition: color .2s, background .2s; }
.service-tab:last-child { border-bottom: 0; }
.service-tab span { color: var(--copper-light); font-size: .67rem; }
.service-tab:hover, .service-tab.is-active { color: var(--white); background: rgba(255,255,255,.06); }
.service-tab.is-active { box-shadow: inset 3px 0 var(--copper); }
.service-display { padding: 50px 56px; background: var(--navy-2); }
.service-display__top { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-display__top p { margin: 0; }
.service-display h3 { margin: 42px 0 15px; font: 600 clamp(2rem,3vw,3.3rem)/1.05 var(--display); }
.service-display > p { max-width: 660px; color: rgba(255,255,255,.65); }
.service-list { margin: 30px 0 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.service-list span { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.83); font-size: .82rem; }
.service-list .icon { color: var(--copper-light); }

.process { background: var(--cream); }
.process__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process__steps { margin: 0; padding: 0; list-style: none; }
.process__steps li { display: grid; grid-template-columns: 68px 1fr; gap: 26px; padding: 0 0 33px; position: relative; }
.process__steps li:not(:last-child)::after { content: ""; position: absolute; left: 25px; top: 54px; bottom: 6px; width: 1px; background: rgba(9,38,61,.18); }
.process__steps > li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); border: 1px solid rgba(9,38,61,.22); background: var(--paper); font: 600 .7rem var(--display); }
.process__steps h3 { margin: 3px 0 7px; color: var(--navy); font: 600 1.12rem var(--display); }
.process__steps p { margin: 0; color: var(--muted); font-size: .88rem; }

.projects { background: var(--paper); }
.project-grid { margin-top: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.project { min-height: 430px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; background: var(--cream); }
.project--wide { grid-row: span 2; min-height: 880px; }
.project__image { min-height: 280px; background-size: cover; background-position: center; transition: transform .5s; }
.project:hover .project__image { transform: scale(1.025); }
.project__image--villa { background: linear-gradient(135deg, rgba(9,38,61,.1), rgba(9,38,61,.4)), url("assets/gallery-after.svg") center/cover; }
.project__image--office { background: linear-gradient(135deg, rgba(197,146,84,.1), rgba(9,38,61,.42)), url("assets/hero-scene.svg") center 36%/cover; }
.project__body { position: relative; z-index: 2; padding: 30px 32px; background: var(--cream); }
.project__body > span, .insight > span { color: var(--copper); font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project h3 { margin: 9px 0 10px; color: var(--navy); font: 600 1.5rem var(--display); }
.project p { margin: 0; color: var(--muted); font-size: .86rem; }
.project--dark { min-height: 430px; color: var(--white); background: var(--navy); }
.project--dark .project__body { display: flex; flex-direction: column; justify-content: center; padding: 54px; background: transparent; }
.project--dark h3 { color: var(--white); font-size: 2rem; }
.project--dark p { color: rgba(255,255,255,.64); }
.project--dark .text-link { margin-top: 32px; align-self: flex-start; color: var(--copper-light); border-color: rgba(224,189,136,.4); }

.gallery { background: var(--sage); }
.gallery__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.comparison { position: relative; aspect-ratio: 1.38; overflow: hidden; box-shadow: var(--shadow); }
.comparison img { width: 100%; height: 100%; object-fit: cover; user-select: none; }
.comparison__after { position: absolute; inset: 0; }
.comparison__before { position: absolute; inset: 0 auto 0 0; width: var(--split); overflow: hidden; }
.comparison__before img { width: calc(100% / (var(--split-number, .52))); max-width: none; }
.comparison input { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.comparison__handle { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--split); width: 2px; background: var(--white); transform: translateX(-1px); pointer-events: none; }
.comparison__handle i { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; border-radius: 50%; background: var(--white); transform: translate(-50%,-50%); box-shadow: 0 8px 20px rgba(9,38,61,.2); }
.comparison__handle i::before, .comparison__handle i::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-bottom: 2px solid var(--navy); border-left: 2px solid var(--navy); }
.comparison__handle i::before { left: 10px; transform: translateY(-50%) rotate(45deg); }.comparison__handle i::after { right: 10px; transform: translateY(-50%) rotate(225deg); }
.comparison__label { position: absolute; z-index: 3; top: 18px; padding: 7px 10px; color: var(--white); background: rgba(9,38,61,.78); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.comparison__label--before { left: 18px; }.comparison__label--after { right: 18px; background: var(--copper); color: var(--navy); }

.reviews { color: var(--white); background: #071d2d; }
.reviews__grid { display: grid; grid-template-columns: .55fr 1fr 1fr; }
.review-score, .review { margin: 0; min-height: 340px; padding: 40px; border: 1px solid rgba(255,255,255,.12); }
.review + .review { border-left: 0; }
.review-score { background: var(--copper); color: var(--navy); }
.review-score > span { font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.review-score > strong { display: block; margin: 54px 0 0; font: 600 5.2rem/1 var(--display); letter-spacing: -.08em; }
.review-score div { letter-spacing: .14em; }
.review-score p { margin: 13px 0 0; font-size: .75rem; }
.review { display: flex; flex-direction: column; justify-content: space-between; }
.review p { margin: 0; font: 500 1.15rem/1.75 var(--display); color: rgba(255,255,255,.88); }
.review footer { display: grid; margin-top: 35px; }
.review footer strong { color: var(--copper-light); font-size: .77rem; }.review footer span { color: rgba(255,255,255,.45); font-size: .7rem; }

.insight-grid { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr .78fr; }
.insight { min-height: 340px; padding: 36px; border: 1px solid var(--line); background: var(--white); }
.insight + .insight { border-left: 0; }
.insight h3 { margin: 55px 0 15px; color: var(--navy); font: 600 1.32rem/1.35 var(--display); }
.insight p { color: var(--muted); font-size: .84rem; }
.insight .text-link { margin-top: 22px; }
.insight--accent { display: flex; flex-direction: column; align-items: flex-start; background: var(--copper); border-color: var(--copper); }
.insight--accent > span { color: var(--navy); }.insight--accent h3 { margin-top: 58px; font-size: 1.75rem; }.insight--accent .button { margin-top: auto; }

.quote { position: relative; overflow: hidden; color: var(--white); background: var(--navy-2); }
.quote::before { content: ""; position: absolute; width: 500px; height: 500px; left: -320px; bottom: -260px; border: 90px solid rgba(197,146,84,.08); transform: rotate(45deg); }
.quote__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.quote__copy h2 { color: var(--white); }
.quote__copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contact-options { margin-top: 36px; display: grid; gap: 11px; }
.contact-options a { width: max-content; display: flex; align-items: center; gap: 13px; }
.contact-options a > .icon, .wa-mark { width: 38px; height: 38px; display: grid; place-items: center; padding: 9px; color: var(--copper-light); border: 1px solid rgba(255,255,255,.2); }
.wa-mark { padding: 0; font-weight: 800; }
.contact-options a > span:last-child { display: grid; }
.contact-options small { color: rgba(255,255,255,.44); font-size: .63rem; }.contact-options strong { font-size: .82rem; }
.quote-form { padding: 42px; color: var(--ink); background: var(--cream); box-shadow: 0 40px 100px rgba(0,0,0,.18); }
.form-heading { margin-bottom: 26px; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--copper); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.form-heading strong { max-width: 270px; color: var(--navy); font-size: .73rem; text-align: right; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form input, .quote-form select, .quote-form textarea { background: var(--white); }
.quote-form .consent { display: flex; align-items: center; grid-template-columns: auto 1fr; margin: 16px 0; }
.consent input { width: 17px; height: 17px; accent-color: var(--copper); }

.contact { padding-bottom: 30px; color: rgba(255,255,255,.68); background: #061927; }
.contact__grid { display: grid; grid-template-columns: 1.15fr .85fr .7fr; gap: 80px; }
.brand--footer strong { color: var(--white); }.brand--footer small { color: rgba(255,255,255,.43); }
.contact__grid p { max-width: 420px; font-size: .83rem; }
.contact__grid h2 { margin: 0 0 18px; color: var(--white); font: 600 1.1rem var(--display); }
.footer-bottom { margin-top: 72px; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .67rem; }

.floating-call, .floating-wa { position: fixed; z-index: 40; bottom: 24px; display: flex; align-items: center; justify-content: center; color: var(--white); box-shadow: 0 12px 35px rgba(9,38,61,.26); }
.floating-call { left: 24px; width: 50px; height: 50px; background: var(--navy); }
.floating-wa { right: 24px; gap: 9px; min-height: 50px; padding: 0 17px; background: #247b5a; font-size: .73rem; }
.floating-wa span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .header__inner { grid-template-columns: auto auto 1fr; }.primary-nav { position: fixed; inset: 121px 0 auto; display: none; padding: 22px 20px 34px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.primary-nav.is-open { display: grid; }.primary-nav a { padding: 13px 0; font-size: .9rem; }.primary-nav a::after { bottom: 7px; }.nav-toggle { display: block; justify-self: end; grid-column: 3; }.header__cta { display: none; }.nav-open .nav-toggle .icon-menu { display: none; }.nav-open .nav-toggle .icon-close { display: block; }
  .hero { min-height: auto; }.hero__grid { grid-template-columns: 1fr 1fr; }.quick-card { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); margin: -85px 0 40px -24px; }.hero__frame { width: 100%; }.hero__proof { grid-template-columns: 1fr; gap: 14px; }.hero__proof div + div { padding-left: 0; border-left: 0; }
  .about__grid, .process__grid, .gallery__grid, .quote__grid { gap: 55px; }.principles { grid-template-columns: 1fr 1fr; }.principle--accent { margin-top: 0; }.principle--large { grid-row: span 2; }.services__layout { grid-template-columns: .7fr 1.3fr; }.project--wide { min-height: 760px; }
  .reviews__grid { grid-template-columns: .6fr 1.4fr; }.review:last-child { grid-column: 2; }.review + .review { border-left: 1px solid rgba(255,255,255,.12); }.review:last-child { border-top: 0; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }.utility { display: none; }.site-header { top: 0; }.header__inner { min-height: 72px; }.brand img { width: 43px; height: 43px; }.primary-nav { inset: 72px 0 auto; }.nav-toggle { grid-column: 3; }.section { padding: 82px 0; }
  .hero { padding-top: 50px; background: linear-gradient(150deg, var(--cream) 0 68%, #d9e2df 68% 100%); }.hero__grid { grid-template-columns: 1fr; }.hero__copy { padding-bottom: 10px; }.hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }.hero__lead { font-size: .94rem; }.hero__actions { display: grid; }.hero__proof { grid-template-columns: repeat(3,1fr); }.hero__proof div + div { padding-left: 12px; border-left: 1px solid rgba(9,38,61,.15); }.hero__proof strong { font-size: 1.25rem; }.hero__proof span { font-size: .61rem; }.hero__visual { margin-top: 20px; }.hero__frame { width: calc(100% + 28px); margin-left: 0; }.hero__frame > img { aspect-ratio: .9; }.quick-card { width: calc(100% - 16px); margin: -44px auto 26px; }.trust-strip { min-height: 105px; padding: 22px 0; flex-wrap: wrap; gap: 10px 14px; }.trust-strip > span { flex-basis: 100%; text-align: center; }
  .section-heading h2, .quote__copy h2 { font-size: clamp(2.2rem, 10vw, 3.5rem); }.section-heading--split, .about__grid, .process__grid, .gallery__grid, .quote__grid { grid-template-columns: 1fr; gap: 38px; }.section-heading--split { align-items: start; }.about__intro { padding-top: 0; }.principles { margin-top: 45px; grid-template-columns: 1fr; }.principle, .principle--large, .principle--accent { min-height: auto; border-left: 1px solid var(--line); }.principle + .principle { border-top: 0; }.principle__icon { margin: 30px 0 22px; }.principle h3 { margin-top: 38px; }.principle--large h3 { margin-top: 0; }
  .services__layout { margin-top: 45px; grid-template-columns: 1fr; }.service-tab { min-height: 72px; }.service-display { padding: 36px 24px; }.service-list { grid-template-columns: 1fr; }.services::after { font-size: 8rem; }.project-grid { grid-template-columns: 1fr; }.project--wide { grid-row: auto; min-height: 560px; }.project { min-height: 400px; }.project--dark .project__body { padding: 38px 28px; }
  .comparison { aspect-ratio: 1.05; }.reviews__grid { grid-template-columns: 1fr; }.review-score, .review { min-height: 290px; }.review:last-child { grid-column: auto; }.review + .review { border-top: 0; }.review p { font-size: 1rem; }.insight-grid { grid-template-columns: 1fr; }.insight { min-height: 300px; }.insight + .insight { border-left: 1px solid var(--line); border-top: 0; }.form-row { grid-template-columns: 1fr; gap: 0; }.quote-form { padding: 28px 20px; }.form-heading { display: grid; }.form-heading strong { text-align: left; }.contact__grid { grid-template-columns: 1fr; gap: 42px; }.footer-bottom { display: grid; gap: 8px; }.floating-call { left: 14px; bottom: 14px; }.floating-wa { right: 14px; bottom: 14px; }.floating-wa strong { display: none; }
}
