/* GFW — Grazia Fortuna Ward · site.css · v3 "summer"
   System: earth grounds (sabbia / cioccolato) + acid green in small doses; each collection keeps its own ground.
   Logo: Avenir (outlined SVG) · Figtree (UI, body) · Newsreader italic (her voice).
   Every component reads only the theme variables below, so a page or a band changes colour by one attribute. */

@font-face { font-family: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap; src: url("../fonts/figtree-var.woff2") format("woff2-variations"), url("../fonts/figtree-var.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 300 900; font-display: swap; src: url("../fonts/figtree-var-italic.woff2") format("woff2-variations"), url("../fonts/figtree-var-italic.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/newsreader-var.woff2") format("woff2-variations"), url("../fonts/newsreader-var.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 200 800; font-display: swap; src: url("../fonts/newsreader-var-italic.woff2") format("woff2-variations"), url("../fonts/newsreader-var-italic.woff2") format("woff2"); }

/* ---------- palette (the family's words: verde acido Prada, cioccolato, verde Gucci, Bordeaux Cartier, giallo acido) ---------- */
:root {
  --sabbia: #e8e0cc;      --crema: #f4efe3;
  --cioccolato: #3a2214;  --cioccolato-deep: #241711;  --cioccolato-ink: #2a180d;
  --acido: #cbe23f;       --acido-mid: #9db81c;        --acido-olive: #4e6704;
  --gucci: #1c4a31;       --gucci-ink: #163a27;
  --bordeaux: #5c1424;    --bordeaux-ink: #6e1a2c;     --rosa: #e9c7c2;
  --stone: #d3cdc2;       --luce: #1a1a15;             --giallo: #e6e21f;

  --sans: "Figtree", "Avenir Next", "Avenir", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --gutter: clamp(20px, 4vw, 64px);
  --max: 1440px;
  --space-1: 8px; --space-2: 16px; --space-3: 24px; --space-4: 40px; --space-5: 64px; --space-6: 96px; --space-7: 144px;
  --section: clamp(64px, 9vw, 144px);
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- themes: a page (body[data-theme]) or a band (.band-*) sets these; nothing else names a colour ---------- */
:root, [data-theme="sand"], .band-sand {
  --bg: var(--sabbia); --bg-2: #ddd4bd; --fg: var(--cioccolato-ink); --fg-2: #40301f; --mute: #6a5a46;
  --line: #cfc4ab; --line-strong: #8a7a61;
  --accent: var(--acido); --accent-ink: var(--cioccolato-ink); --accent-text: var(--gucci-ink); --accent-label: var(--acido-olive); --accent-line: var(--acido-mid);
  --voice: var(--cioccolato-ink); --img-bg: #ddd4bd;
}
[data-theme="chocolate"], .band-chocolate {
  --bg: var(--cioccolato); --bg-2: #4a2e1c; --fg: var(--crema); --fg-2: #e6dcc8; --mute: #b8ad97;
  --line: #5a4230; --line-strong: #8f7457;
  --accent: var(--acido); --accent-ink: var(--cioccolato-ink); --accent-text: var(--acido); --accent-label: var(--acido); --accent-line: var(--acido);
  --voice: var(--acido); --img-bg: #4a2e1c;
}
[data-theme="chocolate-deep"], .band-chocolate-deep {
  --bg: var(--cioccolato-deep); --bg-2: #33231a; --fg: var(--crema); --fg-2: #e6dcc8; --mute: #b8ad97;
  --line: #43302a; --line-strong: #7a5f4b;
  --accent: var(--acido); --accent-ink: var(--cioccolato-ink); --accent-text: var(--acido); --accent-label: var(--acido); --accent-line: var(--acido);
  --voice: var(--acido); --img-bg: #33231a;
}
[data-theme="stone"], .band-stone {
  --bg: var(--stone); --bg-2: #c6bfb2; --fg: #2e2a25; --fg-2: #3e3933; --mute: #5c574e;
  --line: #b9b2a5; --line-strong: #7f786c;
  --accent: var(--acido); --accent-ink: var(--cioccolato-ink); --accent-text: var(--gucci-ink); --accent-label: #465c04; --accent-line: var(--acido-mid);
  --voice: #2e2a25; --img-bg: #c6bfb2;
}
[data-theme="gucci"], .band-gucci {
  --bg: var(--gucci); --bg-2: #245a3c; --fg: var(--crema); --fg-2: #e3e8d8; --mute: #b9c6b0;
  --line: #2f6446; --line-strong: #5c8a6d;
  --accent: var(--acido); --accent-ink: var(--gucci-ink); --accent-text: var(--acido); --accent-label: var(--acido); --accent-line: var(--acido);
  --voice: var(--acido); --img-bg: #245a3c;
}
[data-theme="bordeaux"], .band-bordeaux {
  --bg: var(--bordeaux); --bg-2: #6e1a2c; --fg: var(--crema); --fg-2: #efdfd8; --mute: #d9aaa6;
  --line: #7e2a3b; --line-strong: #a85263;
  --accent: var(--rosa); --accent-ink: var(--bordeaux); --accent-text: var(--rosa); --accent-label: var(--rosa); --accent-line: var(--rosa);
  --voice: var(--rosa); --img-bg: #6e1a2c;
}
[data-theme="acido"], .band-acido {
  --bg: var(--acido); --bg-2: #bcd233; --fg: var(--cioccolato-ink); --fg-2: #33200f; --mute: #3d5202;
  --line: #a6b930; --line-strong: #5f7410;
  --accent: var(--cioccolato); --accent-ink: var(--acido); --accent-text: var(--gucci-ink); --accent-label: var(--gucci-ink); --accent-line: var(--cioccolato-ink);
  --voice: var(--cioccolato-ink); --img-bg: #bcd233;
}
[data-theme="estate"], .band-estate {
  --bg: #b9be44; --bg-2: #a9ad3a; --fg: var(--cioccolato-ink); --fg-2: #33200f; --mute: #33450a;
  --line: #9aa036; --line-strong: #5c6318;
  --accent: var(--cioccolato); --accent-ink: #e9ec9c; --accent-text: var(--gucci-ink); --accent-label: var(--gucci-ink); --accent-line: var(--cioccolato-ink);
  --voice: var(--cioccolato-ink); --img-bg: #a9ad3a;
}
[data-theme="luce"], .band-luce {
  --bg: var(--luce); --bg-2: #26261f; --fg: var(--crema); --fg-2: #e6e2d2; --mute: #a9a690;
  --line: #3a3a30; --line-strong: #6a6a58;
  --accent: var(--giallo); --accent-ink: var(--luce); --accent-text: var(--giallo); --accent-label: var(--giallo); --accent-line: var(--giallo);
  --voice: var(--giallo); --img-bg: #26261f;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-size: 17px; line-height: 1.55; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
a:hover, a:focus-visible { color: var(--accent-text); }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 300; line-height: 1.05; letter-spacing: -0.01em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent-line); outline-offset: 4px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--acido); color: var(--cioccolato-ink); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
::selection { background: var(--acido); color: var(--cioccolato-ink); }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.band { background: var(--bg); color: var(--fg); }

/* ---------- type ---------- */
.display { font-weight: 300; font-size: clamp(44px, 7.6vw, 108px); line-height: .98; letter-spacing: -0.025em; }
.h-page { font-weight: 300; font-size: clamp(40px, 6vw, 84px); line-height: 1; letter-spacing: -0.02em; }
.h-section { font-weight: 300; font-size: clamp(30px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.015em; }
.h-small { font-weight: 300; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; }
.label { font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--fg); }
.label.mute { color: var(--mute); }
.label.accent { color: var(--accent-label); }
.lede { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--fg-2); max-width: 44ch; }
.voice { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(23px, 2.6vw, 36px); line-height: 1.32; letter-spacing: -0.005em; text-wrap: pretty; color: var(--voice); }
.voice-by { margin-top: var(--space-3); }
.prose { font-family: var(--serif); font-size: clamp(18px, 1.35vw, 20px); line-height: 1.55; color: var(--fg-2); max-width: 62ch; }
.prose p + p { margin-top: 1em; }
.link { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: 2px; line-height: 1.3; }
.link:hover, .link:focus-visible { color: var(--accent-text); }
.link.small { font-size: 14px; }
.arrow::after { content: "\2192"; display: inline-block; margin-left: .45em; transition: transform .35s var(--ease); }
.arrow:hover::after { transform: translateX(4px); }
.placeholder { color: var(--mute); }

