*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Cooler off-white background */
  --bg:    #F6F5F2;
  --bg2:   #EEECEA;
  --bg3:   #E5E2DE;
  --bg4:   #D8D4CE;

  /* Dark */
  --fg:    #1A1918;
  --iron:  #48443F;
  --mid:   #787068;

  /* Amber — used more assertively */
  --em:    #B8693A;
  --am:    #C9924E;
  --am2:   #D9AA72;
  --ep:    #F0E4D4;
  --ep2:   #F8F0E6;

  /* Text */
  --tm:    #524E49;
  --tl:    #908880;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  line-height: 1.7;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.02; pointer-events: none; z-index: 9999;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  transition: background .5s, border-color .5s, box-shadow .5s;
  border-bottom: 1px solid transparent;
}
nav.s {
  background: rgba(246,245,242,.97);
  border-color: var(--bg3);
  box-shadow: 0 1px 28px rgba(26,25,24,.07);
  backdrop-filter: blur(14px);
}
.logo {
  font-family: 'DM Serif Display', serif;
  font-size: 14px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--fg); text-decoration: none; line-height: 1.2;
}
.logo span {
  display: block; font-size: 9px; letter-spacing: .24em;
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase; color: var(--tl); margin-top: 2px;
}
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tm); text-decoration: none; font-weight: 500; transition: color .2s;
}
.nav-links a:hover { color: var(--em); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--bg3);
  background: rgba(246,245,242,.88);
  color: var(--fg);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-cta {
  padding: 8px 22px;
  background: var(--em) !important;
  color: var(--bg) !important;
  transition: background .25s !important;
}
.nav-cta:hover { background: var(--fg) !important; }

/* ── HERO ── */
#hero {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}

/* Photographic strip — slim, restrained, sits between What We Do and What Sets Us Apart */
.photo-strip {
  display: block;
  height: 1000px;
  border-bottom: 1px solid var(--bg3);
  background: var(--bg3);
}
.ps-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: var(--bg4);
}
.ps-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
  filter: saturate(0.92) brightness(0.97);
}
.ps-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(184,105,58,0.06) 0%, rgba(26,25,24,0.08) 100%);
  pointer-events: none;
}

.hero-stripe {
  position: absolute; top: 64px; left: 0; right: 0; height: 3px; z-index: 3;
  background: linear-gradient(90deg, var(--em) 0%, var(--am) 40%, var(--am2) 70%, transparent 100%);
}

.hero-body {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 300px;
  align-items: end;
  padding: 120px 52px 0; flex: 1;
}
.hero-left { padding-right: 64px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--em); margin-bottom: 28px;
  opacity: 0; animation: fu .7s ease .2s forwards;
}
.er { width: 22px; height: 1px; background: var(--em); flex-shrink: 0; }

.hero-h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1.01; letter-spacing: -.025em;
  color: var(--fg); margin-bottom: 24px;
  opacity: 0; animation: fu .85s ease .4s forwards;
}
.hero-h1 em { font-style: italic; color: var(--em); }

.hero-sub {
  font-family: 'Lora', serif; font-size: 15px;
  color: var(--tm); line-height: 1.85; max-width: 460px; margin-bottom: 36px;
  opacity: 0; animation: fu .85s ease .6s forwards;
}

.hero-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px;
  opacity: 0; animation: fu .85s ease .75s forwards;
}
.pill {
  font-size: 10px; letter-spacing: .13em; text-transform: uppercase;
  padding: 7px 16px; border: 1px solid var(--am); color: var(--am);
  background: var(--ep2);
}
.pill.primary { background: var(--em); color: var(--bg); border-color: var(--em); }

.hero-ctas {
  display: flex; align-items: center; gap: 28px;
  opacity: 0; animation: fu .85s ease .9s forwards;
}
.btn-dark {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--bg); background: var(--fg); padding: 13px 30px;
  text-decoration: none; transition: background .25s;
}
.btn-dark:hover { background: var(--em); }
.btn-ghost {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--tl); text-decoration: none;
  display: flex; align-items: center; gap: 9px; transition: color .2s;
}
.btn-ghost:hover { color: var(--em); }
.ga { width: 22px; height: 1px; background: currentColor; transition: width .25s; }
.btn-ghost:hover .ga { width: 36px; }

