/* =========================================================
   Bronnies — Handmade. Heartfelt. Made to be loved.
   Design: antique paper goods. Victorian trade card meets
   apothecary label. Soft, faded, hand-lettered.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Pinyon+Script&family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');

/* ---------- Tokens ---------- */
:root {
  /* Aged papers — the foundation */
  --parchment:  #F7F1E4;
  --cream:      #FCF8EF;
  --ecru:       #EFE5D2;
  --antique:    #E6D9C0;
  --shadow-pg:  #DCCDB2;

  /* Faded inks — soft, never black */
  --sepia:      #4E4034;
  --walnut:     #6B5847;
  --faded:      #8A7864;

  /* Soft, dusty accents */
  --rose:       #C4A099;
  --rose-deep:  #A8827A;
  --sage:       #A2AE97;
  --sage-deep:  #7E8B72;
  --gold:       #C4A468;
  --gold-deep:  #A08348;
  --lavender:   #ADA3B0;

  --rule:       rgba(107, 88, 71, 0.22);
  --rule-soft:  rgba(107, 88, 71, 0.11);

  /* Type */
  --display: 'Cormorant Garamond', Garamond, 'Times New Roman', serif;
  --script:  'Pinyon Script', 'Snell Roundhand', cursive;
  --body:    'Jost', 'Century Gothic', -apple-system, sans-serif;

  /* Space */
  --gut: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(4.5rem, 11vw, 9rem);
  --max: 1240px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; }

/* ---------- Base ---------- */
body {
  font-family: var(--body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--walnut);
  background: var(--parchment);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Aged paper: grain + a soft foxed vignette at the edges */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.11'/%3E%3C/svg%3E");
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background:
    radial-gradient(ellipse at 50% 42%, transparent 52%, rgba(160, 131, 72, 0.09) 88%, rgba(120, 96, 60, 0.15) 100%);
}

.wrap { width: min(100% - 2 * var(--gut), var(--max)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2 * var(--gut), 760px); margin-inline: auto; }

/* ---------- Type ---------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: var(--sepia);
  text-wrap: balance;
}
h1 { font-size: clamp(2.9rem, 7.6vw, 5.9rem); font-weight: 300; }
h2 { font-size: clamp(2.15rem, 4.8vw, 3.5rem); font-weight: 300; }
h3 { font-size: clamp(1.4rem, 2.1vw, 1.75rem); font-weight: 500; }
p  { text-wrap: pretty; }

/* The cursive — used sparingly, as a flourish */
.script {
  font-family: var(--script);
  font-weight: 400;
  color: var(--rose-deep);
  letter-spacing: 0.01em;
  line-height: 1.35;
  /* Pinyon runs small; nudge it up to sit with the serif */
  font-size: 1.22em;
}

.eyebrow {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.eyebrow::after {
  content: '';
  height: 1px;
  flex: 1;
  max-width: 64px;
  background: currentColor;
  opacity: 0.45;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::before {
  content: '';
  height: 1px; flex: 1; max-width: 64px;
  background: currentColor; opacity: 0.45;
}

.lede {
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--walnut);
}

/* Ornamental divider — a proper little fleuron rule */
.fleuron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-block: clamp(2.5rem, 5vw, 4rem);
  color: var(--gold);
}
.fleuron::before, .fleuron::after {
  content: '';
  height: 1px;
  width: clamp(50px, 14vw, 150px);
  background: linear-gradient(to var(--dir, right), transparent, currentColor);
}
.fleuron::before { --dir: left; }
.fleuron span { font-size: 0.85rem; letter-spacing: 0.5em; opacity: 0.85; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--sepia);
  --btn-bd: var(--walnut);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 2rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid var(--btn-bd);
  border-radius: 0;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: color 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s;
}
/* the antique double-rule frame */
.btn::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid currentColor;
  opacity: 0.28;
  transition: inset 0.45s var(--ease), opacity 0.45s;
  pointer-events: none;
}
.btn span { position: relative; z-index: 1; }
.btn:hover { background: var(--sepia); color: var(--cream); border-color: var(--sepia); }
.btn:hover::before { inset: 5px; opacity: 0.4; }

.btn--solid { --btn-bg: var(--sepia); --btn-fg: var(--cream); --btn-bd: var(--sepia); }
.btn--solid:hover { background: var(--rose-deep); border-color: var(--rose-deep); color: var(--cream); }

