:root {
  --ink: #17201d;
  --ink-soft: #3f4945;
  --ivory: #f8f7f2;
  --linen: #e9e5dc;
  --sand: #d7b77a;
  --stone: #c8c5bb;
  --bronze: #a84b2f;
  --cactus: #194c3b;
  --white: #ffffff;
  --border: rgba(25, 25, 23, 0.14);
  --text: var(--ink);
  --background: var(--ivory);
  --surface: var(--linen);
  --accent: var(--bronze);
  --section-y: clamp(72px, 10vw, 160px);
  --pad-x: clamp(20px, 4vw, 56px);
  --max: 1440px;
  --measure: 46rem;
  --serif: "Gloock", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --ease: 360ms cubic-bezier(.2,.75,.25,1);
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html:focus-within { scroll-behavior: smooth; }
html, body { margin: 0; }
body {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--background);
  letter-spacing: 0;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; line-height: 1.05; margin: 0 0 0.6em; }
h1 { font-size: 4.5rem; }
h2 { font-size: 3rem; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }

.skip-link {
  position: absolute; left: 12px; top: -40px; background: var(--ink); color: var(--ivory);
  padding: 8px 12px; z-index: 100;
}
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.wrap { width: min(var(--max), 100% - var(--pad-x) * 2); margin-inline: auto; }
.wrap.narrow { width: min(760px, 100% - var(--pad-x) * 2); }
main > section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--section-y) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: clip;
}
main > section.cta-band {
  min-height: 0;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.on-linen { background: var(--linen); }
.on-ink { background: var(--ink); color: var(--ivory); }
.desert-section { background: var(--cactus); color: var(--ivory); }
.desert-section .eyebrow, .desert-section .process-grid span { color: var(--sand); }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 1rem;
}
.eyebrow.light { color: #eadcc8; }
.lede { font-size: 1.25rem; max-width: 40rem; color: var(--ink-soft); }
.intro { max-width: 40rem; color: var(--ink-soft); margin-bottom: 2.5rem; }
.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1rem; }
.text-link {
  display: inline-block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none;
  border-bottom: 1px solid var(--bronze);
  padding-bottom: 3px;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 12px 16px; margin: 1.6rem 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0.85rem 1.35rem;
  text-decoration: none; border: 1px solid transparent;
  letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
  cursor: pointer; background: none;
}
.btn-dark { background: var(--ink); color: var(--ivory); }
.btn-dark:hover { background: #000; }
.btn-light { background: var(--ivory); color: var(--ink); }
.btn-light:hover { background: var(--white); }
.btn-ghost, .btn-ghost-dark { border-color: currentColor; }
.btn-ghost { color: var(--ivory); }
.btn-header { background: var(--ink); color: var(--ivory); min-height: 42px; padding: 0.6rem 1rem; }
.secondary-link { margin-top: 2rem; font-size: 0.9rem; opacity: 0.8; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--ivory);
  border-bottom: 1px solid transparent;
  transition: background-color var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--border); box-shadow: 0 10px 30px rgba(23,32,29,.08); }
