/*
Theme Name: Bloom & Build
Theme URI: https://bloomandbuild.shop
Author: Bloom & Build Studio
Author URI: https://bloomandbuild.shop
Description: An antiquarian-catalogue WordPress theme for Bloom & Build — folio-numbered sections, justified body type, cream + charcoal restraint, distinctive layout language designed to evoke a Smythson stationer's catalogue rather than a generic creator template. Built for women running intentional online businesses.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloomandbuild
Tags: blog, e-commerce, two-columns, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ──────────────────────────────────────────────────────────────
   1. ROOT — antiquarian catalogue tokens
   ────────────────────────────────────────────────────────────── */
:root {
  /* Color, restrained — 84% cream, 12% charcoal, 3% rose, 1% script-rose */
  --cream:        #FDF5F0;
  --cream-deep:   #F8EFE6;
  --paper:        #FBF6F1;
  --charcoal:     #2A211E;          /* deepened from 3D2E2A for stronger contrast */
  --charcoal-mid: #5A4A45;
  --charcoal-soft:#8A786F;
  --rose:         #C4838B;
  --rose-deep:    #9F5E66;
  --rose-faint:   rgba(196, 131, 139, 0.18);

  /* Brand Bible §5 typography */
  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-script:  'Pinyon Script', cursive;
  --font-ui:      'Inter', sans-serif;        /* tracked-out tiny caps */

  /* Geometry */
  --col-gap:      2.5rem;
  --max-folio:    1280px;
  --gutter:       3rem;
  --rule:         1px solid var(--rose-faint);

  /* Motion */
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
}

/* ──────────────────────────────────────────────────────────────
   2. RESET
   ────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-variant-ligatures: common-ligatures;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--cream);
  background-image:
    radial-gradient(ellipse 1200px 800px at 80% -10%, rgba(196,131,139,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 900px 700px at 5% 110%, rgba(196,131,139,0.05) 0%, transparent 65%);
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1; }

img, video, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; transition: color 0.2s var(--ease-out); }

::selection { background: var(--rose); color: var(--cream); }

/* ──────────────────────────────────────────────────────────────
   3. THE FOLIO — main layout container
   ────────────────────────────────────────────────────────────── */
.folio {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}

@media (max-width: 720px) {
  .folio { padding: 0 1.5rem; }
}

/* Folio number — small marginalia ABOVE each section title.
   Was position:absolute which overlapped multi-line titles. Now static. */
.folio__number {
  display: block;
  margin: 0 0 1.5rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  font-weight: 400;
}

/* ──────────────────────────────────────────────────────────────
   4. TYPOGRAPHIC SCALE
   ────────────────────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  font-weight: 400;
  display: inline-block;
}

.eyebrow--rose { color: var(--rose-deep); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.08;
  letter-spacing: -0.005em;
  margin: 0;
}

.display {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--charcoal);
}

.display em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 300;
}

.headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.body-prose p {
  margin: 0 0 1.25em;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Drop cap on the first paragraph of major sections */
.body-prose--dropcap > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 4.8em;
  line-height: 0.85;
  float: left;
  margin: 0.05em 0.15em -0.1em 0;
  color: var(--rose-deep);
}

/* The script & — Brand Bible signature, used sparingly */
.amp {
  font-family: var(--font-script);
  font-style: italic;
  color: var(--rose);
  font-weight: 400;
  display: inline-block;
}

/* ──────────────────────────────────────────────────────────────
   5. ORNAMENTAL RULES
   ────────────────────────────────────────────────────────────── */
.rule {
  border: 0;
  height: 1px;
  background: var(--rose-faint);
  margin: 0;
}

.rule--center {
  width: 60px;
  margin: 2.5rem auto;
  background: var(--rose);
  opacity: 0.4;
}

.rule--diamond {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
  color: var(--rose);
  opacity: 0.6;
}

.rule--diamond::before,
.rule--diamond::after {
  content: '';
  height: 1px;
  background: currentColor;
  flex: 1;
  opacity: 0.5;
}

.rule--diamond span {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  top: -0.05em;
}

/* ──────────────────────────────────────────────────────────────
   6. HEADER — masthead style
   ────────────────────────────────────────────────────────────── */
.masthead {
  border-bottom: var(--rule);
  padding: 1.5rem 0;
  background: var(--cream);
  position: relative;
  z-index: 100;
}

.masthead__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.masthead__edition {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

.masthead__brand {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--charcoal);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
}

.masthead__brand .amp {
  font-size: 1.4em;
  line-height: 0.6;
  vertical-align: -0.1em;
  margin: 0 0.1em;
}

.masthead__date {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  text-align: right;
}

/* EN · ES language toggle — top-right of masthead */
.masthead__lang {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.masthead__lang-link {
  color: var(--charcoal-soft);
  font-weight: 400;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
  transition: color 0.25s var(--ease-out), border-color 0.25s var(--ease-out);
}
.masthead__lang-link:hover { color: var(--rose-deep); }
.masthead__lang-link.is-active {
  color: var(--charcoal);
  border-bottom-color: var(--rose);
}
.masthead__lang-sep { color: var(--rose); opacity: 0.6; }

@media (max-width: 720px) {
  .masthead__inner { grid-template-columns: 1fr; gap: 0.75rem; text-align: center; }
  .masthead__edition, .masthead__date { text-align: center; font-size: 0.55rem; letter-spacing: 0.4em; }
  .masthead__lang { justify-self: center; }
}

/* Nav row */
.nav-row {
  border-top: var(--rule);
  background: var(--cream);
  padding: 0.85rem 0;
}

.nav-row__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.75rem;
}

/* Reset any UL the fallback or wp_nav_menu emits — strip bullets, make horizontal */
.nav-row__inner ul,
.nav-row__inner .site-nav,
.nav-row__inner .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.75rem;
  width: 100%;
}
.nav-row__inner li,
.nav-row__inner .site-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-row a {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 400;
  position: relative;
  padding: 0.3rem 0;
}

.nav-row a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--rose);
  transition: width 0.4s var(--ease-out), left 0.4s var(--ease-out);
}

.nav-row a:hover::after,
.nav-row a:focus::after {
  width: 100%;
  left: 0;
}

