:root {
  --ink:#11110f;
  --cream:#f4f0e8;
  --stone:#d4cec2;
  --muted:#69655d;
  --line:rgba(17,17,15,.22);
  --serif:Didot,'Bodoni MT','Times New Roman',serif;
  --sans:Arial,Helvetica,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
a,button {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible {
  outline:2px solid currentColor;
  outline-offset:7px
}
::selection {
  background:#827463;
  color:white
}
h1,h2,h3,p {
  margin:0
}
h1,h2 {
  font-family:var(--serif);
  font-weight:400
}
em {
  font-weight:400
}
button {
  cursor:pointer
}
.eyebrow,.section-label,.text-link,.hero-caption,.contact-channel {
  font-size:12px;
  letter-spacing:.13em;
  line-height:1.6
}
.site-header {
  position:fixed;
  z-index:10;
  top:0;
  left:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:27px 4.5%;
  color:var(--cream);
  transition:background .45s,padding .45s,color .45s;
  border-bottom:1px solid transparent
}
.site-header.scrolled {
  padding-top:17px;
  padding-bottom:17px;
  background:var(--cream);
  color:var(--ink);
  border-color:var(--line)
}
.wordmark {
  font-family:var(--serif);
  font-size:38px;
  line-height:1;
  letter-spacing:-.06em
}
.wordmark span {
  display:block;
  font-family:var(--sans);
  font-size:8px;
  letter-spacing:.16em;
  margin-top:8px
}
.site-header nav {
  display:flex;
  gap:36px
}
.site-header nav a {
  font-size:12px;
  letter-spacing:.1em;
  padding:10px 0;
  position:relative
}
.site-header nav a:after {
  content:'';
  position:absolute;
  bottom:4px;
  left:0;
  width:0;
  height:1px;
  background:currentColor;
  transition:width .3s
}
.site-header nav a:hover:after {
  width:100%
}
.menu-toggle {
  display:none
}
.hero {
  min-height:780px;
  height:100svh;
  position:relative;
  color:var(--cream);
  background:#39382f;
  isolation:isolate;
  display:flex;
  align-items:center
}
.hero-media,.hero-media:after {
  position:absolute;
  inset:0;
  z-index:-1;
  overflow:hidden
}
.hero-media img,.hero-video {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 55%
}
.hero-video {
  position:absolute;
  inset:0
}
.hero-media:after {
  content:'';
  z-index:1;
  background:linear-gradient(90deg,rgba(10,10,8,.48),rgba(10,10,8,.08)),linear-gradient(0deg,rgba(10,10,8,.65),transparent 40%,rgba(10,10,8,.22))
}
.hero-content {
  width:100%;
  padding:130px 7% 100px
}
.hero-content>.eyebrow {
  margin-bottom:35px
}
.hero h1 {
  font-size:clamp(64px,8.65vw,155px);
  letter-spacing:-.055em;
  line-height:.96
}
.hero h1 em {
  display:inline-block;
  padding-left:18%
}
.hero-bottom {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  max-width:83%;
  margin-top:38px
}
.hero-bottom p {
  font-size:16px;
  line-height:1.6
}
.text-link {
  display:inline-flex;
  gap:52px;
  align-items:center;
  border-bottom:1px solid currentColor;
  padding:12px 0;
  transition:opacity .35s
}
.text-link:hover {
  opacity:.72
}
.text-link span {
  font-size:24px;
  line-height:1
}
.hero-caption {
  position:absolute;
  bottom:27px;
  left:4.5%;
  right:4.5%;
  display:flex;
  justify-content:space-between;
  font-size:10px
}
.section-pad {
  padding:64px 7% 120px
}
.section-label {
  display:flex;
  justify-content:space-between;
  font-size:11px
}
.about {
  padding-top:66px;
  padding-bottom:140px
}
.about-grid {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:8%;
  align-items:center;
  margin-top:105px
}
.about h2 {
  font-size:clamp(55px,6.4vw,108px);
  line-height:.96;
  letter-spacing:-.055em
}
.about h2 em {
  padding-left:13%
}
.about-copy {
  max-width:450px
}
.about-copy>p:first-of-type {
  font-size:19px;
  line-height:1.8
}
.small-rule {
  display:block;
  width:42px;
  border-top:1px solid var(--ink);
  margin-bottom:28px
}
.signature {
  margin-top:35px;
  color:var(--muted)
}
.services {
  background:#e8e3d9
}
.services-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin:80px 0 65px
}
.services-heading h2 {
  font-size:clamp(46px,5vw,80px);
  letter-spacing:-.045em;
  line-height:1.05
}
.services-heading>p {
  font-size:11px;
  letter-spacing:.08em;
  padding-bottom:9px
}
.service {
  display:grid;
  grid-template-columns:45px 1.5fr 1fr;
  gap:25px;
  align-items:center;
  border-top:1px solid var(--line);
  padding:33px 0;
  transition:border-color .5s
}
.service:last-child {
  border-bottom:1px solid var(--line)
}
.service:hover {
  border-top-color:var(--ink)
}
.service-number {
  font-size:12px;
  color:var(--muted)
}
.service h3 {
  font-weight:400;
  font-size:clamp(16px,1.6vw,26px);
  letter-spacing:-.02em
}
.service p {
  font-size:14px;
  line-height:1.7;
  color:#57534c;
  max-width:290px
}
.work-stage {
  text-align:center;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-top:65px;
  padding:95px 20px 80px
}
.work-stage h2 {
  font-size:clamp(45px,7.4vw,120px);
  letter-spacing:-.045em;
  margin:35px 0
}
.work-stage .eyebrow {
  font-size:11px;
  color:var(--muted)
}
.work-line {
  display:block;
  height:50px;
  width:1px;
  background:var(--line);
  margin:0 auto 30px
}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px
}
.project-grid:empty {
  display:none
}
.project-grid img,.project-grid video {
  width:100%;
  height:auto
}
.philosophy {
  background:var(--ink);
  color:var(--cream)
}
.philosophy .section-label {
  color:#bcb5a8
}
.philosophy h2 {
  font-size:clamp(56px,8.1vw,132px);
  line-height:1.01;
  letter-spacing:-.045em;
  margin:95px 0 65px
}
.philosophy h2 em {
  padding-left:25%
}
.philosophy-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-left:25%
}
.philosophy-bottom>p:first-child {
  font-size:16px;
  line-height:1.95;
  color:#bcb5a8
}
.visible-statement {
  font-size:14px;
  letter-spacing:.07em;
  border-bottom:1px solid #777367;
  padding-bottom:12px
}
.visible-statement span {
  margin-left:32px
}
.contact h2 {
  font-size:clamp(54px,7.8vw,128px);
  line-height:.99;
  letter-spacing:-.055em;
  margin:85px 0 65px
}
.contact h2 em {
  margin-left:15%
}
.contact-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end
}
.contact-bottom>div>p {
  font-size:16px;
  color:var(--muted)
}
.project-cta {
  font-size:16px;
  margin-top:20px;
  gap:75px
}
.contact-channel {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:15px
}
.contact-details {
  font-size:14px;
  line-height:1.8
}
.contact-details a {
  display:inline-block;
  margin-bottom:28px;
  border-bottom:1px solid transparent
}
.contact-details a:hover {
  border-color:currentColor
}
.contact-details p {
  font-size:12px!important;
  letter-spacing:.06em
}
.contact-details p span {
  font-size:10px
}
.contact #email-link {
  margin-top:12px
}
footer {
  padding:36px 7% 26px;
  border-top:1px solid var(--line)
}
.footer-top,.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:10px;
  letter-spacing:.06em
}
.footer-top {
  margin-bottom:45px
}
.footer-bottom {
  color:var(--muted)
}
.footer-bottom>div {
  display:flex;
  gap:30px
}
.footer-bottom a[aria-disabled] {
  opacity:.7;
  cursor:default
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  background:var(--cream);
  color:var(--ink);
  padding:15px;
  z-index:30
}
.skip-link:focus {
  top:12px
}
.video-toggle {
  position:absolute;
  right:4.5%;
  bottom:65px;
  color:var(--cream);
  background:#11110f99;
  border:1px solid #f4f0e877;
  padding:10px
}
.reveal {
  opacity:1
}
.motion-ready .reveal {
  opacity:0;
  transform:translateY(25px);
  transition:opacity 1s ease,transform 1.15s cubic-bezier(.2,.65,.3,1)
}
.motion-ready .reveal.is-visible {
  opacity:1;
  transform:none
}
[hidden] {
  display:none!important
}
@media(min-width:1600px) {
  .section-pad {
    padding-left:max(7%,calc((100vw - 1440px)/2));
    padding-right:max(7%,calc((100vw - 1440px)/2))
  }
}
@media(max-width:900px) {
  .hero {
    min-height:720px
  }
  .hero h1 {
    font-size:10vw
  }
  .hero-bottom {
    max-width:100%
  }
  .about-grid {
    gap:6%
  }
  .about-copy>p:first-of-type {
    font-size:17px
  }
  .service {
    grid-template-columns:28px 1.2fr 1fr;
    gap:15px
  }
  .services-heading>p {
    max-width:140px;
    line-height:1.8
  }
  .philosophy-bottom {
    margin-left:0;
    gap:30px
  }
  .visible-statement {
    font-size:12px
  }
  .hero-caption span:nth-child(2) {
    display:none
  }
}
@media(max-width:600px) {
  html {
    scroll-padding-top:85px
  }
  .site-header {
    padding:22px 6%
  }
  .wordmark {
    font-size:32px
  }
  .menu-toggle {
    display:flex;
    gap:16px;
    align-items:center;
    padding:10px 0;
    background:none;
    border:0;
    color:inherit;
    font-size:11px;
    letter-spacing:.1em
  }
  .menu-toggle span {
    font-size:22px;
    transition:transform .3s
  }
  .menu-toggle[aria-expanded=true] span {
    transform:rotate(45deg)
  }
  .site-header nav {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    padding:25px 6% 38px;
    background:var(--cream);
    color:var(--ink);
    border-bottom:1px solid var(--line)
  }
  .site-header.menu-open {
    background:var(--cream);
    color:var(--ink)
  }
  .site-header.menu-open nav {
    display:flex;
    flex-direction:column;
    gap:12px
  }
  .site-header nav a {
    font-size:19px;
    padding:12px 0
  }
  .hero {
    min-height:660px;
    max-height:1000px
  }
  .hero-content {
    padding:130px 6% 110px
  }
  .hero-content>.eyebrow {
    font-size:10px;
    margin-bottom:37px
  }
  .hero h1 {
    font-size:13vw;
    line-height:1.06
  }
  .hero h1 em {
    padding-left:12%
  }
  .hero-bottom {
    display:block;
    margin-top:32px
  }
  .hero-bottom p {
    font-size:14px
  }
  .hero-bottom .text-link {
    margin-top:32px;
    font-size:10px
  }
  .hero-caption {
    left:6%;
    right:6%;
    font-size:8px;
    letter-spacing:.09em
  }
  .hero-media img {
    object-position:62% center
  }
  .section-pad {
    padding:38px 6% 75px
  }
  .section-label {
    font-size:9px;
    gap:25px
  }
  .section-label span:last-child {
    text-align:right
  }
  .about-grid {
    grid-template-columns:1fr;
    margin-top:65px;
    gap:43px
  }
  .about h2 {
    font-size:17vw
  }
  .about-copy {
    padding-left:12%
  }
  .about-copy>p:first-of-type {
    font-size:16px;
    line-height:1.85
  }
  .signature {
    font-size:10px
  }
  .services-heading {
    display:block;
    margin:55px 0 38px
  }
  .services-heading h2 {
    font-size:12vw
  }
  .services-heading>p {
    max-width:none;
    margin-top:25px;
    font-size:9px
  }
  .service {
    grid-template-columns:22px minmax(0,1fr);
    gap:12px;
    padding:25px 0
  }
  .service h3 {
    font-size:16px
  }
  .service p {
    grid-column:2;
    grid-row:2;
    font-size:14px
  }
  .service-number {
    font-size:10px
  }
  .work-stage {
    margin-top:40px;
    padding:64px 12px 55px
  }
  .work-stage h2 {
    font-size:12vw
  }
  .work-stage .eyebrow {
    font-size:9px
  }
  .philosophy h2 {
    font-size:12.5vw;
    margin:65px 0 42px
  }
  .philosophy h2 em {
    padding-left:16%
  }
  .philosophy-bottom {
    display:block;
    padding-left:16%
  }
  .philosophy-bottom>p:first-child {
    font-size:14px
  }
  .visible-statement {
    display:inline-block;
    margin-top:35px;
    font-size:11px
  }
  .contact h2 {
    font-size:12.7vw;
    margin:62px 0 40px
  }
  .contact h2 em {
    margin-left:0
  }
  .contact-bottom {
    display:block
  }
  .contact-bottom>div>p {
    font-size:14px
  }
  .project-cta {
    font-size:13px
  }
  .contact-details {
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    gap:20px
  }
  .contact-details a {
    font-size:13px;
    margin-bottom:0
  }
  .contact-details p {
    font-size:10px!important
  }
  footer {
    padding:28px 6%
  }
  .footer-top,.footer-bottom {
    font-size:8px;
    line-height:1.6
  }
  .footer-top {
    display:block;
    margin-bottom:30px
  }
  .footer-top p+p {
    margin-top:10px
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:20px
  }
  .footer-bottom>div {
    gap:18px
  }
  .project-grid {
    grid-template-columns:1fr
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
  .motion-ready .reveal {
    opacity:1;
    transform:none
  }
}
/* Editorial refinement and resilient content sizing. */
.hero h1 > span { display:block; }
.hero h1 em { display:block; }
.hero { height:auto; min-height:100svh; }
.hero-content { padding-top:180px; padding-bottom:150px; }
.service h3 { font-size:clamp(1rem,1.7vw,1.75rem); }
.service p { font-size:1rem; }
.service > *, .about-grid > *, .contact-bottom > * { min-width:0; }
.project-grid figure { margin:0; }
.project-grid figcaption { margin-top:18px; font-size:1rem; line-height:1.6; }
.project-grid img, .project-grid video { display:block; }
.site-header nav a, .text-link, .contact-details a, .footer-bottom a, #email-link, .menu-toggle { min-height:44px; display:inline-flex; align-items:center; }
.menu-toggle { display:none; }
#email-link { overflow-wrap:anywhere; max-width:100%; font-size:1rem; border-bottom:1px solid var(--line); }
.footer-top, .footer-bottom { font-size:.75rem; line-height:1.6; }
.footer-bottom { align-items:center; flex-wrap:wrap; }
.footer-bottom a[aria-disabled] { opacity:1; }
section:focus, main:focus { outline:none; }
.video-toggle { min-height:44px; font-size:.75rem; }
@media(max-width:600px) {
  .menu-toggle { display:inline-flex; min-width:70px; justify-content:flex-end; }
  .site-header nav { max-height:calc(100svh - 90px); overflow-y:auto; }
  .hero { min-height:100svh; max-height:none; }
  .hero-content { padding:155px 6% 125px; }
  .hero h1 { font-size:12.5vw; }
  .hero h1 > span { max-width:6.5em; }
  .hero-bottom p, .philosophy-bottom > p:first-child, .contact-bottom > div > p { font-size:1rem; }
  .hero-bottom .text-link, .contact-channel, .section-label, .signature, .work-stage .eyebrow, .services-heading > p { font-size:.6875rem; }
  .hero-caption { font-size:.625rem; gap:20px; }
  .hero-caption > span:last-child { text-align:right; }
  .service { padding:30px 0; }
  .service h3 { font-size:1rem; line-height:1.5; }
  .service p { font-size:1rem; }
  .section-pad { padding-bottom:88px; }
  .contact-details { flex-wrap:wrap; }
  .contact-details p { font-size:.75rem!important; }
  .contact-details p span { font-size:.6875rem; }
  .footer-top, .footer-bottom { font-size:.6875rem; }
  .footer-bottom > div { flex-wrap:wrap; }
}
@media(prefers-reduced-motion:reduce) { .hero-video { display:none; } }

/* Keep the secondary email on its own line below the project invitation. */
.contact #email-link {
  display:flex;
  width:fit-content;
  margin-top:20px;
}

/* Monochrome social signatures, with no external icon dependencies. */
.social-links {
  display:grid;
  gap:12px;
  margin-bottom:30px;
}
.contact-details .social-links a {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:52px;
  margin:0;
}
.social-icon {
  width:21px;
  height:21px;
  flex:none;
}
.social-platform {
  display:block;
  font-size:.625rem;
  letter-spacing:.12em;
  color:var(--muted);
}
.social-arrow {
  margin-left:12px;
}
@media(max-width:600px) {
  .social-links { margin-bottom:0; }
  .contact-details { align-items:flex-end; }
}
