:root {
  --bg: #ebe7df;
  --paper: #f7f4ee;
  --ink: #3c3a36;
  --muted: #77736b;
  --line: #d1ccc2;
  --ash: #a8a198;
  --stone: #c3bdb2;
  --olive: #777866;
  --deep: #2f2e2b;
  --clay: #9c725c;
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.label {
  display: inline-block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.label-light { color: #cbc7bf; }

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  background: rgba(235,231,223,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .08em;
}

.desktop-nav {
  display: flex;
  gap: 22px;
  font-size: 10px;
}

.header-cta {
  justify-self: end;
  padding: 10px 14px;
  border-bottom: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 800;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--deep);
  color: white;
  border: 1px solid var(--deep);
  font-size: 10px;
  font-weight: 800;
}

.button-light {
  background: white;
  color: var(--deep);
  border-color: white;
}

.text-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
}

.editorial-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 40px 70px;
  display: grid;
  grid-template-columns: .55fr 1.15fr .7fr;
  grid-template-rows: auto auto 1fr;
  gap: 26px;
  min-height: 760px;
}

.hero-kicker {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .15em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.hero-title {
  grid-column: 1 / 3;
  align-self: end;
}

.hero-title h1,
.philosophy-title h2,
.chapters-heading h2,
.single-object-meta h2,
.patina-copy h2,
.object-index-title h2,
.still-life-copy h2,
.journal-intro h2,
.faq-section h2,
.final-cta h2,
.page-hero h1,
.chapter-detail-copy h1,
.object-detail-copy h1,
.about-studio h1,
.contact-page h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.045em;
}

.hero-title h1 {
  margin-top: 12px;
  max-width: 920px;
  font-size: clamp(72px, 8vw, 120px);
}

.hero-image {
  grid-column: 2 / 4;
  min-height: 460px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  grid-column: 1 / 2;
  grid-row: 3;
  align-self: end;
  padding-right: 28px;
}

.hero-note p {
  color: var(--muted);
}

.hero-note > div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.opening-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 50px 7vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.opening-note span {
  color: var(--clay);
  font-size: 10px;
}

.opening-note p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
}

.philosophy-spread {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  padding: 108px 7vw;
}

.philosophy-title h2,
.chapters-heading h2,
.single-object-meta h2,
.patina-copy h2,
.object-index-title h2,
.still-life-copy h2,
.journal-intro h2,
.faq-section h2 {
  margin-top: 12px;
  font-size: clamp(48px, 5vw, 76px);
}

.philosophy-list {
  border-top: 1px solid var(--ink);
}

.philosophy-list article {
  display: grid;
  grid-template-columns: 48px .8fr 1.2fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.philosophy-list article > span {
  color: var(--clay);
  font-size: 9px;
}

.philosophy-list h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}

.philosophy-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.chapters-section {
  background: var(--deep);
  color: white;
  padding: 100px 5vw 120px;
}

.chapters-heading {
  max-width: 800px;
  margin-bottom: 70px;
}

.chapter-list {
  display: grid;
  gap: 80px;
}

.chapter {
  display: grid;
  grid-template-columns: 100px 1.15fr .85fr;
  gap: 28px;
  align-items: center;
}

.chapter-2 {
  grid-template-columns: .85fr 1.15fr 100px;
}

.chapter-2 .chapter-index {
  order: 3;
}

.chapter-2 img {
  order: 2;
}

.chapter-2 .chapter-copy {
  order: 1;
}

.chapter-3 {
  width: 78%;
  margin-left: auto;
}

.chapter-index {
  font-family: Georgia, serif;
  font-size: 72px;
  color: #6e6a63;
}

.chapter img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.chapter-copy h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 400;
}

.chapter-copy p {
  color: #b8b4ad;
}

.single-object {
  min-height: 700px;
  display: grid;
  grid-template-columns: .72fr 1.08fr .2fr;
  background: var(--paper);
}

.single-object-meta {
  padding: 78px 5vw;
  align-self: center;
}

.single-object-meta p {
  color: var(--muted);
}

.single-object > img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
}

.single-object-spec {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
}

.single-object-spec span {
  flex: 1;
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .12em;
}

.patina-study {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--stone);
}

.patina-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.patina-copy {
  padding: 76px 6vw;
  align-self: center;
}

.patina-copy > p {
  color: #68635c;
}

.patina-materials {
  margin-top: 34px;
  border-top: 1px solid var(--ink);
}

.patina-materials a {
  display: grid;
  grid-template-columns: 58px 1fr .8fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(60,58,54,.16);
}

.patina-materials span {
  color: var(--clay);
  font-size: 9px;
}

.patina-materials small {
  color: var(--muted);
}

.object-index-home {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 54px 130px;
}

