:root {
  --forest: #344234;
  --forest-deep: #243127;
  --moss: #66705a;
  --sage: #9aa38b;
  --heather: #6f5d70;
  --burgundy: #6c3537;
  --wine: #4f292b;
  --antique-gold: #b18b55;
  --gold-pale: #d7bf94;
  --ink: #302f2a;
  --ink-soft: #5e5b52;
  --parchment: #f4efe4;
  --cream: #fbf8f0;
  --paper: #eee6d7;
  --line: rgba(67, 61, 48, .18);
  --shadow: 0 22px 60px rgba(47, 43, 35, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--parchment);
  background-image:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.62), transparent 25%),
    radial-gradient(circle at 82% 56%, rgba(112,93,112,.055), transparent 28%),
    repeating-linear-gradient(0deg, rgba(67,61,48,.018) 0, rgba(67,61,48,.018) 1px, transparent 1px, transparent 4px);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.tartan-ribbon {
  height: 8px;
  background-color: var(--forest-deep);
  background-image:
    linear-gradient(90deg, transparent 0 19%, rgba(177,139,85,.58) 19% 21%, transparent 21% 48%, rgba(108,53,55,.78) 48% 54%, transparent 54% 79%, rgba(177,139,85,.58) 79% 81%, transparent 81%),
    linear-gradient(0deg, transparent 0 30%, rgba(255,255,255,.10) 30% 42%, transparent 42% 67%, rgba(111,93,112,.55) 67% 76%, transparent 76%);
  background-size: 130px 100%, 100% 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - 1160px) / 2));
  background: rgba(247, 242, 232, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(52,66,52,.22);
  box-shadow: 0 5px 18px rgba(48,47,42,.04);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 1px solid var(--antique-gold); border-radius: 50%;
  outline: 1px solid rgba(177,139,85,.28); outline-offset: 4px;
  font: 600 15px/1 Georgia, serif; letter-spacing: .08em; color: var(--burgundy);
  background: rgba(255,255,255,.34);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.13; }
.brand-copy strong { font: 500 20px/1.2 Georgia, serif; letter-spacing: .025em; color: var(--forest-deep); }
.brand-copy small { margin-top: 5px; letter-spacing: .055em; font-size: 10px; color: #716d63; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .08em; color: var(--forest-deep); }
.site-nav a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: -7px; height: 1px; background: var(--burgundy); transition: left .18s ease, right .18s ease; }
.site-nav a:hover::after { left: 0; right: 0; }
.menu-button { display: none; border: 1px solid var(--line); background: var(--cream); padding: 8px 12px; font-family: inherit; color: var(--forest-deep); }

.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.hero-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(251,248,240,.96), rgba(244,239,228,.88)),
    repeating-linear-gradient(45deg, rgba(52,66,52,.035) 0 12px, rgba(108,53,55,.022) 12px 24px);
}
.hero-wrap::before,
.hero-wrap::after {
  position: absolute;
  color: rgba(102,112,90,.16);
  font-size: 190px;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}