@media (max-width: 720px) {
  .nav-row__inner { gap: 1.25rem; font-size: 0.6rem; }
  .nav-row a { font-size: 0.55rem; letter-spacing: 0.3em; }
}

/* ──────────────────────────────────────────────────────────────
   7. FOLIO 00 — HERO  (with editorial photography)
   ────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 7rem 0 5rem;
  overflow: hidden;
  background: var(--cream);
}

/* Two-column layout: text left, large editorial photo right.
   Side mark and folio mark are HIDDEN on photo hero — they overlapped the image. */
.hero--photo {
  padding: 5rem 0 4rem;
}
.hero--photo .hero__sidemark,
.hero--photo .hero__folio-mark {
  display: none;
}
.hero--photo .hero__inner {
  grid-template-columns: 1fr;
  gap: 0;
  padding-right: calc(40% + 2rem);
}
.hero--photo .hero__photo-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44%;
  overflow: hidden;
  z-index: 0;
}
.hero--photo .hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.94) brightness(1.02);
  display: block;
}
/* Cream feather gradient where photo meets text — softer, larger */
.hero--photo .hero__photo-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(253,245,240,0.65) 10%, rgba(253,245,240,0) 35%);
  pointer-events: none;
  z-index: 2;
}
.hero--photo .hero__content {
  position: relative;
  z-index: 3;
  max-width: 640px;
}

/* Mobile: stack photo BELOW text, photo at proper aspect ratio */
@media (max-width: 900px) {
  .hero--photo { padding: 3.5rem 0 4rem; }
  .hero--photo .hero__inner { padding-right: var(--gutter); }
  .hero--photo .hero__photo-wrap {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-top: 2.5rem;
    inset: auto;
  }
  .hero--photo .hero__photo-wrap::before { display: none; }
}

.hero__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 11fr;
  gap: 0;
  position: relative;
}

.hero__sidemark {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: start;
  margin-top: 1rem;
  white-space: nowrap;
}

.hero__content {
  max-width: 940px;
}

.hero__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 2rem;
  font-weight: 400;
  opacity: 0;
  animation: bb-rise 1s 0.1s var(--ease-out) forwards;
}

.hero__display {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.028em;
  color: var(--charcoal);
  margin: 0 0 2.5rem;
  opacity: 0;
  animation: bb-rise 1.2s 0.25s var(--ease-out) forwards;
}

.hero__display em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--rose-deep);
  font-weight: 300;
}

.hero__display .amp {
  font-size: 1.1em;
  vertical-align: -0.15em;
}

.hero__lede {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
  color: var(--charcoal-mid);
  max-width: 56ch;
  margin: 0 0 2.5rem;
  opacity: 0;
  animation: bb-rise 1s 0.45s var(--ease-out) forwards;
}

.hero__cta {
  display: flex;
  align-items: baseline;
  gap: 2.5rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: bb-rise 1s 0.65s var(--ease-out) forwards;
}

.cta-link {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 400;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 0.35rem;
  transition: color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  white-space: nowrap;
}

.cta-link:hover {
  color: var(--rose-deep);
  border-color: var(--rose-deep);
}

.cta-link--rose {
  color: var(--rose-deep);
  border-color: var(--rose-deep);
}

.cta-link--rose:hover {
  color: var(--charcoal);
  border-color: var(--charcoal);
}

/* Hero corner marks — folio number, edition, date */
.hero__folio-mark {
  position: absolute;
  top: 4rem;
  right: var(--gutter);
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  text-align: right;
  line-height: 2;
  opacity: 0;
  animation: bb-fade 1.5s 0.6s var(--ease-out) forwards;
}

.hero__price-strip {
  display: flex;
  gap: 3rem;
  margin: 3.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: var(--rule);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  flex-wrap: wrap;
  opacity: 0;
  animation: bb-rise 1s 0.85s var(--ease-out) forwards;
}

.hero__price-strip strong {
  color: var(--rose-deep);
  font-weight: 500;
  letter-spacing: 0.4em;
}

@media (max-width: 720px) {
  .hero { padding: 4rem 0 3rem; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__sidemark { display: none; }
  .hero__folio-mark { position: static; margin: 0 0 1.5rem; text-align: left; }
  .hero__cta { gap: 1.5rem; }
  .hero__price-strip { gap: 1.25rem; font-size: 0.55rem; }
}

/* ──────────────────────────────────────────────────────────────
   7.5  TRUST STRIP — quiet marks near the fold (press-ready)
   ────────────────────────────────────────────────────────────── */
.trust-strip {
  background: var(--cream-deep);
  border-top: var(--rule);
  border-bottom: var(--rule);
  padding: 1.5rem var(--gutter);
}
.trust-strip__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
}
.trust-strip__mark {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  position: relative;
  white-space: nowrap;
}
/* Hairline separators between marks (not before the first) */
.trust-strip__mark + .trust-strip__mark::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 50%;
  width: 1px;
  height: 0.9rem;
  transform: translateY(-50%);
  background: var(--rose-faint);
}
.trust-strip__mark .amp { letter-spacing: 0; font-size: 1.1em; vertical-align: -0.05em; }
/* If swapped for real logos: grayscale until hover */
.trust-strip__inner img {
  height: 26px;
  width: auto;
  filter: grayscale(1) opacity(0.55);
  transition: filter 0.3s var(--ease-out);
}
.trust-strip__inner img:hover { filter: grayscale(0) opacity(1); }
@media (max-width: 720px) {
  .trust-strip__inner { gap: 0.6rem 1.5rem; }
  .trust-strip__mark { font-size: 0.55rem; letter-spacing: 0.3em; }
  .trust-strip__mark + .trust-strip__mark::before { left: -0.75rem; }
}

/* ──────────────────────────────────────────────────────────────
   8. SPREAD — alternating editorial sections
   ────────────────────────────────────────────────────────────── */
.spread {
  padding: 6rem 0;
  position: relative;
  border-top: var(--rule);
}

.spread__head {
  max-width: var(--max-folio);
  margin: 0 auto 4rem;
  padding: 0 var(--gutter);
  position: relative;
}

.spread__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--charcoal);
  margin: 0.5rem 0 0;
  max-width: 760px;
}

.spread__title em {
  font-style: italic;
  color: var(--rose-deep);
}

