/* Richvane — main stylesheet
   Tokens are named after the material: Byadgi maroon, Teja lacquer, powder ember, turmeric gold, bone, husk, ink. */
:root {
  --maroon: #3A0B10;
  --maroon-2: #2A070B;
  --lacquer: #B4261C;
  --lacquer-2: #8C1A14;
  --ember: #E2472A;
  --gold: #D3A02A;
  --gold-2: #9C7118;
  --bone: #FDFCFA;
  --bone-2: #F6F2EC;
  --husk: #EBE4DA;
  --husk-2: #DBD1C4;
  --ink: #2B1215;
  --ink-2: #5A3A3E;
  --ink-3: #7F6266;
  --wa: #1EBE5D;
  --font-display: 'Marcellus', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Instrument Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(16px, 5vw, 48px);
  --radius: 4px;
  --shadow-pop: 0 18px 40px -22px rgba(42, 7, 11, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bone);
  font-feature-settings: "tnum" 1, "kern" 1;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: var(--lacquer); text-decoration-thickness: 1px; text-underline-offset: .15em; }
a:hover { color: var(--ember); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--maroon); color: var(--bone); padding: 10px 14px; z-index: 100; border-radius: var(--radius); }
.skip:focus { top: 12px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; margin: 0 0 .5em; color: var(--maroon); letter-spacing: .005em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1em; max-width: 68ch; }
.lede { font-size: 1.2rem; line-height: 1.5; color: var(--ink-2); max-width: 60ch; }
.measure { max-width: 68ch; }
ul, ol { padding-left: 1.2em; }
small, .small { font-size: .9rem; }
.muted { color: var(--ink-3); }
.num { font-variant-numeric: tabular-nums; }
hr { border: 0; border-top: 1px solid var(--husk); margin: 0; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 128px); }
.section-tight { padding-block: clamp(40px, 5vw, 64px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px 48px; align-items: end; margin-bottom: clamp(32px, 5vw, 64px); }
.section-head p { margin: 0; }
@media (min-width: 880px) { .section-head { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }
.band-maroon { background: var(--maroon); color: var(--bone); }
.band-maroon h1, .band-maroon h2, .band-maroon h3 { color: var(--bone); }
.band-maroon a { color: var(--gold); }
.band-maroon a:hover { color: #E9C15E; }
.band-maroon .lede, .band-maroon .muted { color: #E7D5CD; }
.band-husk { background: var(--bone-2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; line-height: 1; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--lacquer); color: #fff; border-color: var(--lacquer); }
.btn-primary:hover { background: var(--ember); border-color: var(--ember); color: #fff; }
.btn-ghost { background: transparent; color: var(--maroon); border-color: var(--maroon); }
.btn-ghost:hover { background: var(--maroon); color: var(--bone); }
.band-maroon .btn-ghost { color: var(--bone); border-color: rgba(251,248,243,.7); }
.band-maroon .btn-ghost:hover { background: var(--bone); color: var(--maroon); border-color: var(--bone); }
.btn-gold { background: var(--gold); color: var(--maroon); border-color: var(--gold); }
.btn-gold:hover { background: #E4B23E; border-color: #E4B23E; color: var(--maroon); }
.btn-sm { padding: 10px 16px; font-size: .95rem; }
.btn-lg { padding: 17px 28px; font-size: 1.08rem; }
.link-btn { background: none; border: 0; padding: 0; font: inherit; color: var(--lacquer); text-decoration: underline; cursor: pointer; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Header */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(251,248,243,.97); border-bottom: 1px solid var(--husk); }
/* no backdrop-filter or transform on the header: either would turn it into the containing block of the fixed mobile menu */
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand-logo { width: 220px; height: auto; }
@media (min-width: 1100px) { .brand-logo { width: 284px; } }
.nav { display: flex; align-items: center; }
.nav-toggle { display: none; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.nav-list > li { position: relative; }
.nav-list > li > a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .98rem; padding: 10px 0; display: inline-block; border-bottom: 2px solid transparent; }
.nav-list > li > a:hover, .nav-list > li > a[aria-current="page"] { border-bottom-color: var(--lacquer); color: var(--maroon); }
.nav-list .nav-cta a { border-bottom: 0; color: #fff; border-radius: 999px; padding: 11px 22px; }
.has-menu .sub { position: absolute; left: -16px; top: 100%; min-width: 300px; background: var(--bone); border: 1px solid var(--husk); box-shadow: var(--shadow-pop); padding: 14px 18px; list-style: none; margin: 0; display: none; z-index: 60; border-radius: var(--radius); }
.has-menu:hover .sub, .has-menu:focus-within .sub { display: block; }
.has-menu .sub > li { padding: 6px 0; }
.has-menu .sub > li > a { font-family: var(--font-display); font-size: 1.05rem; color: var(--maroon); text-decoration: none; }
.has-menu .sub ul { list-style: none; padding: 4px 0 6px 10px; margin: 0; display: flex; flex-wrap: wrap; gap: 4px 12px; }
.has-menu .sub ul a { font-size: .92rem; color: var(--ink-2); text-decoration: none; }
.has-menu .sub ul a:hover { color: var(--lacquer); text-decoration: underline; }
.lang { position: relative; }
.lang-btn { background: none; border: 1px solid var(--husk-2); border-radius: 999px; padding: 7px 12px; font: inherit; font-size: .85rem; font-weight: 600; letter-spacing: .04em; color: var(--ink-2); cursor: pointer; }
.lang-btn:hover { border-color: var(--maroon); color: var(--maroon); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); background: var(--bone); border: 1px solid var(--husk); box-shadow: var(--shadow-pop); list-style: none; margin: 0; padding: 6px 0; min-width: 150px; display: none; z-index: 60; border-radius: var(--radius); }
.lang[aria-expanded="true"] .lang-menu, .lang.open .lang-menu { display: block; }
.lang-menu li { padding: 9px 16px; cursor: pointer; font-size: .95rem; }
.lang-menu li:hover, .lang-menu li[aria-selected="true"] { background: var(--bone-2); color: var(--maroon); }
.lang-suggest { background: var(--gold); color: var(--maroon); text-align: center; padding: 10px var(--gutter); font-size: .95rem; position: relative; }
.lang-suggest .link-btn { color: var(--maroon); font-weight: 600; }
.lang-dismiss { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: 0; font-size: 1.4rem; line-height: 1; color: var(--maroon); cursor: pointer; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: none; border: 1px solid var(--husk-2); border-radius: var(--radius); cursor: pointer; padding: 0 11px; }
  .nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--maroon); transition: transform .25s var(--ease), opacity .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-list { position: fixed; inset: 76px 0 0 0; background: var(--bone); flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 40px; overflow-y: auto; clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .3s var(--ease), visibility 0s .3s; z-index: 55; }
  .nav-list.open { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .3s var(--ease); }
  .nav-list > li > a { display: block; padding: 16px 0; font-size: 1.15rem; border-bottom: 1px solid var(--husk); font-family: var(--font-display); }
  .nav-list .nav-cta { margin-top: 18px; }
  .nav-list .nav-cta a { padding: 14px 22px; text-align: center; font-family: var(--font-body); font-size: 1rem; border-radius: 999px; }
  .has-menu .sub { position: static; display: block; box-shadow: none; border: 0; padding: 4px 0 8px 12px; min-width: 0; }
  .has-menu .sub > li > a { font-size: 1rem; }
  .lang { order: 2; }
  .nav { order: 3; }
}

/* Hero */
.hero { position: relative; min-height: min(92vh, 860px); display: grid; align-items: end; color: var(--bone); background: var(--maroon); overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video, .hero-media picture { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-media video { position: absolute; inset: 0; }
.hero-media picture { display: block; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(42,7,11,.30) 0%, rgba(42,7,11,.18) 30%, rgba(42,7,11,.78) 70%, rgba(42,7,11,.96) 100%), linear-gradient(90deg, rgba(42,7,11,.55) 0%, rgba(42,7,11,0) 65%); }
.hero h1, .hero .lede { text-shadow: 0 2px 24px rgba(42,7,11,.55); }
.kenburns { animation: kenburns 28s ease-in-out infinite alternate; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09) translate(-1.5%, 1%); } }
@media (prefers-reduced-motion: reduce) { .kenburns { animation: none; } }
.hero-inner { padding-block: clamp(112px, 16vw, 190px) 0; }
.hero h1 { color: var(--bone); max-width: 15ch; margin-bottom: .4em; text-wrap: balance; opacity: 0; transform: translateY(14px); animation: rise .9s var(--ease) .15s forwards; }
.hero .lede { color: #F1E4DD; max-width: 58ch; opacity: 0; animation: rise .9s var(--ease) .35s forwards; }
.hero .btn-row { margin: 32px 0 64px; opacity: 0; animation: rise .9s var(--ease) .5s forwards; }
.hero .btn-ghost { color: var(--bone); border-color: rgba(251,248,243,.75); }
.hero .btn-ghost:hover { background: var(--bone); color: var(--maroon); border-color: var(--bone); }
@keyframes rise { to { opacity: 1; transform: none; } }
.variety-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border-top: 1px solid rgba(251,248,243,.22); margin-top: auto; }
.variety-rail a { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 18px 16px 22px 0; color: var(--bone); text-decoration: none; border-right: 1px solid rgba(251,248,243,.12); }
.variety-rail a:last-child { border-right: 0; }
.variety-rail a:hover .vr-name { color: var(--gold); }
.variety-rail .vr-swatch { width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,.55); box-shadow: inset 0 0 0 2px rgba(0,0,0,.25); }
.variety-rail .vr-name { display: block; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.1; transition: color .2s; }
.variety-rail .vr-spec { display: block; font-size: .82rem; color: #D9C4BC; margin-top: 4px; font-variant-numeric: tabular-nums; line-height: 1.35; }
@media (max-width: 960px) {
  .variety-rail { grid-template-columns: repeat(2, 1fr); border-top: 0; gap: 0 16px; }
  .variety-rail a { border-right: 0; border-top: 1px solid rgba(251,248,243,.18); padding: 14px 0; }
  .variety-rail a:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 520px) { .variety-rail { grid-template-columns: 1fr; } .hero { min-height: 0; } }

/* Ledger (question -> answer rows) */
.ledger { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--husk-2); }
.ledger li { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 12px 48px; padding: 26px 0; border-bottom: 1px solid var(--husk-2); }
.ledger h3 { margin: 0; font-size: 1.35rem; }
.ledger p { margin: 0; color: var(--ink-2); }
@media (max-width: 760px) { .ledger li { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; } }

/* Process steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; counter-reset: step; }
.steps li { position: relative; padding: 22px 0 22px 72px; border-bottom: 1px solid var(--husk-2); counter-increment: step; }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 20px; font-family: var(--font-display); font-size: 2rem; color: var(--gold-2); line-height: 1; }
.steps h3 { font-size: 1.25rem; margin-bottom: .3em; }
.steps p { margin: 0; color: var(--ink-2); font-size: .98rem; }
.steps .step-time { display: inline-block; margin-top: 8px; font-size: .88rem; color: var(--maroon); background: var(--husk); padding: 3px 10px; border-radius: 999px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Product family cards */
.fam-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.fam-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); }
.fam-card:hover { border-color: var(--lacquer); color: var(--ink); }
.fam-card:hover img { transform: scale(1.03); }
.fam-card .fam-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--husk); }
.fam-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.fam-card .fam-bar { height: 8px; background: var(--lacquer); }
.fam-card .fam-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.fam-card h3 { margin: 0; font-size: 1.35rem; }
.fam-card p { margin: 0; color: var(--ink-2); font-size: .97rem; }
.fam-card .fam-meta { margin-top: auto; padding-top: 12px; font-size: .86rem; color: var(--ink-3); }

