:root {
  --bg: #141517;
  --bg-deep: #0f1012;
  --charcoal: #191a1d;
  --cocoa: #493329;
  --cocoa-mid: #563b30;
  --espresso: #2b1e1a;
  --espresso-soft: #35251f;
  --cream: #f1eadf;
  --ivory: #e2d6c5;
  --muted: #c3b6a4;
  --copper: #c78350;
  --copper-soft: rgba(199,131,80,.17);
  --sage: #74866b;
  --sage-soft: rgba(116,134,107,.15);
  --line: rgba(241,234,223,.11);
  --line-strong: rgba(241,234,223,.18);
  --shadow: 0 24px 54px rgba(0,0,0,.30);
  --max: 1180px;
  --radius: 13px;
  --display: "Oranienbaum", Georgia, serif;
  --sans: "Hanken Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(199,131,80,.075), transparent 24rem),
    radial-gradient(circle at 9% 50%, rgba(116,134,107,.045), transparent 25rem),
    linear-gradient(180deg, var(--bg-deep) 0, var(--bg) 180px, var(--bg) 100%);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: .005em;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; height: auto; }

.site-header {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-size: 1.38rem;
  letter-spacing: .035em;
}
.brand-mark {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--copper);
  box-shadow: 0 0 26px rgba(199,131,80,.34);
}
.nav {
  display: flex;
  gap: 26px;
  color: var(--ivory);
  font-size: .83rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav a:hover, .text-link:hover { color: var(--cream); }

main, .site-footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}
.section-first { padding: 48px 0 78px; }
.section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

/* HERO — architectural, photo-led, restrained type */
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(38px, 6vw, 72px);
}
.hero-media-stack {
  position: relative;
  min-height: 0;
  padding-bottom: 30px;
}
.hero-media-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--espresso);
  box-shadow: var(--shadow);
}
.hero-media-card img { object-fit: cover; }
.main-photo {
  border-radius: 18px;
  outline: 1px solid rgba(199,131,80,.10);
  outline-offset: 6px;
}
.main-photo img {
  aspect-ratio: 16 / 11;
  filter: brightness(1.035) saturate(1.12) contrast(1.02);
}
.comic-photo {
  position: absolute;
  right: -16px;
  bottom: 4px;
  width: min(30%, 205px);
  border-radius: 10px;
  transform: rotate(3.2deg);
  background: var(--cocoa);
  border-color: rgba(116,134,107,.34);
}
.comic-photo img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}
.comic-photo::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(199,131,80,.42);
  border-radius: 13px;
  transform: rotate(-2.1deg);
  pointer-events: none;
}
.comic-photo figcaption {
  padding: 9px 11px 11px;
  color: var(--cream);
  background: var(--espresso);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.eyebrow, .work-type, .project-status {
  margin: 0 0 16px;
  color: var(--copper);
  font-family: var(--sans);
  font-size: .72rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--sage); }

h1, h2, h3, p, ul { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; }
h1 {
  margin-bottom: 26px;
  line-height: 1.01;
  letter-spacing: -.018em;
}
.hero-services {
  width: max-content;
  max-width: 100%;
  font-size: clamp(1.5rem, 3.05vw, 2.85rem);
  line-height: 1.045;
  letter-spacing: -.012em;
}
.hero-services span {
  display: block;
  margin: 0 0 .14em;
  white-space: nowrap;
}
.hero-services span:nth-child(4) { margin-bottom: 0; }
h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -.018em;
}
h3 {
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 1.2rem;
  line-height: 1.22;
  font-weight: 550;
  letter-spacing: .005em;
}
.lede, .about-copy p, .contact-copy {
  color: var(--ivory);
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  font-weight: 350;
}
.hero-actions, .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 21px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 5px;
  border: 1px solid var(--line-strong);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: var(--copper);
  color: var(--bg-deep);
  border-color: var(--copper);
}
.button-secondary {
  background: transparent;
  color: var(--cream);
  border-color: rgba(116,134,107,.46);
}

.section-heading {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
}
.section-heading.compact { margin-bottom: 36px; }
.split-section .section-heading { margin-bottom: 46px; }

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 36px;
  align-items: center;
}
.portrait-card,
.band-card,
.media-wrap,
.service-card,
.project-card,
.work-card,
.local-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.portrait-card {
  background: var(--espresso);
  box-shadow: var(--shadow);
  border-color: rgba(199,131,80,.20);
}
.portrait-card img,
.band-card img,
.tall-photo img,
.tall-video video,
.wide-photo img { object-fit: cover; }
.portrait-card img { aspect-ratio: 4 / 5; }
.clean-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.clean-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ivory);
  font-size: .96rem;
}
.clean-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 11px;
  border-radius: 999px;
  background: var(--sage);
  vertical-align: .08em;
}

