/* ===========================================================
   Rosec — Direction v1 "Clear & Commercial"
   Bold modern B2B. Warm ivory base, deep-green + near-black
   evidence/conversion bands, ONE rose-red accent for CTAs and
   the guarantee. Sturdy DM Sans headlines (Italiana retired).
   =========================================================== */

:root {
  --paper: #f6f2e9;
  --paper-deep: #ece4d5;
  --card: #fffdf8;
  --ink: #16140f;
  --ink-soft: #3a372f;
  --muted: #6c685f;
  --line: rgba(22, 20, 15, .14);
  --line-strong: rgba(22, 20, 15, .9);
  --green: #1f2c24;
  --green-deep: #18221b;
  --accent: #c4123f;        /* rose-red: primary CTAs + guarantee ONLY */
  --accent-deep: #a40f34;
  --accent-tint: #f4b9c4;   /* rose-red on dark/green bands (contrast) */
  --whatsapp: #1f8a4c;      /* WhatsApp path only */
  --whatsapp-deep: #1a7440;
  --white: #fffdf8;
  --sans: "DM Sans", system-ui, Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
  --radius: 12px;
  --shadow: 0 10px 34px rgba(22, 20, 15, .10);
  --shadow-lg: 0 18px 50px rgba(22, 20, 15, .16);
  /* motion vocabulary: decisive ease-outs only, never bounce/elastic */
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.58; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
/* Content images are wrapped in <picture> for WebP; keep <picture> transparent to layout.
   <source> must be display:none — with picture as display:contents inside a grid, the
   browser otherwise promotes it to an invisible grid item that shifts every sibling. */
picture { display: contents; }
source { display: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
section[id] { scroll-margin-top: 92px; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 12px 18px; background: var(--ink); color: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* ---------- Headings: sturdy sans, tight, confident ---------- */
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); font-weight: 800; letter-spacing: -.022em; line-height: 1.04; }
h1 { margin: 0 0 18px; font-size: clamp(34px, 4.6vw, 60px); }
h2 { margin: 0; font-size: clamp(28px, 3.5vw, 46px); }
h3 { font-weight: 700; }

.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 11px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); }
.eyebrow-light { color: var(--accent-tint); }
.eyebrow-light::before { background: var(--accent-tint); }

