:root {
  --ironwood-black: #0e0e0e;
  --ironwood-charcoal: #171815;
  --cypress: #4a5d3b;
  --cypress-deep: #2c3926;
  --copper: #b87333;
  --copper-light: #d49a62;
  --ivory: #f2ede1;
  --ivory-deep: #e4dccd;
  --paper: #fbf8f2;
  --ink: #20231f;
  --muted: #62685f;
  --white: #ffffff;
  --shadow-sm: 0 12px 30px rgba(14, 14, 14, .09);
  --shadow-lg: 0 28px 70px rgba(14, 14, 14, .18);
  --radius: 4px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.025em; }
h2 { color: var(--cypress-deep); font-size: clamp(2.1rem, 4.8vw, 4rem); line-height: 1.06; margin-bottom: 1rem; }
h3 { line-height: 1.2; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.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; left: 1rem; top: -100px; z-index: 10000; background: var(--ivory); color: var(--ironwood-black); padding: .8rem 1rem; font-weight: 800; border: 2px solid var(--copper); transition: top .2s ease; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 4px; }

.utility-bar { background: #090a09; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.utility-bar a:hover { color: var(--copper-light); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(14,14,14,.97); border-bottom: 1px solid rgba(184,115,51,.35); box-shadow: 0 8px 28px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav-shell { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-link { flex: 0 0 auto; display: block; }
.brand-logo { width: 158px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(.85rem, 2vw, 1.6rem); }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.84); font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; position: relative; padding: .8rem 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .45rem; height: 2px; background: var(--copper); transition: right .22s ease; }
.primary-nav > a:not(.button):hover, .primary-nav > a[aria-current="page"] { color: var(--white); }
.primary-nav > a:not(.button):hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 8px; border: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ivory); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.3rem; border: 2px solid transparent; border-radius: 2px; font-size: .84rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 43px; padding: .65rem 1rem; font-size: .72rem; }
.button--copper { background: var(--copper); color: var(--ironwood-black); border-color: var(--copper); }
.button--copper:hover { background: var(--copper-light); border-color: var(--copper-light); }
.button--outline { border-color: rgba(255,255,255,.72); color: var(--white); background: rgba(14,14,14,.15); }
.button--outline:hover { background: var(--white); color: var(--ironwood-black); }
.button--ivory { background: var(--ivory); color: var(--ironwood-black); }
.button--ivory:hover { background: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--cypress-deep); font-weight: 900; letter-spacing: .03em; border-bottom: 1px solid rgba(44,57,38,.35); padding-bottom: .15rem; }
.text-link:hover { color: var(--copper); border-color: var(--copper); }

.eyebrow { margin: 0 0 .85rem; color: var(--copper-light); font-size: .75rem; font-weight: 900; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--dark { color: #96551d; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.65; }
.lead--light { color: rgba(255,255,255,.72); }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--tight { padding-block: clamp(3rem, 5vw, 4.5rem); }
.section--ivory { background: var(--ivory); }
.section--dark { background: var(--ironwood-black); color: var(--white); position: relative; overflow: hidden; }
.section--dark::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 20% 30%, rgba(184,115,51,.5), transparent 25%), linear-gradient(120deg, transparent 40%, rgba(74,93,59,.5)); pointer-events: none; }
.section--dark > .container { position: relative; }
.section--dark h2 { color: var(--ivory); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > div { max-width: 730px; }
.section-heading > p, .section-heading > a { max-width: 440px; }
.section-heading--light p { color: rgba(255,255,255,.7); }

.hero { min-height: min(840px, calc(100vh - 146px)); position: relative; display: grid; align-items: center; overflow: hidden; background: var(--ironwood-black); }
.hero__media, .page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media { object-position: center 52%; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,9,.92) 0%, rgba(9,10,9,.73) 47%, rgba(9,10,9,.16) 100%), linear-gradient(0deg, rgba(9,10,9,.25), transparent 40%); }
.hero__content { position: relative; z-index: 1; padding-block: 8rem; color: var(--white); max-width: var(--container); }
.hero__content h1 { max-width: 850px; color: var(--ivory); font-size: clamp(3.8rem, 8.7vw, 7.5rem); line-height: .9; margin: 0 0 1.5rem; text-shadow: 0 8px 30px rgba(0,0,0,.35); }
.hero__content > p:not(.eyebrow) { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.82); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; list-style: none; padding: 0; margin: 2.4rem 0 0; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: .55rem; background: var(--copper); transform: rotate(45deg); }