.spread__lede {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--charcoal-mid);
  max-width: 56ch;
  margin: 1.25rem 0 0;
}

@media (max-width: 720px) {
  .spread { padding: 3.5rem 0; }
  .spread__head { margin-bottom: 2.5rem; }
}

/* ──────────────────────────────────────────────────────────────
   9. SPECIMENS — the products as numbered catalogue entries
   ────────────────────────────────────────────────────────────── */
.specimens {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 4.5rem;
}

@media (max-width: 1024px) {
  .specimens { grid-template-columns: repeat(2, 1fr); column-gap: 2.5rem; }
}

@media (max-width: 640px) {
  .specimens { grid-template-columns: 1fr; row-gap: 3rem; }
}

.specimen {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 0;
  position: relative;
}

.specimen__number {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--rose);
  line-height: 1;
  margin-top: -0.15em;
}

.specimen__body {
  border-bottom: var(--rule);
  padding-bottom: 1.75rem;
}

.specimen__category {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin: 0 0 0.6rem;
}

.specimen__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 1.2;
  color: var(--charcoal);
  margin: 0 0 0.85rem;
  letter-spacing: -0.01em;
}

.specimen__title em {
  font-style: italic;
  color: var(--rose-deep);
}

.specimen__desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--charcoal-mid);
  margin: 0 0 1.5rem;
}

.specimen__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.specimen__price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.85rem;
  color: var(--rose-deep);
  font-weight: 300;
  line-height: 1;
}

.specimen__price-label {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  display: block;
  margin-bottom: 0.35rem;
}

/* ──────────────────────────────────────────────────────────────
   9.5  MOOD COLLECTIONS — mood-based entry cards (shop page)
   ────────────────────────────────────────────────────────────── */
.mood-collections {
  max-width: var(--max-folio);
  margin: 0 auto 4rem;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.mood-collection {
  display: block;
  padding: 2rem 1.75rem;
  background: var(--paper);
  border: 1px solid var(--rose-faint);
  border-radius: 2px;
  transition: border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.mood-collection:hover {
  border-color: var(--rose);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(42, 33, 30, 0.08);
}
.mood-collection__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--rose);
  line-height: 1;
  display: block;
  margin-bottom: 0.9rem;
}
.mood-collection__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.15;
  color: var(--charcoal);
  margin: 0 0 0.75rem;
}
.mood-collection__title em { font-style: italic; color: var(--rose-deep); }
.mood-collection__desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--charcoal-mid);
  margin: 0 0 1.25rem;
}
.mood-collection__holds {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  display: block;
  padding-top: 1rem;
  border-top: var(--rule);
}
@media (max-width: 1024px) {
  .mood-collections { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .mood-collections { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────────────────────────────
   10. BUNDLE CALL-OUT — the conversion centerpiece
   ────────────────────────────────────────────────────────────── */
.bundle {
  max-width: 840px;
  margin: 0 auto;
  padding: 4rem var(--gutter);
  text-align: center;
  border: 1px solid var(--rose-faint);
  background: var(--paper);
  position: relative;
}

.bundle::before,
.bundle::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--rose);
  opacity: 0.5;
}

.bundle::before { top: -8px; left: -8px; border-right: 0; border-bottom: 0; }
.bundle::after  { bottom: -8px; right: -8px; border-left: 0; border-top: 0; }

.bundle__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.66rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 1.5rem;
}

.bundle__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--charcoal);
  margin: 0 0 1.25rem;
  letter-spacing: -0.015em;
}

.bundle__title em { font-style: italic; color: var(--rose-deep); }

.bundle__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--charcoal-mid);
  margin: 0 auto 2.5rem;
  max-width: 48ch;
  line-height: 1.7;
}

.bundle__price-row {
  display: inline-flex;
  align-items: baseline;
  gap: 1.25rem;
  margin: 0 0 2.25rem;
}

.bundle__price {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 4rem;
  color: var(--rose-deep);
  line-height: 1;
}

.bundle__price-old {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--charcoal-soft);
  text-decoration: line-through;
}

.bundle__guarantee {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

/* ──────────────────────────────────────────────────────────────
   11. STUDIO QUOTE — the philosophy moment
   ────────────────────────────────────────────────────────────── */
.studio-quote {
  padding: 7rem var(--gutter);
  text-align: center;
  border-top: var(--rule);
  border-bottom: var(--rule);
  background: var(--cream);
  position: relative;
}

.studio-quote__inner {
  max-width: 760px;
  margin: 0 auto;
}

.studio-quote__mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 5rem;
  line-height: 0.8;
  color: var(--rose);
  opacity: 0.4;
  margin: 0 0 0.5rem;
}

.studio-quote__text {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.3;
  color: var(--charcoal);
  margin: 0 0 2rem;
}

.studio-quote__text em { font-style: normal; color: var(--rose-deep); }

.studio-quote__attr {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

/* ──────────────────────────────────────────────────────────────
   12. THREE-VOICE — testimonials styled as catalogue pull-quotes
   ────────────────────────────────────────────────────────────── */
.voices {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media (max-width: 880px) {
  .voices { grid-template-columns: 1fr; gap: 3rem; }
}

.voice {
  position: relative;
  padding-top: 1.5rem;
  border-top: 1px solid var(--charcoal);
}

.voice__num {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin: 0 0 1.25rem;
}

.voice__text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--charcoal);
  margin: 0 0 1.5rem;
  font-weight: 300;
}

.voice__author {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal);
  font-weight: 500;
}

.voice__location {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--charcoal-soft);
  display: block;
  margin-top: 0.25rem;
  letter-spacing: 0;
  text-transform: none;
}

/* ──────────────────────────────────────────────────────────────
   13. THE LETTER — newsletter signup as a subscription card
   ────────────────────────────────────────────────────────────── */
.subscription {
  max-width: 840px;
  margin: 0 auto;
  padding: 5rem var(--gutter);
  text-align: center;
}

.subscription__masthead {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin: 0 0 1rem;
}

.subscription__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.05;
  color: var(--charcoal);
  margin: 0 0 1.5rem;
}

.subscription__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--charcoal-mid);
  max-width: 50ch;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.subscription__form {
  display: flex;
  align-items: stretch;
  max-width: 460px;
  margin: 0 auto;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 0.4rem;
}

