:root {
  --cream: #d3c5b8;
  --cream-light: #eee8e2;
  --brown: #3d1e00;
  --brown-deep: #261308;
  --black: #000;
  --white: #fffaf5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream-light); color: var(--black); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-header { height: 90px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; width: 100%; z-index: 10; color: var(--white); }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Playfair Display", serif; font-size: 1.05rem; }
.brand-mark { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: "DM Sans"; font-size: .7rem; letter-spacing: .12em; }
.brand-logo img { width: 185px; height: 52px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 34px; font-size: .84rem; }
.nav a:not(.nav-cta) { opacity: .76; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; }
.nav-cta span { margin-left: 9px; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; background: var(--brown); color: var(--white); display: grid; grid-template-columns: 52% 48%; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 46vw; height: 46vw; left: -20vw; bottom: -31vw; border: 1px solid rgba(211,197,184,.16); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(211,197,184,.025), 0 0 0 14vw rgba(211,197,184,.02); }
.hero-copy { padding: 18vh 5vw 15vh 8vw; align-self: center; z-index: 2; min-width: 0; }
.eyebrow { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; font-weight: 600; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; background: currentColor; }
.hero h1 { font-family: "Playfair Display", serif; font-size: clamp(3.8rem, 6.5vw, 7.7rem); font-weight: 600; line-height: .92; letter-spacing: -.055em; margin: 4vh 0 3.5vh; }
.hero h1 em { color: var(--cream); font-weight: 500; }
.hero-intro { max-width: 480px; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; color: rgba(255,255,255,.67); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 5vh; }
.button { display: inline-flex; align-items: center; gap: 34px; padding: 16px 21px; font-size: .78rem; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--black); color: var(--white); }
.button-light { background: var(--cream); color: var(--brown); }
.text-link { font-size: .8rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.text-link span { margin-left: 8px; }
.hero-visual { position: relative; min-height: 100%; min-width: 0; }
.photo-frame { position: absolute; inset: 0; overflow: hidden; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--brown) 0%, transparent 24%), linear-gradient(0deg, rgba(0,0,0,.33), transparent 45%); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.72) sepia(.08) contrast(1.03); }
.vertical-note { position: absolute; right: 22px; top: 50%; writing-mode: vertical-rl; letter-spacing: .22em; font-size: .57rem; color: rgba(255,255,255,.56); }
.scroll-cue { position: absolute; bottom: 35px; left: 5.5vw; z-index: 4; display: flex; gap: 15px; align-items: center; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; opacity: .62; }
.scroll-cue i { font-style: normal; font-size: 1rem; }

