@charset "utf-8";

:root {
  --ink: #292929;
  --muted: #6d6d6d;
  --cream: #f1f1f1;
  --paper: #ffffff;
  --sage: #626262;
  --sage-dark: #3c3c3c;
  --sage-pale: #eeeeee;
  --terracotta: #7f0000;
  --terracotta-dark: #580000;
  --gold: #7f0000;
  --line: #d7d7d7;
  --shadow: 0 24px 70px rgba(35, 35, 35, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--terracotta-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--terracotta); }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--sage-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.reading-progress { position: fixed; inset: 0 0 auto; z-index: 1001; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold), var(--terracotta)); }
.site-header { position: sticky; top: 0; z-index: 100; border-top: 4px solid var(--terracotta); border-bottom: 1px solid #d7d7d7; background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { width: min(1180px, calc(100% - 48px)); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-logo { width: 216px; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: #55534d; font-size: 13px; font-weight: 700; letter-spacing: .35px; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; content: ""; background: var(--terracotta); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 10px 17px; color: #fff; border-radius: 999px; background: var(--sage-dark); box-shadow: 0 7px 20px rgba(53,76,65,.16); }
.site-nav .nav-cta:hover { color: #fff; background: var(--terracotta-dark); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; background: var(--sage-pale); cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--sage-dark); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: 2.4px; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 25px; height: 1px; content: ""; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 21px; border: 0; border-radius: 999px; color: #fff; background: var(--terracotta); font-size: 13px; font-weight: 800; letter-spacing: .25px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { color: #fff; background: var(--terracotta-dark); box-shadow: 0 10px 28px rgba(127,63,48,.2); transform: translateY(-2px); }
.button-light { color: var(--sage-dark); background: #fff; }
.button-light:hover { color: var(--sage-dark); background: var(--cream); }

.journal-hero { overflow: hidden; background: var(--cream); }
.journal-hero-inner { position: relative; width: min(1180px, calc(100% - 48px)); min-height: 430px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: 70px; }
.journal-hero-copy { position: relative; z-index: 2; padding: 72px 0; }
.journal-hero h1 { max-width: 760px; margin: 18px 0 20px; font-family: var(--serif); font-size: clamp(43px, 5vw, 71px); font-weight: 400; letter-spacing: -2.7px; line-height: 1.02; }
.journal-hero h1 em { color: var(--terracotta); font-style: italic; font-weight: 400; }
.journal-hero p { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-orbit { position: relative; min-height: 100%; }
.hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; border: 1px solid rgba(127,0,0,.20); border-radius: 50%; }
.hero-orbit::before { top: 31px; right: -100px; width: 490px; height: 490px; }
.hero-orbit::after { top: 104px; right: -27px; width: 345px; height: 345px; }
.hero-moon { position: absolute; top: 95px; right: 81px; width: 245px; height: 245px; border-radius: 50%; background: linear-gradient(145deg, #a71919, #580000); box-shadow: 0 28px 60px rgba(88,0,0,.20); }
.hero-moon::after { position: absolute; top: -12px; left: -35px; width: 245px; height: 245px; content: ""; border-radius: 50%; background: var(--cream); }
.hero-star { position: absolute; z-index: 2; color: var(--gold); font-family: var(--serif); }
.hero-star-one { top: 90px; right: 302px; font-size: 28px; }
.hero-star-two { right: 38px; bottom: 84px; font-size: 20px; }

.section { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 92px 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2 { margin: 12px 0 10px; font-family: var(--serif); font-size: clamp(34px, 4vw, 50px); font-weight: 400; letter-spacing: -1.6px; line-height: 1.1; }
.section-heading p { margin: 0; color: var(--muted); }

.featured-card { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 535px; overflow: hidden; border-radius: 5px 64px 5px 5px; background: var(--sage-dark); box-shadow: var(--shadow); }
.featured-visual { position: relative; overflow: hidden; }
.featured-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.featured-card:hover .featured-visual img { transform: scale(1.025); }
.featured-number { position: absolute; bottom: 18px; left: 23px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 13px; letter-spacing: 2px; }
.featured-copy { padding: 55px 48px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.tag { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: inherit; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; line-height: 1; text-transform: uppercase; }
.featured-copy h2 { margin: 24px 0 19px; color: #fff; font-family: var(--serif); font-size: clamp(31px, 3vw, 43px); font-weight: 400; letter-spacing: -1px; line-height: 1.12; }
.featured-copy p { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 15px; }
.read-link { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
.read-link:hover { color: inherit; }
.read-link span { transition: transform .2s ease; }
.read-link:hover span { transform: translateX(4px); }
.article-meta-line { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 12px; }
.featured-copy .article-meta-line { margin-bottom: 4px; color: rgba(255,255,255,.64); }

.articles-section { padding-top: 10px; }
.articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 4px 42px 4px 4px; background: #fff; transition: box-shadow .25s ease, transform .25s ease; }
.article-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.article-card figure { position: relative; height: 315px; margin: 0; overflow: hidden; }
.article-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover figure img { transform: scale(1.025); }
.article-card .tag { position: absolute; bottom: 18px; left: 18px; color: #fff; background: rgba(41,40,36,.55); backdrop-filter: blur(10px); }
.article-card-copy { padding: 31px 33px 34px; }
.article-card h3 { margin: 15px 0 16px; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.7px; line-height: 1.17; }
.article-card h3 a { color: var(--ink); text-decoration: none; }
.article-card h3 a:hover { color: var(--terracotta-dark); }
.article-card p { margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.article-card .read-link { color: var(--terracotta-dark); }

.journal-values { background: var(--cream); }
.values-inner { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 73px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.values-inner h2 { margin: 14px 0 0; font-family: var(--serif); font-size: 43px; font-weight: 400; letter-spacing: -1.2px; line-height: 1.1; }
.values-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { padding-left: 18px; border-left: 1px solid var(--gold); }
.value strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.value span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.article-header { position: relative; overflow: hidden; padding: 64px 0 54px; background: var(--cream); }
.article-header::after { position: absolute; top: -225px; right: -210px; width: 510px; height: 510px; content: ""; border: 1px solid rgba(127,0,0,.17); border-radius: 50%; box-shadow: 0 0 0 72px rgba(127,0,0,.025); }
.article-header-inner { position: relative; z-index: 1; width: min(960px, calc(100% - 48px)); margin: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 37px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--terracotta-dark); }
.article-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.article-kicker .tag { color: var(--terracotta-dark); border-color: rgba(127,0,0,.35); }
.article-header h1 { max-width: 900px; margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(42px, 6vw, 70px); font-weight: 400; letter-spacing: -2.7px; line-height: 1.04; }
.article-deck { max-width: 760px; margin: 0 0 28px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.52; }
.author-line { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; }
.author-seal { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sage); font-family: var(--serif); }
.article-cover { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-top: 50px; }
.article-cover figure { position: relative; height: min(58vw, 625px); min-height: 360px; margin: 0; overflow: hidden; border-radius: 5px 70px 5px 5px; box-shadow: var(--shadow); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover figcaption { position: absolute; right: 18px; bottom: 14px; padding: 4px 8px; border-radius: 3px; color: rgba(255,255,255,.82); background: rgba(0,0,0,.32); font-size: 10px; }

.article-layout { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 100px; display: grid; grid-template-columns: minmax(0, 740px) 250px; justify-content: center; gap: 92px; }
.article-body { min-width: 0; }
.article-body > p:first-child { color: #4e4c47; font-family: var(--serif); font-size: 22px; line-height: 1.62; }
.article-body p { margin: 0 0 24px; }
.article-body h2 { margin: 60px 0 20px; padding-top: 4px; color: var(--ink); font-family: var(--serif); font-size: 38px; font-weight: 400; letter-spacing: -1.2px; line-height: 1.17; }
.article-body h3 { margin: 38px 0 13px; color: var(--sage-dark); font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.5px; line-height: 1.25; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 25px; }
.article-body li { margin-bottom: 9px; padding-left: 4px; }
.article-body strong { color: #393732; }
.article-body blockquote { margin: 40px 0; padding: 8px 0 8px 31px; border-left: 2px solid var(--gold); color: var(--sage-dark); font-family: var(--serif); font-size: 24px; font-style: italic; line-height: 1.55; }
.quick-answer { margin: 40px 0; padding: 28px 31px; border: 1px solid #d6e0d8; border-radius: 3px 28px 3px 3px; background: var(--sage-pale); }
.quick-answer strong { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; color: var(--sage-dark); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
.quick-answer p { margin: 0; color: #49564e; font-size: 15px; }
.reflection-box { margin: 40px 0; padding: 32px; border-radius: 4px 34px 4px 4px; color: #fff; background: var(--sage-dark); }
.reflection-box h3 { margin: 0 0 16px; color: #fff; }
.reflection-box p:last-child, .reflection-box ul:last-child { margin-bottom: 0; }
.article-toc { position: sticky; top: 114px; align-self: start; padding: 23px 0 23px 22px; border-left: 1px solid var(--line); }
.article-toc strong { display: block; margin-bottom: 15px; color: var(--ink); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.article-toc a { display: block; margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.45; text-decoration: none; }
.article-toc a:hover { color: var(--terracotta-dark); }
.article-toc .toc-back { margin-top: 22px; color: var(--terracotta-dark); font-weight: 700; }

.faq { margin-top: 64px; padding-top: 1px; border-top: 1px solid var(--line); }
.faq h2 { margin-top: 48px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 42px 22px 0; color: var(--ink); font-family: var(--serif); font-size: 21px; line-height: 1.35; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 22px; right: 3px; content: "+"; color: var(--terracotta); font-family: var(--sans); font-size: 20px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-right: 30px; color: var(--muted); font-size: 15px; }
.article-endnote { margin-top: 53px; padding: 30px 32px; border: 1px solid var(--line); border-radius: 3px 30px 3px 3px; }
.article-endnote .eyebrow { margin-bottom: 13px; }
.article-endnote p { margin: 0; color: var(--muted); font-size: 15px; }

.site-cta { position: relative; overflow: hidden; color: #fff; background: var(--terracotta-dark); }
.site-cta::before { position: absolute; top: -180px; left: -110px; width: 420px; height: 420px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025); }
.site-cta-glow { position: absolute; top: -80%; right: -10%; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.09); filter: blur(30px); }
.site-cta-inner { position: relative; width: min(830px, calc(100% - 48px)); margin: auto; padding: 92px 0 98px; text-align: center; }
.eyebrow-light { color: #efd9ab; }
.site-cta h2 { margin: 17px 0 17px; color: #fff; font-family: var(--serif); font-size: clamp(36px, 5vw, 56px); font-weight: 400; letter-spacing: -1.7px; line-height: 1.08; }
.site-cta p { max-width: 660px; margin: 0 auto 30px; color: rgba(255,255,255,.74); font-size: 16px; }
.site-footer { color: rgba(255,255,255,.64); background: #272b28; }
.footer-inner { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 67px 0 55px; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; }
.brand-footer { display: inline-block; padding: 8px 12px; border-radius: 3px; color: #fff; background: #fff; }
.brand-footer:hover { color: #fff; }
.brand-logo-footer { display: block; width: 190px; height: auto; }
.footer-brand p { margin: 20px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.6; }
.footer-inner nav { display: grid; align-content: start; gap: 8px; }
.footer-inner nav strong { margin-bottom: 7px; color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.footer-inner nav a { color: rgba(255,255,255,.61); font-size: 12px; text-decoration: none; }
.footer-inner nav a:hover { color: #fff; }
.footer-bottom { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 21px 0 27px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; letter-spacing: .5px; }

@media (max-width: 900px) {
  .header-inner { min-height: 84px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 84px; right: 0; left: 0; display: none; padding: 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 35px rgba(41,41,41,.12); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 4px 0; font-size: 15px; }
  .site-nav .nav-cta { margin-top: 5px; padding: 11px 18px; text-align: center; }
  .journal-hero-inner { min-height: 470px; grid-template-columns: 1fr .35fr; gap: 10px; }
  .hero-orbit { min-height: 100%; }
  .hero-moon { right: -70px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 430px; }
  .featured-copy { padding: 44px; }
  .values-inner { grid-template-columns: 1fr; gap: 38px; }
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-toc { position: static; order: -1; margin-bottom: 42px; padding: 25px; border: 1px solid var(--line); border-radius: 3px 25px 3px 3px; }
  .footer-inner { grid-template-columns: 1.2fr .8fr .8fr; gap: 35px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; line-height: 1.7; }
  .header-inner, .journal-hero-inner, .section, .values-inner, .article-header-inner, .article-cover, .article-layout, .site-cta-inner, .footer-inner, .footer-bottom { width: min(100% - 32px, 1180px); }
  .brand-logo { width: 174px; height: auto; }
  .journal-hero-inner { min-height: 500px; display: block; }
  .journal-hero-copy { padding: 66px 0 150px; }
  .journal-hero h1 { font-size: 45px; letter-spacing: -1.8px; }
  .journal-hero p { font-size: 16px; }
  .hero-orbit { position: absolute; inset: auto 0 0; min-height: 180px; }
  .hero-orbit::before { top: -150px; right: -140px; width: 340px; height: 340px; }
  .hero-orbit::after { display: none; }
  .hero-moon { top: -105px; right: -12px; width: 145px; height: 145px; }
  .hero-moon::after { top: -8px; left: -21px; width: 145px; height: 145px; }
  .hero-star-one { top: -99px; right: 135px; }
  .hero-star-two { right: 10px; bottom: 26px; }
  .section { padding: 68px 0; }
  .featured-card { border-radius: 4px 35px 4px 4px; }
  .featured-visual { min-height: 300px; }
  .featured-copy { padding: 34px 27px 38px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card figure { height: 270px; }
  .article-card-copy { padding: 28px 24px 31px; }
  .values-list { grid-template-columns: 1fr; }
  .article-header { padding: 42px 0; }
  .breadcrumb { margin-bottom: 27px; }
  .article-header h1 { font-size: 43px; letter-spacing: -1.6px; }
  .article-deck { font-size: 18px; }
  .article-cover { padding-top: 28px; }
  .article-cover figure { min-height: 260px; height: 64vw; border-radius: 4px 35px 4px 4px; }
  .article-layout { padding: 48px 0 72px; }
  .article-body > p:first-child { font-size: 20px; }
  .article-body h2 { margin-top: 49px; font-size: 33px; }
  .article-body h3 { font-size: 25px; }
  .quick-answer, .reflection-box, .article-endnote { padding: 24px; }
  .site-cta-inner { padding: 72px 0 76px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