.hero-wrap::before { content: '❧'; top: 14px; left: -35px; transform: rotate(-18deg); }
.hero-wrap::after { content: '❦'; right: -20px; bottom: -40px; transform: rotate(12deg); }
.hero {
  min-height: 735px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 68px;
  padding-top: 76px;
  padding-bottom: 88px;
}
.hero-copy { max-width: 590px; }
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 700;
  color: var(--burgundy);
}
.hero h1,
.section-heading h2,
.about-copy h2,
.news-inner h2,
.contact-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.hero h1 { margin: 0; font-size: clamp(58px, 7vw, 96px); color: var(--forest-deep); }
.hero .grace-word { color: var(--burgundy); font-weight: 400; font-style: normal; }
.ornament { display: flex; align-items: center; gap: 12px; width: 230px; margin: 22px 0; color: var(--antique-gold); }
.ornament::before, .ornament::after { content: ''; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--antique-gold)); }
.ornament::after { background: linear-gradient(90deg, var(--antique-gold), transparent); }
.ornament span { font-size: 22px; line-height: 1; }
.ornament.small { width: 160px; margin: 18px auto; }
.hero-lead { margin: 0; font: 400 23px/1.58 Georgia, serif; color: #49473f; }
.hero-text { margin: 18px 0 0; max-width: 570px; font-size: 15px; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 47px; padding: 0 22px;
  border-radius: 2px;
  text-decoration: none; text-transform: uppercase;
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--forest-deep); color: #fffaf0; border: 1px solid var(--forest-deep); }
.button.secondary { border: 1px solid var(--burgundy); color: var(--burgundy); background: rgba(255,255,255,.25); }
.button.forest-button { margin-top: 20px; background: var(--forest); color: white; border: 1px solid var(--forest); }
.button.parchment-button { margin-top: 18px; background: transparent; color: #f8ecd8; border: 1px solid rgba(215,191,148,.7); }

.hero-books {
  position: relative;
  min-height: 600px;
  padding: 42px;
  border: 1px solid rgba(177,139,85,.5);
  outline: 1px solid rgba(177,139,85,.2);
  outline-offset: 8px;
  background:
    linear-gradient(rgba(42,51,40,.94), rgba(36,49,39,.96)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 5px);
  box-shadow: var(--shadow);
}
.hero-books::before {
  content: '';
  position: absolute; inset: 20px;
  border: 1px solid rgba(215,191,148,.25);
  pointer-events: none;
}
.book-stack { position: absolute; z-index: 2; }
.book-stack img { box-shadow: 0 25px 42px rgba(0,0,0,.36); border: 1px solid rgba(255,255,255,.22); }
.mist-stack { width: min(48%, 290px); right: 64px; top: 55px; transform: rotate(2.2deg); }
.river-stack { width: min(41%, 245px); left: 54px; bottom: 50px; transform: rotate(-3.5deg); z-index: 3; }
.book-kicker {
  display: block; margin-bottom: 8px; color: #e6d5ba;
  text-transform: uppercase; letter-spacing: .14em; font-size: 8px; text-align: center;
}
.pressed-sprig { position: absolute; right: 24px; bottom: 16px; color: rgba(215,191,148,.35); font-size: 100px; transform: rotate(22deg); }

.welcome-strip { background: var(--burgundy); color: #f7ebd5; border-bottom: 3px double rgba(215,191,148,.45); }
.welcome-strip-inner { min-height: 56px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.welcome-strip-inner i { color: var(--gold-pale); font-style: normal; }

.books-section { padding: 112px 0 118px; }
.section-heading { max-width: 790px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.narrow { max-width: 620px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); color: var(--forest-deep); }
.section-heading p:not(.eyebrow) { max-width: 710px; margin-inline: auto; color: var(--ink-soft); }

.featured-book {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 72px;
  align-items: center;
  padding: 40px 44px;
  background: rgba(251,248,240,.72);
  border: 1px solid var(--line);
  box-shadow: 0 15px 38px rgba(57,53,44,.06);
}
.mist-feature { grid-template-columns: 1.28fr .72fr; background: #2e382f; color: #f8f0e1; border-color: rgba(215,191,148,.24); }
.featured-cover { position: relative; max-width: 330px; margin: auto; padding: 13px; }
.framed-cover::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(177,139,85,.55); pointer-events: none; }
.framed-cover img { width: 100%; box-shadow: 0 18px 32px rgba(48,44,36,.22); }
.light-frame { background: #ded1b8; border: 1px solid #bba57f; }
.dark-frame { background: #1f2921; border: 1px solid rgba(215,191,148,.58); }
.featured-copy { max-width: 680px; }
.series-label { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; font-weight: 700; color: var(--burgundy); }
.mist-feature .series-label { color: var(--gold-pale); }
.featured-copy h3 { margin: 0; font: 400 clamp(36px, 4.4vw, 59px)/1.08 Georgia, serif; color: var(--forest-deep); }
.mist-feature .featured-copy h3 { color: #fff8ea; }
.book-subtitle { margin: 10px 0 22px; font: 400 18px/1.4 Georgia, serif; color: var(--heather); }
.mist-feature .book-subtitle { color: #d9c9d8; }
.featured-copy > p:not(.series-label):not(.book-subtitle) { color: var(--ink-soft); }
.mist-feature .featured-copy > p:not(.series-label):not(.book-subtitle) { color: #d9d9cf; }
.cottage-note { margin: 22px 0 0; padding: 16px 18px; border-left: 3px solid var(--antique-gold); background: #efe6d6; font-style: italic; color: #625d51; }
.dark-note { background: rgba(255,255,255,.055); color: #e0d5c4; border-left-color: var(--gold-pale); }
.coming-soon { display: inline-block; margin-top: 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 700; color: var(--gold-pale); }
.chapter-rule { display: flex; align-items: center; gap: 18px; margin: 58px auto; color: var(--antique-gold); max-width: 540px; }
.chapter-rule::before,.chapter-rule::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.chapter-rule span { font-size: 24px; }

.about-section {
  padding: 110px 0;
  color: #f7efe1;
  background-color: var(--wine);
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.025) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.025) 75%),
    linear-gradient(-45deg, rgba(255,255,255,.02) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.02) 75%);
  background-size: 34px 34px;
  border-top: 4px double rgba(215,191,148,.4);
  border-bottom: 4px double rgba(215,191,148,.4);
}
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.author-plaque {
  min-height: 420px;
  padding: 26px;
  background: #2e3c31;
  border: 1px solid rgba(215,191,148,.62);
  outline: 1px solid rgba(215,191,148,.24); outline-offset: 8px;
  box-shadow: 0 25px 60px rgba(31,18,19,.28);
}
.plaque-inner { height: 100%; min-height: 366px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(215,191,148,.25); text-align: center; }
.plaque-crown { color: var(--gold-pale); font-size: 28px; line-height: 1; margin-bottom: 6px; }
.plaque-flourish { color: var(--gold-pale); font-size: 38px; }
.plaque-inner strong { font: 400 clamp(90px, 12vw, 155px)/.9 Georgia, serif; color: #e1c89c; letter-spacing: -.08em; }
.plaque-name { margin-top: 20px; font: 400 20px/1 Georgia, serif; letter-spacing: .08em; }
.plaque-inner small { margin-top: 10px; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; color: #b8b2a4; }
.eyebrow.light { color: #dfc79c; }
.about-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); color: #fff8eb; }
.about-copy .lead { font: 400 22px/1.55 Georgia, serif; color: #f2e4d1; }
.about-copy p:not(.lead):not(.eyebrow) { color: #d9c8bd; max-width: 660px; }

.readers-section { padding: 108px 0; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-grid article { position: relative; min-height: 270px; padding: 34px 30px; text-align: center; border: 1px solid var(--line); background: rgba(251,248,240,.62); }
.info-grid article::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(177,139,85,.22); pointer-events: none; }
.info-icon { display: block; margin-bottom: 18px; color: var(--burgundy); font-size: 28px; }
.info-grid h3 { margin: 0 0 10px; font: 400 25px/1.2 Georgia, serif; color: var(--forest-deep); }
.info-grid p { color: var(--ink-soft); font-size: 14px; }

.news-section {
  padding: 88px 0;
  color: #f7efe0;
  background: var(--forest-deep);
  border-top: 1px solid rgba(215,191,148,.28);
  border-bottom: 1px solid rgba(215,191,148,.28);
}
.news-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.news-inner h2 { margin: 0; max-width: 700px; font-size: clamp(40px, 4.7vw, 62px); color: #fff8e9; }
.news-inner p:not(.eyebrow) { max-width: 690px; color: #cfd3c8; }
.sealed-note { width: 220px; min-height: 220px; justify-self: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--antique-gold); outline: 1px solid rgba(177,139,85,.3); outline-offset: 8px; text-align: center; color: var(--gold-pale); }
.sealed-note span { font: 400 65px/1 Georgia, serif; }
.sealed-note small { width: 120px; margin-top: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }

.contact-section { padding: 108px 0; }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; padding: 54px; border: 1px solid var(--line); background: #f9f4e9; box-shadow: 0 15px 36px rgba(54,49,39,.07); }
.contact-card h2 { margin: 0; font-size: clamp(40px, 4.4vw, 58px); color: var(--forest-deep); }
.contact-card p:not(.eyebrow) { color: var(--ink-soft); }
.letter-card { position: relative; padding: 38px 28px; text-align: center; background: #fffdf7; border: 1px solid #c8b58d; box-shadow: 0 10px 26px rgba(53,48,39,.09); }
.letter-card::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(177,139,85,.3); }
.letter-flourish { display: block; color: var(--burgundy); font-size: 28px; }
.letter-card strong { display: block; margin: 10px 0 2px; font: 400 24px/1.3 Georgia, serif; color: var(--forest-deep); }
.letter-card small { text-transform: uppercase; letter-spacing: .15em; font-size: 8px; color: var(--burgundy); }
.letter-card p { margin: 20px 0 0; font-size: 13px; }

.site-footer { min-height: 124px; padding: 28px max(24px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #726e64; border-top: 1px solid var(--line); font-size: 11px; }
.footer-brand { font: 400 19px/1 Georgia, serif; color: var(--forest-deep); }
.footer-brand span { font: 400 10px/1 Georgia, serif; color: #8a8275; letter-spacing: .08em; }

@media (max-width: 940px) {
  .menu-button { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #f8f3e7; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { text-align: center; margin: auto; }
  .hero-copy .ornament { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-books { min-height: 650px; }
  .featured-book, .mist-feature, .about-grid, .contact-card, .news-inner { grid-template-columns: 1fr; }
  .mist-feature .featured-copy { order: 2; }
  .mist-feature .featured-cover { order: 1; }
  .info-grid { grid-template-columns: 1fr; }
  .sealed-note { justify-self: start; }
}

@media (max-width: 590px) {
  .section-shell { width: min(100% - 30px, 1160px); }
  .brand-copy small { display: none; }
  .hero { padding-top: 54px; gap: 42px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 20px; }
  .hero-books { min-height: 500px; padding: 24px; }
  .mist-stack { width: 52%; right: 28px; top: 42px; }
  .river-stack { width: 45%; left: 25px; bottom: 40px; }
  .welcome-strip-inner { gap: 9px; padding-block: 12px; }
  .books-section, .readers-section, .contact-section { padding: 78px 0; }
  .featured-book { padding: 28px 22px; gap: 34px; }
  .about-section { padding: 84px 0; }
  .author-plaque { min-height: 320px; }
  .plaque-inner { min-height: 268px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .contact-card { padding: 30px 22px; }
}
