/* ============================================
   FLORA PEMBERTON — Fantasy Regency Author
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Pinyon+Script&family=Petit+Formal+Script&display=swap');

:root {
  --parchment: #f6ecd7;
  --parchment-light: #fbf4e2;
  --parchment-dark: #ead9b5;
  --cream: #fdf8ec;
  --rose: #c97a7c;
  --rose-deep: #a85354;
  --rose-soft: #e5b7b1;
  --burgundy: #6f2a2c;
  --gold: #b68c47;
  --gold-light: #d9b674;
  --gold-deep: #8a6a32;
  --sage: #8a9a7a;
  --ink: #3f2e22;
  --ink-soft: #5a4432;

  --font-display: 'Cinzel', 'Cormorant Garamond', serif;
  --font-serif: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --font-script: 'Pinyon Script', 'Petit Formal Script', cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--parchment);
  background-image:
    radial-gradient(ellipse at 20% 10%, rgba(234, 217, 181, 0.4), transparent 50%),
    radial-gradient(ellipse at 85% 90%, rgba(229, 183, 177, 0.25), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.6  0 0 0 0 0.45  0 0 0 0 0.25  0 0 0 0.06 0'/></filter><rect width='400' height='400' filter='url(%23n)'/></svg>");
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--burgundy); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--rose-deep); }

/* ---- Typography ---- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; color: var(--ink); letter-spacing: 0.04em; }
.script { font-family: var(--font-script); font-weight: 400; font-style: normal; color: var(--rose-deep); letter-spacing: 0.01em; }

/* ============================================
   LAYOUT
   ============================================ */
.page {
  max-width: 1300px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(253, 248, 236, 0.6), rgba(246, 236, 215, 0.2) 40%, rgba(253, 248, 236, 0.6)),
    var(--parchment);
  box-shadow: 0 0 60px rgba(111, 42, 44, 0.15);
  position: relative;
  overflow: hidden;
}

/* ============================================
   NAVBAR
   ============================================ */
.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 22px 42px;
  background: var(--parchment);
  border-bottom: 1px solid rgba(182, 140, 71, 0.25);
  position: relative;
}
.nav::after {
  content: '';
  position: absolute; left: 42px; right: 42px; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 140, 71, 0.5), transparent);
}

.brand { display: flex; align-items: center; gap: 16px; }
.brand-seal {
  width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.brand-seal img { width: 100%; height: 100%; object-fit: contain; }

.brand-name {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.18em;
  color: var(--ink);
  line-height: 1;
}
.brand-tag {
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--gold-deep);
  margin-top: 6px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 42px;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  text-transform: uppercase;
  position: relative;
  padding: 6px 2px;
}
.nav-links a.active, .nav-links a:hover { color: var(--burgundy); }
.nav-links a.active::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.nav-dragon {
  width: 100px; height: 100px;
  display: flex; align-items: center; justify-content: center;
}
.nav-dragon img { width: 100%; height: 100%; object-fit: contain; }

/* ============================================
   FLORAL CORNER DECOR
   ============================================ */