.manifesto { padding: 10vw 8vw 11vw; background: var(--cream-light); display: grid; grid-template-columns: 20% 80%; }
.manifesto-content { min-width: 0; }
.section-number { font-size: .62rem; letter-spacing: .18em; padding-top: 28px; }
.quote-mark { font-family: "Playfair Display"; color: var(--brown); font-size: 6rem; margin: 0 0 -38px; }
.manifesto h2 { max-width: 950px; font-family: "Playfair Display"; font-weight: 500; font-size: clamp(2.4rem, 4vw, 5rem); line-height: 1.12; letter-spacing: -.035em; margin: 0; }
.about-details { margin-top: 6vw; display: grid; grid-template-columns: minmax(310px, .78fr) 1.22fr; gap: 5vw; align-items: end; }
.about-photo { margin: 0; position: relative; overflow: hidden; background: var(--brown); }
.about-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(61,30,0,.12); pointer-events: none; }
.about-photo img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; object-position: 50% 28%; filter: saturate(.82) sepia(.06); transition: transform .7s ease; }
.about-photo:hover img { transform: scale(1.025); }
.about-photo figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 13px 2px 0; background: var(--cream-light); font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }
.about-photo figcaption span:last-child { opacity: .55; }
.about-grid { color: #4e4239; font-size: 1rem; line-height: 1.85; }

.book { background: var(--brown-deep); color: var(--white); min-height: 780px; padding: 9vw 10vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10vw; overflow: hidden; }
.book-art { height: 580px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.book-art::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(211,197,184,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(211,197,184,.025), 0 0 0 110px rgba(211,197,184,.015); }
.book-cover { width: 305px; aspect-ratio: 2 / 3; position: relative; z-index: 2; background: #151109; box-shadow: -18px 20px 45px rgba(0,0,0,.58), inset 5px 0 rgba(255,255,255,.2); transform: rotateY(10deg) rotateZ(-3deg); overflow: hidden; }
.book-cover::after { content: ""; position: absolute; inset: 0; box-shadow: inset 7px 0 9px rgba(0,0,0,.3), inset -1px 0 rgba(255,255,255,.18); pointer-events: none; }
.book-cover img { width: 100%; height: 100%; object-fit: cover; }
.book-copy { min-width: 0; }
.book-copy h2 { font: 600 clamp(2.8rem, 4.5vw, 5rem)/1.03 "Playfair Display"; letter-spacing: -.04em; margin: 32px 0; max-width: 620px; overflow-wrap: break-word; }
.book-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); line-height: 1.8; max-width: 530px; }
.book-copy blockquote { border-left: 1px solid var(--cream); padding-left: 24px; margin: 38px 0; max-width: 490px; color: var(--cream); font: italic 1.15rem/1.6 "Playfair Display"; }
.book-description { max-width: 590px; margin-bottom: 38px; color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.75; }
.book-description p { margin: 0 0 18px; }
.book-description strong { color: var(--cream); font-weight: 600; }

.contact { background: var(--cream); padding: 9vw 8vw; }
.contact-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; margin-top: 5vw; }
.contact h2 { font: 600 clamp(3.1rem, 6vw, 7rem)/.98 "Playfair Display"; letter-spacing: -.055em; margin: 0; }
.contact-row > div p { line-height: 1.7; margin: 0 0 30px; }
.social-links { display: flex; gap: 12px; margin-top: 18px; }
.social-links a { min-width: 160px; padding: 14px 16px; border: 1px solid rgba(61,30,0,.25); display: flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.social-links a:hover { background: var(--brown); color: var(--white); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.social-links svg .fill { fill: currentColor; stroke: none; }
.social-links i { margin-left: auto; font-style: normal; }
footer { background: var(--black); color: rgba(255,255,255,.72); padding: 34px 5.5vw; display: flex; align-items: center; justify-content: space-between; font-size: .65rem; }
footer .brand { color: white; }
.footer-logo img { width: 130px; height: 42px; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: white; }

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

@media (max-width: 1100px) and (min-width: 801px) {
  .hero { grid-template-columns: 56% 44%; }
  .hero-copy { padding-left: 6vw; padding-right: 3vw; }
  .hero h1 { font-size: clamp(3.5rem, 6.7vw, 5.2rem); }
  .manifesto { grid-template-columns: 14% 86%; padding-left: 5vw; padding-right: 5vw; }
  .about-details { grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 4vw; }
  .book { padding: 9vw 6vw; gap: 6vw; grid-template-columns: .85fr 1.15fr; }
  .book-art { height: 500px; }
  .book-art::before { width: 360px; height: 360px; }
  .book-cover { width: 270px; }
  .book-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4rem); }
  .contact-row { grid-template-columns: 1.1fr .9fr; gap: 6vw; }
  .social-links { flex-direction: column; }
}

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 22px; }
  .brand-logo img { width: 145px; height: 42px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; z-index: 12; }
  .menu-toggle span { width: 24px; height: 1px; background: white; transition: transform .3s, opacity .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; z-index: 11; background: var(--brown-deep); flex-direction: column; justify-content: center; gap: 28px; font: 2rem "Playfair Display"; transform: translateY(-102%); visibility: hidden; pointer-events: none; transition: transform .35s, visibility .35s; }
  .nav.open { transform: translateY(0); visibility: visible; pointer-events: auto; }
  .nav-cta { font-size: 1.2rem; padding: 14px 24px; }
  .hero { display: block; min-height: auto; }
  .hero-copy { padding: 118px 24px 58px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 5.5rem); line-height: .96; margin: 30px 0 25px; }
  .hero-intro { font-size: 1rem; line-height: 1.6; }
  .hero-actions { margin-top: 34px; flex-wrap: wrap; gap: 24px; }
  .hero-visual { position: relative; width: 100%; height: clamp(360px, 62vh, 520px); opacity: .9; }
  .photo-frame img { object-position: 52% 36%; }
  .photo-frame::after { background: linear-gradient(180deg, var(--brown) 0%, transparent 38%), linear-gradient(0deg, rgba(0,0,0,.38), transparent); }
  .scroll-cue, .vertical-note { display: none; }
  .manifesto { padding: 76px 24px 84px; display: block; }
  .section-number { margin-bottom: 34px; padding-top: 0; }
  .quote-mark { font-size: 5rem; margin-bottom: -30px; }
  .manifesto h2 { font-size: clamp(2.25rem, 10.5vw, 3.5rem); line-height: 1.08; }
  .about-details { grid-template-columns: 1fr; gap: 38px; margin-top: 50px; }
  .about-photo img { aspect-ratio: 1.1 / 1; }
  .about-grid { grid-template-columns: 1fr; gap: 10px; }
  .book { min-height: 0; padding: 78px 24px 82px; grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .book-art { height: 455px; }
  .book-art::before { width: 300px; height: 300px; }
  .book-cover { width: min(245px, 72vw); }
  .book-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); margin: 25px 0 30px; }
  .book-description { font-size: .94rem; line-height: 1.75; }
  .book-description p { margin-bottom: 22px; }
  .contact { padding: 85px 24px; }
  .contact-row { grid-template-columns: 1fr; gap: 45px; }
  .social-links { flex-direction: column; }
  .social-links a { width: 100%; }
  footer { padding: 35px 24px; flex-direction: column; gap: 28px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 420px) {
  .site-header { padding: 0 16px; }
  .brand-logo img { width: 132px; }
  .hero-copy { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: clamp(2.85rem, 13.5vw, 3.55rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; justify-content: space-between; }
  .manifesto, .book, .contact { padding-left: 18px; padding-right: 18px; }
  .about-photo figcaption { flex-direction: column; gap: 5px; }
  .book-art { height: 420px; }
  .book-art::before { width: 260px; height: 260px; }
  .contact h2 { font-size: clamp(2.8rem, 14vw, 3.8rem); }
  .contact h2 br { display: none; }
}

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