/* pill: the one place the acid green appears as a surface on light grounds — on hover */
.pill { display: inline-block; padding: 7px 14px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); }
.pill:hover, .pill:focus-visible { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn { display: inline-block; padding: 14px 26px; border: 1px solid var(--fg); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.btn:hover, .btn:focus-visible { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }

/* ---------- header ---------- */
.site-header { position: relative; z-index: 20; background: var(--bg); color: var(--fg); }
.site-header .bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 104px; }
.brand { display: inline-flex; align-items: center; color: var(--fg); }
.brand:hover { color: var(--fg); }
.brand .lockup-h { height: 64px; width: auto; display: block; }
.brand .mark { display: none; width: 44px; height: auto; }
.site-nav ul { display: flex; gap: clamp(20px, 2.4vw, 36px); }
.site-nav a { font-size: 14px; letter-spacing: .04em; padding: 6px 0; border-bottom: 2px solid transparent; color: var(--fg); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--accent-line); }
.site-nav a:hover { border-bottom-color: var(--accent-line); color: var(--fg); }
.header-right { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.lang { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; letter-spacing: .08em; }
.lang a, .lang span[aria-current] { padding: 4px 2px; border-bottom: 2px solid transparent; }
.lang a { color: var(--mute); }
.lang span[aria-current] { color: var(--fg); border-bottom-color: var(--accent-line); }
.lang a:hover { color: var(--accent-text); }
.menu-btn { display: none; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; padding: 8px 0; }

@media (max-width: 899px) {
  .site-header .bar { grid-template-columns: 1fr auto; height: 72px; }
  .brand .lockup-h { display: none; }
  .brand .mark { display: block; width: 40px; }
  .menu-btn { display: inline-block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--gucci); color: var(--crema); z-index: 30; display: none; padding: 4px var(--gutter) 20px; border-top: 1px solid #2f6446; box-shadow: 0 28px 40px -24px rgba(0,0,0,.45); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav a { display: block; font-size: 18px; font-weight: 400; letter-spacing: 0; padding: 11px 0; border: 0; border-bottom: 1px solid #2f6446; }
  .site-nav li:last-child a { border-bottom: 0; }
  .site-nav a[aria-current="page"] { color: var(--acido); }
  .site-nav a:hover { color: var(--acido); }
}

/* ---------- sections ---------- */
.section { padding-block: var(--section); }
.section.tight { padding-block: calc(var(--section) * .6); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: var(--space-5); }
.section-head .label { margin-bottom: 12px; display: block; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.rule.accent { border-top-color: var(--accent-line); }

/* ---------- hero ---------- */
.hero { padding-top: clamp(8px, 2vw, 32px); padding-bottom: var(--section); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); align-items: end; }
.hero-figure { margin: 0; }
.hero-figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--img-bg); }
.hero-text .label { display: block; margin-bottom: var(--space-3); }
.hero-text .display { margin-bottom: var(--space-3); }
.hero-text .lede { margin-bottom: var(--space-4); }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 7fr 5fr; gap: clamp(40px, 6vw, 96px); align-items: center; } }

