:root {
  --olive-950: #24271f;
  --olive-900: #30342a;
  --olive-800: #414538;
  --olive-700: #555947;
  --cream: #f2efe5;
  --ivory: #faf8f2;
  --brass: #b8a06b;
  --ink: #20221d;
  --muted: #686a60;
  --line: rgba(48,52,42,.18);
  --serif: Baskerville, 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --sans: Inter, Avenir, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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: -5rem; z-index: 1000; padding: .75rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }

.site-header { height: 96px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: fixed; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.22); background: rgba(36,39,31,0); transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(36,39,31,.94); border-bottom-color: rgba(255,255,255,.12); box-shadow: 0 12px 32px rgba(15,17,13,.16); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .9rem; }
.brand img { width: 62px; height: 62px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { max-width: 360px; font: 1.16rem/1.12 var(--serif); letter-spacing: .015em; }
.brand small { margin-top: .28rem; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
nav a { position: relative; }
nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: white; transition: right .25s ease; }
nav > a:hover::after, nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: .8rem 1.15rem; border: 1px solid rgba(255,255,255,.65); transition: .25s ease; }
.nav-cta:hover { background: white; color: var(--olive-900); }
.menu-toggle { display: none; border: 0; padding: .4rem; background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: 780px; height: 95vh; max-height: 980px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--olive-950); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,28,22,.88) 0%, rgba(29,31,25,.48) 48%, rgba(22,24,20,.14) 75%), linear-gradient(0deg, rgba(20,22,18,.72), transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 850px; padding: 0 clamp(1.35rem, 7vw, 7.8rem) clamp(4.5rem, 8vh, 6.5rem); }
.eyebrow { margin: 0 0 1.5rem; font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 1.4rem; font-size: clamp(3.8rem, 7.6vw, 7.9rem); line-height: .88; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font: italic clamp(1.15rem, 1.7vw, 1.45rem)/1.55 var(--serif); }
.hero-logo { width: clamp(180px, 19vw, 250px); height: auto; margin: 1.65rem auto 0; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .8rem 1.35rem; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--olive-950); }
.button-light:hover { background: white; }
.text-link { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: .3rem; }
.text-link span { margin-left: .4rem; color: var(--brass); }
.hero-note { position: absolute; z-index: 2; right: clamp(1.35rem, 4vw, 4.5rem); bottom: 2rem; margin: 0; writing-mode: vertical-rl; font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; opacity: .65; }

.trust-strip { min-height: 150px; padding: 1.5rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding-left: clamp(1rem, 3vw, 3rem); border-left: 1px solid var(--line); }
.trust-strip div:first-child { border-left: 0; padding-left: 0; }
.trust-strip strong { font: 1.45rem/1.1 var(--serif); color: var(--olive-800); }
.trust-strip span { margin-top: .45rem; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.35rem, 7vw, 8rem); }
.section-label { display: flex; align-items: center; gap: .8rem; margin-bottom: clamp(3rem, 6vw, 5.5rem); color: var(--olive-700); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.section-label::after { content: ''; height: 1px; width: min(15vw, 150px); background: currentColor; opacity: .35; }
.section-label span { color: var(--brass); font-size: .58rem; line-height: 1; }
.section-label.light { color: rgba(255,255,255,.68); }
.intro .section-label, .process .section-label { gap: .45rem; }
.intro .section-label::after, .process .section-label::after { width: min(8vw, 78px); margin-left: .2rem; }
.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.intro h2, .services h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(3.1rem, 5.7vw, 6.2rem); line-height: .98; letter-spacing: -.035em; }
.intro-grid > div { max-width: 620px; padding-top: .6rem; }
.intro-grid p { color: var(--muted); }
.intro-grid .lead { margin-top: 0; color: var(--ink); font: 1.45rem/1.45 var(--serif); }
.intro-grid .signature { margin-top: 2rem; color: var(--olive-700); font: italic 1.15rem/1.4 var(--serif); }