.arrow { transition: transform 0.45s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.tlink {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--rose-deep);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left 92%;
  transition: background-size 0.45s var(--ease);
  padding-bottom: 3px;
}
.tlink:hover { background-size: 100% 1px; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--parchment) 90%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s, background 0.5s;
}
.site-header.is-stuck {
  border-bottom-color: var(--rule-soft);
  background: color-mix(in srgb, var(--parchment) 97%, transparent);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.15rem;
}

.wordmark {
  font-family: var(--script);
  font-size: clamp(2.5rem, 4.2vw, 3.4rem);
  font-weight: 400;
  color: var(--sepia);
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  padding-block: 0.15em;
  transition: color 0.4s;
}
.wordmark:hover { color: var(--rose-deep); }
.wordmark-sub {
  display: block;
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--faded);
  margin-top: -0.15em;
  padding-left: 0.28em;
}

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.3rem); }
.nav a {
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--walnut);
  position: relative;
  padding-block: 0.35rem;
  transition: color 0.35s;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--rose-deep);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--ease);
}
.nav a:hover { color: var(--sepia); }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-toggle { display: none; background: none; border: 0; padding: 0.5rem; cursor: pointer; }
.nav-toggle svg { stroke: var(--sepia); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed;
    inset: 0 0 auto;
    top: 74px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.5rem var(--gut) 2.5rem;
    background: var(--parchment);
    border-bottom: 1px solid var(--rule);
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.55s var(--ease);
  }
  .nav.is-open { clip-path: inset(0 0 0 0); }
  .nav a {
    font-family: var(--display);
    font-size: 1.55rem;
    text-transform: none;
    letter-spacing: 0;
    padding-block: 0.8rem;
    width: 100%;
    border-bottom: 1px solid var(--rule-soft);
  }
  .nav a::after { display: none; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  padding-block: clamp(3rem, 8vw, 6rem) clamp(3.5rem, 8vw, 6.5rem);
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  width: 62vw; height: 62vw;
  max-width: 800px; max-height: 800px;
  right: -16vw; top: -20vw;
  background: radial-gradient(circle, rgba(196, 164, 104, 0.15), rgba(196, 160, 153, 0.10) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

.hero h1 { margin-block: 1.5rem 0; }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: block; animation: rise 1.15s var(--ease) both; }
.hero h1 .line:nth-child(1) > span { animation-delay: 0.12s; }
.hero h1 .line:nth-child(2) > span { animation-delay: 0.26s; }
.hero h1 .line:nth-child(3) > span { animation-delay: 0.40s; }
.hero h1 .script { display: inline-block; font-size: 1.05em; padding-bottom: 0.1em; }

@keyframes rise { from { transform: translateY(108%); } to { transform: translateY(0); } }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero .eyebrow  { animation: fade-up 1s var(--ease) 0.05s both; }
.hero .lede     { animation: fade-up 1s var(--ease) 0.6s both; margin-top: 1.7rem; max-width: 48ch; }
.hero .hero-cta { animation: fade-up 1s var(--ease) 0.72s both; display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.3rem; }

/* Hero photographs — mounted like prints in an old album */
.hero-art { position: relative; animation: fade-up 1.2s var(--ease) 0.45s both; }

.hero-plate {
  position: relative;
  margin: 0;
  background: var(--cream);
  border: 1px solid var(--walnut);
  padding: clamp(0.7rem, 1.3vw, 1.1rem);
  box-shadow: 0 26px 60px -44px rgba(78, 64, 52, 0.75);
  transform: rotate(-1.2deg);
}
/* inner hairline, like a printed frame */
.hero-plate::after {
  content: '';
  position: absolute;
  inset: clamp(0.7rem, 1.3vw, 1.1rem);
  border: 1px solid rgba(252, 248, 239, 0.4);
  pointer-events: none;
  z-index: 1;
}
.hero-plate img {
  display: block;
  width: 100%; height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.93) contrast(1.02);
}

/* the lovey, tucked in at the corner like a snapshot laid on top */
.hero-inset {
  position: absolute;
  left: -5%; bottom: -7%;
  width: 37%;
  margin: 0;
  z-index: 2;
  background: var(--cream);
  border: 1px solid var(--walnut);
  padding: clamp(0.35rem, 0.7vw, 0.6rem);
  box-shadow: 0 18px 38px -26px rgba(78, 64, 52, 0.85);
  transform: rotate(2.6deg);
}
.hero-inset img {
  display: block;
  width: 100%; height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(0.93);
}