/* ---------- quote band ---------- */
.quote { text-align: center; }
.quote .voice { max-width: 26ch; margin-inline: auto; }
.quote .voice-by { color: var(--mute); }

/* ---------- collections strip ---------- */
.coll-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
.coll-card { display: block; color: var(--fg); }
.coll-card:hover { color: var(--fg); }
.coll-card img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; margin-bottom: 14px; background: var(--img-bg); transition: opacity .4s var(--ease); }
.coll-card:hover img { opacity: .9; }
.coll-card .name { font-size: clamp(22px, 2vw, 28px); font-weight: 300; line-height: 1.1; display: inline-block; border-bottom: 2px solid transparent; transition: border-color .25s var(--ease); }
.coll-card:hover .name { border-bottom-color: var(--accent-line); }
.coll-card .meaning { display: block; margin-top: 6px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-label); font-weight: 500; }
@media (min-width: 700px) { .coll-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .coll-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .coll-grid { grid-template-columns: repeat(6, 1fr); } }
.coll-intro { max-width: 52ch; margin-bottom: var(--space-5); }

/* ---------- pieces ---------- */
.pieces { display: grid; grid-template-columns: 1fr; gap: var(--space-5) var(--space-4); }
@media (min-width: 760px) { .pieces { grid-template-columns: repeat(2, 1fr); } }
.piece { margin: 0; }
.piece img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--img-bg); }
.piece figcaption { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 14px; font-size: 14px; }
.piece .meta { color: var(--fg-2); }
.piece .meta .ref { color: var(--mute); margin-left: .6em; letter-spacing: .06em; }
.pieces.tall .piece img { aspect-ratio: 3 / 4; }
.pieces.three { gap: var(--space-4) var(--space-3); }
@media (min-width: 900px) { .pieces.three { grid-template-columns: repeat(3, 1fr); } }
.piece .pname { color: var(--fg); }
.piece .ref a { color: inherit; }
.by-type { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 22px; margin: var(--space-3) 0 var(--space-5); }
.by-type .label { margin-right: 6px; }
.by-type a[aria-current="page"] { color: var(--accent-text); border-bottom-color: var(--accent-line); }
.story-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); margin-top: var(--space-6); }
@media (min-width: 760px) { .story-grid { grid-template-columns: repeat(2, 1fr); } }
.story-grid figure { margin: 0; }
.story-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--img-bg); }
.story-grid figcaption { margin-top: 12px; font-size: 14px; color: var(--mute); }

