@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@400;500;600;700&display=swap');

:root { --ink: #07111f; --paper: #f5f1e8; --muted: #647080; --gold: #b89552; --gold-light: #d6b873; --line: rgba(7,17,31,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', system-ui, sans-serif; }
button, input { font: inherit; }
a, button { cursor: pointer; }
.site-header { align-items: center; background: rgba(245,241,232,.96); border-bottom: 1px solid var(--line); display: flex; gap: 32px; justify-content: space-between; padding: 19px clamp(22px,5vw,76px); position: sticky; top: 0; z-index: 20; }
.wordmark { color: var(--ink); font-size: 15px; font-weight: 700; letter-spacing: .12em; line-height: 1.1; text-decoration: none; white-space: nowrap; }
.wordmark em, .footer-brand em { font-family: 'Cormorant Garamond', serif; font-size: 1.25em; font-weight: 500; letter-spacing: .04em; }
.site-header nav, .footer-links { display: flex; gap: clamp(14px,2.5vw,34px); }
.site-header nav a, .footer-links a { color: var(--ink); font-size: 12px; text-decoration: none; }
.site-header nav a:hover, .footer-links a:hover, .inline-link:hover { color: var(--gold); }
.nav-cta, .button { align-items: center; border: 1px solid var(--ink); display: inline-flex; gap: 10px; justify-content: center; padding: 12px 17px; text-decoration: none; }
.nav-cta { background: transparent; font-size: 12px; white-space: nowrap; }
.menu-btn { background: transparent; border: 1px solid var(--ink); display: none; padding: 7px; }
.mobile-menu { background: var(--paper); border-bottom: 1px solid var(--line); display: grid; gap: 18px; padding: 22px; position: absolute; right: 0; width: 100%; z-index: 19; }
.mobile-menu a { color: var(--ink); text-decoration: none; }
.mobile-menu button { background: var(--ink); color: white; padding: 12px; }
.hero { background: linear-gradient(90deg, rgba(245,241,232,.98) 0%, rgba(245,241,232,.88) 42%, rgba(245,241,232,.3) 100%), var(--library-background) center/cover; display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; overflow: hidden; padding: clamp(70px,10vw,145px) clamp(22px,9vw,140px) 80px; position: relative; }
.hero-copy { align-self: center; max-width: 560px; position: relative; z-index: 2; }
.section-label { align-items: center; color: var(--gold); display: flex; font-size: 11px; font-weight: 700; gap: 10px; letter-spacing: .18em; }
.section-label span { background: var(--gold); height: 1px; width: 34px; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; }
h1 { font-size: clamp(54px,7vw,96px); letter-spacing: -.04em; line-height: .86; margin: 26px 0; }
h1 i, h2 i { color: var(--gold); font-weight: 400; }
.hero-lede { color: #455263; font-size: 16px; line-height: 1.7; max-width: 430px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
.button-dark { background: var(--ink); color: white; }
.text-button { background: none; border: 0; color: var(--ink); display: inline-flex; gap: 8px; padding: 10px 0; }
.hero-art { align-self: center; justify-self: center; max-width: 430px; position: relative; width: 100%; }
.gold-orbit { border: 1px solid rgba(184,149,82,.6); border-radius: 50%; height: 470px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%) rotate(-18deg); width: 330px; }
.hero-card { background: linear-gradient(145deg,#1b2c3e,#07111f); box-shadow: 15px 22px 50px rgba(7,17,31,.35); margin: auto; max-width: 290px; overflow: hidden; padding: 18px; position: relative; transform: rotate(3deg); z-index: 2; }
.cover { border: 1px solid rgba(214,184,115,.65); color: var(--gold-light); display: flex; flex-direction: column; height: 370px; justify-content: space-between; padding: 22px; position: relative; }
.cover-rule { border-top: 1px solid currentColor; opacity: .6; }
.cover-kicker { font-size: 12px; letter-spacing: .25em; margin-top: 16px; }
.cover-title { color: #f5e5b7; font-family: 'Cormorant Garamond', serif; font-size: 48px; line-height: .82; margin-top: auto; }
.cover-symbol { color: #fff2bf; font-size: 24px; }
.cover-author { border-top: 1px solid currentColor; font-size: 11px; letter-spacing: .15em; line-height: 1.5; padding-top: 12px; }
.hero-portrait { bottom: 0; filter: saturate(.85); max-height: 86%; object-fit: cover; object-position: center top; opacity: .85; position: absolute; right: -18px; width: 44%; z-index: 3; }
.hero-note { color: var(--gold); font-size: 11px; letter-spacing: .12em; position: absolute; right: -48px; top: 5%; transform: rotate(90deg); white-space: nowrap; }
.hero-note strong { color: var(--ink); }
.collection, .articles { padding: 110px clamp(22px,9vw,140px); }
.collection { background: var(--ink); color: white; display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.collection .section-intro { align-self: start; position: sticky; top: 120px; }
.collection .section-label { color: var(--gold-light); }
.collection h2, .about h2, .lectures h2, .articles h2, .contact h2 { font-size: clamp(44px,5vw,70px); line-height: .9; margin: 24px 0; }
.collection p, .about p, .lectures p, .contact p { color: #9da8b3; line-height: 1.7; }
.inline-link { align-items: center; color: inherit; display: inline-flex; font-size: 13px; gap: 8px; margin-top: 16px; text-decoration: none; }
.book-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); }
.book-card { background: #101e2c; border: 1px solid rgba(214,184,115,.25); padding: 16px; }
.book-card:first-child { grid-column: span 2; }
.book-card .cover { height: 245px; }
.book-card:first-child .cover { height: 300px; }
.book-card .cover-title { font-size: 38px; }
.book-meta { padding: 20px 3px 4px; }.book-photo { aspect-ratio: 16/9; border: 1px solid rgba(214,184,115,.3); display: block; margin-bottom: 18px; object-fit: cover; opacity: .9; width: 100%; }
.book-meta > span { color: var(--gold-light); font-size: 11px; letter-spacing: .16em; }
.book-meta h3 { font-size: 27px; margin: 10px 0 4px; }
.book-meta p { font-size: 13px; margin: 0; }
.about { align-items: center; display: grid; gap: clamp(40px,9vw,130px); grid-template-columns: 1fr 1fr; padding: 120px clamp(22px,9vw,140px); }
.about-photo { background: var(--ink); min-height: 480px; overflow: hidden; position: relative; }
.about-photo::after { border: 1px solid var(--gold); content: ''; inset: 14px; pointer-events: none; position: absolute; }
.about-portrait { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.about-copy { max-width: 520px; }
.about-copy p { color: #53606e; }
.button-outline { color: var(--ink); margin-top: 18px; }
.lectures { background: var(--gold); display: grid; gap: 50px; grid-template-columns: 1fr 1fr; padding: 90px clamp(22px,9vw,140px); }
.lectures .section-label { color: var(--ink); }.lectures p { color: var(--ink); max-width: 420px; }.media-gallery { display: grid; gap: 10px; grid-template-columns: repeat(3,1fr); margin: 28px 0 8px; }.media-gallery img { aspect-ratio: 4/3; display: block; object-fit: cover; width: 100%; }.button-gold { background: var(--ink); border-color: var(--ink); color: white; }.media-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; }.media-links span { align-items: center; display: inline-flex; font-size: 12px; gap: 7px; }
.article-head { align-items: end; display: flex; justify-content: space-between; }.article-grid { border-top: 1px solid var(--line); display: grid; gap: 0; grid-template-columns: repeat(3,1fr); margin-top: 45px; }.article-grid article { border-right: 1px solid var(--line); padding: 30px 28px 20px 0; }.article-grid article img { aspect-ratio: 16/9; display: block; margin-bottom: 24px; object-fit: cover; width: 100%; }.article-grid article + article { padding-left: 28px; }.article-grid article:last-child { border: 0; }.article-grid span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }.article-grid h3 { font-size: 30px; line-height: 1; }.article-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact { background: var(--ink); color: white; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: 90px clamp(22px,9vw,140px); }.contact .section-label { color: var(--gold-light); }.contact form { align-self: center; }.contact label { color: #9da8b3; display: block; font-size: 12px; margin-bottom: 12px; }.email-row { border-bottom: 1px solid var(--gold); display: flex; }.email-row input { background: none; border: 0; color: white; flex: 1; outline: 0; padding: 14px 0; }.email-row button { background: none; border: 0; color: var(--gold-light); }.contact small { color: var(--gold-light); display: block; margin-top: 12px; }
footer { align-items: center; background: #040b14; color: white; display: grid; gap: 22px; grid-template-columns: 1fr 2fr auto; padding: 42px clamp(22px,5vw,76px); }.footer-brand { font-size: 14px; font-weight: 700; letter-spacing: .12em; }.footer-brand small { color: #8f9ba8; display: block; font-size: 9px; letter-spacing: .15em; margin-top: 10px; }.footer-links a { color: #bdc5cc; }.social { display: flex; gap: 15px; }.social-text { color: var(--gold-light); font-size: 12px; }.copyright { color: #72808d; font-size: 10px; grid-column: 1/-1; }
@media (max-width: 800px) { .site-header nav, .site-header .nav-cta { display: none; }.menu-btn { display: block; }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 76px; }.hero-art { margin: 70px auto 10px; }.hero-note { right: -33px; }.collection, .about, .lectures, .contact { grid-template-columns: 1fr; }.collection .section-intro { position: static; }.about-photo { min-height: 390px; }.article-grid { grid-template-columns: 1fr; }.article-grid article, .article-grid article + article { border-bottom: 1px solid var(--line); border-right: 0; padding: 25px 0; }.article-head { align-items: start; flex-direction: column; }.footer-links { flex-wrap: wrap; grid-column: 1/-1; }.footer-links a { font-size: 11px; } }
@media (max-width: 460px) { .book-grid { grid-template-columns: 1fr; }.book-card:first-child { grid-column: auto; }.hero-card { max-width: 255px; }.hero-portrait { width: 42%; } h1 { font-size: 56px; } }
