:root {
  --linen: #e8ddd0;
  --linen-2: #c9bdb6;
  --stone: #d6cfc6;
  --oak: #3c3936;
  --oak-dk: #3c3936;
  --forest: #8c917c;
  --forest-dk: #5c4a52;
  --heather: #7a6872;
  --heather-dk: #5c4a52;
  --river: #8c917c;
  --gold: #b3945b;
  --gold-deep: #7d6840;
  --gold-wash: #e8ddd0;
  --rose: #c9bdb6;
  --plum-wash: #c9bdb6;
  --sage: #8c917c;
  --sage-paper: #c5cdb8;
  --blue-paper: #b5c0c8;
  --ink: #3c3936;
  --ink-soft: #4a433d;
  --cream: #f3ede4;
  --moss-deep: #6b705f;
  --footer: #3a2c33;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  margin: 0;
  color: var(--heather);
}
h1 { font-size: clamp(2.1rem, 3.4vw, 2.8rem); line-height: 1.16; font-weight: 400; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.2; font-weight: 400; }

h3, h4 { font-weight: 400; color: var(--ink); }

.script {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
}

a { color: var(--heather); text-decoration: none; }
a:hover { color: var(--gold-deep); }
img, svg { display: block; max-width: 100%; }

.photo,
.hp-split-media img,
.hp-close img,
.hp-journal-grid img,
.photo-story img,
.landscape img,
.hearth-panel img,
.room-photo img,
.essay-photo img {
  filter: contrast(1.04) saturate(0.98);
}
.portrait-frame img,
.doorway-shot img,
img.is-portrait {
  filter: none;
}

.eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--moss-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3rem;
  font-family: "Karla", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 2rem;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover { transform: none; box-shadow: none; }
.btn:focus-visible { outline: 2px solid var(--heather); outline-offset: 2px; }
.btn-heather { background: var(--heather); color: var(--linen); border-color: var(--heather); }
.btn-heather:hover { background: var(--heather-dk); color: var(--linen); }
.btn-forest { background: var(--forest); color: var(--linen); border-color: var(--forest); }
.btn-forest:hover { background: var(--moss-deep); color: var(--linen); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid rgba(52, 50, 48, 0.35); }
.btn-outline:hover { color: var(--heather); border-color: var(--heather); }
.btn-ghost-light {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--gold);
}
.btn-ghost-light:hover {
  background: rgba(243, 237, 228, 0.12);
  color: var(--cream);
  border-color: var(--cream);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
@media (max-width: 700px) {
  .wrap { padding: 0 1.5rem; }
  .page-storyroom .room-hero h1 {
    letter-spacing: 0.06em;
    font-size: 1.45rem;
    padding: 0 0.2rem;
  }
  .page-storyroom .room-hero p {
    font-size: 1.08rem;
    padding: 0 0.35rem;
  }
  .room-intro { padding-left: 0.2rem; padding-right: 0.2rem; }
  .hp-idea h2 { font-size: 1.7rem; max-width: 14ch; }
}
.sprig { width: 120px; height: 22px; opacity: 0.8; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--heather);
  color: var(--cream);
  padding: 0.6rem 1rem;
  z-index: 80;
}
.skip-link:focus { top: 1rem; }

[id] { scroll-margin-top: 5.5rem; }

header.nav.nav-over-hero {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 0;
}
header.nav.nav-over-hero .wordmark,
header.nav.nav-over-hero nav.links > a,
header.nav.nav-over-hero .has-sub > a,
header.nav.nav-over-hero .menu-toggle,
header.nav.nav-over-hero .tagline {
  color: var(--linen);
}
header.nav.nav-over-hero .menu-toggle span { background: var(--linen); }
header.nav.nav-over-hero nav.links a.active::after {
  background: var(--gold);
}
header.nav.nav-over-hero.is-solid {
  position: sticky;
  background: var(--linen);
  border-bottom: 1px solid rgba(179, 148, 91, 0.5);
}
header.nav.nav-over-hero.is-solid .wordmark,
header.nav.nav-over-hero.is-solid .tagline { color: var(--heather); }
header.nav.nav-over-hero.is-solid nav.links a { color: var(--ink-soft); }
header.nav.nav-over-hero.is-solid nav.links a.active { color: var(--heather); }
header.nav.nav-over-hero.is-solid nav.links a.active::after { background: var(--heather); }
header.nav.nav-over-hero.is-solid .menu-toggle span { background: var(--ink); }

/* Nav */
header.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--linen);
  border-bottom: 1px solid rgba(196, 160, 90, 0.55);
}

.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.75rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem 1.6rem;
  flex-wrap: nowrap;
}

.brand { display: flex; align-items: center; gap: 0.85rem; }
.monogram {
  display: none;
}
.brand-text .wordmark {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--heather);
}
.brand-text .tagline {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: var(--moss-deep);
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .brand-text .tagline { display: none; }
}

nav.links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.15rem;
  white-space: nowrap;
}
nav.links > a,
nav.links .has-sub {
  display: flex;
  align-items: center;
  align-self: center;
}
nav.links > a,
nav.links .has-sub > a {
  display: flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
  padding: 0.55rem 0;
}

.has-sub { position: relative; }
.has-sub .sub {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 15.5rem;
  background: var(--cream);
  border: 1px solid rgba(52, 50, 48, 0.12);
  border-top: 2px solid var(--heather);
  padding: 0.45rem 0;
  z-index: 70;
}
.has-sub:hover .sub,
.has-sub:focus-within .sub,
.has-sub.is-open .sub { display: block; }
.has-sub .sub a {
  display: block;
  padding: 0.65rem 1.1rem;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--ink);
}
.has-sub .sub a:hover { background: var(--linen); color: var(--heather); }

