@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #1f2a2a;
  --navy: #263b4a;
  --teal: #517f7a;
  --gold: #b28a4a;
  --ivory: #f6f1e7;
  --paper: #fffdf8;
  --rust: #a65f45;
  --line: rgba(31, 42, 42, .16);
  --shadow: 0 24px 60px rgba(31, 42, 42, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, blockquote, .brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.4rem, 7vw, 7.2rem); line-height: .92; letter-spacing: -.045em; font-weight: 600; }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.03em; font-weight: 600; }
h3 { font-size: 1.65rem; line-height: 1.15; }
p { font-size: 1.02rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: absolute; left: -999px; top: 1rem; background: #fff; padding: .7rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem clamp(1.2rem, 4vw, 4.5rem);
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  width: 2.45rem; height: 2.45rem; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; font-family: "Cormorant Garamond", serif; font-size: 1.5rem;
}
.brand strong { display: block; font-size: 1.25rem; line-height: 1; }
.brand small { display: block; margin-top: .2rem; color: #68706e; font-size: .72rem; letter-spacing: .04em; }
nav { display: flex; gap: 1.5rem; }
nav a { text-decoration: none; font-size: .86rem; font-weight: 600; }
nav a:hover { color: var(--teal); }
.menu-button { display: none; }

.hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .75fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(81,127,122,.16), transparent 28%),
    linear-gradient(135deg, var(--ivory), #fffdf8 55%);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--teal);
  margin-bottom: 1rem;
}
.hero-lede { max-width: 48rem; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button {
  display: inline-block; padding: .9rem 1.25rem; border-radius: 999px;
  text-decoration: none; font-size: .88rem; font-weight: 600;
}
.button-primary { background: var(--navy); color: white; }
.button-secondary { border: 1px solid var(--ink); }
.portrait-frame { max-width: 430px; justify-self: center; transform: rotate(1deg); }
.image-placeholder {
  background:
    linear-gradient(135deg, rgba(178,138,74,.15), rgba(81,127,122,.16)),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.22) 10px, rgba(255,255,255,.22) 11px);
  border: 1px solid rgba(31,42,42,.22);
  display: grid; place-items: center; text-align: center;
  color: #59615f;
}
.image-placeholder span { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; }
.image-placeholder small { display: block; font-family: monospace; margin-top: .5rem; font-size: .65rem; }
.portrait-placeholder { aspect-ratio: 4/5; padding: 2rem; box-shadow: var(--shadow); background-color: #e6ddd0; }
.caption { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: .95rem; margin-top: .8rem; }
.hero-thread {
  position: absolute; width: 45vw; height: 45vw; border: 1px solid rgba(178,138,74,.25);
  border-radius: 50%; right: -18vw; bottom: -30vw;
}
.intro-quote { padding: 6rem 1.5rem; text-align: center; background: var(--navy); color: white; }
.intro-quote blockquote { max-width: 950px; margin: auto; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }
.intro-quote p { margin-top: 1.5rem; color: rgba(255,255,255,.65); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 7vw, 8rem); }
.section-heading { max-width: 850px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 680px; color: #626967; }
.story-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 7vw, 8rem); }
.story-text { max-width: 760px; }
.dropcap::first-letter {
  float: left; font-family: "Cormorant Garamond", serif; font-size: 5rem; line-height: .75;
  padding: .2rem .5rem 0 0; color: var(--rust);
}
.fact-card { background: var(--ivory); padding: 2rem; border-top: 4px solid var(--gold); align-self: start; }
.fact-card dl { margin: 0; }
.fact-card dl div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.fact-card dt { text-transform: uppercase; font-size: .67rem; letter-spacing: .13em; font-weight: 600; color: var(--teal); }
.fact-card dd { margin: .3rem 0 0; font-family: "Cormorant Garamond", serif; font-size: 1.25rem; }