/* triptych on home */
.triptych { display: grid; grid-template-columns: 1fr; gap: var(--space-3); }
.triptych figure { margin: 0; }
.triptych img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--img-bg); }
.triptych figcaption { margin-top: 12px; font-size: 14px; color: var(--fg-2); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
@media (min-width: 700px) { .triptych { grid-template-columns: repeat(3, 1fr); } }

/* ---------- collection page ---------- */
.coll-hero { margin: 0; }
.coll-hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--img-bg); }
@media (max-width: 699px) { .coll-hero img { aspect-ratio: 4 / 3; } }
.coll-head { display: grid; grid-template-columns: 1fr; gap: var(--space-4); padding-block: var(--space-5) var(--space-6); }
@media (min-width: 900px) { .coll-head { grid-template-columns: 5fr 7fr; gap: var(--space-6); align-items: start; } }
.coll-head .h-page { margin-bottom: 10px; }
.coll-head .voice { max-width: 34ch; }
.coll-nav { display: flex; justify-content: space-between; gap: 24px; padding-block: var(--space-5); border-top: 1px solid var(--line); }
.coll-nav a { font-size: 14px; }
.coll-nav .label { display: block; margin-bottom: 8px; }
.coll-nav .to { font-size: clamp(22px, 2.4vw, 30px); font-weight: 300; }

/* ---------- split ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: var(--space-4); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); } .split.rev > :first-child { order: 2; } }
.split figure { margin: 0; }
.split .text .label { display: block; margin-bottom: var(--space-3); }
.split .text .h-section { margin-bottom: var(--space-3); }
.split .text .lede { margin-bottom: var(--space-4); }
.split img.wide { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; background: var(--img-bg); }
.split img.tall { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; background: var(--img-bg); }
.split img.square { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; background: var(--img-bg); }

/* bag groups */
.bag-group { padding-block: var(--space-5); border-top: 1px solid var(--line); }
.bag-group:first-of-type { border-top: 0; }
.bag-group .group-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: var(--space-4); }
.bags-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); }
@media (min-width: 760px) { .bags-grid { grid-template-columns: repeat(2, 1fr); } }
.bags-grid .piece img { aspect-ratio: 3 / 2; }
.bags-grid .piece.portrait img { aspect-ratio: 3 / 2; object-position: center 18%; }
.detail-strip { display: grid; grid-template-columns: 1fr; gap: var(--space-3); }
@media (min-width: 760px) { .detail-strip { grid-template-columns: repeat(3, 1fr); } }
.detail-strip figure { margin: 0; }
.detail-strip img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--img-bg); }
.wide-figure { margin: 0; }
.wide-figure img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; background: var(--img-bg); }
.wide-figure img.top { object-position: center top; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
@media (min-width: 900px) { .about-grid { grid-template-columns: 5fr 7fr; gap: clamp(48px, 7vw, 120px); align-items: start; } .about-grid .sticky { position: sticky; top: 32px; } }
.about-grid figure { margin: 0; }
.about-grid figcaption { margin-top: 10px; font-size: 13px; color: var(--mute); }
.about-grid .prose h2 { font-family: var(--sans); font-weight: 300; font-size: clamp(26px, 3vw, 40px); margin: var(--space-6) 0 var(--space-3); letter-spacing: -0.01em; color: var(--fg); }
.about-grid .prose h2:first-child { margin-top: 0; }
.about-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
@media (min-width: 900px) { .about-strip { grid-template-columns: repeat(4, 1fr); } }
.about-strip figure { margin: 0; }
.about-strip img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: var(--img-bg); }
.about-strip figcaption { margin-top: 10px; font-size: 13px; color: var(--mute); }
.exhibitions { border-top: 1px solid var(--line); }
.exhibitions li { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.exhibitions .year { color: var(--accent-label); font-variant-numeric: tabular-nums; font-weight: 500; }
.exhibitions .city { color: var(--mute); text-align: right; }
@media (max-width: 520px) { .exhibitions li { grid-template-columns: 56px 1fr; } .exhibitions .city { grid-column: 2; text-align: left; margin-top: -8px; } }

/* ---------- press ---------- */
.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
@media (min-width: 700px) { .press-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .press-grid { grid-template-columns: repeat(4, 1fr); } }
.press-grid figure { margin: 0; }
.press-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--img-bg); }
.press-grid figcaption { margin-top: 8px; font-size: 12px; color: var(--mute); letter-spacing: .04em; }