.is-home .site-header { position: absolute; width: 100%; background: transparent; }
.is-home .site-header.is-scrolled {
  position: fixed; background: var(--ivory);
  border-bottom-color: var(--border);
}
.is-home .site-header:not(.is-scrolled) .desktop-nav a,
.is-home .site-header:not(.is-scrolled) .menu-toggle { color: var(--ivory); }
.is-home .site-header:not(.is-scrolled) .btn-header { background: var(--ivory); color: var(--ink); }
.is-home .site-header:not(.is-scrolled) .logo img { filter: brightness(0) invert(1); }
.site-header.is-over-dark { background: var(--ink); color: var(--ivory); border-bottom-color: rgba(255,255,255,.14); }
.is-home .site-header.is-scrolled.is-over-dark { background: var(--ink); }
.site-header.is-over-dark .logo img { filter: brightness(0) invert(1); }
.site-header.is-over-dark .btn-header { background: var(--ivory); color: var(--ink); }
.header-inner {
  width: min(var(--max), 100% - var(--pad-x) * 2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
}
.logo img { width: 6rem; height: auto; }
.desktop-nav { display: none; justify-content: flex-end; gap: 1.35rem; }
.desktop-nav a { position: relative; text-decoration: none; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--bronze); transition: right var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.desktop-nav a.is-active { border-bottom: 1px solid currentColor; }
.menu-toggle {
  position: relative; z-index: 2;
  width: 44px; height: 44px; border: 0; background: none; display: grid; place-content: center; gap: 6px;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 22px; height: 1.5px; background: currentColor; }
.mobile-nav {
  background: var(--ivory); padding: 12px var(--pad-x) 28px;
}
.mobile-nav nav { display: grid; gap: 12px; }
.mobile-nav a { text-decoration: none; font-size: 1.15rem; }

.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: grid; align-items: end; color: var(--ivory); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media .scene { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(10, 19, 16, .52);
}
.hero-content {
  position: relative; z-index: 1;
  width: min(var(--max), 100% - var(--pad-x) * 2);
  margin: 0 auto; padding: 0 0 clamp(48px, 8vw, 96px);
}
.hero h1 { max-width: 14ch; }
.hero .lede { color: #f3ebe0; }
.trust-line { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }

.page-hero {
  isolation: isolate;
  padding: calc(var(--section-y) * .85) 0 2rem;
  align-items: flex-start;
  justify-content: center;
  background: var(--linen);
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: min(48%, 48rem);
  background: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1600&q=85") center / cover no-repeat;
}
.page-hero .wrap { padding-right: min(36%, 32rem); }
.page-hero h1 { max-width: 16ch; }

.split-grid {
  display: grid; gap: clamp(28px, 5vw, 80px);
}
.split-grid > .brochure-image { order: -1; }
.brochure-image { margin: 0; min-height: 100%; overflow: hidden; border-radius: var(--radius); }
.brochure-image img { width: 100%; height: 100%; min-height: 30rem; object-fit: cover; }
.feature-list {
  list-style: none; display: grid; gap: 28px;
}
.feature-list.four { grid-template-columns: 1fr; }
.feature-list h3 { margin-bottom: 0.35em; }
.process-grid {
  list-style: none; display: grid; gap: 28px;
  grid-template-columns: 1fr;
  margin: 2.5rem 0;
}
.process-grid span, .process-detail span {
  display: block; font-size: 0.78rem; letter-spacing: 0.16em; color: var(--bronze); margin-bottom: 0.6rem;
}
.process-detail { display: grid; gap: 48px; }
.process-detail article { border-top: 1px solid var(--border); padding-top: 28px; }

.service-panels, .journal-grid, .city-grid, .project-editorial {
  display: grid; gap: 28px; margin-top: 2.5rem;
}
.service-panel, .journal-card, .project-tile {
  text-decoration: none; color: inherit;
}
.service-panel, .journal-card, .project-tile {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease);
}
.service-panel { padding: 0 0 1.5rem; }
.service-panel:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(23,32,29,.13); }
.journal-card, .project-tile { padding: 1.5rem; }
.journal-card::before, .project-tile:not(:has(.tile-media))::before {
  content: "";
  display: block;
  height: 10rem;
  margin: -1.5rem -1.5rem 1.5rem;
  background: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=85") center / cover no-repeat;
}
.journal-card:hover, .project-tile:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(23,32,29,.12); }
.service-panel .panel-art, .tile-media { overflow: hidden; margin-bottom: 1rem; aspect-ratio: 4 / 3; }
.service-panel .panel-art img, .service-panel .scene, .tile-media .scene { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 700ms ease; }
.service-panel:hover img, .service-panel:hover .scene, .project-tile:hover .scene { transform: scale(1.045); }
.service-panel h3, .service-panel p, .service-panel span { margin-left: 10px; margin-right: 10px; }
.service-panel span { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--bronze); }
.journal-card { display: block; }
.proof-list {
  list-style: none; display: grid; gap: 12px 32px;
  font-size: 1.05rem;
}
.quote-section blockquote { margin: 0; }
.quote-section p { font-family: var(--serif); font-size: 2rem; line-height: 1.25; }
.quote-section cite { font-style: normal; font-size: 0.875rem; letter-spacing: 0.06em; }
.founder-art { overflow: hidden; min-height: 560px; }
.founder-art img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.editorial-image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; margin-top: 2rem; border-radius: var(--radius); }
.empty-note { max-width: 40rem; padding: 2rem 0 4rem; }
.note { color: var(--ink-soft); font-size: 0.9375rem; }
.plain-list { margin: 1rem 0 1.5rem 1.1rem; }
.meta-grid { display: grid; gap: 16px; margin-top: 2rem; }
.meta-grid dt { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bronze); }
.meta-grid dd { margin: 0.2rem 0 0; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 2rem; }
.filters a { text-decoration: none; border: 1px solid var(--border); padding: 0.4rem 0.8rem; font-size: 0.82rem; }
.filters a.is-active { background: var(--ink); color: var(--ivory); }
.gallery { display: grid; gap: 16px; }
.gallery img { width: 100%; height: auto; }
.article-body h2 { font-size: 2rem; margin-top: 2rem; }

