:root {
  color-scheme: light;
  --ink: #171411;
  --muted: #686058;
  --paper: #f4f0e8;
  --bone: #fffaf1;
  --moss: #435044;
  --walnut: #6e4930;
  --clay: #b96542;
  --line: rgba(23, 20, 17, 0.16);
  --shadow: 0 20px 70px rgba(32, 24, 16, 0.16);
  font-family: 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(--paper);
  color: var(--ink);
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--bone);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0));
}

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

.brand {
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 241, 0.55);
  border-radius: 50%;
  font-size: 0.78rem;
}

nav a {
  padding: 8px 0;
  font-size: 0.94rem;
  color: rgba(255, 250, 241, 0.86);
}

.page-header {
  position: sticky;
  background: rgba(23, 20, 17, 0.94);
  backdrop-filter: blur(16px);
}

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

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

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.78), rgba(18, 15, 12, 0.36) 44%, rgba(18, 15, 12, 0.08)),
    linear-gradient(0deg, rgba(18, 15, 12, 0.64), rgba(18, 15, 12, 0) 42%);
}

.hero-copy {
  position: relative;
  max-width: 760px;
  padding: 140px clamp(20px, 5vw, 72px) 76px;
  color: var(--bone);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.1rem, 10vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.48;
}

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

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 20px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.primary,
button {
  background: var(--bone);
  color: var(--ink);
}

.secondary {
  border-color: rgba(255, 250, 241, 0.52);
  color: var(--bone);
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.work-card {
  min-height: 280px;
  padding: 28px;
  background: var(--bone);
}

.work-card span {
  color: var(--clay);
  font-weight: 800;
}

.work-card h3 {
  margin: 64px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: 0;
}

.work-card p,
.text-block p,
.contact-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 8vw, 110px);
  background: var(--bone);
}

.text-block {
  max-width: 720px;
}

.text-block p:first-child {
  margin-top: 0;
}

.quote-band {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 9vw, 140px);
  background: var(--moss);
  color: var(--bone);
}

.quote-band p {
  max-width: 1080px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 7vw, 94px);
}

.contact-copy {
  max-width: 560px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bone);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 14px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.sketch-page {
  background: #f6f1e8;
}

.sketch-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  padding: 104px clamp(20px, 5vw, 72px) clamp(50px, 7vw, 96px);
}

.sketch-hero-copy {
  max-width: 720px;
}

.sketch-hero h1 {
  color: var(--ink);
  font-size: clamp(3.2rem, 8vw, 7.2rem);
}

.sketch-hero-copy > p:not(.eyebrow),
.story-text p,
.detail-band p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.sketch-hero-image {
  margin: 0;
  transform: rotate(1.2deg);
}

.sketch-hero-image img,
.story-row img,
.detail-band img {
  width: 100%;
  display: block;
  border-radius: 3px;
  box-shadow: 0 12px 34px rgba(32, 24, 16, 0.18);
}

.sketch-page img {
  background: #efe5d2;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  background: var(--line);
}

.process-strip article {
  min-height: 190px;
  padding: 28px;
  background: var(--moss);
  color: var(--bone);
}

.process-strip span {
  color: #e7a37a;
  font-weight: 800;
}

.process-strip h2 {
  margin-top: 38px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.process-strip p {
  color: rgba(255, 250, 241, 0.78);
  line-height: 1.58;
}

.sketch-story {
  display: grid;
  gap: clamp(54px, 8vw, 110px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.story-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.story-row.reverse {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
}

.story-row.reverse .story-text {
  order: 2;
}

.story-row.reverse img {
  order: 1;
}

.story-text h2 {
  font-size: clamp(2.1rem, 4.8vw, 4.9rem);
}

.story-text p:last-child {
  max-width: 560px;
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: clamp(54px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--bone);
}

.detail-band h2 {
  color: var(--bone);
}

.detail-band p {
  max-width: 620px;
  color: rgba(255, 250, 241, 0.75);
}

.detail-band .button {
  margin-top: 18px;
}

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

  nav {
    gap: 10px;
    font-size: 0.9rem;
  }

  .brand span:last-child {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 15, 12, 0.76), rgba(18, 15, 12, 0.22)),
      linear-gradient(0deg, rgba(18, 15, 12, 0.72), rgba(18, 15, 12, 0.06) 55%);
  }

  .hero-copy {
    padding-bottom: 44px;
  }

  .section-heading,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 220px;
  }

  .work-card h3 {
    margin-top: 42px;
  }

  .sketch-hero,
  .story-row,
  .story-row.reverse,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .sketch-hero {
    padding-top: 78px;
  }

  .sketch-hero-image {
    transform: none;
  }

  .process-strip {
    grid-template-columns: 1fr;
  }

  .story-row.reverse .story-text,
  .story-row.reverse img {
    order: initial;
  }
}