/* Hero stats — with context label */
.hero-stats {
  border-left: 1px solid var(--bg3); padding-left: 40px;
  opacity: 0; animation: fi 1s ease 1.1s forwards;
}
.stats-label {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--tl); margin-bottom: 18px; padding-bottom: 12px;
  border-bottom: 1px solid var(--bg3);
}
.hstat { padding: 16px 0; border-bottom: 1px solid var(--bg3); }
.hstat:last-child { border-bottom: none; }
.hstat-n {
  font-family: 'DM Serif Display', serif; font-size: 30px;
  color: var(--fg); letter-spacing: -.02em; line-height: 1; margin-bottom: 5px;
}
.hstat-n span { color: var(--em); }
.hstat-l { font-size: 10px; color: var(--tl); letter-spacing: .05em; line-height: 1.4; }

.hero-base {
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 52px; border-top: 1px solid var(--bg3); margin-top: 52px;
}
.hero-base-tag {
  font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--tl);
}

/* ── SHARED SECTION HEADER ── */
.sec-hd {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 52px; padding: 68px 52px; border-bottom: 1px solid var(--bg3); align-items: start;
}
.kk {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--em); padding-top: 6px;
}
.sh {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1; color: var(--fg); letter-spacing: -.01em; margin-bottom: 14px;
}
.sh em { font-style: italic; color: var(--em); }
.sl { font-family: 'Lora', serif; font-size: 14px; color: var(--tm); line-height: 1.9; max-width: 580px; }

/* ── WHAT WE DO ── */
#what { border-bottom: 1px solid var(--bg3); }

/* Dark modes strip */
.modes-wrap { background: var(--fg); }
.modes-hd {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 52px; padding: 68px 52px; border-bottom: 1px solid var(--iron); align-items: start;
}
.modes-row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.mcard {
  padding: 48px 44px; border-right: 1px solid var(--iron);
  transition: background .3s;
}
.mcard:last-child { border-right: none; }
.mcard:hover { background: rgba(255,255,255,.03); }
.mcard-n { font-size: 10px; letter-spacing: .2em; color: var(--am); margin-bottom: 18px; }
.mcard-rule {
  width: 22px; height: 2px; background: var(--em);
  margin-bottom: 18px; transition: width .35s;
}
.mcard:hover .mcard-rule { width: 40px; }
.mcard-t {
  font-family: 'DM Serif Display', serif; font-size: 20px;
  color: #EDE8E0; line-height: 1.2; margin-bottom: 12px;
}
.mcard-b {
  font-family: 'Lora', serif; font-size: 12px;
  color: var(--mid); line-height: 1.9; margin-bottom: 18px;
}
.mcard-note {
  font-size: 10px; color: var(--am); letter-spacing: .08em;
  border-top: 1px solid var(--iron); padding-top: 14px; margin-top: 4px;
  font-style: italic;
}
.mlist { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.mlist li {
  font-size: 10px; color: #8C8884; letter-spacing: .04em;
  line-height: 1.4; padding-left: 14px; position: relative;
}
.mlist li::before { content: '→'; position: absolute; left: 0; color: var(--am); font-size: 9px; }

/* ── WHAT SETS US APART ── */
#usp { background: var(--bg2); border-bottom: 1px solid var(--bg3); }
.usp-grid { display: grid; grid-template-columns: 1fr 1fr; }
.usp-left { padding: 60px 52px; border-right: 1px solid var(--bg3); }
.usp-kk { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--em); margin-bottom: 16px; }
.usp-h {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 2.5vw, 34px); color: var(--fg);
  line-height: 1.15; letter-spacing: -.01em; margin-bottom: 18px;
}
.usp-h em { font-style: italic; color: var(--em); }
.usp-b { font-family: 'Lora', serif; font-size: 13px; color: var(--tm); line-height: 1.9; margin-bottom: 14px; }