.page-hero { min-height: 590px; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--ironwood-black); }
.page-hero__media { object-position: center; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,9,.9), rgba(9,10,9,.54) 60%, rgba(9,10,9,.32)), linear-gradient(0deg, rgba(9,10,9,.55), transparent 55%); }
.page-hero__content { position: relative; z-index: 1; color: var(--white); padding-block: 7rem 5.4rem; }
.page-hero__content h1 { color: var(--ivory); font-size: clamp(3.3rem, 7.8vw, 6.4rem); line-height: .94; max-width: 980px; margin: 0 0 1.25rem; }
.page-hero__content > p:not(.eyebrow) { color: rgba(255,255,255,.8); max-width: 780px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.page-hero--compact { min-height: 420px; }

.intro-grid { display: grid; grid-template-columns: minmax(220px, .55fr) 1.7fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.intro-seal { display: grid; place-items: center; }
.intro-seal__image { width: min(280px, 100%); filter: drop-shadow(0 18px 35px rgba(14,14,14,.18)); }
.intro-grid h2 { max-width: 950px; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }
.service-card { background: var(--white); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; min-width: 0; border-bottom: 4px solid transparent; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-bottom-color: var(--copper); box-shadow: var(--shadow-lg); }
.service-card__image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ironwood-black); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.04); }
.service-card__body { padding: 1.55rem; display: flex; flex-direction: column; flex: 1; }
.service-card__number { color: var(--copper); font-family: Georgia, serif; font-size: .82rem; font-weight: 800; }
.service-card h3 { color: var(--cypress-deep); font-size: 1.3rem; margin: .35rem 0 .7rem; }
.service-card p { color: var(--muted); font-size: .95rem; }
.service-card .text-link { margin-top: auto; align-self: flex-start; font-size: .84rem; }

.proof-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.proof-image { position: relative; }
.proof-image::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(184,115,51,.65); }
.proof-image img { position: relative; width: 100%; height: 620px; min-height: 0; object-fit: cover; box-shadow: var(--shadow-lg); }
.proof-list { display: grid; grid-template-columns: 1fr 1fr; margin: 2rem 0 2.3rem; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.proof-list div { padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.proof-list strong, .proof-list span { display: block; }
.proof-list strong { color: var(--copper-light); font-family: Georgia, serif; font-size: 1.3rem; }
.proof-list span { color: rgba(255,255,255,.67); font-size: .87rem; }

.feature-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.feature-gallery figure { margin: 0; position: relative; min-height: 380px; overflow: hidden; background: var(--ironwood-black); }
.feature-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.feature-gallery figure:hover img { transform: scale(1.04); }
.feature-gallery figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1rem 1rem; color: var(--white); font-weight: 800; background: linear-gradient(transparent, rgba(0,0,0,.85)); }

.cta-band { background: var(--copper); color: var(--ironwood-black); padding: 3.4rem 0; }
.cta-band .eyebrow { color: rgba(14,14,14,.72); }
.cta-band h2 { color: var(--ironwood-black); font-size: clamp(2rem, 4.5vw, 3.5rem); margin: 0; }
.cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }

.service-feature { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--paper); }
.service-feature--alt { background: var(--ivory); }
.service-feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.service-feature:nth-of-type(even) .service-feature__media { order: 2; }
.service-feature__media { height: 560px; min-height: 0; }
.service-feature__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; box-shadow: var(--shadow-lg); }
.service-feature__content p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; gap: .72rem; }
.check-list li { position: relative; padding-left: 1.65rem; }
.check-list li::before { content: ""; position: absolute; left: .1rem; top: .65em; width: 8px; height: 8px; background: var(--copper); transform: rotate(45deg); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.process-grid li { padding: 1.7rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.process-grid span { color: var(--copper-light); font-family: Georgia, serif; font-size: 1.2rem; }
.process-grid h3 { color: var(--ivory); font-size: 1.35rem; margin: .7rem 0 .5rem; }
.process-grid p { color: rgba(255,255,255,.65); font-size: .92rem; }

.portfolio-intro { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.portfolio-intro > * { max-width: 650px; }
.project-case { padding: 0 0 5rem; margin-bottom: 5rem; border-bottom: 1px solid var(--ivory-deep); }
.project-case:last-child { margin-bottom: 0; border-bottom: 0; }
.project-case__head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.8rem; }
.project-case__head h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.project-case__head p { color: var(--muted); max-width: 720px; }
.tag-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.tag-list span { border: 1px solid rgba(74,93,59,.35); color: var(--cypress-deep); padding: .45rem .65rem; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.project-gallery { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, 250px); gap: .7rem; }
.gallery-button { position: relative; overflow: hidden; border: 0; padding: 0; background: var(--ironwood-black); cursor: zoom-in; text-align: left; }
.gallery-button:first-child { grid-row: 1 / -1; }
.gallery-button:last-child { grid-column: 2 / -1; }
.gallery-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .45s ease; }
.gallery-button:hover img { transform: scale(1.035); opacity: .84; }
.gallery-button span { position: absolute; inset: auto .8rem .8rem; color: var(--white); font-size: .76rem; font-weight: 800; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; text-shadow: 0 2px 8px rgba(0,0,0,.8); }
.gallery-button:hover span, .gallery-button:focus-visible span { opacity: 1; transform: none; }
.lightbox { width: min(1080px, calc(100% - 2rem)); max-height: 90vh; border: 1px solid rgba(184,115,51,.5); padding: 0; background: var(--ironwood-black); color: var(--white); box-shadow: var(--shadow-lg); }
.lightbox::backdrop { background: rgba(0,0,0,.86); }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; background: #000; }
.lightbox p { margin: 0; padding: 1rem 1.25rem; color: rgba(255,255,255,.78); }
.lightbox__close { position: absolute; z-index: 2; right: .8rem; top: .8rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(14,14,14,.8); color: var(--white); font-size: 1.8rem; cursor: pointer; }

.map-stack { display: grid; gap: 2.2rem; }
.map-card { background: var(--white); box-shadow: var(--shadow-lg); overflow: hidden; border-top: 4px solid var(--copper); }
.map-card__header { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.8rem 2rem; background: var(--ironwood-black); color: var(--white); }
.map-card__header h2 { color: var(--ivory); font-size: clamp(1.8rem, 3.7vw, 2.8rem); }
.map-card__header p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 750px; margin-bottom: 0; }
.map-card__badge { flex: 0 0 auto; border: 1px solid rgba(184,115,51,.7); color: var(--copper-light); padding: .55rem .75rem; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.map-card iframe { width: 100%; height: 660px; border: 0; display: block; }
.map-disclaimer { background: #fff5e8; border-left: 4px solid var(--copper); padding: 1.2rem 1.4rem; color: #514a42; }

.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.story-grid p:not(.eyebrow) { color: var(--muted); }
.story-image img { width: 100%; height: 650px; min-height: 0; object-fit: cover; box-shadow: var(--shadow-lg); }
.timeline-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); }
.timeline-heading { position: sticky; top: 150px; align-self: start; }
.timeline-heading p:not(.eyebrow) { color: var(--muted); }
.timeline { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--ivory-deep); }
.timeline li { position: relative; padding: 0 0 3rem 2.7rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: .2rem; width: 13px; height: 13px; background: var(--copper); transform: rotate(45deg); }
.timeline span { color: #96551d; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.timeline h3 { color: var(--cypress-deep); font-family: Georgia, serif; font-size: 1.65rem; margin: .35rem 0 .55rem; }
.timeline p { color: var(--muted); }
.why-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.why-seal { display: grid; place-items: center; }
.why-seal__image { width: min(360px, 100%); filter: drop-shadow(0 20px 45px rgba(0,0,0,.45)); }
blockquote { margin: 2rem 0 0; padding-left: 1.4rem; border-left: 4px solid var(--copper); color: var(--ivory); font-family: Georgia, serif; font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.55; }
.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; }
.value-grid article { background: var(--white); padding: 1.45rem; border-top: 3px solid var(--copper); box-shadow: var(--shadow-sm); }
.value-grid span { color: var(--copper); font-family: Georgia, serif; }
.value-grid h3 { color: var(--cypress-deep); font-size: 1.25rem; margin: .55rem 0 .5rem; }
.value-grid p { color: var(--muted); font-size: .9rem; }
.mission-band { background: var(--cypress-deep); color: var(--white); padding: clamp(4rem, 8vw, 7rem) 0; text-align: center; }
.mission-band h2 { color: var(--ivory); max-width: 1050px; margin: auto; font-size: clamp(2.2rem, 5vw, 4rem); }