/* second inset, top right - the third product line.
   Overrides the bottom-left placement of the lovey. */
.hero-inset--soap {
  top: -6%; right: -5%;
  left: auto; bottom: auto;
  width: 31%;
  transform: rotate(-3.2deg);
}

@media (max-width: 900px) {
  .hero-art { max-width: 460px; margin-inline: auto; }
  .hero-inset { left: 0; bottom: -6%; width: 34%; }
  .hero-inset--soap { right: 0; left: auto; top: -4%; bottom: auto; width: 29%; }
}
@media (max-width: 460px) {
  .hero-inset { width: 32%; }
  .hero-inset--soap { width: 27%; }
}

.label-plate {
  position: absolute;
  top: -18px; left: 50%;
  transform: translateX(-50%) rotate(-1.5deg);
  background: var(--antique);
  border: 1px solid var(--walnut);
  padding: 0.35rem 1.5rem;
  z-index: 2;
  box-shadow: 0 4px 12px -8px rgba(78, 64, 52, 0.8);
}
.label-plate span {
  font-family: var(--body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sepia);
}
.est {
  position: absolute;
  bottom: -14px; right: 18px;
  transform: rotate(-1.2deg);
  background: var(--parchment);
  padding: 0 0.7rem;
  font-family: var(--display);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--faded);
  z-index: 2;
}

/* ticker strip — pressed between two rules */
.ticker {
  border-block: 1px solid var(--rule);
  background: var(--ecru);
  overflow: hidden;
  padding-block: 0.95rem;
  position: relative;
}
.ticker::before, .ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 12%;
  z-index: 2;
  pointer-events: none;
}
.ticker::before { left: 0;  background: linear-gradient(to right, var(--ecru), transparent); }
.ticker::after  { right: 0; background: linear-gradient(to left,  var(--ecru), transparent); }
.ticker-track { display: flex; gap: 3.2rem; width: max-content; animation: slide 48s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
.ticker span {
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
  white-space: nowrap;
  color: var(--walnut);
  display: inline-flex; align-items: center; gap: 3.2rem;
}
.ticker span::after { content: '❦'; color: var(--rose); font-style: normal; font-size: 0.8rem; }

/* =========================================================
   Sections
   ========================================================= */
.section { padding-block: var(--section); position: relative; }
.section--ecru { background: var(--ecru); }
.section--deep {
  background: var(--sepia);
  color: rgba(247, 241, 228, 0.76);
}
.section--deep h2, .section--deep h3 { color: var(--parchment); }
.section--deep .eyebrow { color: var(--gold); }
.section--deep .script { color: var(--gold); }

.section-head { max-width: 60ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head h2 { margin-top: 1.2rem; }
.section-head p { margin-top: 1.2rem; }
.section-head--center { margin-inline: auto; text-align: center; }

/* ---------- Product cards ---------- */
.makes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: clamp(1.2rem, 2.2vw, 2rem);
}
.make {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: clamp(1.7rem, 2.5vw, 2.2rem);
  text-decoration: none;
  color: inherit;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.5s;
}
/* printed inner frame */
.make::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid var(--accent, var(--rose));
  opacity: 0;
  transition: opacity 0.55s var(--ease), inset 0.55s var(--ease);
  pointer-events: none;
}
.make:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px -38px rgba(78, 64, 52, 0.7);
  border-color: color-mix(in srgb, var(--accent, var(--rose)) 55%, transparent);
}
.make:hover::before { opacity: 0.5; inset: 6px; }

.make-art { height: 128px; display: grid; place-items: center; margin-bottom: 1.5rem; }
.make-art svg { height: 100%; width: auto; overflow: visible; }

.make h3 { margin-bottom: 0.2rem; }
.make .make-sub {
  font-family: var(--script);
  font-size: 1.35rem;
  color: var(--accent, var(--rose-deep));
  line-height: 1;
  margin-bottom: 0.85rem;
  display: block;
}
.make p { font-size: 0.93rem; color: var(--walnut); flex: 1; line-height: 1.7; }
.make-more {
  margin-top: 1.5rem;
  font-family: var(--body);
  font-size: 0.63rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent, var(--rose-deep));
  display: inline-flex; align-items: center; gap: 0.55rem;
}
.make:hover .make-more .arrow { transform: translateX(5px); }