.subscription__form input[type="email"] {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.85rem 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--charcoal);
  outline: 0;
}

.subscription__form input::placeholder {
  color: var(--charcoal-soft);
  font-style: italic;
}

.subscription__form button {
  background: 0;
  border: 0;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--rose-deep);
  cursor: pointer;
  padding: 0 0 0 1.5rem;
  font-weight: 500;
  transition: color 0.3s var(--ease-out);
}

.subscription__form button:hover { color: var(--charcoal); }

.subscription__gift {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--charcoal-soft);
  margin: 1.25rem 0 0;
}

/* ──────────────────────────────────────────────────────────────
   14. COLOPHON — printer's-mark footer
   ────────────────────────────────────────────────────────────── */
.colophon {
  border-top: var(--rule);
  padding: 4rem 0 3rem;
  background: var(--cream);
  margin-top: 2rem;
}

.colophon__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.colophon__brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  line-height: 1;
}

.colophon__brand .amp { font-size: 1.4em; vertical-align: -0.1em; line-height: 0.6; }

.colophon__tag {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--charcoal-soft);
  margin: 0.75rem 0 0;
  line-height: 1.6;
  max-width: 32ch;
}

.colophon__col {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.colophon__col h4 {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin: 0 0 1rem;
  font-weight: 400;
}

.colophon__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.colophon__col a {
  color: var(--charcoal);
  letter-spacing: 0.4em;
  font-size: 0.65rem;
  text-transform: uppercase;
  transition: color 0.2s;
}

.colophon__col a:hover { color: var(--rose-deep); }

.colophon__base {
  border-top: var(--rule);
  margin-top: 3rem;
  padding-top: 1.5rem;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

@media (max-width: 720px) {
  .colophon__inner { grid-template-columns: 1fr; gap: 2rem; }
}

/* ──────────────────────────────────────────────────────────────
   15. ANIMATIONS — single page-load reveal sequence
   ────────────────────────────────────────────────────────────── */
@keyframes bb-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes bb-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Scroll-triggered fade-up — the only scroll effect on the site */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero__eyebrow, .hero__display, .hero__lede, .hero__cta, .hero__price-strip, .hero__folio-mark { opacity: 1 !important; transform: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ──────────────────────────────────────────────────────────────
   16. SKIP LINK + ACCESSIBILITY
   ────────────────────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--charcoal);
  color: var(--cream);
  padding: 0.5rem 1rem;
  z-index: 1000;
  font-family: var(--font-ui);
  font-size: 0.85rem;
}
.skip-link:focus { top: 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ──────────────────────────────────────────────────────────────
   17. GENERIC PAGE / BLOG STYLES (reused on /about, /shop, /blog/*)
   ────────────────────────────────────────────────────────────── */
.entry {
  max-width: 700px;
  margin: 0 auto;
  padding: 5rem var(--gutter);
}

.entry__head { margin-bottom: 3rem; text-align: center; }

.entry__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
}

.entry__meta {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

.entry__content {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  color: var(--charcoal-mid);
}

.entry__content > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 4.8em;
  line-height: 0.85;
  float: left;
  margin: 0.05em 0.18em -0.08em 0;
  color: var(--rose-deep);
}

.entry__content h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 2rem;
  margin: 3rem 0 1rem;
  color: var(--charcoal);
}

.entry__content h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 1.45rem;
  margin: 2.5rem 0 0.75rem;
  color: var(--charcoal);
}

.entry__content p { margin: 0 0 1.4rem; }

.entry__content blockquote {
  border-left: 1px solid var(--rose);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--charcoal-mid);
}

.entry__content a {
  color: var(--rose-deep);
  border-bottom: 1px solid var(--rose-faint);
  transition: border-color 0.2s, color 0.2s;
}
.entry__content a:hover {
  border-color: var(--rose);
  color: var(--charcoal);
}

.entry__content ul, .entry__content ol { padding-left: 1.5rem; margin: 0 0 1.5rem; }
.entry__content li { margin-bottom: 0.5rem; }

/* ──────────────────────────────────────────────────────────────
   18. UTILITIES
   ────────────────────────────────────────────────────────────── */
.center { text-align: center; }
.italic { font-style: italic; }
.script { font-family: var(--font-script); color: var(--rose-deep); font-style: italic; }

.button {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--charcoal);
  border: 1px solid var(--charcoal);
  background: transparent;
  padding: 0.95rem 2rem;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  text-decoration: none;
}
.button:hover {
  background: var(--charcoal);
  color: var(--cream);
}
.button--primary {
  background: var(--charcoal);
  color: var(--cream);
}
.button--primary:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
}
.button--rose {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  color: var(--cream);
}
.button--rose:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

/* ──────────────────────────────────────────────────────────────
   19. JOURNAL — index/archive list of letters
   ────────────────────────────────────────────────────────────── */
.spread--journal,
.spread--letter,
.spread--page {
  padding-top: 5rem;
}

.journal-list {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.journal-entry {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2.5rem;
  padding-bottom: 4rem;
  border-bottom: var(--rule);
}
.journal-entry:last-child { border-bottom: none; }

.journal-entry__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  color: var(--rose-deep);
  letter-spacing: 0.02em;
  padding-top: 0.4rem;
}

.journal-entry__body { min-width: 0; }

.journal-entry__meta {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 0.8rem;
}
.journal-entry__meta a {
  color: var(--rose-deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.journal-entry__meta a:hover { border-bottom-color: var(--rose-deep); }

.journal-entry__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--charcoal);
  margin: 0 0 1rem;
}
.journal-entry__title a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--rose), var(--rose));
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.5s var(--ease-out);
  padding-bottom: 0.15em;
}
.journal-entry__title a:hover { background-size: 100% 1px; }

.journal-entry__excerpt {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--charcoal-mid);
  margin: 0 0 1.2rem;
}

