*, *::before, *::after { box-sizing: border-box; }

:root {
  --noir:#141210;
  --brun:#2A1F14;
  --brun-md:#4A3728;
  --or:#C49A3C;
  --or-pale:#F2E4C0;
  --creme:#F8F3EA;
  --creme-dk:#EDE4D2;
  --rouge:#8B2210;
  --blanc:#FDFAF4;
  --vert:#2E7D32;
  --bleu:#1565C0;
  --sans:'Outfit',sans-serif;
  --serif:'Cormorant Garamond',Georgia,serif;
  --nav-h:64px;
  --app-vh:100dvh;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--brun);
  background: var(--creme);
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: var(--nav-h);
}

a { color: inherit; }

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  height: var(--nav-h);
  padding: 0 clamp(1rem,4vw,3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(20,18,16,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(196,154,60,0.18);
}
.nav-logo { display: flex; align-items: center; gap: .85rem; text-decoration: none; flex-shrink: 0; }
.nav-logo-mark {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--or);
  line-height: 1;
}
.nav-sep { width: 1px; height: 32px; background: rgba(196,154,60,.3); flex-shrink: 0; }
.nav-brand { line-height: 1.08; }
.nav-brand-name {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  font-weight: 600;
  color: var(--creme);
  letter-spacing: .02em;
}
.nav-brand-sub {
  font-size: clamp(.58rem, 1vw, .68rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(248,243,234,.45);
  margin-top: .1rem;
}
.nav-links { display: flex; align-items: center; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .74rem; font-weight: 500; color: rgba(248,243,234,.7); text-decoration: none; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--or); }
.btn-nav { background: var(--or); color: var(--noir) !important; padding: .5rem 1.2rem; border-radius: 2px; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: background .2s; white-space: nowrap; }
.btn-nav:hover { background: var(--or-pale); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .5rem; }
.burger span { display: block; width: 22px; height: 2px; background: var(--creme); border-radius: 2px; transition: all .3s; }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-menu {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 0 0;
  z-index: 299;
  background: rgba(20,18,16,.98);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  padding: 2rem;
  margin: 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: var(--serif); font-size: 1.75rem; font-weight: 600; color: var(--creme); text-decoration: none; letter-spacing: .04em; }
.mobile-menu a.btn-nav { font-family: var(--sans); font-size: .85rem; }

/* Accueil : hero + strip = zone visible réelle (barre Windows, favoris, etc.) */
.home-page .home-fold {
  height: calc(var(--app-vh) - var(--nav-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-page .home-hero {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}
.home-page .strip {
  flex: 0 0 auto;
}

.home-hero {
  display: grid;
  grid-template-columns: 55% 45%;
  background: var(--noir);
  overflow: hidden;
}
.hero-left {
  padding: clamp(1.25rem,3vw,2.5rem) clamp(1.5rem,4vw,4rem) clamp(1rem,2.5vw,1.75rem) clamp(1.5rem,5vw,5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}
.hero-kicker { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--or); font-weight: 600; margin-bottom: .85rem; display: flex; align-items: center; gap: .6rem; }
.hero-kicker::before { content: ''; width: 24px; height: 1px; background: var(--or); }
.hero-title br { display: none; }
.hero-title {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.2vw, 4rem);
  font-weight: 700;
  line-height: 1.02;
  color: var(--creme);
  margin-bottom: .15rem;
}
@media (min-width: 769px) {
  .hero-title {
    white-space: nowrap;
    font-size: clamp(1.85rem, 3.4vw, 3.5rem);
  }
}
.hero-title-em { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.6rem,3.5vw,3.2rem); color: var(--or); display: block; margin-bottom: .85rem; }
.hero-desc { font-size: clamp(.8rem,1.4vw,.95rem); line-height: 1.55; font-weight: 300; color: rgba(248,243,234,.6); max-width: 520px; margin-bottom: 1.1rem; }
.hero-desc strong { color: rgba(248,243,234,.9); font-weight: 500; }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; }
.btn-gold, .btn-ghost, .btn-outline-dk {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.75rem;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
}
.btn-gold { background: var(--or); color: var(--noir); border: none; font-weight: 600; }
.btn-gold:hover { background: var(--or-pale); }
.btn-ghost { background: transparent; color: var(--creme); border: 1px solid rgba(248,243,234,.22); font-weight: 500; }
.btn-ghost:hover { border-color: var(--or); color: var(--or); }

