:root {
  --navy-950: #04111e;
  --navy-900: #071a2d;
  --navy-800: #0c2942;
  --navy-700: #173c59;
  --gold: #d6a72b;
  --gold-bright: #f0c14b;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --ink: #17212a;
  --muted: #5d6670;
  --line: #ded5c5;
  --shadow: 0 24px 70px rgba(4, 17, 30, .15);
  --radius: 1.25rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: var(--navy-950); background: var(--gold-bright); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 40; color: var(--ivory); background: rgba(4, 17, 30, .94); border-bottom: 1px solid rgba(214, 167, 43, .35); backdrop-filter: blur(18px); }
.header-inner, .page-width { width: min(1180px, calc(100% - 2.25rem)); margin-inline: auto; }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand img { width: 3.1rem; height: 3.1rem; object-fit: cover; border: 1px solid rgba(214, 167, 43, .7); border-radius: 50%; }
.brand-copy { line-height: 1.08; }
.brand-name { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .055em; }
.brand-kicker { display: block; margin-top: .28rem; color: #d8cdb9; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 1.55rem; }
.primary-nav a { color: #efe8dc; font-size: .92rem; font-weight: 650; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold-bright); }
.mobile-nav { display: none; }
.mobile-nav summary { cursor: pointer; list-style: none; border: 1px solid rgba(214, 167, 43, .55); border-radius: 999px; padding: .45rem .85rem; font-weight: 700; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; top: 4.4rem; right: 1rem; width: min(18rem, calc(100vw - 2rem)); padding: .7rem; background: var(--navy-900); border: 1px solid rgba(214, 167, 43, .45); border-radius: .9rem; box-shadow: var(--shadow); }
.mobile-panel a { display: block; padding: .7rem .8rem; color: var(--ivory); font-weight: 650; text-decoration: none; border-radius: .5rem; }
.mobile-panel a:hover { background: var(--navy-800); }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; font-weight: 750; text-decoration: none; }
.button { min-height: 3rem; padding: .68rem 1.15rem; color: var(--navy-950); background: var(--gold-bright); border: 1px solid var(--gold-bright); border-radius: 999px; box-shadow: 0 10px 30px rgba(214, 167, 43, .18); }
.button:hover, .button:focus-visible { background: #ffd875; }
.button.secondary { color: var(--ivory); background: transparent; border-color: rgba(247, 242, 232, .55); box-shadow: none; }
.button.secondary:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.button.dark { color: var(--ivory); background: var(--navy-900); border-color: var(--navy-900); }
.button.dark:hover { background: var(--navy-700); }
.hero { position: relative; overflow: hidden; padding: clamp(1.1rem, 3vw, 2.5rem) 0 0; color: var(--ivory); background: radial-gradient(circle at 15% 8%, rgba(240, 193, 75, .12), transparent 24rem), linear-gradient(180deg, var(--navy-950), var(--navy-900)); }
.hero-frame { overflow: hidden; border: 1px solid rgba(214, 167, 43, .65); border-radius: var(--radius); box-shadow: 0 32px 80px rgba(0, 0, 0, .36); }
.hero-frame img { width: 100%; height: auto; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0 1.7rem; }
.hero-actions p { margin: 0; color: #ddd5c8; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.audience-ribbon { color: var(--navy-900); background: var(--gold-bright); border-bottom: 1px solid #c4941d; }
.audience-ribbon .page-width { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .45rem 1.4rem; padding-block: .8rem; font-size: .88rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.section { padding: clamp(4.2rem, 8vw, 7rem) 0; }
.section.paper { background: var(--paper); }
.section.navy { color: var(--ivory); background: var(--navy-900); }
.section.compact { padding-block: 3.4rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.eyebrow { margin: 0 0 .55rem; color: #a77b13; font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.navy .eyebrow, .page-hero .eyebrow { color: var(--gold-bright); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2.15rem, 4.6vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
.lede { max-width: 47rem; margin: 1rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.navy .lede, .page-hero .lede { color: #d7d0c4; }
.text-link { color: #76540a; border-bottom: 1px solid currentColor; }
.navy .text-link { color: var(--gold-bright); }
.book-grid, .catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.book-card { display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 16px 44px rgba(40, 32, 20, .07); }
.book-cover { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; padding: 1rem; background: #eee7dc; }
.book-cover img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 13px 15px rgba(0, 0, 0, .18)); transition: transform .25s ease; }
.book-card:hover .book-cover img { transform: translateY(-3px); }
.book-copy { flex: 1; display: flex; flex-direction: column; padding: 1.25rem; }
.book-copy p { margin: .72rem 0 1rem; color: var(--muted); }
.book-copy .text-link { margin-top: auto; align-self: flex-start; }
.split { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(18rem, .97fr); align-items: center; gap: clamp(2.4rem, 6vw, 6rem); }
.split.reverse > :first-child { order: 2; }
.prose p { margin: 1rem 0 0; }
.prose p:first-child { margin-top: 0; }
.signature-line { margin-top: 1.5rem; color: var(--gold-bright); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.portrait-mark { position: relative; width: min(100%, 29rem); margin-inline: auto; }
.portrait-mark::before { content: ""; position: absolute; inset: -1.2rem 2rem 1.2rem -1.2rem; border: 1px solid rgba(214, 167, 43, .65); border-radius: 50% 50% 46% 54%; }
.portrait-mark img { position: relative; z-index: 1; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.threshold-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); color: var(--ivory); background: radial-gradient(circle at 50% 10%, rgba(240, 193, 75, .23), transparent 26rem), repeating-radial-gradient(circle at 23% 31%, rgba(255,255,255,.45) 0 1px, transparent 1.5px 45px), linear-gradient(145deg, #0b2d49, #04111e 68%); border: 1px solid rgba(214, 167, 43, .5); border-radius: var(--radius); box-shadow: var(--shadow); }
.threshold-panel p { max-width: 43rem; color: #ded7cb; }
.threshold-panel .button { margin-top: 1rem; }
.founders { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.7rem; }
.founder { padding: 1.1rem 1.2rem; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: .8rem; }
.founder strong { display: block; color: var(--gold-bright); }
.founder-email { display: inline-block; margin-top: .35rem; color: #efe8dc; overflow-wrap: anywhere; text-underline-offset: .2em; }
.founder-email:hover, .founder-email:focus-visible { color: var(--gold-bright); }
.cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(1.8rem, 4vw, 3.2rem); color: var(--ivory); background: var(--navy-800); border: 1px solid rgba(214, 167, 43, .5); border-radius: var(--radius); }
.cta-band p { margin: .65rem 0 0; color: #d7d0c4; }
.cta-band p a { color: var(--ivory); overflow-wrap: anywhere; text-underline-offset: .2em; }
.cta-band p a:hover, .cta-band p a:focus-visible { color: var(--gold-bright); }
.page-hero { padding: clamp(4rem, 9vw, 7.5rem) 0; color: var(--ivory); background: radial-gradient(circle at 75% 22%, rgba(214, 167, 43, .18), transparent 24rem), linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.breadcrumb { display: inline-block; margin-bottom: 1rem; color: var(--gold-bright); font-size: .9rem; font-weight: 750; text-decoration: none; }
.catalog-grid .book-copy p { font-size: .96rem; }
.storefront-card { display: grid; grid-template-columns: 13rem minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; padding: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.storefront-card img { border-radius: .75rem; }
.storefront-card p { margin: .55rem 0 0; color: var(--muted); }
.author-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.author-title { max-width: 13ch; }
.author-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.author-badges span { padding: .38rem .7rem; color: #ddd5c8; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .88rem; }
.author-monogram { position: relative; display: grid; place-items: center; aspect-ratio: 1; width: min(100%, 24rem); margin-inline: auto; color: var(--gold-bright); background: rgba(255,255,255,.04); border: 1px solid rgba(214, 167, 43, .55); border-radius: 50% 50% 44% 56%; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 11vw, 8rem); letter-spacing: -.08em; }
.author-monogram::after { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; z-index: -1; border: 1px solid rgba(255,255,255,.18); border-radius: 46% 54% 50% 50%; }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.journey-card { padding: 1.3rem; background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 12px 34px rgba(40,32,20,.06); }
.journey-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.journey-card p { margin: .55rem 0 0; color: var(--muted); font-size: .94rem; }
.journal-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.journal-card p { margin: .7rem 0 0; color: var(--muted); }
.site-footer { padding: 3.2rem 0 1.4rem; color: #ddd5c8; background: var(--navy-950); border-top: 1px solid rgba(214, 167, 43, .3); }
.footer-grid { display: grid; grid-template-columns: minmax(16rem, 1.2fr) repeat(2, minmax(9rem, .4fr)); gap: 2.5rem; }
.footer-title { color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.footer-copy { max-width: 34rem; margin: .65rem 0 0; }
.footer-links { display: grid; align-content: start; gap: .45rem; }
.footer-links strong { color: var(--gold-bright); margin-bottom: .35rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold-bright); }
.copyright { margin-top: 2.8rem; padding-top: 1.2rem; font-size: .86rem; border-top: 1px solid rgba(255,255,255,.12); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 3rem 1rem; text-align: center; color: var(--ivory); background: var(--navy-900); }
.not-found p { max-width: 35rem; color: #d7d0c4; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
@media (max-width: 900px) {
  .primary-nav { display: none; }
  .mobile-nav { display: block; }
  .book-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .author-hero { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .portrait-mark { width: min(75vw, 24rem); }
  .author-monogram { width: min(65vw, 22rem); }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .storefront-card { grid-template-columns: 9rem minmax(0, 1fr); }
  .storefront-card .button { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 640px) {
  .header-inner, .page-width { width: min(100% - 1.25rem, 1180px); }
  .header-inner { min-height: 4.5rem; }
  .brand img { width: 2.65rem; height: 2.65rem; }
  .brand-name { font-size: .92rem; }
  .brand-kicker { font-size: .66rem; }
  .hero-frame { border-radius: .65rem; }
  .hero-actions { align-items: flex-start; }
  .hero-buttons { width: 100%; }
  .hero-buttons .button { flex: 1; }
  .section-heading { grid-template-columns: 1fr; gap: .85rem; }
  .book-grid, .catalog-grid { grid-template-columns: 1fr; }
  .book-card { display: grid; grid-template-columns: minmax(8rem, .72fr) minmax(0, 1fr); }
  .book-cover { aspect-ratio: auto; min-height: 15rem; padding: .7rem; }
  .book-copy { padding: 1rem; }
  .book-copy p { font-size: .92rem; }
  .founders, .journey-grid { grid-template-columns: 1fr; }
  .cta-band, .journal-card, .storefront-card { grid-template-columns: 1fr; }
  .storefront-card img { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.7rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