.cta-band { background: var(--linen); }
.cta-inner { width: min(900px, 100% - var(--pad-x) * 2); margin: 0 auto; }
.form { display: grid; gap: 1rem; }
.form label { display: grid; gap: 0.4rem; font-size: 0.92rem; }
.form input, .form select, .form textarea {
  border: 1px solid var(--border); background: var(--white); padding: 0.8rem 0.9rem; border-radius: var(--radius);
}
.form-row { display: grid; gap: 1rem; }
.field-error { color: #8a2b2b; font-size: 0.85rem; }
.contact-grid { display: grid; gap: 36px; }
.contact-card { background: var(--linen); padding: 1.6rem; }
fieldset { border: 0; padding: 0; margin: 0 0 1.5rem; display: grid; gap: 1rem; }
legend { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 0.6rem; }
.stepper-nav { display: flex; gap: 12px; margin-top: 8px; }
details { border-top: 1px solid var(--border); padding: 1rem 0; }
summary { cursor: pointer; font-size: 1.1rem; }
.flash { width: min(var(--max), 100% - var(--pad-x) * 2); margin: 12px auto 0; padding: 12px 16px; background: var(--linen); }

.section-next {
  position: absolute;
  right: var(--pad-x);
  bottom: clamp(20px, 3vw, 40px);
  z-index: 5;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: var(--ivory);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(23,32,29,.18);
  transition: transform var(--ease), background-color var(--ease), color var(--ease);
}
.section-next:hover { transform: translateY(5px); background: var(--bronze); color: var(--white); }
.section-next svg { width: 1.5rem; height: 1.5rem; }
.section-next svg path { stroke-width: 2.5; }
.reveal-target { opacity: 0; transform: translateY(38px); transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.75,.25,1); }
.reveal-target.is-visible { opacity: 1; transform: none; }

