/* Numina Bottega — raw-materials identity, graphite-led. No teal/turquoise type. */

:root {
  --paper:   #DED2B9;
  --surface: #E9E1CE;
  --stone:   #A0A49E;
  --navy:    #1B2740;
  --teal:    #2E5B57;
  --wetclay: #5A4331;
  --iron:    #9C4425;
  --ironb:   #B85A32;
  --brass:   #97823F;
  --brassl:  #B49A55;
  --turq:    #23A99E;
  --ondark:  #EAE1CD;
  --ondarkm: #B7BBAF;
  --serif: "Hoefler Text", "Baskerville", "Palatino", Georgia, serif;
  --sans: "Helvetica Neue", "Inter", system-ui, -apple-system, sans-serif;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --wrap: 1080px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
/* subtle film grain across the whole page */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: 0.04; background-image: var(--grain);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
.section { padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10000; background: var(--navy); color: var(--ondark); padding: 0.6rem 1rem; border-radius: 4px; }
:focus-visible { outline: 2px solid var(--iron); outline-offset: 3px; }

/* ── Type ─────────────────────────────────────────── */
.eyebrow { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--wetclay); font-weight: 500; margin: 0 0 0.9rem; }
.eyebrow.on-dark { color: var(--brassl); }
.section-h { font-family: var(--serif); font-weight: 400; color: var(--navy);
  font-size: clamp(1.5rem, 3.4vw, 2.1rem); line-height: 1.2; letter-spacing: 0.01em;
  margin: 0 0 1rem; text-wrap: balance; }
.section-h.on-dark { color: var(--ondark); }
.section-h.sub { font-size: clamp(1.3rem, 2.6vw, 1.6rem); margin-top: 2.5rem; }
.lede { font-size: 1.15rem; color: #2b3444; max-width: 60ch; margin: 0; }
.lede em, .prose em { font-style: italic; }

/* ── Header ───────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); color: var(--ondark); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 66px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ondark); }
.brand-word { font-family: var(--serif); font-size: 1.02rem; letter-spacing: 0.2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2rem); }
.site-nav a { display: inline-flex; align-items: center; min-height: 40px; text-decoration: none; color: var(--ondark); font-size: 0.92rem; letter-spacing: 0.06em; }
.site-nav a:hover, .site-nav a.is-active { color: var(--brassl); }
.site-nav a.is-active { box-shadow: inset 0 -1px 0 var(--brassl); }
.nav-ig { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; }
.nav-ig:hover { color: var(--brassl); }

/* ── Buttons ──────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  background: var(--iron); color: #F4ECDA; font-family: var(--sans); font-size: 0.9rem; letter-spacing: 0.04em;
  padding: 0.72rem 1.3rem; border-radius: 4px; border: 1px solid transparent; font-weight: 500;
  transition: background 0.15s ease, transform 0.05s ease; }
.btn:hover { background: var(--ironb); }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 0.85rem 1.5rem; font-size: 0.95rem; }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(27,39,64,0.35); }
.btn-ghost:hover { background: rgba(27,39,64,0.06); }
.hero .btn-ghost, .band .btn-ghost { color: var(--ondark); border-color: rgba(234,225,205,0.45); }
.hero .btn-ghost:hover, .band .btn-ghost:hover { background: rgba(234,225,205,0.10); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 1.9rem; }

/* ── Hero ─────────────────────────────────────────── */
.hero { position: relative; background: var(--navy); color: var(--ondark); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(27,39,64,0.6), rgba(27,39,64,0.86)), #223049; }
.hero-bg .mark { position: absolute; right: -2%; bottom: -12%; width: min(48%, 480px); height: auto; opacity: 0.07; }
.hero-inner { position: relative; z-index: 1; text-align: center; padding: clamp(3rem, 8vw, 5.5rem) 1.5rem clamp(2.6rem, 6vw, 4.5rem); }
.hero-inner .mark { margin: 0 auto 1.6rem; }
.wordmark { font-family: var(--serif); font-weight: 400; margin: 0; display: flex; flex-direction: column;
  align-items: center; gap: 0.1rem; line-height: 1.08; }
.wordmark span { font-size: clamp(2rem, 7vw, 3.1rem); letter-spacing: 0.28em; text-indent: 0.28em; text-transform: uppercase; color: var(--ondark); }
.hero-rule { width: 40px; height: 1px; background: var(--brassl); margin: 1.5rem auto 1.2rem; }
.hero-motto { font-family: var(--serif); font-style: italic; color: var(--brassl); font-size: 1.3rem; letter-spacing: 0.03em; margin: 0 0 0.5rem; }
.hero-sub { font-size: 0.82rem; letter-spacing: 0.08em; color: var(--ondarkm); margin: 0; text-transform: uppercase; }
.hero-quote { font-family: var(--serif); font-weight: 400; color: var(--ondark); font-size: clamp(1.9rem, 4.2vw, 3.3rem);
  line-height: 1.22; letter-spacing: 0.005em; max-width: 20ch; margin: 0.3rem auto 0; text-wrap: balance; }

/* ── Hero photo (replace .photo-slot with a real <img class="photo">) ── */
.hero-photo { padding-top: clamp(1.2rem, 3vw, 2.2rem); }
.hero-photo .photo { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; }
.photo-slot { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--surface);
  border: 0.5px solid rgba(27,39,64,0.14); border-radius: 6px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.9rem; overflow: hidden; }