.btn-threads {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.95rem;
  background: var(--heather);
  color: var(--linen) !important;
  border: 1px solid var(--heather);
  font-size: 0.58rem !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.btn-threads:hover {
  background: var(--heather-dk);
  color: var(--linen) !important;
  border-color: var(--heather-dk);
}
header.nav.nav-over-hero .btn-threads {
  background: var(--linen);
  color: var(--heather) !important;
  border-color: var(--linen);
}
header.nav.nav-over-hero.is-solid .btn-threads {
  background: var(--heather);
  color: var(--linen) !important;
  border-color: var(--heather);
}
nav.links a.active { color: var(--heather); }
nav.links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--heather);
}
nav.links a:hover { color: var(--heather); }
nav.links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0.4rem;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 1.35rem;
  height: 1.4px;
  background: var(--ink);
  margin: 0.32rem 0;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 3.4rem 0 4.1rem;
}
.hero-copy h1 {
  font-size: clamp(2.5rem, 4.6vw, 3.6rem);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.hero-copy h1 .accent {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  color: var(--heather);
}

.triplet-mini { margin: 2rem 0 2.2rem; }
.triplet-mini p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.18rem;
  color: var(--ink-soft);
  margin: 0.15rem 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.triplet-mini p.visible { opacity: 1; transform: translateY(0); }
.triplet-mini p:nth-child(1) { color: var(--ink); }
.triplet-mini p:nth-child(2) { color: var(--river); }
.triplet-mini p:nth-child(3) { color: var(--heather); }

.divider-row { display: flex; align-items: center; gap: 0.9rem; margin: 1.6rem 0; }
.divider-row .line { flex: 0 0 46px; height: 1px; background: var(--gold); }

.landscape {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 60px -30px rgba(44, 38, 32, 0.45);
}
.landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landscape .sky { position: absolute; inset: 0; background: linear-gradient(180deg, #d9c9a3 0%, #e7d9b8 35%, #cdb98e 100%); }
.landscape .sun { position: absolute; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, #f1dfae 0%, #e2c988 60%, transparent 75%); top: 14%; right: 18%; }
.landscape .hill3 { position: absolute; bottom: 0; left: -10%; right: -10%; height: 46%; background: var(--river); opacity: 0.35; clip-path: polygon(0 60%, 20% 30%, 45% 50%, 70% 20%, 100% 45%, 100% 100%, 0 100%); }
.landscape .hill2 { position: absolute; bottom: 0; left: -10%; right: -10%; height: 38%; background: var(--forest); opacity: 0.55; clip-path: polygon(0 70%, 25% 35%, 55% 60%, 80% 25%, 100% 55%, 100% 100%, 0 100%); }
.landscape .hill1 { position: absolute; bottom: 0; left: -10%; right: -10%; height: 26%; background: var(--forest-dk); clip-path: polygon(0 80%, 30% 40%, 60% 65%, 100% 30%, 100% 100%, 0 100%); }
.landscape .water { position: absolute; bottom: 0; left: 0; right: 0; height: 16%; background: linear-gradient(180deg, var(--river), #2f434b); opacity: 0.9; }
.landscape .caption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--cream);
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Welcome */
.welcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--cream);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 50px -30px rgba(44, 38, 32, 0.3);
  margin: 1.5rem 0 4.5rem;
}
.hearth-panel {
  position: relative;
  min-height: 340px;
  background: radial-gradient(circle at 50% 50%, #4a3a58 0%, #2c2136 65%, #1c1522 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.hearth-panel img {
  width: 78%;
  max-width: 320px;
  border-radius: 50%;
  box-shadow: 0 20px 45px -18px rgba(0, 0, 0, 0.55);
}
.welcome-copy {
  padding: 2.4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-copy h2 { font-size: clamp(1.9rem, 3vw, 2.4rem); }
.welcome-copy p { color: var(--ink-soft); font-size: 1.02rem; margin: 1.1rem 0 0; max-width: 46ch; }
.welcome-copy .btn { margin-top: 1.6rem; align-self: flex-start; }

/* Section heads */
.section-head { text-align: center; margin-bottom: 2.25rem; }
.section-head h2 { font-size: clamp(2rem, 3.4vw, 2.6rem); }
.section-head p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.1rem;
  margin-top: 0.6rem;
}

.books { padding: 1rem 0 4.5rem; }
.book-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.8rem; }
.book-card {
  background: var(--cream);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(52, 50, 48, 0.12);
  display: flex;
  flex-direction: column;
}
.book-cover {
  aspect-ratio: 282 / 677;
  position: relative;
  overflow: hidden;
  background: var(--linen);
}
.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.book-tag, .status-ribbon, .featured-tag {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 2px;
  color: var(--cream);
}
.book-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.status-ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
}
.cover-anthology { background: linear-gradient(160deg, var(--stone), #c3c9ac); }
.cover-anthology .book-tag { background: var(--heather); }
.cover-whispers { background: #1a1620; }
.cover-whispers .book-tag { background: var(--forest); }
.cover-serenity { background: linear-gradient(160deg, var(--linen-2), var(--stone)); }
.cover-serenity .book-tag { background: var(--river); }
.mark { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }

.book-info { padding: 1.6rem 1.6rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.book-info .kicker, .book-info .setting {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--heather);
  margin-bottom: 0.5rem;
}
.book-info h3 { font-size: 1.4rem; margin-bottom: 0.7rem; }
.book-info p.desc { color: var(--ink-soft); font-size: 0.94rem; flex: 1; margin: 0 0 1.2rem; }
.book-info .status {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--river);
  font-size: 0.92rem;
  margin-bottom: 1rem;
}
.book-info p.epigraph {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink);
  font-size: 0.95rem;
  border-top: 1px solid rgba(37, 40, 31, 0.12);
  padding-top: 0.9rem;
}
.mini-btn {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--heather);
  align-self: flex-start;
  border-bottom: 1px solid var(--heather);
  padding-bottom: 2px;
}

/* Explore tiles */
.explore { padding-bottom: 4.5rem; }
.explore-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.4rem; }
.tile {
  position: relative;
  aspect-ratio: 3 / 4.2;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.1rem 0.9rem;
  color: var(--cream);
}
.tile::before { content: ""; position: absolute; inset: 0; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20, 16, 12, 0.75)); }
.tile span { position: relative; font-family: "Cormorant Garamond", serif; font-size: 0.98rem; line-height: 1.25; z-index: 2; }
.t1::before { background: linear-gradient(160deg, var(--forest), #1e2e1f); }
.t2::before { background: linear-gradient(160deg, var(--heather), #2c1c1a); }
.t3::before { background: linear-gradient(160deg, var(--river), #1b2a2f); }
.t4::before { background: linear-gradient(160deg, #a9822f, #4a3a17); }
.t5::before { background: linear-gradient(160deg, var(--heather-dk), #2a1c24); }
.t6::before { background: linear-gradient(160deg, var(--forest-dk), #16211a); }
.tile:hover { transform: translateY(-4px); transition: transform 0.25s ease; }

/* About */
.intro {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: start;
  gap: 3.2rem;
  padding: 3rem 0 3.75rem;
}
.intro-copy h1 { font-size: clamp(2.2rem, 4vw, 3.1rem); line-height: 1.16; font-weight: 400; }
.intro-copy h1 .accent {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  color: var(--heather);
}
.intro-copy p.lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 46ch; margin: 1.4rem 0 2rem; }
.portrait-frame { display: flex; align-items: center; justify-content: center; }
.portrait-frame img {
  width: 100%;
  max-width: 440px;
  border-radius: 50%;
  box-shadow: 0 30px 60px -24px rgba(37, 40, 31, 0.5);
}
.intro-visual {
  padding-top: 2.15rem;
  display: flex;
  justify-content: flex-end;
}
.about-tree {
  margin: 0;
  width: 20.5rem;
  max-width: 100%;
}
.about-tree img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 38% 28%;
  display: block;
  filter: none;
}

.story-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
  padding: 2.7rem 0;
  border-top: 1px solid rgba(37, 40, 31, 0.1);
}
.story-num { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.6rem; }
.story-section h2 { font-size: clamp(1.7rem, 2.6vw, 2.15rem); line-height: 1.2; max-width: 14ch; }
.story-body p { color: var(--ink-soft); font-size: 1.02rem; margin: 0 0 1.1rem; max-width: 62ch; }
.story-body p:last-child { margin-bottom: 0; }
.story-body p.pull {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.45;
}
#journey {
  padding-top: 3rem;
  padding-bottom: 3.4rem;
}
#journey .story-body p {
  margin-bottom: 1.35rem;
  line-height: 1.8;
}
#journey .story-body p.pull { margin-top: 0.2rem; margin-bottom: 1.45rem; }
#scotland {
  padding-top: 3rem;
  padding-bottom: 3.4rem;
}
#scotland .story-body p {
  margin-bottom: 1.35rem;
  line-height: 1.8;
}
#scotland .story-body p.pull { margin-top: 0.2rem; margin-bottom: 1.45rem; }
#scotland .pull-cluster { margin: 0.15rem 0 1.45rem; }
#scotland .pull-cluster .pull {
  margin: 0 0 0.35rem;
}
#scotland .pull-cluster .pull:last-child { margin-bottom: 0; }
#forgotten {
  padding-top: 3rem;
  padding-bottom: 3.4rem;
}
#forgotten .story-body p {
  margin-bottom: 1.35rem;
  line-height: 1.8;
}
#forgotten .story-body p.pull { margin-top: 0.2rem; margin-bottom: 0; }
.story-aside-photo {
  margin: 1.35rem 0 0;
  width: 20.5rem;
  max-width: 100%;
}
.story-aside-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  filter: none;
}
.story-aside-photo.is-travel img { object-position: 82% 78%; }
.story-aside-photo.is-loch img {
  object-position: 54% 78%;
  filter: saturate(0.88) contrast(0.96) brightness(0.99);
}
.story-aside-photo.is-stone img { object-position: 82% 62%; }
.story-aside-photo.is-hedge img {
  object-position: 62% 36%;
  filter: saturate(0.8) brightness(0.98) contrast(0.97);
}
.story-aside-photo.is-graves img { object-position: 48% 52%; }
.story-aside-photo.is-write img { object-position: 56% 58%; }
#write {
  padding-top: 3rem;
  padding-bottom: 3.4rem;
}
#write .story-body p {
  margin-bottom: 1.35rem;
  line-height: 1.8;
}
#write .story-body p.pull { margin-top: 0.2rem; margin-bottom: 0; }

.transition-band {
  margin: 3.75rem 0;
  padding: 3rem 3rem;
  border-radius: 0;
  background: var(--heather-dk);
  color: var(--cream);
  text-align: center;
}
.transition-band .eyebrow { color: #e6d5cb; }
.transition-band h2 { color: var(--cream); font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0.6rem 0 1.6rem; }
.roles { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1rem; margin-bottom: 1.8rem; }
.roles span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8d8cf;
  padding: 0.35rem 0;
}
.roles span:not(:last-child)::after { content: "→"; margin-left: 1rem; color: var(--gold); }
.transition-band p.closing {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.3rem;
  max-width: 44ch;
  margin: 0 auto;
  color: #f3ebdd;
}

.about-cta { text-align: center; padding: 0.75rem 0 4.5rem; }
.about-cta p.tag {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 auto 1.2rem;
}
.about-cta p.tag + p.tag { margin-bottom: 2.2rem; }
.cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Books page */
.page-intro {
  text-align: center;
  padding: 2.6rem 0 2rem;
  border-bottom: 1px solid rgba(179, 148, 91, 0.4);
}
.page-intro h1 { font-size: clamp(2.2rem, 4vw, 3rem); }
.page-intro p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.15rem;
  margin-top: 0.7rem;
}
.books-invite {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.books-invite .invite {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  color: var(--heather);
  margin: 1.2rem auto 0;
  max-width: 34rem;
}
.books-invite .promise {
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 1.4rem auto 0;
  max-width: 32rem;
}

.featured, .earlier, .panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
  background: var(--cream);
  border-radius: 0;
  padding: 2.25rem;
  margin-bottom: 3rem;
  box-shadow: none;
  border: 1px solid rgba(52, 50, 48, 0.12);
}
.featured-cover, .earlier-cover {
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--stone), #c3c9ac);
}
.earlier-cover {
  aspect-ratio: 1051 / 1500;
  max-width: 280px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  overflow: visible;
}
.earlier-cover img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.featured-cover img { width: 100%; height: 100%; object-fit: cover; }
.featured-copy h2, .earlier-copy h2 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin: 0.8rem 0 1rem; }
.featured-copy p, .earlier-copy p, .panel p { color: var(--ink-soft); font-size: 1.02rem; margin: 0 0 1rem; max-width: 52ch; }
.featured-copy p.status,
.earlier-copy p.status {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--heather);
  font-size: 1.18rem;
}
.deck-photo {
  margin: 0 0 3rem;
  padding: 0;
  border: 1px solid rgba(52, 50, 48, 0.12);
  background: var(--cream);
}
.deck-photo img {
  width: 100%;
  height: auto;
  max-height: 34rem;
  object-fit: contain;
  object-position: center;
  background: var(--cream);
}
.deck-photo figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  text-align: center;
  padding: 0.7rem 1rem 0.9rem;
  color: var(--heather);
}