.site-footer { background: var(--ink); color: #ece6dc; padding: 72px 0 32px; }
.footer-grid {
  width: min(var(--max), 100% - var(--pad-x) * 2);
  margin: 0 auto;
  display: grid; gap: 32px;
}
.footer-name { font-family: var(--serif); font-size: 1.6rem; }
.footer-label { letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.72rem; color: var(--sand); }
.site-footer a { display: block; text-decoration: none; margin: 0.25rem 0; }
.footer-legal {
  width: min(var(--max), 100% - var(--pad-x) * 2);
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 0.85rem;
}
.footer-legal a { display: inline; margin-right: 12px; }

.journal-listing { align-items: stretch; }
.journal-list { display: grid; gap: 0; }
.journal-list .journal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: 2.5rem 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.journal-list .journal-card::before { display: none; }
.journal-list .journal-card:first-child { border-top: 1px solid var(--border); }
.journal-list .journal-card-copy { max-width: 48rem; }
.journal-list .journal-card h2 { font-size: 2.25rem; max-width: 26ch; margin-bottom: 0.45rem; }
.journal-list .journal-card p:not(.eyebrow) { max-width: 42rem; color: var(--ink-soft); margin-bottom: 0; }
.journal-card-action {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color var(--ease), color var(--ease);
}
.journal-list .journal-card:hover { transform: none; box-shadow: none; }
.journal-list .journal-card:hover .journal-card-action { background: var(--ink); color: var(--ivory); }

.article-hero { padding-bottom: 0; }
.article-hero::before { display: none; }
.article-hero-grid { display: grid; gap: 3rem; align-items: end; }
.article-hero .wrap { padding-right: 0; }
.article-hero h1 { max-width: 14ch; }
.article-date, .article-kicker { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.article-date { color: var(--bronze); margin-top: 2rem; }
.article-hero-image { margin: 0; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.article-hero-image img { width: 100%; height: 100%; min-height: 28rem; object-fit: cover; }
.article-content-section { min-height: 0; }
.article-content-grid { display: grid; gap: 2rem; align-items: start; }
.article-kicker { color: var(--bronze); margin: 0; }
.article-body { font-size: 1.125rem; }
.article-body h2 { font-size: 2.25rem; }

@media (min-width: 800px) {
  .desktop-nav { display: flex; }
  .menu-toggle, .mobile-nav { display: none !important; }
  .header-inner { min-height: 88px; }
  .logo img { width: 7.25rem; }
  .split-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
  .feature-list, .process-grid, .proof-list { grid-template-columns: 1fr 1fr; }
  .feature-list.four { grid-template-columns: 1fr 1fr; }
  .service-panels { grid-template-columns: repeat(3, 1fr); }
  .journal-grid, .city-grid { grid-template-columns: repeat(3, 1fr); }
  .project-editorial { grid-template-columns: 1fr 1fr; }
  .project-tile.is-large { grid-column: 1 / -1; }
  .contact-grid, .form-row { grid-template-columns: 1fr 1.4fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; }
  .meta-grid { grid-template-columns: repeat(4, 1fr); }
  .article-hero-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .article-content-grid { grid-template-columns: minmax(11rem, .3fr) minmax(0, .7fr); }
}
@media (max-width: 799px) {
  :root { --section-y: 88px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }
  h3 { font-size: 1.375rem; }
  .page-hero::before { width: 100%; opacity: .2; }
  .page-hero .wrap { padding-right: 0; }
  .journal-list .journal-card { grid-template-columns: 1fr; gap: 1.25rem; padding: 2rem 0; }
  .journal-list .journal-card h2 { font-size: 1.75rem; }
  .article-hero-image img { min-height: 20rem; }
  .brochure-image img { min-height: 20rem; }
  .section-next { width: 48px; height: 48px; right: 20px; bottom: 20px; }
  .hero-content { padding-bottom: 90px; }
  .founder-art, .founder-art img { min-height: 420px; }
  .mobile-nav { box-shadow: 0 18px 35px rgba(23,32,29,.14); }
}
@media (min-width: 1100px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-target { opacity: 1; transform: none; }
}

@media print {
  @page { size: A4 portrait; margin: 0.35in; }

  :root { --pad-x: 0; --section-y: 0.24in; }
  html, body { background: #fff; color: #000; font-size: 9pt; line-height: 1.35; }
  .site-header, .site-footer, .skip-link, .section-next, .btn-row, .filters { display: none !important; }
  main > section:not(.cta-band), main > header.page-hero {
    display: block;
    width: 100%;
    height: 10.95in;
    min-height: 0;
    padding: 0.24in 0;
    overflow: hidden;
    break-after: page;
    page-break-after: always;
    background: #fff !important;
    color: #000 !important;
  }
  main > section:last-child { break-after: auto; page-break-after: auto; }
  main > section.cta-band { min-height: 0; height: auto; padding: 0.28in 0; break-after: auto; page-break-after: auto; }
  .wrap, .wrap.narrow, .cta-inner { width: 100%; max-width: none; }
  .page-hero::before { display: none; }
  .page-hero .wrap { padding-right: 0; }
  h1 { font-size: 28pt; }
  h2 { font-size: 20pt; }
  h3 { font-size: 13pt; }
  .eyebrow, .text-link, .btn, .footer-label { font-size: 8pt; }
  .lede { font-size: 12pt; }
  .split-grid, .contact-grid { grid-template-columns: 1fr 1fr; gap: 0.22in; }
  .brochure-image img { min-height: 0; height: 5.8in; }
  .service-panels, .process-grid, .feature-list, .proof-list, .journal-grid, .city-grid, .project-editorial { gap: 0.15in; }
  .service-panel, .journal-card, .project-tile, details { break-inside: avoid; page-break-inside: avoid; box-shadow: none; }
  .service-panel .panel-art, .tile-media { max-height: 2.1in; }
  .reveal-target { opacity: 1 !important; transform: none !important; }
  a { text-decoration: none; }
}