.object-index-title {
  max-width: 700px;
  margin-bottom: 60px;
}

.object-index-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.object-card {
  background: transparent;
}

.object-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 8px;
}

.object-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.object-card h3 {
  margin: 9px 0 3px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.object-card small {
  color: var(--muted);
}

.object-1 { grid-column: 1 / span 4; }
.object-2 { grid-column: 6 / span 3; margin-top: 100px; }
.object-3 { grid-column: 10 / span 3; }
.object-4 { grid-column: 2 / span 3; margin-top: 60px; }
.object-5 { grid-column: 5 / span 4; margin-top: 10px; }
.object-6 { grid-column: 10 / span 2; margin-top: 120px; }
.object-7 { grid-column: 1 / span 5; margin-top: 40px; }
.object-8 { grid-column: 8 / span 4; margin-top: 80px; }

.still-life {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  min-height: 680px;
  background: var(--olive);
  color: white;
}

.still-life-copy {
  padding: 78px 5vw;
  align-self: center;
}

.still-life img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-home {
  padding: 110px 6vw;
}

.journal-intro {
  max-width: 780px;
  margin-bottom: 50px;
}

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

.journal-card {
  min-height: 360px;
  padding: 22px;
  border-top: 1px solid var(--ink);
}

.journal-2 {
  margin-top: 80px;
}

.journal-3 {
  margin-top: 160px;
}

.journal-card > span {
  color: var(--clay);
  font-size: 9px;
}

.journal-card small {
  display: block;
  margin-top: 70px;
  color: var(--muted);
}

.journal-card h3 {
  margin: 10px 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.journal-card p {
  color: var(--muted);
}

.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 90px 7vw;
  background: var(--ash);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(60,58,54,.18);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list p {
  color: #5f5b55;
}

.final-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  padding: 90px 7vw;
  background: var(--deep);
  color: white;
}

.final-cta h2 {
  margin-top: 12px;
  font-size: clamp(50px, 5.6vw, 84px);
}

.final-cta p {
  color: #bbb6ae;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 106px 54px 90px;
}

.page-hero h1 {
  margin-top: 14px;
  max-width: 1100px;
  font-size: clamp(64px, 7vw, 108px);
}

.chapter-page-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  gap: 70px;
}

.chapter-page-item {
  display: grid;
  grid-template-columns: 80px 1fr .8fr;
  gap: 30px;
  align-items: center;
}

.cp-2 {
  width: 82%;
  margin-left: auto;
}

.cp-3 {
  width: 72%;
}

.chapter-page-item > span {
  font-family: Georgia, serif;
  font-size: 56px;
  color: var(--ash);
}

.chapter-page-item img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.chapter-page-item h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: 400;
}

.chapter-page-item p {
  color: var(--muted);
}

.chapter-detail-hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: .2fr 1.1fr .7fr;
}

.chapter-number {
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 100px;
  color: var(--ash);
  border-right: 1px solid var(--line);
}

.chapter-detail-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter-detail-copy {
  padding: 84px 6vw;
  align-self: center;
}

.chapter-detail-copy h1 {
  margin-top: 12px;
  font-size: clamp(66px, 7vw, 108px);
}

.chapter-detail-copy p {
  color: var(--muted);
}

.chapter-objects {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 54px 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.chapter-object:nth-child(even) {
  margin-top: 100px;
}

.chapter-object img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.chapter-object span {
  display: block;
  margin-top: 12px;
  color: var(--clay);
  font-size: 8px;
}

.chapter-object h2 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 400;
}

.chapter-object p {
  color: var(--muted);
}

.objects-page-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 18px;
}

.objects-page-card:nth-child(3n+2) {
  margin-top: 80px;
}

.objects-page-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.objects-page-card span {
  display: block;
  margin-top: 12px;
  color: var(--clay);
  font-size: 8px;
}

.objects-page-card h2 {
  margin: 7px 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.objects-page-card p {
  color: var(--muted);
}

.object-detail {
  min-height: 720px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
}

.object-detail-copy {
  padding: 82px 6vw;
  align-self: center;
}

.object-detail-copy h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 106px);
}

.object-price {
  font-size: 19px;
  color: var(--clay);
}

.object-detail-copy > p:not(.object-price) {
  color: var(--muted);
}

.object-spec {
  margin: 30px 0 20px;
  border-top: 1px solid var(--ink);
}

.object-spec div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.object-spec span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.object-detail-copy > small {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
}

.object-detail > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.material-study-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
}

.material-study {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 46px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--ink);
}

.ms-2,
.ms-4 {
  grid-template-columns: .85fr 1.15fr;
}

.ms-2 img,
.ms-4 img {
  order: 2;
}

.material-study img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.material-study span {
  color: var(--clay);
  font-size: 8px;
}