/* Product listing */
.prod-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.prod-card { background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); padding: 22px 22px 20px; text-decoration: none; color: var(--ink); display: grid; grid-template-rows: auto auto 1fr auto; gap: 10px; position: relative; }
.prod-card:hover { border-color: var(--lacquer); }
.prod-card .swatch { width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--bone-2); box-shadow: 0 0 0 1px var(--husk-2); }
.prod-card h3 { margin: 6px 0 0; font-size: 1.4rem; }
.prod-card p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.spec-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--husk); font-size: .88rem; }
.spec-mini span { color: var(--ink-3); }
.spec-mini strong { font-weight: 600; color: var(--maroon); display: block; font-variant-numeric: tabular-nums; }

/* Spec table (ledger style) */
.spec-table { width: 100%; border-collapse: collapse; font-size: .97rem; }
.spec-table th, .spec-table td { text-align: left; padding: 13px 12px 13px 0; border-bottom: 1px solid var(--husk-2); vertical-align: top; }
.spec-table th { font-weight: 600; color: var(--maroon); width: 34%; }
.spec-table td { color: var(--ink-2); font-variant-numeric: tabular-nums; }
.spec-table thead th { border-bottom: 2px solid var(--maroon); color: var(--maroon); font-family: var(--font-display); font-weight: 400; font-size: 1.05rem; }
.table-scroll { overflow-x: auto; }
.table-scroll table { min-width: 640px; }
.data-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.data-table th, .data-table td { text-align: left; padding: 12px 14px 12px 0; border-bottom: 1px solid var(--husk-2); vertical-align: top; }
.data-table thead th { border-bottom: 2px solid var(--maroon); color: var(--maroon); font-weight: 600; }
.data-table td { color: var(--ink-2); }
.data-table td:first-child, .data-table th:first-child { color: var(--maroon); font-weight: 600; }

