:root {
  --color-deep-teal: #0f3d3e;
  --color-sage-teal: #5fa19a;
  --color-dusty-lavender: #a89cbc;
  --color-warm-gold: #d4a76a;
  --color-warm-cream: #f6f4ef;
  --color-ink: #243234;
  --color-soft-stone: #d8d5ce;
  --color-paper-white: #fcfbf8;
  --color-deep-teal-soft: #dcebe7;
  --color-lavender-soft: #e8e2ee;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Lato", Arial, sans-serif;
  --font-accent: "Caveat", cursive;
  --shadow-soft: 0 10px 28px rgba(36, 50, 52, 0.08);
  --shadow-lifted: 0 16px 38px rgba(36, 50, 52, 0.13);
  --radius-small: 4px;
  --radius-medium: 8px;
  --container: 72rem;
  --measure: 48rem;
  --space-section: clamp(4.5rem, 8vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-warm-cream); color: var(--color-ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--color-deep-teal) 0 38%, var(--color-sage-teal) 38% 70%, var(--color-warm-gold) 70% 84%, var(--color-dusty-lavender) 84%); z-index: 100; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

h1, h2, h3 { color: var(--color-deep-teal); font-family: var(--font-display); font-weight: 600; line-height: 1.12; margin: 0 0 1rem; }
h1 { font-size: clamp(2.65rem, 7vw, 5.6rem); max-width: 13ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
code { font-size: 0.78rem; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: var(--measure); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--color-paper-white); border: 2px solid var(--color-deep-teal); border-radius: var(--radius-small); padding: 0.7rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--color-warm-gold); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--color-warm-cream) 94%, transparent); border-bottom: 1px solid rgba(15, 61, 62, 0.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { color: var(--color-deep-teal); display: inline-flex; flex-direction: column; text-decoration: none; width: fit-content; }
.wordmark span { font-family: var(--font-display); font-size: 1.85rem; font-weight: 600; line-height: 1; }
.wordmark small { color: var(--color-sage-teal); font-size: 0.57rem; font-weight: 700; letter-spacing: 0.12em; margin-top: 0.42rem; text-transform: uppercase; }
.desktop-nav { display: none; align-items: center; gap: 1.65rem; }
.desktop-nav > a:not(.button), .mobile-nav a, .footer-links a { font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.desktop-nav > a:not(.button):hover, .footer-links a:hover { color: var(--color-sage-teal); }
.mobile-nav { background: var(--color-paper-white); border-top: 1px solid var(--color-soft-stone); padding: 0.5rem 1rem 1rem; }
.mobile-nav a { border-bottom: 1px solid rgba(216, 213, 206, 0.7); display: block; padding: 0.85rem 0.3rem; }

.button { align-items: center; background: var(--color-deep-teal); border: 1px solid var(--color-deep-teal); border-radius: var(--radius-small); color: var(--color-paper-white); cursor: pointer; display: inline-flex; font-size: 0.86rem; font-weight: 700; justify-content: center; min-height: 3rem; padding: 0.68rem 1.15rem; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.button:hover { background: #0a3031; border-color: #0a3031; box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.button-secondary { background: var(--color-lavender-soft); border-color: var(--color-dusty-lavender); color: var(--color-deep-teal); }
.button-secondary:hover { background: #ded5e7; border-color: #8e81a5; color: var(--color-deep-teal); }
.button-small { min-height: 2.55rem; padding: 0.45rem 0.9rem; }
.text-link { align-items: center; color: var(--color-deep-teal); display: inline-flex; font-weight: 700; gap: 0.4rem; text-decoration-color: var(--color-warm-gold); text-decoration-thickness: 2px; text-underline-offset: 0.3rem; }
.text-link:hover { color: var(--color-sage-teal); }
.icon-button { align-items: center; background: transparent; border: 1px solid var(--color-soft-stone); border-radius: var(--radius-small); color: var(--color-deep-teal); cursor: pointer; display: inline-flex; height: 2.75rem; justify-content: center; padding: 0; width: 2.75rem; }
.icon-button:hover { background: var(--color-deep-teal-soft); border-color: var(--color-sage-teal); }
.icon-button svg, .icon-badge svg, .icon-tile svg { fill: none; height: 1.3rem; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 1.3rem; }

.foundation-hero, .review-intro { min-height: min(44rem, calc(100vh - 5.4rem)); display: grid; place-items: center; padding: var(--space-section) 0; position: relative; }
.foundation-hero { background: #edf4f2; }
.review-intro { background: var(--color-lavender-soft); }
.foundation-hero::after, .review-intro::after { background-image: url("./assets/patterns/gold-accents.svg"); background-size: 120px 120px; content: ""; height: 10rem; opacity: 0.56; position: absolute; right: 0; top: 12%; width: min(24vw, 18rem); }
.status-pill { background: var(--color-dusty-lavender); border-radius: 999px; color: #172f31; display: inline-block; font-size: 0.72rem; font-weight: 700; margin-bottom: 1.3rem; padding: 0.35rem 0.7rem; text-transform: uppercase; }
.eyebrow { color: var(--color-sage-teal); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.13em; margin-bottom: 0.9rem; text-transform: uppercase; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; max-width: 43rem; }
.foundation-hero .text-link { margin-top: 1rem; }
.shell-band { background-color: var(--color-lavender-soft); background-image: url("./assets/patterns/lavender-collection.svg"); background-position: right center; background-repeat: no-repeat; background-size: auto 100%; border-block: 1px solid #cec4d7; padding: var(--space-section) 0; position: relative; }
.shell-band::before { background: linear-gradient(90deg, var(--color-lavender-soft) 0 68%, transparent); content: ""; inset: 0; position: absolute; }
.shell-band .container { position: relative; }

.review-main { overflow: hidden; }
.review-section { padding: var(--space-section) 0; }
.paper-band { background: var(--color-paper-white); border-block: 1px solid var(--color-soft-stone); }
.sage-wash { background: #e7f0ed; border-block: 1px solid #c8ddd8; }
.lavender-wash { background: var(--color-lavender-soft); border-block: 1px solid #cec4d7; }
.deep-band { background: var(--color-deep-teal); }
.section-heading { max-width: 44rem; margin-bottom: 2.3rem; }
.section-heading.subheading { margin-top: 4.5rem; }
.light-heading h2, .light-heading p { color: var(--color-paper-white); }
.light-heading .eyebrow { color: #a8d1ca; }

.swatch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.swatch { background: var(--color-paper-white); border: 1px solid var(--color-soft-stone); border-radius: var(--radius-medium); display: grid; grid-template-columns: 3rem 1fr; grid-template-rows: auto auto; min-width: 0; overflow: hidden; padding: 0.7rem; }
.swatch > span { background: var(--swatch); border: 1px solid rgba(36, 50, 52, 0.14); border-radius: var(--radius-small); grid-row: 1 / 3; height: 3rem; margin-right: 0.7rem; width: 3rem; }
.swatch strong { align-self: end; font-size: 0.84rem; overflow-wrap: anywhere; }
.swatch code { color: #526063; }

.type-specimens { display: grid; gap: 1rem; }
.type-specimens article { border-top: 1px solid var(--color-soft-stone); padding: 1.6rem 0; }
.specimen-label { color: #627073; display: block; font-size: 0.7rem; font-weight: 700; margin-bottom: 1.2rem; text-transform: uppercase; }
.display-sample { color: var(--color-deep-teal); font-family: var(--font-display); font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1.08; max-width: 13ch; }
.handwritten { color: var(--color-deep-teal); font-family: var(--font-accent); font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.1; }

.component-row { align-items: center; display: flex; flex-wrap: wrap; gap: 0.9rem; }
.form-demo { background: var(--color-paper-white); border: 1px solid var(--color-soft-stone); border-radius: var(--radius-medium); max-width: 44rem; padding: clamp(1.25rem, 4vw, 2rem); }
.form-demo > label:not(.check-control) { display: block; font-size: 0.84rem; font-weight: 700; margin-bottom: 0.45rem; }
.form-row { display: grid; gap: 0.7rem; }
input[type="email"] { background: #fff; border: 1px solid #9da6a5; border-radius: var(--radius-small); color: var(--color-ink); min-height: 3rem; min-width: 0; padding: 0.65rem 0.8rem; width: 100%; }
input[type="email"]:focus { border-color: var(--color-deep-teal); }
.field-note { color: #596668; font-size: 0.78rem; margin: 0.65rem 0 1.3rem; }
.check-control { align-items: center; display: flex; font-size: 0.86rem; gap: 0.65rem; }
.check-control input { accent-color: var(--color-deep-teal); height: 1.15rem; width: 1.15rem; }

.card-grid { display: grid; gap: 1rem; }
.benefit-card { background: var(--color-paper-white); border: 1px solid var(--color-soft-stone); border-radius: var(--radius-medium); padding: 1.5rem; transition: box-shadow 160ms ease, transform 160ms ease; }
.benefit-card:hover { box-shadow: var(--shadow-lifted); transform: translateY(-2px); }
.benefit-card p { min-height: 3.2rem; }
.lavender-card { background: #ded5e7; border-color: #c7bad3; }
.sage-card { background: #d3e5e0; border-color: #b8d2cc; }
.icon-badge { align-items: center; background: var(--color-warm-cream); border: 1px solid rgba(15, 61, 62, 0.12); border-radius: 50%; color: var(--color-deep-teal); display: flex; height: 3rem; justify-content: center; margin-bottom: 1.3rem; width: 3rem; }

.icon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.icon-grid > div { align-items: center; color: var(--color-paper-white); display: flex; flex-direction: column; font-size: 0.76rem; font-weight: 700; gap: 0.65rem; text-align: center; }
.icon-tile { align-items: center; background: rgba(252, 251, 248, 0.1); border: 1px solid rgba(252, 251, 248, 0.25); border-radius: var(--radius-medium); display: flex; height: 4rem; justify-content: center; width: 4rem; }

.pattern-grid { display: grid; gap: 1rem; }
.pattern-panel { aspect-ratio: 5 / 3; border: 1px solid rgba(15, 61, 62, 0.1); border-radius: var(--radius-medium); display: flex; align-items: end; overflow: hidden; padding: 1rem; }
.pattern-panel span { background: var(--color-paper-white); border-radius: var(--radius-small); color: var(--color-deep-teal); font-size: 0.74rem; font-weight: 700; padding: 0.3rem 0.55rem; }
.pattern-gold { background: var(--color-warm-cream) url("./assets/patterns/gold-accents.svg") repeat; background-size: 120px 120px; }
.pattern-lavender { background: var(--color-dusty-lavender) url("./assets/patterns/lavender-collection.svg") repeat; background-size: 220px 180px; }
.pattern-teal { background: var(--color-sage-teal) url("./assets/patterns/sage-dashes.svg") repeat; background-size: 150px 120px; }

.collette-callout { align-items: center; background: var(--color-paper-white); border: 1px solid var(--color-soft-stone); border-left: 4px solid var(--color-warm-gold); border-radius: var(--radius-medium); display: grid; gap: 1.25rem; grid-template-columns: 4.5rem 1fr; max-width: 49rem; padding: clamp(1.2rem, 4vw, 2rem); }
.collette-placeholder { align-items: center; background: var(--color-deep-teal); border: 4px solid var(--color-deep-teal-soft); border-radius: 50%; color: var(--color-warm-gold); display: flex; height: 4.5rem; justify-content: center; width: 4.5rem; }
.collette-placeholder span { font-family: var(--font-display); font-size: 2.4rem; }
.collette-callout .handwritten { font-size: 1.65rem; margin-bottom: 0.15rem; }
.collette-callout h3 { margin-bottom: 0.4rem; }
.collette-callout p:last-child { margin-bottom: 0; }

.site-footer { background: #0b3334; color: rgba(252, 251, 248, 0.78); padding: 4rem 0 1.5rem; }
.wordmark-footer { color: var(--color-paper-white); }
.wordmark-footer small { color: #8fc3bb; }
.footer-grid { display: grid; gap: 2.5rem; }
.footer-grid p { font-size: 0.86rem; margin-top: 1.2rem; max-width: 25rem; }
.footer-links { display: grid; gap: 0.7rem; }
.footer-bottom { border-top: 1px solid rgba(252, 251, 248, 0.16); display: flex; flex-wrap: wrap; font-size: 0.72rem; gap: 0.7rem 2rem; justify-content: space-between; margin-top: 2.5rem; padding-top: 1.3rem; }

/* Milestone 2 landing page */
.hero { background: linear-gradient(125deg, #edf4f2 0 58%, var(--color-lavender-soft) 58% 100%); min-height: clamp(46rem, calc(100vh - 5.4rem), 58rem); overflow: hidden; padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(4rem, 8vw, 7.5rem); position: relative; }
.hero-pattern { background: url("./assets/patterns/gold-accents.svg") repeat; background-size: 120px 120px; height: 14rem; opacity: 0.5; position: absolute; right: -2rem; top: 3rem; transform: rotate(4deg); width: min(35vw, 28rem); }
.hero-grid { align-items: center; display: grid; gap: clamp(3rem, 7vw, 6rem); position: relative; }
.hero-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(3rem, 6.2vw, 5.6rem); }
.hero-copy .lead { max-width: 42rem; }
.hero-action { align-items: flex-start; display: flex; flex-direction: column; gap: 0.85rem; margin-top: 2rem; }
.hero-action p { color: #516063; font-size: 0.82rem; margin: 0; max-width: 25rem; }
.button-hero { font-size: 0.95rem; min-height: 3.4rem; padding-inline: 1.5rem; }

.collection-visual { height: 33rem; isolation: isolate; margin-inline: auto; max-width: 34rem; position: relative; width: 100%; }
.visual-orbit { background: var(--color-sage-teal); border-radius: 48% 52% 47% 53%; box-shadow: inset 0 0 0 1px rgba(15, 61, 62, 0.12); height: 24rem; left: 50%; opacity: 0.28; position: absolute; top: 3.5rem; transform: translateX(-50%) rotate(-7deg); width: 26rem; z-index: -2; }
.visual-orbit::after { background: url("./assets/patterns/sage-dashes.svg") repeat; background-size: 150px 120px; border-radius: inherit; content: ""; inset: 0; opacity: 0.6; position: absolute; }
.tool-card { background: var(--color-paper-white); border: 1px solid rgba(15, 61, 62, 0.17); border-radius: 0.65rem; box-shadow: var(--shadow-lifted); padding: 1rem; position: absolute; }
.tool-card strong, .tool-card small { display: block; }
.tool-card strong { color: var(--color-deep-teal); font-family: var(--font-display); }
.tool-card small { color: #657174; font-size: 0.7rem; margin-top: 0.2rem; }
.tool-label { color: #627073; display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 0.65rem; text-transform: uppercase; }
.tool-card-main { left: 7%; min-height: 18rem; top: 4rem; transform: rotate(-4deg); width: 56%; z-index: 3; }
.tool-card-sentiment { background: #ded5e7; right: 1%; top: 4rem; transform: rotate(5deg); width: 39%; z-index: 4; }
.tool-card-sentiment p { color: var(--color-deep-teal); font-family: var(--font-display); font-size: clamp(1rem, 1.6vw, 1.22rem); line-height: 1.08; margin: 0.3rem 0; }
.tool-card-die { bottom: 3.2rem; right: -5%; transform: rotate(3deg); width: 39%; z-index: 5; }
.stamp-preview { align-items: center; background: #f5f0e8; border: 1px solid #dfd2bf; display: flex; height: 10rem; justify-content: center; margin-bottom: 0.8rem; overflow: hidden; position: relative; }
.collette-stamp-art { filter: grayscale(1) sepia(0.22) contrast(1.45) opacity(0.82); height: 9.2rem; object-fit: contain; transform: rotate(-2deg); width: 92%; }
.stamp-heart, .stamp-spark { color: var(--color-deep-teal); font-family: var(--font-display); line-height: 1; position: absolute; }
.stamp-heart { bottom: 0.7rem; font-size: 1.45rem; left: 0.75rem; transform: rotate(-8deg); }
.stamp-spark { font-size: 1rem; right: 0.8rem; top: 0.7rem; transform: rotate(9deg); }
.die-preview { align-items: center; background: #edf4f2; border: 1px solid #cee0dc; display: flex; height: 6rem; justify-content: center; margin: 0 auto 0.7rem; overflow: hidden; width: 100%; }
.collette-die-outline { height: 5.25rem; overflow: visible; width: 92%; }
.connection { border-top: 2px dashed var(--color-warm-gold); position: absolute; transform-origin: left center; z-index: 1; }
.connection-one { left: 44%; top: 9rem; transform: rotate(-12deg); width: 30%; }
.connection-two { left: 43%; top: 20rem; transform: rotate(18deg); width: 35%; }
.collette-note { align-items: center; background: var(--color-deep-teal); border-radius: 0.65rem; bottom: 0; color: var(--color-paper-white); display: grid; gap: 0.7rem; grid-template-columns: 2.5rem 1fr; left: 3%; padding: 0.8rem 1rem; position: absolute; width: min(78%, 22rem); z-index: 6; }
.collette-note p { font-size: 0.75rem; line-height: 1.35; margin: 0; }
.collette-mark { align-items: center; background: var(--color-dusty-lavender); border: 2px solid var(--color-paper-white); border-radius: 50%; color: var(--color-deep-teal); display: flex; font-family: var(--font-display); font-size: 1.3rem; height: 2.5rem; justify-content: center; width: 2.5rem; }

.waitlist-section { background-color: var(--color-dusty-lavender); background-image: url("./assets/patterns/lavender-collection.svg"); background-position: right center; background-repeat: no-repeat; background-size: auto 100%; border-block: 1px solid #9184a5; padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.waitlist-section::before { background: linear-gradient(90deg, #dcd3e5 0 58%, rgba(220, 211, 229, 0.72) 76%, rgba(220, 211, 229, 0.2)); content: ""; inset: 0; position: absolute; }
.waitlist-grid { display: grid; gap: 2rem; position: relative; }
.waitlist-copy { max-width: 36rem; }
.waitlist-form { background: var(--color-paper-white); border: 1px solid rgba(15, 61, 62, 0.16); border-radius: var(--radius-medium); box-shadow: var(--shadow-lifted); padding: clamp(1.3rem, 4vw, 2rem); }
.waitlist-form > label { display: block; font-size: 0.84rem; font-weight: 700; margin-bottom: 0.5rem; }
.waitlist-form-row { display: grid; gap: 0.7rem; }
.waitlist-form button[disabled] { cursor: wait; opacity: 0.68; transform: none; }
.form-status { color: #526063; font-size: 0.8rem; margin: 0.85rem 0 0; }
.form-status.is-error { color: #8a2727; font-weight: 700; }
.form-status.is-success { color: #17604e; font-weight: 700; }
.privacy-note { color: #657174; font-size: 0.72rem; margin: 0.55rem 0 0; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }

/* Milestone 3 product value story */
.possibility-section { background: var(--color-warm-cream); border-bottom: 1px solid #ddd7ca; padding: var(--space-section) 0; }
.possibility-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.possibility-copy { max-width: 42rem; }
.possibility-copy p:last-child { margin-bottom: 0; }

.idea-section { background-color: var(--color-deep-teal); background-image: url("./assets/patterns/sage-dashes.svg"); background-position: right center; background-repeat: repeat-y; background-size: 150px 120px; border-bottom: 1px solid #082f30; color: rgba(252, 251, 248, 0.84); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.idea-panel { align-items: center; display: grid; gap: 1.5rem; }
.idea-panel h2 { color: var(--color-paper-white); }
.idea-panel .eyebrow { color: #b9dcd6; }
.idea-panel h2 { max-width: 12ch; }
.idea-panel p:last-child { font-size: clamp(1.05rem, 2vw, 1.22rem); margin: 0; max-width: 38rem; }

.benefits-section { background: var(--color-paper-white); padding: var(--space-section) 0; }
.benefit-story-grid { display: grid; gap: 1rem; }
.story-card { background: #f6efe3; border: 1px solid #e2cda9; border-radius: var(--radius-medium); min-height: 18rem; padding: clamp(1.25rem, 3vw, 1.75rem); }
.story-card p { color: #526063; margin-bottom: 0; }
.story-icon { align-items: center; background: var(--color-deep-teal-soft); border: 1px solid rgba(15, 61, 62, 0.14); border-radius: 50%; color: var(--color-deep-teal); display: flex; height: 3.2rem; justify-content: center; margin-bottom: 1.4rem; width: 3.2rem; }
.story-icon svg { fill: none; height: 1.45rem; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 1.45rem; }
.gold-card { background: #f2e5d1; border-color: #dfc392; }

/* Milestone 4 Collette introduction */
.collette-section { background: var(--color-warm-cream); border-top: 1px solid #ddd7ca; padding: var(--space-section) 0; }
.collette-grid { align-items: center; display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
.collette-copy { max-width: 43rem; }
.collette-showcase { display: grid; gap: 1.25rem; min-width: 0; }
.collette-portrait { align-items: center; background-color: #d7e7e2; background-image: url("./assets/patterns/gold-accents.svg"); background-size: 120px 120px; border: 1px solid #afcec6; border-radius: var(--radius-medium); display: flex; justify-content: center; min-height: 23rem; overflow: hidden; padding: clamp(1.25rem, 3vw, 2rem); position: relative; }
.collette-portrait::before { background: rgba(252, 251, 248, 0.74); border: 1px solid rgba(15, 61, 62, 0.08); border-radius: 50%; content: ""; height: min(24rem, 90%); position: absolute; width: min(24rem, 90%); }
.collette-illustration { filter: drop-shadow(0 14px 18px rgba(15, 61, 62, 0.14)); height: auto; max-height: 25rem; object-fit: contain; position: relative; width: 100%; z-index: 1; }
.collette-moments { display: grid; gap: 0.8rem; }
.collette-moment { background: var(--color-paper-white); border: 1px solid #d7cec0; border-left: 4px solid var(--color-warm-gold); border-radius: var(--radius-medium); box-shadow: 0 8px 20px rgba(36, 50, 52, 0.05); padding: 1rem; }
.collette-moment:nth-child(even) { border-left-color: var(--color-dusty-lavender); }
.collette-moment span { color: #477f79; display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; margin-bottom: 0.45rem; text-transform: uppercase; }
.collette-moment p { color: var(--color-deep-teal); font-size: 0.92rem; line-height: 1.45; margin: 0; }

/* Milestone 5 conversion and trust layer */
.empathy-section { background-color: var(--color-lavender-soft); background-image: url("./assets/patterns/lavender-collection.svg"); background-position: right center; background-repeat: no-repeat; background-size: auto 100%; border-block: 1px solid #cec4d7; padding: var(--space-section) 0; position: relative; }
.empathy-section::before { background: linear-gradient(90deg, rgba(232, 226, 238, 0.98) 0 62%, rgba(232, 226, 238, 0.72) 80%, rgba(232, 226, 238, 0.28)); content: ""; inset: 0; position: absolute; }
.empathy-grid { display: grid; gap: clamp(1.5rem, 5vw, 4rem); position: relative; }
.empathy-grid p:last-child { font-size: clamp(1.05rem, 2vw, 1.22rem); margin: 0; max-width: 42rem; }

.closing-section { background: linear-gradient(125deg, #0b3334 0 58%, #174e50 58% 100%); color: rgba(252, 251, 248, 0.82); overflow: hidden; padding: var(--space-section) 0; position: relative; }
.closing-pattern { background: url("./assets/patterns/gold-accents.svg") repeat; background-size: 120px 120px; bottom: -3rem; height: 16rem; opacity: 0.28; position: absolute; right: -2rem; transform: rotate(-5deg); width: min(34vw, 26rem); }
.closing-grid { align-items: center; display: grid; gap: clamp(2rem, 5vw, 4rem); position: relative; }
.closing-copy h2 { color: var(--color-paper-white); max-width: 12ch; }
.closing-copy .eyebrow { color: #a8d1ca; }
.closing-copy > p { font-size: clamp(1.05rem, 2vw, 1.22rem); max-width: 34rem; }
.closing-collette { align-items: center; background: rgba(252, 251, 248, 0.08); border: 1px solid rgba(252, 251, 248, 0.18); border-radius: var(--radius-medium); display: grid; gap: 0.8rem; grid-template-columns: 2.5rem 1fr; margin-top: 2rem; max-width: 31rem; padding: 0.9rem 1rem; }
.closing-collette p { font-size: 0.82rem; line-height: 1.45; margin: 0; }
.closing-form { box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18); }

.privacy-section { background: var(--color-warm-cream); border-top: 1px solid var(--color-soft-stone); padding: clamp(3.5rem, 7vw, 5rem) 0; }
.privacy-grid { display: grid; gap: clamp(1.4rem, 4vw, 3rem); }
.privacy-grid h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.privacy-grid p { color: #526063; margin-bottom: 0.8rem; max-width: 44rem; }
.privacy-grid p:last-child { margin-bottom: 0; }

.simple-page { background: var(--color-paper-white); min-height: calc(100vh - 5.4rem); padding: var(--space-section) 0; }
.simple-page h1 { max-width: 12ch; }
.simple-page h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin-top: 2.6rem; }
.simple-page .lead { margin-bottom: 2rem; }
.not-found-page { align-items: center; display: grid; min-height: 100vh; }
.not-found-page .wordmark { margin-bottom: 3rem; }
.not-found-page .button { margin-top: 1rem; }

@media (min-width: 36rem) {
  .swatch-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .form-row { grid-template-columns: minmax(0, 1fr) auto; }
  .card-grid, .pattern-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .waitlist-form-row { grid-template-columns: minmax(0, 1fr) auto; }
  .benefit-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collette-moments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 52rem) {
  .container { width: min(calc(100% - 4rem), var(--container)); }
  .desktop-nav { display: flex; }
  .menu-button { display: none; }
  .footer-grid { grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.7fr); }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(25rem, 0.88fr); }
  .waitlist-grid { align-items: center; grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr); }
  .possibility-grid { align-items: center; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr); }
  .idea-panel { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); }
  .collette-grid { grid-template-columns: minmax(0, 0.82fr) minmax(26rem, 1fr); }
  .collette-showcase { grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1fr); }
  .collette-portrait { min-height: 100%; }
  .collette-moments { grid-template-columns: 1fr; }
  .empathy-grid, .closing-grid, .privacy-grid { align-items: center; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); }
}

/* Keep the complete hero visible on typical laptop screens. */
@media (min-width: 52rem) and (max-height: 60rem) {
  .hero { min-height: calc(100svh - 5.4rem); padding: clamp(1rem, 2.5vh, 1.5rem) 0; }
  .hero-copy h1 { font-size: clamp(3.2rem, 4.15vw, 3.6rem); }
  .hero-copy .lead { font-size: clamp(1rem, 1.45vw, 1.12rem); line-height: 1.5; max-width: 39rem; }
  .hero-action { gap: 0.55rem; margin-top: 1.25rem; }
  .button-hero { min-height: 3rem; }
  .collection-visual { height: 28rem; transform: scale(0.9); transform-origin: center; }
}

@media (min-width: 52rem) and (max-height: 46rem) {
  .hero-copy h1 { font-size: clamp(3.15rem, 4.8vw, 4.05rem); }
  .hero-copy .lead { line-height: 1.42; margin-bottom: 0.65rem; }
  .hero-action { margin-top: 0.85rem; }
  .collection-visual { height: 27rem; transform: scale(0.87); }
}

@media (max-width: 35.99rem) {
  .hero-copy h1 { font-size: 2.75rem; }
  .collection-visual { height: 28rem; }
  .visual-orbit { height: 20rem; width: min(21rem, 92vw); }
  .tool-card-main { left: 2%; width: 58%; }
  .tool-card-sentiment { right: 0; width: 42%; }
  .tool-card-die { width: 45%; }
  .stamp-preview { height: 8.5rem; }
  .flower-one { left: 2.5rem; }
  .flower-two { left: 5.8rem; top: 5rem; }
  .story-card { min-height: 0; }
}

/* Editorial homepage direction — restrained, tactile, and deliberately un-card-like. */
.editorial-home {
  --editorial-paper: #f6f4ef;
  --editorial-ink: #0f3d3e;
  --editorial-muted: #5b7471;
  --editorial-rule: #bfd0cc;
  --editorial-rust: #766b8e;
  --editorial-dark: #0f3d3e;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  font-family: "Lato", Arial, sans-serif;
}

.editorial-home::before { display: none; }
.editorial-home h1,
.editorial-home h2,
.editorial-home h3 { color: inherit; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.editorial-home h2 { font-size: clamp(2.65rem, 5vw, 4.8rem); letter-spacing: -0.025em; line-height: 0.98; }
.editorial-home h3 { font-size: clamp(1.65rem, 2.5vw, 2.25rem); line-height: 1.05; }
.editorial-home .container { width: min(calc(100% - 2rem), 73.75rem); }

.editorial-header { background: var(--editorial-paper); border-bottom: 1px solid var(--editorial-rule); }
.editorial-nav { align-items: baseline; display: flex; gap: 2rem; min-height: 5.25rem; padding-block: 1.4rem; }
.editorial-wordmark { font-family: "Instrument Serif", Georgia, serif; font-size: 1.75rem; line-height: 1; text-decoration: none; }
.editorial-season,
.editorial-label,
.editorial-kicker,
.editorial-small,
.editorial-links a,
.editorial-index,
.ledger-search span,
.ledger-head,
.editorial-benefit-list > article > span,
.collette-print figcaption,
.editorial-footer { font-family: "DM Mono", monospace; }
.editorial-season { color: var(--editorial-muted); font-size: 0.72rem; }
.editorial-links { align-items: center; display: flex; gap: 1.8rem; margin-left: auto; }
.editorial-links a { border-bottom: 1px solid transparent; font-size: 0.74rem; text-decoration: none; }
.editorial-links a:hover { border-bottom-color: currentColor; color: var(--editorial-rust); }
.editorial-header .menu-button { margin-left: auto; }

.editorial-hero { border-bottom: 1px solid var(--editorial-rule); padding: clamp(2.25rem, 4vw, 3.75rem) 0 clamp(4rem, 7vw, 6rem); }
.editorial-hero-grid { align-items: start; display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
.editorial-hero-grid > * { min-width: 0; }
.editorial-hero-copy { max-width: 100%; min-width: 0; }
.editorial-kicker,
.editorial-label { color: var(--editorial-muted); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.editorial-kicker { margin-bottom: 1.75rem; }
.editorial-hero h1 { font-size: clamp(4rem, 9vw, 7.4rem); letter-spacing: -0.035em; line-height: 0.88; max-width: 10.5ch; }
.editorial-hero h1 em { color: var(--editorial-rust); font-weight: 400; }
.editorial-deck { color: #36595a; font-size: clamp(1.05rem, 1.65vw, 1.28rem); line-height: 1.58; margin: 2.25rem 0 0; max-width: 43rem; overflow-wrap: anywhere; }
.editorial-cta { border-bottom: 1px solid var(--editorial-ink); display: flex; font-family: "DM Mono", monospace; font-size: 0.84rem; justify-content: space-between; margin-top: 2.2rem; max-width: 27.5rem; padding-bottom: 0.75rem; text-decoration: none; width: 100%; }
.editorial-cta:hover { color: var(--editorial-rust); }
.editorial-small { color: var(--editorial-muted); font-size: 0.66rem; margin: 0.75rem 0 0; overflow-wrap: anywhere; }

.editorial-hero-figure { background: #e8e2ee; border: 1px solid #c9bfd5; margin: 0; min-height: 35rem; overflow: hidden; position: relative; }
.editorial-hero-figure::before { display: none; }
.editorial-hero-figure img { filter: saturate(.82) contrast(1.04); left: 50%; object-fit: contain; position: absolute; top: 0.5rem; transform: translateX(-50%); width: 104%; }
.editorial-hero-figure figcaption { background: var(--editorial-paper); bottom: 1rem; font-family: "DM Mono", monospace; font-size: 0.68rem; left: 1rem; line-height: 1.55; max-width: 31ch; padding: 0.75rem 0.9rem; position: absolute; }
.editorial-paper-mark { font-family: "DM Mono", monospace; font-size: 0.68rem; position: absolute; right: 1rem; top: 1rem; z-index: 1; }

.editorial-why { padding: clamp(5rem, 11vw, 9rem) 0; }
.editorial-why-grid { display: grid; gap: clamp(3rem, 7vw, 6rem); }
.editorial-why h2 { max-width: 14ch; }
.editorial-body { color: #36595a; font-size: 1.08rem; line-height: 1.75; margin-top: 2rem; max-width: 43rem; }
.editorial-index { border-left: 1px solid var(--editorial-rule); padding-left: clamp(1.5rem, 4vw, 2.5rem); }
.editorial-index ol { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.editorial-index li { border-top: 1px solid var(--editorial-rule); display: grid; font-size: 0.78rem; gap: 1rem; grid-template-columns: 2rem 1fr; padding: 0.8rem 0; }
.editorial-index li span { color: var(--editorial-muted); }

.editorial-product { background: var(--editorial-dark); color: #f6f4ef; padding: clamp(5rem, 9vw, 7.5rem) 0; }
.editorial-product-heading { align-items: end; display: grid; gap: 2rem; margin-bottom: 3.5rem; }
.editorial-product-heading h2 { max-width: 12ch; }
.editorial-product-heading > p { color: #c4d8d4; font-size: 1.02rem; line-height: 1.7; margin: 0; max-width: 34rem; }
.editorial-product .editorial-label { color: #9fc9c3; }
.collection-ledger { border-block: 1px solid #527777; }
.ledger-search { display: grid; gap: 0.7rem; padding: 1.4rem 0 2.2rem; }
.ledger-search span,
.ledger-head { color: #9fc0bc; font-size: 0.65rem; letter-spacing: 0.08em; }
.ledger-search strong { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); font-weight: 400; }
.ledger-head,
.ledger-row { border-top: 1px solid #527777; display: grid; gap: 1rem; grid-template-columns: 1.2fr 1fr .7fr; padding: 0.95rem 0; }
.ledger-row { color: #c4d8d4; font-size: 0.86rem; }
.ledger-row strong { color: #f6f4ef; font-weight: 400; }

.editorial-benefits { padding: clamp(5rem, 10vw, 8rem) 0; }
.editorial-benefits h2 { max-width: 13ch; }
.editorial-benefit-list { border-top: 2px solid var(--editorial-ink); display: grid; margin-top: 3rem; }
.editorial-benefit-list article { border-bottom: 1px solid var(--editorial-rule); display: grid; gap: 1rem; grid-template-columns: 2.5rem 1fr; padding: 2rem 0; }
.editorial-benefit-list article > span { color: var(--editorial-rust); font-size: 0.7rem; }
.editorial-benefit-list h3 { margin: 0; }
.editorial-benefit-list p { color: #426061; grid-column: 2; margin: 0; max-width: 34rem; }

.editorial-collette { border-top: 1px solid var(--editorial-rule); padding: clamp(5rem, 10vw, 8rem) 0; }
.editorial-collette-grid { align-items: center; display: grid; gap: clamp(3rem, 8vw, 7rem); }
.collette-print { margin: 0; }
.collette-print img { border-bottom: 1px solid var(--editorial-ink); filter: saturate(.75); margin-inline: auto; max-height: 35rem; object-fit: contain; width: 100%; }
.collette-print figcaption { color: var(--editorial-muted); font-size: 0.67rem; padding-top: 0.75rem; }
.editorial-collette-copy h2 { max-width: 11ch; }
.editorial-collette-copy > p:not(.editorial-label) { color: #36595a; font-size: 1.08rem; line-height: 1.75; max-width: 39rem; }
.editorial-collette blockquote { border-top: 1px solid var(--editorial-rule); color: var(--editorial-muted); font-family: "DM Mono", monospace; font-size: 0.78rem; line-height: 1.7; margin: 2rem 0 0; max-width: 40rem; padding-top: 1rem; }

.editorial-waitlist { border-top: 2px solid var(--editorial-ink); padding: clamp(4.5rem, 9vw, 7rem) 0; }
.editorial-waitlist-grid { align-items: end; display: grid; gap: clamp(3rem, 7vw, 6rem); }
.editorial-waitlist h2 { max-width: 11ch; }
.editorial-waitlist-grid > div > p:last-child { color: var(--editorial-muted); }
.editorial-form { min-width: 0; }
.editorial-form > label { display: block; font-family: "DM Mono", monospace; font-size: 0.7rem; margin-bottom: 0.6rem; text-transform: uppercase; }
.editorial-form-row { border-bottom: 1px solid var(--editorial-ink); display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.editorial-form input[type="email"] { background: transparent; border: 0; border-radius: 0; font-size: 1rem; min-height: 3.2rem; padding: 0; }
.editorial-form button { background: transparent; border: 0; color: var(--editorial-rust); cursor: pointer; font-family: "DM Mono", monospace; font-size: 0.76rem; padding: 0 0 0 1rem; }
.editorial-form .form-status,
.editorial-form .privacy-note { font-family: "DM Mono", monospace; font-size: 0.65rem; }

.editorial-footer { border-top: 1px solid var(--editorial-rule); color: var(--editorial-muted); font-size: 0.67rem; padding: 1.5rem 0 3rem; }
.editorial-footer-row { align-items: baseline; display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.editorial-footer .editorial-wordmark { color: var(--editorial-ink); font-size: 1rem; }
.editorial-footer nav { display: flex; gap: 1.4rem; }
.editorial-footer nav a { text-decoration: none; }
.editorial-footer-row > span { margin-left: auto; }

@media (min-width: 52rem) {
  .editorial-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(23rem, .72fr); }
  .editorial-why-grid { grid-template-columns: minmax(0, 1.45fr) minmax(17rem, .55fr); }
  .editorial-product-heading { grid-template-columns: minmax(0, 1fr) minmax(20rem, .6fr); }
  .editorial-benefit-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial-benefit-list article { align-content: start; border-bottom: 0; border-right: 1px solid var(--editorial-rule); grid-template-columns: 2rem 1fr; padding: 2rem 2rem 1rem 0; }
  .editorial-benefit-list article + article { padding-left: 2rem; }
  .editorial-benefit-list article:last-child { border-right: 0; }
  .editorial-collette-grid { grid-template-columns: minmax(18rem, .7fr) minmax(0, 1fr); }
  .editorial-waitlist-grid { grid-template-columns: minmax(0, 1fr) minmax(24rem, .9fr); }
}

@media (max-width: 51.99rem) {
  .editorial-links { display: none; }
  .editorial-hero-figure { min-height: 30rem; }
  .editorial-index { border-left: 0; border-top: 1px solid var(--editorial-rule); padding: 2rem 0 0; }
}

@media (max-width: 35.99rem) {
  .editorial-home .container { width: min(calc(100% - 1.5rem), 73.75rem); }
  .editorial-nav { min-height: 4.5rem; }
  .editorial-hero h1 { font-size: clamp(2.75rem, 11vw, 3.45rem); max-width: 100%; overflow-wrap: anywhere; }
  .editorial-hero-figure { min-height: 26rem; }
  .editorial-hero-figure img { top: 0.25rem; width: 108%; }
  .ledger-head { display: none; }
  .ledger-row { grid-template-columns: 1fr auto; }
  .ledger-row span:first-of-type { grid-column: 1; }
  .ledger-row span:last-child { grid-column: 2; grid-row: 1 / span 2; }
  .editorial-footer-row > span { margin-left: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
