:root {
  --navy: #17324d;
  --navy-deep: #0d2236;
  --blue: #3d759b;
  --blue-bright: #86bdd8;
  --ink: #243541;
  --slate: #5e6d77;
  --paper: #fbfaf6;
  --ivory: #f4f0e7;
  --white: #ffffff;
  --coral: #df8767;
  --gold: #d5ab61;
  --sage: #809b84;
  --line: #dfddd5;
  --line-dark: rgba(255,255,255,.16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 24px 60px rgba(23,50,77,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.68; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 48px), 900px); margin: 0 auto; }
.center { text-align: center; }
.section { padding: 112px 0; }
h1,h2,h3 { margin: 0; font-family: var(--serif); color: var(--navy); font-weight: 600; line-height: 1.04; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 6.8vw, 5.65rem); }
h2 { font-size: clamp(2.45rem, 4.4vw, 4rem); }
h3 { font-size: 1.75rem; }
p { margin: 0; }
em { color: var(--blue-bright); font-weight: 500; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: var(--navy); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.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; }

.eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--blue-bright); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,246,.93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,221,213,.9); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 66px; height: 66px; object-fit: contain; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--slate); font-size: .94rem; font-weight: 500; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--navy); }
.site-nav .nav-cta { padding: 11px 22px; border-radius: 8px; color: #fff; background: var(--navy); }
.site-nav .nav-cta:hover { color: #fff; background: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); }

.hero { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 57%); }
.hero-glow { position: absolute; width: 620px; height: 620px; left: -300px; bottom: -360px; border-radius: 50%; background: rgba(61,117,155,.28); filter: blur(2px); }
.hero-grid { position: relative; min-height: 710px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(450px,1.08fr); align-items: center; gap: 70px; padding-top: 92px; padding-bottom: 92px; }
.hero h1 { color: #fff; max-width: 720px; }
.hero-lead { max-width: 640px; margin-top: 28px; color: #d7e0e7; font-size: 1.22rem; line-height: 1.62; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border: 1px solid transparent; border-radius: 8px; font-size: .96rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.button-primary { color: var(--navy-deep); background: #fff; }
.button-primary:hover { background: var(--blue-bright); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.light-link { color: var(--blue-bright); }
.hero-visual { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(255,255,255,.06); box-shadow: 0 36px 100px rgba(0,0,0,.34); }
.hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 12px; }
.hero-visual img.hero-priscilla { object-position: center 30%; }
.hero-visual figcaption { position: absolute; right: 32px; bottom: -24px; width: min(330px, 74%); padding: 18px 22px; border-radius: 10px; background: var(--paper); color: var(--slate); font-family: var(--serif); font-size: 1.18rem; line-height: 1.24; box-shadow: var(--shadow); }
.hero-visual figcaption span { color: var(--navy); font-weight: 600; }
.hero-visual figcaption em { display: inline-block; margin-top: 6px; color: var(--blue); font-size: .96rem; }

.proof { border-bottom: 1px solid var(--line); background: var(--ivory); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { padding: 28px 26px; text-align: center; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; color: var(--blue); font-family: var(--serif); font-size: 2.15rem; line-height: 1; }
.proof-grid span { display: block; margin-top: 7px; color: var(--slate); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }

.statement { background: var(--paper); }
.statement h2 em { color: var(--blue); }
.statement .narrow > p:last-child { max-width: 760px; margin: 28px auto 0; color: var(--slate); font-size: 1.13rem; }

.journals-section { background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.65fr); align-items: end; gap: 76px; }
.split-heading > p { padding-bottom: 5px; color: var(--slate); font-size: 1.08rem; }
.journal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.journal-card { display: grid; grid-template-columns: 44% 56%; min-height: 380px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.journal-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.journal-cover { display: grid; place-items: center; min-height: 100%; padding: 26px 20px; background: linear-gradient(145deg,#e8edf0,#f4eee5); }
.journal-cover img { display: block; width: 100%; max-width: 205px; max-height: 330px; object-fit: contain; filter: drop-shadow(-8px 12px 16px rgba(18,38,58,.22)); }
.journal-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px 34px; }
.product-state, .story-body > span { color: var(--blue); font-size: .69rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.journal-copy h3 { margin-top: 10px; }
.journal-copy p { margin: 14px 0 22px; color: var(--slate); font-size: .94rem; line-height: 1.6; }
.journal-copy .text-link { margin-top: auto; font-size: .91rem; }

.books-section { background: var(--paper); }
.center-heading { max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; }
.center-heading > p:last-child { max-width: 710px; margin: 24px auto 0; color: var(--slate); font-size: 1.08rem; }
.book-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-image { display: grid; place-items: center; aspect-ratio: 7 / 10; overflow: hidden; padding: 16px; background: var(--ivory); }
.story-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .4s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-body { padding: 28px 28px 32px; }
.story-body h3 { margin: 10px 0 12px; font-size: 1.58rem; }
.story-body p { color: var(--slate); font-size: .94rem; }

.quote-band { padding: 92px 0; color: #fff; background: var(--navy); }
.quote-band p { font-family: var(--serif); font-size: clamp(2.05rem,4vw,3.4rem); font-weight: 500; line-height: 1.18; }
.quote-band span { display: block; margin-top: 24px; color: var(--blue-bright); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.services-section { background: var(--ivory); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { padding: 42px 38px 46px; border-right: 1px solid var(--line); }
.service-grid article:first-child { border-left: 1px solid var(--line); }
.service-number { color: var(--blue); font-family: var(--serif); font-size: 1.15rem; }
.service-grid h3 { margin: 28px 0 15px; }
.service-grid p { color: var(--slate); }

.founder-section { padding: 108px 0; overflow: hidden; color: #fff; background: var(--navy-deep); }
.founder-grid { display: grid; grid-template-columns: minmax(320px,.7fr) minmax(0,1.3fr); gap: 78px; align-items: center; }
.founder-photo { position: relative; margin: 0; }
.founder-photo::before { content: ""; position: absolute; width: 88%; height: 88%; left: -28px; bottom: -28px; border: 1px solid rgba(134,189,216,.45); border-radius: var(--radius); }
.founder-photo img { position: relative; width: 100%; aspect-ratio: 1/1.06; object-fit: cover; border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.founder-copy h2 { color: #fff; }
.founder-role { margin: 16px 0 26px; color: var(--blue-bright); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.founder-copy > p:not(.eyebrow):not(.founder-role) { max-width: 700px; margin-top: 17px; color: #cdd8e0; font-size: 1.04rem; }
.founder-links { margin-top: 30px; }

.connect-section { background: var(--paper); }
.connect-card { position: relative; display: grid; grid-template-columns: 1fr 370px; gap: 70px; align-items: center; padding: 62px 68px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.connect-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; top: -120px; border-radius: 50%; background: rgba(134,189,216,.17); }
.connect-card > div { position: relative; z-index: 1; }
.connect-card > div:first-child > p:last-child { max-width: 680px; margin-top: 22px; color: var(--slate); }
.connect-actions { display: grid; gap: 14px; }
.connect-actions p { color: var(--slate); font-size: .78rem; text-align: center; }

.site-footer { padding: 76px 0 28px; color: #93a5b3; background: #091c2c; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 54px; }
.footer-mark { width: 58px; height: 58px; }
.footer-brand h2 { margin-top: 18px; color: #fff; font-size: 1.8rem; }
.footer-brand p { margin-top: 4px; }
.site-footer h3 { margin: 0 0 18px; color: #cbd6de; font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.site-footer a { display: block; margin: 10px 0; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.footer-legal { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-cover { min-height: 360px; }
  .journal-copy { min-height: 285px; }
  .founder-grid { grid-template-columns: 340px 1fr; gap: 50px; }
  .connect-card { grid-template-columns: 1fr; gap: 32px; }
  .connect-actions { max-width: 390px; }
}

@media (max-width: 760px) {
  .wrap, .narrow { width: min(calc(100% - 36px), var(--max)); }
  .section { padding: 86px 0; }
  .header-inner { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(23,50,77,.12); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 10px 4px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { padding-top: 72px; padding-bottom: 82px; gap: 52px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .journal-grid, .book-grid, .service-grid { grid-template-columns: 1fr; }
  .journal-card { grid-template-columns: 42% 58%; }
  .journal-cover { min-height: 100%; padding: 22px 16px; }
  .journal-cover img { max-width: 180px; max-height: 310px; }
  .journal-copy { min-height: 340px; padding: 30px 26px; }
  .service-grid article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-photo { max-width: 430px; }
  .connect-card { padding: 44px 32px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(3rem,16vw,4.4rem); }
  h2 { font-size: 2.55rem; }
  .hero-visual figcaption { position: static; width: 100%; margin-top: 12px; box-shadow: none; }
  .proof-grid span { letter-spacing: .06em; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-cover { min-height: 340px; }
  .journal-copy { min-height: auto; }
  .journal-copy .text-link { margin-top: 6px; }
  .founder-section { padding: 86px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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