.floral-edge {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  padding: 50px 80px;
  overflow: hidden;
  background: var(--parchment);
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 58%;
  background: url('../images/flora-hero.jpg') center right / cover no-repeat;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 36%; width: 22%;
  background: linear-gradient(90deg, var(--parchment) 0%, rgba(246,236,215,0.85) 35%, rgba(246,236,215,0) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 40px 0 0 0;
  margin-left: -10px;
  max-width: 480px;
  text-align: center;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.hero h1 .line { display: block; }
.hero h1 .line-script {
  font-family: var(--font-script);
  font-size: 64px;
  color: var(--rose-deep);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 10px;
}

.divider {
  display: flex; align-items: center; justify-content: center;
  margin: 28px 0;
}
.divider-center { justify-content: center; }
.divider-ornament {
  display: inline-block;
  width: 280px; height: 28px;
  background: url('../images/flourish.png') center / contain no-repeat;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}
.divider-flourish {
  width: 100%;
  max-width: 460px;
  height: 28px;
  background: url('../images/flourish.png') center / contain no-repeat;
  margin: 20px auto;
}

.hero-lede {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-soft);
  font-style: italic;
  max-width: 380px;
  margin: 0 auto 36px;
}

.btn {
  display: inline-block;
  padding: 14px 34px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--parchment-light);
  background: linear-gradient(180deg, var(--rose) 0%, var(--rose-deep) 100%);
  border: 1px solid var(--gold);
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(111, 42, 44, 0.25), inset 0 1px 0 rgba(255,255,255,0.2);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(111, 42, 44, 0.35); color: #fff; }

.btn-ghost {
  background: transparent;
  color: var(--burgundy);
  border: 1px solid var(--gold);
  box-shadow: none;
  padding: 11px 28px;
}
.btn-ghost:hover { background: rgba(201, 122, 124, 0.1); color: var(--burgundy); }

/* Wax seal decorative element */
.wax-seal {
  position: absolute;
  right: 48px; bottom: 60px;
  width: 110px; height: 110px;
  background: url('../images/fp-wax-seal.jpg') center / cover no-repeat;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(111, 42, 44, 0.35);
  z-index: 3;
  transform: rotate(-5deg);
}

/* ============================================
   FLORAL SIDE DECOR
   ============================================ */
.floral-edge.floral-left {
  position: absolute;
  top: -10px; left: -14px;
  height: 105%;
  width: 150px;
  object-fit: contain;
  object-position: top left;
  pointer-events: none;
  z-index: 3;
  opacity: 0.95;
}

/* ============================================
   ABOUT BAND
   ============================================ */
.about-band {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 70px 80px;
  background: linear-gradient(180deg, var(--parchment-light), var(--parchment) 60%, var(--parchment-light));
  border-top: 1px solid rgba(182, 140, 71, 0.25);
  border-bottom: 1px solid rgba(182, 140, 71, 0.25);
  position: relative;
}

.about-medallion {
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fdf4e0, #ead9b5 60%, #c7a87a);
  border: 3px double var(--gold);
  box-shadow: 0 6px 18px rgba(138, 106, 50, 0.25), inset 0 0 22px rgba(182, 140, 71, 0.18);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.about-medallion::before {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(182, 140, 71, 0.5);
  border-radius: 50%;
}
.about-medallion svg { width: 75%; height: 75%; }

.about-copy { text-align: center; padding: 0 10px; }
.about-copy h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: 0.02em;
  font-family: var(--font-serif);
  font-style: italic;
  margin-bottom: 0;
}
.about-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  font-style: italic;
  margin: 18px 0 28px;
}

.parchment-note {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'><defs><filter id='r'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.88  0 0 0 0 0.76  0 0 0 0 0.55  0 0 0 0.3 0'/></filter></defs><rect width='300' height='220' fill='%23f0e2c0'/><rect width='300' height='220' filter='url(%23r)'/></svg>") center / cover;
  padding: 34px 36px 40px;
  box-shadow: 4px 6px 14px rgba(111, 42, 44, 0.15), inset 0 0 30px rgba(138, 106, 50, 0.12);
  transform: rotate(1.5deg);
  position: relative;
  font-family: var(--font-script);
  font-size: 26px;
  line-height: 1.35;
  color: var(--burgundy);
  text-align: center;
  border: 1px solid rgba(182, 140, 71, 0.25);
}
.parchment-note::after {
  content: '';
  position: absolute;
  right: -16px; bottom: -12px;
  width: 50px; height: 50px;
  background: url('../images/fp-wax-seal.jpg') center / cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(111,42,44,0.3);
  transform: rotate(8deg);
}
.parchment-note .signoff {
  display: block;
  font-size: 22px;
  margin-top: 10px;
  color: var(--rose-deep);
}

/* ============================================
   BOOKS
   ============================================ */
.books {
  padding: 80px 80px 90px;
  text-align: center;
  position: relative;
}
.books h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 10px;
}
.books .subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ink-soft);
  margin-bottom: 50px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1040px;
  margin: 0 auto;
}
.book {
  transition: transform 0.3s ease;
}
.book:hover { transform: translateY(-8px) rotate(-0.5deg); }
.book-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 2px;
  box-shadow: 0 10px 26px rgba(111, 42, 44, 0.25), 0 2px 6px rgba(111,42,44,0.2);
  overflow: hidden;
  position: relative;
  background: #f6ecd7;
}
.book-cover img,
.book-cover svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.book-title-caption {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--ink-soft);
  text-transform: uppercase;
}

.view-all {
  margin-top: 50px;
}
.view-all a {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--rose-deep);
  text-transform: uppercase;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}
.view-all a:hover { color: var(--burgundy); }

/* ============================================
   NEWSLETTER BAND
   ============================================ */