/* ---------- paintings ---------- */
.paint-figure { margin: 0; }
.paint-figure img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--img-bg); }
.paint-figure figcaption { margin-top: 12px; font-size: 14px; color: var(--mute); }
.paint-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); }
@media (min-width: 760px) { .paint-grid { grid-template-columns: repeat(3, 1fr); } }
.paint-grid .paint-figure img { aspect-ratio: 4 / 5; }
.paint-slot { aspect-ratio: 4 / 5; border: 1px solid var(--line-strong); display: flex; align-items: flex-end; padding: 16px; font-size: 13px; color: var(--mute); background: var(--bg-2); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 5fr 7fr; gap: clamp(48px, 7vw, 120px); } }
.contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; gap: 16px; font-size: 16px; }
.contact-list .label { padding-top: 4px; }
.contact-list a { border-bottom: 1px solid var(--line); padding-bottom: 1px; }
.contact-list a:hover { border-bottom-color: currentColor; }
.form { display: grid; gap: 18px; }
.form label { display: block; }
.form .label { display: block; margin-bottom: 8px; }
.form input, .form textarea { width: 100%; font: inherit; color: var(--fg); background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); padding: 10px 0; border-radius: 0; }
.form input:focus, .form textarea:focus { outline: 0; border-bottom: 2px solid var(--accent-line); }
.form textarea { min-height: 140px; resize: vertical; }
.form .actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 8px; }
.form .note { font-size: 13px; color: var(--mute); }
.stockists li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.stockists .city { color: var(--mute); }

/* ---------- footer (always chocolate) ---------- */
.site-footer { padding-block: var(--space-6) var(--space-4); border-top: 3px solid var(--acido); }
.site-footer .lockup { width: clamp(160px, 18vw, 240px); height: auto; margin: 0 auto var(--space-5); display: block; color: var(--fg); }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-4); margin-bottom: var(--space-5); }
@media (min-width: 700px) { .foot-grid { grid-template-columns: repeat(3, 1fr); } }
.foot-grid .label { display: block; margin-bottom: 12px; }
.foot-grid li { padding: 4px 0; font-size: 15px; }
.foot-grid a:hover { color: var(--acido); }
.fine { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 12px; color: var(--mute); letter-spacing: .02em; border-top: 1px solid var(--line); padding-top: var(--space-3); }

/* ---------- 404 ---------- */
.notfound { min-height: 50vh; display: grid; align-content: center; gap: var(--space-3); }

/* ---------- motion: sections rise in, grid items follow one by one, images settle; heroes drift (JS) ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js [data-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms); }
.js [data-stagger].in > * { opacity: 1; transform: none; }
.js .reveal figure, .js [data-stagger] figure { overflow: hidden; }
.js .reveal img, .js [data-stagger] img { transform: scale(1.04); transition: transform 1.6s var(--ease); }
.js .reveal.in img, .js [data-stagger].in img { transform: none; }
[data-parallax] { overflow: hidden; }
[data-parallax] img { transition: none !important; will-change: transform; }
@media (min-width: 900px) and (hover: hover) { [data-parallax] img { transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) {
  .js .reveal, .js [data-stagger] > *, .js .reveal img, .js [data-stagger] img { opacity: 1; transform: none; transition: none; }
  [data-parallax] img { transform: none !important; }
}

@media print { .site-header, .site-footer, .menu-btn, .lang { display: none; } body { background: #fff; color: #000; } }