.contact-grid { display: grid; grid-template-columns: 1.4fr .7fr; gap: 2rem; align-items: start; }
.form-panel { background: var(--white); box-shadow: var(--shadow-lg); padding: clamp(1.5rem, 4vw, 3rem); }
.form-panel__header { margin-bottom: 2rem; }
.form-panel__header > p:last-child { color: var(--muted); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field { display: grid; gap: .42rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--cypress-deep); font-size: .8rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfc7b9; border-radius: 0; background: #fffefa; color: var(--ink); padding: .9rem 1rem; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(184,115,51,.16); }
.field small { color: var(--muted); }
.form-consent { color: var(--muted); font-size: .82rem; }
.form-consent a { text-decoration: underline; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.form-status { margin: 0; color: var(--cypress-deep); font-weight: 800; }
.contact-aside { display: grid; gap: 1rem; }
.contact-card { padding: 1.7rem; background: var(--ironwood-black); color: var(--white); box-shadow: var(--shadow-sm); }
.contact-card h2 { color: var(--ivory); font-size: 2.2rem; }
.contact-card a { display: block; color: var(--copper-light); margin-top: .7rem; overflow-wrap: anywhere; }
.contact-card--light { background: var(--white); color: var(--ink); }
.contact-card--light h3 { color: var(--cypress-deep); font-family: Georgia, serif; font-size: 1.45rem; }
.contact-card--accent { background: var(--copper); color: var(--ironwood-black); }
.contact-card--accent strong { font-family: Georgia, serif; font-size: 1.35rem; }
.contact-card--accent p { margin: .55rem 0 0; }

.legal-hero { background: var(--ironwood-black); color: var(--white); padding: 6rem 0 5rem; border-bottom: 4px solid var(--copper); }
.legal-hero h1 { color: var(--ivory); font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 1rem; }
.legal-hero > .container > p:last-child { color: rgba(255,255,255,.72); max-width: 750px; font-size: 1.15rem; }
.prose { max-width: 860px; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-top: 2.5rem; }
.prose a { color: #7c4316; text-decoration: underline; }

.site-footer { background: #090a09; color: rgba(255,255,255,.72); padding: 4rem 0 1.3rem; border-top: 1px solid rgba(184,115,51,.45); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 2.5rem; }
.footer-brand { display: flex; align-items: flex-start; gap: 1.3rem; }
.footer-seal { width: 112px; flex: 0 0 auto; }
.site-footer h2, .site-footer h3 { color: var(--ivory); }
.site-footer h2 { font-size: 1.6rem; margin-bottom: .6rem; }
.site-footer h3 { font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { display: block; margin: .45rem 0; overflow-wrap: anywhere; }
.site-footer a:hover { color: var(--copper-light); }
.footer-credentials { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.2rem; margin-top: 2.8rem; padding-block: 1.1rem; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-credentials span { color: var(--copper-light); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-credentials span:not(:last-of-type)::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 1.2rem; background: var(--cypress); transform: rotate(45deg); vertical-align: middle; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-top: 1.3rem; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1rem; }

@media (max-width: 1080px) {
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-gallery { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .utility-bar { display: none; }
  .nav-shell { min-height: 92px; }
  .brand-logo { width: 132px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; min-height: calc(100vh - 92px); max-height: calc(100vh - 92px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 2rem 20px; background: rgba(14,14,14,.99); transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; overflow-y: auto; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .primary-nav .button { margin-top: 1.2rem; }
  .hero { min-height: calc(100vh - 92px); }
  .hero__overlay { background: linear-gradient(90deg, rgba(9,10,9,.9), rgba(9,10,9,.58)), linear-gradient(0deg, rgba(9,10,9,.45), transparent 50%); }
  .intro-grid, .proof-grid, .service-feature__grid, .story-grid, .timeline-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-seal__image, .why-seal__image { width: 220px; }
  .split-intro { grid-template-columns: 1fr; gap: 1rem; }
  .service-feature:nth-of-type(even) .service-feature__media { order: initial; }
  .service-feature__media { height: 440px; min-height: 0; }
  .service-feature__media img { height: 100%; min-height: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .project-case__head, .portfolio-intro { display: block; }
  .tag-list { justify-content: flex-start; margin-top: 1rem; }
  .project-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 230px 230px; }
  .gallery-button:first-child { grid-column: 1 / -1; grid-row: auto; }
  .gallery-button:last-child { grid-column: auto; }
  .timeline-heading { position: static; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .hero__content { padding-block: 5.5rem; }
  .hero__content h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }
  .page-hero { min-height: 510px; }
  .page-hero__content { padding-block: 5.5rem 4rem; }
  .page-hero__content h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .section-heading, .cta-band__inner { display: block; }
  .cta-band__inner .button { margin-top: 1.5rem; width: 100%; }
  .service-card-grid, .feature-gallery, .proof-list, .process-grid, .value-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .feature-gallery figure { min-height: 320px; }
  .proof-image::before { display: none; }
  .proof-image img { height: 440px; min-height: 0; }
  .service-feature__media { height: 350px; min-height: 0; }
  .service-feature__media img { height: 100%; min-height: 0; }
  .project-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 250px); }
  .gallery-button:first-child, .gallery-button:last-child { grid-column: auto; grid-row: auto; }
  .map-card__header { display: block; padding: 1.4rem; }
  .map-card__badge { display: inline-block; margin-top: 1rem; }
  .map-card iframe { height: 520px; }
  .story-image img { height: 440px; min-height: 0; }
  .field--full { grid-column: auto; }
  .form-panel { padding: 1.25rem; }
  .footer-brand { display: block; }
  .footer-seal { width: 105px; margin-bottom: 1rem; }
  .footer-bottom { display: block; text-align: center; }
  .footer-bottom div { justify-content: center; margin-top: .75rem; }
  .footer-credentials span::after { display: none !important; }
}

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