:root {
  --ink: #071b23;
  --ink-2: #12313b;
  --paper: #f4f1e9;
  --white: #fbfbf7;
  --muted: #65777a;
  --line: rgba(7, 27, 35, 0.16);
  --aqua: #5cc6bd;
  --blue: #2f6977;
  --sand: #d7c6a2;
  --shell: min(1180px, calc(100vw - 40px));
  --shadow: 0 30px 80px rgba(7, 27, 35, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin: 0 auto; }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  background: rgba(251, 251, 247, .84);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  letter-spacing: .08em;
}
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; font-size: 14px; }
.nav-cta { border: 1px solid var(--ink); padding: 9px 14px; border-radius: 999px; }

.hero {
  min-height: 760px;
  padding: 150px 0 96px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(92,198,189,.14), transparent 34%),
    linear-gradient(180deg, #fbfbf7 0%, #f2f4ef 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .75fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero h1, .section-heading h2, .about-heading h2, .contact-copy h2, .book-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(56px, 7.3vw, 104px); }
.hero-lede { max-width: 700px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 23px); color: #3d555b; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { text-decoration: none; font-weight: 700; }

.portrait-wrap { position: relative; perspective: 1000px; }
.portrait-frame {
  position: relative;
  overflow: hidden;
  min-height: 525px;
  border-radius: 38px 38px 12px 38px;
  box-shadow: var(--shadow);
  background: #dce7e3;
  transform: rotate(2deg);
  transition: transform .35s ease;
}
.portrait-frame img { width: 100%; height: 525px; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.portrait-gradient { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,27,35,.85)); }
.portrait-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.portrait-caption span { color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 8px 11px; font-size: 12px; backdrop-filter: blur(8px); }
.orbit-dot { position: absolute; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 10px rgba(92,198,189,.14); animation: float 5s ease-in-out infinite; }
.dot-a { width: 16px; height: 16px; right: -18px; top: 18%; }
.dot-b { width: 9px; height: 9px; left: -14px; bottom: 22%; animation-delay: -2s; }
.ambient { position: absolute; border-radius: 50%; filter: blur(3px); border: 1px solid rgba(47,105,119,.14); }
.ambient-one { width: 520px; height: 520px; right: -180px; top: -120px; animation: spin 38s linear infinite; }
.ambient-two { width: 260px; height: 260px; right: 22%; bottom: -145px; animation: spin 26s linear infinite reverse; }

.ticker { overflow: hidden; background: var(--ink); color: white; border-block: 1px solid rgba(255,255,255,.08); }
.ticker-track { width: max-content; display: flex; gap: 24px; align-items: center; padding: 15px 0; animation: marquee 30s linear infinite; }
.ticker-track span { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; white-space: nowrap; }
.ticker-track i { opacity: .35; font-style: normal; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5.8vw, 82px); }
.section-heading > p:last-child { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; }
.focus-section { background: var(--white); }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.focus-card {
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.focus-card:hover { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(7,27,35,.08); background: #f7f8f3; }
.card-index { font-family: Georgia, serif; color: var(--blue); font-size: 34px; }
.card-kicker { margin: auto 0 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: var(--blue); }
.focus-card h3 { margin: 0; font-size: 28px; line-height: 1.05; letter-spacing: -.03em; }
.focus-card p:last-child { margin: 16px 0 0; color: var(--muted); }

.book-section { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 126px 0; }
.book-grain { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.28) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(90deg, transparent, black, transparent); }
.book-layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.book-stage { position: relative; min-height: 600px; display: grid; place-items: center; perspective: 1300px; }
.book-object { width: min(330px, 72%); transform: rotateY(-10deg) rotateZ(-2deg); box-shadow: -22px 28px 60px rgba(0,0,0,.35); transition: transform .35s ease; position: relative; z-index: 2; }
.book-object::before { content: ""; position: absolute; left: -10px; top: 4px; bottom: 4px; width: 12px; background: linear-gradient(90deg, #d4d1c9, #fff); transform: skewY(-8deg); transform-origin: right; }
.book-object img { width: 100%; aspect-ratio: 302 / 461; object-fit: cover; }
.book-shadow { position: absolute; width: 420px; height: 90px; border-radius: 50%; background: rgba(0,0,0,.34); filter: blur(24px); bottom: 60px; transform: rotate(-5deg); }
.edition-note { position: absolute; bottom: 22px; text-transform: uppercase; font-size: 10px; letter-spacing: .22em; color: rgba(255,255,255,.55); }
.book-copy .eyebrow { color: var(--aqua); }
.book-number { color: rgba(255,255,255,.52); letter-spacing: .1em; text-transform: uppercase; font-size: 11px; }
.book-copy h2 { margin: 22px 0 28px; font-size: clamp(50px, 6.4vw, 90px); max-width: 720px; }
.book-lede { max-width: 640px; color: rgba(255,255,255,.72); font-size: 20px; }
.book-rule { width: 100%; height: 1px; background: rgba(255,255,255,.18); margin: 34px 0 22px; }
.book-meta { color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 30px; }

.about-section { background: #eff4f0; }
.about-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 130px); }
.about-heading h2 { margin: 0; font-size: clamp(48px, 5.8vw, 82px); position: sticky; top: 120px; }
.about-lead { font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; letter-spacing: -.025em; margin: 0 0 26px; }
.about-copy > p:not(.about-lead) { color: var(--muted); font-size: 18px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.about-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; background: rgba(255,255,255,.48); font-size: 13px; }

.contact-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.contact-copy h2 { margin: 0 0 24px; font-size: clamp(48px, 5.5vw, 76px); }
.contact-copy p:last-child { max-width: 440px; color: var(--muted); }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 28px; padding: 30px; box-shadow: 0 18px 50px rgba(7,27,35,.06); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin: 0 0 7px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,105,119,.1); }
.hidden-field { position: absolute; left: -9999px; }
.captcha-row { color: var(--muted); font-size: 11px; margin: 8px 0 18px; }
.form-submit { width: 100%; }

.site-footer { background: var(--ink); color: white; padding: 28px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 26px; align-items: center; }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer .brand-mark { background: white; color: var(--ink); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 760px); }
  .nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .book-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 540px; }
  .portrait-frame, .portrait-frame img { min-height: 440px; height: 440px; }
  .section-heading { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 300px; }
  .book-stage { min-height: 470px; }
  .about-heading h2 { position: static; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .header-inner { height: 70px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 18px; }
  .portrait-frame, .portrait-frame img { min-height: 400px; height: 400px; }
  .section { padding: 82px 0; }
  .section-heading h2, .about-heading h2, .contact-copy h2 { font-size: 50px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .book-section { padding: 88px 0; }
  .book-stage { min-height: 410px; }
  .book-object { width: 66%; }
}

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