:root {
  --paper: #f7f0e4;
  --paper-deep: #ede0ca;
  --ink: #183f49;
  --text: #343a39;
  --muted: #68706e;
  --gold: #bd9650;
  --gold-light: #ddc48f;
  --white: #fffdf8;
  --line: rgba(24, 63, 73, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.045em; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.5rem); letter-spacing: -.035em; margin-bottom: 1.5rem; }
h3 { font-size: 1.75rem; margin-bottom: .65rem; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 240, 228, .92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--ink); font: 600 .88rem/1 var(--sans); letter-spacing: .22em; }
.brand-mark { width: 32px; height: 32px; border: 2px solid var(--gold); border-right-color: transparent; border-radius: 50%; transform: rotate(-17deg); }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.7vw, 2.5rem); }
nav a { font-size: .92rem; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { border: 1px solid var(--ink); padding: .65rem 1rem; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 3rem;
  padding: clamp(4rem, 8vw, 8.5rem) clamp(1.25rem, 7vw, 8rem);
  position: relative;
}
.hero-copy { max-width: 790px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.lead { font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 660px; color: #4f5654; }
.actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; margin-top: 2.25rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.35rem; text-decoration: none; font-weight: 650; letter-spacing: .01em; transition: .2s ease; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #0e3038; transform: translateY(-2px); }
.button-outline { border: 1px solid var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.text-link { color: var(--ink); text-underline-offset: 5px; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.open-circle { width: min(32vw, 440px); aspect-ratio: 1; border: clamp(3px, .38vw, 5px) solid var(--gold); border-right-color: transparent; border-radius: 50%; transform: rotate(-24deg); display: grid; place-items: center; }
.open-circle span { transform: rotate(24deg); text-align: center; color: var(--ink); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.25; }
.orbit { position: absolute; border: 1px solid rgba(189, 150, 80, .22); border-radius: 50%; }
.orbit-one { width: min(40vw, 560px); aspect-ratio: 1; }
.orbit-two { width: min(48vw, 680px); aspect-ratio: 1; }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { max-width: 920px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading.narrow { max-width: 800px; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); max-width: 1200px; }
.large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.5rem, 2.7vw, 2.35rem); line-height: 1.32; }
.body-copy { max-width: 540px; font-size: 1.04rem; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(4rem, 8vw, 8rem); background: var(--line); border: 1px solid var(--line); }
.journey-card { min-height: 300px; padding: 2rem; background: var(--white); display: flex; flex-direction: column; }
.journey-card .step { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .12em; margin-bottom: auto; }
.journey-card p { margin-bottom: 0; }
.journey-card.featured { background: var(--ink); color: #e8eeee; }
.journey-card.featured h3 { color: white; }
.note { margin: 1.25rem 0 0; color: var(--muted); font-size: .9rem; }

.circle-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 10vw, 10rem); background: var(--ink); color: #dbe3e4; }
.circle-copy { max-width: 650px; }
.circle-copy h2 { color: white; }
.circle-copy p { max-width: 580px; }
.circle-symbol { width: min(35vw, 470px); aspect-ratio: 1; border: 4px solid var(--gold-light); border-right-color: transparent; border-radius: 50%; transform: rotate(-22deg); justify-self: center; }

.book { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 10vw, 11rem); overflow: hidden; }
.book-visual { position: relative; justify-self: center; perspective: 1200px; }
.book-visual img { width: min(35vw, 390px); aspect-ratio: 900 / 1289; object-fit: contain; box-shadow: -22px 28px 45px rgba(58, 46, 24, .2); transform: rotateY(7deg) rotateZ(-1deg); }
.book-visual::before { content: ""; position: absolute; left: -9px; top: 4px; bottom: -4px; width: 12px; background: #ddc88f; transform: skewY(-25deg); z-index: -1; }
.book-copy { max-width: 640px; }
.book-copy .subtitle { color: var(--gold); font-family: var(--serif); font-size: 1.35rem; margin-top: -1rem; }
.book-meta { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; margin: 2rem 0; color: var(--muted); font-size: .88rem; }

.use { background: var(--paper-deep); }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.use-card { background: rgba(255, 253, 248, .68); padding: clamp(1.5rem, 3vw, 2.5rem); min-height: 290px; }
.use-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .72rem; margin-bottom: 3.8rem; }
.quote { border-top: 1px solid rgba(24, 63, 73, .22); border-bottom: 1px solid rgba(24, 63, 73, .22); margin-top: clamp(4rem, 8vw, 8rem); padding: clamp(2.5rem, 5vw, 5rem) 0; }
blockquote { margin: 0 auto; max-width: 1000px; text-align: center; color: var(--ink); font: 400 clamp(2rem, 4.5vw, 4rem)/1.2 var(--serif); }

.about { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 9vw, 9rem); background: var(--white); }
.portrait { max-width: 530px; position: relative; }
.portrait::before { content: ""; position: absolute; inset: 8% -8% -8% 8%; border: 1px solid var(--gold); }
.portrait img { position: relative; z-index: 1; filter: saturate(.8); }
.about-copy { max-width: 680px; }
.credentials { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--line); }
.credentials li { border-bottom: 1px solid var(--line); padding: .8rem 0 .8rem 1.5rem; position: relative; }
.credentials li::before { content: ""; width: 7px; height: 7px; border: 1px solid var(--gold); border-radius: 50%; position: absolute; left: 0; top: 1.35rem; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; background: var(--ink); color: #dbe3e4; }
.contact h2 { color: white; max-width: 850px; }
.contact p { max-width: 680px; }
.contact-action { text-align: right; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: white; transform: translateY(-2px); }
.contact-action p { color: #9caeb1; font-size: .78rem; margin-top: .8rem; }

footer { display: grid; grid-template-columns: auto 1fr 1.5fr; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); background: #102f36; color: #aebdc0; font-size: .78rem; }
footer p { margin: 0; }
.footer-brand { color: white; }
.disclaimer { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 390px; order: -1; }
  .open-circle { width: min(72vw, 380px); }
  .orbit-one { width: min(86vw, 470px); }
  .orbit-two { width: min(104vw, 560px); }
  .intro-grid, .circle-story, .book, .about, .contact { grid-template-columns: 1fr; }
  .journey { grid-template-columns: 1fr 1fr; }
  .circle-symbol { width: min(70vw, 400px); }
  .book-visual img { width: min(58vw, 300px); }
  .use-grid { grid-template-columns: 1fr; }
  .use-card { min-height: auto; }
  .use-icon { margin-bottom: 2rem; }
  .portrait { width: min(76vw, 360px); justify-self: center; }
  .contact-action { text-align: left; }
  footer { grid-template-columns: 1fr; }
  .disclaimer { text-align: left; max-width: 600px; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }
  nav { top: 72px; }
  .hero { min-height: auto; padding-top: 3rem; }
  .hero-art { min-height: 300px; }
  h1 { font-size: clamp(2.65rem, 15vw, 4.1rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .journey { grid-template-columns: 1fr; }
  .journey-card { min-height: 240px; }
  .button { width: 100%; }
  .text-link { width: 100%; }
  .book-meta { display: grid; }
}
