:root {
  --black: #0a0a0b;
  --black-2: #111113;
  --black-3: #1a191b;
  --cream: #f4efe6;
  --paper: #fbf9f5;
  --ink: #171719;
  --muted: #6f6a62;
  --gold: #c8a45b;
  --gold-light: #e2c681;
  --line: rgba(23, 23, 25, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --shadow: 0 30px 80px rgba(0, 0, 0, .18);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Times New Roman", Times, Georgia, serif;
  --shell: min(1220px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--black); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold-light);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 120px; }

.topbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 6px 24px;
  color: #c9c1b5;
  background: #050506;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topbar a { color: var(--gold-light); }
.topbar-status { display: flex; align-items: center; gap: 8px; }
.topbar-status i { width: 6px; height: 6px; border-radius: 50%; background: #70bd72; box-shadow: 0 0 0 4px rgba(112,189,114,.12); }

.site-header {
  position: absolute;
  z-index: 100;
  top: 34px;
  left: 0;
  right: 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(36px, calc((100vw - 1220px) / 2));
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.13);
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}
.site-header.is-fixed {
  position: fixed;
  top: 0;
  height: 72px;
  background: rgba(8,8,9,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 50px; height: 50px; object-fit: cover; }
.brand span { line-height: 1.05; }
.brand strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .22em; }
.brand small { display: block; margin-top: 5px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .7em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: var(--black); background: var(--gold); border: 1px solid var(--gold); transition: background .25s, color .25s; }
.nav-cta:hover { color: white; background: transparent; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  height: calc(100svh - 34px);
  max-height: 980px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--black);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  background: url("assets/hero.webp") center 54% / cover no-repeat;
  transform: scale(1.015);
  animation: hero-in 1.4s cubic-bezier(.2,.65,.2,1) both;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,4,5,.94) 0%, rgba(4,4,5,.72) 42%, rgba(4,4,5,.16) 77%, rgba(4,4,5,.2) 100%),
    linear-gradient(0deg, rgba(4,4,5,.72) 0%, transparent 34%);
}
@keyframes hero-in { from { transform: scale(1.08); opacity: .5; } to { transform: scale(1.015); opacity: 1; } }
.hero-content { position: relative; z-index: 2; padding-top: 86px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .27em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #9a7531; }
.hero h1, .section-heading h2, .projects-header h2, .process-heading h2, .promise-copy h2, .contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.hero h1 { max-width: 740px; font-size: clamp(58px, 7vw, 104px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 585px; margin: 30px 0 0; color: #ddd7ce; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--black); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-outline { color: var(--gold-light); border-color: rgba(200,164,91,.65); }
.button-outline:hover { color: var(--black); background: var(--gold); }
.hero-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  min-width: min(680px, 55vw);
  background: rgba(10,10,11,.88);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-proof > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px 32px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof strong { color: var(--gold-light); font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1; }
.hero-proof span { margin-top: 9px; color: #c8c1b8; font-size: 11px; letter-spacing: .04em; }
.scroll-cue { position: absolute; z-index: 2; left: max(36px, calc((100vw - 1220px) / 2)); bottom: 36px; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--gold); animation: scroll-cue 1.8s infinite; }
@keyframes scroll-cue { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }

.section-heading h2, .projects-header h2, .process-heading h2, .promise-copy h2, .contact-copy h2 { font-size: clamp(43px, 5vw, 69px); }
.section-heading.center { max-width: 790px; margin: 0 auto 62px; text-align: center; }
.section-heading.center > p:last-child { max-width: 650px; margin: 25px auto 0; color: #bab3a9; }
.intro {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-areas: "heading visual" "copy visual";
  gap: 20px 88px;
  align-items: start;
}
.intro .section-heading { grid-area: heading; padding-top: 44px; }
.intro-copy { grid-area: copy; max-width: 570px; }
.intro-copy .lead { color: #373333; font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.intro-copy p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 14px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 20px; line-height: 1; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.intro-visual { position: relative; grid-area: visual; justify-self: end; width: min(520px, 100%); }
.intro-visual img { aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); }
.intro-stamp { position: absolute; left: -58px; bottom: 48px; width: 128px; height: 128px; display: grid; place-content: center; text-align: center; color: var(--gold-light); background: var(--black); border: 1px solid rgba(200,164,91,.5); border-radius: 50%; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.intro-stamp span, .intro-stamp small { font-size: 8px; font-weight: 800; letter-spacing: .28em; }
.intro-stamp strong { margin: 2px 0 -2px; font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: 1; }

.services { color: white; background: var(--black); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card { min-height: 400px; padding: 36px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .3s ease, transform .3s ease; }
.service-card:hover { background: #151416; transform: translateY(-3px); }
.service-card > span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.service-card h3 { max-width: 280px; margin: 70px 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.08; }
.service-card p { color: #aaa39a; font-size: 14px; }
.service-card ul { display: grid; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; color: #d6d0c7; font-size: 13px; }
.service-card li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.service-card-cta { display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(150deg, #222024, #111113); }
.service-card-cta .eyebrow { margin: 0 0 auto; }
.service-card-cta h3 { margin: 0 0 16px; }
.service-card-cta .button { align-self: flex-start; margin-top: 18px; }

.projects { background: var(--cream); }
.projects-header { display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.projects-header > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); }
.project-feature { display: grid; grid-template-columns: 1.45fr .72fr; grid-template-areas: "main copy" "main thumbs"; gap: 28px; margin-bottom: 124px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1), filter .35s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.9); }
.gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.project-main { grid-area: main; min-height: 735px; }
.zoom-label { position: absolute; right: 16px; bottom: 16px; padding: 8px 12px; color: white; background: rgba(0,0,0,.68); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.gallery-item:hover .zoom-label { opacity: 1; transform: none; }
.project-copy { grid-area: copy; padding: 18px 18px 0 12px; }
.project-number { display: block; margin-bottom: 54px; color: var(--gold); font-family: var(--serif); font-size: 44px; }
.project-copy h3, .project-row-copy h3, .project-details h3 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.08; }
.project-copy > p:not(.eyebrow), .project-row-copy > p:not(.eyebrow), .project-details > div > p:not(.eyebrow) { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.tags span { padding: 7px 10px; border: 1px solid rgba(23,23,25,.17); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-thumbs { grid-area: thumbs; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; height: 230px; }
.project-row { display: grid; grid-template-columns: .56fr 1.44fr; gap: 60px; align-items: center; margin: 0 0 130px; }
.project-row.reverse { grid-template-columns: 1.44fr .56fr; }
.project-row.reverse .project-row-copy { order: 2; }
.project-row.reverse .project-row-gallery { order: 1; }
.project-row-copy { padding: 20px 0; }
.project-row-copy .project-number { margin-bottom: 42px; }
.project-row-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 280px 280px; gap: 10px; }
.project-row-gallery .wide { grid-row: 1 / 3; }
.project-details { display: grid; grid-template-columns: 1fr .95fr 1fr; gap: 28px; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); }
.project-details .gallery-item { aspect-ratio: 4 / 5; }
.project-details > div { padding: 30px; }

.process { color: white; background: var(--black); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading > p:not(.eyebrow) { max-width: 460px; margin: 28px 0 35px; color: #aaa39a; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.process-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.process-list p { margin: 0; color: #9f9991; font-size: 14px; }

.promise { display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; }
.promise-image { position: relative; }
.promise-image::before { content: ""; position: absolute; z-index: -1; left: -24px; bottom: -24px; width: 55%; height: 60%; background: var(--gold); }
.promise-image img { aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.promise-points { margin-top: 42px; border-top: 1px solid var(--line); }
.promise-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.promise-points span { color: #a27e38; font-family: var(--serif); }
.promise-points p { margin: 0; color: var(--muted); }
.promise-points strong { color: var(--ink); }

.faq { background: #eee8dd; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 56px 26px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 18px; height: 1px; background: var(--gold); transition: transform .25s; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: -6px 0 28px; color: var(--muted); }

.contact { position: relative; overflow: hidden; color: white; background: var(--black); }
.contact-bg { position: absolute; inset: 0; opacity: .12; background: url("assets/classic-bathroom.webp") center / cover; filter: grayscale(1); }
.contact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.98), rgba(10,10,11,.86)); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #aaa39a; }
.contact-lines { margin-top: 40px; border-top: 1px solid var(--line-dark); }
.contact-lines > * { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
.contact-lines span { color: #8e8881; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-lines strong { color: var(--gold-light); font-weight: 600; text-align: right; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 42px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.field { display: flex; flex-direction: column; }
.field:nth-child(4) { grid-column: 1 / 3; }
.field label { margin-bottom: 8px; color: #cfc8bd; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: white; background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.16); border-radius: 0; outline: none; transition: border-color .2s, background .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: rgba(0,0,0,.42); }
.field select option { color: var(--ink); }
.contact-form .button { grid-column: 1 / 3; width: 100%; }
.form-note { grid-column: 1 / 3; margin: -5px 0 0; color: #8f8981; font-size: 11px; text-align: center; }

.site-footer { padding: 72px 0 22px; color: #aaa39a; background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 58px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand img { width: 175px; height: 175px; object-fit: contain; }
.footer-brand p { margin: 2px 0 0; color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #1fbf61; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.3); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.lightbox { width: min(1180px, 94vw); max-width: none; height: min(88vh, 880px); padding: 0; overflow: hidden; color: white; background: #070708; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 40px 100px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; height: calc(100% - 54px); object-fit: contain; }
.lightbox p { height: 54px; margin: 0; display: flex; align-items: center; padding: 0 24px; color: #cfc8bd; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: white; background: rgba(0,0,0,.65); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: var(--cream); }
.legal-header { position: static; top: auto; color: white; background: var(--black); }
.legal-main { max-width: 860px; min-height: 70vh; padding: 90px 0 120px; }
.legal-main h1 { margin: 0 0 38px; font-family: var(--serif); font-size: clamp(48px, 7vw, 78px); font-weight: 400; line-height: 1; }
.legal-main h2 { margin: 42px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main a { color: #8e6b2c; text-decoration: underline; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 940px); }
  .site-header { padding-inline: 24px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .hero-proof { min-width: 62vw; }
  .intro { gap: 30px 60px; }
  .service-card { min-height: 370px; padding: 28px; }
  .project-feature { grid-template-columns: 1.25fr .75fr; }
  .project-main { min-height: 630px; }
  .project-row { gap: 40px; }
  .process-layout, .contact-layout { gap: 65px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 40px); }
  .section { padding-block: 88px; }
  .topbar { justify-content: space-between; gap: 12px; padding-inline: 18px; }
  .topbar-status { display: none; }
  .site-header { height: 74px; padding-inline: 20px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.24); }
  .menu-toggle span { display: block; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 100px 36px 40px; background: rgba(7,7,8,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { font-family: var(--serif); font-size: 34px; font-weight: 400; }
  .main-nav .nav-cta { margin-top: 16px; font-family: var(--sans); font-size: 12px; }
  .hero { min-height: 760px; height: 100svh; max-height: none; }
  .hero-content { padding-top: 60px; }
  .hero h1 { max-width: 650px; }
  .hero-lead { max-width: 520px; }
  .hero-proof { left: 0; right: 0; min-width: 0; grid-template-columns: repeat(3, 1fr); }
  .hero-proof > div { min-height: 96px; padding: 16px 20px; }
  .hero-proof strong { font-size: 28px; }
  .hero-proof span { font-size: 9px; }
  .scroll-cue { display: none; }
  .intro { grid-template-columns: 1fr; grid-template-areas: "heading" "visual" "copy"; gap: 35px; }
  .intro .section-heading { padding-top: 0; }
  .intro-visual { justify-self: center; width: min(600px, calc(100% - 30px)); }
  .intro-stamp { left: -30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-header { grid-template-columns: 1fr; gap: 25px; }
  .project-feature { grid-template-columns: 1fr; grid-template-areas: "copy" "main" "thumbs"; gap: 20px; }
  .project-copy { padding: 0 0 12px; }
  .project-number { margin-bottom: 24px; }
  .project-main { min-height: 580px; }
  .project-row, .project-row.reverse { grid-template-columns: 1fr; gap: 26px; }
  .project-row.reverse .project-row-copy, .project-row.reverse .project-row-gallery { order: initial; }
  .project-row-gallery { grid-template-rows: 240px 240px; }
  .project-details { grid-template-columns: 1fr 1fr; }
  .project-details > div { grid-column: 1 / 3; grid-row: 1; text-align: center; }
  .process-layout, .promise, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .process-heading { position: static; }
  .promise-image { order: 2; }
  .faq-layout { gap: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 30px); }
  .section { padding-block: 72px; }
  .topbar { min-height: 31px; font-size: 9px; }
  .site-header { top: 31px; }
  .site-header.is-fixed { top: 0; }
  .brand span { display: none; }
  .hero { min-height: 720px; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,4,5,.91), rgba(4,4,5,.35)), linear-gradient(0deg, rgba(4,4,5,.88), transparent 58%); }
  .hero-content { padding-top: 10px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr 1fr; }
  .hero-proof > div { min-height: 80px; padding: 12px 10px; text-align: center; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { margin-top: 5px; line-height: 1.25; }
  .section-heading h2, .projects-header h2, .process-heading h2, .promise-copy h2, .contact-copy h2 { font-size: 44px; }
  .intro-copy .lead { font-size: 21px; }
  .intro-visual { width: calc(100% - 14px); }
  .intro-stamp { left: -7px; bottom: 20px; width: 104px; height: 104px; }
  .intro-stamp strong { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-card h3 { margin-top: 48px; }
  .project-feature, .project-row { margin-bottom: 90px; }
  .project-main { min-height: 470px; }
  .project-thumbs { height: 150px; }
  .project-copy h3, .project-row-copy h3, .project-details h3 { font-size: 33px; }
  .project-row-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 170px; }
  .project-row-gallery .wide { grid-column: 1 / 3; grid-row: 1; }
  .project-details { gap: 8px; }
  .project-details > div { padding: 20px 0 30px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 10px; }
  .promise { gap: 45px; }
  .promise-image::before { left: -10px; bottom: -10px; }
  .faq-list summary { padding-block: 22px; font-size: 21px; }
  .contact-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field:nth-child(4), .contact-form .button, .form-note { grid-column: auto; }
  .contact-lines > * { flex-direction: column; gap: 3px; }
  .contact-lines strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

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