.journal-pagination {
  max-width: 880px;
  margin: 4rem auto 0;
  padding: 2rem var(--gutter) 0;
  border-top: var(--rule);
  text-align: center;
}
.journal-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.journal-pagination a,
.journal-pagination .current {
  color: var(--charcoal-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
}
.journal-pagination a:hover { color: var(--rose-deep); border-bottom-color: var(--rose-deep); }
.journal-pagination .current { color: var(--charcoal); border-bottom-color: var(--charcoal); }

/* ──────────────────────────────────────────────────────────────
   20. LETTER — single post / page
   ────────────────────────────────────────────────────────────── */
.letter {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.letter__head {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: var(--rule);
}
.letter__head .folio__number {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 1.5rem;
}
.letter__head .folio__number a { color: var(--rose-deep); text-decoration: none; }
.letter__head .folio__number a:hover { text-decoration: underline; }

.letter__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin: 0 0 1rem;
}

.letter__meta {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin: 0;
}

.letter__featured {
  margin: 0 -2rem 3rem;
}
.letter__featured img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.95);
}

.letter__body {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--charcoal-mid);
}
.letter__body h2,
.letter__body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--charcoal);
  letter-spacing: -0.005em;
  margin: 2.5rem 0 1rem;
}
.letter__body h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); }
.letter__body h3 { font-size: clamp(1.3rem, 2vw, 1.5rem); font-style: italic; }
.letter__body a {
  color: var(--rose-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--rose-faint);
  transition: border-color 0.3s var(--ease-out);
}
.letter__body a:hover { border-bottom-color: var(--rose-deep); }
.letter__body blockquote {
  border-left: 2px solid var(--rose);
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--charcoal);
}
.letter__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
}

.letter__foot {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: var(--rule);
  text-align: center;
}
.letter__tags {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}
.letter__tags a { color: var(--rose-deep); text-decoration: none; }

.letter-nav {
  max-width: 880px;
  margin: 3rem auto 5rem;
  padding: 2rem var(--gutter) 0;
  border-top: var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

/* ──────────────────────────────────────────────────────────────
   21. SEARCH FORM
   ────────────────────────────────────────────────────────────── */
.search-form {
  display: flex;
  gap: 0;
  border: 1px solid var(--charcoal);
}
.search-form .search-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.9rem 1rem;
  font-family: var(--font-body);
  color: var(--charcoal);
  outline: none;
}
.search-form .search-submit {
  background: var(--charcoal);
  color: var(--cream);
  border: none;
  padding: 0 1.4rem;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}
.search-form .search-submit:hover { background: var(--rose-deep); }

/* ──────────────────────────────────────────────────────────────
   22. RESPONSIVE — journal on small screens
   ────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .journal-entry {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .journal-entry__num { padding-top: 0; }
  .letter__featured { margin: 0 0 2rem; }
  .letter-nav { flex-direction: column; align-items: center; }
}

/* ──────────────────────────────────────────────────────────────
   23. IMAGE BAND — full-width editorial photo between sections
   ────────────────────────────────────────────────────────────── */
.image-band {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}
.image-band__photo {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  max-height: 640px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95);
}
.image-band__caption {
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: var(--cream);
  text-shadow: 0 1px 14px rgba(0,0,0,0.4);
  letter-spacing: -0.005em;
  max-width: 60%;
}
.image-band__caption-mark {
  display: block;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(253,245,240,0.85);
  margin-bottom: 0.6rem;
}
@media (max-width: 720px) {
  .image-band__photo { height: 42vh; min-height: 280px; }
  .image-band__caption { left: 1.5rem; right: 1.5rem; bottom: 1.25rem; max-width: none; font-size: 1rem; }
}

/* ──────────────────────────────────────────────────────────────
   24. MOOD BAND — decorative collage section (the studio mood)
   ────────────────────────────────────────────────────────────── */
.mood {
  padding: 5rem 0 6rem;
  background: var(--paper);
  position: relative;
  border-top: var(--rule);
  border-bottom: var(--rule);
}
.mood__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
}
.mood__text { padding-right: 1rem; }
.mood__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 1.25rem;
  display: block;
}
.mood__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin: 0 0 1.5rem;
}
.mood__title em { font-style: italic; color: var(--rose-deep); }
.mood__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--charcoal-mid);
  max-width: 38ch;
}
.mood__visual {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(42, 33, 30, 0.12),
    0 12px 20px rgba(42, 33, 30, 0.06);
  border-radius: 2px;
}
.mood__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 840px) {
  .mood__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .mood__text { padding-right: 0; }
  .mood__visual { max-width: 480px; margin: 0 auto; }
}

/* ──────────────────────────────────────────────────────────────
   25. STUDIO QUOTE — now with cream-deep wash + accent
   ────────────────────────────────────────────────────────────── */
.studio-quote {
  background: linear-gradient(135deg, var(--paper) 0%, var(--cream-deep) 100%);
  position: relative;
}
.studio-quote::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(196,131,139,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 80%, rgba(196,131,139,0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* ──────────────────────────────────────────────────────────────
   26. SUBSCRIPTION — now with antiquarian academia accent
   ────────────────────────────────────────────────────────────── */
.subscription {
  position: relative;
}
.subscription--photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 6rem var(--gutter);
  text-align: left;
}
.subscription--photo > * { max-width: none; }
.subscription--photo .subscription__masthead,
.subscription--photo .subscription__title,
.subscription--photo .subscription__lede,
.subscription--photo .subscription__form,
.subscription--photo .subscription__gift {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.subscription--photo .subscription__form {
  max-width: 460px;
}
.subscription__photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(42, 33, 30, 0.14),
    0 12px 20px rgba(42, 33, 30, 0.06);
  border-radius: 2px;
}
.subscription__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95);
}
@media (max-width: 840px) {
  .subscription--photo {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4rem var(--gutter);
  }
  .subscription__photo { max-width: 420px; margin: 0 auto; }
}
/* ──────────────────────────────────────────────────────────────
   27. HOW-IT-WORKS — 3-step demystifier
   ────────────────────────────────────────────────────────────── */
.howto {
  padding: 5.5rem 0;
  position: relative;
  background: var(--paper);
  border-top: var(--rule);
  border-bottom: var(--rule);
}
.howto__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.howto__head {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.howto__head .folio__number {
  text-align: center;
  margin-bottom: 1rem;
}
.howto__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--charcoal);
  margin: 0 0 1.25rem;
}
.howto__title em { font-style: italic; color: var(--rose-deep); }
.howto__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--charcoal-mid);
  max-width: 56ch;
  margin: 0 auto;
}
.howto__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.howto__step {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--cream);
  border: 1px solid var(--rose-faint);
  border-radius: 2px;
  text-align: left;
}
.howto__step::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1.5rem;
  width: 40px;
  height: 2px;
  background: var(--rose);
}
.howto__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2rem;
  color: var(--rose-deep);
  display: block;
  margin-bottom: 1rem;
}
.howto__step-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--charcoal);
  margin: 0 0 0.75rem;
  letter-spacing: -0.005em;
}
.howto__step-title em { font-style: italic; color: var(--rose-deep); }
.howto__step-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--charcoal-mid);
  margin: 0;
}