.page-serenity h1,
.page-serenity h2 {
  overflow: visible;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.22;
}
.page-serenity .page-intro { padding-left: 0.4rem; padding-right: 0.4rem; }
.serenity-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  min-height: 72vh;
  background: var(--linen);
}
.serenity-hero-photo {
  grid-column: 1;
  grid-row: 1 / -1;
  margin: 0;
  min-height: 72vh;
  overflow: hidden;
}
.serenity-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
  display: block;
  filter: none;
}
.serenity-hero-head {
  grid-column: 2;
  grid-row: 1;
  padding: 4.2rem 3.2rem 0.4rem 3.4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.serenity-hero-head h1 {
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
  margin: 0 0 0.65rem;
  text-align: left;
}
.serenity-hero-head p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #4d4548;
  margin: 0;
  text-align: left;
}
.serenity-hero-listen {
  grid-column: 2;
  grid-row: 2;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.28rem, 1.9vw, 1.62rem);
  line-height: 1.45;
  color: var(--heather);
  margin: 0;
  padding: 0.6rem 3.2rem 3.2rem 3.4rem;
  max-width: 32rem;
  text-align: left;
}
.serenity-hero-listen .listen-rest { display: inline; }
.page-serenity .serenity-open { padding: 1.05rem 0 0.6rem; }
.page-serenity .suit.mind { border-top-color: #5f7354; }
.page-serenity .suit.soul { border-top-color: #6a5470; }
.page-serenity .suit.mind .swatch { background: #5f7354; }
.page-serenity .suit.soul .swatch { background: #6a5470; }
.page-serenity .suit p.suit-ask {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--heather);
  font-size: 1.12rem;
  margin: 0.9rem 0 0;
}
.page-serenity .wisdom-three,
.page-serenity .quiet-practice,
.page-serenity .thread-began {
  max-width: 38rem;
  margin: 2.6rem auto;
  text-align: center;
}
.page-serenity .wisdom-three p,
.page-serenity .quiet-practice p,
.page-serenity .thread-began p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}
.page-serenity .quiet-practice h2,
.page-serenity .thread-began h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 0.6rem 0 1rem;
}
.page-serenity .practice-asks {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 1.3rem;
}
.page-serenity .practice-asks li {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--heather);
  padding: 0.25rem 0;
}
.page-serenity .companion-copy {
  margin: -1.4rem auto 2.4rem;
  text-align: center;
}
.page-serenity .from-the-deck { margin-top: 1.6rem; }
.page-serenity .own-line {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--heather);
  margin-top: 0.6rem;
}
.page-serenity .conversation .earlier-cover {
  max-width: 230px;
}
.page-serenity .direct {
  text-align: center;
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0 0 0.75rem;
}
.page-serenity .about-cta {
  padding: 0.2rem 0 2.8rem;
}
.page-serenity .about-cta .eyebrow {
  display: block;
  text-align: center;
  margin-bottom: 0.28rem;
}
.page-serenity .about-cta .tag {
  margin: 0 auto 0.4rem;
}

.series-head { text-align: center; margin-bottom: 2.6rem; }
.series-head .eyebrow { display: block; margin-bottom: 0.8rem; }
.series-head h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); }
.series-head p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.15rem;
  max-width: 56ch;
  margin: 0.9rem auto 0;
}
.series-status {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin: 0.55rem 0 1.1rem;
}
.book-grid.series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.6rem;
  margin: 0 0 1rem;
  align-items: stretch;
}
.book-grid.series-grid .book-card {
  min-width: 0;
  height: 100%;
}
.page-books .book-grid.series-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
}
.page-books .book-grid.series-grid .book-cover {
  width: 60%;
  max-width: 10.25rem;
  height: auto;
  aspect-ratio: 282 / 677;
  margin: 0.65rem auto 0;
}
.page-books .book-grid.series-grid .book-info {
  padding: 0.7rem 0.8rem 0.85rem;
}
.page-books .book-grid.series-grid .book-info .setting {
  font-size: 0.58rem;
  margin-bottom: 0.32rem;
}
.page-books .book-grid.series-grid .book-info h3 {
  font-size: 1.12rem;
  margin-bottom: 0.35rem;
  line-height: 1.22;
}
.page-books .book-grid.series-grid .book-info p.desc {
  font-size: 0.8rem;
  line-height: 1.42;
  margin: 0 0 0.6rem;
}
.page-books .book-grid.series-grid .book-info p.epigraph {
  font-size: 0.84rem;
  padding-top: 0.5rem;
}
.page-books .book-grid.series-grid .dev-status {
  margin-top: 0.45rem;
}
.book-grid.series-grid .dev-status {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0.85rem 0 0;
}
.concept-note {
  text-align: center;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 2.4rem;
  opacity: 0.8;
}
.page-books .page-intro { padding: 1.35rem 0 0.7rem; }
.page-books .page-intro h1 { font-size: clamp(1.9rem, 3.2vw, 2.45rem); }
.page-books .books-invite .invite { margin-top: 0.55rem; }
.page-books .books-invite .promise { margin-top: 0.6rem; }
.page-books .series-head { margin-bottom: 0.85rem; }
.page-books .series-head .eyebrow { margin-bottom: 0.4rem; }
.page-books .series-status { margin: 0.35rem 0 0.55rem; }
.page-books .series-head h2 { margin-top: 0.1rem; font-size: clamp(1.55rem, 2.8vw, 2.15rem); }
.page-books .series-head p { margin-top: 0.4rem; }
.page-books .anthology-panel {
  margin-bottom: 2.2rem;
  grid-template-columns: 1fr;
}
.page-books .anthology-panel .btn { margin-top: 0.8rem; }
.page-books .published-work {
  padding-top: 2.2rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(52, 50, 48, 0.12);
}
.page-books .published-work > .eyebrow {
  text-align: center;
  display: block;
  margin-bottom: 1.4rem;
}
.page-books .earlier { margin-bottom: 0; }

@media (max-width: 1100px) {
  .page-books .book-grid.series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-books .book-grid.series-grid .book-cover {
    width: 46%;
    max-width: 12rem;
  }
}
@media (max-width: 700px) {
  .book-grid.series-grid { grid-template-columns: 1fr; }
  .page-books .book-grid.series-grid .book-cover {
    width: 42%;
    max-width: 13rem;
  }
}

.cover-fire { background: linear-gradient(200deg, #c99a3f 0%, #8a5a1e 40%, #3d2410 75%, #1c1208 100%); }
.cover-water { background: linear-gradient(200deg, #1c2b33, #101c22 60%, #0b1418); }
.cover-3 { background: linear-gradient(200deg, #4a5a5e, #33454b 55%, #202f34); }
.cover-4 { background: linear-gradient(200deg, #7a6a35, #4a5233 55%, #263420); }
.title-on-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.6rem;
  flex-direction: column;
  gap: 0.5rem;
}
.title-on-cover .num { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; }
.title-on-cover .ttl { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; line-height: 1.28; }

/* Inner pages */
.prose { max-width: 46rem; margin: 0 auto 3.75rem; }
.prose p { color: var(--ink-soft); font-size: 1.05rem; }
.quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  line-height: 1.45;
  color: var(--heather);
  margin: 0 0 1.4rem;
}
.card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  margin: 0 0 3.75rem;
}
.plain-card {
  background: var(--cream);
  border-radius: 6px;
  padding: 1.6rem 1.5rem 1.8rem;
  box-shadow: 0 20px 40px -28px rgba(37, 40, 31, 0.3);
}
.plain-card h3 { font-size: 1.3rem; margin: 0.4rem 0 0.7rem; }
.plain-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

.form { display: grid; gap: 1rem; max-width: 36rem; margin: 0 auto 3.75rem; position: relative; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--heather);
}
.field input, .field textarea, .field select {
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(37, 40, 31, 0.2);
  background: var(--cream);
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
}
.field textarea { min-height: 9rem; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: 0.92rem; }
.form-success { display: none; color: var(--heather); }
.form.is-sent .form-success { display: block; }
.gotcha {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form.is-sent .field,
.form.is-sent button { display: none; }

/* Connect */
.page-connect {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-connect main { flex: 1 0 auto; }
.page-connect footer { margin-top: auto; }
.page-connect .connect-banner {
  margin: 1.7rem auto 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  overflow: visible;
  background: transparent;
}
.page-connect .connect-banner img {
  width: min(22.6rem, 70vw);
  height: auto;
  object-fit: contain;
  display: block;
  filter: saturate(0.72) brightness(0.91) contrast(0.96);
  border: 0.45rem solid #f3eee4;
  box-shadow: 0 0 0 1px rgba(179, 148, 91, 0.32);
}
.page-connect .connect-welcome {
  text-align: center;
  padding: 1.15rem 2rem 2.4rem;
}
.page-connect .connect-welcome h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.1rem);
  margin: 0 auto;
  max-width: 18ch;
}
.page-connect .connect-welcome .lede {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 36rem;
  margin: 1.1rem auto 0;
}
.page-connect .connect-letters {
  background: var(--heather);
  padding: 3.2rem 0 3.4rem;
}
.page-connect .connect-letters-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(14rem, 0.85fr);
  gap: 3rem 3.4rem;
  align-items: center;
}
.page-connect .connect-letters-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  margin: 0 0 1rem;
  color: var(--linen);
}
.page-connect .connect-letters-copy > p {
  color: var(--cream);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 40rem;
  margin: 0 0 1.6rem;
}
.page-connect .connect-letters-form {
  margin: 0;
  max-width: 24rem;
  gap: 0.85rem;
}
.page-connect .connect-letters-form .field label {
  color: var(--gold);
}
.page-connect .connect-letters-form .form-note,
.page-connect .connect-letters-form .form-success {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.98rem;
  color: var(--linen);
  margin: 0.2rem 0 0;
}
.page-connect .connect-letters-form .field input {
  background: var(--linen);
  color: var(--ink);
  border-color: rgba(243, 237, 228, 0.4);
}
.page-connect .connect-letters-form .btn-heather {
  background: var(--linen);
  color: var(--heather);
  border-color: var(--linen);
}
.page-connect .connect-letters-form .btn-heather:hover {
  background: var(--cream);
  color: var(--heather-dk);
  border-color: var(--cream);
}
.page-connect .connect-letters-photo {
  margin: 0;
}
.page-connect .connect-letters-photo img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: center 100%;
  display: block;
  filter: brightness(1.08) contrast(1.02) saturate(0.97);
}
.page-connect .connect-touch {
  max-width: 34rem;
  margin: 0 auto;
  padding: 3.4rem 2rem 2.2rem;
  text-align: center;
}
.page-connect .connect-touch h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  margin: 0 0 0.85rem;
}
.page-connect .connect-touch > p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 auto 1.8rem;
  max-width: 34rem;
}
.page-connect .connect-touch-form {
  margin: 0 auto;
  max-width: 28rem;
  text-align: left;
}
.page-connect .connect-touch-form .btn-outline {
  background: var(--heather);
  color: var(--linen);
  border-color: var(--heather);
}
.page-connect .connect-touch-form .btn-outline:hover {
  background: var(--heather-dk);
  color: var(--linen);
  border-color: var(--heather-dk);
}
.page-connect .connect-touch-form textarea { min-height: 7rem; }
.page-connect .connect-find {
  text-align: center;
  padding: 0.4rem 2rem 3.4rem;
}
.page-connect .connect-find h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--heather);
  margin: 0 0 0.9rem;
}
.page-connect .connect-find .social-page { margin: 0; }