/* ---------- Story ---------- */
.story {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 880px) { .story { grid-template-columns: 1fr; } }

.story-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(165deg, var(--antique), var(--ecru));
  border: 1px solid var(--walnut);
  /* cameo arch — very Victorian */
  border-radius: 50% 50% 4px 4px / 32% 32% 4px 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.story-portrait::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: 1px solid var(--rule);
  border-radius: 50% 50% 2px 2px / 32% 32% 2px 2px;
  pointer-events: none;
}
.story-portrait svg { width: 60%; height: auto; }

/* Photograph fills the cameo. Sepia-tones the black-and-white into the palette. */
.story-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: sepia(0.32) contrast(1.02) brightness(1.02);
  transition: filter 0.8s var(--ease), transform 1.2s var(--ease);
}
.story-portrait:hover img { filter: sepia(0.18) contrast(1.03); }

/* soft scrim so the name stays readable over the photo */
.story-portrait:has(img)::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(to top, rgba(62, 50, 40, 0.62), transparent);
  pointer-events: none;
  z-index: 1;
}
.story-portrait figcaption {
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--body);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--faded);
  white-space: nowrap;
  z-index: 2;
}
.story-portrait:has(img) figcaption {
  font-family: var(--script);
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--parchment);
  bottom: 0.9rem;
  text-shadow: 0 2px 10px rgba(62, 50, 40, 0.5);
}

.story blockquote {
  font-family: var(--script);
  font-size: clamp(1.6rem, 2.9vw, 2.35rem);
  line-height: 1.5;
  color: var(--rose-deep);
  padding-left: 0;
  margin-block: 1.9rem;
  text-align: center;
  position: relative;
}
.story blockquote::before,
.story blockquote::after {
  content: '❧';
  display: block;
  font-family: var(--body);
  font-size: 0.9rem;
  color: var(--gold);
  opacity: 0.7;
  margin-block: 0.5rem;
}
.story blockquote::after { transform: rotate(180deg); }

/* Drop cap — the antique touch */
.dropcap::first-letter {
  font-family: var(--display);
  font-size: 3.6em;
  line-height: 0.82;
  float: left;
  padding: 0.06em 0.12em 0 0;
  color: var(--rose-deep);
  font-weight: 400;
}

/* ---------- Values ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: clamp(1.8rem, 3.5vw, 3.5rem);
  counter-reset: v;
}
.value { position: relative; padding-top: 3rem; }
.value::before {
  counter-increment: v;
  content: counter(v, upper-roman);
  position: absolute;
  top: 0; left: 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-style: italic;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.value::after {
  content: '';
  position: absolute;
  top: 0.95rem; left: 2.4rem; right: 0;
  height: 1px;
  background: rgba(247, 241, 228, 0.18);
}
.value h3 { margin-bottom: 0.75rem; font-size: 1.35rem; }
.value p { font-size: 0.94rem; color: rgba(247, 241, 228, 0.7); line-height: 1.75; }

/* ---------- How to order ---------- */
.markets { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 880px) { .markets { grid-template-columns: 1fr; } }

/* numbered steps, set like a printed order form */
.steps { list-style: none; padding: 0; margin-top: 0.5rem; counter-reset: none; }
.steps li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1.2rem;
  align-items: baseline;
  padding-block: 1.3rem;
  border-bottom: 1px solid var(--rule-soft);
}
.steps .step-n {
  font-family: var(--display);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--gold-deep);
  line-height: 1;
  letter-spacing: 0.04em;
}
.steps .step-body { font-size: 0.95rem; color: var(--walnut); line-height: 1.75; }
.steps .step-body strong {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--sepia);
  margin-bottom: 0.25rem;
}
@media (max-width: 520px) {
  .steps li { grid-template-columns: 1.9rem 1fr; gap: 0.9rem; }
  .steps .step-n { font-size: 1.25rem; }
}

.area-note {
  margin-top: 1.6rem;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--faded);
  line-height: 1.7;
}
.area-note strong { font-style: normal; color: var(--sepia); font-weight: 400; }

