@charset "UTF-8";
/* ═══════════════════════════════════════════════════
   style.css — Fournele · batterie de cuisine artisanale
   Prefix: fn-  |  Theme: cuivre/terracotta · crème · encre · sauge
   Fonts: Young Serif (display) + Golos Text (body)
   ═══════════════════════════════════════════════════ */

:root {
  --copper: #a8492a;
  --copper-deep: #8a3a20;
  --copper-soft: #c06a48;
  --cream: #f5efe6;
  --cream-deep: #ece2d3;
  --paper: #fbf8f2;
  --ink: #241c17;
  --ink-soft: #4a3f36;
  --ink-mute: #7a6d60;
  --sage: #7d8a6a;
  --sage-deep: #5f6b50;
  --line: #ddd0bd;
  --line-soft: #e8ddcc;
  --shadow: 30 22 14;

  --ff-display: 'Young Serif', Georgia, 'Times New Roman', serif;
  --ff-body: 'Golos Text', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --maxw: 1240px;
  --rad: 4px;
  --rad-lg: 8px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 400; line-height: 1.08; margin: 0; letter-spacing: -0.01em; }
ul { margin: 0; padding: 0; list-style: none; }

.fn-container { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.6rem); }

/* ── Buttons ───────────────────────────── */
.fn-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--ff-body); font-weight: 600; font-size: 0.9rem;
  padding: 0.85rem 1.6rem; border-radius: 999px; cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  letter-spacing: 0.01em; line-height: 1; text-align: center; border: 1.5px solid transparent;
}
.fn-btn:active { transform: translateY(1px); }
.fn-btn-primary { background: var(--copper); color: #fff; }
.fn-btn-primary:hover { background: var(--copper-deep); box-shadow: 0 8px 22px -10px rgb(var(--shadow) / .5); }
.fn-btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.fn-btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.fn-btn-accent { background: var(--sage); color: #fff; }
.fn-btn-accent:hover { background: var(--sage-deep); }
.fn-btn-white { background: var(--cream); color: var(--ink); }
.fn-btn-white:hover { background: #fff; }
.fn-btn-sm { padding: 0.55rem 1.1rem; font-size: 0.8rem; }
.fn-btn-block { width: 100%; }

/* ── Announcement strip (worded) ── */
.fn-strip {
  background: var(--ink); color: var(--cream);
  font-family: var(--ff-body); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  text-align: center; padding: 0.5rem 1rem;
}
.fn-strip span { opacity: .85; }
.fn-strip b { color: var(--copper-soft); font-weight: 700; margin: 0 .15rem; }

/* ═══════════════════════════════════════
   HEADER — Archetype C: TWO ROWS
   row 1 = logo left + actions right
   row 2 = full-width nav shelf (worded links)
   ═══════════════════════════════════════ */
.fn-head { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); }
.fn-head--stuck { box-shadow: 0 6px 24px -16px rgb(var(--shadow) / .5); }

.fn-head-top { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 0; }
.fn-brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.fn-brand-mark { width: 34px; height: 34px; flex: none; }
.fn-brand-name {
  font-family: var(--ff-display); font-size: 1.6rem; color: var(--ink);
  letter-spacing: 0.01em; line-height: 1;
}
.fn-brand-name b { color: var(--copper); }

.fn-head-actions { display: flex; align-items: center; gap: 0.35rem; }
.fn-icon-btn {
  width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink); position: relative; transition: background .2s ease;
}
.fn-icon-btn:hover { background: var(--cream-deep); }
.fn-icon-btn svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fn-cart-badge {
  position: absolute; top: 3px; right: 3px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--copper); color: #fff; border-radius: 999px; font-family: var(--ff-body);
  font-size: 0.66rem; font-weight: 700; display: flex; align-items: center; justify-content: center;
}

.fn-head-nav { border-top: 1px solid var(--line-soft); }
.fn-nav { display: flex; align-items: stretch; gap: clamp(0.5rem, 2.4vw, 2.2rem); }
.fn-nav-link {
  font-family: var(--ff-body); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--ink-soft); padding: 0.85rem 0; position: relative;
  transition: color .2s ease;
}
.fn-nav-link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.fn-nav-link:hover { color: var(--copper); }
.fn-nav-link:hover::after { transform: scaleX(1); }
.fn-nav-spacer { flex: 1; }
.fn-nav-note { display: inline-flex; align-items: center; font-size: 0.74rem; color: var(--ink-mute); letter-spacing: 0.02em; }