.photo-slot .mark { opacity: 0.16; }
.photo-slot-note { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--wetclay); }

/* ── Section heads / featured ─────────────────────── */
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section-head .eyebrow { margin: 0; }
.more { text-decoration: none; color: var(--wetclay); font-size: 0.85rem; letter-spacing: 0.06em; white-space: nowrap; }
.more:hover { color: var(--iron); }

/* ── Product grid + cards ─────────────────────────── */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: clamp(1rem, 2.5vw, 1.6rem); }
.card { text-decoration: none; color: inherit; display: block; }
.piece-img { position: relative; aspect-ratio: 4 / 5; background: var(--surface); border: 0.5px solid rgba(27,39,64,0.12);
  border-radius: 5px; display: flex; align-items: center; justify-content: center; overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease; }
.piece-img .mark { opacity: 0.15; }
.card:hover .piece-img { border-color: rgba(27,39,64,0.3); transform: translateY(-2px); }
.card-body { display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; padding: 0.8rem 0.2rem 0; }
.card-name { font-family: var(--serif); font-weight: 400; font-size: 1.15rem; margin: 0; }
.card-price { margin: 0; color: var(--wetclay); font-variant-numeric: tabular-nums; font-size: 0.95rem; }

/* status tags — fills, never type colour */
.tag { position: absolute; top: 10px; left: 10px; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 3px; font-weight: 500; }
.tag-sold { background: var(--navy); color: var(--ondark); }
.tag-reserved { background: var(--brass); color: #2a2410; }

/* ── Page head ────────────────────────────────────── */
.page-head { padding-top: clamp(2.2rem, 5vw, 3.4rem); padding-bottom: 0.5rem; }
.page-head .section-h { font-size: clamp(1.8rem, 4.4vw, 2.6rem); }

/* ── Product page ─────────────────────────────────── */
.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start; padding-top: clamp(2rem, 5vw, 3.4rem); padding-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.product-media { position: sticky; top: 90px; }
.piece-img-lg { aspect-ratio: 4 / 5; }
.piece-img-lg .mark { opacity: 0.18; }
.media-note { font-size: 0.78rem; color: var(--wetclay); margin: 0.8rem 0 0; font-style: italic; }
.back { display: inline-block; text-decoration: none; color: var(--wetclay); font-size: 0.85rem; letter-spacing: 0.05em; margin-bottom: 1rem; }
.back:hover { color: var(--iron); }
.product-name { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.15; margin: 0 0 0.6rem; }
.product-price { font-size: 1.25rem; color: var(--navy); font-variant-numeric: tabular-nums; margin: 0 0 1.4rem; display: flex; align-items: center; gap: 12px; }
.product-price .tag { position: static; }
.product-body { font-size: 1.05rem; color: #2b3444; margin: 0 0 1.8rem; max-width: 46ch; }
.specs { display: grid; gap: 0; margin: 0 0 2rem; border-top: 1px solid rgba(90,67,49,0.22); }
.specs > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid rgba(90,67,49,0.22); }
.specs dt { color: var(--wetclay); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; }
.specs dd { margin: 0; font-size: 0.95rem; text-align: right; }
.buy { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.buy .btn { width: 100%; justify-content: center; }
.buy-note { font-size: 0.85rem; color: var(--wetclay); margin: 0.4rem 0 0; line-height: 1.6; }
.buy-note a { color: var(--iron); }

/* ── Band (Instagram CTA) — teal ground ───────────── */
.band { position: relative; background: var(--navy); color: var(--ondark); overflow: hidden; text-align: center; }
.band .wrap { padding-top: clamp(2.6rem, 6vw, 4rem); padding-bottom: clamp(2.6rem, 6vw, 4rem); }
.band .section-h { margin-bottom: 0.6rem; }
.band-sub { color: #D6E0DC; margin: 0 0 1.6rem; }
.band .btn { margin-top: 0.3rem; }

/* ── Prose / about ────────────────────────────────── */
.prose p { max-width: 62ch; color: #2b3444; }
.prose ul { max-width: 62ch; padding-left: 1.2rem; margin: 0.6rem 0 1.2rem; }
.prose li { margin: 0.35rem 0; color: #2b3444; }
.prose strong { font-weight: 500; }
.page-note { font-size: 0.85rem; color: var(--wetclay); font-style: italic; margin-top: 2rem; }
.page-note a { color: var(--iron); }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 1.4rem 0 0; max-width: 60ch; }
.steps li { counter-increment: step; position: relative; padding: 0.7rem 0 0.7rem 2.6rem; border-top: 1px solid rgba(90,67,49,0.2); }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 0.75rem; width: 1.7rem; height: 1.7rem;
  border: 1px solid var(--iron); color: var(--iron); border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-variant-numeric: tabular-nums; }
.steps li span { font-weight: 500; }

.notfound { text-align: center; }
.notfound .mark { margin: 0 auto 1.4rem; opacity: 0.9; }
.notfound .btn { margin-top: 1.4rem; }

/* grain on dark blocks for extra grit */
.grain { position: relative; }
.grain > * { position: relative; z-index: 1; }
.grain::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.12; mix-blend-mode: overlay; background-image: var(--grain); }

/* ── Footer ───────────────────────────────────────── */
.site-footer { background: var(--navy); color: var(--ondarkm); margin-top: 0; border-top: 1px solid rgba(234,225,205,0.12); }
.footer-top { display: grid; grid-template-columns: minmax(260px, auto) 1fr;
  grid-template-areas: "mark ." "text cols"; column-gap: clamp(2rem, 6vw, 5rem); row-gap: 0;
  padding-top: clamp(2.6rem, 5vw, 3.6rem); padding-bottom: 2rem; align-items: start; }
.footer-mark { grid-area: mark; margin-bottom: 14px; }
.footer-text { grid-area: text; min-width: 260px; max-width: 360px; }
.footer-name { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ondark); margin: 0 0 0.4rem; }
.footer-motto { font-family: var(--serif); font-style: italic; color: var(--brassl); font-size: 1.1rem; margin: 0 0 0.5rem; }
.footer-cols { grid-area: cols; align-self: start; display: flex; flex-wrap: wrap; gap: 2rem 3rem; justify-content: space-between; }

/* Footer new-pieces sign-up */
.footer-signup { margin-top: 1.5rem; }
.footer-signup-title { font-family: var(--serif); font-size: 1.08rem; color: var(--ondark); margin: 0 0 0.7rem; }
.footer-signup-fields { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-signup input { width: 100%; min-height: 46px; padding: 0.6rem 0.85rem; border-radius: 5px;
  border: 1px solid rgba(234,225,205,0.28); background: rgba(234,225,205,0.08); color: var(--ondark);
  font-family: var(--sans); font-size: 0.92rem; transition: border-color var(--dur-fast) var(--ease-hover), background var(--dur-fast) var(--ease-hover), box-shadow var(--dur-fast) var(--ease-hover); }
.footer-signup input::placeholder { color: var(--ondarkm); }
.footer-signup input:hover { border-color: rgba(234,225,205,0.4); }
.footer-signup input:focus { outline: none; border-color: var(--brassl); background: rgba(234,225,205,0.13); box-shadow: 0 0 0 3px rgba(180,154,85,0.14); }
.footer-signup .btn { width: 100%; justify-content: center; margin-top: 0.15rem; }
.footer-signup-note { font-size: 0.74rem; color: var(--ondarkm); margin: 0.65rem 0 0; line-height: 1.6; }
.footer-signup-thanks { font-family: var(--serif); font-style: italic; color: var(--brassl); font-size: 1.05rem; margin: 1.4rem 0 0; max-width: 300px; }
.footer-col { display: flex; flex-direction: column; gap: 0.55rem; min-width: 132px; }
.footer-h { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ondarkm); margin: 0 0 0.35rem; }
.footer-col a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ondark); font-size: 0.9rem; }
.footer-col a:hover { color: var(--brassl); }
.colophon { border-top: 1px solid rgba(234,225,205,0.12); margin: 0 auto; padding: 1.1rem 1.5rem; text-align: center;
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ondarkm); }

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 760px) {
  .product { grid-template-columns: 1fr; }
  .product-media { position: static; max-width: 420px; }
}
@media (max-width: 560px) {
  .brand-word { display: none; }
  .site-nav { gap: 0.9rem; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .footer-top { grid-template-columns: 1fr; grid-template-areas: "mark" "text" "cols"; }
  .footer-text { max-width: none; margin-bottom: 2.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

/* ═══════════════ MOTION — "nothing arrives, everything settles" ═══════════════ */
:root {
  --ease-settle: cubic-bezier(0.16, 1, 0.30, 1);
  --ease-draw:   cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-hover:  cubic-bezier(0.33, 0, 0.20, 1);
  --ease-breath: cubic-bezier(0.37, 0, 0.63, 1);
  --dur-press: 140ms; --dur-fast: 300ms; --dur-hover-in: 320ms;
  --dur-med: 480ms; --dur-slow: 720ms; --dur-xslow: 900ms;
  --stagger-tight: 60ms; --stagger: 90ms; --stagger-loose: 120ms;
  --rise: 12px;
}

/* Reveal primitive — only when JS is present, so a no-JS page shows everything at rest.
   Uses the `translate` longhand so hover `transform` composes without conflict. */
html.js [data-reveal],
html.js .page-head > .eyebrow, html.js .page-head > .section-h, html.js .page-head > .lede,
html.js .section > .eyebrow, html.js .section > .section-h, html.js .section > .lede,
html.js .prose > h2,
html.js .card, html.js .footer-mark, html.js .footer-text, html.js .footer-col {
  opacity: 0; translate: 0 var(--rise, 12px);
  transition: opacity var(--dur-slow) var(--ease-settle), translate var(--dur-slow) var(--ease-settle);
  transition-delay: calc(var(--i, 0) * var(--stagger));
}
html.js .is-in { opacity: 1 !important; translate: 0 0 !important; }

html.js .page-head > .section-h, html.js .section > .section-h { --i: 1; --rise: 14px; }
html.js .page-head > .lede, html.js .section > .lede { --i: 2; --rise: 16px; }
html.js .footer-col:nth-child(2) { --i: 1; } html.js .footer-col:nth-child(3) { --i: 2; } html.js .footer-col:nth-child(4) { --i: 3; }

/* Header — settles down on load; densifies + draws a hairline once scrolled past */
html.js .site-header { opacity: 0; transform: translateY(-6px);
  transition: opacity var(--dur-slow) var(--ease-settle), transform var(--dur-slow) var(--ease-settle), background-color var(--dur-med) var(--ease-hover); }
html.loaded .site-header { opacity: 1; transform: none; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--brass);
  transform: scaleX(0); transform-origin: center; opacity: 0; transition: transform var(--dur-med) var(--ease-draw), opacity var(--dur-med) linear; }
.site-header.is-stuck { background-color: #16202f; }
.site-header.is-stuck::after { transform: scaleX(1); opacity: 0.5; }

/* Hero — held under .preload, plays the timeline on .loaded (motion.js flips the class) */
html.js .hero .hero-quote, html.js .hero .hero-motto, html.js .hero .hero-sub, html.js .hero .cta-row .btn {
  opacity: 0; translate: 0 var(--rise, 8px);
  transition: opacity var(--dur-slow) var(--ease-settle), translate var(--dur-slow) var(--ease-settle);
  transition-delay: var(--d, 0ms); }
html.loaded .hero .hero-quote, html.loaded .hero .hero-motto, html.loaded .hero .hero-sub, html.loaded .hero .cta-row .btn {
  opacity: 1; translate: 0 0; }
.hero .hero-quote { --d: 980ms; --rise: 10px; }
.hero .hero-motto { --d: 1240ms; --rise: 6px; }
.hero .hero-sub   { --d: 1360ms; --rise: 6px; }
.hero .cta-row .btn:nth-child(1) { --d: 1500ms; --rise: 6px; }
.hero .cta-row .btn:nth-child(2) { --d: 1580ms; --rise: 6px; }
html.js .hero .hero-rule { transform: scaleX(0); transform-origin: center; opacity: 0;
  transition: transform var(--dur-med) var(--ease-draw), opacity var(--dur-fast) linear; transition-delay: 1160ms; }
html.loaded .hero .hero-rule { transform: scaleX(1); opacity: 1; }

/* Signature — the pot draws itself, the soul-dot falls into it, then breathes forever */
.hero .pot-outline { fill: none; stroke: var(--ondark); stroke-width: 2.1; stroke-linejoin: round; }
html.js .hero .pot-outline { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
html.loaded .hero .pot-outline { opacity: 1; stroke-dashoffset: 0;
  transition: stroke-dashoffset var(--dur-xslow) var(--ease-draw) 120ms, opacity 120ms linear 120ms; }
html.js .hero .soul-dot { opacity: 0; translate: 0 6px; scale: 1.1; transform-box: fill-box; transform-origin: center; }
html.loaded .hero .soul-dot { opacity: 1; translate: 0 0; scale: 1;
  transition: opacity var(--dur-slow) var(--ease-settle) 780ms, translate var(--dur-slow) var(--ease-settle) 780ms, scale var(--dur-slow) var(--ease-settle) 780ms; }
@keyframes soulBreath { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.soul-dot.breathing { transform-box: fill-box; transform-origin: center; animation: soulBreath 7s var(--ease-breath) infinite; }
.soul-dot.paused, .watermark.paused { animation-play-state: paused; }

/* Cards — hover lifts the image, deepens the pot mark, draws a rust underline under the name */
html.js .card { --rise: 12px; }
.card .pot-faint { transition: opacity var(--dur-slow) var(--ease-settle); }
.card:hover .pot-faint { opacity: 0.28; }
.card-name { position: relative; display: inline-block; }
.card-name::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--iron);
  transform: scaleX(0); transform-origin: left; transition: transform var(--dur-fast) var(--ease-draw); }
.card:hover .card-name::after { transform: scaleX(1); }

/* Footer soul-dot — a half-amplitude echo of the hero breath, only while on screen */
@keyframes soulBreathSoft { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.02); } }
.site-footer .soul-dot.breathing { transform-box: fill-box; transform-origin: center; animation: soulBreathSoft 9s var(--ease-breath) infinite; }

/* Buttons — weighted: warm on hover, pressed into the clay on active (no springy lift) */
.btn { transition: background var(--dur-fast) var(--ease-hover), transform var(--dur-press) var(--ease-hover); }
.btn:active { transform: translateY(1px) scale(0.995); }

/* Nav links — a brass underline draws in from the left */
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: var(--brassl);
  transform: scaleX(0); transform-origin: left; transition: transform var(--dur-fast) var(--ease-draw); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a.is-active { box-shadow: none; }

/* Ambient — a near-imperceptible watermark drift */
@keyframes watermarkDrift { 0%, 100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,4px,0) scale(1.02); } }
.watermark.breathing { animation: watermarkDrift 26s var(--ease-breath) infinite; }