/* Footer */
footer {
  background: var(--footer);
  color: var(--linen);
  padding: 3.6rem 2rem 0.85rem;
  text-align: center;
  border-top: 1px solid rgba(179, 148, 91, 0.55);
}
.site-close {
  margin: 0;
  background: var(--footer);
}
.site-close img {
  display: block;
  width: 100%;
  height: 60vh;
  min-height: 16rem;
  max-height: 38rem;
  object-fit: cover;
  object-position: center 48%;
  filter: none;
}
footer blockquote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  max-width: 36rem;
  margin: 0 auto;
  color: #f3ebdd;
  line-height: 1.45;
}
footer .sprig {
  display: block;
  margin: 0.95rem auto 1.05rem;
}
footer .meta {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(243, 235, 221, 0.74);
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 0.75rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem 1.8rem;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
footer .footer-links a { color: #d6d0c5; }
footer .footer-links a:hover { color: var(--gold); }
footer .social a { color: #d6d0c5; }
footer .social a:hover { color: var(--gold); }
.social-page {
  margin: 0 auto 3rem;
}
.social-page a { color: var(--heather); border-bottom: 1px solid rgba(94, 64, 60, 0.25); padding-bottom: 2px; }
.social-page a:hover { color: var(--gold-deep); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-inner { flex-wrap: wrap; }
  nav.links { flex-wrap: wrap; white-space: normal; }
  nav.links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    padding: 0.4rem 0 1.2rem;
  }
  nav.links.is-open { display: flex; }
  header.nav.nav-over-hero nav.links.is-open { background: var(--cream); }
  header.nav.nav-over-hero nav.links.is-open > a,
  header.nav.nav-over-hero nav.links.is-open .has-sub > a { color: var(--ink) !important; }
  nav.links > a,
  nav.links .has-sub > a {
    padding: 0.95rem 0.2rem;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    border-bottom: 1px solid rgba(37, 40, 31, 0.1);
  }
  .has-sub .sub {
    position: static;
    display: none;
    min-width: 0;
    border: 0;
    border-top: 0;
    background: var(--cream);
    padding: 0 0 0.4rem 0.8rem;
  }
  .has-sub:hover .sub { display: none; }
  .has-sub.is-open .sub { display: block; }
  .btn-threads { margin-top: 0.8rem; justify-content: center; }
  .hero, .welcome, .intro, .story-section, .featured, .earlier, .panel {
    grid-template-columns: 1fr;
  }
  #journey,
  #scotland,
  #forgotten,
  #write { row-gap: 1.8rem; }
  .story-aside-photo,
  .about-tree {
    width: 20.5rem;
    max-width: 100%;
    margin: 1.2rem auto 0.4rem;
  }
  .hero-visual, .intro-visual { order: -1; }
  .hearth-panel { min-height: 220px; }
  .explore-grid { grid-template-columns: repeat(2, 1fr); }
  .welcome-copy, .transition-band { padding: 1.8rem 1.6rem; }
}

/* Homepage Plan layout */
.hp-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--cream);
  overflow: hidden;
}
.hp-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.hp-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(45, 29, 40, 0.44) 0%, rgba(45, 29, 40, 0.22) 34%, rgba(45, 29, 40, 0.78) 100%);
}
.hp-hero-copy {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 8rem 2rem 3.6rem 4.4rem;
  max-width: 36rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hp-hero-copy h1 {
  color: var(--cream);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
}
.hp-hero-copy .cta-row {
  margin-top: 1.6rem;
}
.hp-hero .btn-heather {
  background: var(--linen);
  color: var(--heather);
  border-color: var(--linen);
}
.hp-hero .btn-heather:hover {
  background: var(--cream);
  color: var(--heather-dk);
}
.hp-themes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.3rem 0 1.2rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #e7cf9f;
}
.hp-themes::before,
.hp-themes::after {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: var(--gold);
}
.hp-hero-copy .lede {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.45;
  color: #f4efe4;
  margin: 0;
}

.hp-idea {
  text-align: center;
  padding: 2.35rem 2rem 2.15rem;
}
.hp-idea .eyebrow {
  margin: 0 0 0.65rem;
}
.hp-idea h2 {
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.16;
  max-width: 24ch;
  margin: 0 auto;
}
.hp-idea .divider-row {
  justify-content: center;
  margin: 0.55rem 0 0.95rem;
}
.hp-idea .measure {
  max-width: 40rem;
  margin: 0 auto;
  color: var(--ink-soft);
}
.hp-idea .measure + .measure { margin-top: 0.7rem; }
.hp-idea .closing {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--heather);
  max-width: 36rem;
  margin: 0.95rem auto 0;
}
.where-stands {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.5rem 2.6rem;
}

.hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.hp-split-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.hp-split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-split-media.retreat-shot {
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.hp-split-media.retreat-shot img {
  object-fit: cover;
  object-position: center;
}
.doorway-shot { margin: 0; }
.doorway-shot img {
  object-fit: cover;
  object-position: 52% 38%;
  filter: none;
}
.doorway-shot figcaption {
  position: absolute;
  left: 0.9rem;
  bottom: 0.75rem;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #5c4a52;
  background: rgba(243, 237, 228, 0.78);
  padding: 0.15rem 0.55rem;
  max-width: calc(100% - 1.8rem);
}
.hp-split-copy {
  padding: 2.8rem 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hp-split-copy p { color: var(--ink-soft); max-width: 46ch; }
.hp-split-copy .cta-row,
.hp-retreat-copy .cta-row { justify-content: flex-start; margin-top: 1.4rem; }
.hp-retreat-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.72fr);
  gap: 2.2rem 2.6rem;
  align-items: center;
  padding: 2.4rem 0 2.5rem;
}
.hp-retreat-copy {
  max-width: 38rem;
  padding: 0;
}
.hp-retreat-copy p { max-width: 46ch; }
.hp-kinnaird {
  margin: 2.2rem auto 3rem;
  max-width: 42rem;
  text-align: center;
}
.hp-kinnaird img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: 44% 72%;
  display: block;
  filter: none;
}
.hp-retreat-inner .hp-kinnaird {
  margin: 0;
  max-width: none;
}
.hp-kinnaird.is-woodland img {
  object-position: 50% 40%;
  filter: saturate(0.86) contrast(0.95) brightness(0.99);
}
.hp-kinnaird figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--heather);
  margin: 0.7rem 0 0;
}
.band-heather .hp-kinnaird figcaption { color: #ecdfc4; }
.band-heather .script { color: #ecdfc4; font-size: 1.3rem; }
  opacity: 0.88;
}
.hp-meet {
  grid-template-columns: minmax(15rem, 0.4fr) minmax(0, 0.6fr);
  align-items: start;
}
.hp-meet .hp-split-media {
  min-height: 0;
  aspect-ratio: auto;
  padding: 3.4rem 1.6rem 3.2rem 3.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hp-meet .portrait-frame {
  width: 100%;
  max-width: 22rem;
}
.hp-meet .hp-split-media img {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 50%;
  filter: none;
}
.hp-meet .hp-split-copy {
  padding: 3.4rem 4.5rem 3.4rem 2.6rem;
}
.hp-meet .hp-split-copy h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  line-height: 1.18;
  margin-bottom: 1.2rem;
}
.hp-meet .hp-split-copy p { margin: 0 0 1.15rem; }
.hp-meet .hp-split-copy .cta-row { margin-top: 0.4rem; }
.photo-credit {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-align: right;
  padding: 0.4rem 1.2rem 0 0;
  opacity: 0.7;
}
.band-stone { background: var(--linen-2); }
.band-sage {
  background: var(--forest);
  color: var(--cream);
}
.band-sage h2,
.band-sage .section-head h2,
.band-sage .section-head p,
.band-sage .wisdom-line { color: var(--cream); }
.band-sage .eyebrow { color: #e7c98f; }
body.page-sage { background: var(--forest); }
body.page-sage .page-intro h1,
body.page-sage .page-intro p,
body.page-sage .wisdom-line,
body.page-sage .section-head h2 { color: var(--cream); }
body.page-sage .page-intro .eyebrow,
body.page-sage .section-head .eyebrow { color: #e7c98f; }
body.page-sage .page-intro { border-bottom-color: rgba(179, 148, 91, 0.45); }
body.page-sage header.nav {
  background: var(--linen);
}
.band-rose { background: var(--rose); }
.band-gold { background: var(--gold-wash); }
.band-heather {
  background: var(--heather);
  color: var(--cream);
}
.band-heather h2,
.band-heather p,
.band-heather .quote,
.band-heather h3,
.band-forest h2,
.band-forest p,
.band-forest .wisdom-line { color: var(--cream); }
.band-heather .eyebrow,
.band-forest .eyebrow { color: #f0ddb4; }
.band-forest { background: var(--forest); color: var(--cream); }
.band-forest .suit p,
.band-forest .suit h3 { color: var(--ink); }
.band-forest .suit .eyebrow { color: var(--moss-deep); }

.hp-section {
  padding: 3.1rem 0;
}
.hp-serenity-invite {
  padding: 3.6rem 0 3.8rem;
}
.hp-serenity-invite .section-head {
  margin-bottom: 1.8rem;
}
.hp-serenity-invite .section-head h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}
.hp-serenity-invite .section-head p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 1rem auto 0;
}
.hp-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 56rem;
  margin: 2rem auto 1.6rem;
  text-align: left;
}
.hp-three article {
  padding: 1.15rem 1.1rem 1.25rem;
  background: var(--cream);
  border-top: 3px solid var(--gold);
}
.hp-three article.mind { border-top-color: #5f7354; }
.hp-three article.soul { border-top-color: #6a5470; }
.hp-three .note-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin: 0 0 0.35rem;
}
.hp-three h3 {
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.hp-three p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 0;
  max-width: none;
}
.hp-three-wisdom {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  text-align: center;
  color: var(--heather);
  font-size: 1.2rem;
  margin: 0 auto 1.6rem;
  max-width: 34rem;
}
@media (max-width: 700px) {
  .hp-three { grid-template-columns: 1fr; }
}
.hp-books .hp-split-media { min-height: 22rem; }
.hp-books .hp-split-media img {
  object-position: 46% 48%;
  filter: brightness(1.1) contrast(0.9) saturate(0.86);
}
.hp-books .hp-split-copy {
  padding: 2.2rem 3.2rem 2.4rem;
}
.hp-books .hp-split-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
  margin: 0 0 0.95rem;
  max-width: 14ch;
}
.hp-books .hp-split-copy p { margin: 0; }
.hp-books .book-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-top: 2.6rem;
}
.hp-books .book-grid-4 img {
  width: 100%;
  aspect-ratio: 282 / 677;
  object-fit: contain;
  object-position: center top;
  background: var(--linen);
  border-radius: 0;
  border: 1px solid rgba(179, 148, 91, 0.35);
  box-shadow: 0 18px 40px -18px rgba(59, 42, 54, 0.6);
}
.hp-books .book-grid-4 h3 { font-size: 1.25rem; margin: 0.85rem 0 0.35rem; }
.hp-books .book-grid-4 p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

.hp-serenity .box-shot {
  max-width: 22rem;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 22px 50px -22px rgba(37, 40, 31, 0.55);
}
.serenity-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 1.6rem auto 0.4rem;
  max-width: 22rem;
  text-align: center;
}
.serenity-feature.status,
.serenity-line {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--heather);
  margin: 0.2rem auto 1.4rem;
  text-align: center;
  max-width: 36rem;
}
.deck-fan {
  position: relative;
  height: 20rem;
  max-width: 26rem;
  margin: 1.6rem auto 0.6rem;
}
.deck-fan img {
  position: absolute;
  width: 10.4rem;
  left: 50%;
  top: 0.6rem;
  border: 1px solid rgba(179, 148, 91, 0.45);
  box-shadow: 0 16px 32px -16px rgba(52, 50, 48, 0.55);
  background: var(--cream);
}
.deck-fan img:nth-child(1) {
  transform: translateX(-108%) rotate(-11deg);
  z-index: 1;
}
.deck-fan img:nth-child(2) {
  transform: translateX(-50%) rotate(0deg);
  z-index: 3;
}
.deck-fan img:nth-child(3) {
  transform: translateX(8%) rotate(11deg);
  z-index: 2;
}

.card-mini-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin: 1.5rem 0 2.6rem;
}
.card-mini {
  width: 168px;
  text-align: center;
}
.card-mini img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(179, 148, 91, 0.35);
}
.card-mini .kicker {
  margin: 0.7rem 0 0.25rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moss-deep);
}
.card-mini h3 {
  font-size: 1.15rem;
  margin: 0 0 0.3rem;
}
.card-mini p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0;
}

.suit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.2rem;
}
.suit {
  background: var(--cream);
  border-radius: 0;
  padding: 1.5rem 1.4rem 1.7rem;
  box-shadow: none;
  border: 1px solid rgba(52, 50, 48, 0.12);
}
.suit.heart { border-top: 4px solid #b3945b; background: var(--cream); }
.suit.mind { border-top: 4px solid #5f7354; background: var(--cream); }
.suit.soul { border-top: 4px solid #6a5470; background: var(--cream); }
.suit .swatch {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-right: 0.45rem;
  vertical-align: -1px;
}
.suit.heart .swatch { background: #b3945b; }
.suit.mind .swatch { background: #5f7354; }
.suit.soul .swatch { background: #6a5470; }
.suit h3 { font-size: 1.35rem; margin: 0 0 0.15rem; }
.suit p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 0;
}
.suit p.suit-colour {
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
}
.suit p.suit-ask {
  color: var(--heather);
  font-size: 1.12rem;
  margin: 0 0 0.7rem;
}

.inset-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}
.inset-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.4rem;
}
.inset-list li::before {
  content: "❧";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.8rem;
}
.speaking-themes li {
  padding-bottom: 1rem;
  color: var(--ink-soft);
}
.speaking-themes strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.portrait-editorial {
  width: 100%;
  max-width: 22rem;
  margin: 0 0 1.2rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(52, 50, 48, 0.12);
  filter: none;
}
.deck-photo {
  margin: 2rem auto;
  max-width: 42rem;
}
.deck-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: none;
}
.deck-photo figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--heather);
  margin-top: 0.7rem;
  text-align: center;
}

.photo-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem 1.2rem;
  margin: 0 0 3.4rem;
}
.photo-story figure {
  margin: 0;
  background: transparent;
}
.photo-story img,
.photo-story figure.tall img,
.photo-story figure.wide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(0.92);
}
.photo-story figure.wide { grid-column: auto; }
.photo-story figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--heather);
  padding: 0.7rem 0.1rem 0.2rem;
}
.photo-story figcaption strong {
  display: block;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin-bottom: 0.2rem;
}

