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

:root {
  --ink: #1d161d;
  --ink-soft: #4f4650;
  --plum: #3f243f;
  --plum-deep: #241324;
  --mauve: #8e7287;
  --rose-smoke: #c7afb9;
  --blush: #eee4e7;
  --paper: #fbf8f5;
  --white: #ffffff;
  --gold: #b69465;
  --line: rgba(63, 36, 63, 0.18);
  --shadow: 0 28px 80px rgba(32, 19, 31, 0.16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--rose-smoke); color: var(--plum-deep); }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 9999;
  background: var(--white); color: var(--ink); padding: .8rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(36, 19, 36, .94);
  color: var(--white);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-wrap {
  max-width: var(--max); margin: 0 auto; min-height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; gap: 24px;
}
.brand {
  display: inline-flex; align-items: center; text-decoration: none;
  min-width: 156px;
}
.brand img { width: 158px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  text-decoration: none; font-size: .86rem; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.84);
  transition: color .25s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.nav-cta {
  border: 1px solid rgba(255,255,255,.48); padding: 11px 17px;
  color: var(--white) !important;
}
.menu-toggle {
  display: none; border: 1px solid rgba(255,255,255,.36); background: transparent;
  color: white; width: 46px; height: 42px; cursor: pointer;
}

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sm { padding: 72px 0; }
.bg-white { background: var(--white); }
.bg-plum { background: var(--plum-deep); color: var(--white); }
.bg-blush { background: var(--blush); }
.rule { height: 1px; background: var(--line); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; text-transform: uppercase; letter-spacing: .19em;
  font-weight: 700; color: var(--mauve); margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.bg-plum .eyebrow { color: #dcc8d5; }
.display {
  margin: 0; font-family: 'Italiana', Georgia, serif; font-weight: 400;
  font-size: clamp(3.4rem, 7vw, 7.8rem); line-height: .96; letter-spacing: -.035em;
}
h1, h2, h3 { text-wrap: balance; }
h2 {
  margin: 0 0 24px; font-family: 'Italiana', Georgia, serif; font-weight: 400;
  font-size: clamp(2.5rem, 4.5vw, 4.7rem); line-height: 1.03;
}
h3 { margin: 0 0 12px; font-size: 1.15rem; line-height: 1.35; }
p { margin: 0 0 22px; color: var(--ink-soft); }
.bg-plum p { color: rgba(255,255,255,.72); }
.lede { font-size: clamp(1.08rem, 1.5vw, 1.28rem); max-width: 700px; }
.kicker { font-family: 'Italiana', Georgia, serif; font-size: 1.6rem; color: var(--plum); }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; justify-content: center; align-items: center; gap: 10px;
  min-height: 52px; padding: 13px 22px; text-decoration: none;
  text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; transition: .25s ease;
  border-radius: 0;
}
.btn-primary { background: var(--plum); color: var(--white); }
.btn-primary:hover { background: var(--plum-deep); transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--plum-deep); }
.btn-light:hover { background: var(--blush); transform: translateY(-2px); }
.btn-outline { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn-outline:hover { background: var(--plum); color: white; }
.bg-plum .btn-outline { border-color: rgba(255,255,255,.6); color: white; }
.bg-plum .btn-outline:hover { background: white; color: var(--plum-deep); }
.text-link { font-weight: 700; text-underline-offset: 5px; }

.hero {
  position: relative; overflow: hidden; min-height: 780px;
  background:
    radial-gradient(circle at 75% 30%, rgba(199,175,185,.26), transparent 26%),
    linear-gradient(118deg, #241324 0%, #39213a 53%, #6b5064 100%);
  color: white;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-grid {
  position: relative; z-index: 1; min-height: 780px; display: grid;
  grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px;
  padding: 86px 0;
}
.hero-copy { padding-right: 3vw; }
.hero .eyebrow { color: #decbd7; }
.hero .display em { color: #d8c0cd; font-style: italic; }
.hero .lede { color: rgba(255,255,255,.76); margin-top: 28px; }
.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-art::before {
  content: ''; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(255,255,255,.018);
}
.hero-art img {
  position: relative; z-index: 2; width: min(740px, 114%); max-width: none;
  filter: drop-shadow(0 32px 40px rgba(0,0,0,.35)); transform: translateX(2%);
}
.hero-note {
  position: absolute; z-index: 3; right: 0; bottom: 54px; width: 260px;
  padding: 22px; background: rgba(248,244,242,.94); color: var(--plum-deep);
  box-shadow: var(--shadow); border-left: 3px solid var(--gold);
}
.hero-note span { display: block; font-family: 'Italiana', Georgia, serif; font-size: 1.22rem; line-height: 1.35; }
.hero-note small { display: block; margin-top: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--mauve); }

.promise-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.promise-item { padding: 24px 28px; border-right: 1px solid var(--line); }
.promise-item:last-child { border-right: 0; }
.promise-item strong { display: block; font-family: 'Italiana', Georgia, serif; font-size: 1.3rem; color: var(--plum); }
.promise-item span { display: block; margin-top: 4px; color: var(--ink-soft); font-size: .88rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.split-40 { grid-template-columns: .8fr 1.2fr; }
.split-60 { grid-template-columns: 1.2fr .8fr; }
.visual-panel {
  position: relative; min-height: 560px; background: var(--blush); overflow: hidden;
}
.visual-panel img { width: 100%; height: 100%; object-fit: cover; }
.book-stage { min-height: 600px; display: grid; place-items: center; background: linear-gradient(145deg, #e7dce1, #f8f4f2); overflow: hidden; }
.book-stage img { width: 112%; max-width: 760px; filter: drop-shadow(0 28px 32px rgba(42,22,42,.24)); }
.mono-panel {
  min-height: 570px; display: grid; place-items: center; padding: 54px;
  background: linear-gradient(145deg, var(--plum-deep), #6a4c63); color: white; text-align: center;
}
.monogram { font-family: 'Italiana', Georgia, serif; font-size: clamp(6rem, 12vw, 11rem); line-height: 1; opacity: .22; }
.mono-panel blockquote { margin: -20px auto 0; max-width: 480px; font-family: 'Italiana', Georgia, serif; font-size: 2rem; line-height: 1.3; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); padding: 34px;
  min-height: 240px; transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(45,27,44,.09); }
.card-number { color: var(--gold); font-weight: 700; letter-spacing: .14em; font-size: .75rem; }
.card h3 { margin-top: 32px; font-family: 'Italiana', Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.card p { font-size: .95rem; margin-bottom: 0; }

.quote-section { position: relative; overflow: hidden; }
.quote-section::after {
  content: '“'; position: absolute; right: 3vw; top: -120px;
  font-family: Georgia, serif; font-size: 26rem; color: rgba(255,255,255,.035); line-height: 1;
}
.pullquote { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; text-align: center; }
.pullquote blockquote { margin: 0; font-family: 'Italiana', Georgia, serif; font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: 1.08; }
.pullquote cite { display: block; margin-top: 26px; font-style: normal; text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; color: #d7bfcd; }

.story-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.story-row { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.story-row span { color: var(--gold); font-weight: 700; letter-spacing: .08em; }
.story-row p { margin: 6px 0 0; }

.meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 45px 0; }
.meta-item { padding: 26px 20px; border-right: 1px solid var(--line); }
.meta-item:last-child { border-right: 0; }
.meta-item small { display: block; text-transform: uppercase; letter-spacing: .13em; color: var(--mauve); font-weight: 700; }
.meta-item strong { display: block; margin-top: 5px; font-size: 1rem; }

.page-hero { background: linear-gradient(120deg, var(--plum-deep), #5b3f56); color: white; padding: 112px 0 94px; }
.page-hero p { color: rgba(255,255,255,.72); }
.page-hero .display { max-width: 980px; }
.breadcrumb { font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 34px; color: rgba(255,255,255,.6); }

.publisher-manifesto { display: grid; grid-template-columns: .76fr 1.24fr; gap: 76px; align-items: start; }
.manifesto-copy { font-family: 'Italiana', Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.8rem); line-height: 1.15; color: var(--plum); }

.newsletter {
  position: relative; overflow: hidden; background: var(--plum-deep); color: white;
}
.newsletter::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 0%, rgba(199,175,185,.25), transparent 32%);
}
.newsletter-grid { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 65px; align-items: end; }
.newsletter p { color: rgba(255,255,255,.72); }
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.signup-form input, .contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; background: transparent; border: 1px solid rgba(255,255,255,.38); color: white;
  padding: 15px 16px; border-radius: 0; outline: none;
}
.signup-form input:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: white; box-shadow: 0 0 0 3px rgba(255,255,255,.1); }
.signup-form input::placeholder, .contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.58); }
.form-note { font-size: .78rem; margin: 10px 0 0; color: rgba(255,255,255,.5) !important; }

.contact-form { display: grid; gap: 16px; }
.contact-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { color: var(--ink); border-color: var(--line); background: var(--white); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a8188; }
.contact-form textarea { min-height: 170px; resize: vertical; }

.guide-list { display: grid; gap: 12px; margin-top: 34px; }
.guide-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.guide-item span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--plum); font-weight: 700; }
.guide-item p { margin: 3px 0 0; }

.site-footer { background: #160c16; color: white; padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 54px; }
.footer-grid h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 18px; color: #cdb6c5; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.64); font-size: .92rem; }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-brand img { width: 190px; margin-bottom: 22px; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.46); font-size: .82rem; }

.toast {
  position: fixed; right: 24px; bottom: 24px; z-index: 2000; max-width: 360px;
  background: var(--white); color: var(--ink); border-left: 4px solid var(--gold);
  padding: 18px 20px; box-shadow: var(--shadow); transform: translateY(140%); transition: transform .32s ease;
}
.toast.show { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; background: var(--plum-deep); padding: 24px; display: none; flex-direction: column; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: flex; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid, .split, .split-40, .split-60, .newsletter-grid, .publisher-manifesto { grid-template-columns: 1fr; }
  .hero-grid { padding: 92px 0 70px; }
  .hero-art { min-height: 460px; }
  .hero-art img { width: 105%; }
  .hero-note { right: 4%; bottom: 18px; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-item:nth-child(2) { border-right: 0; }
  .promise-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid, .card-grid.four { grid-template-columns: 1fr 1fr; }
  .meta-grid { grid-template-columns: 1fr 1fr; }
  .meta-item:nth-child(2) { border-right: 0; }
  .meta-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 32px, var(--max)); }
  .section { padding: 78px 0; }
  .section-sm { padding: 56px 0; }
  .nav-wrap { padding: 0 16px; }
  .brand img { width: 140px; }
  .display { font-size: clamp(3.1rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.3rem, 12vw, 3.3rem); }
  .hero-copy { padding-right: 0; }
  .hero-art { min-height: 360px; }
  .hero-art img { width: 120%; }
  .hero-note { display: none; }
  .promise-grid, .card-grid, .card-grid.four, .meta-grid, .footer-grid { grid-template-columns: 1fr; }
  .promise-item, .meta-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-item:last-child, .meta-item:last-child { border-bottom: 0; }
  .visual-panel, .book-stage, .mono-panel { min-height: 440px; }
  .signup-form { grid-template-columns: 1fr; }
  .contact-form .field-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .story-row { grid-template-columns: 48px 1fr; }
}

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

@media print {
  .site-header, .site-footer, .newsletter, .btn-row, .menu-toggle { display: none !important; }
  body { background: white; color: black; }
  .section, .section-sm, .page-hero { padding: 32px 0; }
  .page-hero { background: white; color: black; }
  .page-hero p, .bg-plum p { color: #333; }
  .bg-plum { background: white; color: black; }
}