.usp-right { display: flex; flex-direction: column; }
.usp-anchor {
  padding: 22px 48px; border-bottom: 1px solid var(--bg3);
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--am);
}
.xpt { border-bottom: 1px solid var(--bg3); }
.xpt:last-child { border-bottom: none; }
.xpt-hd {
  padding: 22px 48px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  transition: background .3s;
}
.xpt-hd:hover { background: var(--bg); }
.xpt-title {
  font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--fg);
}
.xpt-icon { width: 18px; height: 18px; position: relative; flex-shrink: 0; }
.xpt-icon::before, .xpt-icon::after {
  content: ''; position: absolute; background: var(--em);
  transition: transform .3s, opacity .3s;
}
.xpt-icon::before { width: 10px; height: 1px; top: 8px; left: 4px; }
.xpt-icon::after  { width: 1px; height: 10px; top: 3px; left: 8px; }
.xpt.open .xpt-icon::after { transform: rotate(90deg); opacity: 0; }
.xpt-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.xpt.open .xpt-body { max-height: 220px; }
.xpt-inner {
  padding: 4px 48px 24px;
  font-family: 'Lora', serif; font-size: 12px; color: var(--tm); line-height: 1.85;
}

/* ── TRACK RECORD ── */
#track { background: var(--bg); border-bottom: 1px solid var(--bg3); }
.track-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bg3);
  background: var(--ep2);
}
.tstat { padding: 48px 44px; border-right: 1px solid var(--bg3); transition: background .3s; }
.tstat:last-child { border-right: none; }
.tstat:hover { background: var(--ep); }
.tstat-n {
  font-family: 'DM Serif Display', serif; font-size: 48px;
  color: var(--fg); letter-spacing: -.03em; line-height: 1; margin-bottom: 10px;
}
.tstat-n sup { font-size: 22px; color: var(--em); vertical-align: super; }
.tstat-l { font-size: 10px; letter-spacing: .1em; color: var(--tl); line-height: 1.5; text-transform: uppercase; }

.sectors { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--bg3); }
.sector {
  padding: 36px 44px; border-right: 1px solid var(--bg3);
  transition: background .3s;
}
.sector:last-child { border-right: none; }
.sector:hover { background: var(--bg2); }
.sec-tag {
  display: inline-block; font-size: 9px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--em); border: 1px solid var(--em); padding: 2px 9px; margin-bottom: 12px;
}
.sec-t { font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--fg); margin-bottom: 8px; }
.sec-b { font-family: 'Lora', serif; font-size: 12px; color: var(--tl); line-height: 1.75; }

/* ── THE STUDIO ── */
#studio { background: var(--bg2); border-bottom: 1px solid var(--bg3); }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; }

.studio-founders { border-right: 1px solid var(--bg3); }

/* Founders — anonymous combined block */
.founders-block { padding: 60px 52px; }
.founders-intro {
  font-family: 'DM Serif Display', serif; font-size: 20px;
  color: var(--fg); line-height: 1.4; margin-bottom: 28px;
  padding-bottom: 28px; border-bottom: 1px solid var(--bg3);
}
.founders-body {
  font-family: 'Lora', serif; font-size: 13px; color: var(--tm);
  line-height: 1.9; margin-bottom: 28px;
}
.founders-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.f-tag {
  font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--em); border: 1px solid rgba(184,105,58,.32); padding: 3px 10px;
}

/* Amber accent band */
.studio-accent {
  background: var(--em);
  padding: 28px 52px;
  border-top: none;
}
.studio-accent-text {
  font-family: 'DM Serif Display', serif; font-size: 18px;
  color: rgba(255,255,255,.92); line-height: 1.4; font-style: italic;
}

.studio-aside { padding: 60px 52px; }
.aside-intro {
  font-family: 'DM Serif Display', serif; font-size: 18px;
  color: var(--fg); line-height: 1.35; margin-bottom: 28px;
  padding-bottom: 28px; border-bottom: 1px solid var(--bg3);
}
.sfact { padding: 17px 0; border-bottom: 1px solid var(--bg3); display: flex; gap: 18px; }
.sfact:last-child { border-bottom: none; }
.slbl {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--em); min-width: 76px; flex-shrink: 0; padding-top: 2px;
}
.sval { font-family: 'Lora', serif; font-size: 12px; color: var(--tm); line-height: 1.75; }

