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

:root {
  --salt: #f4f1ea;
  --paper: #fbfaf7;
  --sand: #e9d8b6;
  --aegean: #a7c6d9;
  --blue: #3d6a8f;
  --olive: #7c8f7a;
  --terra: #e07a5f;
  --ink: #233f50;
  --body: #4d5654;
  --line: rgba(35, 63, 80, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; color: var(--ink); line-height: .98; margin: 0; }
h1 { font-size: clamp(4rem, 9vw, 8.2rem); font-weight: 500; }
h2 { font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; }
h3 { font-size: 2rem; }

.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.96); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font: 600 24px/.86 'Cormorant Garamond', serif; text-decoration: none; }
.brand-mark { font-size: 34px; color: var(--olive); }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; letter-spacing: .07em; }
nav a[aria-current=page] { color: var(--terra); }
.menu { display: none; border: 0; background: none; color: var(--ink); font: 600 14px Inter; letter-spacing: .08em; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .73rem; font-weight: 600; color: var(--olive); margin: 0 0 18px; }
.script { font: italic 500 clamp(1.35rem, 2vw, 1.7rem) 'Cormorant Garamond', serif; color: var(--blue); margin: .5rem 0 1rem; }
.button { display: inline-block; text-decoration: none; color: #fff; padding: 14px 24px; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 600; }
.terracotta { background: var(--terra); }
.olive { background: var(--olive); }
.blue { background: var(--blue); }
.text-link { text-decoration: none; color: var(--blue); font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }

.hero { display: grid; grid-template-columns: minmax(0, 52%) minmax(0, 48%); overflow: hidden; background: var(--salt); }
.hero-copy { padding: clamp(58px, 8vw, 120px) clamp(30px, 7vw, 105px); position: relative; }
.hero-copy::after { content: '❧'; position: absolute; right: 4%; bottom: 8%; font-size: 100px; color: rgba(124,143,122,.17); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--terra); font-style: normal; }
.tagline { font: italic 500 clamp(1.5rem, 2.3vw, 2rem) 'Cormorant Garamond', serif; color: var(--blue); margin: 22px 0; }
.intro { max-width: 520px; margin-bottom: 30px; }
.hero-image { overflow: hidden; border-radius: 0 0 0 44%; aspect-ratio: 4 / 5; align-self: stretch; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wave-section { padding: 90px clamp(24px, 7vw, 100px); background: linear-gradient(120deg, rgba(167,198,217,.22), transparent 30%), var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.card-grid, .archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.card-image { display: block; aspect-ratio: 4/5; border-radius: 48% 48% 0 0; overflow: hidden; background: var(--aegean); margin-bottom: 22px; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-image.no-image { display: grid; place-items: center; color: #fff; font-size: 62px; }
.card h3 a { text-decoration: none; }
.card > p:last-child { font-size: .92rem; }
.story-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.story-photo { border-radius: 0 42% 0 0; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 100px clamp(40px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; background: var(--salt); }
.quote { background: var(--terra); color: #fff; padding: 35px 8vw; display: flex; justify-content: center; align-items: center; gap: 28px; }
.quote span { font: 6rem/.5 'Cormorant Garamond'; opacity: .9; }
.quote p { font: italic 500 1.7rem 'Cormorant Garamond'; margin: 0; }
.novel-feature { padding: 90px clamp(24px, 9vw, 135px); display: grid; grid-template-columns: minmax(260px, 390px) 1fr; align-items: center; gap: clamp(50px, 9vw, 145px); background: linear-gradient(120deg, rgba(233,216,182,.58), var(--salt)); }
.book-cover { display: block; width: min(100%, 390px); aspect-ratio: 5 / 8; overflow: hidden; background: var(--blue); box-shadow: 0 22px 50px rgba(40,65,78,.18); }
.book-cover img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.novel-title-panel { min-height: 480px; padding: 16% 12%; background: linear-gradient(145deg, #b9d2df, #3d6a8f); color: #fff; display: flex; flex-direction: column; justify-content: space-between; border-radius: 46% 46% 0 0; }
.novel-title-panel p, .novel-title-panel span { margin: 0; text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; }
.novel-title-panel h2 { color: #fff; font-size: clamp(3rem, 5vw, 5.5rem); }
.novel-title-panel h2 em { color: var(--sand); font-weight: 500; }
.novel-copy { max-width: 700px; }
.table-note { padding: 90px clamp(24px, 10vw, 150px); display: flex; justify-content: space-between; align-items: end; background: var(--paper); }
.table-note > div { max-width: 720px; }

.site-header + main { min-height: 70vh; }
.page-hero { text-align: center; padding: 100px 24px 75px; background: var(--salt); }
.page-hero h1 { font-size: clamp(4rem, 8vw, 7rem); }
.page-hero > p:last-child { max-width: 670px; margin: 25px auto 0; }
.archive-grid { padding: 76px clamp(24px, 7vw, 100px); grid-template-columns: repeat(3, minmax(0,1fr)); }
.article { max-width: 920px; margin: 0 auto; padding: 86px 24px; }
.article-header { text-align: center; }
.article-header h1 { font-size: clamp(3.3rem, 7vw, 6.8rem); }
.article-byline { margin: 18px 0 0; color: var(--olive); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 600; }
.dek { max-width: 750px; margin: 30px auto 0; font: italic 500 1.45rem/1.45 'Cormorant Garamond', serif; color: var(--blue); }
.article-hero { margin: 60px auto 48px; max-width: 760px; max-height: 780px; overflow: hidden; border-radius: 46% 46% 6px 6px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 720px; margin: 0 auto; font-size: 1.08rem; }
.article-body p { margin: 0 0 1.5rem; }
.article-body h2, .article-body h3 { margin: 2.2rem 0 1rem; }
.article-body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.article-body ul, .article-body ol { margin: 0 0 2rem; padding-left: 1.4rem; }
.article-body li { margin-bottom: .65rem; padding-left: .4rem; }
.memory-note { max-width: 720px; margin: 0 auto 46px; padding: 22px 26px; background: var(--salt); border-left: 4px solid var(--terra); color: var(--ink); font: italic 500 1.15rem/1.55 'Cormorant Garamond', serif; }
.article-end { max-width: 720px; text-align: center; margin: 28px auto 0; border-top: 1px solid var(--line); padding-top: 24px; color: var(--olive); }
.article-end span { font-size: 40px; }
.article-signoff { font: italic 500 1.15rem 'Cormorant Garamond', serif; }
.about-body { max-width: 720px; margin: 70px auto; padding: 0 24px; font-size: 1.08rem; }
.about-body h2 { margin: 2.4rem 0 1rem; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.novel-page { min-height: 760px; padding: 80px clamp(24px, 9vw, 140px); display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--salt); }
.novel-page h1 { font-size: clamp(4rem, 8vw, 7rem); }
.book-cover.large { max-width: 420px; width: 100%; }
.book-description { max-width: 760px; }
.book-description > p { margin-bottom: 1.15rem; }
.amazon-links { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 28px; }
.availability { margin-top: 28px; color: var(--olive); font-weight: 600; }
footer { padding: 46px clamp(24px, 5vw, 72px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; align-items: center; }
.footer-brand { font-size: 22px; }
footer p { margin: 0; }
.small { font-size: .75rem; letter-spacing: .07em; color: #6f7976; }

@media (max-width: 850px) {
  .site-header { height: 78px; }
  .menu { display: block; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: var(--paper); padding: 22px 28px; flex-direction: column; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 25px 55px; }
  .hero-image { height: auto; aspect-ratio: 4 / 3; border-radius: 48% 48% 0 0; }
  .section-heading { align-items: start; gap: 20px; }
  .card-grid, .archive-grid { grid-template-columns: 1fr 1fr; }
  .story-feature { grid-template-columns: 1fr; }
  .story-photo { height: 440px; border-radius: 0 45% 0 0; }
  .story-copy { padding: 70px 26px; }
  .novel-feature, .novel-page { grid-template-columns: 1fr; }
  .novel-title-panel { width: min(380px, 92%); margin: auto; }
  .table-note { align-items: start; flex-direction: column; gap: 25px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: 4.1rem; }
  .brand { font-size: 21px; }
  .card-grid, .archive-grid { grid-template-columns: 1fr; }
  .archive-grid { padding: 55px 24px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 15px; }
  .card-image { aspect-ratio: 5/4; border-radius: 45% 45% 0 0; }
  .quote { padding: 30px 24px; }
  .quote p { font-size: 1.35rem; }
  .article { padding-top: 60px; }
  .article-header h1 { font-size: 3.4rem; }
  .article-hero { border-radius: 42% 42% 0 0; }
  .hero-image { height: auto; aspect-ratio: 5 / 4; }
  .story-photo { height: 360px; }
}