/* ---------- Buttons ---------- */
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1.5px solid transparent; border-radius: 999px; padding: 0 26px; font-size: 13px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: background .18s, color .18s, transform .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.97); transition-duration: .1s; }
.button:disabled, .button[disabled] { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.button-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(196, 18, 63, .28); }
.button-accent:hover { background: var(--accent-deep); box-shadow: 0 12px 30px rgba(196, 18, 63, .34); }
.button-lg { min-height: 56px; padding: 0 32px; font-size: 14px; }
.button-wa { background: var(--whatsapp); color: #fff; }
.button-wa:hover { background: var(--whatsapp-deep); }
.quiet-link { font-size: 13px; font-weight: 600; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: border-color .18s, color .18s; }
.quiet-link:hover { color: var(--accent); border-color: var(--accent); }
.inline-link { color: var(--accent); font-weight: 700; border-bottom: 1px solid currentColor; }
.eyebrow-light + h2 + p .inline-link, .quote-intro .inline-link { color: var(--accent-tint); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(246, 242, 233, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(246, 242, 233, .97); box-shadow: 0 10px 32px rgba(22, 20, 15, .08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 200px; height: 46px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .text-link { font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; color: var(--ink-soft); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--accent); transition: right .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions .text-link { color: var(--ink-soft); }
.header-actions .text-link:hover { color: var(--accent); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: currentColor; margin: 6px 0; border-radius: 2px; transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 76px 0 auto; background: var(--paper); border-bottom: 1px solid var(--ink); padding: 18px 28px 30px; }
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 700; }
.mobile-menu a:last-child { color: var(--accent); }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr); border-bottom: 1px solid var(--ink); }
.hero-media { position: relative; min-height: 660px; border-right: 1px solid var(--ink); overflow: hidden; background: var(--paper-deep); }
.hero-media img { height: 100%; object-fit: cover; }
.media-note { position: absolute; left: 24px; bottom: 24px; max-width: 260px; padding: 10px 15px; background: rgba(246,242,233,.94); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero-copy { padding: 64px clamp(32px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-copy h1 { max-width: 16ch; }
.entity-line { max-width: 52ch; margin: 0 0 16px; color: var(--ink-soft); font-size: 15px; font-weight: 600; }
.hero-lede { max-width: 50ch; margin: 0 0 26px; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }

/* Guarantee badge — above the fold, rose-red, beside CTA */
.guarantee-badge { margin-top: 28px; display: flex; align-items: flex-start; gap: 13px; max-width: 56ch; padding: 16px 18px; background: rgba(196, 18, 63, .07); border: 1.5px solid rgba(196, 18, 63, .3); border-radius: 10px; }
.guarantee-badge p { margin: 0; font-size: 13.5px; color: var(--ink-soft); }
.guarantee-badge strong { color: var(--accent-deep); }
.guarantee-mark { flex: none; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; }

/* ---------- Proof bar (tight to hero) ---------- */
.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--green); color: var(--white); }
.proof-bar div { padding: 26px 3vw; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.proof-bar div:last-child { border-right: 0; }
.proof-bar strong { font-size: 30px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.proof-bar span { margin-top: 8px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 600; letter-spacing: .04em; }

/* ---------- Proof of operation strip ---------- */
.proof-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; align-items: stretch; border-bottom: 1px solid var(--ink); background: var(--card); }
.proof-shot { position: relative; margin: 0; overflow: hidden; border-right: 1px solid var(--line); }
.proof-shot img { height: 100%; min-height: 420px; object-fit: cover; }
.proof-shot figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 13px; background: rgba(22,20,15,.82); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.proof-text { padding: clamp(40px, 5vw, 72px); }
.proof-text h2 { margin-bottom: 16px; }
.proof-text > p { max-width: 56ch; color: var(--muted); }
.proof-list { margin: 22px 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.proof-list li { position: relative; padding-left: 26px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.proof-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 11px; }
.proof-pending { margin: 0; padding: 14px 16px; background: var(--paper); border-radius: 10px; font-size: 13px; color: var(--muted); }

/* ---------- Traceability lot-tag (graft v3, restyled to v1) ---------- */
.trace-card { margin: 0 0 22px; }
.trace-tag { position: relative; padding: 18px 20px; font-family: var(--sans);
  background: repeating-linear-gradient(45deg, var(--card), var(--card) 10px, var(--paper-deep) 10px, var(--paper-deep) 20px);
  border: 1.5px dashed var(--accent); border-radius: 10px; }
.trace-punch { position: absolute; top: 14px; right: 16px; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--accent); background: var(--card); }
.trace-label { margin: 0 0 14px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.trace-tag dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 10px; }
.trace-tag dl div { display: flex; flex-direction: column; }
.trace-tag dt { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.trace-tag dd { margin: 0; font-size: 14px; font-weight: 700; color: var(--ink); }
.trace-card figcaption { margin-top: 12px; color: var(--muted); font-size: 12.5px; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(72px, 9vw, 116px); }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr); gap: 56px; align-items: end; }
.split-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 16px; }
.freshness { display: inline-block; margin-top: 14px; padding: 6px 12px; background: var(--paper-deep); border-radius: 999px; color: var(--ink-soft); font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.freshness.inline { margin: 0; padding: 0; background: none; color: var(--accent); }
.catalog-terms { margin: 12px 0 0; color: var(--muted); font-size: 13px; max-width: 72ch; }

/* ---------- Buyer cards ---------- */
.buyer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.buyer-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--card); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.buyer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.buyer-card img { aspect-ratio: 4 / 3; object-fit: cover; transition: scale .8s var(--ease-out-quart); }
.buyer-card:hover img { scale: 1.04; }
.buyer-card-copy { padding: 32px; }
.card-index { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.buyer-card h3 { max-width: 22ch; margin: 12px 0 14px; font-size: clamp(22px, 2.4vw, 30px); }
.buyer-card p:not(.card-index) { max-width: 52ch; margin-bottom: 22px; color: var(--muted); font-size: 14.5px; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; padding: 0 0 4px; border: 0; border-bottom: 2px solid var(--accent); background: none; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; }
.arrow-link span { color: var(--accent); transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }

/* ---------- Origin (green band) ---------- */
.origin-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--green); color: var(--white); }
.origin-image img { height: 100%; min-height: 560px; object-fit: cover; }
.origin-copy { padding: clamp(56px, 7vw, 96px) clamp(32px, 5vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.origin-copy h2 { max-width: 16ch; }
.origin-copy > p:not(.eyebrow) { max-width: 50ch; margin: 22px 0 38px; color: rgba(255,255,255,.74); font-size: 16px; }
.origin-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.24); }
.origin-facts div { padding: 16px 0; display: grid; grid-template-columns: 1fr 1.5fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.origin-facts dt { color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.origin-facts dd { margin: 0; font-weight: 600; }

/* ---------- Altitude comparison diagram (graft v3, restyled to v1 green band) ---------- */
.altitude-diagram { margin: 38px 0 0; display: flex; flex-direction: column; gap: 16px; }
.alt-row { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: end; }
.alt-bar { height: 96px; width: 46px; align-self: end; position: relative; border-radius: 8px 8px 0 0; background: rgba(255,255,255,.12); }
.alt-bar::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: var(--h); border-radius: 8px 8px 0 0; background: rgba(255,255,255,.4); }
.alt-rosec .alt-bar::after { background: linear-gradient(180deg, var(--accent), var(--accent-deep)); }
.alt-flower { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 18px; height: 18px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(196,18,63,.25); z-index: 2; }
.alt-meta { display: flex; flex-direction: column; padding-bottom: 4px; }
.alt-meta strong { font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: #fff; }
.alt-meta span { margin-top: 4px; font-size: 13px; color: rgba(255,255,255,.66); }
.alt-rosec .alt-meta strong { color: var(--accent-tint); }

/* ---------- Collection ---------- */
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.collection-heading > div:first-child { max-width: 720px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 44px; padding: 11px 17px; border: 1.5px solid var(--line); border-radius: 999px; background: transparent; font-size: 12px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: background .18s, color .18s, border-color .18s; }
.filter.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.filter:hover:not(.active) { background: var(--paper-deep); border-color: var(--line-strong); }

.rose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rose-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); cursor: pointer; overflow: hidden; transition: transform .2s, box-shadow .2s, opacity .3s, scale .3s; }
.rose-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.rose-card img { aspect-ratio: 1; object-fit: cover; transition: scale .7s var(--ease-out-quart); }
.rose-card:hover img { scale: 1.05; }
.rose-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.rose-card h3 { margin: 0 0 4px; font-size: 19px; font-weight: 700; }
.rose-card p { margin: 0 0 12px; color: var(--muted); font-size: 12.5px; }
.rose-price { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.rose-price small { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.rose-moq { margin-top: 4px; color: var(--ink-soft); font-size: 11px; font-weight: 600; }
/* Accent budget: pill is a quiet outline at rest; the saturated red fill is
   reserved for hover (intent) and the green fill for the confirmed in-quote state. */
.add-cue { margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; border-radius: 999px; background: transparent; color: var(--accent); border: 1.5px solid var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: background .18s, color .18s, border-color .18s; }
.rose-card:hover .add-cue { background: var(--accent); color: #fff; border-color: var(--accent); }
/* selected (in-quote) state: tap again to remove */
.rose-card.in-quote { border-color: var(--green); box-shadow: 0 0 0 1.5px var(--green), var(--shadow); }
.rose-card.in-quote .add-cue { background: var(--green); color: #fff; border-color: var(--green); }
.rose-card.in-quote:hover .add-cue { background: var(--accent-deep); border-color: var(--accent-deep); }
/* animated filter transition */
.rose-card.hidden { opacity: 0; scale: .94; pointer-events: none; position: absolute; visibility: hidden; }
.catalog-note { margin: 26px 0 0; color: var(--muted); font-size: 13px; }

/* ---------- Outcome grid ---------- */
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; }
.outcome-grid figure { position: relative; margin: 0; overflow: hidden; }
.outcome-grid figure:first-child { border-right: 2px solid var(--paper); }
.outcome-grid img { aspect-ratio: 3 / 2; object-fit: cover; }
.outcome-grid figure:hover img { scale: 1.03; }
.outcome-grid figcaption { position: absolute; left: 22px; bottom: 22px; max-width: 320px; padding: 12px 16px; background: rgba(246,242,233,.95); border-radius: 8px; font-size: 19px; font-weight: 700; line-height: 1.15; }

/* ---------- Process ---------- */
.process-section { border-bottom: 1px solid var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; }
.process-grid img { grid-column: 1 / -1; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); margin-bottom: 20px; }
.process-grid span { grid-row: 2 / span 2; color: #fff; background: var(--accent); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 800; }
.process-grid h3 { margin: 0 0 8px; font-size: 21px; font-weight: 700; }
.process-grid p { color: var(--muted); font-size: 14px; }
.process-strip { margin-top: 60px; }
.process-strip img { aspect-ratio: 2.6 / 1; object-fit: cover; border-radius: var(--radius); }

/* ---------- Quality (near-black band) ---------- */
.quality-section { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: var(--white); }
.quality-copy { padding: clamp(56px, 7vw, 100px) clamp(32px, 5vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.quality-copy > p:not(.eyebrow) { max-width: 50ch; margin: 22px 0 30px; color: rgba(255,255,255,.72); }
.quality-points { display: flex; flex-wrap: wrap; gap: 10px; }
.quality-points span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; font-weight: 600; }
.quality-images { display: grid; grid-template-columns: 1fr 1fr; }
.quality-images figure { position: relative; margin: 0; min-height: 600px; overflow: hidden; }
.quality-images figure:first-child { border-left: 1px solid rgba(255,255,255,.22); border-right: 1px solid rgba(255,255,255,.22); }
.quality-images img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
/* scrim so caption contrast holds over any photo */
.quality-images figure::before { content: ""; position: absolute; inset: auto 0 0 0; height: 42%; background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0)); pointer-events: none; }
.quality-images figcaption { position: absolute; z-index: 1; inset: auto 18px 18px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-shadow: 0 1px 10px #000; }

/* ---------- Terms ---------- */
.terms-list { display: grid; gap: 16px; }
.terms-list article { display: grid; grid-template-columns: 150px 1fr; gap: 8px 36px; padding: 26px 28px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); align-items: start; }
.terms-list span { grid-row: 1 / span 2; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding-top: 4px; }
.terms-list h3 { margin: 0 0 4px; font-size: 24px; font-weight: 700; }
.terms-list p { margin: 0; color: var(--muted); font-size: 14px; }
.term-guarantee { border: 1.5px solid var(--accent); background: rgba(196,18,63,.05); }
.term-guarantee span { color: var(--accent-deep); }

/* ---------- Destinations ---------- */
.destinations-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; border-block: 1px solid var(--ink); }
.destinations-section img { height: 100%; object-fit: cover; border-right: 1px solid var(--ink); }
.destinations-section > div { padding: clamp(56px, 6vw, 96px) clamp(32px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.destinations-section p:not(.eyebrow) { max-width: 52ch; margin: 20px 0 28px; color: var(--muted); }

/* ---------- Story (editorial founder spread, graft v2 → v1 tokens) ---------- */
.story-section { padding-block: clamp(86px, 11vw, 132px); }
.story-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 72px; align-items: center; }
.story-copy { max-width: 760px; }
.story-copy > p:not(.eyebrow):not(.story-sign) { margin: 28px 0; color: var(--muted); font-size: 17px; }
.story-copy blockquote { position: relative; margin: 44px 0 0; padding: 40px 0 0; font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -.02em; line-height: 1.16; color: var(--ink); }
.story-copy blockquote::before { content: "“"; position: absolute; top: -.18em; left: -.02em; font-size: 2.4em; line-height: 1; color: var(--accent); }
.story-sign { margin-top: 20px; color: var(--ink-soft); font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.story-card { padding: 40px; background: var(--green); color: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.story-card-kicker { margin: 0 0 20px; color: var(--accent-tint); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.story-card-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.story-card-list li { position: relative; padding-left: 24px; color: rgba(255,255,255,.86); font-size: 14.5px; line-height: 1.45; }
.story-card-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 2px; background: var(--accent-tint); }

/* ---------- Quote (green band) ---------- */
.quote-section { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--green); color: var(--white); }
.quote-intro { padding: clamp(56px, 6vw, 96px) clamp(32px, 5vw, 80px); }
.quote-intro h2 { max-width: 14ch; }
.quote-intro > p:not(.eyebrow):not(.lighter-touch) { max-width: 46ch; margin: 22px 0; color: rgba(255,255,255,.74); }
.response-promise { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; }
.response-promise strong { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.response-promise span { margin-top: 8px; color: rgba(255,255,255,.66); font-size: 13px; }
.wa-fastpath { margin-top: 30px; padding: 22px; background: rgba(31,138,76,.16); border: 1px solid rgba(31,138,76,.5); border-radius: var(--radius); }
.wa-title { margin: 0; font-size: 16px; font-weight: 800; }
.wa-fastpath p:not(.wa-title) { margin: 4px 0 16px; color: rgba(255,255,255,.78); font-size: 14px; }
.lighter-touch { margin-top: 22px; color: rgba(255,255,255,.7); font-size: 13px; }
.lighter-touch .inline-link { color: var(--accent-tint); }

.quote-form { padding: clamp(48px, 5vw, 84px) clamp(28px, 5vw, 76px); background: var(--green-deep); border-left: 1px solid rgba(255,255,255,.16); }
.form-lead { margin: 0 0 18px; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.86); }
.quote-chips { margin: 0 0 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.quote-chips-label { color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quote-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 9px 7px 13px; border: 1px solid rgba(244,185,196,.5); border-radius: 999px; background: rgba(196,18,63,.16); color: #fff; font-size: 12px; font-weight: 600; cursor: pointer; transition: background .15s, border-color .15s; }
.quote-chip:hover { background: rgba(196,18,63,.3); border-color: var(--accent-tint); }
.quote-chip-x { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 13px; line-height: 1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.form-grid .full { grid-column: 1 / -1; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quote-form > label { margin-top: 18px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; padding: 13px 14px; background: rgba(255,255,255,.05); color: var(--white); outline: 0; text-transform: none; letter-spacing: normal; font-weight: 500; transition: border-color .15s, background .15s; }
.quote-form select { color-scheme: dark; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent-tint); background: rgba(255,255,255,.09); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: rgba(255,255,255,.4); }
/* invalid-field highlight — set by app.js via aria-invalid / .field-error */
.quote-form [aria-invalid="true"], .quote-form .field-error { border-color: #ffb4b4; background: rgba(255,180,180,.1); }

.optional-details { margin-top: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 4px 18px; background: rgba(255,255,255,.03); }
.optional-details summary { padding: 14px 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.82); list-style: none; }
.optional-details summary::-webkit-details-marker { display: none; }
.optional-details summary::before { content: "+ "; color: var(--accent-tint); }
.optional-details[open] summary::before { content: "– "; }
.optional-details[open] { padding-bottom: 18px; }
.optional-grid { margin-top: 6px; }

.consent { display: flex !important; align-items: start; gap: 11px !important; margin-top: 22px; max-width: 600px; text-transform: none !important; letter-spacing: normal !important; font-size: 13px !important; font-weight: 500 !important; color: rgba(255,255,255,.82) !important; }
.consent input { width: 16px; height: 16px; margin-top: 3px; flex: none; }
.honeypot { position: absolute; left: -9999px; }

.submit-row { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.submit-button { flex: none; }
.submit-reassure { flex: 1; min-width: 220px; margin: 0; font-size: 12.5px; color: rgba(255,255,255,.72); }
.submit-reassure strong { color: var(--accent-tint); }
.form-status { min-height: 22px; margin: 16px 0 0; font-size: 13.5px; font-weight: 600; }
.form-status.error { color: #ffc2c2; }
.form-status.success { color: #b6f0c4; }
.form-privacy { margin: 10px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.form-privacy .inline-link { color: var(--accent-tint); }

/* ---------- FAQ ---------- */
.faq-section { background: var(--paper); }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { padding: 20px 24px; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: none; color: var(--accent); font-size: 22px; font-weight: 800; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; max-width: 70ch; }

/* ---------- 404 ---------- */
.notfound { min-height: 62vh; padding-block: clamp(72px, 12vw, 140px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.notfound h1 { max-width: 15ch; margin-bottom: 22px; }
.notfound-lede { max-width: 56ch; margin: 0 0 34px; color: var(--muted); font-size: 17px; }
.notfound-help { margin: 40px 0 0; color: var(--muted); font-size: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.78); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 56px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-logo { width: 180px; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .92; }
.footer-grid > div:first-child p { max-width: 36ch; color: rgba(255,255,255,.6); font-size: 13px; }
.footer-grid nav, .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-grid strong { margin-bottom: 8px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.92); }
.footer-grid span { color: rgba(255,255,255,.58); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .05em; }

/* ---------- Floats / sticky CTA ---------- */
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; padding: 13px 18px; border-radius: 999px; background: var(--whatsapp); color: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.2); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.sticky-cta { display: none; }
.quote-toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translate(-50%, 130%); padding: 13px 22px; background: var(--ink); color: #fff; border-radius: 999px; box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 700; opacity: 0; transition: transform .3s ease, opacity .3s ease; pointer-events: none; }
.quote-toast.show { transform: translate(-50%, 0); opacity: 1; }

/* =========================== Motion system ===========================
   One rehearsed entrance (hero), scroll-driven reveals (rise / clip / group),
   subtle parallax depth. Transform, opacity and clip-path only. */

/* --- Hero entrance choreography (runs once, on body.is-loaded) --- */
.hero-copy > * { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out-expo), transform .9s var(--ease-out-expo); }
body.is-loaded .hero-copy > * { opacity: 1; transform: none; }
body.is-loaded .hero-copy > :nth-child(1) { transition-delay: .08s; }
body.is-loaded .hero-copy > :nth-child(2) { transition-delay: .18s; }
body.is-loaded .hero-copy > :nth-child(3) { transition-delay: .3s; }
body.is-loaded .hero-copy > :nth-child(4) { transition-delay: .4s; }
body.is-loaded .hero-copy > :nth-child(5) { transition-delay: .52s; }
body.is-loaded .hero-copy > :nth-child(6) { transition-delay: .66s; }
.hero-media img { scale: 1.16; transition: scale 1.8s var(--ease-out-expo); }
body.is-loaded .hero-media img { scale: 1.06; }
.media-note { opacity: 0; transform: translateY(10px); transition: opacity .6s ease 1s, transform .7s var(--ease-out-quart) 1s; }
body.is-loaded .media-note { opacity: 1; transform: none; }

/* --- Scroll reveal: rise (default) --- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out-quint) var(--reveal-delay, 0ms), transform .8s var(--ease-out-quint) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* --- Scroll reveal: clip curtain for large imagery ---
   The curtain lives on the inner img, never on the observed wrapper: a fully
   clipped element reports zero intersection and the reveal would never fire. */
[data-reveal="clip"] { opacity: 1; transform: none; }
[data-reveal="clip"] img { clip-path: inset(0 0 100% 0); scale: 1.12; transition: clip-path 1.1s var(--ease-out-expo) var(--reveal-delay, 0ms), scale 1.5s var(--ease-out-expo) var(--reveal-delay, 0ms); }
[data-reveal="clip"].is-visible img { clip-path: inset(0 0 0 0); scale: 1; }
[data-reveal="clip"] figcaption { opacity: 0; transition: opacity .6s ease .55s; }
[data-reveal="clip"].is-visible figcaption { opacity: 1; }

/* --- Scroll reveal: staggered groups --- */
[data-reveal-group]:not(.proof-bar) > * { opacity: 0; transform: translateY(20px); transition: opacity .75s var(--ease-out-quint), transform .75s var(--ease-out-quint); }
[data-reveal-group]:not(.proof-bar).is-visible > * { opacity: 1; transform: none; }
[data-reveal-group].is-visible > :nth-child(2) { transition-delay: .09s; }
[data-reveal-group].is-visible > :nth-child(3) { transition-delay: .18s; }
[data-reveal-group].is-visible > :nth-child(4) { transition-delay: .27s; }
[data-reveal-group].is-visible > :nth-child(5) { transition-delay: .36s; }
[data-reveal-group].is-visible > :nth-child(6) { transition-delay: .45s; }
[data-reveal-group].is-visible > :nth-child(7) { transition-delay: .54s; }

/* --- Proof bar: numbers rise out of a mask, cell by cell --- */
.proof-bar[data-reveal-group] div { overflow: hidden; }
.proof-bar[data-reveal-group] strong { transform: translateY(120%); opacity: 0; transition: transform .9s var(--ease-out-expo), opacity .5s ease; }
.proof-bar[data-reveal-group] span { transform: translateY(14px); opacity: 0; transition: transform .9s var(--ease-out-expo), opacity .7s ease; }
.proof-bar[data-reveal-group].is-visible strong, .proof-bar[data-reveal-group].is-visible span { transform: none; opacity: 1; }
.proof-bar div:nth-child(1) strong { transition-delay: .05s; } .proof-bar div:nth-child(1) span { transition-delay: .16s; }
.proof-bar div:nth-child(2) strong { transition-delay: .15s; } .proof-bar div:nth-child(2) span { transition-delay: .26s; }
.proof-bar div:nth-child(3) strong { transition-delay: .25s; } .proof-bar div:nth-child(3) span { transition-delay: .36s; }
.proof-bar div:nth-child(4) strong { transition-delay: .35s; } .proof-bar div:nth-child(4) span { transition-delay: .46s; }

/* --- Altitude diagram: bars grow from the ground when seen --- */
.altitude-diagram .alt-bar::after { transform: scaleY(0); transform-origin: bottom; transition: transform 1s var(--ease-out-expo); }
.altitude-diagram.is-visible .alt-bar::after { transform: scaleY(1); }
.altitude-diagram.is-visible .alt-row:nth-child(1) .alt-bar::after { transition-delay: .15s; }
.altitude-diagram.is-visible .alt-row:nth-child(2) .alt-bar::after { transition-delay: .3s; }
.altitude-diagram.is-visible .alt-row:nth-child(3) .alt-bar::after { transition-delay: .45s; }
.alt-flower { opacity: 0; scale: .4; transition: opacity .4s ease .95s, scale .5s var(--ease-out-quart) .95s; }
.altitude-diagram.is-visible .alt-flower { opacity: 1; scale: 1; }

/* --- Parallax depth (desktop only; JS drives `translate`) --- */
@media (min-width: 1121px) {
  [data-parallax] { will-change: translate; }
  /* keep bleed after the curtain settles so parallax never exposes edges */
  .origin-image.is-visible img { scale: 1.08; }
}
.origin-image { overflow: hidden; }

/* --- Form success acknowledgment --- */
@keyframes rise-in { from { opacity: 0; transform: translateY(8px); } }
.form-status.success { animation: rise-in .5s var(--ease-out-quart); }
.quote-chip { animation: rise-in .3s var(--ease-out-quart); }

/* --- FAQ / optional details: animated open (progressive enhancement) --- */
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq-item::details-content, .optional-details::details-content { block-size: 0; overflow: clip; transition: block-size .4s var(--ease-out-quart), content-visibility .4s allow-discrete; }
  .faq-item[open]::details-content, .optional-details[open]::details-content { block-size: auto; }
}

::selection { background: var(--accent); color: #fff; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* =========================== Responsive =========================== */
@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1080px); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-media { min-height: 580px; }
  .rose-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-shot { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-shot img { min-height: 320px; }
  .quality-section, .quote-section { grid-template-columns: 1fr; }
  .quality-images figure { min-height: 440px; }
  .quote-form { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .story-inner { grid-template-columns: 1fr; gap: 48px; }
  .story-card { max-width: 560px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .desktop-only { display: none; }
  .header-inner { min-height: 66px; }
  .brand img { width: 160px; }
  .mobile-menu { inset: 66px 0 auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 0; aspect-ratio: 4 / 4; border-right: 0; border-bottom: 1px solid var(--ink); order: -1; }
  .hero-copy { padding: 48px 22px 56px; }
  .hero-actions { width: 100%; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar div:nth-child(2) { border-right: 0; }
  .proof-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .split-heading, .buyer-grid, .origin-section, .destinations-section, .process-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .origin-image img { min-height: 0; aspect-ratio: 4 / 3; }
  .collection-heading { align-items: flex-start; flex-direction: column; }
  .rose-grid { grid-template-columns: 1fr 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid figure:first-child { border-right: 0; border-bottom: 2px solid var(--paper); }
  .process-grid { gap: 40px; }
  .process-strip { margin-top: 44px; }
  .process-strip img { aspect-ratio: 2.1 / 1; }
  .quality-images figure { min-height: 340px; }
  .destinations-section img { height: auto; aspect-ratio: 3 / 2; border-right: 0; border-bottom: 1px solid var(--ink); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  /* sticky mobile CTA */
  .sticky-cta { display: flex; align-items: center; gap: 10px; position: fixed; z-index: 95; left: 16px; right: 86px; bottom: 16px; min-height: 52px; justify-content: center; padding: 0 22px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .03em; box-shadow: 0 10px 30px rgba(196,18,63,.36); }
  .quote-count { min-width: 24px; height: 24px; padding: 0 7px; display: inline-grid; place-items: center; border-radius: 999px; background: #fff; color: var(--accent-deep); font-size: 12px; font-weight: 800; }
  .quote-count[hidden] { display: none; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 0; width: 54px; height: 54px; display: grid; place-items: center; font-size: 10px; }
  /* keep the sticky CTA from covering the footer's last lines */
  .site-footer { padding-bottom: 92px; }
}

@media (max-width: 540px) {
  .header-actions { gap: 8px; }
  .hero-actions .button-lg { width: 100%; }
  .media-note { left: 12px; right: 12px; bottom: 12px; max-width: none; text-align: center; font-size: 9px; }
  .proof-bar div { padding: 22px 18px; }
  .proof-bar strong { font-size: 25px; }
  .buyer-card-copy { padding: 24px; }
  .rose-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .rose-card h3 { font-size: 17px; }
  .rose-price { font-size: 21px; }
  .quality-images { grid-template-columns: 1fr; }
  .quality-images figure { min-height: 380px; }
  .quality-images figure:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .terms-list article { grid-template-columns: 1fr; gap: 6px; }
  .terms-list span { grid-row: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .submit-row { flex-direction: column; align-items: stretch; }
  .submit-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  [data-reveal], .hero-copy > *, .media-note, [data-reveal-group] > *, .proof-bar strong, .proof-bar span { opacity: 1 !important; transform: none !important; }
  [data-reveal="clip"] img { clip-path: none !important; }
  [data-reveal="clip"] figcaption { opacity: 1 !important; }
  [data-reveal="clip"] img, .hero-media img, .origin-image img, [data-parallax] { scale: 1 !important; translate: none !important; }
  .altitude-diagram .alt-bar::after { transform: scaleY(1) !important; }
  .alt-flower { opacity: 1 !important; scale: 1 !important; }
}