/* ──────────────────────────────────────────────────────────────
   28. SPECIMEN MOCKUPS — CSS-generated product visuals
   ────────────────────────────────────────────────────────────── */
.specimen {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.specimen__mockup {
  position: relative;
  aspect-ratio: 4/5;
  padding: 1.5rem 1.5rem 1.25rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--charcoal);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
  box-shadow:
    0 14px 28px rgba(42, 33, 30, 0.06),
    0 6px 12px rgba(42, 33, 30, 0.04);
  border-radius: 2px;
}
.specimen__mockup:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 44px rgba(42, 33, 30, 0.10),
    0 10px 18px rgba(42, 33, 30, 0.06);
}
.specimen__mockup-num {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--rose-deep);
  opacity: 0.7;
}
.specimen__mockup-glyph {
  align-self: center;
  font-size: 2.5rem;
  color: var(--rose-deep);
  margin: 1.5rem 0 1.25rem;
  line-height: 1;
  opacity: 0.85;
}
.specimen__mockup-pageline {
  display: block;
  height: 4px;
  background: rgba(42, 33, 30, 0.15);
  border-radius: 2px;
  margin-bottom: 0.5rem;
  width: var(--w, 70%);
}
.specimen__mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.specimen__mockup-grid span {
  aspect-ratio: 1;
  background: rgba(42, 33, 30, 0.10);
  border-radius: 2px;
}
.specimen__mockup-grid span:nth-child(3n+2) { background: rgba(196, 131, 139, 0.20); }
.specimen__mockup-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  font-family: var(--font-ui);
  font-size: 0.42rem;
  color: var(--charcoal-soft);
  text-align: center;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.specimen__mockup-days span {
  padding: 2px 0;
  background: rgba(42, 33, 30, 0.05);
  border-radius: 1px;
  letter-spacing: 0.04em;
}
.specimen__mockup-days span:nth-child(7n-3),
.specimen__mockup-days span:nth-child(7n-1) { background: rgba(196, 131, 139, 0.22); color: var(--rose-deep); }
.specimen__mockup-databases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.specimen__mockup-databases span {
  aspect-ratio: 16/7;
  background: rgba(42, 33, 30, 0.07);
  border-radius: 2px;
  position: relative;
}
.specimen__mockup-databases span::before {
  content: "";
  position: absolute;
  top: 4px; left: 6px; right: 30%;
  height: 3px;
  background: rgba(42, 33, 30, 0.18);
  border-radius: 1px;
}
.specimen__mockup-databases span::after {
  content: "";
  position: absolute;
  bottom: 4px; left: 6px; right: 50%;
  height: 2px;
  background: rgba(196, 131, 139, 0.30);
  border-radius: 1px;
}
.specimen__mockup-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  font-family: var(--font-ui);
  font-size: 0.5rem;
  color: var(--charcoal-soft);
  text-align: center;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.specimen__mockup-calendar span {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
}
.specimen__mockup-calendar span.dot {
  background: rgba(196, 131, 139, 0.35);
}
.specimen__mockup-tag {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  text-align: center;
  padding-top: 0.5rem;
  border-top: 1px solid var(--rose-faint);
}