.discovery-section { background: #e8e3d7; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.clipping-placeholder { aspect-ratio: 4/3; padding: 2rem; background-color: #d7c8ae; box-shadow: 18px 18px 0 rgba(31,42,42,.08); transform: rotate(-1.2deg); }
.discovery-copy { max-width: 620px; }
.text-link { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: .2rem; }

.timeline-section { background: var(--paper); }
.timeline { list-style: none; padding: 0; margin: 4rem auto 0; max-width: 1050px; }
.timeline li { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 0 0 3.5rem; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 193px; top: .65rem; bottom: 0; border-left: 1px solid var(--line); }
.timeline li::after { content: ""; position: absolute; left: 187px; top: .5rem; width: 13px; height: 13px; background: var(--gold); border-radius: 50%; }
.timeline time { text-align: right; font-weight: 600; color: var(--teal); }
.timeline h3 { margin-bottom: .35rem; }
.timeline p { max-width: 650px; color: #616866; }
.timeline .current::after { background: var(--rust); box-shadow: 0 0 0 8px rgba(166,95,69,.13); }

.archive-section { background: var(--ivory); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.archive-card { display: grid; grid-template-columns: 38% 1fr; min-height: 270px; background: var(--paper); border: 1px solid var(--line); }
.archive-card > div:last-child { padding: 1.6rem; }
.small-placeholder { min-height: 100%; border: 0; border-right: 1px solid var(--line); }
.card-number { font-size: .7rem; letter-spacing: .15em; color: var(--gold); }

.fabric-section { background: var(--rust); color: white; display: grid; grid-template-columns: 1fr .8fr; gap: 5rem; align-items: center; }
.fabric-section .eyebrow { color: #ead6a9; }
.fabric-copy { max-width: 720px; }
.swatches { display: grid; grid-template-columns: repeat(3, 1fr); aspect-ratio: 1; border-radius: 50%; overflow: hidden; transform: rotate(8deg); box-shadow: var(--shadow); }
.swatches span:nth-child(1) { background: #254858; }
.swatches span:nth-child(2) { background: #cfaa6b; }
.swatches span:nth-child(3) { background: #f0e8d8; }
.swatches span:nth-child(4) { background: #6e928a; }
.swatches span:nth-child(5) { background: #bb6d51; }
.swatches span:nth-child(6) { background: #273330; }

.journal-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 1rem; }
.journal-card { padding: 2rem; border: 1px solid var(--line); min-height: 320px; display: flex; flex-direction: column; }
.journal-card.featured { background: var(--navy); color: white; }
.journal-date { text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; color: var(--teal); }
.featured .journal-date { color: #c6d9d6; }
.journal-card a { margin-top: auto; font-weight: 600; text-decoration: none; }

.about-section { background: #eef0eb; display: grid; grid-template-columns: .65fr 1.2fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.author-placeholder { aspect-ratio: 4/5; padding: 2rem; background-color: #dce2dc; }
.about-copy { max-width: 700px; }

.newsletter {
  padding: 4rem clamp(1.2rem, 7vw, 8rem);
  background: var(--gold); color: #17201f;
  display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem;
}
.newsletter h2 { margin-bottom: .5rem; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; }
.newsletter input, .newsletter button { border: 0; padding: 1rem; font: inherit; }
.newsletter input { background: rgba(255,255,255,.8); }
.newsletter button { background: var(--navy); color: white; font-weight: 600; cursor: pointer; }
.form-note { grid-column: 1/-1; font-size: .72rem; margin: .6rem 0 0; opacity: .75; }

footer {
  padding: 3rem clamp(1.2rem, 7vw, 8rem);
  display: flex; justify-content: space-between; gap: 2rem;
  background: #17201f; color: rgba(255,255,255,.7);
}
footer strong { color: white; font-family: "Cormorant Garamond", serif; font-size: 1.5rem; }
footer p { margin: .2rem 0; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: .5rem .8rem; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 1.5rem 1.5rem; background: var(--paper); flex-direction: column; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero, .story-grid, .discovery-section, .fabric-section, .about-section, .newsletter { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .portrait-frame { max-width: 360px; }
  .archive-grid, .journal-grid { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 105px 1fr; gap: 1.3rem; }
  .timeline li::before { left: 117px; }
  .timeline li::after { left: 111px; }
  .swatches { max-width: 420px; }
}
@media (max-width: 600px) {
  .brand small { display: none; }
  .brand strong { font-size: 1rem; }
  h1 { font-size: 3.5rem; }
  .archive-card { grid-template-columns: 1fr; }
  .small-placeholder { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline li { grid-template-columns: 1fr; padding-left: 1.8rem; gap: .2rem; }
  .timeline time { text-align: left; }
  .timeline li::before { left: 5px; }
  .timeline li::after { left: -1px; }
  .newsletter form { grid-template-columns: 1fr; }
  .form-note { grid-column: auto; }
  footer { flex-direction: column; }
}


.archival-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portrait-placeholder.archival-image {
  aspect-ratio: 4/5;
  object-position: center 35%;
  border: 1px solid rgba(31,42,42,.22);
  box-shadow: var(--shadow);
  background: #e6ddd0;
}
.archive-figure { margin: 0; }
.archive-figure figcaption {
  margin-top: .8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: .95rem;
  color: #59615f;
}
.clipping-placeholder.archival-image {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
  box-shadow: 18px 18px 0 rgba(31,42,42,.08);
  transform: rotate(-1.2deg);
}
.archive-card-image {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-right: 1px solid var(--line);
}
@media (max-width: 600px) {
  .archive-card-image {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