.hero-right {
  position: relative;
  background: var(--brun);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow: hidden;
  min-height: 0;
}
.hero-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(196,154,60,.05) 1px,transparent 1px); background-size: 38px 38px; }
.hero-logo-wrap {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(.5rem, 2vw, 1rem);
}
.hero-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92%, 480px);
  max-height: min(92%, 480px);
  margin: auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.45));
}
.hero-badges { position: relative; z-index: 3; flex: 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: clamp(1.25rem,3vw,2.5rem); }
.hbadge { background: rgba(20,18,16,.78); border: 1px solid rgba(196,154,60,.16); padding: .85rem 1rem; border-radius: 2px; }
.hbadge-icon { font-size: 1rem; margin-bottom: .25rem; display: block; }
.hbadge-t { font-size: .76rem; font-weight: 600; color: var(--creme); margin-bottom: .1rem; }
.hbadge-s { font-size: .66rem; color: rgba(248,243,234,.4); line-height: 1.4; }

.strip { background: var(--or); padding: .65rem 1.25rem; flex-shrink: 0; }
.strip-track { display: contents; }
.strip-inner { display: flex; align-items: center; gap: 2rem; white-space: nowrap; flex-wrap: wrap; justify-content: center; }
.strip-inner--clone { display: none; }
.strip-item { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--noir); flex-shrink: 0; }
.strip-dot { width: 3px; height: 3px; background: rgba(20,18,16,.35); border-radius: 50%; flex-shrink: 0; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.25rem,4vw,2.5rem); }
.eyebrow { font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; color: var(--or); font-weight: 600; margin-bottom: .6rem; display: flex; align-items: center; gap: .5rem; }
.eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--or); }
.sec-title { font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 700; color: var(--brun); line-height: 1.1; margin: 0; }
.sec-title em { font-style: italic; font-weight: 400; color: var(--or); }
.btn-outline-dk { background: transparent; color: var(--brun); border: 1.5px solid var(--brun); font-weight: 600; padding: .65rem 1.3rem; font-size: .75rem; }
.btn-outline-dk:hover { background: var(--brun); color: var(--creme); }

.ventes-sec, .retrait-sec, .contact-sec { padding: clamp(3.5rem,7vw,6rem) 0; }
.ventes-hd { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }
.ventes-list { display: flex; flex-direction: column; gap: .85rem; }
.vrow {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  background: var(--blanc);
  border: 1px solid rgba(42,31,20,.08);
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all .25s;
}
.vrow:hover { box-shadow: 0 6px 28px rgba(42,31,20,.1); transform: translateY(-2px); border-color: rgba(196,154,60,.3); }
.vrow-cal { background: var(--brun); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.1rem 0; }
.vrow-day { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--or); line-height: 1; }
.vrow-mon { font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(248,243,234,.45); margin-top: .1rem; }
.vrow-info { padding: 1rem 1.4rem; border-left: 3px solid transparent; transition: border-color .2s; }
.vrow:hover .vrow-info { border-left-color: var(--or); }
.vrow-type { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .3rem; }
.t-f { color: var(--or); } .t-m { color: var(--vert); } .t-l { color: var(--bleu); }
.vrow-name { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--brun); margin-bottom: .15rem; }
.vrow-meta { font-size: .76rem; color: rgba(42,31,20,.5); }
.vrow-tags { padding: 1rem 1.2rem; border-left: 1px solid rgba(42,31,20,.06); display: flex; flex-direction: column; justify-content: center; gap: .35rem; }
.vtag { font-size: .69rem; font-weight: 500; background: var(--creme); padding: .2rem .55rem; border-radius: 20px; color: var(--brun-md); display: inline-block; }
.vrow-act { padding: 1rem 1.25rem; border-left: 1px solid rgba(42,31,20,.06); display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: .5rem; }
.badge-state { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .28rem .7rem; border-radius: 20px; }
.b-open { background: rgba(46,125,50,.1); color: var(--vert); }
.b-soon { background: rgba(196,154,60,.12); color: #8B6914; }
.b-full { background: rgba(139,34,16,.1); color: var(--rouge); }
.vcta { font-size: .72rem; font-weight: 600; color: var(--or); white-space: nowrap; }

.produits-sec { background: var(--brun); padding: clamp(3.5rem,7vw,6rem) 0; }
.produits-sec .sec-title { color: var(--creme); }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 1px; background: rgba(196,154,60,.12); border: 1px solid rgba(196,154,60,.12); margin-top: 2.5rem; }
.pcard { background: var(--brun); padding: 2.25rem 1.75rem; }
.pcard-icon { font-size: 2.1rem; margin-bottom: 1rem; display: block; }
.pcard-sep { width: 24px; height: 1px; background: var(--or); margin: .85rem 0; }
.pcard-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: var(--creme); margin-bottom: .5rem; }
.pcard-desc { font-size: .82rem; line-height: 1.7; color: rgba(248,243,234,.48); font-weight: 300; margin: 0; }