.newsletter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 40px 80px;
  background: linear-gradient(180deg, var(--rose-soft), #d79995);
  color: #fdf8ec;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(253,248,236,0.15), transparent 40%),
    radial-gradient(ellipse at 85% 50%, rgba(111,42,44,0.1), transparent 40%);
  pointer-events: none;
}
.newsletter-icon {
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fbeadb, #f0cec3 60%, #d39689);
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
  box-shadow: 0 6px 16px rgba(111,42,44,0.25);
  flex-shrink: 0;
  z-index: 1;
}
.newsletter-copy { z-index: 1; }
.newsletter-copy h3 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-style: italic;
  color: #fdf8ec;
  font-weight: 500;
  margin-bottom: 6px;
}
.newsletter-copy p {
  font-size: 15px;
  font-style: italic;
  color: rgba(253, 248, 236, 0.92);
  max-width: 360px;
}
.newsletter-form {
  display: flex;
  align-items: stretch;
  background: var(--parchment-light);
  border: 1px solid var(--gold);
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(111,42,44,0.2);
}
.newsletter-form input {
  border: none;
  background: transparent;
  padding: 14px 20px;
  font-family: var(--font-serif);
  font-size: 16px;
  font-style: italic;
  color: var(--ink-soft);
  min-width: 240px;
  outline: none;
}
.newsletter-form button {
  border: none;
  border-left: 1px solid var(--gold);
  padding: 0 28px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--parchment-light);
  background: linear-gradient(180deg, var(--rose) 0%, var(--rose-deep) 100%);
  cursor: pointer;
  transition: filter 0.2s;
}
.newsletter-form button:hover { filter: brightness(1.08); }

/* ============================================
   FOOTER
   ============================================ */
footer {
  padding: 30px 80px 40px;
  text-align: center;
  background: var(--parchment-light);
  position: relative;
}
.footer-nav {
  display: flex; justify-content: center; gap: 36px;
  list-style: none;
  margin-bottom: 18px;
}
.footer-nav a {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.socials {
  display: flex; justify-content: center; gap: 26px;
  margin: 12px 0 18px;
}
.socials a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(182, 140, 71, 0.4);
  border-radius: 50%;
  color: var(--burgundy);
  transition: all 0.2s;
}
.socials a:hover {
  background: var(--burgundy);
  color: var(--parchment-light);
  border-color: var(--burgundy);
}
.copyright {
  font-size: 12px;
  color: var(--ink-soft);
  font-style: italic;
  letter-spacing: 0.08em;
}

/* ============================================
   SUBPAGE HEADER
   ============================================ */
.page-header {
  padding: 70px 80px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(182, 140, 71, 0.3);
  background: linear-gradient(180deg, var(--parchment-light), var(--parchment));
  position: relative;
}
.page-header h1 {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 6px;
}
.page-header .sub {
  font-family: var(--font-script);
  font-size: 32px;
  color: var(--rose-deep);
}

.content-block {
  padding: 60px 80px;
  max-width: 900px;
  margin: 0 auto;
}
.content-block p {
  font-size: 19px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 1.1em;
}
.content-block p:first-letter {
  font-family: var(--font-display);
  font-size: 48px;
  float: left;
  line-height: 1;
  padding: 4px 10px 0 0;
  color: var(--burgundy);
}
.content-block p + p:first-letter { font-size: inherit; float: none; padding: 0; color: inherit; font-family: inherit; }

.content-block h3 {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: 0.08em;
  color: var(--burgundy);
  margin: 32px 0 14px;
  text-align: center;
}

/* books page grid */
.books-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 60px 80px;
}
.book-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: start;
  padding: 24px;
  background: linear-gradient(180deg, var(--parchment-light), var(--parchment));
  border: 1px solid rgba(182, 140, 71, 0.25);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(111,42,44,0.08);
}
.book-card .book-cover { aspect-ratio: 2/3; }
.book-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--burgundy);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.book-card .book-sub {
  font-family: var(--font-script);
  font-size: 20px;
  color: var(--rose-deep);
  margin-bottom: 12px;
}
.book-card p { font-size: 16px; line-height: 1.6; color: var(--ink-soft); font-style: italic; }

/* world + journal + contact */
.world-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 60px 80px;
}
.world-card {
  padding: 28px;
  background: linear-gradient(180deg, var(--parchment-light), var(--parchment));
  border: 1px solid rgba(182, 140, 71, 0.3);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(111,42,44,0.08);
}
.world-card .icon {
  font-size: 44px;
  color: var(--rose-deep);
  margin-bottom: 14px;
}
.world-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--burgundy);
  margin-bottom: 10px;
}
.world-card p { font-size: 15px; color: var(--ink-soft); font-style: italic; line-height: 1.6; }