.note-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: clamp(1.8rem, 3vw, 2.4rem);
  position: relative;
}
.note-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid var(--rule-soft);
  pointer-events: none;
}
.note-card h3 { margin-bottom: 0.9rem; }
.note-card p + p { margin-top: 1rem; }
.note-card p { font-size: 0.94rem; color: var(--walnut); }
/* the address sits below a hairline, like a card's printed footer */
.note-card .contact-line {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--rule-soft);
  font-family: var(--body);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  word-break: break-word;
}

/* ---------- Signup ---------- */
.signup { text-align: center; }

.signup-form {
  display: flex;
  gap: 0.7rem;
  max-width: 500px;
  margin: 2.2rem auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
.signup-form input[type="email"] {
  flex: 1 1 250px;
  padding: 0.95rem 1.3rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 0;
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--sepia);
  transition: border-color 0.35s, box-shadow 0.35s;
}
.signup-form input::placeholder { color: var(--faded); font-style: italic; }
.signup-form input[type="email"]:focus {
  outline: none;
  border-color: var(--rose-deep);
  box-shadow: 0 0 0 3px rgba(196, 160, 153, 0.18);
}
.signup-form.is-busy { opacity: 0.6; pointer-events: none; }

/* honeypot — off-screen, never shown, never announced */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-msg {
  min-height: 1.4em;
  margin-top: 1.1rem;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--walnut);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.form-msg.is-shown { opacity: 1; }
.form-msg.is-ok { color: var(--sage-deep); font-style: normal; }
.form-msg.is-err { color: var(--rose-deep); }

.signup-email {
  margin-top: 1.4rem;
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--walnut);
}
.signup-email a {
  color: var(--sepia);
  font-style: italic;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  padding-bottom: 2px;
  transition: color 0.35s var(--ease);
}
.signup-email a:hover { color: var(--rose-deep); }
.signup .fineprint {
  font-size: 0.78rem;
  margin-top: 1.2rem;
  color: var(--faded);
  font-style: italic;
  font-family: var(--display);
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--sepia);
  color: rgba(247, 241, 228, 0.66);
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 2rem;
  font-size: 0.9rem;
  font-weight: 300;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(247, 241, 228, 0.15);
}
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

.footer-brand .wordmark { color: var(--parchment); font-size: 2.4rem; }
.footer-brand .wordmark-sub { color: rgba(247, 241, 228, 0.42); }
.footer-brand p { margin-top: 1.1rem; max-width: 33ch; line-height: 1.8; }
.footer-email { font-family: var(--body); font-size: 0.86rem; letter-spacing: 0.02em; }
.footer-email a {
  text-decoration: none;
  color: rgba(247, 241, 228, 0.82);
  border-bottom: 1px solid rgba(247, 241, 228, 0.25);
  padding-bottom: 2px;
  transition: color 0.35s, border-color 0.35s;
  word-break: break-word;
}
.footer-email a:hover { color: var(--gold); border-color: var(--gold); }
.footer-tagline {
  font-family: var(--script);
  color: var(--gold);
  margin-top: 1.3rem !important;
  font-size: 1.5rem;
  line-height: 1.4;
}
.footer-col h4 {
  font-family: var(--body);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 241, 228, 0.42);
  margin-bottom: 1.3rem;
}
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 0.75rem; }
.footer-col a {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.08rem;
  transition: color 0.35s, padding-left 0.4s var(--ease);
  display: inline-block;
}
.footer-col a:hover { color: var(--gold); padding-left: 6px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 241, 228, 0.4);
}

/* ---------- Reveal / draw ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }

.draw [data-stroke] {
  stroke-dasharray: var(--len, 400);
  stroke-dashoffset: var(--len, 400);
  transition: stroke-dashoffset 1.8s var(--ease);
}
.draw.is-in [data-stroke] { stroke-dashoffset: 0; }

/* ---------- a11y ---------- */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--sepia);
  color: var(--cream);
  padding: 0.75rem 1.25rem;
  z-index: 200;
  text-decoration: none;
}
.skip:focus { left: 1rem; top: 1rem; }
:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }

/* =========================================================
   Photograph feature — framed like an album plate
   ========================================================= */