.fn-hamburger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 999px; }
.fn-hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.fn-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fn-hamburger.is-open span:nth-child(2) { opacity: 0; }
.fn-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav panel */
.fn-mobile-nav {
  position: fixed; inset: 0; top: 0; background: var(--ink); z-index: 55;
  display: flex; flex-direction: column; justify-content: center; gap: 0.4rem; padding: 5rem 2rem 2rem;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); visibility: hidden;
}
.fn-mobile-nav.is-open { transform: translateX(0); visibility: visible; }
.fn-mobile-nav a { font-family: var(--ff-display); font-size: 1.9rem; color: var(--cream); padding: 0.5rem 0; border-bottom: 1px solid rgb(255 255 255 / .08); }
.fn-mobile-nav a:hover { color: var(--copper-soft); }

/* ═══════════════════════════════════════
   HERO — Archetype 4: image bleeds to edge
   text left · large image flush-right (no card)
   ═══════════════════════════════════════ */
.fn-hero { position: relative; background: var(--cream); border-bottom: 1px solid var(--line); overflow: hidden; }
.fn-hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; gap: 0;
  max-width: 1480px; margin: 0 auto;
}
.fn-hero-text { padding: clamp(3rem, 7vw, 6.5rem) clamp(1.4rem, 5vw, 4rem) clamp(3rem, 7vw, 6.5rem) clamp(1.4rem, 6vw, 5.5rem); align-self: center; max-width: 660px; }
.fn-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--ff-body);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--copper); margin-bottom: 1.3rem;
}
.fn-hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--copper); }
.fn-hero-title { font-size: clamp(2.6rem, 5.4vw, 4.5rem); color: var(--ink); margin-bottom: 1.3rem; }
.fn-hero-title em { font-style: italic; color: var(--copper); }
.fn-hero-lede { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--ink-soft); max-width: 48ch; margin-bottom: 2rem; }
.fn-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.6rem; }
.fn-hero-compat { display: flex; align-items: center; flex-wrap: wrap; gap: 0.7rem 1rem; border-top: 1px solid var(--line); padding-top: 1.4rem; }
.fn-hero-compat-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.fn-hero-compat-rail { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.fn-hero-compat-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.42rem 0.8rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.fn-hero-compat-badge svg { width: 16px; height: 16px; fill: none; stroke: var(--copper); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fn-hero-media { position: relative; min-height: 420px; }
.fn-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fn-hero-tag {
  position: absolute; left: 1.5rem; bottom: 1.5rem; background: var(--paper); color: var(--ink);
  font-family: var(--ff-body); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 0.5rem 0.95rem; border-radius: 999px; box-shadow: 0 8px 24px -12px rgb(var(--shadow) / .6);
}

/* ── Section scaffolding ───────────────── */
.fn-section { padding: clamp(3.4rem, 7vw, 6rem) 0; }
.fn-section-head { margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.fn-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--ff-body);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sage-deep); margin-bottom: 0.8rem;
}
.fn-eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--sage); }
.fn-h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); color: var(--ink); }
.fn-h2 em { font-style: italic; color: var(--copper); }
.fn-section-intro { color: var(--ink-soft); max-width: 60ch; margin-top: 0.9rem; font-size: 1.04rem; }
.fn-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ── Materials band ── */
.fn-materials { background: var(--ink); color: var(--cream); }
.fn-materials .fn-eyebrow { color: var(--copper-soft); }
.fn-materials .fn-eyebrow::before { background: var(--copper-soft); }
.fn-materials .fn-h2 { color: var(--cream); }
.fn-materials .fn-h2 em { color: var(--copper-soft); }
.fn-mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2.4rem; }
.fn-mat-card {
  background: rgb(255 255 255 / .04); border: 1px solid rgb(255 255 255 / .1); border-radius: var(--rad-lg);
  padding: 1.6rem 1.4rem; transition: transform .2s ease, background .2s ease;
}
.fn-mat-card:hover { transform: translateY(-4px); background: rgb(255 255 255 / .07); }
.fn-mat-icon { width: 40px; height: 40px; margin-bottom: 1rem; stroke: var(--copper-soft); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fn-mat-name { font-family: var(--ff-display); font-size: 1.3rem; color: var(--cream); margin-bottom: 0.5rem; }
.fn-mat-desc { font-size: 0.88rem; color: rgb(245 239 230 / .72); line-height: 1.55; }

/* ── Product cards (rich) ──────────────── */
.fn-grid { display: grid; gap: clamp(1.1rem, 2.5vw, 1.8rem); }
.fn-grid-3 { grid-template-columns: repeat(3, 1fr); }
.fn-grid-4 { grid-template-columns: repeat(4, 1fr); }

.fn-card {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--rad-lg);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fn-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px -24px rgb(var(--shadow) / .55); border-color: var(--line); }
.fn-card-media { position: relative; aspect-ratio: 4 / 3; background: var(--cream-deep); overflow: hidden; }
.fn-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fn-card:hover .fn-card-media img { transform: scale(1.05); }
.fn-card-cat {
  position: absolute; top: 0.8rem; left: 0.8rem; background: rgb(36 28 23 / .82); color: var(--cream);
  font-family: var(--ff-body); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.32rem 0.7rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.fn-card-body { padding: 1.15rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; gap: 0.55rem; }
.fn-card-name { font-family: var(--ff-display); font-size: 1.22rem; color: var(--ink); line-height: 1.15; }
.fn-card-name a:hover { color: var(--copper); }
.fn-card-short { font-size: 0.86rem; color: var(--ink-mute); line-height: 1.5; flex: 1; }
.fn-card-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.fn-chip {
  font-family: var(--ff-body); font-size: 0.7rem; font-weight: 500; color: var(--ink-soft);
  background: var(--cream-deep); border-radius: 999px; padding: 0.22rem 0.6rem; letter-spacing: 0.01em;
}
.fn-chip-accent { background: rgb(125 138 106 / .16); color: var(--sage-deep); }
.fn-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; margin-top: 0.4rem; padding-top: 0.85rem; border-top: 1px solid var(--line-soft); }
.fn-price { font-family: var(--ff-display); font-size: 1.4rem; color: var(--copper); line-height: 1; }
.fn-price-sub { font-size: 0.74rem; color: var(--ink-mute); margin-left: 0.25rem; }