.page-retreats .page-intro {
  padding: 1.55rem 0 1rem;
}
.page-retreats .retreat-open {
  padding-bottom: 0.2rem;
  margin-bottom: 1.15rem;
}
.page-retreats .date-line {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin: 1rem 0 0;
}
.page-retreats .retreat-banner {
  margin: 0.35rem auto 1.35rem;
}
.page-retreats .retreat-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  object-position: 50% 8%;
  display: block;
  filter: saturate(0.9) contrast(0.97) brightness(0.99);
}
.page-retreats .season-ask {
  padding: 1.5rem 2rem 1.7rem;
  max-width: 46rem;
  margin: 0 auto;
}
.page-retreats .retreat-copy {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.6rem 2rem 0.8rem;
}
.page-retreats .retreat-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  margin: 0 0 1rem;
}
.page-retreats .retreat-copy p {
  color: var(--ink-soft);
  margin: 0 0 1rem;
  max-width: 46ch;
}
.page-retreats .retreat-frame {
  max-width: 26rem;
  margin: 0.25rem auto 0;
  padding: 0;
}
.page-retreats .retreat-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}
.page-retreats .retreat-frame.is-path img {
  object-position: 50% 48%;
  filter: saturate(0.86) contrast(0.95) brightness(0.97);
}
.page-retreats .why-created .hp-split-media {
  min-height: 0;
  aspect-ratio: 4 / 5;
}
.page-retreats .why-created img {
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(0.88) contrast(0.96) brightness(0.99);
}
.page-retreats .castle-home .hp-split-media {
  min-height: 32rem;
  aspect-ratio: 4 / 3;
}
.page-retreats .castle-home img {
  object-position: 48% 52%;
  filter: saturate(0.78) contrast(0.94) brightness(0.97);
}
.page-retreats .season-ask .eyebrow { margin-bottom: 0.85rem; }
.page-retreats .season-ask .prose { margin: 0; }
.page-retreats .section-head { margin-bottom: 1.5rem; }
.page-retreats .awaits,
.page-retreats .rhythm,
.page-retreats .feel-of-days,
.page-retreats .imagine,
.page-retreats .included,
.page-retreats .interest {
  padding: 2.2rem 2rem;
}
.page-retreats .feel-of-days .photo-story {
  grid-template-columns: 1fr 1fr;
  max-width: 40rem;
  margin: 0 auto 0.4rem;
  gap: 1rem 1.1rem;
}
.page-retreats .feel-of-days .photo-story img {
  aspect-ratio: 4 / 5;
}
.page-retreats .feel-of-days .photo-story img.is-wander {
  object-position: 50% 52%;
}
.page-retreats .feel-of-days .photo-story img.is-home {
  object-position: 50% 40%;
}
.page-retreats .hp-section.band-heather {
  padding: 2.5rem 0;
}
.page-retreats .place-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem 1.6rem;
  margin-top: 1.6rem;
}
.page-retreats .place-list h3 {
  font-size: 1.25rem;
  margin: 0 0 0.35rem;
  color: var(--heather);
}
.page-retreats .place-list p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.page-retreats .imagine-list {
  max-width: 36rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.page-retreats .imagine-list li {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink);
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(52, 50, 48, 0.1);
}
.page-retreats .included-list {
  list-style: none;
  margin: 0 auto 1.6rem;
  padding: 0;
  max-width: 40rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 2.2rem;
}
.page-retreats .included-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.15rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
}
.page-retreats .included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.4rem;
  height: 1px;
  background: var(--gold);
}
.page-retreats .included-note {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-soft);
  margin: 0 auto 1.4rem;
  max-width: 36rem;
}
.page-retreats .life-bridge {
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 0.4rem;
}
.page-retreats .draft-flag { display: none; }
.page-retreats #carry .quote {
  max-width: 40rem;
  margin: 0.4rem auto 2rem;
  text-align: center;
}
.page-retreats #carry h3,
.page-retreats #carry .retreat-grid p {
  color: #f3ebdd;
}
.page-retreats #carry .retreat-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.4rem;
}
.page-retreats .interest {
  padding-bottom: 4.4rem;
}
.page-retreats .stay-edinburgh {
  padding: 1.3rem 2rem 1.6rem;
}
.page-retreats .stay-copy {
  max-width: 40rem;
  margin: 0 auto;
}
.page-retreats .stay-copy h2 {
  margin: 0 0 1.4rem;
}
.page-retreats .stay-copy p {
  color: var(--ink-soft);
  margin: 0 0 1.15rem;
  max-width: none;
}
.page-retreats .stay-line {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.22rem, 2.1vw, 1.45rem);
  line-height: 1.5;
  color: var(--heather);
  margin: 1.15rem 0 1.2rem;
}
.page-retreats .stay-peak {
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  text-align: center;
  margin: 1.35rem 0 1.4rem;
  line-height: 1.4;
}
.page-retreats .stay-edinburgh .retreat-frame {
  margin-top: 0.35rem;
}
.page-retreats .stay-kinnaird {
  background: var(--cream);
  padding: 2.4rem 0 3rem;
  margin-top: 0;
}
.page-retreats .stay-visuals {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr;
  gap: 0.75rem;
  max-width: 52rem;
  margin: 0 auto 0.3rem;
  padding: 0 2rem;
  align-items: stretch;
}
.page-retreats .stay-visuals figure {
  margin: 0;
  overflow: hidden;
}
.page-retreats .stay-visuals img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-retreats .stay-visuals .is-castle img {
  aspect-ratio: 4 / 3;
  object-position: 48% 52%;
  filter: saturate(0.78) contrast(0.94) brightness(0.97);
}
.page-retreats .stay-visuals .is-door img {
  aspect-ratio: 3 / 4;
  object-position: 50% 40%;
  filter: saturate(0.86) contrast(0.96) brightness(0.99);
}
.page-retreats .stay-kinnaird .photo-credit {
  max-width: 52rem;
  margin: 0 auto 1.6rem;
  padding-right: 2rem;
}
.page-retreats .stay-kinnaird .stay-copy {
  padding: 0 2rem;
}
.page-retreats .stay-copy p:last-child { margin-bottom: 0; }
.page-retreats .interest .form { margin-bottom: 0.6rem; }

.retreat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 1.5rem 0 2.6rem;
}
.retreat-grid h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  color: var(--heather);
  margin: 0 0 0.5rem;
}
.retreat-grid p { color: var(--ink-soft); margin: 0; font-size: 0.95rem; }

.wisdom-line {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--heather);
  max-width: 36rem;
  margin: 2.2rem auto 0;
}
.hp-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2.4rem;
}
.hp-journal-grid img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  border-radius: 4px;
}
.hp-journal-grid h3 { font-size: 1.35rem; margin: 0.7rem 0 0.4rem; }
.hp-journal-grid p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

.hp-follow { text-align: center; padding: 3.1rem 2rem; }
.hp-follow .eyebrow { margin-bottom: 0.7rem; }
.hp-follow .lede {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink-soft);
  max-width: 36rem;
  margin: 0.8rem auto 2rem;
}
.form-inline {
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  gap: 0.6rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: left;
}
.form-inline .btn { align-self: end; }

