:root {
  --warm-white: #f5f2eb;
  --stone: #ded6c8;
  --paper: #fffdf8;
  --charcoal: #1a1b19;
  --charcoal-soft: #272825;
  --ink: #242520;
  --muted: #686961;
  --gold: #9e7e49;
  --line: rgba(36, 37, 32, 0.18);
  --success: #25633f;
  --error: #9d3028;
  --shell: min(1240px, calc(100% - 64px));
  --header-height: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(158, 126, 73, 0.72); outline-offset: 4px; }
.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; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--charcoal); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(78px, 9vw, 132px) 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif; font-weight: 800; letter-spacing: -0.045em; line-height: 0.98; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; line-height: 1.5; text-transform: uppercase; }
.eyebrow span { padding-inline: 0.35em; }
.eyebrow.light { color: #cdb58e; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); color: var(--ink); background: rgba(245, 242, 235, 0.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; line-height: 1; }
.site-logo { width: auto; height: 82px; flex: 0 0 auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #4f504a; font-size: 0.82rem; font-weight: 750; letter-spacing: 0.035em; text-decoration: none; }
.site-nav a:hover { color: #111210; }
.site-nav .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 18px; color: #fff; background: var(--charcoal); }
.site-nav .nav-cta:hover { color: #fff; background: #343531; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 13px 10px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor; transition: transform 180ms ease; }

.hero { min-height: calc(100vh - var(--header-height)); display: grid; grid-template-columns: minmax(360px, 42%) minmax(0, 58%); color: var(--warm-white); background: var(--charcoal); }
.hero-copy { align-self: center; width: min(100%, 600px); padding: clamp(58px, 7vw, 108px) clamp(34px, 5vw, 82px) clamp(64px, 7vw, 112px) max(32px, calc((100vw - 1240px) / 2)); }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(3.65rem, 6.8vw, 7.2rem); }
.hero-intro { max-width: 560px; margin-bottom: 38px; color: #c6c5bd; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid transparent; color: inherit; font-weight: 800; letter-spacing: 0.02em; text-decoration: none; cursor: pointer; transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #151614; background: #c4a878; }
.button-primary:hover { background: #d4bd96; }
.button-text { color: #fff; border-color: rgba(255,255,255,.35); }
.button-text span { color: #bdbcb4; font-size: 0.82rem; }
.button-text:hover { border-color: #fff; }
.button-outline { color: var(--ink); border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.hero-note { margin: 44px 0 0; color: #8e8f87; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-media { position: relative; margin: 0; align-self: center; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(26,27,25,.2), transparent 24%); pointer-events: none; }
.hero-media img { width: 100%; height: auto; max-height: calc(100vh - var(--header-height)); object-fit: contain; }
.hero-media figcaption { position: absolute; right: 28px; bottom: 28px; z-index: 2; max-width: 290px; padding: 17px 20px; color: #fff; background: rgba(20,21,19,.88); border-left: 3px solid var(--gold); font-size: 0.91rem; font-weight: 750; }
.hero-media figcaption span { display: block; margin-bottom: 4px; color: #cdb58e; font-size: 0.66rem; letter-spacing: .16em; text-transform: uppercase; }

.services { background: var(--warm-white); }
.section-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .58fr); align-items: end; gap: 80px; margin-bottom: clamp(52px, 7vw, 92px); }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -54px; }
.section-intro h2, .work-heading h2, .about-copy h2, .contact-intro h2, .cta-shell h2 { margin-bottom: 0; font-size: clamp(3.2rem, 6.5vw, 6.7rem); }
.section-intro > p:last-child { margin: 0 0 7px; color: var(--muted); }
.service-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.service-list li { display: grid; grid-template-columns: 90px minmax(0, 1fr); padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-list > li > span { color: var(--gold); font-size: 0.77rem; font-weight: 800; letter-spacing: .12em; }
.service-list li > div { display: grid; grid-template-columns: minmax(210px, .65fr) minmax(260px, 1fr); gap: 48px; }
.service-list h3 { margin: 0; font-size: clamp(1.45rem, 2.6vw, 2.25rem); line-height: 1.1; }
.service-list p { max-width: 580px; margin: 0; color: var(--muted); }

.work-section { color: var(--warm-white); background: #141513; }
.work-heading { max-width: 940px; margin-bottom: clamp(62px, 8vw, 106px); }
.work-heading h2 { margin-bottom: 28px; }
.work-heading > p:last-child { max-width: 690px; margin: 0; color: #aaa9a2; }
.project-editorial { width: 100%; }
.project-heading { display: grid; grid-template-columns: 95px minmax(260px, 1fr) minmax(250px, .7fr); gap: 30px; align-items: end; margin-bottom: 32px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.24); }
.project-heading p { margin: 0; color: #cdb58e; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-heading h3 { margin: 0; font-size: clamp(2rem, 4.5vw, 4.8rem); }
.project-heading > span { padding-bottom: 5px; color: #9d9c95; font-size: .84rem; }
.project-image { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; color: #fff; background: #090a09; border: 0; text-align: left; cursor: zoom-in; }
.project-image img { width: 100%; height: auto; transition: opacity 200ms ease, transform 400ms ease; }
.project-image::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(0,0,0,.68)); pointer-events: none; }
.project-image > span { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 1; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-image:hover img { opacity: .9; transform: scale(1.008); }
.project-image-lead { width: min(86%, 1050px); margin-left: auto; }
.project-supporting { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(18px, 3vw, 42px); align-items: start; margin-top: clamp(18px, 3vw, 42px); }

.about-section { display: grid; grid-template-columns: minmax(0, 52%) minmax(360px, 48%); background: var(--charcoal-soft); color: var(--warm-white); }
.about-media { align-self: center; }
.about-media img { width: 100%; height: auto; }
.about-copy { align-self: center; padding: clamp(64px, 8vw, 122px) max(32px, calc((100vw - 1240px) / 2)) clamp(64px, 8vw, 122px) clamp(40px, 7vw, 104px); }
.about-copy h2 { margin-bottom: 32px; font-size: clamp(3rem, 5.4vw, 5.7rem); }
.about-copy > p:not(.eyebrow) { max-width: 650px; color: #c4c4bd; }
.about-copy .about-lead { color: #f6f3ec; font-size: 1.08rem; }
.attribute-list { display: grid; grid-template-columns: 1fr 1fr; margin: 38px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.attribute-list li { position: relative; padding: 14px 8px 14px 20px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .82rem; font-weight: 750; }
.attribute-list li::before { content: ""; position: absolute; top: 1.45em; left: 2px; width: 6px; height: 6px; background: var(--gold); }

.estimate-cta { padding: clamp(70px, 8vw, 110px) 0; background: var(--stone); }
.cta-shell { display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.cta-shell h2 { max-width: 750px; font-size: clamp(2.7rem, 5vw, 5.2rem); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }
.estimate-cta .button-primary { color: #fff; background: var(--charcoal); }
.estimate-cta .button-primary:hover { background: #343531; }

.contact-section { background: var(--warm-white); }
.contact-grid { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.contact-intro { position: sticky; top: 120px; }
.contact-intro h2 { margin-bottom: 28px; font-size: clamp(2.9rem, 5.2vw, 5.4rem); }
.contact-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.contact-details { display: grid; gap: 14px; margin-top: 40px; }
.contact-details a { display: grid; font-weight: 750; text-decoration: none; }
.contact-details span { color: var(--gold); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.estimate-form { padding: clamp(25px, 4vw, 46px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(42,38,31,.09); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 7px; font-size: .79rem; font-weight: 780; letter-spacing: .035em; }
.field label span { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #c9c1b5; border-radius: 0; }
.field input, .field select { min-height: 50px; padding: 10px 13px; }
.field textarea { min-height: 138px; padding: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(158,126,73,.13); }
.field [aria-invalid="true"] { border-color: var(--error); }
.upload-field { padding: 18px; border: 1px dashed #b9ae9c; background: #f5f1e9; }
.upload-field input { min-height: 0; padding: 7px 0; border: 0; background: transparent; }
.upload-field > p, .form-note, .file-list { color: var(--muted); font-size: .78rem; }
.upload-field > p { margin: 4px 0 0; }
.file-list { display: grid; gap: 4px; margin: 10px 0 0; padding-left: 20px; }
.form-footer { display: flex; align-items: center; gap: 20px; }
.form-note { margin: 0; }
.submit-button[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 1.6em; margin: 18px 0 0; font-weight: 750; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--error); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 66px 0 25px; color: #d8d7d0; background: #111210; }
.footer-main { display: grid; grid-template-columns: 1.25fr 1fr .65fr .9fr; gap: 42px; align-items: start; padding-bottom: 52px; }
.footer-brand { width: max-content; padding: 6px 10px; background: var(--warm-white); }
.footer-brand .site-logo { height: 112px; }
.footer-main > p { margin: 0; color: #989991; font-size: .9rem; }
.footer-main nav, .footer-contact { display: grid; gap: 8px; }
.footer-main nav a, .footer-contact a { text-decoration: none; font-size: .88rem; }
.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; color: #85867e; border-top: 1px solid rgba(255,255,255,.11); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; color: #fff; background: #090a09; border: 0; overflow: hidden; }
.lightbox::backdrop { background: #090a09; }
.lightbox-toolbar { height: 72px; display: grid; grid-template-columns: minmax(0, 1fr) auto 48px; align-items: center; gap: 24px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.lightbox-title, .lightbox-counter { margin: 0; font-size: .76rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.lightbox-title { color: #cac9c2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lightbox-counter { color: #cdb58e; }
.lightbox-close { width: 48px; height: 48px; padding: 0; color: #fff; background: transparent; border: 0; font-size: 2rem; cursor: pointer; }
.lightbox-stage { height: calc(100dvh - 72px); display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; }
.lightbox-stage figure { min-width: 0; max-width: 100%; max-height: 100%; margin: 0; display: grid; justify-items: center; }
.lightbox-stage img { max-width: 100%; max-height: calc(100dvh - 125px); width: auto; height: auto; object-fit: contain; }
.lightbox-stage figcaption { padding-top: 10px; color: #aaa9a2; font-size: .78rem; text-align: center; }
.lightbox-arrow { width: 54px; height: 54px; justify-self: center; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 1.35rem; cursor: pointer; }
.lightbox-arrow:hover { background: rgba(255,255,255,.13); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: grid; gap: 0; padding: 18px max(20px, calc((100vw - 760px) / 2)) 25px; background: var(--warm-white); border-bottom: 1px solid var(--line); box-shadow: 0 22px 40px rgba(0,0,0,.16); transform: translateY(-130%); visibility: hidden; transition: transform 220ms ease, visibility 220ms; }
  .site-nav.open { transform: translateY(0); visibility: visible; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 10px 2px; font-size: .95rem; }
  .site-nav .nav-cta { justify-content: center; margin-top: 10px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { width: var(--shell); padding: 78px 0 70px; margin-inline: auto; }
  .hero-media img { max-height: none; }
  .section-intro { grid-template-columns: 1fr; gap: 28px; }
  .section-intro .eyebrow { grid-column: auto; margin-bottom: -5px; }
  .service-list li > div { gap: 30px; }
  .project-heading { grid-template-columns: 75px minmax(0,1fr); }
  .project-heading > span { grid-column: 2; }
  .project-image-lead { width: 100%; }
  .about-section { grid-template-columns: 1fr; }
  .about-copy { width: var(--shell); padding: 76px 0 84px; margin-inline: auto; }
  .cta-shell { align-items: flex-start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --header-height: 74px; }
  .site-logo { height: 66px; }
  .footer-brand .site-logo { height: 96px; }
  .hero-copy { padding: 61px 0 60px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-media figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .section-intro h2, .work-heading h2, .about-copy h2, .contact-intro h2, .cta-shell h2 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  .service-list li { grid-template-columns: 48px minmax(0,1fr); padding: 25px 0; }
  .service-list li > div { grid-template-columns: 1fr; gap: 10px; }
  .project-heading { grid-template-columns: 1fr; gap: 12px; }
  .project-heading > span { grid-column: auto; }
  .project-supporting { grid-template-columns: 1fr; }
  .about-copy { padding: 66px 0 72px; }
  .attribute-list, .field-grid, .footer-main { grid-template-columns: 1fr; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .estimate-form { padding: 24px 18px; }
  .form-footer, .footer-bottom { align-items: stretch; flex-direction: column; }
  .submit-button { width: 100%; }
  .lightbox-toolbar { grid-template-columns: minmax(0,1fr) auto 44px; gap: 10px; padding: 0 10px 0 15px; }
  .lightbox-title { font-size: .65rem; }
  .lightbox-stage { position: relative; grid-template-columns: 1fr; padding: 0 10px 68px; }
  .lightbox-stage img { max-height: calc(100dvh - 170px); }
  .lightbox-arrow { position: absolute; bottom: 10px; z-index: 2; }
  .lightbox-prev { left: calc(50% - 68px); }
  .lightbox-next { right: calc(50% - 68px); }
}

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