/* Two column helper */
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 72px); align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.sticky { position: sticky; top: 96px; }

/* Heat x colour map */
.map-section { background: var(--maroon); color: var(--bone); }
.map-section h2 { color: var(--bone); }
.map-figure { margin: 0; }
.map-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .map-grid { grid-template-columns: 1fr; } }
.map-figure { background: var(--maroon-2); border: 1px solid rgba(251,248,243,.12); border-radius: var(--radius); padding: 12px; }
.map-figure svg { width: 100%; height: auto; touch-action: none; user-select: none; }
@media (max-width: 640px) { .map-figure { overflow-x: auto; } .map-figure svg { min-width: 600px; } }
.map-figure .axis text { fill: #CDB3AC; font-size: 12.5px; font-family: var(--font-body); }
.map-figure .axis line, .map-figure .axis path { stroke: rgba(251,248,243,.18); }
.map-figure .grid line { stroke: rgba(251,248,243,.07); }
.map-figure .axis-title { fill: #E7D5CD; font-size: 13.5px; font-family: var(--font-body); }
.map-figure .dot { cursor: pointer; }
.map-figure .dot circle { stroke: rgba(255,255,255,.7); stroke-width: 1.5; transition: r .15s var(--ease); }
.map-figure .dot:hover circle, .map-figure .dot.active circle { stroke: var(--gold); stroke-width: 2.5; }
.map-figure .dot text { fill: var(--bone); font-size: 14px; font-family: var(--font-display); pointer-events: none; }
.map-figure .dot .sub { font-size: 11px; fill: #D9C4BC; font-family: var(--font-body); }
.map-figure .target { cursor: grab; }
.map-figure .target:active { cursor: grabbing; }
.map-figure .target circle.ring { fill: none; stroke: var(--gold); stroke-width: 2; stroke-dasharray: 4 3; }
.map-figure .target line { stroke: var(--gold); stroke-width: 1.5; }
.map-figure .target text { fill: var(--gold); font-size: 11px; font-family: var(--font-body); }
.map-figure .blend-line { stroke: var(--gold); stroke-width: 1.5; stroke-dasharray: 2 4; opacity: .8; }
.map-panel { display: grid; gap: 18px; }
.map-panel .readout { background: rgba(251,248,243,.06); border: 1px solid rgba(251,248,243,.14); border-radius: var(--radius); padding: 18px 20px; }
.map-panel .readout dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; margin: 0; }
.map-panel .readout dt { color: #CDB3AC; font-size: .9rem; }
.map-panel .readout dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 600; }
.map-panel .readout dd.big { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--gold); }
.map-panel .readout p { margin: 10px 0 0; color: #E7D5CD; font-size: .95rem; }
.map-panel .readout .swatch-inline { display: inline-block; width: 14px; height: 14px; border-radius: 50%; vertical-align: -2px; margin-right: 6px; border: 1px solid rgba(255,255,255,.5); }
.map-help { color: #D9C4BC; font-size: .95rem; margin: 0; }
.map-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.map-controls label { font-size: .85rem; color: #CDB3AC; display: grid; gap: 4px; }
.map-controls input[type="range"] { width: 100%; accent-color: var(--gold); }
.map-controls output { font-weight: 600; color: var(--bone); font-variant-numeric: tabular-nums; }

/* Registration list */
.reg-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--husk-2); }
.reg-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; padding: 14px 0; border-bottom: 1px solid var(--husk-2); align-items: center; }
.reg-list .reg-name { grid-column: 1; grid-row: 1; font-weight: 600; color: var(--maroon); }
.reg-list .reg-issuer { grid-column: 1; grid-row: 2; font-size: .88rem; color: var(--ink-3); }
.reg-list .reg-no { grid-column: 2; grid-row: 1 / span 2; font-variant-numeric: tabular-nums; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); text-align: right; }
.reg-list .reg-no small { display: block; font-family: var(--font-body); font-size: .8rem; color: var(--ink-3); }
.reg-list .badge { font-size: .8rem; background: var(--husk); color: var(--maroon); padding: 3px 10px; border-radius: 999px; }
.cert-thumb { border: 1px solid var(--husk-2); background: #fff; padding: 6px; border-radius: var(--radius); }

/* FAQ */
.faq-group + .faq-group { margin-top: 40px; }
.faq details { border-bottom: 1px solid var(--husk-2); }
.faq details:first-of-type { border-top: 1px solid var(--husk-2); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 44px 18px 0; font-family: var(--font-display); font-size: 1.25rem; color: var(--maroon); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--font-body); font-size: 1.6rem; color: var(--lacquer); transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--ink-2); max-width: 70ch; }