/* ── CONTACT ── */
#contact {
  background: var(--fg);
  padding: 72px 52px;
  display: block;
  border-top: 1px solid var(--iron);
}
.ct-l { max-width: 600px; }
.ct-h {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 3.5vw, 52px); color: #EDE8E0;
  line-height: 1.06; letter-spacing: -.02em; margin-bottom: 18px;
}
.ct-h em { font-style: italic; color: var(--am2); }
.ct-b {
  font-family: 'Lora', serif; font-size: 13px; color: var(--mid);
  line-height: 1.9; margin-bottom: 36px; max-width: 360px;
}
.ct-link {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 13px; color: #EDE8E0; text-decoration: none;
  border-bottom: 1px solid var(--iron); padding-bottom: 12px;
  transition: border-color .25s, color .25s;
}
.ct-link:hover { border-color: var(--em); color: var(--am2); }
.ca { width: 28px; height: 1px; background: var(--em); flex-shrink: 0; transition: width .25s; }
.ct-link:hover .ca { width: 44px; }
.ct-r {
  padding-left: 52px;
  display: flex; flex-direction: column; justify-content: center; gap: 28px;
}
.cd-l {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--iron); margin-bottom: 8px;
}
.cd-v { font-family: 'Lora', serif; font-size: 12px; color: var(--mid); line-height: 1.8; }

/* ── FOOTER ── */
footer {
  background: var(--fg); padding: 20px 52px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--iron);
}
.fl {
  font-family: 'DM Serif Display', serif; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--iron);
}
.fd {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--em); margin-right: 9px; vertical-align: middle;
  position: relative; top: -1px;
}
.fn { font-size: 10px; color: var(--iron); letter-spacing: .07em; }

/* ── ANIMATIONS ── */
@keyframes fu { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes fi  { from { opacity:0; } to { opacity:1; } }
.rv { opacity:0; transform:translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.rv.in { opacity:1; transform:translateY(0); }
.d1 { transition-delay:.12s; }
.d2 { transition-delay:.24s; }

/* ── MOBILE ── */
@media (max-width:900px) {
  nav { padding: 0 20px; height: 58px; }
  .nav-toggle { display: flex; }
  nav.open {
    background: var(--bg);
    border-color: var(--bg3);
    box-shadow: 0 1px 28px rgba(26,25,24,.07);
    backdrop-filter: blur(14px);
  }
  nav.open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  nav.open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 18px;
    background: var(--bg);
    border-bottom: 1px solid var(--bg3);
    box-shadow: 0 18px 30px rgba(26,25,24,.08);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  nav.open .nav-links {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links li { border-bottom: 1px solid var(--bg3); }
  .nav-links li:last-child { border-bottom: none; }
  .nav-links a {
    display: block;
    padding: 15px 0;
  }
  .nav-links .nav-cta {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 18px;
    text-align: center;
  }
  .hero-body { grid-template-columns: 1fr; padding: 80px 24px 0; }
  .hero-left { padding-right: 0; padding-bottom: 36px; border-bottom: 1px solid var(--bg3); }
  .hero-stats { border-left: none; border-top: 1px solid var(--bg3); padding: 28px 0 0; }
  .hero-base { padding: 14px 24px; }
  .photo-strip { height: 340px; }
  .sec-hd { grid-template-columns: 1fr; padding: 48px 24px; gap: 14px; }
  .modes-hd { grid-template-columns: 1fr; padding: 48px 24px; gap: 14px; }
  .modes-row { grid-template-columns: 1fr; }
  .mcard { border-right: none; border-bottom: 1px solid var(--iron); padding: 36px 24px; }
  .mcard:last-child { border-bottom: none; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp-left { border-right: none; border-bottom: 1px solid var(--bg3); padding: 44px 24px; }
  .xpt-hd { padding: 20px 24px; }
  .xpt-inner { padding: 4px 24px 20px; }
  .track-stats { grid-template-columns: 1fr 1fr; }
  .sectors { grid-template-columns: 1fr; }
  .sector { border-right: none; border-bottom: 1px solid var(--bg3); }
  .sector:last-child { border-bottom: none; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-founders { border-right: none; }
  .founders-block { padding: 44px 24px; }
  .studio-accent { padding: 24px; }
  .studio-aside { padding: 44px 24px; }
  #contact { grid-template-columns: 1fr; padding: 52px 24px; gap: 0; }
  .ct-l { padding-right: 0; border-right: none; border-bottom: 1px solid var(--iron); padding-bottom: 44px; margin-bottom: 44px; }
  .ct-r { padding-left: 0; }
  footer { flex-direction: column; gap: 8px; padding: 20px; text-align: center; }
}