/* Reduced motion — a finished, at-rest design: present, calm, zero travel */
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal], html.js .card, html.js .footer-mark, html.js .footer-text, html.js .footer-col,
  html.js .page-head > .eyebrow, html.js .page-head > .section-h, html.js .page-head > .lede,
  html.js .section > .eyebrow, html.js .section > .section-h, html.js .section > .lede, html.js .prose > h2,
  html.js .hero .hero-quote, html.js .hero .hero-motto, html.js .hero .hero-sub, html.js .hero .cta-row .btn,
  html.js .hero .soul-dot, html.js .site-header {
    opacity: 1 !important; translate: none !important; transform: none !important; }
  html.js .hero .hero-rule, .site-header.is-stuck::after { transform: scaleX(1) !important; opacity: 1 !important; }
  html.js .hero .pot-outline { stroke-dashoffset: 0 !important; opacity: 1 !important; }
  .soul-dot, .watermark { animation: none !important; transform: none !important; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* ── Language switcher, newsletter, coming-soon ── */
.lang-switch { position: relative; }
.lang-switch > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; min-height: 40px; padding: 6px; border-radius: 5px; }
.lang-switch > summary::-webkit-details-marker { display: none; }
.lang-switch > summary .flag { width: 27px; height: auto; transition: box-shadow var(--dur-fast) var(--ease-hover); }
.lang-switch > summary:hover .flag,
.lang-switch[open] > summary .flag { box-shadow: 0 0 0 1px rgba(234,225,205,0.55); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 6px); min-width: 156px; z-index: 60;
  background: #16202f; border: 1px solid rgba(234,225,205,0.14); border-radius: 8px; padding: 5px;
  display: flex; flex-direction: column; gap: 2px; box-shadow: 0 12px 34px rgba(0,0,0,0.4); }
