:root {
  --ink: #14161A;
  --ink-soft: #202329;
  --bone: #F5F2EC;
  --paper: #fbf8f1;
  --brass: #9A7B4F;
  --cognac: #7A4E2D;
  --panel: #EFEBE1;
  --stone: #77736b;
  --line: rgba(20, 22, 26, 0.16);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "InterS", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: var(--cognac); }
img { display: block; max-width: 100%; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--bone);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(20, 22, 26, .96);
  color: var(--bone);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.site-header .shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .01em;
  color: var(--bone);
  text-decoration: none;
  line-height: 1;
}
.wordmark .dot { color: var(--brass); }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: .82rem; }
.site-nav a { text-decoration: none; }
.site-nav .cta {
  border: 1px solid var(--brass);
  padding: .55rem .8rem;
  color: var(--brass);
}
.hero-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(154,123,79,.22), transparent 30rem),
    var(--ink);
  color: var(--bone);
  padding: clamp(72px, 10vw, 136px) 0 clamp(64px, 9vw, 112px);
}
.breadcrumbs {
  margin: 0 0 30px;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(243,239,230,.68);
}
.breadcrumbs a { color: inherit; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--cognac);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-page .eyebrow,
.ink .eyebrow,
.closing-cta .eyebrow { color: var(--brass); }
h1, h2, h3 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}
h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero-page .lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(243,239,230,.8);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button {
  display: inline-block;
  padding: .82rem 1rem;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: var(--ink);
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { background: var(--cognac); color: var(--bone); }
.button.secondary { background: transparent; color: var(--bone); border-color: rgba(243,239,230,.4); }
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section.ink { background: var(--ink-soft); color: var(--bone); }
.section.stone { background: var(--panel); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
}
.section h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.035em;
}
.section h3 { margin: 0 0 12px; font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.section p { max-width: 760px; }
.section p:first-child { margin-top: 0; }
.section p:last-child { margin-bottom: 0; }
.intro {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  line-height: 1.48;
}
.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 30px;
  color: rgba(243,239,230,.62);
  font-size: .78rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.card {
  padding: clamp(24px, 3.4vw, 38px);
  background: var(--paper);
  border: 1px solid var(--line);
}
.ink .card { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.14); }
.card-num {
  display: block;
  margin-bottom: 40px;
  color: var(--cognac);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.ink .card-num { color: var(--brass); }
.card ul, .checklist { padding-left: 1.2rem; }
.card li, .checklist li { margin: .45rem 0; }
.outfit {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 28px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.outfit:first-of-type { margin-top: 38px; }
.outfit-label {
  color: var(--brass);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.outfit h3 { margin-top: -.2rem; }
.outfit p { margin-bottom: .6rem; }
.outfit strong { color: var(--cognac); }
.advice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.advice {
  padding: 28px;
  border-left: 3px solid var(--brass);
  background: rgba(154,123,79,.08);
}
.advice h3 { font-size: 1.35rem; }
.callout {
  margin: 44px 0 0;
  padding: 28px 32px;
  border: 1px solid var(--brass);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}
.related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.related a {
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.related a:hover { border-color: var(--brass); }
.related span { color: #5f5b55; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.related strong { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.2; }
.faq-list { max-width: 860px; margin-top: 36px; }
.faq-list details { padding: 20px 0; border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 700; }
.faq-list details p { margin: 12px 0 0; }
.closing-cta { text-align: center; background: var(--ink); color: var(--bone); }
.closing-cta h2 { margin-inline: auto; max-width: 850px; }
.closing-cta p { margin: 24px auto 32px; color: rgba(243,239,230,.75); }
.site-footer { padding: 42px 0; background: #0c0d0f; color: rgba(243,239,230,.72); font-size: .78rem; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: inherit; }

/* Added to the existing homepage when this stylesheet is loaded there. */
.seo-paths { padding: clamp(64px, 8vw, 100px) 0; background: var(--panel); }
.seo-paths .seo-shell { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.seo-paths .seo-kicker { color: var(--cognac); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.seo-paths h2 { max-width: 800px; margin: 12px 0 30px; color: #14161a; font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 64px); font-weight: 500; line-height: 1.05; }
.seo-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.seo-path-grid a { min-height: 210px; padding: 26px; background: #fbf8f1; border: 1px solid rgba(20,22,26,.16); color: #14161a; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; }
.seo-path-grid a:hover { border-color: var(--brass); transform: translateY(-2px); }
.seo-path-grid span { color: var(--cognac); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.seo-path-grid strong { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.7vw, 34px); line-height: 1.1; }

@media (max-width: 780px) {
  .site-header { position: static; }
  .site-header .shell { min-height: 64px; }
  .site-nav a:not(.cta) { display: none; }
  .section-head { grid-template-columns: 1fr; }
  .cards, .related, .seo-path-grid { grid-template-columns: 1fr; }
  .advice-grid { grid-template-columns: 1fr; }
  .outfit { grid-template-columns: 1fr; gap: 8px; }
  .card-num { margin-bottom: 24px; }
  .hero-page { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
