/* page.css — homepage/landing BRYN reconstruite sur le design system du theme FullStack.
   Source : bryngrill.dk (Shopify, theme Skeleton). On reutilise reset/design-tokens/base.css
   + classes .button/.card/.page-width/.h1..h6, et on applique la marque BRYN (rouge + charcoal)
   par override de tokens. Copy danois verbatim. */

:root {
  --b-red: #bf3d2b;
  --b-red-dark: #9f3020;
  --b-dark: #1b1916;
  --b-cream: #ece4d6;
  --b-surface: #ffffff;
  --b-ink: #1b1916;
  --b-ink-soft: #5d564c;
  --b-line: rgba(27,25,22,0.14);
  --b-star: #e3a92b;
  --card-border-radius: 6px;
  scroll-behavior: smooth;
}
body.color-scheme-1 {
  --color-primary-button-background: var(--b-red);
  --color-primary-button-border: var(--b-red);
  --color-primary-button-text: #ffffff;
  --button-primary-font-weight: 700;
  background: var(--b-cream);
  color: var(--b-ink);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.b-narrow { max-width: 1200px; }
.b-cta { letter-spacing: 0.06em; }
h1, h2, h3, .b-display { font-family: var(--font-heading--family); }
/* base.css fixe color:--color-foreground (sombre) sur les h1/h2 : on force le blanc en contexte sombre/rouge */
.b-hero__text h1, .b-band--red h2, .b-band--dark h2, .b-stop__text h2, .b-ctaband h2, .b-news h2 { color: #fff; }

/* ---------- Annonce ---------- */
.b-announce { background: var(--b-dark); color: #efe7d9; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.b-announce__inner { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; }
.b-announce__center { flex: 1; text-align: center; font-weight: 600; }
.b-announce__side { color: #b9b0a1; font-size: 0.72rem; min-width: 90px; }

/* ---------- Header ---------- */
.b-header { position: sticky; top: 0; z-index: 30; background: var(--b-cream); border-bottom: 1px solid var(--b-line); }
.b-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 14px 0; }
.b-logo { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading--family); font-weight: 800; letter-spacing: 0.06em; font-size: 1.3rem; color: var(--b-red); border: 2px solid var(--b-red); border-radius: 6px; padding: 4px 12px; }
.b-nav { display: flex; gap: 28px; justify-content: center; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.b-nav a:hover { color: var(--b-red); }
.b-header__icons { display: flex; gap: 16px; justify-content: flex-end; font-size: 0.82rem; align-items: center; }
@media (width < 850px) { .b-nav { display: none; } .b-header__inner { grid-template-columns: 1fr auto; } }

/* ---------- Hero ---------- */
.b-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: clamp(560px, 78vh, 760px); }
.b-hero__text { background: var(--b-dark); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(28px, 5vw, 80px); }
.b-hero__text h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 0.98; letter-spacing: -0.01em; text-transform: uppercase; font-weight: 800; margin: 0 0 22px; }
.b-hero__text p { color: rgba(255,255,255,0.72); line-height: 1.6; max-width: 30em; margin: 0 0 28px; }
.b-hero__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.b-hero__badges { margin-top: 26px; display: flex; gap: 22px; color: rgba(255,255,255,0.7); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; }
.b-hero__badges span { display: flex; align-items: center; gap: 7px; }
.b-hero__media { background-size: cover; background-position: center; min-height: 360px; }
@media (width < 850px) { .b-hero { grid-template-columns: 1fr; } .b-hero__media { min-height: 320px; } }

/* ---------- Marquee ---------- */
.b-marquee { background: var(--b-red); color: #fff; overflow: hidden; padding: 12px 0; white-space: nowrap; }
.b-marquee__track { display: inline-flex; animation: bscroll 22s linear infinite; }
.b-marquee__track span { padding: 0 26px; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.b-marquee__track span::after { content: "\2737"; margin-left: 26px; opacity: 0.7; }
@keyframes bscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Bands ---------- */
.b-band { padding: 80px 0; }
.b-band--cream { background: var(--b-cream); }
.b-band--white { background: var(--b-surface); }
.b-band--dark { background: var(--b-dark); color: #fff; }
.b-band--red { background: var(--b-red); color: #fff; }
.b-eyebrow { text-align: center; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 14px; opacity: 0.8; }
.b-band h2 { text-align: center; font-size: clamp(1.9rem, 3.6vw, 2.8rem); text-transform: uppercase; font-weight: 800; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 18px; }
.b-band__lead { text-align: center; max-width: 42em; margin: 0 auto 46px; line-height: 1.6; opacity: 0.85; }

/* INTET section (split) */
.b-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.b-split__img { border-radius: 8px; overflow: hidden; }
.b-split__img img { width: 100%; height: 100%; object-fit: cover; }
.b-rows { display: grid; gap: 22px; }
.b-row { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.b-row__n { background: var(--b-red); color: #fff; font-weight: 700; width: 38px; height: 38px; border-radius: 6px; display: grid; place-items: center; font-size: 0.9rem; }
.b-row h3 { margin: 0 0 5px; font-size: 1.05rem; text-transform: none; }
.b-row p { margin: 0; color: var(--b-ink-soft); font-size: 0.92rem; line-height: 1.55; }
.b-band--dark .b-row p { color: rgba(255,255,255,0.72); }
@media (width < 850px) { .b-split { grid-template-columns: 1fr; gap: 30px; } }

/* Steps (red band) */
.b-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.b-step { background: #fff; color: var(--b-ink); border-radius: 8px; overflow: hidden; }
.b-step img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.b-step__body { padding: 20px; }
.b-step__tag { font-size: 0.72rem; letter-spacing: 0.14em; font-weight: 700; color: var(--b-red); }
.b-step h3 { margin: 6px 0 8px; text-transform: none; font-size: 1.15rem; }
.b-step p { margin: 0; color: var(--b-ink-soft); font-size: 0.9rem; line-height: 1.55; }
@media (width < 850px) { .b-steps { grid-template-columns: 1fr; } }

/* Features (4 col) */
.b-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--b-line); border-radius: 8px; overflow: hidden; }
.b-feature { padding: 30px 24px; border-right: 1px solid var(--b-line); }
.b-feature:last-child { border-right: 0; }
.b-feature .ic { font-size: 26px; margin-bottom: 14px; }
.b-feature h3 { margin: 0 0 8px; font-size: 1.02rem; text-transform: none; }
.b-feature p { margin: 0; color: var(--b-ink-soft); font-size: 0.88rem; line-height: 1.55; }
@media (width < 850px) { .b-features { grid-template-columns: 1fr 1fr; } .b-feature:nth-child(2) { border-right: 0; } .b-feature:nth-child(1), .b-feature:nth-child(2) { border-bottom: 1px solid var(--b-line); } }

/* Comparison table */
.b-compare { max-width: 860px; margin: 0 auto; border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); }
.b-compare table { width: 100%; border-collapse: collapse; background: var(--b-dark); color: #fff; }
.b-compare th, .b-compare td { padding: 16px 14px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; }
.b-compare th:first-child, .b-compare td:first-child { text-align: left; }
.b-compare thead th { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.b-compare .col-bryn { background: var(--b-red); }
.b-compare thead .col-bryn { font-weight: 800; }
.b-compare .yes { color: #fff; font-weight: 700; }
.b-compare .no { color: rgba(255,255,255,0.35); }

/* STOP section (dark + product) */
.b-stop { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.b-stop__text { background: var(--b-dark); color: #fff; padding: 70px clamp(28px,5vw,70px); display: flex; flex-direction: column; justify-content: center; }
.b-stop__text h2 { text-align: left; }
.b-stop__list { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 12px; }
.b-stop__list li { display: flex; gap: 10px; align-items: center; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.b-stop__list li::before { content: "\2714"; color: var(--b-red); background: #fff; border-radius: 3px; width: 18px; height: 18px; display: grid; place-items: center; font-size: 12px; }
.b-stop__media { background-size: cover; background-position: center; min-height: 420px; }
@media (width < 850px) { .b-stop { grid-template-columns: 1fr; } }

/* CTA band over image */
.b-ctaband { background-size: cover; background-position: center; position: relative; text-align: center; color: #fff; padding: 110px 0; }
.b-ctaband::before { content: ""; position: absolute; inset: 0; background: rgba(15,12,10,0.55); }
.b-ctaband > * { position: relative; }
.b-ctaband h2 { color: #fff; }

/* Guarantees */
.b-guards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.b-guard { background: #fff; border: 1px solid var(--b-line); border-radius: 8px; padding: 26px 22px; text-align: center; }
.b-guard .ic { font-size: 26px; margin-bottom: 12px; }
.b-guard h3 { margin: 0 0 8px; font-size: 1rem; text-transform: none; }
.b-guard p { margin: 0; color: var(--b-ink-soft); font-size: 0.86rem; line-height: 1.5; }
@media (width < 850px) { .b-guards { grid-template-columns: 1fr 1fr; } }

/* FAQ */
.b-faq { max-width: 780px; margin: 0 auto; }
.b-faq details { background: #fff; border: 1px solid var(--b-line); border-radius: 8px; margin-bottom: 10px; padding: 2px 20px; }
.b-faq summary { list-style: none; cursor: pointer; padding: 16px 0; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.b-faq summary::-webkit-details-marker { display: none; }
.b-faq summary::after { content: "+"; color: var(--b-red); font-size: 1.3rem; }
.b-faq details[open] summary::after { content: "\2212"; }
.b-faq p { margin: 0 0 16px; color: var(--b-ink-soft); line-height: 1.55; font-size: 0.92rem; }

/* Newsletter */
.b-news { background-size: cover; background-position: center; position: relative; text-align: center; color: #fff; padding: 70px 0; }
.b-news::before { content: ""; position: absolute; inset: 0; background: rgba(20,16,12,0.62); }
.b-news > * { position: relative; }
.b-news h2 { color: #fff; }
.b-news__form { display: flex; gap: 10px; max-width: 460px; margin: 22px auto 0; }
.b-news__form input { flex: 1; height: 50px; border: 0; border-radius: 6px; padding: 0 16px; }
.b-news__form button { background: var(--b-red); color: #fff; border: 0; border-radius: 6px; padding: 0 22px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; }

/* Footer */
.b-footer { background: var(--b-dark); color: #b3aa9c; padding: 56px 0 26px; }
.b-footer__top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.b-footer h4 { color: #fff; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 14px; }
.b-footer a { display: block; padding: 4px 0; font-size: 0.88rem; color: #b3aa9c; }
.b-footer a:hover { color: #fff; }
.b-footer__logo { font-family: var(--font-heading--family); font-weight: 800; letter-spacing: 0.06em; color: var(--b-red); border: 2px solid var(--b-red); border-radius: 6px; padding: 4px 12px; display: inline-block; margin-bottom: 14px; }
.b-footer__bottom { padding-top: 20px; font-size: 0.78rem; }
@media (width < 850px) { .b-footer__top { grid-template-columns: 1fr 1fr; } }