/* MISSION — slim natural-green statement */
.mission-strip {
  position: relative;
  display: grid;
  grid-template-columns: .30fr .70fr;
  min-height: 168px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid rgba(241,234,223,.12);
  border-bottom: 1px solid rgba(199,131,80,.24);
  background: linear-gradient(105deg, #62735c 0%, #72846a 58%, #596b54 100%);
}
.mission-image {
  min-height: 168px;
  background:
    linear-gradient(90deg, rgba(20,21,23,.03), rgba(89,107,84,.44)),
    url('images/hero-scene-comic.webp') center 58% / cover no-repeat;
  filter: saturate(1.06) contrast(1.03);
}
.mission-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(26px, 4.5vw, 62px);
}
.mission-copy .eyebrow { color: #f0ddc8; margin-bottom: 9px; }
.mission-copy blockquote {
  margin: 0;
  max-width: 42ch;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.006em;
  font-weight: 400;
}

/* SERVICES — four broad architectural panels */
.services-heading { margin-bottom: 52px; }
.services-heading h2 {
  max-width: none;
  width: 100%;
  margin: 0;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem);
  line-height: 1.04;
  white-space: normal;
}
.service-grid {
  margin-top: 0;
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-grid-four { grid-template-columns: repeat(2, 1fr); }
.service-card {
  min-height: 335px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(25,26,29,.46);
}
.service-card:nth-child(2), .service-card:nth-child(3) {
  background: linear-gradient(145deg, rgba(73,51,41,.23), rgba(25,26,29,.50));
}
.service-card p,
.work-card p,
.project-card p { color: var(--muted); }
.service-card p { font-size: .98rem; line-height: 1.7; }
.service-number {
  display: block;
  margin-bottom: 46px;
  color: var(--sage);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.service-link {
  display: inline-block;
  margin-top: 17px;
  color: var(--cream);
  border-bottom: 1px solid rgba(199,131,80,.48);
  padding-bottom: 3px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .035em;
}
.service-link:hover { color: #fff7ec; border-color: var(--sage); }

/* WORK — cocoa/espresso media inserts on charcoal page */
.section-heading-action { align-items: end; }
.heading-action {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.work-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.work-card {
  background: var(--espresso-soft);
  box-shadow: var(--shadow);
  border-color: rgba(199,131,80,.16);
}
.work-card:nth-child(2) { background: var(--cocoa); }
.work-card:nth-child(3) { background: #3d2c25; }
.work-card:nth-child(4) { background: var(--espresso); }
.work-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}
.media-wrap { background: var(--espresso); border: 0; border-radius: 0; }
.wide-photo img { aspect-ratio: 16 / 10; }
.tall-photo img, .tall-video video { aspect-ratio: 4 / 5; }
.work-copy {
  padding: 28px;
  border-top: 1px solid rgba(241,234,223,.07);
}
.work-wide .work-copy { border-top: 0; border-left: 1px solid rgba(241,234,223,.07); }
.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--cream);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .035em;
}
.text-link::after { color: var(--sage); }

/* PHOTO BAND */
.photo-band .section-heading { margin-bottom: 36px; }
.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.band-card {
  background: var(--cocoa);
  box-shadow: var(--shadow);
}
.band-card:nth-child(2) { border-color: rgba(116,134,107,.34); }
.band-card:nth-child(3) { border-color: rgba(199,131,80,.28); }
.band-card img { aspect-ratio: 4 / 5; object-fit: cover; }

/* LOCAL */
.local-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.local-section::before {
  content: "";
  position: absolute;
  inset: 24px -14px;
  z-index: -1;
  background: linear-gradient(110deg, rgba(116,134,107,.06), rgba(73,51,41,.08), transparent 74%);
  border-radius: 16px;
}
.local-copy h2 { max-width: 18ch; }
.local-copy p:last-child {
  max-width: 520px;
  margin-top: 22px;
  color: var(--muted);
}
.local-photo {
  margin: 0;
  background: var(--espresso);
  box-shadow: var(--shadow);
  border-color: rgba(116,134,107,.28);
}
.local-photo img { aspect-ratio: 4 / 5; object-fit: cover; }

/* CONTACT — intentionally spare */
.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.contact-section h2 { max-width: none; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.contact-actions { justify-content: flex-end; margin: 0; }
.contact-clean {
  padding-top: 68px;
  padding-bottom: 68px;
}
.contact-title .eyebrow { margin-bottom: 10px; }

.site-footer {
  min-height: 100px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #857d72;
  font-size: .78rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero,
  .about-grid,
  .section-heading,
  .contact-section,
  .work-wide,
  .local-section {
    grid-template-columns: 1fr;
  }
  .hero-media-stack { min-height: 0; padding-bottom: 26px; }
  .comic-photo {
    width: min(31%, 190px);
    right: 8px;
    bottom: 2px;
    transform: rotate(3deg);
  }
  .heading-action, .contact-actions { justify-content: flex-start; }
  .projects-section::before { display: none; }
  .mission-strip { grid-template-columns: 1fr; }
  .mission-image { min-height: 168px; }
}
@media (max-width: 760px) {
  .hero-services { font-size: clamp(1.28rem, 6vw, 2rem); }
  .nav { display: none; }
  .section-first { padding-top: 28px; }
  .section { padding: 70px 0; }
  .service-grid,
  .work-grid,
  .band-grid { grid-template-columns: 1fr; }
  .work-wide { grid-column: auto; }
  .work-wide .work-copy { border-left: 0; border-top: 1px solid rgba(241,234,223,.07); }
  .project-card { grid-template-columns: 1fr; }
  .site-footer {
    padding: 28px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