.services { background: var(--olive-900); color: white; }
.services-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2.5rem, 8vw, 9rem); align-items: end; margin-bottom: clamp(4rem, 7vw, 6.5rem); }
.services-head p { max-width: 540px; margin: 0 0 .7rem; color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-list article { display: grid; grid-template-columns: 46px 1fr auto; gap: 2rem; align-items: start; padding: 2.3rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.service-number { padding-top: .7rem; font-size: .58rem; line-height: 1; color: var(--brass); }
.service-list h3 { margin-bottom: .6rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.service-list p { max-width: 650px; margin: 0; color: rgba(255,255,255,.58); }
.service-mark { padding-top: .2rem; color: var(--brass); font: 2rem/1 var(--serif); }

.projects { background: var(--ivory); }
.projects-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2.5rem, 8vw, 9rem); align-items: end; margin-bottom: clamp(4rem, 7vw, 6.5rem); }
.projects-head h2 { max-width: 850px; margin: 0; font-size: clamp(3.1rem, 5.7vw, 6.2rem); line-height: .98; letter-spacing: -.035em; }
.projects-head p { max-width: 430px; margin: 0 0 .7rem; color: var(--muted); }
.project-group + .project-group { margin-top: clamp(4rem, 7vw, 6.5rem); }
.project-group-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; margin-bottom: 1.35rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.project-group-head h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1; }
.project-group-head span { color: var(--muted); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.2rem, 2.5vw, 2.3rem); }
.flip-card { position: relative; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 0; background: transparent; color: white; cursor: pointer; perspective: 1600px; text-align: left; }
.flip-card-inner { position: absolute; inset: 0; display: block; transform-style: preserve-3d; transition: transform .72s cubic-bezier(.2,.7,.2,1); box-shadow: 0 18px 45px rgba(39,43,34,.14); }
.flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; display: block; overflow: hidden; background: var(--olive-900); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-back { transform: rotateY(180deg); }
.flip-face > * { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-card.is-flipped .flip-front .photo-label,
.flip-card.is-flipped .flip-front .flip-prompt { visibility: hidden; }
.flip-face::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,18,.06) 45%, rgba(20,22,18,.78) 100%); pointer-events: none; }
.flip-face img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.flip-card:hover .flip-face img { transform: scale(1.025); }
.photo-label { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .45rem .7rem; background: rgba(36,39,31,.86); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.flip-prompt { position: absolute; z-index: 2; left: 1.25rem; right: 1.25rem; bottom: 1.15rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font: italic clamp(1.08rem, 1.7vw, 1.35rem)/1.3 var(--serif); }
.flip-prompt b { display: grid; place-items: center; width: 2rem; height: 2rem; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font: 1rem/1 var(--sans); }
.flip-card:focus-visible { outline: 3px solid var(--brass); outline-offset: 5px; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 6vw, 6rem); }
.process-grid article { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.process-heading { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; }
.process-heading span { flex: 0 0 auto; font-size: .58rem; line-height: 1; color: var(--brass); }
.process-grid h3 { margin: 0; font-size: clamp(1.7rem, 2.4vw, 2.5rem); line-height: 1.06; }
.process-grid p { margin: 0; color: var(--muted); }

.contact { position: relative; padding: clamp(5rem, 11vw, 9rem) 1.35rem; overflow: hidden; background: var(--olive-900); color: white; text-align: center; }
.contact::before { content: ''; position: absolute; inset: 1.3rem; border: 1px solid rgba(184,160,107,.5); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; max-width: 790px; margin: auto; }
.contact img { width: 112px; height: 112px; margin: 0 auto 2.2rem; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.contact h2 { margin-bottom: 1rem; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .95; letter-spacing: -.04em; }
.contact p:not(.eyebrow):not(.contact-email) { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.65); }
.contact-actions { display: flex; justify-content: center; gap: .8rem; margin: 2.3rem 0 1.2rem; }
.button-outline { border-color: rgba(255,255,255,.45); color: white; }
.button-outline:hover { border-color: white; background: white; color: var(--olive-950); }
.contact-email { margin: 0; font: italic 1rem/1.4 var(--serif); color: var(--brass); }

footer { padding: 2rem clamp(1.35rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--olive-950); color: rgba(255,255,255,.58); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: white; font: 1rem/1.2 var(--serif); letter-spacing: 0; text-transform: none; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a:hover { color: white; }
footer > p { margin: 0; text-align: right; }

.reveal { animation: rise .9s .15s both cubic-bezier(.2,.7,.2,1); }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-in { from { opacity: .35; transform: scale(1.08); } to { opacity: 1; transform: scale(1.025); } }

@media (max-width: 950px) {
  .site-header { height: 84px; }
  .brand img { width: 52px; height: 52px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  nav { position: absolute; z-index: 21; top: 0; right: 0; width: min(86vw, 390px); height: 100vh; padding: 7rem 2.2rem 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: 1.7rem; background: var(--olive-950); transform: translateX(105%); transition: transform .35s ease; box-shadow: -20px 0 50px rgba(0,0,0,.25); }
  nav.open { transform: translateX(0); }
  .nav-cta { margin-top: .5rem; }
  .hero { min-height: 720px; height: 92vh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(25,28,22,.84), rgba(29,31,25,.26)), linear-gradient(0deg, rgba(20,22,18,.76), transparent 55%); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding-top: 2rem; padding-bottom: 2rem; gap: 1.5rem 0; }
  .trust-strip div:nth-child(3) { border-left: 0; padding-left: 0; }
  .intro-grid, .services-head, .projects-head { grid-template-columns: 1fr; }
  .services-head p { margin: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  footer > p { text-align: center; }
}

@media (max-width: 620px) {
  .brand { gap: .7rem; }
  .brand strong { max-width: 215px; font-size: .95rem; line-height: 1.08; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-content { padding-bottom: 3.8rem; }
  h1 { font-size: clamp(3.55rem, 16vw, 5rem); }
  .hero-copy { max-width: 92%; }
  .hero-logo { width: min(200px, 64vw); margin-top: 1.35rem; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-note { display: none; }
  .trust-strip { min-height: 0; }
  .trust-strip div { min-height: 58px; padding-left: 1rem; }
  .trust-strip strong { font-size: 1.18rem; }
  .trust-strip span { font-size: .58rem; }
  .section-label { margin-bottom: 2.8rem; }
  .intro h2, .services h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .service-list article { grid-template-columns: 26px 1fr; gap: 1rem; }
  .service-mark { display: none; }
  .process-grid { grid-template-columns: 1fr; gap: 3rem; }
  .project-grid { grid-template-columns: 1fr; }
  .flip-card { aspect-ratio: 4 / 3; }
  .intro .section-label::after, .process .section-label::after { width: 48px; }
  .contact::before { inset: .65rem; }
  .contact { padding-left: 1.6rem; padding-right: 1.6rem; }
  .contact-email { font-size: .88rem; overflow-wrap: anywhere; }
  .footer-links { flex-wrap: wrap; }
}

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