:root {
  --bg: #f6f3ee;
  --paper: #ffffff;
  --text: #121212;
  --muted: #66625b;
  --line: #ddd7ce;
  --soft: #efe9df;
  --max: 1200px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  --sans: 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: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap,
.site-header,
.site-footer,
.home-hero,
.section,
.page-intro,
.works-shell,
.about-grid,
.contact-grid {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.4rem 0 1rem;
  border-bottom: 1px solid var(--line);
}
.site-title {
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.03em;
  line-height: 1;
}
.site-tag { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.95rem; }
.site-nav { display: flex; gap: 1rem 1.35rem; flex-wrap: wrap; }
.site-nav a {
  text-decoration: none;
  color: var(--muted);
  padding: 0.25rem 0;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--text); border-color: var(--text); }
main { padding-bottom: 4rem; }
.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.03em;
}
h1 { font-size: clamp(2.5rem, 5vw, 4.9rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.08rem; color: #1f1f1f; max-width: 44rem; }
.home-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.25rem;
  align-items: start;
  padding: 2.8rem 0 2.2rem;
}
.button-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--text);
  padding: 0.82rem 1rem;
  font-size: 0.94rem;
}
.button.primary { background: var(--text); color: #fff; }
.hero-figure, .work-card, .work-tile, .about-card, .contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
}
.hero-figure, .work-tile { padding: 0.85rem; }
.hero-caption { margin-top: 0.8rem; color: var(--muted); font-size: 0.92rem; }
.flagship-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1.1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.meta-item { min-width: 0; }
.meta-label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.meta-value { font-size: 0.96rem; }
.section { padding: 2.2rem 0; border-top: 1px solid var(--line); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
}
.grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.work-card { padding: 0.75rem; text-decoration: none; }
.work-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ece8e1;
}
.work-card h3 { margin: 0.8rem 0 0.2rem; }
.work-card p { margin: 0; color: var(--muted); font-size: 0.93rem; }
.statement {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.page-intro { padding: 2.6rem 0 1.4rem; }
.page-intro p { max-width: 54rem; color: var(--muted); }
.works-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: start;
}
.works-nav {
  position: sticky;
  top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.works-nav a { display: block; text-decoration: none; color: var(--muted); padding: 0.2rem 0; }
.works-nav a:hover { color: var(--text); }
.work-section { padding-bottom: 2rem; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.work-tile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ece8e1;
}
.work-tile.wide img { aspect-ratio: 5 / 4; }
.work-tile.square img { aspect-ratio: 1 / 1; }
.feature-work { grid-column: 1 / -1; }
.feature-work .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
  align-items: start;
}
.feature-copy h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); margin-bottom: 0.35rem; }
.feature-copy > p { color: var(--muted); }
.work-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-top: 0.7rem;
}
.work-meta h3 { margin: 0; }
.work-meta p { margin: 0.15rem 0 0; color: var(--muted); font-size: 0.92rem; }
.status {
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  white-space: nowrap;
}
.details-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}
.about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0 2rem;
}
.about-card, .contact-card { padding: 1.2rem; }
.about-card ul { margin: 0.35rem 0 0 1rem; padding: 0; }
.about-card li { margin-bottom: 0.55rem; }
.contact-links a { display: block; text-decoration: none; margin: 0.35rem 0; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}
.footer-name {
  margin: 0 0 0.3rem;
  font-family: var(--serif);
  color: var(--text);
  font-size: 1.1rem;
}
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.carousel { position: relative; }
.carousel-viewport { overflow: hidden; background: #ece8e1; }
.carousel-track { display: flex; transition: transform 0.35s ease; will-change: transform; }
.carousel-slide { min-width: 100%; }
.carousel-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.carousel-controls {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  pointer-events: none;
}
.carousel-button {
  pointer-events: auto;
  border: 1px solid rgba(18, 18, 18, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}
.carousel-button:hover { background: rgba(255, 255, 255, 0.95); }
.carousel-nav { display: flex; gap: 0.4rem; margin-top: 0.75rem; flex-wrap: wrap; }
.carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  background: #c8c1b6;
  padding: 0;
  cursor: pointer;
}
.carousel-dot.is-active { background: var(--text); }
@media (max-width: 920px) {
  .home-hero,
  .statement,
  .works-shell,
  .about-grid,
  .contact-grid,
  .feature-work .feature-layout {
    grid-template-columns: 1fr;
  }
  .works-nav { position: static; }
}
@media (max-width: 720px) {
  .grid-three, .work-grid, .flagship-meta { grid-template-columns: 1fr; }
  .site-header { align-items: start; }
}


.press-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 1rem;
  align-items: start;
}

.press-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 1rem;
}

.press-card img {
  width: 100%;
  height: auto;
  background: #ece8e1;
}

.press-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.press-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.press-gallery figure,
.press-preview figure {
  margin: 0;
}

.press-gallery figcaption,
.press-preview figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.press-preview {
  display: grid;
  gap: 1rem;
}

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

@media (max-width: 920px) {
  .press-grid,
  .press-gallery {
    grid-template-columns: 1fr;
  }
}


.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 1rem;
}

.media-video {
  width: 100%;
  display: block;
  background: #000;
}

.media-card h3 {
  margin-top: 0.9rem;
  margin-bottom: 0.3rem;
}

.media-card p {
  color: var(--muted);
  margin-bottom: 0.7rem;
}

.media-role {
  font-size: 0.88rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 920px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.media-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 0.9rem;
}

.media-frame {
  background: #000;
  border: 1px solid #111;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}

.media-card h3 {
  margin-top: 0.85rem;
  margin-bottom: 0.2rem;
}

.media-card p {
  color: var(--muted);
  margin-bottom: 0.7rem;
}

.media-role {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
}

.media-note {
  max-width: 50rem;
  color: var(--muted);
}

@media (max-width: 920px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}