:root {
  --ink: #111116;
  --ink-soft: #20202a;
  --paper: #f3f0e9;
  --smoke: #aaa6a1;
  --line: rgba(243, 240, 233, 0.16);
  --violet: #9c86ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 80% -10%, rgba(111,92,204,.12), transparent 34rem), var(--ink);
  color: var(--paper);
  font: 16px/1.6 Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
em { font-family: Georgia, "Times New Roman", serif; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 .85rem; color: var(--violet); font-size: .78rem; font-weight: 700; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(17,17,22,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: .03em; }
.wordmark span { color: var(--smoke); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.desktop-nav a { color: #c9c5bf; font-size: .82rem; letter-spacing: .06em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--paper); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: 2.2rem; width: 210px; border: 1px solid var(--line); background: #18181f; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.mobile-nav nav a { display: block; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
.hero { min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); gap: clamp(3rem,8vw,7rem); align-items: center; padding-block: clamp(4rem,9vw,8rem); }
.hero-copy { max-width: 690px; }
.hero h1, .page-intro h1, .mira-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem,8.2vw,7.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.hero h1 span { display: block; color: var(--violet); font-style: italic; margin-left: clamp(0rem,5vw,4rem); }
.hero-premise { max-width: 40rem; margin: 2rem 0 0; color: #d7d2cc; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem,2.2vw,1.55rem); line-height: 1.45; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.15rem; border: 1px solid transparent; font-size: .88rem; font-weight: 700; letter-spacing: .025em; }
.button-primary { background: var(--paper); color: var(--ink); }
.button-secondary { border-color: rgba(243,240,233,.3); color: var(--paper); background: rgba(243,240,233,.02); }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .72; }
.placeholder-note, .form-status, .contact-note, .privacy-prompt { color: var(--smoke); font-size: .85rem; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 570px; }
.signal-orbit { position: absolute; inset: 8% -6%; border: 1px solid rgba(156,134,255,.2); border-radius: 50%; transform: rotate(-12deg); }
.signal-orbit::before, .signal-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(243,240,233,.1); border-radius: inherit; }
.signal-orbit::after { inset: 30%; }
.signal-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 18px var(--violet); }
.signal-orbit i:nth-child(1) { left: 11%; top: 48%; }
.signal-orbit i:nth-child(2) { right: 18%; top: 16%; }
.signal-orbit i:nth-child(3) { right: 8%; bottom: 23%; }
.book-cover { position: relative; z-index: 1; width: min(290px,72vw); margin: 0; aspect-ratio: 1/1.6; overflow: hidden; border: 1px solid rgba(243,240,233,.28); background: #15151b; box-shadow: 0 30px 80px rgba(0,0,0,.48); }
.book-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.premise-band { border-block: 1px solid var(--line); background: rgba(243,240,233,.025); }
.premise-grid { display: grid; grid-template-columns: 70px 1fr 1fr; gap: clamp(1.5rem,4vw,4rem); padding-block: clamp(3rem,6vw,5rem); align-items: start; }
.section-number { color: var(--smoke); font-size: .8rem; letter-spacing: .15em; }
.premise-grid h2, .meet-copy h2, .next-book h2, .newsletter-panel h2, .prose-block h2, .legal-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem,4.2vw,3.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.lede { margin: 1.85rem 0 0; max-width: 34rem; color: #cbc6c0; font-size: 1.08rem; }
.section { padding-block: clamp(5rem,10vw,9rem); }
.meet-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem,9vw,8rem); align-items: center; }
.portrait-panel { min-height: 520px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #17171e; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.portrait-panel img { display: block; width: 100%; height: 520px; object-fit: cover; object-position: center 38%; }
.meet-copy p:not(.eyebrow) { max-width: 38rem; color: #c9c5bf; font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1rem; border-bottom: 1px solid var(--violet); padding-bottom: .25rem; font-size: .9rem; font-weight: 700; }
.next-book { margin-bottom: clamp(5rem,10vw,9rem); display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; padding-block: 2.5rem; border-block: 1px solid var(--line); }
.next-book h2 { font-size: clamp(1.8rem,3.2vw,2.8rem); }
.next-book p:not(.eyebrow) { margin: .6rem 0 0; color: var(--smoke); }
.next-book-mark { color: var(--violet); font-size: 2rem; }
.intimate-teaser { margin-bottom: clamp(5rem,10vw,9rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,8vw,7rem); padding: clamp(2rem,5vw,4rem); border: 1px solid rgba(156,134,255,.28); background: linear-gradient(135deg,rgba(156,134,255,.11),rgba(243,240,233,.02)); }
.intimate-teaser h2, .intimate-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem,4.2vw,3.5rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.intimate-teaser p:not(.eyebrow), .intimate-section p { color: #c6c1bb; }
.newsletter-panel { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2rem,7vw,6rem); padding: clamp(2rem,5vw,4rem); border: 1px solid var(--line); background: linear-gradient(120deg,rgba(156,134,255,.1),rgba(243,240,233,.02)); }
.newsletter-panel > div > p:not(.eyebrow) { color: #c7c2bc; max-width: 34rem; }
.signup-form { align-self: center; }
.signup-form label { display: block; margin-bottom: .55rem; color: #d8d3cd; font-size: .85rem; font-weight: 700; }
.signup-row { display: grid; grid-template-columns: 1fr auto; }
.signup-row input, .signup-row button { min-height: 52px; border: 1px solid rgba(243,240,233,.24); }
.signup-row input { width: 100%; min-width: 0; padding: 0 1rem; color: var(--paper); background: rgba(17,17,22,.5); }
.signup-row button { display: inline-flex; align-items: center; gap: .6rem; padding: 0 1.1rem; color: var(--ink); background: var(--paper); font-weight: 700; }
.newsletter-hold { align-self: center; padding: 1.4rem; border: 1px solid rgba(243,240,233,.18); background: rgba(17,17,22,.35); }
.newsletter-hold p:last-child { margin: 0; color: #c7c2bc; }
.closing-line { display: flex; gap: 1rem; align-items: center; padding-block: 2rem 4rem; color: var(--smoke); border-top: 1px solid var(--line); }
.closing-line p { margin: 0; }
.page-main { min-height: 75vh; padding-block: clamp(4rem,9vw,8rem); }
.page-intro { max-width: 940px; margin-bottom: clamp(4rem,8vw,7rem); }
.page-intro.narrow { max-width: 820px; }
.page-intro h1, .mira-hero h1 { font-size: clamp(2.8rem,6.5vw,6rem); line-height: .98; }
.page-intro > p:last-child { max-width: 46rem; margin-top: 1.8rem; color: #c4bfb9; font-size: 1.08rem; }
.books-list { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.book-row { display: grid; grid-template-columns: minmax(220px,.52fr) 1.48fr; gap: clamp(2rem,8vw,7rem); padding-block: clamp(3rem,7vw,6rem); background: var(--ink); align-items: center; }
.book-row .book-cover { justify-self: center; width: min(250px,68vw); }
.book-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--violet); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.book-copy h2 { margin: 1.2rem 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem,5vw,4.2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.book-copy p { max-width: 42rem; color: #c6c1bb; }
.book-copy .button { margin-top: 1rem; }
.intimate-section { display: grid; grid-template-columns: minmax(160px,.45fr) 1.55fr; gap: clamp(2rem,8vw,7rem); align-items: center; padding-block: clamp(4rem,8vw,7rem); border-bottom: 1px solid var(--line); }
.intimate-index { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(156,134,255,.3); color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem,8vw,6rem); background: radial-gradient(circle,rgba(156,134,255,.13),transparent 68%); }
.intimate-section > div:last-child { max-width: 720px; }
.content-note { margin-top: 1.4rem; font-size: .86rem; }
.intimate-titles { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.intimate-titles li { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.intimate-titles span { color: var(--smoke); }
.mira-page { min-height: 75vh; }
.mira-hero { min-height: 65vh; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 3rem; padding-block: clamp(4rem,9vw,8rem); }
.mira-deck { font-family: Georgia, "Times New Roman", serif; color: #c7c2bc; font-size: clamp(1.2rem,2.8vw,1.8rem); }
.mira-portrait { width: min(430px,100%); margin: 0; justify-self: end; overflow: hidden; border: 1px solid rgba(156,134,255,.3); background: #17171e; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.mira-portrait img { display: block; width: 100%; height: auto; }
.mira-body { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem,8vw,8rem); padding-block: clamp(3rem,8vw,7rem); border-top: 1px solid var(--line); }
.mira-statement { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.prose-block p { color: #c6c1bb; font-size: 1.08rem; }
.about-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2.5rem,8vw,7rem); align-items: start; }
.author-portrait { width: min(390px,100%); margin: 0; overflow: hidden; border: 1px solid var(--line); background: #17171e; box-shadow: 0 26px 70px rgba(0,0,0,.35); }
.author-portrait img { display: block; width: 100%; height: auto; }
.about-copy { max-width: 760px; }
.about-copy p { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem,2.4vw,1.75rem); line-height: 1.55; }
.about-copy p + p { color: #c4bfb9; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 1rem; align-items: center; padding: 1.5rem .25rem; border-bottom: 1px solid var(--line); }
.contact-row span { color: var(--smoke); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-row strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1rem,2.2vw,1.35rem); font-weight: 400; overflow-wrap: anywhere; }
.contact-row b { font-size: 1.2rem; font-weight: 400; }
.contact-row:hover, .contact-row:focus-visible { color: var(--violet); }
.contact-note { margin-top: 1.4rem; }
.legal-copy { max-width: 800px; margin-left: auto; }
.legal-copy section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: 1.65rem; }
.legal-copy p { color: #c6c1bb; }
.legal-copy a, .privacy-prompt a { border-bottom: 1px solid var(--violet); overflow-wrap: anywhere; }
.privacy-prompt { margin-top: 1.5rem; }
.site-footer { border-top: 1px solid var(--line); background: #0d0d11; }
.redirect-page { width: min(620px,calc(100% - 40px)); min-height: 100svh; margin: auto; display: grid; align-content: center; }
.redirect-page h1 { margin: 0; font: 400 clamp(2.4rem,8vw,5rem)/1 Georgia,"Times New Roman",serif; }
.redirect-page a { border-bottom: 1px solid var(--violet); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 2rem; padding-block: 3.5rem; align-items: end; }
.footer-grid p { margin: 0; color: var(--smoke); font-size: .85rem; }
.footer-name { color: var(--paper) !important; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem !important; }
.footer-links { display: grid; gap: .35rem; font-size: .85rem; }
.copyright { text-align: right; }
@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 480px; order: 2; }
  .hero h1 span { margin-left: 0; }
  .premise-grid { grid-template-columns: 45px 1fr; }
  .premise-grid .lede { grid-column: 2; }
  .meet-grid, .mira-body, .about-layout { grid-template-columns: 1fr; }
  .portrait-panel { min-height: 430px; }
  .portrait-panel img { height: 430px; }
  .next-book { grid-template-columns: auto 1fr; }
  .next-book .button { grid-column: 2; justify-self: start; }
  .newsletter-panel, .mira-hero, .intimate-teaser { grid-template-columns: 1fr; }
  .mira-hero { min-height: auto; }
  .mira-portrait { width: min(420px,90vw); justify-self: center; }
  .author-portrait { width: min(360px,100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1/-1; text-align: left; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px,1180px); }
  .header-inner { min-height: 66px; }
  .hero { padding-block: 3.5rem 4.5rem; gap: 2rem; }
  .hero h1 { font-size: clamp(3.1rem,17vw,5rem); }
  .cta-row { display: grid; }
  .button { width: 100%; }
  .hero-art { min-height: 445px; }
  .premise-grid { grid-template-columns: 1fr; }
  .premise-grid .lede { grid-column: 1; }
  .section-number { display: none; }
  .meet-grid { padding-block: 4.5rem; }
  .portrait-panel { min-height: 380px; }
  .portrait-panel img { height: 380px; }
  .next-book, .signup-row, .book-row, .intimate-section { grid-template-columns: 1fr; }
  .intimate-index { width: min(210px,60vw); }
  .next-book .button { grid-column: 1; }
  .next-book-mark { display: none; }
  .newsletter-panel { padding: 1.4rem; }
  .signup-row { gap: .65rem; }
  .book-copy .button { width: 100%; }
  .mira-portrait { width: 82vw; }
  .contact-row { grid-template-columns: 1fr auto; gap: .2rem 1rem; }
  .contact-row strong { grid-column: 1; grid-row: 2; }
  .contact-row b { grid-column: 2; grid-row: 1/3; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; }
