/* =====================================================================
   Bruce Neckels — Author Website
   A literary, editorial design system
   Palette: ink + parchment + oxblood + muted navy + antique gold
   ===================================================================== */

:root {
  /* Colors */
  --ink:        #1b1714;
  --ink-soft:   #2d2722;
  --ink-mute:   #5b5147;
  --paper:      #f6f0e4;
  --paper-2:    #efe6d4;
  --cream:      #fcf9f2;
  --line:       #e2d7c2;
  --oxblood:    #8a2417;
  --oxblood-dk: #6b1810;
  --navy:       #2a3a52;
  --gold:       #b3904f;
  --gold-soft:  #cbac74;

  /* Typography */
  --serif: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Rhythm */
  --maxw: 1200px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 4px;
  --shadow-sm: 0 2px 10px rgba(27,23,20,.08);
  --shadow-md: 0 16px 40px -12px rgba(27,23,20,.28);
  --shadow-lg: 0 40px 80px -24px rgba(27,23,20,.45);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* Paper grain background */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  opacity: .5;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(179,144,79,.06), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(42,58,82,.05), transparent 45%);
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }
.eyebrow {
  font-family: var(--sans);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--oxblood);
  display: inline-flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 2.2rem; height: 1px; background: var(--oxblood); opacity: .6; }
.eyebrow.center::after { content: ""; width: 2.2rem; height: 1px; background: var(--oxblood); opacity: .6; }

.lead { font-size: clamp(1.12rem, 2vw, 1.3rem); color: var(--ink-soft); line-height: 1.6; }
.display-serif { font-family: var(--display); font-weight: 500; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); position: relative; z-index: 1; }
.section { padding-block: clamp(4rem, 9vw, 8rem); position: relative; z-index: 1; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.bg-cream { background: var(--cream); }
.bg-ink { background: var(--ink); color: var(--paper); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: var(--cream); }
.bg-paper2 { background: var(--paper-2); }

.center { text-align: center; }
.section-head { max-width: 56ch; margin-inline: auto; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); margin-top: 1rem; }
.section-head p { margin-top: 1.1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.8rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  letter-spacing: .02em;
  border-radius: 100px; border: 1.5px solid transparent;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
  will-change: transform;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn--primary { background: var(--oxblood); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--oxblood-dk); transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(138,36,23,.55); }
.btn--ghost { border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); transform: translateY(-3px); }
.btn--light { border-color: rgba(252,249,242,.5); color: var(--cream); }
.btn--light:hover { background: var(--cream); color: var(--ink); transform: translateY(-3px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-3px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding-block: 1.1rem;
}
.site-header.scrolled {
  background: rgba(246,240,228,.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 8px 30px -20px rgba(27,23,20,.4);
  padding-block: .6rem;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand img { height: 42px; width: auto; transition: height .4s var(--ease); }
.site-header.scrolled .brand img { height: 34px; }
.nav-links { display: flex; align-items: center; gap: 2.1rem; list-style: none; }
.nav-links a {
  font-size: .9rem; font-weight: 500; letter-spacing: .03em;
  color: var(--ink-soft); position: relative; padding-block: .3rem;
  transition: color .3s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--oxblood); transition: width .35s var(--ease);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--oxblood); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-cta { margin-left: .5rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: .4rem; z-index: 110; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(8rem, 16vh, 11rem); padding-bottom: clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.04; }
.hero-copy h1 em { font-family: var(--display); font-style: italic; font-weight: 500; color: var(--oxblood); }
.hero-copy .lead { margin-top: 1.6rem; max-width: 44ch; }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-meta { margin-top: 2.6rem; display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero-meta .stat .num { font-family: var(--serif); font-size: 2rem; color: var(--oxblood); line-height: 1; }
.hero-meta .stat .lbl { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); margin-top: .35rem; }

.hero-art { position: relative; }
.hero-portrait {
  position: relative; border-radius: 6px; overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%;
  filter: saturate(1.02) contrast(1.02);
}
.hero-cover {
  position: absolute; right: -6%; bottom: -8%; width: 42%;
  border-radius: 3px; box-shadow: var(--shadow-md);
  transform: rotate(4deg); transition: transform .6s var(--ease);
  border: 1px solid rgba(0,0,0,.1);
}
.hero-art:hover .hero-cover { transform: rotate(0deg) translateY(-6px); }
.hero-badge {
  position: absolute; left: -5%; top: 8%;
  background: var(--cream); color: var(--ink);
  border-radius: 100px; padding: .6rem 1.1rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .5rem;
}
.hero-badge .dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--oxblood); }