.retrait-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.rcard {
  border: 1px solid rgba(42,31,20,.1);
  border-radius: 2px;
  padding: 1.75rem 1.5rem;
  background: var(--blanc);
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.rcard.c-or::before { background: var(--or); }
.rcard.c-vert::before { background: var(--vert); }
.rcard.c-bleu::before { background: var(--bleu); }
.rcard-title {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--brun);
  margin-bottom: .65rem;
  width: 100%;
}
.rcard-desc {
  font-size: .84rem;
  line-height: 1.7;
  color: rgba(42,31,20,.58);
  margin: 0 0 1.1rem;
  max-width: 28ch;
}
.rcard-detail {
  font-size: .72rem;
  font-weight: 600;
  background: var(--creme-dk);
  color: var(--brun-md);
  padding: .45rem .8rem;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  transition: background .2s, color .2s;
}
a.rcard-detail:hover { background: var(--brun); color: var(--creme); }

.steps-sec { background: var(--noir); padding: clamp(3.5rem,7vw,6rem) 0; }
.steps-sec .sec-title { color: var(--creme); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 3rem; }
.step { padding: 0 2rem; border-left: 1px solid rgba(196,154,60,.12); }
.step:first-child { border-left: none; padding-left: 0; }
.step-n { font-family: var(--serif); font-size: 3rem; font-weight: 700; color: rgba(196,154,60,.14); line-height: 1; margin-bottom: .65rem; }
.step-t { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--creme); margin-bottom: .4rem; }
.step-d { font-size: .8rem; line-height: 1.7; color: rgba(248,243,234,.42); font-weight: 300; margin: 0; }