.plate {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (max-width: 900px) { .plate { grid-template-columns: 1fr; } }

.plate-figure {
  position: relative;
  margin: 0;
  background: var(--cream);
  border: 1px solid var(--walnut);
  padding: clamp(0.75rem, 1.6vw, 1.15rem);
  box-shadow: 0 30px 65px -45px rgba(78, 64, 52, 0.85);
  /* Photographs hang straight and stay put — no tilt, no movement on hover. */
  transition: box-shadow 0.6s var(--ease);
}
.plate-figure:hover { box-shadow: 0 34px 70px -42px rgba(78, 64, 52, 0.9); }
.plate-figure::after {
  /* printed hairline inside the mount */
  content: '';
  position: absolute;
  inset: clamp(0.4rem, 0.9vw, 0.65rem);
  border: 1px solid var(--rule);
  pointer-events: none;
  z-index: 2;
}
.plate-figure img {
  width: 100%;
  height: auto;
  display: block;
  /* warm the photo very slightly so it sits in the aged palette */
  filter: sepia(0.14) saturate(0.94) contrast(0.98);
}
.plate-figure figcaption {
  font-family: var(--script);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  color: var(--rose-deep);
  text-align: center;
  padding-top: 0.85rem;
  line-height: 1.3;
}
.plate-corner {
  position: absolute;
  width: 26px; height: 26px;
  border: 1px solid var(--walnut);
  opacity: 0.5;
  z-index: 3;
}
.plate-corner--tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.plate-corner--tr { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.plate-corner--bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.plate-corner--br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.colour-note {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule-soft);
}
.colour-note h4 {
  font-family: var(--body);
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--faded);
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.swatches { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.swatch {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  box-shadow: inset 0 -3px 6px -3px rgba(78, 64, 52, 0.35);
}

/* Mirrored plate — photograph on the right */
.plate--flip { grid-template-columns: 0.75fr 1.25fr; }
.plate--flip .plate-figure { order: 2; }
@media (max-width: 900px) {
  .plate--flip { grid-template-columns: 1fr; }
  .plate--flip .plate-figure { order: 0; }
}

/* =========================================================
   Process strip — three plates telling one story
   ========================================================= */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
@media (max-width: 700px) { .process { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; } }

.process figure {
  margin: 0;
  position: relative;
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: clamp(0.6rem, 1.2vw, 0.85rem);
  transition: box-shadow 0.6s var(--ease);
}
.process figure:hover { box-shadow: 0 22px 44px -34px rgba(78, 64, 52, 0.8); }
.process figure::after {
  content: '';
  position: absolute;
  inset: clamp(0.35rem, 0.7vw, 0.5rem);
  border: 1px solid var(--rule-soft);
  pointer-events: none;
  z-index: 2;
}
.process img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: sepia(0.12) saturate(0.96);
}
.process figcaption { padding-top: 0.75rem; text-align: center; }
.process .step {
  display: block;
  font-family: var(--body);
  font-size: 0.56rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.15rem;
}
.process .what {
  display: block;
  font-family: var(--script);
  font-size: 1.5rem;
  color: var(--rose-deep);
  line-height: 1.25;
}

/* =========================================================
   Logo
   ========================================================= */
.brand-logo { display: inline-block; line-height: 0; text-decoration: none; }
.brand-logo img {
  height: clamp(46px, 5.2vw, 62px);
  width: auto;
}
@media (max-width: 900px) { .brand-logo img { height: 44px; } }

/* Seal used as a section ornament */
.seal-mark {
  display: block;
  width: clamp(84px, 10vw, 116px);
  height: auto;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  opacity: 0.9;
}
.site-footer .brand-logo img {
  height: clamp(74px, 8vw, 96px);
}

/* Header: seal beside the name */
.wordmark--seal {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
}
.wordmark-seal {
  width: clamp(46px, 5vw, 62px);
  height: auto;
  flex: none;
  transition: opacity 0.5s var(--ease);
}
.wordmark--seal:hover .wordmark-seal { opacity: 0.78; }
.wordmark-type { display: block; line-height: 1; }
@media (max-width: 560px) {
  .wordmark-seal { width: 40px; }
  .wordmark--seal { gap: 0.55rem; }
}

/* ---------- 404 ---------- */
.notfound { text-align: center; padding-block: clamp(2rem, 6vw, 4rem); }
.notfound h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin-top: 1.2rem; }
.notfound .lede { margin: 1.4rem auto 0; max-width: 48ch; }
.notfound-links {
  list-style: none;
  padding: 0;
  margin: 2.2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem clamp(1.2rem, 3vw, 2.4rem);
}
.notfound-cta { margin-top: 2.4rem; }
