:root {
  color-scheme: light;
  --ink: #141512;
  --muted: #66675f;
  --paper: #f7f5ef;
  --panel: #ece7dc;
  --line: rgba(20, 21, 18, 0.14);
  --brass: #b79258;
  --green: #243a32;
  --white: #fffaf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(9, 10, 8, 0.72), rgba(9, 10, 8, 0));
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.5);
  background: rgba(255, 250, 240, 0.08);
}

nav a {
  font-size: 0.92rem;
  color: rgba(255, 250, 240, 0.82);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 10, 8, 0.86), rgba(9, 10, 8, 0.38) 48%, rgba(9, 10, 8, 0.08)),
    linear-gradient(0deg, rgba(9, 10, 8, 0.7), rgba(9, 10, 8, 0.02) 52%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: 140px clamp(20px, 6vw, 76px) 86px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid currentColor;
  font-weight: 700;
}

.button.primary {
  color: var(--ink);
  border-color: var(--brass);
  background: var(--brass);
}

.button.ghost {
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
}

.intro,
.work,
.services,
.studio,
.contact {
  padding: 92px clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 44px;
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.services h2,
.studio h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 1.03;
}

.intro p:last-child,
.studio p,
.contact p {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.project-visual {
  aspect-ratio: 4 / 5;
  margin-bottom: 20px;
  background:
    linear-gradient(135deg, rgba(20, 21, 18, 0.08), rgba(20, 21, 18, 0.38)),
    var(--panel);
  border: 1px solid rgba(20, 21, 18, 0.12);
}

.visual-one {
  background:
    linear-gradient(160deg, rgba(36, 58, 50, 0.72), rgba(183, 146, 88, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 18%, rgba(255, 250, 240, 0.24) 18% 19%),
    linear-gradient(0deg, #d7d0c2 0 38%, #2b302c 38% 100%);
}

.visual-two {
  background:
    radial-gradient(circle at 72% 20%, rgba(183, 146, 88, 0.54), transparent 24%),
    linear-gradient(120deg, #181a17 0 42%, #ede5d6 42% 58%, #7b735f 58% 100%);
}

.visual-three {
  background:
    linear-gradient(90deg, rgba(20, 21, 18, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(20, 21, 18, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, #f3ede1, #cfc4b2 52%, #243a32);
  background-size: 22px 22px, 22px 22px, auto;
}

.project p,
.project span,
.service-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.project h3,
.service-list h3 {
  margin: 8px 0;
  font-size: 1.35rem;
}

.project span,
.service-list p {
  line-height: 1.65;
}

.services {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  background: var(--green);
  color: var(--white);
}

.services .section-kicker,
.services p,
.services span {
  color: rgba(255, 250, 240, 0.72);
}

.service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 250, 240, 0.2);
}

.service-list article {
  display: grid;
  grid-template-columns: 54px minmax(120px, 180px) minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.2);
}

.service-list h3,
.service-list p {
  margin: 0;
}

.studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: stretch;
}

.studio-panel {
  padding-right: clamp(0px, 6vw, 80px);
}

.stats {
  display: grid;
  gap: 14px;
  margin: 0;
}

.stats div {
  padding: 24px;
  background: var(--panel);
  border-left: 4px solid var(--brass);
}

.stats dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
}

.stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact {
  color: var(--white);
  background: var(--ink);
}

.contact p {
  max-width: 620px;
  color: rgba(255, 250, 240, 0.72);
}

.contact .button {
  margin-top: 28px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(255, 250, 240, 0.16);
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 54px;
  }

  .intro,
  .services,
  .studio,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .service-list article {
    grid-template-columns: 42px 1fr;
  }

  .service-list p {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 3.15rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro,
  .work,
  .services,
  .studio,
  .contact {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