.hp-close {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: var(--cream);
}
.hp-close img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-close-scrim {
  position: absolute;
  inset: 0;
  background: rgba(28, 21, 34, 0.55);
}
.hp-close-copy { position: relative; z-index: 1; padding: 3.4rem 1.5rem; max-width: 40rem; }
.hp-close-copy blockquote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.4;
  color: #ecdfc4;
  margin: 0 0 1.6rem;
}
.hp-close-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 1.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hp-close-links a { color: #e7cf9f; border-bottom: 1px solid transparent; }
.hp-close-links a:hover { border-bottom-color: #e7cf9f; }

@media (max-width: 900px) {
  .hp-split,
  .retreat-grid,
  .photo-story,
  .hp-books .book-grid-4,
  .hp-journal-grid,
  .form-inline,
  .suit-row,
  .room-paths,
  .room-feature,
  .room-shelf,
  .room-row,
  .room-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .photo-story figure.wide { grid-column: auto; }
  .hp-split-copy { padding: 2rem 1.5rem 2.4rem; }
  .hp-retreat-inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem 0 2.2rem;
  }
  .hp-kinnaird {
    max-width: 100%;
    margin: 1.6rem 1.5rem 2.4rem;
  }
  .page-retreats .place-list { grid-template-columns: 1fr; }
  .page-retreats .included-list { grid-template-columns: 1fr; }
  .page-retreats #carry .retreat-grid { grid-template-columns: 1fr; }
  .page-retreats .castle-home .hp-split-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .page-retreats .stay-edinburgh {
    padding: 1.2rem 2rem 1.3rem;
  }
  .page-retreats .stay-kinnaird {
    padding: 1.8rem 0 2.4rem;
  }
  .page-retreats .stay-visuals {
    grid-template-columns: 1fr;
    padding: 0;
    max-width: none;
    gap: 0.55rem;
  }
  .page-retreats .stay-visuals .is-castle img {
    aspect-ratio: 16 / 9;
  }
  .page-retreats .stay-visuals .is-door {
    max-width: 15rem;
    margin: 0 auto;
  }
  .page-retreats .stay-visuals .is-door img {
    aspect-ratio: 3 / 4;
  }
  .page-retreats .stay-peak {
    font-size: 1.4rem;
  }
  .page-retreats .retreat-banner img {
    aspect-ratio: 16 / 9;
    object-position: 50% 10%;
  }
  .page-retreats .feel-of-days .photo-story {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
  .hp-split-media { min-height: 0; aspect-ratio: 16 / 9; }
  .photo-story { grid-template-columns: 1fr; }
  .hp-meet .hp-split-media {
    min-height: 0;
    padding: 2.2rem 2.6rem 0.4rem;
    justify-content: center;
  }
  .hp-meet .portrait-frame {
    max-width: 15rem;
    margin: 0 auto;
  }
  .hp-meet .hp-split-media img {
    max-width: none;
    max-height: none;
    margin: 0 auto;
  }
  .hp-meet .hp-split-copy { padding: 1.6rem 1.6rem 2.4rem; }
  .intro-visual {
    padding-top: 0;
    justify-content: center;
  }
  .about-tree {
    width: 20.5rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .about-tree img {
    max-width: none;
    object-position: 38% 28%;
  }
  .serenity-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .serenity-hero-photo {
    order: 1;
    min-height: 0;
    height: clamp(14rem, 48vw, 18rem);
    width: 100%;
  }
  .serenity-hero-head {
    order: 2;
    padding: 1.7rem 1.5rem 0.2rem;
    text-align: left;
  }
  .serenity-hero-head h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    text-align: left;
  }
  .serenity-hero-head p {
    font-size: 1.1rem;
    text-align: left;
  }
  .serenity-hero-listen {
    order: 3;
    padding: 1.1rem 1.5rem 1.7rem;
    max-width: 22rem;
    font-size: 1.2rem;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .page-connect .connect-banner {
    margin-top: 1.25rem;
  }
  .page-connect .connect-welcome {
    padding: 1rem 1.5rem 2rem;
  }
  .page-connect .connect-letters {
    padding: 2.4rem 0 2.6rem;
  }
  .page-connect .connect-letters-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .page-connect .connect-letters-photo img {
    height: 18rem;
  }
  .page-connect .connect-touch {
    padding: 2.6rem 1.5rem 1.8rem;
  }
  .page-connect .connect-find { padding: 0.2rem 1.5rem 2.8rem; }
  .hp-idea { padding: 1.9rem 1.5rem 1.7rem; }
  .hp-idea h2 { max-width: 14ch; }
  .doorway-shot {
    min-height: 26rem;
    aspect-ratio: 3 / 4;
  }
  .doorway-shot img { object-position: 48% 42%; }
  .hp-hero {
    min-height: 78vh;
    align-items: flex-end;
  }
  .hp-hero-scrim {
    background:
      linear-gradient(180deg, rgba(18, 14, 12, 0.38) 0%, transparent 20%, transparent 52%, rgba(18, 14, 12, 0.42) 100%),
      linear-gradient(90deg, rgba(22, 18, 16, 0.22) 0%, transparent 55%);
  }
  .hp-hero-copy {
    padding: 6.2rem 1.4rem 2.2rem;
    max-width: 18.5rem;
  }
  .hp-hero-copy .lede { font-size: 1.22rem; }
  .deck-fan { height: 16.5rem; max-width: 20rem; }
  .deck-fan img { width: 8.2rem; }
  .letter-shelf { grid-template-columns: 1fr; gap: 1rem; padding-bottom: 2.6rem; }
  .room-feature .room-photo img,
  .room-shelf .room-photo img,
  .room-row .room-photo img { min-height: 0; height: 16.5rem; max-height: none; }
  .room-copy p { max-width: none; }
  footer { padding: 3.2rem 1.4rem 0.75rem; }
  footer blockquote { max-width: 28rem; }
  .site-close img {
    height: 42vh;
    min-height: 14rem;
    max-height: 22rem;
    object-position: center 50%;
  }
}

.page-storyroom .room-hero {
  padding: 2.2rem 0 1.4rem;
  border-bottom: 1px solid rgba(179, 148, 91, 0.4);
}
.page-storyroom .room-hero h1 {
  font-size: clamp(1.75rem, 6vw, 3.15rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
}
.page-storyroom .room-hero p {
  max-width: min(34rem, 100%);
  margin: 0.7rem auto 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding: 0 0.5rem;
}
@media (max-width: 700px) {
  .page-storyroom .room-hero h1 {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
  .page-storyroom .room-hero p {
    font-size: 1.05rem;
    max-width: 100%;
  }
  .room-intro { padding-left: 0.35rem; padding-right: 0.35rem; }
}
.room-intro {
  max-width: min(38rem, 100%);
  margin: 0 auto;
  padding: 1.8rem 2rem 1.1rem;
  text-align: center;
}
.room-intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 1.3rem;
  overflow-wrap: break-word;
}
.room-intro p:last-child { margin-bottom: 0; }
.room-intro .room-begin {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.28rem;
  color: var(--heather);
  margin-top: 1.35rem;
}

.letter-shelf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.25rem;
  padding: 0.4rem 1.5rem 3.4rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.letter-card {
  position: relative;
  display: block;
  min-height: 0;
  max-width: 100%;
  aspect-ratio: 2.2 / 1;
  padding: 1rem 1.1rem 0.8rem 1.35rem;
  color: #3d322c;
  text-decoration: none;
  overflow: hidden;
  background-color: var(--heather);
  background-image:
    repeating-linear-gradient(18deg, rgba(60, 45, 40, 0.025) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, rgba(255, 250, 244, 0.16), rgba(50, 38, 32, 0.06));
  box-shadow: inset 0 0 0 1px rgba(70, 52, 48, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.letter-card:hover {
  color: #3d322c;
  transform: rotateY(0deg) translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(70, 52, 48, 0.14),
    0 10px 20px -14px rgba(40, 28, 20, 0.38);
}
.letter-card.is-plum { background-color: #b7a4aa; }
.letter-card.is-sage { background-color: var(--sage-paper); }
.letter-card.is-gold { background-color: #d2c4a0; }
.letter-card.is-blue { background-color: var(--blue-paper); }
.letter-card.is-hidden { display: none; }
.letter-mark {
  position: absolute;
  top: 1.7rem;
  right: 7.9rem;
  z-index: 3;
  display: flex;
  align-items: center;
  color: rgba(48, 38, 34, 0.5);
  pointer-events: none;
}
.letter-postmark {
  width: 4.5rem;
  height: 4.5rem;
}
.letter-postmark text {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  fill: currentColor;
}
.letter-cancel {
  width: 2.6rem;
  height: 1rem;
  margin-right: -0.45rem;
  background:
    repeating-linear-gradient(
      -16deg,
      transparent 0 3px,
      rgba(48, 38, 34, 0.46) 3px 4px
    );
}
.letter-stamp {
  position: absolute;
  top: 0.55rem;
  right: 0.6rem;
  z-index: 2;
  width: 8.7rem;
  height: 10.55rem;
  filter: drop-shadow(0 2px 5px rgba(40, 28, 20, 0.18));
}
.letter-stamp-paper {
  position: absolute;
  inset: 0;
  background: #fffef8;
  -webkit-mask: radial-gradient(circle at 0 0, transparent 4.4px, #000 4.6px) -4.4px -4.4px / 8.8px 8.8px;
  mask: radial-gradient(circle at 0 0, transparent 4.4px, #000 4.6px) -4.4px -4.4px / 8.8px 8.8px;
}
.letter-stamp img {
  position: absolute;
  inset: 0.48rem;
  width: calc(100% - 0.96rem);
  height: calc(100% - 0.96rem);
  object-fit: cover;
  display: block;
  filter: none;
}
.letter-title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.12;
  color: #2f2622;
  margin: 2.15rem 10.2rem 0.5rem 0;
  max-width: 15ch;
}
.letter-category {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.letter-category::before,
.letter-category::after {
  content: "";
  width: 1.35rem;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}
.letter-open {
  position: absolute;
  right: 1.15rem;
  bottom: 0.7rem;
  z-index: 1;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3d322c;
}
.letter-scene {
  perspective: 1100px;
  min-height: 0;
  cursor: pointer;
}
.letter-scene.is-hidden { display: none; }
.letter-flip {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.4, 0.05, 0.18, 1);
}
.letter-scene.is-busy { pointer-events: none; }
.letter-scene.is-flipped .letter-flip { transform: rotateY(180deg); }
.letter-scene.is-flipped .letter-card,
.letter-scene.is-flipped .letter-card:hover {
  transform: rotateY(0deg);
  box-shadow: inset 0 0 0 1px rgba(70, 52, 48, 0.14);
}
.letter-front {
  cursor: pointer;
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.letter-scene.is-flipped .letter-front { pointer-events: none; }
.letter-back {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background-color: #b7a4aa;
  background-image:
    repeating-linear-gradient(18deg, rgba(60, 45, 40, 0.025) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, rgba(255, 250, 244, 0.16), rgba(50, 38, 32, 0.06));
  box-shadow: inset 0 0 0 1px rgba(70, 52, 48, 0.14);
}
.letter-scene.is-flipped .letter-back { pointer-events: auto; }
.letter-back.is-plum { background-color: #b7a4aa; }
.letter-back.is-sage { background-color: var(--sage-paper); }
.letter-back.is-gold { background-color: #d2c4a0; }
.letter-back.is-blue { background-color: var(--blue-paper); }
.letter-flap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 46%;
  z-index: 3;
  transform-origin: top center;
  background: inherit;
  background-image:
    linear-gradient(180deg, rgba(255, 252, 246, 0.12), rgba(40, 30, 26, 0.08));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-shadow: 0 6px 14px -10px rgba(40, 28, 20, 0.35);
  transition: transform 0.8s cubic-bezier(0.4, 0.1, 0.2, 1);
}
.letter-scene.is-unsealed .letter-flap {
  transform: rotateX(-118deg);
}
.wax-seal {
  position: absolute;
  left: 50%;
  top: 72%;
  width: 3.35rem;
  height: 3.35rem;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 3px rgba(40, 24, 28, 0.28));
  transition: transform 0.55s ease, opacity 0.55s ease;
}
.wax-seal-mark { width: 100%; height: 100%; display: block; }
.letter-scene.is-unsealed .wax-seal {
  transform: translate(-42%, -28%) scale(0.82) rotate(-8deg);
  opacity: 0.18;
}
.letter-peek {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 22%;
  height: 58%;
  z-index: 1;
  background: #f6f0e4;
  box-shadow: 0 1px 0 rgba(179, 148, 91, 0.25);
  transform: translateY(36%);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.6s ease;
}
.letter-scene.is-unsealed .letter-peek {
  transform: translateY(-6%);
  opacity: 1;
}
body.is-reading-letter { overflow: hidden; }
.letter-reader {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4.6rem 1.2rem 2.2rem;
  overflow: auto;
  background: rgba(232, 221, 208, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.letter-reader.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.letter-reader-paper {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 2rem;
  background: #f6f0e4;
  padding: 1.6rem 2rem 2.6rem;
  box-shadow: 0 22px 48px -28px rgba(40, 28, 20, 0.4);
  transform: translateY(1.8rem) scaleY(0.96);
  transform-origin: top center;
  opacity: 0;
  transition: transform 0.85s cubic-bezier(0.4, 0.05, 0.18, 1), opacity 0.7s ease;
}
.letter-reader.is-open .letter-reader-paper {
  transform: none;
  opacity: 1;
}
.letter-reader-close {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Karla", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--heather);
  cursor: pointer;
}
.letter-reader-close:hover { color: var(--gold-deep); }
.letter-signoff {
  text-align: center;
  margin-top: 2.2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(179, 148, 91, 0.35);
}
.letter-signoff p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.28rem;
  color: var(--heather);
  margin: 0;
  line-height: 1.45;
}
.letter-sign-seal {
  display: inline-flex;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0.85rem auto 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.letter-sign-seal .wax-seal-mark {
  filter: drop-shadow(0 2px 3px rgba(40, 24, 28, 0.22));
}
@media (prefers-reduced-motion: reduce) {
  .letter-flip,
  .letter-flap,
  .wax-seal,
  .letter-peek,
  .letter-reader,
  .letter-reader-paper { transition: none; }
}

.room-circle {
  text-align: center;
  max-width: 32rem;
  margin: 0.4rem auto 3.2rem;
  padding: 0 1.5rem;
}
.room-circle p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin: 0 0 0.55rem;
}
.room-circle .cta-row { margin-top: 1.15rem; }

.letter-circle {
  text-align: center;
  margin: 2.4rem 0 0;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(179, 148, 91, 0.4);
}
.letter-circle p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 0.45rem;
}
.letter-circle .cta-row { margin-top: 1rem; }
@media (max-width: 900px) {
  .letter-shelf { grid-template-columns: 1fr; gap: 1.15rem; padding-left: 1.25rem; padding-right: 1.25rem; }
  .letter-card {
    aspect-ratio: auto;
    min-height: 14rem;
    padding: 1.05rem 5.8rem 1.8rem 1.1rem;
    overflow: hidden;
  }
  .letter-stamp { width: 4.4rem; height: 5.4rem; top: 0.5rem; right: 0.55rem; }
  .letter-mark { right: 5.05rem; top: 1.05rem; }
  .letter-postmark { width: 2.6rem; height: 2.6rem; }
  .letter-cancel { width: 1.5rem; }
  .letter-title {
    margin: 1.2rem 0 0.4rem 0;
    font-size: 1.32rem;
    max-width: 16ch;
  }
  .letter-open {
    position: static;
    display: inline-block;
    margin-top: 1.1rem;
  }
  .letter-reader { padding: 4.4rem 0.85rem 1.4rem; }
  .letter-reader-paper { padding: 1.25rem 1.2rem 2rem; }
}

.page-letter .letter-sheet {
  max-width: 40rem;
  padding: 2.4rem 2rem 3.4rem;
}
.page-letter .letter-missing {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
}
.letter-head {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(179, 148, 91, 0.4);
}
.letter-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.55rem;
}
.letter-cat {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--heather);
  margin: 0 0 0.8rem;
}
.letter-head h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.18;
  margin: 0;
}
.letter-date {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0.8rem 0 0;
}
.letter-turn {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(179, 148, 91, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.letter-turn a { color: var(--heather); }
.letter-turn a:hover { color: var(--gold-deep); }

.room-paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem 1.6rem;
  padding: 1.6rem 0 3.2rem;
}
@media (max-width: 1100px) {
  .room-paths { grid-template-columns: 1fr 1fr; }
}
.room-path {
  display: block;
  padding: 1.3rem 0.2rem 0.4rem;
  border-top: 1px solid rgba(179, 148, 91, 0.55);
  color: inherit;
}
.room-path:hover { color: inherit; }
.room-path .eyebrow { margin-bottom: 0.7rem; color: var(--gold-deep); }
.room-path p:last-child {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.room-path.is-active { border-top-color: var(--heather); }
.room-path.is-active .eyebrow { color: var(--heather); }

.room-collection { padding-bottom: 4.2rem; }
.room-collection .section-head { margin-bottom: 2rem; text-align: left; }

.room-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.4rem 3rem;
  align-items: center;
  margin-bottom: 3.4rem;
}
.room-photo { margin: 0; display: block; color: inherit; }
.room-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.room-feature .room-photo img { min-height: 28rem; max-height: 36rem; }
.room-copy h2,
.room-copy h3 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.18;
  color: var(--heather);
  margin: 0.55rem 0 0.9rem;
}
.room-copy h2 a,
.room-copy h3 a { color: inherit; }
.room-copy h3 { font-size: clamp(1.45rem, 2.4vw, 1.85rem); }
.room-copy p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  margin: 0 0 1rem;
  max-width: 38ch;
}
.room-date {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin: 0 0 1.3rem;
}
.text-link {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--heather);
  border-bottom: 1px solid rgba(122, 104, 114, 0.45);
  padding-bottom: 0.15rem;
}
.text-link:hover { color: var(--gold-deep); border-bottom-color: var(--gold); }

.room-shelf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 2rem;
  margin-bottom: 3.2rem;
}
.room-shelf .room-photo img { height: 18rem; }
.room-shelf .room-copy { padding-top: 1.2rem; }

.room-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem 3rem;
  align-items: center;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(37, 40, 31, 0.1);
}
.room-row .room-photo img { height: 20rem; }
.room-row.is-reverse { direction: ltr; }

.room-empty {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--heather);
  text-align: center;
  margin: 2.4rem auto 0;
  max-width: 28rem;
}
.room-feature.is-hidden,
.room-piece.is-hidden,
.room-row.is-hidden { display: none; }

.page-essay .essay-head {
  text-align: center;
  padding: 2.8rem 0 1.6rem;
}
.page-essay .essay-head .eyebrow { margin-bottom: 0.9rem; }
.page-essay .essay-head .eyebrow a { color: inherit; }
.page-essay h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  line-height: 1.18;
  max-width: 16ch;
  margin: 0 auto;
}
.page-essay .essay-date {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss-deep);
  margin: 1rem 0 0;
}
.essay-photo {
  margin: 0 auto 2.4rem;
  max-width: 52rem;
}
.essay-photo img {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
}
.page-essay .prose { margin-bottom: 2rem; max-width: 40rem; }
.page-essay .prose p {
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 0 0 1.4rem;
}
.page-essay .prose h2 {
  font-size: clamp(1.55rem, 2.6vw, 1.95rem);
  margin: 2.8rem 0 1.2rem;
  line-height: 1.25;
}
.page-essay .prose .pull {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.5;
}
.page-essay .prose p.essay-close {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.32rem;
  line-height: 1.45;
  color: var(--heather);
  margin: 2.4rem 0 0.35rem;
}
.page-essay .prose p.essay-close + p.essay-close {
  margin-top: 0.55rem;
  margin-bottom: 3.6rem;
}
.essay-stay {
  text-align: center;
  max-width: 36rem;
  margin: 1rem auto 0;
  padding: 3.4rem 0 2.6rem;
  border-top: 1px solid rgba(179, 148, 91, 0.4);
}
.essay-stay h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  margin-bottom: 1.1rem;
}
.essay-stay p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 1.8rem;
}
.essay-next {
  max-width: 40rem;
  margin: 0 auto 4.2rem;
  padding-top: 1.4rem;
}
.essay-next > .eyebrow {
  text-align: center;
  margin-bottom: 1.6rem;
}
.essay-next .room-piece {
  border-top: 1px solid rgba(37, 40, 31, 0.1);
  padding-top: 1.6rem;
}
.essay-next .room-photo img { height: 16rem; }
@media (max-width: 900px) {
  .page-essay .essay-photo { order: -1; }
  .page-essay main.wrap {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .room-paths,
  .room-feature,
  .room-shelf,
  .room-row,
  .room-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .room-feature .room-photo img,
  .room-shelf .room-photo img,
  .room-row .room-photo img {
    min-height: 0;
    height: 16.5rem;
    max-height: none;
  }
  .room-copy p { max-width: none; }
  .room-feature { gap: 1.4rem; margin-bottom: 2.6rem; }
  .room-shelf { gap: 2.2rem; }
}
.essay-origin {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin-top: 2.4rem;
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .triplet-mini p { opacity: 1; transform: none; }
}

.page-legal .legal-updated {
  font-family: Karla, sans-serif;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 1rem;
}
.legal-toc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1.4rem auto 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.legal-toc a.is-current,
.footer-legal a.is-current { color: var(--gold); }
.page-legal .prose h2 {
  margin: 2.3rem 0 0.75rem;
  font-size: 1.55rem;
}
.page-legal .prose h3 {
  margin: 1.5rem 0 0.45rem;
  font-size: 1.12rem;
  color: var(--heather);
}
.page-legal .prose ul {
  color: var(--ink-soft);
  font-size: 1.05rem;
  padding-left: 1.2rem;
  margin: 0.4rem 0 1.1rem;
}
.page-legal .prose li { margin: 0.35rem 0; }
.page-legal .prose a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
footer .footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem 1.35rem;
  margin: 1.05rem 0 0;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
footer .footer-legal a { color: rgba(214, 208, 197, 0.82); }
footer .footer-legal a:hover { color: var(--gold); }