.journal-list {
  padding: 40px 80px 60px;
  max-width: 900px;
  margin: 0 auto;
}
.journal-entry {
  padding: 26px 0;
  border-bottom: 1px dashed rgba(182, 140, 71, 0.45);
}
.journal-entry:last-child { border-bottom: none; }
.journal-entry .date {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 6px;
}
.journal-entry h3 {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--burgundy);
  margin-bottom: 10px;
}
.journal-entry p { font-size: 17px; font-style: italic; color: var(--ink-soft); }

.contact-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.contact-form .field { margin-bottom: 20px; }
.contact-form label {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: var(--parchment-light);
  border: 1px solid rgba(182, 140, 71, 0.5);
  border-radius: 3px;
  padding: 12px 14px;
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--rose-deep); }
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form .actions { text-align: center; margin-top: 14px; }

/* ============================================
   RESPONSIVE
   ============================================ */
/* Mobile portrait image - hidden on desktop, shown stacked on mobile */
.hero-portrait-mobile { display: none; }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr; gap: 10px; padding: 18px 22px; text-align: center; }
  .brand { justify-content: center; }
  .nav-links { flex-wrap: wrap; gap: 18px; justify-content: center; }
  .nav-dragon { display: none; }

  /* Hero — simple stacked column: text on top, portrait below */
  .hero {
    display: block !important;
    grid-template-columns: none;
    padding: 40px 20px 0;
    min-height: 0;
    background: var(--parchment);
  }
  .hero::before,
  .hero::after { display: none !important; }
  .floral-edge.floral-left {
    left: -8px; top: -8px;
    height: auto;
    max-height: 42%;
    width: 68px;
    opacity: 0.9;
    z-index: 4;
  }
  .floral-edge.floral-right { display: none !important; }

  .hero-copy {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 10px 0 0;
    max-width: 100%;
    text-align: center;
  }
  .hero h1 { font-size: 44px; }
  .hero h1 .line-script { font-size: 40px; }
  .hero-lede { font-size: 17px; }

  .hero-portrait-mobile {
    display: block;
    width: calc(100% + 40px);
    height: 420px;
    margin: 30px -20px 0;
    object-fit: cover;
    object-position: 42% 18%;
  }

  /* Center the teacup dragon icon in the newsletter band on mobile */
  .newsletter-icon { margin: 0 auto; }

  .about-band { grid-template-columns: 1fr; gap: 32px; padding: 50px 26px; text-align: center; }
  .books { padding: 50px 26px; }
  .book-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .newsletter { grid-template-columns: 1fr; padding: 32px 26px; text-align: center; }
  .newsletter-form { margin: 0 auto; flex-direction: column; }
  .newsletter-form input { width: 100%; border: none; border-bottom: 1px solid var(--gold); text-align: center; }
  .newsletter-form button { border-left: none; border-top: 1px solid var(--gold); padding: 12px; }
  .content-block, .books-page-grid, .world-grid, .journal-list, .page-header { padding-left: 26px; padding-right: 26px; }
  .books-page-grid { grid-template-columns: 1fr; }
  .book-card { grid-template-columns: 140px 1fr; gap: 18px; padding: 18px; }
  .world-grid { grid-template-columns: 1fr; }
  .page-header h1 { font-size: 40px; }
  .page-header .sub { font-size: 26px; }
  footer { padding: 24px; }
  .footer-nav { flex-wrap: wrap; gap: 18px; }

  /* About page grid collapse */
  .about-band + div[style*="grid-template-columns"],
  div[style*="grid-template-columns:1fr 1.4fr"],
  div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 40px 26px !important;
  }

  /* About page "favourite things" 4-col card grid */
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Phone-specific refinements */
@media (max-width: 500px) {
  .brand-seal { width: 60px; height: 60px; }
  .brand-name { font-size: 20px; }
  .brand-tag { font-size: 9px; letter-spacing: 0.24em; }
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 12px; letter-spacing: 0.18em; }

  .hero h1 { font-size: 38px; }
  .hero h1 .line-script { font-size: 34px; }
  .hero-lede { font-size: 16px; }
  .hero-lede br { display: none; }
  .hero-portrait-mobile { max-height: 420px; }

  .books h2, .page-header h1 { font-size: 34px; }
  .about-copy h2 { font-size: 26px; }

  .book-card { grid-template-columns: 1fr; text-align: center; }
  .book-card .book-cover { max-width: 200px; margin: 0 auto; }

  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
  }
}
