:root {
  --black: #090909;
  --ink: #15130f;
  --gold: #b69a55;
  --cream: #f4f1e8;
  --white: #faf9f5;
  --muted: #aaa79f;
  --line: rgba(255,255,255,.18);
  --pad: clamp(22px, 4.5vw, 76px);
  --heading: "Libre Caslon Display", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
section { scroll-margin-top: 84px; }
.skip-link { position: fixed; z-index: 200; top: -70px; left: 20px; padding: 13px 18px; color: var(--black); background: var(--gold); }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; display: grid; height: 84px; padding-left: var(--pad); grid-template-columns: minmax(200px, 1fr) auto 220px; align-items: stretch; color: var(--ink); background: #fff; border-bottom: 1px solid rgba(0,0,0,.16); }
.brand { display: flex; width: 220px; padding: 4px 23px; align-items: center; background: #fff; }
.brand img { width: auto; height: 76px; max-width: 100%; object-fit: contain; }
.desktop-nav { display: flex; }
.desktop-nav a { display: flex; padding: 0 clamp(13px, 1.65vw, 28px); align-items: center; border-left: 1px solid rgba(0,0,0,.16); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s; }
.desktop-nav a:hover { color: var(--white); background: var(--black); }
.quote-link { display: flex; padding: 0 20px; flex-direction: column; align-items: center; justify-content: center; color: var(--black); background: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.quote-link span { margin-bottom: 4px; font-size: .57rem; letter-spacing: .17em; text-transform: uppercase; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; display: flex; min-height: max(760px, 100svh); padding: 150px var(--pad) 75px; align-items: flex-end; overflow: hidden; }
.hero-video { position: absolute; right: 0; bottom: 0; width: 50vw; height: min(calc(100% - 84px), 995px); aspect-ratio: 9 / 16; object-fit: cover; object-position: center; -webkit-mask-image: radial-gradient(ellipse 115% 145% at 100% 0%, #000 0%, #000 38%, rgba(0,0,0,.92) 49%, rgba(0,0,0,.7) 61%, rgba(0,0,0,.38) 73%, rgba(0,0,0,.12) 83%, transparent 92%); mask-image: radial-gradient(ellipse 115% 145% at 100% 0%, #000 0%, #000 38%, rgba(0,0,0,.92) 49%, rgba(0,0,0,.7) 61%, rgba(0,0,0,.38) 73%, rgba(0,0,0,.12) 83%, transparent 92%); }
.hero-overlay { position: absolute; inset: 0; height: 100%; background: radial-gradient(ellipse 85% 145% at 100% 0%, transparent 28%, rgba(8,8,8,.03) 48%, rgba(8,8,8,.16) 72%, rgba(8,8,8,.3) 100%), linear-gradient(0deg, rgba(0,0,0,.24), transparent 72%); }
.hero-mark { position: absolute; z-index: 2; right: clamp(70px, 8vw, 140px); bottom: 65px; width: clamp(100px, 10vw, 150px); height: auto; opacity: .9; }
.hero-copy { position: relative; z-index: 2; max-width: 980px; }
.eyebrow { margin: 0 0 27px; color: var(--gold); font-size: .64rem; font-weight: 700; letter-spacing: .2em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.light { color: #d9d7d0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; font-family: var(--heading); font-weight: 700; letter-spacing: -.045em; line-height: .93; }
h1 { font-size: clamp(3.8rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.7rem, 4.95vw, 5.4rem); }
h1 em, h2 em { color: var(--gold); font-weight: inherit; }
.hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 34px 0 0; color: #d5d4ce; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; margin-top: 38px; align-items: center; gap: 34px; }
.button { display: inline-flex; min-height: 58px; padding: 17px 24px; align-items: center; justify-content: center; border: 1px solid currentColor; font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .2s, background .2s; }
.button-gold { color: var(--black); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: var(--white); background: var(--black); }
.button-outline:hover { color: var(--black); background: var(--white); }
.line-link { display: inline-flex; padding: 15px 0; border-bottom: 1px solid #888; font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-location { position: absolute; z-index: 2; right: var(--pad); bottom: 40px; margin: 0; font-size: .58rem; letter-spacing: .17em; writing-mode: vertical-rl; text-transform: uppercase; }

.section { padding: clamp(90px, 11vw, 180px) var(--pad); }
.section-intro { display: grid; margin-bottom: clamp(55px, 7vw, 105px); grid-template-columns: .48fr 1.2fr .58fr; gap: 45px; align-items: end; }
.section-intro .eyebrow { margin: 0; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.services { color: var(--ink); background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c6c1b5; border-left: 1px solid #c6c1b5; }
.service-card { position: relative; height: 460px; overflow: hidden; border-right: 1px solid #c6c1b5; border-bottom: 1px solid #c6c1b5; }
.service-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent 64%); }
.service-card > div:last-child { position: absolute; z-index: 2; right: clamp(22px, 3vw, 45px); bottom: clamp(24px, 3vw, 44px); left: clamp(22px, 3vw, 45px); color: var(--white); }
.service-card span { position: absolute; right: 0; bottom: 5px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .16em; }
.service-card h3 { font-size: clamp(2.2rem, 3.5vw, 4rem); }
.service-card p { max-width: 450px; margin: 15px 70px 0 0; color: #d7d6d0; line-height: 1.6; }
.service-card:hover img { transform: scale(1.025); }
.service-card-type { background: #171613; }
.service-card-type::before { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(115deg, transparent 0 52px, rgba(182,154,85,.08) 53px 54px); }
.service-type-mark { position: absolute; top: 40px; left: 42px; color: rgba(182,154,85,.16); font-family: var(--heading); font-size: clamp(8rem, 17vw, 17rem); line-height: .8; }

.story { display: grid; padding: clamp(90px, 10vw, 160px) var(--pad); grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 130px); align-items: center; }
.story-image { position: relative; }
.story-image img { height: min(55vw, 680px); object-fit: cover; }
.story-image span { position: absolute; right: 0; bottom: 0; padding: 14px 20px; color: var(--black); background: var(--gold); font-size: .61rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-copy h2 { margin-bottom: 43px; }
.story-lede { margin-bottom: 22px; color: var(--white) !important; font-family: var(--heading); font-size: clamp(1.4rem, 2.2vw, 2.25rem); font-weight: 700; line-height: 1.35 !important; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.8; }
.story-copy .button { margin-top: 24px; }

.slogan-section { background: #000; }
.slogan-section > img { width: 100%; height: auto; object-fit: contain; }

.projects { padding: clamp(90px, 10vw, 160px) var(--pad); }
.projects .section-intro { margin-bottom: 60px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(300px, 32vw, 520px); gap: 10px; }
.project { position: relative; margin: 0; overflow: hidden; background: #222; }
.project-tall { grid-row: span 2; }
.project-wide { grid-column: span 2; }
.project img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.project::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 50%); }
.project figcaption { position: absolute; z-index: 2; right: 24px; bottom: 23px; left: 24px; color: #d2d0c8; font-size: .59rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project:hover img { transform: scale(1.025); }

.reviews { color: var(--ink); background: var(--white); border-top: 1px solid #d5d0c4; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c6c1b5; border-left: 1px solid #c6c1b5; }
.review { position: relative; display: flex; min-height: 370px; margin: 0; padding: clamp(35px, 5vw, 70px); flex-direction: column; border-right: 1px solid #c6c1b5; border-bottom: 1px solid #c6c1b5; }
.review-featured { grid-row: span 2; }
.quote-mark { color: var(--gold); font-family: var(--heading); font-size: 5rem; line-height: .65; }
.review p { margin: 25px 0 55px; flex-shrink: 0; font-family: var(--heading); font-size: clamp(1.25rem, 1.8vw, 1.9rem); line-height: 1.5; }
.review-highlight { padding: .04em .14em; color: var(--black); background: var(--gold); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.review footer { display: flex; margin-top: auto; flex-shrink: 0; justify-content: space-between; border-top: 1px solid #c6c1b5; padding-top: 18px; }
.review footer b { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.review footer span { color: #6a675f; font-size: .61rem; text-transform: uppercase; letter-spacing: .11em; }

.final-cta { position: relative; display: grid; min-height: 790px; padding: 100px var(--pad); place-items: center; overflow: hidden; text-align: center; }
.final-cta > img, .final-cta-overlay { position: absolute; inset: 0; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-cta-overlay { background: rgba(0,0,0,.77); }
.final-cta-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { font-size: clamp(3rem, 5.625vw, 6rem); }
.final-phone { margin-top: 48px; }
.cta-email { display: inline-block; margin-top: 24px; padding: 8px 0; color: #d3d1ca; border-bottom: 1px solid #777; font-size: .8rem; letter-spacing: .08em; }

.site-footer { display: grid; padding: 70px var(--pad) 28px; grid-template-columns: 1fr .8fr; color: var(--ink); background: #fff; border-top: 1px solid rgba(0,0,0,.18); }
.footer-brand img { width: min(280px, 100%); height: auto; padding: 5px; object-fit: contain; background: #fff; }
.footer-brand p { margin: 25px 0 0; color: #68665f; font-size: .72rem; font-weight: 600; letter-spacing: .08em; line-height: 1.7; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; border-top: 1px solid rgba(0,0,0,.2); }
.footer-links a { padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.2); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a:nth-child(even) { padding-left: 22px; }
.footer-links a:nth-child(odd) { border-right: 1px solid rgba(0,0,0,.2); }
.footer-meta { display: flex; margin-top: 70px; padding-top: 20px; grid-column: 1 / -1; justify-content: space-between; border-top: 1px solid rgba(0,0,0,.2); color: #68665f; font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mobile-call { display: none; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: minmax(170px, 1fr) auto 200px; }
  .brand { width: 190px; }
  .desktop-nav a { padding-inline: 12px; }
  .section-intro { grid-template-columns: .4fr 1.2fr; }
  .section-intro > p:last-child { grid-column: 2; }
}
@media (max-width: 800px) {
  body { padding-bottom: 62px; }
  .site-header { height: 72px; padding-left: 0; grid-template-columns: 1fr 72px; background: #fff; }
  .brand { width: 190px; padding-inline: 24px; }
  .brand img { height: 64px; }
  .desktop-nav, .quote-link { display: none; }
  .menu-toggle { display: grid; padding: 20px; place-content: center; gap: 8px; color: var(--ink); background: transparent; border: 0; border-left: 1px solid rgba(0,0,0,.16); cursor: pointer; }
  .menu-toggle span { display: block; width: 28px; height: 1px; background: var(--black); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: -1; inset: 0; display: flex; padding: 105px 22px 95px; flex-direction: column; background: var(--black); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--heading); font-size: 1.85rem; font-weight: 700; }
  .hero { min-height: 780px; padding: 125px 21px 48px; }
  .hero-video { top: 72px; width: 100%; height: calc(100% - 72px); object-position: center; -webkit-mask-image: none; mask-image: none; }
  .hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.96), rgba(0,0,0,.67) 52%, rgba(0,0,0,.1)); }
  .hero-mark { top: 105px; right: 20px; bottom: auto; width: 85px; }
  h1 { font-size: clamp(3.25rem, 14.5vw, 5rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .line-link { justify-content: center; }
  .hero-location { display: none; }
  .section-intro { display: block; }
  .section-intro h2 { margin-bottom: 25px; }
  .service-grid, .story, .review-grid { grid-template-columns: 1fr; }
  .service-card { height: 500px; }
  .story-image img { height: min(128vw, 720px); }
  .story-copy { margin-top: 20px; }
  .slogan-section { min-height: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 360px; }
  .project-wide { grid-column: span 2; }
  .project-tall { grid-row: span 2; }
  .review-featured { grid-row: auto; }
  .review { min-height: 400px; }
  .review footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { margin-top: 45px; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 13px; }
  .mobile-call { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: flex; height: 62px; padding: 10px 18px; align-items: center; justify-content: space-between; color: var(--black); background: var(--gold); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-call b { font-size: .75rem; letter-spacing: .03em; }
}
@media (max-width: 500px) {
  .eyebrow { margin-bottom: 20px; }
  .section { padding-block: 85px; }
  h2 { font-size: clamp(2.5rem, 11.25vw, 3.6rem); }
  .service-card { height: 450px; }
  .service-card p { margin-right: 35px; font-size: .9rem; }
  .project-grid { display: block; }
  .project { height: 430px; margin-bottom: 9px; }
  .review { min-height: 430px; padding: 32px 25px; }
  .review-featured { min-height: 570px; }
  .final-cta { min-height: 680px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-links a, .footer-links a:nth-child(even) { padding-left: 0; border-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