.contact-band { background: var(--brun); border-radius: 2px; padding: clamp(2rem,4vw,3.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.contact-actions { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.ct-title { font-family: var(--serif); font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 700; color: var(--creme); margin-bottom: .4rem; }
.ct-sub { font-size: .85rem; color: rgba(248,243,234,.45); font-weight: 300; margin: 0; }

.site-footer { background: var(--noir); padding: 2rem clamp(1.25rem,4vw,3rem); border-top: 1px solid rgba(196,154,60,.1); margin-top: auto; }
.foot-in {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.foot-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  width: 100%;
}
.foot-brand {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--or);
  letter-spacing: .02em;
  width: 100%;
}
.foot-tagline {
  margin: 0;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(248,243,234,.45);
  width: 100%;
}
.foot-bottom {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(196,154,60,.12);
  text-align: center;
  width: 100%;
}
.foot-copy { font-size: .68rem; letter-spacing: .06em; color: rgba(248,243,234,.28); line-height: 1.6; }
.foot-copy-br { display: none; }
.foot-copy-credit {
  color: rgba(248,243,234,.45);
  text-decoration: none;
  border-bottom: 1px solid rgba(248,243,234,.22);
  transition: color .2s, border-color .2s;
}
.foot-copy-credit:hover {
  color: var(--or);
  border-bottom-color: var(--or);
}
@media (max-width: 768px) {
  .foot-copy-sep { display: none; }
  .foot-copy-br { display: block; }
}
.foot-address {
  font-size: .74rem;
  color: rgba(248,243,234,.55);
  margin-top: .25rem;
  width: 100%;
}
.foot-legal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .5rem;
  width: 100%;
}
.foot-legal a { font-size: .72rem; color: rgba(248,243,234,.72); text-decoration: none; border-bottom: 1px solid rgba(248,243,234,.25); }
.foot-legal a:hover { color: var(--or); border-bottom-color: var(--or); }

/* Pages légales */
.legal-page {
  padding-bottom: clamp(3rem, 7vw, 5rem);
  background: var(--creme);
}
.legal-hero {
  background: var(--noir);
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 4vw, 2.25rem);
  border-bottom: 1px solid rgba(196,154,60,.15);
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.legal-hero-eyebrow {
  font-size: .67rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--or);
  font-weight: 600;
  margin: 0 0 .75rem;
}
.legal-hero-title {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--creme);
  margin: 0 0 .5rem;
  line-height: 1.08;
}
.legal-hero-meta {
  margin: 0;
  font-size: .8rem;
  color: rgba(248,243,234,.45);
  letter-spacing: .04em;
}
.legal-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.legal-nav-link {
  display: block;
  padding: .75rem 1rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brun-md);
  background: var(--blanc);
  border: 1px solid rgba(42,31,20,.1);
  border-radius: 2px;
  transition: all .2s;
}
.legal-nav-link:hover {
  border-color: rgba(196,154,60,.4);
  color: var(--brun);
}
.legal-nav-link.is-active {
  background: var(--brun);
  border-color: var(--brun);
  color: var(--creme);
}
.legal-doc {
  min-width: 0;
}
.legal-intro {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.25rem;
  background: var(--blanc);
  border-left: 3px solid var(--or);
  font-size: .92rem;
  line-height: 1.7;
  color: rgba(42,31,20,.75);
}
.legal-block {
  background: var(--blanc);
  border: 1px solid rgba(42,31,20,.08);
  border-radius: 2px;
  margin-bottom: .85rem;
  overflow: hidden;
}
.legal-block h2 {
  margin: 0;
  padding: .85rem 1.25rem;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brun);
  background: var(--creme-dk);
  border-bottom: 1px solid rgba(42,31,20,.06);
}
.legal-block-body {
  padding: 1rem 1.25rem 1.15rem;
}
.legal-block-body > *:last-child {
  margin-bottom: 0;
}
.legal-block-body p,
.legal-block-body li {
  font-size: .9rem;
  line-height: 1.75;
  color: rgba(42,31,20,.72);
  margin: 0 0 .85rem;
}
.legal-block-body ul {
  margin: 0 0 .85rem;
  padding-left: 1.2rem;
}
.legal-block-body li {
  margin-bottom: .35rem;
}
.legal-block-body li:last-child {
  margin-bottom: 0;
}
.legal-lead {
  font-size: .95rem !important;
  color: var(--brun) !important;
  margin-bottom: 1rem !important;
}
.legal-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legal-contact-list li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: .75rem;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(42,31,20,.06);
  font-size: .88rem;
  margin: 0;
}
.legal-contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.legal-contact-list span {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(42,31,20,.45);
}
.legal-page a {
  color: var(--brun-md);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
}
.legal-page a:hover {
  color: var(--or);
}
.legal-doc-foot {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42,31,20,.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.legal-doc-note {
  margin: 0;
  font-size: .72rem;
  color: rgba(42,31,20,.45);
  letter-spacing: .03em;
}
@media (max-width: 768px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .legal-nav-link {
    flex: 1 1 auto;
    text-align: center;
    min-width: calc(50% - .25rem);
    padding: .65rem .5rem;
    font-size: .68rem;
  }
  .legal-contact-list li {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
  .legal-doc-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Legere harmonisation Bootstrap hors accueil */
.container, .container-fluid { color: var(--brun); }
.card { border-color: rgba(42,31,20,.12); }
.btn-danger { background-color: var(--or); border-color: var(--or); color: var(--noir); }
.btn-danger:hover, .btn-danger:focus { background-color: var(--or-pale); border-color: var(--or-pale); color: var(--noir); }

@media (max-width: 1024px) {
  .retrait-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); gap: 2rem; }
  .step { border-left: none; padding: 0; }
  .vrow { grid-template-columns: 72px 1fr; }
  .vrow-tags, .vrow-act { display: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: flex; }
}
@media (max-width: 480px) {
  .nav-logo { gap: .6rem; }
  .nav-logo-mark { font-size: 1.5rem; }
  .nav-brand-name { font-size: .92rem; }
  .nav-brand-sub { font-size: .54rem; letter-spacing: .12em; }
  .nav-sep { height: 28px; }
}
@media (min-width: 769px) and (max-height: 820px) {
  .hero-kicker { margin-bottom: .55rem; }
  .hero-title-em { margin-bottom: .55rem; }
  .hero-desc { margin-bottom: .75rem; }
  .btn-gold, .btn-ghost, .btn-outline-dk { padding: .7rem 1.25rem; font-size: .75rem; }
  .hero-badges { padding: .85rem; gap: .45rem; }
  .hbadge { padding: .55rem .7rem; }
}

@media (max-width: 768px) {
  body { padding-top: var(--nav-h); }
  .home-page .home-hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1.15fr) minmax(clamp(185px, 40vw, 260px), 0.45fr);
  }
  .hero-left {
    padding: clamp(.75rem, 2vh, 1.1rem) 1.25rem clamp(.45rem, 1.2vh, .65rem);
    justify-content: space-evenly;
    gap: clamp(.4rem, 1.8vh, .85rem);
    min-height: 0;
  }
  .hero-kicker {
    font-size: clamp(.8rem, 3.6vw, .98rem);
    margin-bottom: 0;
    letter-spacing: .16em;
    flex-shrink: 0;
  }
  .hero-title {
    white-space: nowrap;
    font-size: clamp(1.75rem, 8.2vw, 2.45rem);
    letter-spacing: -.02em;
    margin-bottom: 0;
    line-height: 1.02;
    flex-shrink: 0;
  }
  .hero-title-em {
    font-size: clamp(1.22rem, 5.4vw, 1.65rem);
    margin-bottom: 0;
    line-height: 1.12;
    flex-shrink: 0;
  }
  .hero-desc {
    font-size: clamp(.95rem, 4.1vw, 1.12rem);
    line-height: 1.58;
    margin: 0;
    max-width: none;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: clamp(.15rem, 1vh, .5rem) 0;
  }
  .hero-actions {
    flex-wrap: nowrap;
    gap: .5rem;
    width: 100%;
    margin-top: 0;
    flex-shrink: 0;
  }
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost {
    flex: 1 1 0;
    min-width: 0;
    padding: .65rem .45rem;
    font-size: clamp(.66rem, 3.1vw, .8rem);
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1.2;
  }
  .hero-right {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: clamp(200px, 44vw, 280px);
    overflow: hidden;
  }
  .hero-logo-wrap {
    min-height: clamp(90px, 22vw, 130px);
    flex: none;
    padding: .35rem .75rem .25rem;
  }
  .hero-logo {
    max-width: min(72%, 200px);
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .hero-badges {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: .55rem .75rem;
    gap: .4rem;
  }
  .hbadge { padding: .5rem .55rem; }
  .hbadge-t { font-size: .7rem; }
  .hbadge-s { font-size: .6rem; line-height: 1.3; }

  .strip { overflow: hidden; padding: .6rem 0; }
  .strip-track {
    display: flex;
    width: max-content;
    animation: strip-scroll 22s linear infinite;
  }
  .strip-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 0 1.25rem;
  }
  .strip-inner--clone { display: flex; }

  .retrait-grid { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .contact-band { flex-direction: column; text-align: center; }
  .contact-actions { justify-content: center; }
}
@keyframes strip-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 480px) {
  .pgrid, .steps-grid { grid-template-columns: 1fr; }
}