/* ---------- Feature Book block ---------- */
.book-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.book-feature .cover-stack { position: relative; }
.book-feature .cover-stack img {
  border-radius: 3px; box-shadow: var(--shadow-lg); width: 100%;
  border: 1px solid rgba(0,0,0,.12);
}
.book-feature .cover-stack::after {
  content: ""; position: absolute; inset: 0; transform: translate(18px,18px) rotate(-3deg);
  background: linear-gradient(135deg, var(--paper-2), var(--line)); z-index: -1; border-radius: 3px;
}
.book-feature h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.book-sub { font-family: var(--display); font-style: italic; font-size: 1.25rem; color: var(--ink-mute); margin-top: .4rem; }
.book-feature p { margin-top: 1.3rem; }
.book-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.tag { font-size: .8rem; letter-spacing: .04em; padding: .4rem .9rem; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-mute); background: var(--cream); }
.book-feature .hero-actions { margin-top: 2rem; }

/* ---------- Cards / highlights ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; margin-top: 3rem; }
.card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.card .ico {
  width: 3rem; height: 3rem; border-radius: 50%; display: grid; place-items: center;
  background: rgba(138,36,23,.08); color: var(--oxblood); margin-bottom: 1.1rem;
}
.card .ico svg { width: 1.4rem; height: 1.4rem; }
.card h3 { font-size: 1.3rem; }
.card p { margin-top: .6rem; color: var(--ink-mute); font-size: .98rem; }

/* ---------- Timeline ---------- */
.timeline { max-width: 760px; margin: 3rem auto 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 9px; top: .4rem; bottom: .4rem; width: 2px; background: linear-gradient(var(--gold), var(--line)); }
.tl-item { position: relative; padding-left: 3rem; padding-bottom: 2.6rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: 2px; top: .35rem; width: 16px; height: 16px;
  border-radius: 50%; background: var(--cream); border: 3px solid var(--oxblood);
}
.tl-item .yr { font-family: var(--serif); font-size: 1.05rem; color: var(--oxblood); font-weight: 600; }
.tl-item h3 { font-size: 1.25rem; margin-top: .2rem; }
.tl-item p { margin-top: .4rem; color: var(--ink-mute); }

/* ---------- Quote / testimonial ---------- */
.quote-block { max-width: 820px; margin-inline: auto; text-align: center; }
.quote-block .mark { font-family: var(--display); font-size: 5rem; line-height: .5; color: var(--gold); opacity: .6; }
.quote-block blockquote { font-family: var(--display); font-weight: 500; font-style: italic; font-size: clamp(1.4rem, 3.2vw, 2.1rem); line-height: 1.4; color: var(--cream); }
.bg-ink .quote-block blockquote { color: var(--cream); }
.quote-cite { margin-top: 1.6rem; font-size: .9rem; letter-spacing: .04em; color: var(--gold-soft); }
.quote-cite strong { color: var(--cream); display: block; font-family: var(--serif); font-size: 1.05rem; letter-spacing: 0; }

.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.6rem; margin-top: 3rem; }
.review {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; position: relative;
}
.review .stars { color: var(--gold); letter-spacing: .15em; font-size: 1rem; }
.review p { margin-top: 1rem; font-family: var(--display); font-style: italic; font-size: 1.18rem; line-height: 1.5; color: var(--ink-soft); }
.review .who { margin-top: 1.4rem; font-size: .85rem; letter-spacing: .03em; color: var(--ink-mute); }
.review .who strong { display: block; font-family: var(--serif); font-style: normal; color: var(--ink); font-size: 1rem; }

/* ---------- Split / story rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: 5px; box-shadow: var(--shadow-md); width: 100%; }
.split-media figcaption { margin-top: .8rem; font-size: .85rem; color: var(--ink-mute); font-style: italic; }
.split-copy h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
.split-copy p { margin-top: 1.1rem; }
.split-copy p + p { margin-top: 1rem; }

/* ---------- Gallery ---------- */
.gallery { columns: 3 260px; column-gap: 1.1rem; margin-top: 2.5rem; }
.gallery figure {
  break-inside: avoid; margin-bottom: 1.1rem; position: relative; overflow: hidden;
  border-radius: 5px; box-shadow: var(--shadow-sm); cursor: zoom-in; background: var(--ink);
}
.gallery img { width: 100%; transition: transform .7s var(--ease), opacity .4s; }
.gallery figure:hover img { transform: scale(1.05); opacity: .85; }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem 1rem .9rem;
  background: linear-gradient(transparent, rgba(20,16,12,.85));
  color: var(--cream); font-size: .82rem; letter-spacing: .02em;
  opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(16,13,10,.94); padding: 4vmin;
  align-items: center; justify-content: center; flex-direction: column;
  opacity: 0; transition: opacity .35s var(--ease);
}
.lightbox.open { display: flex; opacity: 1; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 4px; box-shadow: var(--shadow-lg); }
.lightbox .cap { color: var(--paper); margin-top: 1.1rem; font-size: .95rem; font-style: italic; max-width: 60ch; text-align: center; }
.lightbox-close { position: absolute; top: 4vmin; right: 5vmin; background: none; border: 0; color: var(--paper); font-size: 2.4rem; line-height: 1; opacity: .8; }
.lightbox-close:hover { opacity: 1; }