.material-study h2 {
  margin: 10px 0 6px;
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: 400;
}

.material-study strong,
.material-study small {
  display: block;
}

.material-study small {
  color: var(--muted);
  margin: 5px 0 12px;
}

.material-study p {
  color: var(--muted);
}

.journal-page-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 110px;
}

.journal-page-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
}

.journal-page-list article > span {
  color: var(--clay);
  font-size: 9px;
}

.journal-page-list h2 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 400;
}

.journal-page-list p {
  color: var(--muted);
}

.article-detail {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 36px 116px;
}

.article-detail h1 {
  margin: 16px 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(56px, 6.5vw, 92px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.04em;
}

.article-detail .lead {
  color: var(--muted);
  font-size: 20px;
}

.article-body {
  max-width: 720px;
  margin-top: 60px;
}

.article-body p {
  font-size: 17px;
  margin-bottom: 26px;
}

.about-studio {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.about-studio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-studio > div {
  padding: 86px 6vw;
  align-self: center;
}

.about-studio h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 106px);
}

.about-studio p {
  color: var(--muted);
}

.about-philosophy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about-philosophy article {
  min-height: 330px;
  padding: 28px;
  background: var(--paper);
  border-right: 1px solid var(--line);
}

.about-philosophy article:last-child {
  border-right: 0;
}

.about-philosophy span {
  color: var(--clay);
  font-size: 9px;
}

.about-philosophy h2 {
  margin: 90px 0 10px;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.about-philosophy p {
  color: var(--muted);
}

.contact-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 54px;
}

.contact-page > div:first-child {
  max-width: 900px;
}

.contact-page h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 108px);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px 0 32px;
  border-top: 1px solid var(--ink);
}

.contact-details article {
  min-height: 220px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-details span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.contact-details strong {
  display: block;
  margin-top: 90px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.footer {
  background: var(--deep);
  color: white;
  padding: 58px 5vw 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr .6fr;
  gap: 40px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.footer-word {
  font-family: Georgia, serif;
  font-size: clamp(50px, 7vw, 100px);
  letter-spacing: -.04em;
}

.footer-top p {
  color: #b8b3aa;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding-top: 28px;
}

.footer p {
  color: #bbb6ae;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
  color: #d4d0ca;
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: #79756f;
  font-size: 8px;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav { display: none; }

  .editorial-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero-kicker,
  .hero-title,
  .hero-image,
  .hero-note {
    grid-column: auto;
    grid-row: auto;
  }

  .philosophy-spread,
  .single-object,
  .patina-study,
  .still-life,
  .faq-section,
  .final-cta,
  .chapter-detail-hero,
  .object-detail,
  .about-studio {
    grid-template-columns: 1fr;
  }

  .philosophy-list article {
    grid-template-columns: 44px 1fr;
  }

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

  .chapter,
  .chapter-2 {
    grid-template-columns: 70px 1fr;
  }

  .chapter img,
  .chapter-2 img {
    grid-column: 2;
    order: 0;
  }

  .chapter-copy,
  .chapter-2 .chapter-copy {
    grid-column: 2;
    order: 0;
  }

  .chapter-2 .chapter-index {
    order: 0;
  }

  .chapter-3 {
    width: 100%;
    margin-left: 0;
  }

  .single-object-spec {
    flex-direction: row;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .single-object-spec span {
    writing-mode: horizontal-tb;
    transform: none;
    min-height: 58px;
  }

  .object-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .object-card:nth-child(n) {
    grid-column: auto;
    margin-top: 0;
  }

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

  .journal-card:nth-child(n) {
    margin-top: 0;
  }

  .chapter-page-item,
  .chapter-detail-hero,
  .material-study,
  .ms-2,
  .ms-4 {
    grid-template-columns: 1fr;
  }

  .chapter-page-item:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .ms-2 img,
  .ms-4 img {
    order: 0;
  }

  .chapter-objects {
    grid-template-columns: 1fr;
  }

  .chapter-object:nth-child(even) {
    margin-top: 0;
  }

  .objects-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .objects-page-card:nth-child(n) {
    margin-top: 0;
  }

  .about-philosophy,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .brand span { display: none; }
  .header-cta { font-size: 8px; }

  .editorial-hero,
  .object-index-home,
  .page-hero,
  .chapter-page-list,
  .chapter-objects,
  .objects-page-grid,
  .material-study-page,
  .journal-page-list,
  .contact-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-title h1 {
    font-size: clamp(60px, 18vw, 84px);
  }

  .opening-note {
    grid-template-columns: 1fr;
  }

  .opening-note p {
    font-size: 26px;
  }

  .object-index-grid,
  .objects-page-grid {
    grid-template-columns: 1fr;
  }

  .article-detail {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}