/* ── Categories strip (full-width band under hero) ── */
.fn-cats { background: var(--cream); border-bottom: 1px solid var(--line); }
.fn-cat-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.fn-cat-tile {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.6rem;
  padding: 1.5rem 0.8rem; border-radius: var(--rad-lg); border: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.fn-cat-tile:hover { background: var(--paper); border-color: var(--line); transform: translateY(-3px); }
.fn-cat-ico { width: 38px; height: 38px; stroke: var(--copper); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.fn-cat-label { font-family: var(--ff-body); font-size: 0.82rem; font-weight: 600; color: var(--ink); letter-spacing: 0.01em; }

/* ── Split feature (image + text alternating) ── */
.fn-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }
.fn-feature-media { border-radius: var(--rad-lg); overflow: hidden; aspect-ratio: 5 / 4; background: var(--cream-deep); }
.fn-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.fn-feature-body h2 { margin-bottom: 1rem; }
.fn-feature-list { display: flex; flex-direction: column; gap: 1rem; margin: 1.6rem 0; }
.fn-feature-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.fn-feature-item-ico { width: 26px; height: 26px; flex: none; stroke: var(--sage-deep); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.fn-feature-item-t { font-weight: 600; color: var(--ink); display: block; }
.fn-feature-item-d { font-size: 0.9rem; color: var(--ink-mute); }

/* ── Care / craft band ─────────────────── */
.fn-craft { background: var(--copper); color: #fff; text-align: center; }
.fn-craft-inner { max-width: 720px; margin: 0 auto; }
.fn-craft h2 { color: #fff; margin-bottom: 1rem; }
.fn-craft h2 em { color: var(--cream); font-style: italic; }
.fn-craft p { color: rgb(255 255 255 / .9); font-size: 1.08rem; margin-bottom: 1.8rem; }
.fn-craft-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: 2rem; }
.fn-craft-pill { background: rgb(255 255 255 / .14); color: #fff; font-size: 0.82rem; font-weight: 500; padding: 0.5rem 1rem; border-radius: 999px; }

/* ── Editorial / journal cards ─────────── */
.fn-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2rem); }
.fn-note { display: flex; flex-direction: column; }
.fn-note-media { aspect-ratio: 3 / 2; border-radius: var(--rad-lg); overflow: hidden; background: var(--cream-deep); margin-bottom: 1rem; }
.fn-note-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fn-note:hover .fn-note-media img { transform: scale(1.05); }
.fn-note-tag { font-family: var(--ff-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper); margin-bottom: 0.5rem; }
.fn-note-title { font-family: var(--ff-display); font-size: 1.35rem; color: var(--ink); margin-bottom: 0.5rem; line-height: 1.2; }
.fn-note-ex { font-size: 0.9rem; color: var(--ink-mute); margin-bottom: 0.7rem; }
.fn-note-link { font-weight: 600; color: var(--copper); font-size: 0.86rem; }
.fn-note-link:hover { text-decoration: underline; }

/* ── Newsletter ────────────────────────── */
.fn-news { background: var(--ink); color: var(--cream); text-align: center; }
.fn-news-inner { max-width: 560px; margin: 0 auto; }
.fn-news h2 { color: var(--cream); margin-bottom: 0.8rem; }
.fn-news p { color: rgb(245 239 230 / .72); margin-bottom: 1.6rem; }
.fn-news-form { display: flex; gap: 0.6rem; }
.fn-input {
  flex: 1; min-width: 0; padding: 0.85rem 1.1rem; border-radius: 999px; border: 1px solid rgb(255 255 255 / .18);
  background: rgb(255 255 255 / .06); color: var(--cream); font-family: var(--ff-body); font-size: 0.92rem;
}
.fn-input::placeholder { color: rgb(245 239 230 / .5); }
.fn-input:focus { outline: none; border-color: var(--copper-soft); }
.fn-news-fine { font-size: 0.76rem; color: rgb(245 239 230 / .5); margin-top: 1rem; }

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.fn-foot { background: #1b1410; color: var(--cream); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.fn-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 2rem; }
.fn-foot-brand { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
.fn-foot-brand-name { font-family: var(--ff-display); font-size: 1.5rem; color: var(--cream); }
.fn-foot-brand-name b { color: var(--copper-soft); }
.fn-foot-tagline { color: rgb(245 239 230 / .7); font-size: 0.92rem; margin-bottom: 1.2rem; max-width: 30ch; }
.fn-foot-address { font-style: normal; font-size: 0.86rem; color: rgb(245 239 230 / .6); line-height: 1.7; }
.fn-foot-hours { font-size: 0.84rem; color: rgb(245 239 230 / .55); margin-top: 1rem; line-height: 1.7; }
.fn-foot-col h4 { font-family: var(--ff-body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--copper-soft); margin-bottom: 1rem; }
.fn-foot-col li { margin-bottom: 0.55rem; }
.fn-foot-col a { font-size: 0.9rem; color: rgb(245 239 230 / .72); }
.fn-foot-col a:hover { color: var(--cream); }
.fn-foot-lang { display: flex; align-items: center; gap: 0.4rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid rgb(255 255 255 / .08); flex-wrap: wrap; }
.fn-foot-lang-label { font-size: 0.72rem; color: rgb(245 239 230 / .4); letter-spacing: 0.08em; margin-right: 0.2rem; }
.fn-lang-btn { font-family: var(--ff-body); font-size: 0.74rem; font-weight: 600; color: rgb(245 239 230 / .6); padding: 0.32rem 0.7rem; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.fn-lang-btn:hover, .fn-lang-btn.is-active { background: var(--copper); color: #fff; }
.fn-foot-fine { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid rgb(255 255 255 / .08); font-size: 0.8rem; color: rgb(245 239 230 / .5); flex-wrap: wrap; }
.fn-foot-fine-links { display: flex; gap: 1.2rem; }
.fn-foot-fine-links a:hover { color: var(--cream); }

/* ═══════════════════════════════════════
   CART DRAWER + overlay + toast
   ═══════════════════════════════════════ */
.fn-cart-overlay { position: fixed; inset: 0; background: rgb(20 14 10 / .5); opacity: 0; visibility: hidden; transition: opacity .3s ease; z-index: 70; }
.fn-cart-overlay.is-visible { opacity: 1; visibility: visible; }
.fn-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 92vw); background: var(--paper); z-index: 75; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); box-shadow: -20px 0 50px -30px rgb(var(--shadow) / .7); }
.fn-drawer.is-open { transform: translateX(0); }
.fn-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.4rem; border-bottom: 1px solid var(--line); }
.fn-drawer-title { font-family: var(--ff-display); font-size: 1.4rem; color: var(--ink); }
.fn-drawer-close { width: 36px; height: 36px; border-radius: 999px; font-size: 1.5rem; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
.fn-drawer-close:hover { background: var(--cream-deep); }
.fn-drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.4rem; }
.fn-drawer-empty { color: var(--ink-mute); text-align: center; padding: 3rem 1rem; }
.fn-drawer-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 0.85rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line-soft); position: relative; }
.fn-drawer-item-img { width: 64px; height: 64px; border-radius: var(--rad); object-fit: cover; background: var(--cream-deep); }
.fn-drawer-item-name { font-weight: 600; font-size: 0.9rem; color: var(--ink); padding-right: 1.2rem; }
.fn-drawer-item-meta { font-size: 0.78rem; color: var(--ink-mute); margin-top: 0.15rem; }
.fn-drawer-item-row { display: flex; align-items: center; justify-content: space-between; margin-top: 0.5rem; }
.fn-qty-ctrl { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.fn-qty-btn { width: 26px; height: 26px; font-size: 1rem; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
.fn-qty-btn:hover { background: var(--cream-deep); }
.fn-qty-val { min-width: 28px; text-align: center; font-size: 0.85rem; font-weight: 600; }
.fn-drawer-item-price { font-weight: 700; font-size: 0.9rem; color: var(--copper); }
.fn-drawer-remove { position: absolute; top: 0.9rem; right: 0; width: 24px; height: 24px; font-size: 1.1rem; color: var(--ink-mute); display: flex; align-items: center; justify-content: center; }
.fn-drawer-remove:hover { color: var(--copper); }
.fn-drawer-foot { padding: 1.2rem 1.4rem; border-top: 1px solid var(--line); }
.fn-drawer-subtotal { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; font-weight: 600; }
.fn-drawer-subtotal-val { font-family: var(--ff-display); font-size: 1.4rem; color: var(--copper); }

#fn-toast-container { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 90; display: flex; flex-direction: column; gap: 0.5rem; align-items: center; }
.fn-toast { background: var(--ink); color: var(--cream); padding: 0.8rem 1.3rem; border-radius: 999px; font-size: 0.88rem; font-weight: 500; box-shadow: 0 12px 30px -14px rgb(var(--shadow) / .8); opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.fn-toast.is-visible { opacity: 1; transform: translateY(0); }
body.fn-lock { overflow: hidden; }

/* ── Search overlay ────────────────────── */
.fn-search-overlay { position: fixed; inset: 0; background: rgb(20 14 10 / .55); z-index: 80; opacity: 0; visibility: hidden; transition: opacity .25s ease; padding-top: 12vh; }
.fn-search-overlay.is-open { opacity: 1; visibility: visible; }
.fn-search-box { max-width: 620px; margin: 0 auto; background: var(--paper); border-radius: var(--rad-lg); padding: 1.2rem; box-shadow: 0 30px 70px -30px rgb(var(--shadow) / .8); }
.fn-search-input { width: 100%; padding: 0.9rem 1.1rem; border: 1px solid var(--line); border-radius: var(--rad); font-family: var(--ff-body); font-size: 1rem; color: var(--ink); background: var(--cream); }
.fn-search-input:focus { outline: none; border-color: var(--copper); }
.fn-search-results { margin-top: 0.8rem; max-height: 50vh; overflow-y: auto; }
.fn-search-result { display: flex; gap: 0.8rem; align-items: center; padding: 0.6rem; border-radius: var(--rad); }
.fn-search-result:hover { background: var(--cream-deep); }
.fn-search-result img { width: 48px; height: 48px; border-radius: var(--rad); object-fit: cover; background: var(--cream-deep); }
.fn-search-result-name { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.fn-search-result-meta { font-size: 0.78rem; color: var(--ink-mute); }

/* ═══════════════════════════════════════
   SHOP page
   ═══════════════════════════════════════ */
.fn-page-head { background: var(--cream); border-bottom: 1px solid var(--line); padding: clamp(2rem, 5vw, 3.4rem) 0 clamp(1.6rem, 3vw, 2.2rem); }
.fn-breadcrumb { font-size: 0.8rem; color: var(--ink-mute); margin-bottom: 0.8rem; }
.fn-breadcrumb a:hover { color: var(--copper); }
.fn-breadcrumb-sep { margin: 0 0.4rem; opacity: .5; }
.fn-page-title { font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--ink); }
.fn-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; flex-wrap: wrap; }
.fn-filter-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.fn-filter-chip { font-family: var(--ff-body); font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1rem; transition: all .2s ease; }
.fn-filter-chip:hover { border-color: var(--ink); }
.fn-filter-chip.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.fn-sort { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--ink-mute); }
.fn-sort-select { font-family: var(--ff-body); font-size: 0.85rem; padding: 0.5rem 0.8rem; border: 1px solid var(--line); border-radius: var(--rad); background: var(--paper); color: var(--ink); }
.fn-shop-grid { padding: clamp(2rem, 5vw, 3.4rem) 0; }

/* ═══════════════════════════════════════
   PRODUCT (PDP)
   ═══════════════════════════════════════ */
.fn-pdp { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.8rem, 4vw, 3.4rem); padding: clamp(1.6rem, 4vw, 2.6rem) 0 clamp(2.6rem, 5vw, 4rem); }
.fn-pdp-gallery { position: sticky; top: 130px; align-self: start; }
.fn-pdp-main-img { aspect-ratio: 4 / 3; border-radius: var(--rad-lg); overflow: hidden; background: var(--cream-deep); margin-bottom: 0.9rem; }
.fn-pdp-main-img img { width: 100%; height: 100%; object-fit: cover; }
.fn-pdp-thumbs { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.fn-pdp-thumb { width: 76px; height: 76px; border-radius: var(--rad); overflow: hidden; border: 2px solid transparent; background: var(--cream-deep); padding: 0; }
.fn-pdp-thumb.is-active { border-color: var(--copper); }
.fn-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fn-pdp-cat { font-family: var(--ff-body); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 0.6rem; }
.fn-pdp-name { font-size: clamp(1.9rem, 3.5vw, 2.8rem); color: var(--ink); margin-bottom: 1rem; }
.fn-pdp-short { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 1.6rem; }
.fn-pdp-specs { border: 1px solid var(--line); border-radius: var(--rad-lg); overflow: hidden; margin-bottom: 1.6rem; }
.fn-pdp-spec-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 1.1rem; font-size: 0.9rem; }
.fn-pdp-spec-row:nth-child(odd) { background: var(--cream); }
.fn-pdp-spec-key { color: var(--ink-mute); font-weight: 500; }
.fn-pdp-spec-val { color: var(--ink); font-weight: 600; text-align: right; }
.fn-pdp-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.6rem; }
.fn-selector-label { font-family: var(--ff-body); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.6rem; }
.fn-selector-options { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.3rem; }
.fn-selector-opt { font-family: var(--ff-body); font-size: 0.86rem; font-weight: 500; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1rem; transition: all .2s ease; }
.fn-selector-opt:hover { border-color: var(--ink); }
.fn-selector-opt.is-active { background: var(--copper); color: #fff; border-color: var(--copper); }
.fn-pdp-price-row { display: flex; align-items: baseline; gap: 0.6rem; margin: 1.4rem 0 1.2rem; }
.fn-pdp-price { font-family: var(--ff-display); font-size: 2.4rem; color: var(--copper); line-height: 1; }
.fn-pdp-price-unit { font-size: 0.9rem; color: var(--ink-mute); }
.fn-pdp-qty-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.fn-pdp-qty-ctrl { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.fn-pdp-qty-btn { width: 38px; height: 38px; font-size: 1.2rem; color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
.fn-pdp-qty-btn:hover { background: var(--cream-deep); }
.fn-pdp-qty-val { min-width: 40px; text-align: center; font-weight: 600; }
.fn-pdp-atc { width: 100%; padding: 1rem; font-size: 1rem; }
.fn-pdp-atc[disabled] { opacity: .5; pointer-events: none; }
.fn-pdp-long { margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--line); color: var(--ink-soft); line-height: 1.75; }
.fn-pdp-care { background: var(--cream); border-radius: var(--rad-lg); padding: 1.1rem 1.3rem; margin-top: 1.4rem; }
.fn-pdp-care-label { font-family: var(--ff-body); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 0.4rem; }
.fn-related { background: var(--cream); }

/* ═══════════════════════════════════════
   CART page
   ═══════════════════════════════════════ */
.fn-cartpage { padding: clamp(2rem, 5vw, 3.4rem) 0 clamp(3rem, 6vw, 5rem); }
.fn-cartpage-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.fn-cart-line { display: grid; grid-template-columns: 90px 1fr auto; gap: 1.1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line-soft); align-items: center; }
.fn-cart-line-img { width: 90px; height: 90px; border-radius: var(--rad); object-fit: cover; background: var(--cream-deep); }
.fn-cart-line-name { font-family: var(--ff-display); font-size: 1.15rem; color: var(--ink); }
.fn-cart-line-meta { font-size: 0.82rem; color: var(--ink-mute); margin-top: 0.2rem; }
.fn-cart-line-price { font-weight: 700; color: var(--copper); }
.fn-cart-summary { background: var(--cream); border-radius: var(--rad-lg); padding: 1.6rem; position: sticky; top: 130px; }
.fn-cart-summary h3 { font-family: var(--ff-display); font-size: 1.4rem; margin-bottom: 1.2rem; }
.fn-cart-summary-row { display: flex; justify-content: space-between; padding: 0.5rem 0; font-size: 0.92rem; color: var(--ink-soft); }
.fn-cart-summary-total { display: flex; justify-content: space-between; padding: 1rem 0 0; margin-top: 0.6rem; border-top: 1px solid var(--line); font-family: var(--ff-display); font-size: 1.4rem; color: var(--ink); }
.fn-cart-summary-total span:last-child { color: var(--copper); }
.fn-cart-empty { text-align: center; padding: 4rem 1rem; }
.fn-cart-empty p { color: var(--ink-mute); margin-bottom: 1.4rem; }

/* ═══════════════════════════════════════
   Editorial pages (about / contact / legal)
   ═══════════════════════════════════════ */
.fn-prose { max-width: 760px; margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) 0; }
.fn-prose h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--ink); margin: 2.2rem 0 0.9rem; }
.fn-prose h3 { font-size: 1.2rem; color: var(--ink); margin: 1.6rem 0 0.6rem; }
.fn-prose p { color: var(--ink-soft); margin: 0 0 1.1rem; line-height: 1.8; }
.fn-prose ul.fn-list { margin: 0 0 1.1rem; padding-left: 1.2rem; list-style: disc; color: var(--ink-soft); }
.fn-prose ul.fn-list li { margin-bottom: 0.4rem; }
.fn-about-hero { background: var(--ink); color: var(--cream); padding: clamp(3rem, 7vw, 5.5rem) 0; }
.fn-about-hero .fn-eyebrow { color: var(--copper-soft); }
.fn-about-hero .fn-eyebrow::before { background: var(--copper-soft); }
.fn-about-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--cream); max-width: 16ch; }
.fn-about-hero p { color: rgb(245 239 230 / .75); max-width: 56ch; margin-top: 1.2rem; font-size: 1.1rem; }
.fn-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin: 2.4rem 0; }
.fn-value-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--rad-lg); padding: 1.6rem; }
.fn-value-card h3 { font-family: var(--ff-display); font-size: 1.3rem; color: var(--ink); margin-bottom: 0.6rem; }
.fn-value-card p { font-size: 0.92rem; color: var(--ink-mute); margin: 0; }
.fn-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 1.6rem 0; }
.fn-team-card { text-align: center; }
.fn-team-ph { aspect-ratio: 1; border-radius: var(--rad-lg); background: var(--cream-deep); display: flex; align-items: center; justify-content: center; color: var(--ink-mute); font-family: var(--ff-display); font-size: 2rem; margin-bottom: 0.8rem; }
.fn-team-name { font-weight: 600; color: var(--ink); }
.fn-team-role { font-size: 0.82rem; color: var(--ink-mute); }

