:root {
  --ink: #171714;
  --paper: #f4f0e8;
  --cream: #e8e0d3;
  --accent: #ad4938;
  --sage: #7e8976;
  --line: rgba(23, 23, 20, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { color: white; background: var(--accent); }
:focus-visible { outline: 3px solid #e9ad83; outline-offset: 4px; }
.section-shell { padding: 8rem clamp(1.25rem, 5vw, 6rem); }
.scroll-progress { position: fixed; z-index: 100; inset: 0 auto auto 0; height: 3px; background: var(--accent); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); color: white; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; letter-spacing: .17em; line-height: .8; }
.brand small { display: block; margin-top: .55rem; font-size: .56rem; letter-spacing: .35em; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid currentColor; font-family: Georgia, serif; font-size: 1.25rem; }
.nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; letter-spacing: .08em; }
.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 .35s; }
.nav a:hover::after { right: 0; }
.nav-cta { padding: .95rem 1.2rem; border: 1px solid rgba(255,255,255,.5); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; color: white; background: #222; }
.hero-media, .hero-image, .hero-grid, .hero-noise { position: absolute; inset: 0; }
.hero-image { background-position: center; background-size: cover; }
.hero-image--one { background-image: linear-gradient(90deg,rgba(18,16,13,.74),rgba(18,16,13,.16)),url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=88"); animation: heroShift 18s ease-in-out infinite alternate; }
.hero-image--two { background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=84"); opacity: .18; mix-blend-mode: screen; clip-path: polygon(70% 0,100% 0,100% 100%,42% 100%); animation: heroShift 22s ease-in-out infinite alternate-reverse; }
.hero-grid { opacity: .15; background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size: 6vw 6vw; mask-image: linear-gradient(to bottom,transparent,#000); }
.hero-noise { background: linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%); }
.hero-copy { position: relative; z-index: 3; width: 100%; padding: 10rem clamp(1.25rem,7vw,8rem) 5rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .68rem; font-weight: 700; }
.hero-drop { animation: dropIn 1s .15s both; }
.hero h1 { margin: 1.2rem 0 2.5rem; font-family: Georgia,serif; font-size: clamp(4rem,10vw,10rem); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.hero-line { display: block; animation: riseIn 1.2s cubic-bezier(.2,.8,.2,1) both; }
.hero-line--two { text-align: right; animation-delay: .15s; }
.hero h1 em, h2 em { font-weight: 400; color: #d8bca6; }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; max-width: 900px; margin-left: auto; }
.hero-intro { width: min(100%, 430px); font-size: clamp(1rem,1.5vw,1.25rem); line-height: 1.65; animation: riseIn 1s .5s both; }
.circle-link { width: 7rem; height: 7rem; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-content: center; text-align: center; gap: .4rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; transition: .35s; animation: riseIn 1s .65s both; }
.circle-link:hover { color: var(--ink); background: white; transform: rotate(-8deg) scale(1.07); }
.floating-proof { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(12px); background: rgba(20,20,17,.25); animation: float 5s ease-in-out infinite; }
.floating-proof b { font-family: Georgia,serif; font-size: 2.4rem; }
.floating-proof span { font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.floating-proof--one { top: 20%; right: 7%; }
.floating-proof--two { left: 4%; bottom: 24%; animation-delay: -2s; }
.proof-stars { color: #e8c18f; }
.scroll-cue { position: absolute; z-index: 3; bottom: 1.3rem; left: 50%; font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; }
.scroll-cue span { display: inline-block; width: 1px; height: 2.3rem; margin-right: .7rem; vertical-align: middle; background: white; animation: pulseLine 1.8s infinite; }

.marquee { overflow: hidden; padding: 1rem 0; background: var(--accent); color: white; }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 2rem; padding-right: 2rem; }
.marquee span { font-family: Georgia,serif; font-size: clamp(1.1rem,2vw,1.7rem); font-style: italic; }

.section-kicker { display: flex; align-items: center; gap: .7rem; text-transform: uppercase; letter-spacing: .2em; font-size: .63rem; font-weight: 700; }
.section-kicker span { color: var(--accent); }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; margin: 5rem 0 7rem; }
.intro-grid h2,.section-heading h2,.process-heading h2,.material-center h2,.contact-content h2 { margin: 0; font: 400 clamp(3.3rem,7vw,7.5rem)/.92 Georgia,serif; letter-spacing: -.05em; }
.intro-grid h2 span { color: var(--accent); font-style: italic; }
.intro-copy { align-self: end; max-width: 500px; }
.intro-copy p { font-size: 1.1rem; line-height: 1.8; }
.text-link { display: inline-flex; gap: 1rem; border-bottom: 1px solid; padding: .8rem 0; font-weight: 700; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.stats-row div { padding: 2rem 2rem 0 0; border-right: 1px solid var(--line); }
.stats-row strong { display: block; font: 400 clamp(2.8rem,5vw,5rem)/1 Georgia,serif; }
.stats-row span { display: block; margin-top: 1rem; font-size: .75rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.services-section { background: #e6dfd3; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { max-width: 800px; text-align: right; }
.services-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.service-card { position: relative; min-height: 350px; padding: 2rem; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .5s,box-shadow .5s; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(30,25,18,.16); }
.service-card h3 { max-width: 510px; margin: 0 0 1rem; font: 400 clamp(2.1rem,4vw,4rem)/1 Georgia,serif; }
.service-card p { max-width: 410px; line-height: 1.6; }
.service-card > a { position: absolute; right: 2rem; top: 2rem; font-size: 1.5rem; transition: transform .35s; }
.service-card:hover > a { transform: rotate(45deg); }
.service-card--wide { grid-row: span 2; min-height: 720px; color: white; }
.service-card--image { background: linear-gradient(0deg,rgba(20,20,17,.75),transparent),url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1400&q=85") center/cover; }
.service-card--dark { color: white; background: var(--ink); }
.service-card--light { background: #f8f4eb; }
.service-card--accent { color: white; background: var(--accent); grid-column: 1/-1; min-height: 300px; }
.service-number { font-size: .7rem; letter-spacing: .16em; }

.showcase { min-height: 100vh; padding: 7rem clamp(1.25rem,5vw,6rem); color: white; background: #1b1d1a; }
.showcase-sticky { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: center; }
.section-kicker--light { color: #ccc; }
.showcase-copy h2 { margin: 3rem 0 2rem; font: 400 clamp(3rem,6vw,6rem)/.95 Georgia,serif; }
.showcase-copy > p { color: #b9b9b3; line-height: 1.8; }
.showcase-copy ul { padding: 0; margin-top: 3rem; list-style: none; border-top: 1px solid #444; }
.showcase-copy li { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid #444; font-size: .8rem; }
.showcase-copy li span { color: #92928d; }
.comparison { position: relative; height: min(72vh,760px); overflow: hidden; box-shadow: 0 30px 80px #0007; }
.comparison-after,.comparison-before { position: absolute; inset: 0; background-position: center; background-size: cover; }
.comparison-after { background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1600&q=88"); }
.comparison-before { width: var(--split); background-image: linear-gradient(#5e584b33,#5e584b33),url("https://images.unsplash.com/photo-1556912172-45b7abe8b7e1?auto=format&fit=crop&w=1600&q=82"); filter: saturate(.55) brightness(.73); }
.comparison-line { position: absolute; left: var(--split); top: 0; bottom: 0; width: 2px; background: white; transform: translateX(-50%); }
.comparison-line span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 3.5rem; height: 3.5rem; color: var(--ink); background: white; border-radius: 50%; }
.comparison input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.comparison-label { position: absolute; z-index: 2; top: 1rem; padding: .45rem .7rem; background: #111a; font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.comparison-label--before { left: 1rem; }.comparison-label--after { right: 1rem; }

.process-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 5rem; }
.process-heading h2 { margin-top: 3rem; }
.process-heading > p { max-width: 450px; justify-self: end; line-height: 1.8; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: .3fr .8fr 1fr auto; gap: 2rem; align-items: center; padding: 2.4rem 0; border-bottom: 1px solid var(--line); transition: padding .35s,background .35s; }
.process-item:hover { padding-left: 1rem; padding-right: 1rem; background: #ece6db; }
.process-item h3 { margin: 0; font: 400 clamp(2rem,4vw,4rem)/1 Georgia,serif; }
.process-item p { line-height: 1.6; color: #5f5c55; }
.process-item b { font-size: 1.4rem; }

.material-section { min-height: 850px; display: grid; grid-template-columns: 1fr 1.05fr 1fr; gap: 1rem; padding: 1rem; color: white; background: var(--ink); }
.material-image { min-height: 650px; background-size: cover; background-position: center; }
.material-image--left { background-image: url("https://images.unsplash.com/photo-1600566753051-f0b89df2dd90?auto=format&fit=crop&w=1000&q=84"); }
.material-image--right { background-image: url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1000&q=84"); align-self: end; }
.material-center { display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 4rem 1rem; }
.material-center p:not(.eyebrow) { max-width: 440px; margin: 2rem auto; color: #bbb; line-height: 1.8; }
.button { display: inline-flex; align-self: center; gap: 1.2rem; padding: 1.1rem 1.5rem; border: 1px solid; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; transition: .35s; }
.button:hover { transform: translateY(-5px); }
.button--light:hover { color: var(--ink); background: white; }

.testimonial-section { position: relative; text-align: center; min-height: 700px; display: flex; flex-direction: column; justify-content: center; }
.quote-mark { font: 8rem/1 Georgia,serif; color: var(--accent); opacity: .25; }
.testimonial-stage { position: relative; min-height: 290px; }
.testimonial-stage blockquote { position: absolute; inset: 0; margin: 0 auto; max-width: 1000px; opacity: 0; transform: translateY(35px); transition: .8s; pointer-events: none; }
.testimonial-stage blockquote.is-active { opacity: 1; transform: none; }
.testimonial-stage blockquote p { margin: 0; font: 400 clamp(2rem,4vw,4.2rem)/1.2 Georgia,serif; }
.testimonial-stage footer { margin-top: 2rem; }
.testimonial-stage footer span { display: block; margin-top: .4rem; color: #777; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.testimonial-controls { display: flex; justify-content: center; gap: .6rem; }
.testimonial-controls button { width: 2rem; height: 3px; padding: 0; border: 0; background: #aaa; cursor: pointer; }
.testimonial-controls button.is-active { background: var(--accent); }

.contact-section { position: relative; min-height: 750px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--accent); text-align: center; }
.contact-content { position: relative; z-index: 2; padding: 5rem 1rem; }
.contact-content .eyebrow { margin-bottom: 2rem; }
.contact-content h2 em { color: #f1d7c8; }
.button--dark { margin-top: 3rem; background: var(--ink); border-color: var(--ink); }
.button--dark:hover { background: white; color: var(--ink); border-color: white; }
.contact-rings,.contact-rings i { position: absolute; inset: 50%; }
.contact-rings i { width: 38vw; height: 38vw; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%,-50%); animation: rings 5s ease-in-out infinite; }
.contact-rings i:nth-child(2) { animation-delay: -1.65s; }.contact-rings i:nth-child(3) { animation-delay: -3.3s; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: center; padding: 3rem clamp(1.25rem,5vw,6rem); color: white; background: var(--ink); }
.site-footer p { color: #999; }
.site-footer > div { display: flex; gap: 1.2rem; justify-content: flex-end; font-size: .8rem; }
.site-footer > small { grid-column: 1/-1; padding-top: 2rem; border-top: 1px solid #383833; color: #777; }

[data-reveal] { opacity: 0; transform: translateY(50px); filter: blur(5px); transition: opacity .85s,transform .85s,filter .85s; }
[data-reveal].is-visible { opacity: 1; transform: none; filter: none; }

@keyframes heroShift { to { transform: scale(1.09) translate3d(-1.5%,1%,0); } }
@keyframes riseIn { from { opacity:0; transform:translateY(70px); filter:blur(8px); } }
@keyframes dropIn { from { opacity:0; transform:translateY(-35px); } }
@keyframes float { 50% { transform:translateY(-14px) rotate(1deg); } }
@keyframes pulseLine { 0%,100%{transform:scaleY(.2);transform-origin:top} 50%{transform:scaleY(1)} }
@keyframes marquee { to { transform:translateX(-50%); } }
@keyframes rings { 0%{transform:translate(-50%,-50%) scale(.25);opacity:0} 40%{opacity:1} 100%{transform:translate(-50%,-50%) scale(1.65);opacity:0} }

@media (max-width: 850px) {
  .section-shell { padding: 5rem 1.25rem; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; color: white; border: 1px solid #ffffff55; background: #1115; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; }
  .nav { position: absolute; display: none; top: 5rem; left: 1.25rem; right: 1.25rem; padding: 2rem; flex-direction: column; align-items: stretch; background: #171714f5; }
  .nav.is-open { display: flex; }
  .hero-copy { padding: 9rem 1.25rem 5rem; }
  .hero h1 { font-size: clamp(3.6rem,16vw,6.5rem); }
  .hero-line--two { text-align: left; }
  .hero-bottom { align-items: center; }
  .floating-proof { display: none; }
  .intro-grid,.showcase-sticky,.process-heading { grid-template-columns: 1fr; gap: 2rem; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stats-row div { padding-bottom: 2rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 2rem; text-align: left; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card--wide,.service-card--accent { grid-row: auto; grid-column: auto; min-height: 480px; }
  .showcase { padding: 5rem 1.25rem; }
  .comparison { height: 60vh; }
  .process-heading > p { justify-self: start; }
  .process-item { grid-template-columns: .2fr 1fr auto; }
  .process-item p { grid-column: 2/-1; }
  .material-section { grid-template-columns: 1fr; }
  .material-image { min-height: 55vh; }
  .material-image--right { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero-bottom { align-items: flex-start; gap: 1rem; }
  .circle-link { width: 5.8rem; height: 5.8rem; flex: 0 0 auto; }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-item { gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity:1; transform:none; filter:none; }
}

/* Public concept presentation: keep the experience customer-facing rather than designer-numbered. */
.page-number,
.section-kicker > span,
.service-number,
.service-detail > div > span:first-child,
.values-grid article > span:first-child,
.process-item > span:first-child,
.next-steps-grid article > b:first-child {
  display: none !important;
}
.section-kicker { gap: 0; }
.service-detail h2 { margin-top: 0; }
.process-item { padding-top: 2.4rem; }

/* Multi-page showcase */
.site-header--inner { position: absolute; }
.nav .is-current { color: #e9ad83; }
.inner-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #23231f; }
.inner-hero-media { position: absolute; inset: 0; background-position: center; background-size: cover; animation: heroShift 20s ease-in-out infinite alternate; }
.inner-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(20,18,15,.78),rgba(20,18,15,.18)),linear-gradient(0deg,rgba(15,14,12,.58),transparent 55%); }
.inner-hero--services .inner-hero-media { background-image:url("https://images.unsplash.com/photo-1600585152915-d208bec867a1?auto=format&fit=crop&w=2200&q=88"); }
.inner-hero--about .inner-hero-media { background-image:url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=88"); }
.inner-hero--projects .inner-hero-media { background-image:url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=88"); }
.inner-hero--contact .inner-hero-media { background-image:url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=88"); }
.inner-hero-content { position:relative; z-index:2; width:100%; padding:10rem clamp(1.25rem,7vw,8rem) 5rem; }
.inner-hero h1 { max-width:1200px; margin:1.3rem 0 2rem; font:400 clamp(4rem,9vw,9rem)/.88 Georgia,serif; letter-spacing:-.055em; }
.inner-hero h1 span { display:block; }
.inner-hero-intro { max-width:580px; margin-left:auto; font-size:clamp(1rem,1.5vw,1.25rem); line-height:1.7; }
.page-number { position:absolute; z-index:3; right:2rem; bottom:2rem; font-size:.62rem; letter-spacing:.2em; writing-mode:vertical-rl; }
.page-intro { background:var(--paper); }

.service-detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; padding-top:0; background:#e6dfd3; }
.service-detail { min-height:560px; padding:clamp(2rem,5vw,5rem); display:flex; align-items:flex-end; background:#f7f2e9; }
.service-detail h2 { margin:2rem 0 1rem; font:400 clamp(2.7rem,5vw,5.3rem)/.95 Georgia,serif; letter-spacing:-.04em; }
.service-detail p { max-width:520px; line-height:1.7; }
.service-detail ul { display:grid; grid-template-columns:1fr 1fr; gap:.8rem 2rem; padding:2rem 0 0; margin:2rem 0 0; border-top:1px solid var(--line); list-style:none; font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; }
.service-detail--photo { min-height:720px; color:white; background:linear-gradient(0deg,rgba(20,18,15,.78),rgba(20,18,15,.05)),url("https://images.unsplash.com/photo-1600573472550-8090b5e0745e?auto=format&fit=crop&w=1400&q=88") center/cover; }
.service-detail--sage { color:white; background:var(--sage); }
.service-detail--dark { color:white; background:var(--ink); }
.investment-strip { padding:9rem 1.25rem; text-align:center; color:white; background:var(--accent); }
.investment-strip > p { text-transform:uppercase; letter-spacing:.18em; font-size:.7rem; }
.investment-strip h2 { margin:2rem auto 3rem; font:400 clamp(3rem,6vw,6rem)/1 Georgia,serif; }

.story-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:6rem; align-items:center; }
.story-copy h2,.team-statement h2,.contact-aside h2 { margin:3rem 0 2rem; font:400 clamp(3.3rem,6vw,6.5rem)/.93 Georgia,serif; letter-spacing:-.05em; }
.story-copy p { max-width:630px; line-height:1.8; font-size:1.05rem; }
.story-image { min-height:760px; position:relative; background:linear-gradient(0deg,rgba(20,18,15,.45),transparent),url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1300&q=88") center/cover; }
.story-image span { position:absolute; right:-2rem; bottom:3rem; padding:2rem; color:white; background:var(--accent); font:italic 1.5rem/1.3 Georgia,serif; }
.values-section { color:white; background:#1b1d1a; }
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:5rem; border-top:1px solid #444; }
.values-grid article { padding:2rem; border-right:1px solid #444; }
.values-grid h3 { margin:4rem 0 1.5rem; font:400 2.2rem/1 Georgia,serif; }
.values-grid p { color:#aaa; line-height:1.7; }
.team-panel { display:grid; grid-template-columns:1fr 1.1fr 1fr; gap:1rem; min-height:820px; padding:1rem; color:white; background:var(--ink); }
.team-photo { background-position:center; background-size:cover; }
.team-photo--one { background-image:url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=84"); }
.team-photo--two { background-image:url("https://images.unsplash.com/photo-1531835551805-16d864c8d311?auto=format&fit=crop&w=900&q=84"); }
.team-statement { align-self:center; padding:3rem; text-align:center; }
.team-statement > p:not(.eyebrow) { color:#aaa; line-height:1.8; }
.text-link--light { color:white; }

.project-gallery { display:grid; grid-template-columns:1fr 1fr; gap:5rem 1.2rem; background:var(--paper); }
.project-card--large { grid-column:1/-1; }
.project-card--wide { grid-column:1/-1; width:75%; margin-left:auto; }
.project-card-image { height:62vh; min-height:480px; background-position:center; background-size:cover; transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .5s; }
.project-card--large .project-card-image { height:80vh; }
.project-card a { display:block; overflow:hidden; }
.project-card:hover .project-card-image { transform:scale(1.035); filter:saturate(1.12); }
.project-image--one { background-image:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1900&q=88"); }
.project-image--two { background-image:url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1300&q=88"); }
.project-image--three { background-image:url("https://images.unsplash.com/photo-1600566753051-f0b89df2dd90?auto=format&fit=crop&w=1300&q=88"); }
.project-image--four { background-image:url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1700&q=88"); }
.project-card-meta { position:relative; padding:1.5rem 0; }
.project-card-meta span { text-transform:uppercase; letter-spacing:.14em; font-size:.62rem; }
.project-card-meta h2 { margin:.8rem 0 0; font:400 clamp(2.3rem,4vw,4.5rem)/1 Georgia,serif; }
.project-card-meta b { position:absolute; right:0; bottom:2rem; font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; }
.project-feature { display:grid; grid-template-columns:.7fr 1.3fr; min-height:850px; color:white; background:#1b1d1a; }
.project-feature-copy { padding:8rem clamp(2rem,5vw,6rem); align-self:center; }
.project-feature-copy h2 { margin:3rem 0 2rem; font:400 clamp(3rem,6vw,6rem)/.95 Georgia,serif; }
.project-feature-copy > p { max-width:520px; color:#aaa; line-height:1.8; }
.project-feature-copy dl { margin-top:3rem; border-top:1px solid #444; }
.project-feature-copy dl div { display:flex; justify-content:space-between; padding:1rem 0; border-bottom:1px solid #444; }
.project-feature-copy dt { color:#888; }.project-feature-copy dd { margin:0; }
.project-feature-image { background:url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1500&q=88") center/cover; }
.contact-section--compact { min-height:650px; }

.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:8rem; }
.contact-aside { position:sticky; top:4rem; align-self:start; }
.contact-aside > p { max-width:520px; line-height:1.8; }
.contact-details { display:flex; flex-direction:column; gap:.8rem; margin-top:3rem; padding-top:2rem; border-top:1px solid var(--line); }
.inquiry-form { display:grid; gap:1.5rem; padding:clamp(2rem,5vw,5rem); background:#e6dfd3; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.inquiry-form label { display:grid; gap:.6rem; font-size:.68rem; text-transform:uppercase; letter-spacing:.12em; }
.inquiry-form input,.inquiry-form select,.inquiry-form textarea { width:100%; padding:1rem 0; border:0; border-bottom:1px solid #999; border-radius:0; outline:0; background:transparent; color:var(--ink); font-size:1rem; text-transform:none; letter-spacing:0; }
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { border-bottom-color:var(--accent); }
.inquiry-form .button { justify-self:start; margin-top:1rem; color:white; cursor:pointer; }
.form-note { color:#777; font-size:.72rem; }
.form-success { padding:1rem; color:white; background:var(--sage); line-height:1.5; }
.next-steps { background:#1b1d1a; color:white; }
.next-steps-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:4rem; border-top:1px solid #444; }
.next-steps-grid article { padding:3rem; border-right:1px solid #444; }
.next-steps-grid h3 { margin:3rem 0 1rem; font:400 2.5rem Georgia,serif; }
.next-steps-grid p { color:#aaa; line-height:1.7; }

@media (max-width:850px) {
  .inner-hero { min-height:75svh; }
  .inner-hero-content { padding:9rem 1.25rem 4rem; }
  .inner-hero h1 { font-size:clamp(3.5rem,15vw,6rem); }
  .inner-hero-intro { margin-left:0; }
  .service-detail-grid,.story-section,.project-feature,.contact-layout { grid-template-columns:1fr; }
  .service-detail,.service-detail--photo { min-height:520px; }
  .story-image { min-height:65vh; }
  .values-grid { grid-template-columns:1fr 1fr; }
  .team-panel { grid-template-columns:1fr; min-height:0; }
  .team-photo { min-height:55vh; }
  .team-photo--two { display:none; }
  .project-gallery { grid-template-columns:1fr; gap:3rem; }
  .project-card--large,.project-card--wide { grid-column:auto; width:100%; }
  .project-card-image,.project-card--large .project-card-image { height:60vh; min-height:420px; }
  .project-feature-image { min-height:65vh; grid-row:1; }
  .contact-aside { position:static; }
  .next-steps-grid { grid-template-columns:1fr; }
  .next-steps-grid article { border-right:0; border-bottom:1px solid #444; }
}

@media (max-width:520px) {
  .service-detail ul,.form-row,.values-grid { grid-template-columns:1fr; }
  .service-detail { padding:2rem 1.25rem; }
  .story-image span { right:0; }
  .project-card-meta b { position:static; display:block; margin-top:1rem; }
}