/* ---------- Rating summary ---------- */
.rating-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(1.5rem, 5vw, 4rem); text-align: center;
  padding: 2.2rem clamp(1.5rem,5vw,3rem); margin-top: 1rem;
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: var(--shadow-sm); max-width: 760px; margin-inline: auto;
}
.rating-summary .big { font-family: var(--serif); font-size: clamp(3rem,8vw,4.4rem); line-height: 1; color: var(--oxblood); }
.rating-summary .stars-row { color: var(--gold); font-size: 1.4rem; letter-spacing: .12em; margin-top: .3rem; }
.rating-summary .sub { font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); margin-top: .5rem; }
.rating-summary .divider { width: 1px; align-self: stretch; background: var(--line); }
.rating-summary .pill { font-size: .9rem; color: var(--ink-soft); }
.rating-summary .pill strong { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--ink); }

/* ---------- Reviews masonry ---------- */
.reviews-masonry { columns: 3 320px; column-gap: 1.5rem; margin-top: 3rem; }
.review-card {
  break-inside: avoid; margin-bottom: 1.5rem;
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
  padding: 1.8rem; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.review-card .stars { color: var(--gold); letter-spacing: .12em; font-size: 1.05rem; }
.review-card-title { font-size: 1.2rem; margin-top: .7rem; line-height: 1.25; }
.review-card-body { margin-top: .9rem; font-size: .97rem; color: var(--ink-soft); line-height: 1.6; }
.review-card-foot { margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .82rem; color: var(--ink-mute); }
.review-card-foot strong { display: block; font-family: var(--serif); color: var(--ink); font-size: 1rem; }
.review-card-foot .verified { color: var(--oxblood); font-weight: 600; }
@media (max-width: 760px) { .reviews-masonry { columns: 1; } .rating-summary .divider { display: none; } }

/* ---------- Pull quote / band ---------- */
.band { background: var(--ink); color: var(--paper); }
.band-flag { height: 4px; background: linear-gradient(90deg, var(--navy) 0 33%, var(--cream) 33% 66%, var(--oxblood) 66% 100%); }

/* ---------- Excerpt ---------- */
.excerpt {
  max-width: 720px; margin-inline: auto;
  font-family: var(--display); font-size: clamp(1.2rem,2.4vw,1.5rem); line-height: 1.7; color: var(--ink-soft);
}
.excerpt p { margin-top: 1.3rem; }
.excerpt .dropcap::first-letter {
  font-family: var(--serif); font-size: 3.6em; float: left; line-height: .8;
  padding: .05em .12em 0 0; color: var(--oxblood); font-weight: 600;
}

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(2rem,5vw,3.4rem); color: var(--cream); }
.cta-band p { color: rgba(252,249,242,.78); max-width: 52ch; margin: 1.2rem auto 0; }
.cta-band .hero-actions { justify-content: center; margin-top: 2.2rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { padding-top: clamp(9rem, 18vh, 13rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); position: relative; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
.page-hero .lead { margin-top: 1.2rem; max-width: 56ch; }
.breadcrumb { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 1.2rem; }
.breadcrumb a:hover { color: var(--oxblood); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .5rem; }
.field input, .field textarea {
  width: 100%; padding: .9rem 1.1rem; font: inherit; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--radius);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--oxblood); box-shadow: 0 0 0 4px rgba(138,36,23,.1); }
.field textarea { min-height: 160px; resize: vertical; }
.contact-info .info-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.contact-info .info-item:last-child { border-bottom: 0; }
.contact-info .info-item .ico { color: var(--oxblood); flex-shrink: 0; margin-top: .2rem; }
.contact-info .info-item h3 { font-size: 1.1rem; }
.contact-info .info-item p { color: var(--ink-mute); font-size: .96rem; }
.form-note { font-size: .85rem; color: var(--ink-mute); margin-top: .5rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(246,240,228,.7); padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(246,240,228,.12); }
.footer-brand h3 { font-family: var(--serif); color: var(--cream); font-size: 1.5rem; }
.footer-brand p { margin-top: 1rem; max-width: 38ch; font-size: .95rem; }
.footer-col h4 { font-family: var(--sans); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .7rem; }
.footer-col a { color: rgba(246,240,228,.7); font-size: .95rem; transition: color .3s; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.8rem; font-size: .85rem; color: rgba(246,240,228,.5); }
.footer-bottom a:hover { color: var(--cream); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-art { max-width: 440px; margin-inline: auto; width: 100%; }
  .book-feature { grid-template-columns: 1fr; }
  .book-feature .cover-stack { max-width: 320px; margin-inline: auto; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.8rem; padding: 4rem 2.4rem;
    background: var(--cream); box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .45s var(--ease);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.25rem; font-family: var(--serif); color: var(--ink); }
  .nav-cta { margin-left: 0; }
  .hero-meta { gap: 1.6rem; }
  .gallery { columns: 2 150px; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .hero-meta .stat .num { font-size: 1.6rem; }
  .gallery { columns: 1; }
}