/* Color variants per product */
.specimen__mockup--prompts   { background: linear-gradient(160deg, #FDF5F0 0%, rgba(196,131,139,0.18) 100%); }
.specimen__mockup--tools     { background: linear-gradient(160deg, #FDF5F0 0%, rgba(156,175,148,0.18) 100%); }
.specimen__mockup--blueprint { background: linear-gradient(160deg, #F8EFE6 0%, rgba(168,146,131,0.30) 100%); }
.specimen__mockup--notion    { background: linear-gradient(160deg, #FDF5F0 0%, rgba(196,131,139,0.14) 100%); }
.specimen__mockup--calendar  { background: linear-gradient(160deg, #FBF6F1 0%, rgba(196,131,139,0.24) 100%); }
.specimen__mockup--es        { background: linear-gradient(160deg, #FDF5F0 0%, rgba(159,94,102,0.22) 100%); }

.specimen > .specimen__number { display: none; }
.specimen__body { padding: 0; display: flex; flex-direction: column; }

/* ──────────────────────────────────────────────────────────────
   29. MOBILE — comprehensive cleanup
   ────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  html { font-size: 15px; }
  .masthead__inner {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }
  .masthead__edition,
  .masthead__date {
    font-size: 0.55rem;
    letter-spacing: 0.32em;
  }
  .masthead__brand { font-size: 1.3rem; }
  .nav-row__inner,
  .nav-row__inner ul,
  .nav-row__inner .site-nav,
  .nav-row__inner .menu {
    gap: 1.4rem;
  }
  .nav-row a { font-size: 0.6rem; letter-spacing: 0.28em; }

  .hero--photo .hero__display { font-size: clamp(2.4rem, 9vw, 3.6rem); }
  .hero--photo .hero__lede { font-size: 1rem; }
  .hero--photo .hero__cta { gap: 1.5rem; }

  .spread { padding: 4rem 0; }
  .spread__title { font-size: clamp(1.7rem, 6vw, 2.4rem); }

  .howto__steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .howto__step { padding: 1.5rem 1.25rem; }

  .specimens { grid-template-columns: 1fr; }

  .mood__inner { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.5rem; }
  .mood__visual { max-width: 360px; margin: 0 auto; aspect-ratio: 4/5; }

  .voices { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.5rem; }

  .bundle__title { font-size: clamp(2rem, 7vw, 2.8rem); }
  .bundle__price { font-size: 3rem; }
  .bundle__price-old { font-size: 1.4rem; }

  .studio-quote__text { font-size: clamp(1.5rem, 5vw, 2rem); }

  .subscription--photo {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.5rem;
    gap: 2rem;
  }
  .subscription__photo { max-width: 360px; margin: 0 auto; }
  .subscription__title { font-size: clamp(1.7rem, 6vw, 2.4rem); }
  .subscription__form { max-width: 360px; }
  .subscription__form input,
  .subscription__form button { font-size: 0.85rem; }

  .colophon { padding: 3rem 1.5rem 2rem; }
  .colophon__inner { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .colophon__brand { font-size: 1.4rem; }

  .image-band__photo { height: 38vh; min-height: 240px; }
}

@media (max-width: 560px) {
  .howto__title,
  .mood__title { font-size: 1.7rem; }
  .specimen__mockup { padding: 1.25rem 1.25rem 1rem; }
}
/* ──────────────────────────────────────────────────────────────
   30. SPECIMEN — conversion-focused upgrades
   ────────────────────────────────────────────────────────────── */

.specimen__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  background: var(--rose-deep);
  color: var(--cream);
  border-radius: 2px;
  z-index: 2;
}

.specimen__features {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.specimen__features li {
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--charcoal-mid);
  padding-left: 1.2rem;
  position: relative;
}
.specimen__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.05em;
  color: var(--rose-deep);
  font-weight: 500;
  font-size: 0.95em;
}

.specimen__price-block {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* The new bold CTA button (replaces .cta-link inside specimen cards) */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  background: var(--charcoal);
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--charcoal);
  border-radius: 2px;
  transition: background 0.3s var(--ease-out), color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
  white-space: nowrap;
  text-decoration: none;
}
.cta-button:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  transform: translateY(-1px);
}
.cta-button--rose {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
}
.cta-button--rose:hover {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.cta-button--outline {
  background: transparent;
  color: var(--charcoal);
}
.cta-button--outline:hover {
  background: var(--charcoal);
  color: var(--cream);
}

/* Make the specimen foot lay out cleanly */
.specimen__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--rose-faint);
}
.specimen__price-label {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  display: block;
  margin-bottom: 0.1rem;
}
.specimen__price {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1;
}

/* Whole specimen card hoverable, lifting both layers */
.specimen {
  transition: transform 0.4s var(--ease-out);
}
.specimen:hover .specimen__mockup {
  transform: translateY(-6px);
  box-shadow:
    0 24px 48px rgba(42, 33, 30, 0.12),
    0 12px 22px rgba(42, 33, 30, 0.08);
}

/* ──────────────────────────────────────────────────────────────
   31. COMMENTS — Bloom & Build styled
   ────────────────────────────────────────────────────────────── */
.comments-area {
  max-width: 720px;
  margin: 4rem auto 2rem;
  padding: 0 var(--gutter);
}
.comments-title,
.comment-reply-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--charcoal);
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: var(--rule);
  letter-spacing: -0.005em;
}
.comment-reply-title small {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 0.5rem;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.comment-list .comment,
.comment-list .pingback {
  border-bottom: var(--rule);
  padding: 1.5rem 0;
}
.comment-list .comment:last-child { border-bottom: none; }
.comment-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.25rem;
  align-items: start;
}
.comment-body .avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid var(--rose-faint);
  filter: saturate(0.85);
}
.comment-meta { font-family: var(--font-ui); }
.comment-author {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--charcoal);
  letter-spacing: -0.005em;
}
.comment-author .says {
  font-family: var(--font-ui);
  font-style: italic;
  font-weight: 300;
  font-size: 0.7rem;
  color: var(--charcoal-soft);
  margin-left: 0.3rem;
  text-transform: lowercase;
  letter-spacing: 0;
}
.comment-metadata {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 0.2rem;
}
.comment-metadata a { color: inherit; }
.comment-content {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--charcoal-mid);
  margin-top: 0.75rem;
}
.reply { margin-top: 0.5rem; }
.comment-reply-link {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rose-deep);
  border-bottom: 1px solid var(--rose-faint);
  padding-bottom: 0.15rem;
  text-decoration: none;
}
.comment-reply-link:hover { border-bottom-color: var(--rose-deep); }

.comment-respond { margin-top: 3rem; }
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.comment-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.comment-form label {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  font-weight: 400;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid var(--rose-faint);
  padding: 0.85rem 1rem;
  outline: none;
  width: 100%;
  transition: border-color 0.3s var(--ease-out), background 0.3s var(--ease-out);
  border-radius: 2px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--rose-deep);
  background: var(--cream);
}
.comment-form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
.comment-form .comment-form-cookies-consent {
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--charcoal-mid);
}
.comment-form .comment-form-cookies-consent input { width: auto; }
.comment-form .form-submit { display: block; }
.form-submit input[type="submit"],
#submit,
input#submit {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream);
  background: var(--charcoal);
  border: 1px solid var(--charcoal);
  padding: 0.95rem 2.25rem;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s var(--ease-out), border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.form-submit input[type="submit"]:hover,
#submit:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  transform: translateY(-1px);
}
.logged-in-as {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 1rem;
}
.logged-in-as a { color: var(--rose-deep); }
.comment-notes {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--charcoal-mid);
  margin-bottom: 1.5rem;
}
.required-field-message {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

/* ──────────────────────────────────────────────────────────────
   32. SHOP PAGE — full catalogue archive
   ────────────────────────────────────────────────────────────── */
.shop-page {
  padding: 5rem 0 6rem;
}
.shop-page__head {
  max-width: 760px;
  margin: 0 auto 4rem;
  padding: 0 var(--gutter);
  text-align: center;
}
.shop-page__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 1.25rem;
  display: block;
}
.shop-page__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--charcoal);
  margin: 0 0 1.25rem;
}
.shop-page__title em { font-style: italic; color: var(--rose-deep); }
.shop-page__lede {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--charcoal-mid);
  max-width: 56ch;
  margin: 0 auto;
}

/* Featured bundle row at top */
.shop-featured {
  max-width: 1120px;
  margin: 0 auto 5rem;
  padding: 3rem var(--gutter);
  background: linear-gradient(135deg, var(--paper) 0%, var(--cream-deep) 100%);
  border-top: 2px solid var(--rose);
  border-bottom: 2px solid var(--rose);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}