.lang-menu .lang { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 5px;
  text-decoration: none; color: var(--ondarkm); font-size: 0.88rem; }
.lang-menu .lang:hover { background: rgba(234,225,205,0.08); color: var(--ondark); }
.lang-menu .lang.is-active { color: var(--ondark); }
.lang-menu .lang.is-active::before { content: "✓"; order: 3; margin-left: auto; opacity: 0.7; font-size: 0.85rem; }
.flag { display: block; border-radius: 2px; box-shadow: 0 0 0 0.5px rgba(255,255,255,0.2); }
.lang-switch a::after, .lang-switch summary::after, .nav-ig::after { content: none !important; display: none !important; }

.coming { text-align: center; }
.coming .section-h { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-left: auto; margin-right: auto; }
.coming .lede { margin-left: auto; margin-right: auto; }
.signup-wrap { max-width: 500px; margin: 2.2rem auto 0; }
.signup { display: flex; flex-direction: column; gap: 0.7rem; }
.signup-names { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.signup-send { display: flex; gap: 0.7rem; }
.signup-send .signup-input { flex: 1 1 auto; min-width: 0; }
.signup-input { width: 100%; min-height: 54px; padding: 0.85rem 1rem; border-radius: 5px;
  border: 1px solid rgba(27,39,64,0.22); background: #FCF9F2; color: var(--navy);
  font-family: var(--sans); font-size: 1.02rem; line-height: 1.6;
  transition: border-color var(--dur-fast) var(--ease-hover), background var(--dur-fast) var(--ease-hover), box-shadow var(--dur-fast) var(--ease-hover); }
.signup-input::placeholder { color: rgba(27,39,64,0.4); }
.signup-input:hover { border-color: rgba(27,39,64,0.34); }
.signup-input:focus { outline: none; border-color: var(--iron); background: #FFFEFA; box-shadow: 0 0 0 3px rgba(156,68,37,0.14); }
.signup-btn { flex: 0 0 auto; white-space: nowrap; padding-left: 1.5rem; padding-right: 1.5rem; }
.signup-note { font-size: 0.82rem; color: var(--wetclay); margin: 0.9rem 0 0; text-align: center; }
.signup-thanks { font-family: var(--serif); font-size: 1.25rem; color: var(--iron); max-width: 460px; margin: 1.6rem auto 0; text-align: center; }
.signup-ig { display: inline-flex; align-items: center; gap: 8px; margin-top: 1.4rem; text-decoration: none; color: var(--wetclay); font-size: 0.92rem; }
.signup-ig:hover { color: var(--iron); }

/* Visually-hidden (accessible) label */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ── Contact form ── */
.contact-section { max-width: 600px; }
.cform { display: flex; flex-direction: column; gap: 1.6rem; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.field { display: flex; flex-direction: column; gap: 0.55rem; }
.field label { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--wetclay); font-weight: 500; }
.field input, .field textarea { width: 100%; min-height: 54px; padding: 0.85rem 1rem; border-radius: 4px;
  border: 1px solid rgba(27,39,64,0.16); background: #F3ECDB; color: var(--navy);
  font-family: var(--sans); font-size: 1.02rem; line-height: 1.6;
  transition: border-color var(--dur-fast) var(--ease-hover), background var(--dur-fast) var(--ease-hover), box-shadow var(--dur-fast) var(--ease-hover); }
.field textarea { resize: vertical; min-height: 168px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(27,39,64,0.38); }
.field input:hover, .field textarea:hover { border-color: rgba(27,39,64,0.3); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--iron); background: #F8F2E4; box-shadow: 0 0 0 3px rgba(156,68,37,0.12); }
.consent { display: flex; align-items: flex-start; gap: 0.8rem; cursor: pointer; font-size: 0.95rem; line-height: 1.6; color: #2b3444; max-width: 60ch; }
.consent input[type="checkbox"] { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 0.2rem; accent-color: var(--iron); }
.cform .btn { align-self: flex-start; margin-top: 0.6rem; }
.cform-note { font-size: 0.85rem; color: var(--wetclay); margin: 0.4rem 0 0; max-width: 60ch; line-height: 1.7; }
.cform-note a { color: var(--iron); }
.form-error { background: rgba(156,68,37,0.1); border: 1px solid rgba(156,68,37,0.35); color: var(--iron);
  padding: 0.7rem 1rem; border-radius: 6px; font-size: 0.92rem; margin: 0 0 1.5rem; }
.form-thanks { text-align: center; max-width: 520px; margin: 0 auto; padding: 0.5rem 0 0; }
.form-thanks .mark { margin: 0 auto 1.3rem; opacity: 0.9; }
.form-thanks-title { font-family: var(--serif); font-size: 1.5rem; color: var(--navy); margin: 0 0 0.5rem; }
.form-thanks-body { color: #2b3444; margin: 0; }
.contact-alt { font-size: 0.92rem; color: var(--wetclay); margin: 1.9rem 0 0; }
.contact-alt a { color: var(--iron); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.contact-alt a:hover { color: var(--ironb); }

/* ── FAQ accordion ── */
.faq-list { max-width: 720px; border-top: 1px solid rgba(90,67,49,0.22); }
.faq-item { border-bottom: 1px solid rgba(90,67,49,0.22); }
.faq-q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  padding: 1.05rem 0; font-family: var(--serif); font-size: 1.15rem; line-height: 1.35; color: var(--navy); }
.faq-q::-webkit-details-marker { display: none; }
.faq-q:hover { color: var(--iron); }
.faq-caret { flex: 0 0 auto; opacity: 0.55; transition: transform var(--dur-fast) var(--ease-hover); }
.faq-item[open] .faq-q { color: var(--iron); }
.faq-item[open] .faq-caret { transform: rotate(180deg); }
.faq-a { padding: 0 0 1.15rem; }
.faq-a p { margin: 0; max-width: 66ch; color: #2b3444; }
.faq-foot { margin-top: 2.2rem; color: var(--wetclay); }
.faq-foot a { color: var(--iron); }

/* ── Shop call-to-action (sits above the footer on content pages) ── */
.shop-cta { text-align: center; padding: clamp(2.8rem, 7vw, 4.5rem) 1.5rem; border-top: 1px solid rgba(90,67,49,0.18); }
.shop-cta .eyebrow { margin-bottom: 0.9rem; }
.shop-cta .section-h { margin: 0 auto 0.8rem; }
.shop-cta-body { max-width: 46ch; margin: 0 auto 1.7rem; color: #2b3444; }

/* ── About page — centered intro + alternating image/text flow ── */
.page-head.center { text-align: center; }
.page-head.center .lede { margin-left: auto; margin-right: auto; }
.about-flow { display: flex; flex-direction: column; gap: clamp(3rem, 7vw, 6rem); padding-top: clamp(2rem, 5vw, 3.5rem); }
.flow-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 5vw, 4.5rem); align-items: center; }
.flow-row:nth-child(even) .flow-media { order: 2; }
.flow-media { margin: 0; }
.flow-media .photo-slot { aspect-ratio: 4 / 5; }
.flow-text { max-width: 44ch; }
.flow-text .eyebrow { margin-bottom: 0.8rem; }
.flow-text h2 { font-family: var(--serif); font-weight: 400; color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.2; letter-spacing: 0.01em; margin: 0 0 1rem; text-wrap: balance; }
.flow-text p { color: #2b3444; margin: 0; }
@media (max-width: 760px) {
  .flow-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .flow-row:nth-child(even) .flow-media { order: 0; }
  .flow-text { max-width: none; }
  .flow-media .photo-slot { max-width: 440px; margin: 0 auto; }
}

/* ── Mobile polish ── */
@media (max-width: 640px) {
  .hero-inner { padding-top: clamp(2.2rem, 9vw, 3.4rem); padding-bottom: clamp(1.8rem, 7vw, 2.8rem); }
  .hero-mark { width: 58px; }
  .hero-quote { font-size: clamp(1.7rem, 7.6vw, 2.3rem); }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { justify-content: center; }
  .lede { font-size: 1.05rem; line-height: 1.6; }
  .signup { gap: 0.55rem; }
  .signup-names { grid-template-columns: 1fr; gap: 0.55rem; }
  .signup-send { flex-direction: column; gap: 0.55rem; }
  .signup-input { min-height: 48px; padding: 0.7rem 0.9rem; font-size: 1rem; }
  .signup-btn { width: 100%; justify-content: center; }
  .section { padding-top: clamp(2rem, 7vw, 3rem); padding-bottom: clamp(2rem, 7vw, 3rem); }
  .page-head { padding-top: clamp(1.6rem, 6vw, 2.4rem); }
  .cform-row { grid-template-columns: 1fr; }
  .cform .btn { align-self: stretch; justify-content: center; }
  .field input, .field textarea { min-height: 48px; font-size: 1rem; }
}