/* Contact */
.fn-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 4vw, 3.4rem); padding: clamp(2rem, 5vw, 3.5rem) 0; align-items: start; }
.fn-form-group { margin-bottom: 1.1rem; }
.fn-form-label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 0.4rem; }
.fn-form-input, .fn-form-textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--line); border-radius: var(--rad); font-family: var(--ff-body); font-size: 0.95rem; color: var(--ink); background: var(--paper); }
.fn-form-input:focus, .fn-form-textarea:focus { outline: none; border-color: var(--copper); }
.fn-form-textarea { min-height: 140px; resize: vertical; }
.fn-contact-info { background: var(--cream); border-radius: var(--rad-lg); padding: 1.8rem; }
.fn-contact-info h3 { font-family: var(--ff-display); font-size: 1.4rem; margin-bottom: 1.2rem; }
.fn-contact-item { margin-bottom: 1.2rem; }
.fn-contact-item-label { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 0.3rem; }
.fn-contact-item-val { color: var(--ink); font-size: 0.95rem; line-height: 1.6; }

/* ── Reveal animation ──────────────────── */
.fn-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.fn-reveal.is-visible { opacity: 1; transform: none; }

/* ═══════════════════════════════════════
   RESPONSIVE — cover full range (480 AND 768)
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .fn-grid-4 { grid-template-columns: repeat(3, 1fr); }
  .fn-mat-grid { grid-template-columns: repeat(2, 1fr); }
  .fn-cat-row { grid-template-columns: repeat(3, 1fr); }
  .fn-foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .fn-hero-grid { grid-template-columns: 1fr; }
  .fn-hero-media { min-height: 320px; order: -1; }
  .fn-pdp-gallery { position: static; }
}
@media (max-width: 768px) {
  .fn-nav { display: none; }
  .fn-head-nav { display: none; }
  .fn-hamburger { display: flex; }
  .fn-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .fn-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .fn-notes-grid { grid-template-columns: 1fr; }
  .fn-feature { grid-template-columns: 1fr; }
  .fn-feature-media { order: -1; }
  .fn-pdp { grid-template-columns: 1fr; }
  .fn-cartpage-grid { grid-template-columns: 1fr; }
  .fn-cart-summary { position: static; }
  .fn-contact-grid { grid-template-columns: 1fr; }
  .fn-values { grid-template-columns: 1fr; }
  .fn-team-grid { grid-template-columns: repeat(2, 1fr); }
  .fn-foot-grid { grid-template-columns: 1fr 1fr; }
  .fn-cat-row { grid-template-columns: repeat(2, 1fr); }
  /* mobile nav open: ensure hamburger lines visible against dark panel */
  .fn-head:has(.fn-hamburger.is-open) .fn-hamburger span { background: var(--cream); }
}
@media (max-width: 480px) {
  body { font-size: 15px; }
  .fn-grid-3, .fn-grid-4 { grid-template-columns: 1fr; }
  .fn-mat-grid { grid-template-columns: 1fr; }
  .fn-cat-row { grid-template-columns: 1fr 1fr; }
  .fn-team-grid { grid-template-columns: 1fr; }
  .fn-foot-grid { grid-template-columns: 1fr; }
  .fn-hero-compat { gap: 0.6rem 0.8rem; }
  .fn-news-form { flex-direction: column; }
  .fn-news-form .fn-btn { width: 100%; }
  .fn-drawer-item { grid-template-columns: 56px 1fr; }
  .fn-drawer-item-price { grid-column: 2; }
  .fn-cart-line { grid-template-columns: 70px 1fr; }
  .fn-cart-line-price { grid-column: 2; }
}