.shop-featured::before {
  content: "Bestseller";
  position: absolute;
  top: 1rem; left: 1rem;
  font-family: var(--font-ui);
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rose-deep);
  padding: 0.3rem 0.6rem;
  background: var(--cream);
  border: 1px solid var(--rose);
  border-radius: 2px;
}
.shop-featured__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 1rem;
  display: block;
}
.shop-featured__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--charcoal);
  margin: 0 0 1rem;
}
.shop-featured__title em { font-style: italic; color: var(--rose-deep); }
.shop-featured__desc {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--charcoal-mid);
  margin: 0 0 1.5rem;
  max-width: 50ch;
}
.shop-featured__price {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.shop-featured__price-old {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--charcoal-soft);
  text-decoration: line-through;
}
.shop-featured__price-now {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  color: var(--charcoal);
}
.shop-featured__save {
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rose-deep);
  background: var(--cream);
  padding: 0.35rem 0.7rem;
  border-radius: 2px;
  border: 1px solid var(--rose-faint);
}
.shop-featured__cta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.shop-featured__visual {
  position: relative;
  aspect-ratio: 4/5;
  background:
    linear-gradient(135deg, var(--cream) 0%, rgba(196, 131, 139, 0.20) 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 24px 48px rgba(42, 33, 30, 0.10),
    0 10px 18px rgba(42, 33, 30, 0.06);
  overflow: hidden;
}
/* Cover-image variant of the featured visual */
.shop-featured__visual--cover {
  display: block;
  background: var(--paper);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.shop-featured__visual--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-featured__visual--cover:hover {
  transform: translateY(-5px);
  box-shadow:
    0 30px 56px rgba(42, 33, 30, 0.15),
    0 14px 24px rgba(42, 33, 30, 0.08);
}
.shop-featured__visual-glyph {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 8rem;
  color: var(--rose-deep);
  line-height: 1;
  opacity: 0.55;
}
.shop-featured__visual-tag {
  position: absolute;
  bottom: 1rem;
  left: 1rem; right: 1rem;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  text-align: center;
}
.shop-featured__guarantee {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 1rem;
  display: block;
}

/* Catalog grid section heading */
.shop-section-title {
  max-width: var(--max-folio);
  margin: 0 auto 2.5rem;
  padding: 0 var(--gutter);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: var(--rule);
  padding-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.shop-section-title__name {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.005em;
  color: var(--charcoal);
  margin: 0;
}
.shop-section-title__count {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}

/* The shop grid mirrors specimens but adds breathing room */
.shop-grid {
  max-width: var(--max-folio);
  margin: 0 auto 4rem;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 4.5rem;
}
@media (max-width: 1024px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); column-gap: 2.5rem; }
}
@media (max-width: 640px) {
  .shop-grid { grid-template-columns: 1fr; row-gap: 3rem; }
}

/* Mobile fixes for shop */
@media (max-width: 840px) {
  .shop-featured { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.5rem var(--gutter); }
  .shop-featured__visual { max-width: 380px; margin: 0 auto; }
  .shop-featured__visual-glyph { font-size: 6rem; }
}
/* ──────────────────────────────────────────────────────────────
   33. SHOP TRUST STRIP — at the foot of /shop/
   ────────────────────────────────────────────────────────────── */
.shop-trust {
  margin-top: 4rem;
  padding: 4rem 0;
  background: var(--paper);
  border-top: var(--rule);
  border-bottom: var(--rule);
}
.shop-trust__inner {
  max-width: var(--max-folio);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.shop-trust__item { text-align: center; }
.shop-trust__glyph {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 1.6rem;
  color: var(--rose-deep);
  border: 1px solid var(--rose);
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.shop-trust__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--charcoal);
  margin: 0 0 0.5rem;
  letter-spacing: -0.005em;
}
.shop-trust__body {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--charcoal-mid);
  margin: 0;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 720px) {
  .shop-trust__inner { grid-template-columns: 1fr; gap: 2rem; }
}
/* ──────────────────────────────────────────────────────────────
   34. SPECIMEN COVER — real product cover image
   ────────────────────────────────────────────────────────────── */
.specimen__cover {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow:
    0 14px 28px rgba(42, 33, 30, 0.08),
    0 6px 12px rgba(42, 33, 30, 0.05);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
  background: var(--paper);
}
.specimen__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.specimen:hover .specimen__cover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 48px rgba(42, 33, 30, 0.13),
    0 12px 22px rgba(42, 33, 30, 0.08);
}
/* ──────────────────────────────────────────────────────────────
   35. PARALLAX — performant, GPU-composited, reduced-motion safe
   ────────────────────────────────────────────────────────────── */
.has-parallax { overflow: hidden; position: relative; }
.parallax-img {
  will-change: transform;
  /* Oversize so translate never exposes an edge */
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  display: block;
}

/* The full-bleed quote band with image behind */
.parallax-band {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem var(--gutter);
  overflow: hidden;
  isolation: isolate;
}
.parallax-band__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.parallax-band__bg .parallax-img { filter: saturate(1.0) brightness(1.0); }
.parallax-band__veil {
  position: absolute;
  inset: 0;
  /* Lighter scrim so the sunrise image stays visible; a soft radial pool
     sits behind the centered text for legibility, edges stay clear. */
  background:
    radial-gradient(ellipse 62% 52% at 50% 52%, rgba(42,33,30,0.48) 0%, rgba(42,33,30,0.14) 62%, transparent 100%),
    linear-gradient(180deg, rgba(42,33,30,0.14) 0%, transparent 28%, transparent 72%, rgba(42,33,30,0.22) 100%);
}
.parallax-band__inner {
  max-width: 760px;
  position: relative;
}
.parallax-band__mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 5rem;
  line-height: 0.5;
  color: var(--cream);
  opacity: 0.55;
  margin: 0 0 0.5rem;
}
.parallax-band__text {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--cream);
  text-shadow: 0 2px 24px rgba(0,0,0,0.30);
  margin: 0 0 1.5rem;
}
.parallax-band__text em {
  font-style: italic;
  color: #F2D1C9;
}
.parallax-band__attr {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(253,245,240,0.85);
}

@media (max-width: 720px) {
  .parallax-band { min-height: 54vh; padding: 4rem var(--gutter); }
  /* On touch, parallax JS is disabled — make sure image still covers */
  .parallax-img { top: 0; height: 100%; }
}