/* Forms */
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .95rem; color: var(--maroon); }
.field .hint { font-size: .85rem; color: var(--ink-3); }
.field input, .field select, .field textarea { font: inherit; padding: 12px 14px; border: 1px solid var(--husk-2); border-radius: var(--radius); background: #fff; color: var(--ink); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--lacquer); outline: 3px solid rgba(168,34,26,.18); outline-offset: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.choice-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; }
.choice span { display: block; border: 1.5px solid var(--husk-2); border-radius: var(--radius); padding: 12px 14px; background: #fff; font-size: .95rem; line-height: 1.3; transition: border-color .15s, background-color .15s; }
.choice span b { display: block; font-weight: 600; color: var(--maroon); }
.choice span small { color: var(--ink-3); display: block; margin-top: 3px; }
.choice input:checked + span { border-color: var(--lacquer); background: #FFF6F3; box-shadow: inset 0 0 0 1px var(--lacquer); }
.choice input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.choice .sw { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 6px; vertical-align: -1px; border: 1px solid rgba(0,0,0,.2); }
.range-field { display: grid; gap: 6px; }
.range-field .range-head { display: flex; justify-content: space-between; font-size: .95rem; }
.range-field output { font-weight: 600; color: var(--maroon); font-variant-numeric: tabular-nums; }
.range-field input[type="range"] { width: 100%; accent-color: var(--lacquer); }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .9rem; color: var(--ink-3); }
.alert { padding: 14px 16px; border-radius: var(--radius); border: 1px solid; font-size: .97rem; }
.alert-ok { background: #F1F8EE; border-color: #B7D8A8; color: #24521A; }
.alert-err { background: #FFF3F1; border-color: #F0B9B2; color: #7A1E15; }

/* Configurator */
.cfg { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .cfg { grid-template-columns: 1fr; } .cfg .sticky { position: static; } }
.cfg-steps { list-style: none; margin: 0 0 24px; padding: 0; display: flex; gap: 6px; flex-wrap: wrap; }
.cfg-step { font: inherit; font-size: .85rem; font-weight: 400; line-height: inherit; padding: 6px 12px; border-radius: 999px; border: 0; background: var(--husk); color: var(--ink-2); cursor: pointer; transition: background-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease); }
.cfg-step:hover { box-shadow: inset 0 0 0 1px var(--maroon); color: var(--maroon); }
.cfg-step[aria-current="step"] { background: var(--maroon); color: var(--bone); }
.cfg-step.done { background: #fff; color: var(--maroon); box-shadow: inset 0 0 0 1px var(--husk-2); }
.cfg-panel { display: none; }
.cfg-panel.active { display: grid; gap: 18px; }
.cfg-panel h3 { margin: 0; }
.cfg-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }
.spec-sheet { background: #fff; border: 1px solid var(--husk-2); border-radius: var(--radius); padding: 22px 24px; }
.spec-sheet h3 { font-size: 1.3rem; margin-bottom: 4px; }
.spec-sheet .ss-sub { color: var(--ink-3); font-size: .88rem; margin: 0 0 14px; }
.spec-sheet dl { margin: 0; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 0; }
.spec-sheet dt, .spec-sheet dd { padding: 9px 0; border-top: 1px solid var(--husk); margin: 0; font-size: .93rem; }
.spec-sheet dt { color: var(--ink-3); }
.spec-sheet dd { color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
.spec-sheet .ss-foot { margin-top: 14px; font-size: .85rem; color: var(--ink-3); }
.spec-sheet .container-est { margin-top: 14px; padding: 12px 14px; background: var(--bone-2); border-radius: var(--radius); font-size: .93rem; }
.spec-sheet .container-est strong { color: var(--maroon); }
.spec-sheet .ss-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }

/* Contact cards */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); padding: 20px 22px; }
.contact-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.contact-card p { margin: 0 0 6px; font-size: .97rem; }
.contact-card a { font-weight: 600; text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }

/* Page header (inner pages) */
.page-head { padding-block: clamp(48px, 7vw, 88px) clamp(28px, 4vw, 48px); border-bottom: 1px solid var(--husk); }
.page-head h1 { max-width: 18ch; text-wrap: balance; }
.crumbs { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--ink-3); }
.crumbs a { color: var(--ink-3); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--husk-2); }

