:root {
  --ink: #171815;
  --paper: #f3f0e9;
  --cream: #fbfaf6;
  --olive: #68705b;
  --gold: #c6a46b;
  --line: rgba(23, 24, 21, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.top-contact { min-height: 38px; padding: 0 5vw; display: flex; align-items: center; justify-content: center; gap: 28px; background: #ebe5d9; color: #52544d; border-bottom: 1px solid rgba(23,24,21,.1); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.top-contact span { color: var(--ink); }
.top-contact a { color: #68604d; }
.site-header { height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand > span { font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.brand > span em { color: var(--gold); font-family: Georgia, serif; font-style: normal; }
.brand-logo-mark { width: 58px; height: 46px; object-fit: contain; }
.brand-name { font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.brand-name i { color: var(--gold); font-family: Georgia, serif; }
nav { display: flex; align-items: center; gap: 26px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
nav a:not(.nav-cta):hover { color: var(--olive); }
.nav-cta { padding: 14px 18px; border: 1px solid var(--ink); transition: .2s; }
.nav-cta:hover { background: var(--ink); color: white; }
.language-switcher { display: inline-flex; align-items: center; gap: 8px; color: #6c6c64; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.language-switcher select { width: auto; min-width: 78px; margin: 0; padding: 9px 28px 9px 10px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.62); color: var(--ink); font: 700 12px/1 Inter, sans-serif; letter-spacing: .08em; outline: none; cursor: pointer; }
.language-switcher select:focus { border-color: var(--gold); }
.menu-toggle { display: none; background: none; border: 0; font-weight: 700; }

.hero { min-height: calc(100vh - 112px); position: relative; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,7,.92) 0%, rgba(8,9,7,.68) 42%, rgba(8,9,7,.16) 78%), linear-gradient(0deg, rgba(8,9,7,.34), transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 820px; padding: 13vh 5vw 150px; }
.eyebrow, .section-label { margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #dac39d; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 1040px; font-size: clamp(56px, 6.8vw, 112px); line-height: .9; text-shadow: 0 18px 80px rgba(0,0,0,.36); }
.hero-copy { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.brand-line { margin: 16px 0 32px; color: rgba(255,255,255,.94); font: 400 22px/1.25 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.hero-badges { max-width: 760px; margin: 0 0 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-badges span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; font: 700 12px/1 Inter, sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.button-light { background: white; color: var(--ink); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { color: var(--gold); margin-left: 6px; }
.hero-panel { position: absolute; z-index: 2; right: 5vw; bottom: 95px; width: min(360px, 34vw); padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(16,17,14,.58); color: white; backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.hero-panel span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-panel p { margin: 18px 0 24px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.75; }
.hero-panel a { display: inline-block; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: white; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot { position: absolute; z-index: 2; left: 5vw; right: 5vw; bottom: 28px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.28); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.completion-mark { display: inline-flex; align-items: center; gap: 9px; }
.completion-mark i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #b9c89e; box-shadow: 0 0 0 5px rgba(185,200,158,.12); }

.credibility { display: grid; grid-template-columns: repeat(4, 1fr); background: #10110e; color: white; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.credibility article { min-height: 220px; padding: 34px 32px; border-right: 1px solid rgba(255,255,255,.12); }
.credibility article:last-child { border-right: 0; }
.credibility span { color: var(--gold); font: 18px Georgia, serif; }
.credibility h3 { margin: 48px 0 14px; font: 400 24px/1.18 Georgia, serif; }
.credibility p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }

.section { padding: 120px 7vw; }
.section-label { color: var(--olive); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: start; }
.intro h2, .section-heading h2, .process h2, .areas h2 { font-size: clamp(40px, 5vw, 72px); line-height: 1.05; }
.intro-grid > div { padding-top: 8px; }
.intro-grid p, .section-heading > p, .areas-row p { color: #5f615c; line-height: 1.85; font-size: 16px; }
.dark-link { display: inline-block; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }

.signature { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; background: #e8e1d4; }
.signature-copy h2 { font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.signature-copy p:last-child { margin: 30px 0 0; color: #5d5d56; font-size: 16px; line-height: 1.85; }
.signature-media { position: relative; min-height: 560px; overflow: hidden; background: var(--ink); box-shadow: 0 36px 80px rgba(23,24,21,.18); }
.signature-media > img { height: 100%; min-height: 560px; object-fit: cover; transition: transform .8s ease; }
.signature-media:hover > img { transform: scale(1.025); }
.signature-card { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 28px; background: rgba(17,18,15,.74); color: white; backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.16); }
.signature-card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signature-card strong { display: block; margin: 10px 0 12px; font: 400 28px/1.1 Georgia, serif; }
.signature-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }

.section-heading { display: grid; grid-template-columns: 1fr 300px; gap: 8vw; align-items: end; }
.service-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 300px; padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 28px; }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: var(--gold); font: 18px Georgia, serif; }
.service-grid h3 { margin: 65px 0 18px; font: 400 26px/1.2 Georgia, serif; }
.service-grid p { margin: 0; color: #686964; font-size: 14px; line-height: 1.75; }
.seo-hub {
  margin-top: 54px;
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(178,136,74,.08), rgba(255,255,255,.68));
}
.seo-hub h3 {
  margin: 8px 0 12px;
  max-width: 760px;
  font: 400 30px/1.15 Georgia, serif;
}
.seo-hub p {
  max-width: 840px;
  color: #686964;
  line-height: 1.75;
}
.seo-link-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.seo-link-grid a {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(17,17,15,.14);
  background: rgba(255,255,255,.78);
  color: var(--ink);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.seo-link-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(178,136,74,.65);
  background: #fff;
}
.seo-link-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.seo-link-grid strong {
  font: 400 21px/1.25 Georgia, serif;
}

.why { background: #141511; color: white; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 16%, rgba(198,164,107,.18), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.035), transparent 42%); pointer-events: none; }
.why > * { position: relative; z-index: 1; }
.why-kicker { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.why-heading { display: grid; grid-template-columns: 1fr 360px; gap: 9vw; align-items: end; margin-bottom: 72px; }
.why-heading h2 { max-width: 760px; font-size: clamp(48px, 5.8vw, 88px); line-height: .98; }
.why-heading p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.85; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.why-grid article { min-height: 260px; padding: 32px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.025); transition: transform .25s ease, background .25s ease; }
.why-grid article:hover { transform: translateY(-4px); background: rgba(198,164,107,.08); }
.why-grid span { color: var(--gold); font: 18px Georgia, serif; }
.why-grid h3 { margin: 52px 0 16px; font: 400 25px/1.18 Georgia, serif; }
.why-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.75; }

.work { background: var(--ink); color: white; }
.section-label.light { color: #ceb485; }
.work-heading { display: grid; grid-template-columns: 1fr 340px; gap: 8vw; align-items: end; margin-bottom: 70px; }
.work-heading h2 { font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.work-heading > p { color: rgba(255,255,255,.6); line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: rgba(255,255,255,.1); }
.project-card { min-height: 520px; position: relative; overflow: hidden; background: #292b26; }
.project-card.project-wide { grid-column: 1 / -1; min-height: 620px; }
.project-card img { height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(8,9,7,.82)); }
.project-tall img { object-position: center 62%; }
.project-caption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; }
.project-caption span, .project-caption small { display: block; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.project-caption h3 { margin: 9px 0; color: white; font: 400 28px/1.15 Georgia, serif; }

.commercial { background: #eee8dd; color: var(--ink); }
.commercial-heading { max-width: 980px; margin-bottom: 72px; }
.commercial-heading h2 { font-size: clamp(48px, 5.5vw, 82px); line-height: 1; }
.commercial-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: #62635d; font-size: 15px; line-height: 1.8; }
.commercial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.commercial-card { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; background: #151713; color: white; box-shadow: 0 28px 72px rgba(23,24,21,.16); overflow: hidden; }
.commercial-feature { grid-column: 1 / -1; min-height: 620px; grid-template-columns: 1.35fr .65fr; }
.commercial-media { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,.08); min-height: 100%; }
.commercial-media img { height: 100%; min-height: 520px; object-fit: cover; }
.commercial-feature .commercial-media img { min-height: 620px; }
.commercial-copy { padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at top right, rgba(198,164,107,.16), transparent 42%), #151713; }
.commercial-logo { width: 112px; max-height: 92px; object-fit: contain; object-position: left center; margin-bottom: auto; padding: 10px; background: rgba(255,255,255,.9); }
.commercial-copy span { margin-top: 46px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.commercial-copy h3 { margin: 14px 0 18px; font: 400 34px/1.05 Georgia, serif; }
.commercial-copy p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }

.completed { background: var(--paper); }
.completed-heading { display: grid; grid-template-columns: 1fr 360px; gap: 10vw; align-items: end; margin-bottom: 72px; }
.completed-heading h2 { font-size: clamp(48px, 5.5vw, 80px); line-height: 1; }
.completed-note { padding-top: 18px; border-top: 1px solid var(--line); }
.completed-note span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.completed-note p { margin: 18px 0 0; color: #656760; font-size: 14px; line-height: 1.8; }
.completion-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.completion-gallery figure { margin: 0; position: relative; overflow: hidden; background: #20211d; }
.completion-gallery img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.completion-gallery figure:hover img { transform: scale(1.02); }
.completion-main { min-height: 740px; }
.completion-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.completion-side figure { min-height: 360px; }
.completion-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px 28px 26px; color: white; background: linear-gradient(transparent, rgba(8,9,7,.78)); }
.completion-gallery figcaption span, .completion-gallery figcaption small { display: block; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.completion-gallery figcaption strong { display: block; margin: 8px 0; font: 400 25px Georgia, serif; }
.completion-strip { margin-top: 14px; min-height: 330px; display: grid; grid-template-columns: 1.45fr .55fr; background: var(--ink); color: white; }
.completion-strip img { height: 330px; object-fit: cover; }
.completion-strip > div { padding: 45px; display: flex; flex-direction: column; justify-content: flex-end; }
.completion-strip p { margin: 0 0 18px; font: 400 32px/1.2 Georgia, serif; }
.completion-strip span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }

.gallery-enabled { position: relative; cursor: pointer; }
.gallery-enabled::before { content: attr(data-view-label); position: absolute; z-index: 4; top: 22px; right: 22px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.34); background: rgba(17,18,15,.62); color: white; backdrop-filter: blur(12px); opacity: 0; transform: translateY(-6px); transition: .25s ease; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; pointer-events: none; }
.gallery-enabled:hover::before, .gallery-enabled:focus-visible::before { opacity: 1; transform: translateY(0); }
.completion-strip.gallery-enabled::before, .commercial-card.gallery-enabled::before { top: 24px; right: 24px; }
.gallery-enabled:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.project-lightbox { position: fixed; inset: 0; z-index: 100; display: none; color: white; }
.project-lightbox.open { display: block; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(8,9,7,.82); backdrop-filter: blur(12px); }
.lightbox-panel { position: absolute; inset: 5vh 5vw; display: grid; grid-template-columns: 340px 1fr; grid-template-rows: 1fr auto; gap: 24px; padding: 28px; background: #11120f; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 34px 110px rgba(0,0,0,.54); overflow: hidden; }
.lightbox-close { position: absolute; z-index: 3; top: 20px; right: 22px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: white; font-size: 28px; line-height: 1; cursor: pointer; }
.lightbox-copy { align-self: end; padding: 40px 10px 18px 0; }
.lightbox-copy p { margin: 0 0 18px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lightbox-copy h2 { font-size: clamp(36px, 4vw, 58px); line-height: .98; }
.lightbox-copy span { display: block; margin-top: 22px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-stage { position: relative; min-height: 0; background: #050604; overflow: hidden; }
.lightbox-stage img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-arrow { position: absolute; top: 50%; z-index: 2; width: 48px; height: 62px; border: 1px solid rgba(255,255,255,.22); background: rgba(17,18,15,.52); color: white; transform: translateY(-50%); font-size: 42px; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-thumbs { grid-column: 1 / -1; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(118px, 150px); gap: 10px; overflow-x: auto; padding-top: 6px; }
.lightbox-thumb { height: 86px; padding: 0; border: 1px solid rgba(255,255,255,.16); background: #24251f; opacity: .56; cursor: pointer; overflow: hidden; }
.lightbox-thumb.active { opacity: 1; border-color: var(--gold); }
.lightbox-thumb img { height: 100%; object-fit: cover; }
body.lightbox-lock { overflow: hidden; }

.process { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 11vw; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { padding: 28px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--gold); font: 18px Georgia, serif; }
.process h3 { margin: 0 0 8px; font: 400 24px Georgia, serif; }
.process li p { margin: 0; color: #6a6b66; line-height: 1.7; }

.reviews { background: #1c1e1a; color: white; }
.reviews-heading { max-width: 900px; }
.reviews-heading h2 { font-size: clamp(48px, 5.8vw, 84px); line-height: 1; }
.reviews-heading > p:last-child { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.53); line-height: 1.8; }
.review-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.review-grid article { min-height: 340px; padding: 28px 32px 32px 0; border-right: 1px solid rgba(255,255,255,.16); }
.review-grid article + article { padding-left: 32px; }
.review-grid article:last-child { border-right: 0; }
.review-grid .featured-review { grid-column: span 2; padding-right: 46px; }
.review-number { color: var(--gold); font: 18px Georgia, serif; }
.review-logo { width: 82px; max-height: 70px; object-fit: contain; object-position: left center; margin: 22px 0 -34px; padding: 8px; background: rgba(255,255,255,.92); }
.featured-review .review-logo { width: 96px; max-height: 76px; }
.review-grid blockquote { margin: 78px 0 48px; color: rgba(255,255,255,.84); font: 400 22px/1.48 Georgia, serif; }
.review-grid .featured-review blockquote { max-width: 920px; margin-top: 54px; font-size: 23px; line-height: 1.48; }
.review-grid p { margin: 0 0 7px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-grid small { color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.areas { background: var(--paper); border-top: 1px solid var(--line); }
.areas-row { display: grid; grid-template-columns: 1fr .5fr; gap: 10vw; align-items: end; }

.contact { padding: 110px 7vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: #22251f; color: white; }
.contact h2 { font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.contact-copy > p:last-child { max-width: 520px; margin-top: 30px; color: rgba(255,255,255,.6); line-height: 1.8; }
.company-card { margin-top: 38px; padding: 28px; border: 1px solid rgba(210,169,92,.28); background: linear-gradient(135deg, rgba(210,169,92,.12), rgba(255,255,255,.035)); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.company-card p { margin: 0 0 12px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.company-card h3 { margin: 0 0 18px; font: 500 24px/1.22 Georgia, serif; color: white; }
.company-card dl { margin: 0; display: grid; gap: 14px; }
.company-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 18px; }
.company-card dt { color: rgba(255,255,255,.38); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.company-card dd { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.6; }
.company-card a { color: white; text-decoration-color: rgba(210,169,92,.55); text-underline-offset: 4px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: start; }
label { color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 9px; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; background: transparent; color: white; font: 15px Inter, sans-serif; outline: none; }
select option { color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
.full { grid-column: 1/-1; }
.button-gold { justify-self: start; background: var(--gold); color: var(--ink); }
.form-note { margin: auto 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.5; }

footer { padding: 60px 5vw; display: grid; grid-template-columns: 1.2fr .8fr .8fr auto; gap: 40px; align-items: start; background: #12130f; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.7; }
.footer-logo-wrap { max-width: 230px; }
.footer-logo { width: 100%; height: auto; opacity: .9; }
.footer-note { color: rgba(255,255,255,.4); }
.footer-service-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-service-links a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
}
.footer-service-links a:hover { color: #fff; }

.landing-page {
  background: #f3f0e9;
  color: var(--ink);
}
.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
  padding: 86px 5vw 70px;
  background: #11130f;
  color: #fff;
}
.landing-hero-copy {
  align-self: center;
  max-width: 720px;
}
.landing-hero h1 {
  margin: 14px 0 22px;
  font: 400 clamp(48px, 7vw, 96px)/.92 Georgia, serif;
  letter-spacing: -.05em;
}
.landing-hero p {
  max-width: 680px;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.8;
}
.landing-hero img {
  width: 100%;
  min-height: 520px;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.03);
}
.keyword-cloud {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.keyword-cloud span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.landing-section {
  padding: 78px 5vw;
}
.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.landing-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}
.landing-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.landing-card h2,
.landing-card h3 {
  margin: 20px 0 12px;
  font: 400 30px/1.1 Georgia, serif;
}
.landing-card p,
.landing-card li {
  color: #64655f;
  line-height: 1.75;
}
.landing-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}
.landing-faq {
  max-width: 980px;
  margin: 0 auto;
}
.landing-faq details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.landing-faq summary {
  cursor: pointer;
  font: 400 26px/1.2 Georgia, serif;
}
.landing-faq p {
  max-width: 820px;
  color: #64655f;
  line-height: 1.8;
}
.landing-cta {
  padding: 70px 5vw;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: #171812;
  color: #fff;
}
.landing-cta h2 {
  margin: 0 0 12px;
  font: 400 42px/1.05 Georgia, serif;
}
.landing-cta p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}
.landing-cta .cta-button {
  background: #fff;
  color: #111;
}
.project-gallery-section {
  padding: 0 5vw 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.project-gallery-section figure {
  margin: 0;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  background: #191a15;
}
.project-gallery-section img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.project-gallery-section figure:hover img { transform: scale(1.035); }
.project-gallery-section figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0,0,0,.55);
}

@media (max-width: 980px) {
  .top-contact { padding: 10px 5vw; flex-wrap: wrap; gap: 8px 18px; line-height: 1.5; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 26px 5vw; flex-direction: column; align-items: stretch; background: var(--cream); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .language-switcher span { display: none; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 150px; }
  .hero-panel { position: relative; right: auto; bottom: auto; width: auto; margin: -110px 5vw 60px; }
  .credibility { grid-template-columns: repeat(2, 1fr); }
  .credibility article:nth-child(2) { border-right: 0; }
  .intro-grid, .signature, .section-heading, .completed-heading, .why-heading, .process-layout, .areas-row, .contact { grid-template-columns: 1fr; }
  .intro-grid, .signature, .completed-heading, .why-heading, .process-layout, .areas-row, .contact { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .seo-link-grid { grid-template-columns: 1fr; }
  .landing-hero { grid-template-columns: 1fr; }
  .landing-hero img { min-height: 420px; }
  .landing-grid { grid-template-columns: 1fr; }
  .landing-cta { grid-template-columns: 1fr; }
  .project-gallery-section { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .work-heading { grid-template-columns: 1fr; align-items: start; }
  .commercial-grid, .commercial-card, .commercial-feature { grid-template-columns: 1fr; }
  .commercial-feature { min-height: auto; }
  .commercial-card { min-height: auto; }
  .commercial-media img, .commercial-feature .commercial-media img { min-height: 430px; }
  .completion-gallery { grid-template-columns: 1fr; }
  .completion-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .completion-main { min-height: 620px; }
  .completion-strip { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid .featured-review { grid-column: auto; padding-right: 0; }
  .review-grid article, .review-grid article + article { min-height: 250px; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .review-grid blockquote { margin: 42px 0 34px; }
  .review-grid .featured-review blockquote { margin-top: 42px; font-size: 21px; }
  .lightbox-panel { inset: 3vh 4vw; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; padding: 22px; }
  .lightbox-copy { padding: 24px 54px 0 0; align-self: start; }
  .lightbox-copy h2 { font-size: 34px; }
  .lightbox-stage { min-height: 48vh; }
  .company-card dl div { grid-template-columns: 1fr; gap: 4px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .top-contact { justify-content: flex-start; font-size: 9px; }
  .brand-name { max-width: 170px; font-size: 11px; }
  .brand > span { max-width: 170px; font-size: 11px; }
  .brand-logo-mark { width: 48px; height: 39px; }
  .brand img { width: 48px; height: 39px; }
  .hero { min-height: 720px; }
  .hero > img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,9,.86), rgba(10,12,9,.35)); }
  .hero-content { padding: 120px 6vw 120px; }
  h1 { font-size: clamp(50px, 14vw, 68px); }
  .hero-copy { font-size: 15px; }
  .hero-badges { margin-bottom: 28px; }
  .hero-badges span { font-size: 9px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-panel { margin: -70px 6vw 48px; padding: 24px; }
  .hero-foot { left: 6vw; right: 6vw; gap: 15px; flex-direction: column; }
  .credibility { grid-template-columns: 1fr; }
  .credibility article, .credibility article:nth-child(2) { min-height: 190px; padding: 28px 6vw; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .credibility h3 { margin-top: 34px; }
  .section { padding: 85px 6vw; }
  .intro h2, .section-heading h2, .process h2, .areas h2 { font-size: 42px; }
  .signature-copy h2 { font-size: 42px; }
  .signature-media, .signature-media > img { min-height: 420px; }
  .signature-card { left: 18px; right: 18px; bottom: 18px; padding: 22px; }
  .section-heading { align-items: start; }
  .service-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-grid article, .service-grid article + article { min-height: 230px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { margin-top: 35px; }
  .why-heading h2 { font-size: 44px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 230px; padding: 28px 24px; }
  .why-grid h3 { margin-top: 38px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card.project-wide { grid-column: auto; min-height: 430px; }
  .project-caption { left: 22px; right: 22px; bottom: 22px; }
  .commercial-heading h2 { font-size: 42px; }
  .commercial-media { grid-template-columns: 1fr; }
  .commercial-media img, .commercial-feature .commercial-media img { min-height: 320px; }
  .commercial-copy { padding: 30px 24px; }
  .commercial-copy h3 { font-size: 30px; }
  .gallery-enabled::before { opacity: 1; transform: none; top: 14px; right: 14px; }
  .lightbox-panel { inset: 0; padding: 18px; border: 0; }
  .lightbox-copy h2 { font-size: 30px; }
  .lightbox-copy span { margin-top: 14px; }
  .lightbox-stage { min-height: 46vh; }
  .lightbox-arrow { width: 42px; height: 52px; font-size: 34px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-thumbs { grid-auto-columns: 96px; }
  .lightbox-thumb { height: 70px; }
  .completion-main, .completion-side figure { min-height: 430px; }
  .completion-side { grid-template-columns: 1fr; }
  .completion-strip img { height: 280px; }
  .completion-strip > div { padding: 34px 24px; }
  .contact { padding: 85px 6vw; }
  form { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  .seo-hub { padding: 26px; }
  .landing-hero { padding-top: 58px; }
  .landing-hero img { min-height: 320px; }
  .landing-section { padding: 56px 5vw; }
  .project-gallery-section { grid-template-columns: 1fr; }
}