/* Product page */
.prod-hero { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
@media (max-width: 860px) { .prod-hero { grid-template-columns: 1fr; } }
.prod-visual { border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 5 / 4; background: var(--husk); }
.prod-visual img { width: 100%; height: 100%; object-fit: cover; }
.prod-visual .prod-swatch { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; background: rgba(251,248,243,.94); padding: 8px 14px 8px 8px; border-radius: 999px; font-size: .88rem; color: var(--maroon); font-weight: 600; }
.prod-visual .prod-swatch i { width: 26px; height: 26px; border-radius: 50%; display: block; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.gauges { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.gauge { background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); padding: 14px 16px; }
.gauge .g-label { font-size: .85rem; color: var(--ink-3); display: flex; justify-content: space-between; }
.gauge .g-val { font-family: var(--font-display); font-size: clamp(1.05rem, 3.6vw, 1.5rem); white-space: nowrap; color: var(--maroon); margin: 2px 0 8px; font-variant-numeric: tabular-nums; }
.gauge .g-bar { height: 8px; border-radius: 999px; background: var(--husk); position: relative; overflow: hidden; }
.gauge .g-bar span { position: absolute; top: 0; bottom: 0; border-radius: 999px; }
.gauge .g-heat span { background: linear-gradient(90deg, #E8A48F, var(--ember)); }
.gauge .g-colour span { background: linear-gradient(90deg, #E36A5A, #7A0E12); }
.gauge .g-scale { display: flex; justify-content: space-between; font-size: .75rem; color: var(--ink-3); margin-top: 4px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.tag-list li { background: var(--husk); color: var(--maroon); padding: 5px 12px; border-radius: 999px; font-size: .88rem; }
.prod-tabs { margin-top: 12px; }
.prod-tabs [role="tablist"] { display: flex; gap: 4px; border-bottom: 2px solid var(--husk-2); flex-wrap: wrap; }
.prod-tabs [role="tab"] { background: none; border: 0; padding: 12px 16px; font: inherit; font-weight: 600; color: var(--ink-2); cursor: pointer; margin-bottom: -2px; border-bottom: 2px solid transparent; }
.prod-tabs [role="tab"][aria-selected="true"] { color: var(--maroon); border-bottom-color: var(--lacquer); }
.prod-tabs [role="tabpanel"] { padding: 22px 0 6px; }
.prod-tabs [role="tabpanel"][hidden] { display: none; }
.related { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.related a { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 14px 16px; background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); text-decoration: none; color: var(--maroon); font-family: var(--font-display); font-size: 1.1rem; }
.related a:hover { border-color: var(--lacquer); }
.related i { width: 30px; height: 30px; border-radius: 50%; display: block; border: 2px solid var(--bone-2); box-shadow: 0 0 0 1px var(--husk-2); }

/* Photo strip */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.photo-strip figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--husk); position: relative; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.photo-strip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 14px 12px; color: #fff; font-size: .86rem; background: linear-gradient(180deg, transparent, rgba(42,7,11,.8)); }
@media (max-width: 700px) { .photo-strip { grid-template-columns: 1fr 1fr; } .photo-strip figure:nth-child(3) { grid-column: 1 / -1; aspect-ratio: 16 / 9; } }

/* Markets */
.market-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px 32px; }
.market-list li { padding: 16px 0; border-top: 1px solid var(--husk-2); }
.market-list h3 { font-size: 1.2rem; margin-bottom: 4px; }
.market-list .countries { font-size: .92rem; color: var(--maroon); margin: 0 0 6px; font-weight: 500; }
.market-list p { font-size: .93rem; color: var(--ink-2); margin: 0; }

/* Footer */
.site-foot { background: var(--maroon); color: #E7D5CD; padding-block: clamp(48px, 6vw, 72px) calc(28px + 72px + env(safe-area-inset-bottom, 0px)); font-size: .95rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand img { width: 264px; margin-bottom: 16px; }
.foot-brand p { color: #CDB3AC; max-width: 40ch; }
.foot-ids { font-variant-numeric: tabular-nums; color: var(--gold) !important; }
.foot-h { font-family: var(--font-display); color: var(--bone); font-size: 1.15rem; margin-bottom: 12px; }
.foot-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.foot-list a { color: #E7D5CD; text-decoration: none; }
.foot-list a:hover { color: var(--gold); }
.foot-contact { font-style: normal; line-height: 1.7; }
.foot-contact a { color: var(--bone); text-decoration: none; }
.foot-contact a:hover { color: var(--gold); }
.foot-hours { color: #CDB3AC; font-size: .88rem; margin-top: 10px; }
.foot-base { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(251,248,243,.14); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: .85rem; color: #CDB3AC; padding-right: 240px; }
@media (max-width: 600px) { .foot-base { padding-right: 0; } }

/* WhatsApp FAB */
.wa-fab { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 40; display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; padding: 12px 18px 12px 14px; border-radius: 999px; text-decoration: none; font-weight: 600; box-shadow: 0 10px 24px -8px rgba(0,0,0,.45); }
.wa-fab:hover { background: #17A650; color: #fff; }
@media (max-width: 600px) { .wa-fab span { display: none; } .wa-fab { padding: 14px; } }

/* Stats strip (about) */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; border-top: 1px solid var(--husk-2); border-bottom: 1px solid var(--husk-2); padding: 24px 0; }
.facts div { font-size: .95rem; color: var(--ink-2); }
.facts strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--maroon); font-weight: 400; margin-bottom: 2px; }

/* Utility */
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; }
.mb-0 { margin-bottom: 0; }
.center { text-align: center; }
.pill { display: inline-block; background: var(--husk); color: var(--maroon); padding: 4px 12px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.pill-gold { background: var(--gold); color: var(--maroon); }
.card { background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); padding: 22px 24px; }
.callout { border-left: 4px solid var(--gold); background: #fff; padding: 18px 22px; border-radius: 0 var(--radius) var(--radius) 0; }
.callout p:last-child { margin-bottom: 0; }
figure.wide { margin: 0; border-radius: var(--radius); overflow: hidden; }
figure.wide img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
figure.wide figcaption { font-size: .88rem; color: var(--ink-3); padding: 10px 0 0; }
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }
@media print { .site-head, .wa-fab, .lang-suggest, .site-foot, .cfg-nav, .nav { display: none !important; } body { background: #fff; } }

/* Motion: reveal on scroll */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }
.hero-media { will-change: transform; }

/* Manifesto band */
.manifesto { position: relative; background: var(--maroon-2); color: var(--bone); overflow: hidden; isolation: isolate; padding-block: clamp(72px, 12vw, 150px); }
.manifesto-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .9; }
.manifesto-inner { display: grid; gap: .1em; }
.manifesto-line { font-family: var(--font-display); font-size: clamp(2rem, 6.2vw, 5.2rem); line-height: 1.08; margin: 0; max-width: none; text-wrap: balance; }
.manifesto-line:nth-child(1) { color: var(--ember); }
.manifesto-line:nth-child(2) { color: var(--bone); }
.manifesto-line:nth-child(3) { color: var(--gold); }

/* Sun-drying strip */
.dry-strip { margin: 0 0 40px; padding: 22px 24px 18px; background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); }
.dry-pods { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; align-items: center; }
.dry-pod-svg { width: 100%; height: auto; overflow: visible; }
.dry-pod { fill: #D63B2A; transform-origin: 60% 60%; transition: fill .2s linear, transform .2s linear, filter .2s linear; }
.dry-meta { display: flex; align-items: center; gap: 16px; margin-top: 14px; font-size: .92rem; color: var(--ink-2); flex-wrap: wrap; }
.dry-bar { flex: 1 1 160px; height: 6px; background: var(--husk); border-radius: 999px; overflow: hidden; }
.dry-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #E2472A, #7A0E12); transition: width .2s linear; }
@media (max-width: 600px) { .dry-pods { grid-template-columns: repeat(4, 1fr); } }

/* Live powder swatch */
.swatch-live { display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; }
.swatch-live canvas { width: 110px; height: 110px; border-radius: 50%; border: 3px solid rgba(251,248,243,.25); box-shadow: 0 10px 30px -12px rgba(0,0,0,.8); }
.swatch-live strong { color: var(--bone); font-weight: 600; display: block; margin-bottom: 4px; }
.swatch-live p { margin: 0; }

/* Gallery + lightbox */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery a { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--husk); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery a:hover img { transform: scale(1.05); }
.gallery span { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 10px 8px; font-size: .78rem; color: #fff; background: linear-gradient(180deg, transparent, rgba(42,7,11,.85)); }
@media (max-width: 600px) { .gallery { grid-template-columns: 1fr 1fr; } }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1200px); max-height: 92vh; }
.lightbox::backdrop { background: rgba(42,7,11,.88); }
.lightbox figure { margin: 0; }
.lightbox img { max-width: min(96vw, 1200px); max-height: 82vh; width: auto; height: auto; border-radius: var(--radius); }
.lightbox figcaption { color: var(--bone); text-align: center; padding: 12px 0 0; font-size: .95rem; }
.lightbox-close { position: fixed; top: 16px; right: 20px; background: var(--bone); color: var(--maroon); border: 0; width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }

/* Home page: airy variants */
.ledger-airy li { padding: 34px 0; }
.ledger-airy h3 { font-size: 1.55rem; }
.ledger-airy p { font-size: 1.08rem; }
.ledger-dark, .ledger-dark li { border-color: rgba(251,248,243,.2); }
.ledger-dark h3 { color: var(--gold); }
.ledger-dark p { color: #E7D5CD; }
.steps-airy li { padding: 26px 0 26px 72px; }
.steps-airy h3 { font-size: 1.3rem; }
.region-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 40px; border-top: 1px solid var(--husk-2); }
.region-list li { padding: 22px 0; border-bottom: 1px solid var(--husk-2); }
.region-list h3 { font-size: 1.3rem; margin-bottom: 4px; }
.region-list p { margin: 0; color: var(--ink-2); font-size: .97rem; }
.verify-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.verify-grid li { background: #fff; border: 1px solid var(--husk); border-radius: var(--radius); padding: 20px 22px; display: grid; gap: 6px; }
.verify-grid .v-name { font-size: .9rem; color: var(--ink-3); }
.verify-grid .v-no { font-family: var(--font-display); font-size: 1.25rem; color: var(--maroon); font-variant-numeric: tabular-nums; word-break: break-all; }
.verify-grid a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.verify-grid a:hover { text-decoration: underline; }

/* Decorative chilli pods in the side margins (wide screens only) */
.edge-deco { position: fixed; top: 0; height: 100vh; width: 120px; z-index: 0; pointer-events: none; overflow: visible; }
.edge-left { left: 0; }
.edge-right { right: 0; }
.edge-pod { position: absolute; filter: drop-shadow(0 8px 12px rgba(58,11,16,.22)); }
.edge-photo { position: absolute; top: 0; width: auto; height: auto; filter: drop-shadow(0 10px 14px rgba(58,11,16,.25)); transition: opacity .5s var(--ease); will-change: transform; }
.edge-photo.is-out { opacity: 0 !important; transition: opacity .45s var(--ease); }
.edge-deco[hidden] { display: none !important; }
main, .site-foot { position: relative; z-index: 1; }
.site-head { z-index: 50; }

/* Landing page: Cormorant Garamond display, full-viewport hero, roomy sections */
[data-page="home"] { --font-display: 'Cormorant Garamond', 'Marcellus', Georgia, serif; }
[data-page="home"] h1, [data-page="home"] h2, [data-page="home"] h3, [data-page="home"] .manifesto-line { font-family: var(--font-display); font-weight: 600; letter-spacing: -.005em; }
[data-page="home"] h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); line-height: 1.02; }
[data-page="home"] h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
[data-page="home"] .hero .lede { font-size: 1.25rem; }
.hero-landing { min-height: 100vh; min-height: 100svh; align-items: center; }
.hero-landing .hero-inner { padding-block: 120px 140px; display: grid; gap: 4px; }
.hero-kicker { font-family: var(--font-body); font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; opacity: 0; animation: rise .9s var(--ease) .05s forwards; }
.hero-landing h1 { max-width: 16ch; }
.hero-landing .btn-row { margin: 34px 0 0; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(251,248,243,.6); border-radius: 14px; display: block; }
.scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: var(--gold); border-radius: 2px; animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: translateY(0); opacity: 1 } 70% { transform: translateY(14px); opacity: 0 } 100% { opacity: 0 } }
@media (prefers-reduced-motion: reduce) { .scroll-hint span { animation: none; } }
.section-roomy { padding-block: clamp(88px, 12vw, 176px); }
.section-head-center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.section-head-center h2 { max-width: 20ch; }
.fam-grid-landing { gap: 28px; }
.fam-card-landing { border: 0; background: transparent; }
.fam-card-landing .fam-img { border-radius: var(--radius); aspect-ratio: 4 / 5; }
.fam-card-landing .fam-body { padding: 18px 4px 0; gap: 4px; }
.fam-card-landing h3 { font-size: 1.6rem; }
.fam-card-landing p { font-size: .95rem; color: var(--ink-3); }
.manifesto-center { text-align: center; justify-items: center; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.promise { display: grid; gap: 16px; text-decoration: none; color: var(--ink); }
.promise picture { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius); }
.promise img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.promise:hover img { transform: scale(1.04); }
.promise h3 { margin-bottom: 4px; font-size: 1.5rem; }
.promise p { margin: 0; color: var(--ink-2); font-size: .98rem; }
@media (max-width: 860px) { .promise-grid { grid-template-columns: 1fr; } }
.teaser { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: center; }
.teaser-swatches { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.teaser-swatches span { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; border: 4px solid #fff; box-shadow: 0 12px 30px -14px rgba(58,11,16,.5); }
.teaser-swatches i { font-style: normal; font-family: var(--font-display); color: #fff; font-size: .95rem; text-align: center; padding: 0 6px; line-height: 1.05; }
@media (max-width: 860px) { .teaser { grid-template-columns: 1fr; } }
.cta-center { text-align: center; display: grid; justify-items: center; gap: 6px; }
.cta-center .lede { max-width: 40ch; }
.cta-center .btn-row { justify-content: center; margin-top: 14px; }
.cta-contact { margin-top: 26px; color: var(--ink-3); }
.cta-contact a { font-weight: 600; text-decoration: none; }

/* Clean colour hero with chilli cut-outs */
.hero-clean { background: radial-gradient(120% 90% at 85% 10%, rgba(180,38,28,.14) 0%, rgba(180,38,28,0) 55%), radial-gradient(70% 60% at 10% 100%, rgba(211,160,42,.16) 0%, rgba(211,160,42,0) 60%), var(--bone); color: var(--ink); min-height: 100vh; min-height: 100svh; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero-clean::after { display: none; }
.hero-clean .hero-inner { padding-block: 140px 150px; max-width: 100%; }
.hero-clean h1 { color: var(--maroon); text-shadow: none; max-width: 14ch; }
.hero-clean .lede { color: var(--ink-2); text-shadow: none; max-width: 46ch; }
.hero-clean .hero-kicker { color: var(--lacquer); }
.hero-clean .btn-ghost { color: var(--maroon); border-color: var(--maroon); }
.hero-clean .btn-ghost:hover { background: var(--maroon); color: var(--bone); }
.hero-clean-img { position: absolute; inset: 0; z-index: -2; }
.hero-clean-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-pods { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-pods img { position: absolute; width: auto; will-change: transform; filter: drop-shadow(0 18px 22px rgba(58,11,16,.22)); }
@media (max-width: 760px) { .hero-pods img { height: 150px !important; } .hero-pods img:nth-child(n+5) { display: none; } }
.scroll-hint-dark { border-color: rgba(58,11,16,.35); }
@media (max-width: 760px) { .hero-clean .hero-inner { padding-block: 110px 120px; } .hero-pods img { opacity: .55; } }

/* Header: transparent over the landing hero, solid once scrolled */
.head-overlay { position: fixed; left: 0; right: 0; top: 0; background: transparent; border-bottom-color: transparent; transition: background-color .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease); }
.head-overlay .nav-list > li > a, .head-overlay .lang-btn { transition: color .3s var(--ease), border-color .3s var(--ease); }
.head-overlay + .lang-suggest { margin-top: 76px; }
.head-overlay.is-scrolled { background: rgba(255,255,255,.96); border-bottom-color: var(--husk); box-shadow: 0 6px 24px -18px rgba(58,11,16,.25); }
[data-page="home"] main { padding-top: 0; }

/* WhatsApp button: icon only at first, expands after scrolling */
.wa-fab { transition: padding .35s var(--ease), background-color .2s var(--ease); overflow: hidden; }
.wa-fab span { display: inline-block; max-width: 220px; white-space: nowrap; transition: max-width .35s var(--ease), opacity .25s var(--ease), margin .35s var(--ease); }
.wa-fab.wa-compact { padding: 15px; }
.wa-fab.wa-compact span { max-width: 0; opacity: 0; margin-left: -10px; }
@media (max-width: 600px) { .wa-fab span { display: none; } }

/* Pinned landing hero: chillies first, text fades in on the same scene while scrolling */
.hero-pinned { display: block; min-height: 190vh; min-height: 190svh; background: none; overflow: visible; }
.hero-pinned .hero-stage { position: sticky; top: 0; height: 100vh; height: 100svh; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(120% 90% at 85% 10%, rgba(180,38,28,.14) 0%, rgba(180,38,28,0) 55%), radial-gradient(70% 60% at 10% 100%, rgba(211,160,42,.16) 0%, rgba(211,160,42,0) 60%), var(--bone); }
.hero-pinned .hero-inner { padding-block: 0; opacity: 0; transform: translateY(46px); will-change: opacity, transform; }
.hero-pinned .hero-kicker, .hero-pinned h1, .hero-pinned .lede, .hero-pinned .btn-row { animation: none; opacity: 1; transform: none; }
.hero-pinned .scroll-hint { position: absolute; }
.hero-pinned .hero-pods { will-change: transform; }
@media (prefers-reduced-motion: reduce) { .hero-pinned { min-height: 100vh; } .hero-pinned .hero-inner { opacity: 1; transform: none; } }
@media (max-width: 760px) { .hero-pinned { min-height: 160vh; min-height: 160svh; } }

/* When a generated hero photograph is present, it carries the chillies: hide the cut-outs in the hero */
.hero-has-image .hero-pods { display: none; }
.hero-has-image .hero-clean-img { z-index: -1; }
.hero-has-image .hero-clean-img img { transform-origin: 70% 50%; will-change: transform; }
.hero-has-image .hero-inner h1, .hero-has-image .hero-inner .lede { text-shadow: 0 1px 0 rgba(255,255,255,.6); }

/* Phone: a soft light veil rises with the text so it stays readable over the chillies */
.hero-pinned .hero-stage::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0; background: linear-gradient(180deg, rgba(253,252,250,.15) 0%, rgba(253,252,250,.82) 30%, rgba(253,252,250,.86) 70%, rgba(253,252,250,.55) 100%); transition: opacity .2s linear; }
.hero-pinned .hero-inner { position: relative; z-index: 1; }
@media (max-width: 760px) { .hero-pinned .hero-stage::before { opacity: var(--reveal, 0); } }

/* Optional centred hero text (for a hero image that frames both sides) */
.hero-center .hero-inner { text-align: center; justify-items: center; }
.hero-center .hero-inner h1 { max-width: 18ch; margin-inline: auto; }
.hero-center .hero-inner .lede { margin-inline: auto; }
.hero-center .btn-row { justify-content: center; }

/* Dark hero treatment (single-chilli photograph on black) */
.brand-logo-light { display: none; }
.hero-dark .hero-stage { background: #050303; }
.hero-dark .hero-stage::before { background: linear-gradient(180deg, rgba(5,3,3,.1) 0%, rgba(5,3,3,.7) 30%, rgba(5,3,3,.75) 70%, rgba(5,3,3,.5) 100%); }
.hero-dark h1 { color: var(--bone); }
.hero-dark .lede { color: #E7D5CD; }
.hero-dark .hero-kicker { color: var(--gold); }
.hero-dark .btn-ghost { color: var(--bone); border-color: rgba(251,248,243,.7); }
.hero-dark .btn-ghost:hover { background: var(--bone); color: var(--maroon); border-color: var(--bone); }
.hero-dark .scroll-hint { border-color: rgba(251,248,243,.55); }
.hero-dark.hero-has-image .hero-inner h1, .hero-dark.hero-has-image .hero-inner .lede { text-shadow: 0 2px 30px rgba(0,0,0,.6); }
/* text on the right, left-aligned inside its column */
.hero-right .hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); }
.hero-right .hero-inner > * { grid-column: 2; }
@media (max-width: 860px) { .hero-right .hero-inner { grid-template-columns: 1fr; } .hero-right .hero-inner > * { grid-column: 1; } }
/* Header themes on the landing page: .on-dark = light logo and links; .is-scrolled = solid bar (white on light sections, near-black on dark bands) */
.head-overlay.on-dark .brand-logo-dark { display: none; }
.head-overlay.on-dark .brand-logo-light { display: block; }
.head-overlay.on-dark .nav-list > li > a { color: var(--bone); }
.head-overlay.on-dark .nav-list > li > a:hover, .head-overlay.on-dark .nav-list > li > a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
.head-overlay.on-dark .nav-list .nav-cta a { color: #fff; }
.head-overlay.on-dark .lang-btn { color: var(--bone); border-color: rgba(251,248,243,.5); }
.head-overlay.on-dark .lang-btn:hover { color: var(--gold); border-color: var(--gold); }
.head-overlay.on-dark .nav-toggle { border-color: rgba(251,248,243,.5); }
.head-overlay.on-dark .nav-toggle span:not(.sr-only) { background: var(--bone); }
.head-overlay.is-scrolled.on-dark { background: rgba(5,3,3,.86); border-bottom-color: rgba(251,248,243,.12); box-shadow: 0 6px 24px -18px rgba(0,0,0,.6); }
@media (max-width: 960px) { .head-overlay.on-dark .nav-list.open > li > a { color: var(--ink); } }

/* Animated chilli hero: cut-out pod that turns and drifts with the scroll, red dust behind */
.hero-chilli-mode .hero-stage { background: radial-gradient(60% 70% at 32% 55%, rgba(120,16,14,.55) 0%, rgba(60,8,8,.25) 40%, rgba(5,3,3,0) 70%), #050303; perspective: 1200px; }
.hero-chilli-mode .hero-stage::before { background: linear-gradient(90deg, rgba(5,3,3,0) 0%, rgba(5,3,3,0) 45%, rgba(5,3,3,.55) 70%, rgba(5,3,3,.75) 100%); }
@media (min-width: 761px) { .hero-chilli-mode .hero-stage::before { opacity: var(--reveal, 0); } }
.hero-dust { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-glow { position: absolute; left: 24%; top: 50%; width: 44vw; height: 44vw; max-width: 720px; max-height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(226,71,42,.35) 0%, rgba(180,38,28,.18) 35%, rgba(5,3,3,0) 70%); filter: blur(10px); z-index: 0; transform: translate(-50%, -50%); }
.hero-chilli-wrap { position: absolute; left: 9%; top: 50%; width: min(34vw, 60vh, 470px); transform: translateY(-50%); z-index: 1; transform-style: preserve-3d; }
.hero-chilli { width: 100%; height: auto; will-change: transform; filter: drop-shadow(0 40px 60px rgba(0,0,0,.65)) drop-shadow(0 0 40px rgba(226,71,42,.25)); transform-origin: 50% 55%; transition: filter .3s; }
.hero-chilli-mode .hero-inner { position: relative; z-index: 2; }
.hero-chilli-mode .scroll-hint { z-index: 2; }
@media (max-width: 860px) {
  .hero-chilli-mode .hero-chilli-wrap { left: 50%; top: 26%; width: min(56vw, 34vh, 300px); transform: translate(-50%, -40%); }
  .hero-chilli-mode .hero-inner { align-self: end; padding-bottom: 90px; }
  .hero-chilli-mode .hero-stage::before { background: linear-gradient(180deg, rgba(5,3,3,0) 0%, rgba(5,3,3,.2) 35%, rgba(5,3,3,.8) 60%, rgba(5,3,3,.9) 100%); opacity: var(--reveal, 0); }
  .hero-glow { left: 50%; top: 20%; width: 80vw; height: 80vw; transform: translate(-50%, -40%); }
}
/* Slogan band with the powder-burst photograph */
.manifesto-photo { background: #050303; }
.manifesto-bg { position: absolute; inset: 0; z-index: -2; display: block; }
.manifesto-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.manifesto-photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,3,3,.55) 0%, rgba(5,3,3,.35) 40%, rgba(5,3,3,.7) 100%); }
.manifesto-photo .manifesto-line { text-shadow: 0 2px 30px rgba(0,0,0,.7); }
.manifesto-photo .manifesto-line:nth-child(1) { color: #FF6A45; }

/* Chilli hero, centred-at-rest version */
.hero-chilli-mode .hero-chilli-wrap { left: 50%; top: 50%; width: min(30vw, 54vh, 430px); transform: translate(-50%, -50%); will-change: transform; }
.hero-chilli-mode .hero-glow { position: absolute; left: 50%; top: 50%; width: 170%; height: 170%; max-width: none; max-height: none; transform: translate(-50%, -50%); z-index: -1; filter: blur(14px); }
.hero-chilli-mode .hero-chilli { transform-origin: 50% 50%; }
.hero-chilli-mode .hero-stage { padding-top: 76px; }
.hero-chilli-mode .hero-inner { padding-block: 0; }
.hero-chilli-mode .hero-inner > * { grid-column: 2; }
.hero-chilli-mode .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 480px); }
.hero-chilli-mode .hero-kicker { text-transform: none; letter-spacing: .02em; font-size: 1rem; margin-bottom: 14px; }
[data-page="home"] .hero-chilli-mode h1 { font-size: clamp(2.1rem, 3.7vw, 3.35rem); line-height: 1.06; max-width: 15ch; margin-bottom: .5em; }
[data-page="home"] .hero-chilli-mode .lede { font-size: 1.06rem; line-height: 1.6; max-width: 38ch; margin-bottom: 1.4em; }
.hero-chilli-mode .btn-row { margin-top: 0; gap: 12px; }
.hero-chilli-mode .hero-stage::before { background: linear-gradient(90deg, rgba(5,3,3,0) 0%, rgba(5,3,3,0) 50%, rgba(5,3,3,.5) 72%, rgba(5,3,3,.7) 100%); }
@media (max-width: 860px) {
  .hero-chilli-mode .hero-chilli-wrap { left: 50%; top: 50%; width: min(58vw, 36vh, 300px); transform: translate(-50%, -50%); }
  .hero-chilli-mode .hero-inner { grid-template-columns: 1fr; align-self: end; padding-bottom: 72px; }
  .hero-chilli-mode .hero-inner > * { grid-column: 1; }
  [data-page="home"] .hero-chilli-mode h1 { font-size: clamp(1.9rem, 7.5vw, 2.4rem); }
  [data-page="home"] .hero-chilli-mode .lede { font-size: 1rem; }
}
