/* Uzdrowisko Serc — arkusz stylów sklepu pamiątek */

:root {
  --paper:      #faf1e0;
  --paper-2:    #fdf7ea;
  --paper-3:    #f3e6cf;
  --ink:        #3e2c1e;
  --ink-soft:   #6c5741;
  --rose:       #c97d74;
  --rose-dk:    #a95f57;
  --rose-lt:    #e8c4b8;
  --sage:       #8fa07a;
  --gold:       #b8912f;
  --gold-lt:    #dfc27a;
  --line:       #d8c3a2;

  --radius:     14px;
  --shadow-sm:  0 2px 6px rgba(62, 44, 30, .10);
  --shadow-md:  0 10px 26px rgba(62, 44, 30, .13);
  --serif:      "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans:       ui-sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --wrap:       1160px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 18% 12%, rgba(201, 125, 116, .07), transparent 42%),
    radial-gradient(circle at 82% 4%, rgba(143, 160, 122, .09), transparent 46%),
    repeating-linear-gradient(45deg, rgba(120, 90, 60, .018) 0 2px, transparent 2px 5px);
}

img { max-width: 100%; display: block; }
a { color: var(--rose-dk); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; letter-spacing: .01em; }

.wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--paper); padding: .6rem 1rem;
}
.skip:focus { left: 1rem; top: 1rem; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ------------------------------------------------------------ nagłówek */

.ribbon {
  background: linear-gradient(90deg, var(--rose) 0%, var(--gold) 55%, var(--sage) 100%);
  color: #fffaf0;
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ribbon__inner { display: flex; gap: .8rem; justify-content: center; align-items: center; padding: .45rem 0; flex-wrap: wrap; }
.ribbon__dot { opacity: .7; }

.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 241, 224, .93);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-head__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: .55rem 0; flex-wrap: wrap;
}

.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; color: inherit; }
.brand__mark { width: 116px; height: auto; mix-blend-mode: multiply; }
.brand__text { display: flex; flex-direction: column; }
.brand__name { font-size: 1.32rem; font-weight: 700; letter-spacing: .04em; }
.brand__sub {
  font-family: var(--sans); font-size: .66rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink-soft);
}

.nav { display: flex; align-items: center; gap: 1.4rem; font-size: .98rem; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--ink); padding-bottom: 3px; border-bottom: 2px solid transparent; }
.nav a:hover { border-color: var(--rose-lt); }
.nav a.is-active { border-color: var(--rose); }
.nav__cart {
  font-family: var(--sans); font-size: .8rem; letter-spacing: .04em;
  background: var(--paper-3); border: 1px solid var(--line);
  border-radius: 999px; padding: .35rem .9rem; color: var(--ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: .4rem;
}
.nav__cart:hover { border-color: var(--rose); background: rgba(201,125,116,.10); }
.nav__cart-count {
  background: var(--rose); color: #fff8ef; border-radius: 999px;
  min-width: 1.25rem; padding: 0 .35rem; text-align: center; font-size: .72rem;
}

/* --------------------------------------------------------------- hero */

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 65% 60%; opacity: .5;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(250,241,224,.97) 0%, rgba(250,241,224,.85) 45%, rgba(250,241,224,.25) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 5.5rem 0 5rem; max-width: 44rem; }
.hero__eyebrow {
  font-family: var(--sans); font-size: .74rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--rose-dk); margin: 0 0 1rem;
}
.hero__title { font-size: clamp(2.4rem, 5.4vw, 3.9rem); margin-bottom: .4em; }
.hero__lead { font-size: 1.13rem; color: var(--ink-soft); max-width: 36rem; }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; margin: 2rem 0 1.2rem; }
.hero__meta { font-family: var(--sans); font-size: .85rem; color: var(--ink-soft); margin: 0; }

/* ------------------------------------------------------------ przyciski */

.btn {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--sans); font-size: .88rem; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none;
  padding: .72rem 1.35rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.btn--lg { padding: .9rem 1.7rem; font-size: .92rem; }
.btn--primary { background: var(--rose); color: #fff8ef; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--rose-dk); color: #fff8ef; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--rose); color: var(--ink); background: rgba(201,125,116,.08); }
.btn[disabled], .btn.htmx-request { opacity: .55; pointer-events: none; }

/* --------------------------------------------------------------- sekcje */

.section { padding: 4rem 0; }
.section--tight { padding-top: 1rem; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.section__title { font-size: clamp(1.6rem, 3vw, 2.15rem); margin: 0; }
.section__title::after {
  content: ""; display: block; width: 68px; height: 3px; margin-top: .5rem;
  background: linear-gradient(90deg, var(--gold), var(--rose)); border-radius: 2px;
}
.section__more { font-family: var(--sans); font-size: .85rem; letter-spacing: .05em; text-transform: uppercase; }

.pagehead { padding: 3rem 0 1.5rem; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--paper-2), transparent); }
.pagehead__title { font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: .3em; }
.pagehead__lead { color: var(--ink-soft); max-width: 46rem; margin: 0; }

.crumbs { font-family: var(--sans); font-size: .78rem; letter-spacing: .06em; color: var(--ink-soft); text-transform: uppercase; margin: 0 0 1rem; }
.crumbs span { opacity: .5; margin: 0 .35rem; }

/* --------------------------------------------------------------- filtry */

.filters { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; margin-bottom: 1rem; }
.chip {
  font-family: var(--sans); font-size: .82rem; letter-spacing: .05em;
  text-decoration: none; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 999px;
  padding: .45rem 1.05rem; background: var(--paper-2); cursor: pointer;
}
.chip:hover { border-color: var(--rose); background: rgba(201,125,116,.08); color: var(--ink); }
.chip.is-on { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.filters__lead { color: var(--ink-soft); font-style: italic; margin: 0 0 1.8rem; }

.spinner { font-family: var(--sans); font-size: .78rem; color: var(--ink-soft); font-style: italic; }
.htmx-indicator { opacity: 0; transition: opacity .2s ease; }
.htmx-request .htmx-indicator, .htmx-request.htmx-indicator { opacity: 1; }
#sklep-siatka.htmx-swapping { opacity: .35; transition: opacity .15s ease; }

/* --------------------------------------------------------------- karty */

.grid { display: grid; gap: 1.8rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }

.card {
  display: flex; flex-direction: column;
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card__media {
  position: relative; display: grid; place-items: center;
  height: 272px; padding: 1.4rem 1rem .6rem;
  background:
    radial-gradient(ellipse at 50% 85%, rgba(201,125,116,.14), transparent 62%),
    linear-gradient(180deg, var(--paper-3), var(--paper-2));
}
.card__body { padding: 1.1rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card__cat { font-family: var(--sans); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin: 0; }
.card__title { font-size: 1.2rem; margin: 0; }
.card__title a { color: inherit; text-decoration: none; }
.card__title a:hover { color: var(--rose-dk); }
.card__tagline { margin: 0; color: var(--ink-soft); font-size: .96rem; font-style: italic; }
.card__foot { margin: auto 0 0; padding-top: .9rem; display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; }
.card__buy { margin: 0; }

.price { font-size: 1.22rem; font-weight: 700; }

.mockup { width: 100%; height: auto; display: block; }
.card__media .mockup { max-height: 230px; }
.mockup__shadow { fill: rgba(62, 44, 30, .13); }

/* zdjęcia produktów — kwadratowe kadry, wpisane w to samo pole co makiety */
.photo {
  display: block; width: auto; height: auto; max-width: 100%; max-height: 230px;
  object-fit: contain; border-radius: calc(var(--radius) - 4px);
  filter: drop-shadow(0 10px 18px rgba(62, 44, 30, .16));
}
.photo--lg { width: 100%; max-height: none; }

/* ------------------------------------------------- kup teraz / brak towaru */

.buybox { margin: 1.6rem 0 1.8rem; }
.buybox__form { display: flex; align-items: flex-end; gap: .8rem; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: .3rem; }
.field--qty { max-width: 6.5rem; }
.field__label {
  font-family: var(--sans); font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-soft);
}
.select {
  font-family: var(--serif); font-size: 1rem; color: var(--ink);
  background: #fffdf6; border: 1.5px solid var(--line); border-radius: 10px;
  padding: .62rem .8rem; min-height: 2.9rem;
}
.select:focus { border-color: var(--rose); outline: none; box-shadow: 0 0 0 3px rgba(201,125,116,.18); }
.btn--buy { min-height: 2.9rem; }
.btn--sm { padding: .5rem 1.05rem; font-size: .78rem; }

.assurance {
  list-style: none; margin: 1rem 0 0; padding: 0;
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  font-family: var(--sans); font-size: .8rem; color: var(--ink-soft);
}
.assurance--wide { justify-content: center; gap: 2rem; margin-top: 2.5rem; }

.buybox--soldout {
  background: rgba(184, 145, 47, .10); border: 1px dashed var(--gold);
  border-radius: var(--radius); padding: 1.3rem 1.4rem;
  animation: fadein .25s ease;
}
.soldout__title {
  font-family: var(--sans); font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 .5rem;
}
.soldout__lead { font-weight: 700; margin: 0 0 .3rem; }
.soldout__body { margin: 0 0 .9rem; color: var(--ink-soft); font-size: .98rem; }
.soldout__meta { font-family: var(--sans); font-size: .78rem; color: var(--ink-soft); margin: 0 0 .9rem; }

.card__foot--soldout {
  display: block; background: rgba(184, 145, 47, .10);
  border-top: 1px dashed var(--gold); border-radius: 10px;
  padding: .9rem 1rem; margin-top: .9rem; animation: fadein .25s ease;
}
.buybox--soldout .waitlist, .card__foot--soldout .waitlist {
  background: transparent; border: none; box-shadow: none; padding: 0;
}
.buybox--soldout .wl-form__head { font-size: .95rem; }
.card__foot--soldout .soldout__lead { font-size: .95rem; }
.card__foot--soldout .soldout__body { font-size: .88rem; margin-bottom: .7rem; }

/* --------------------------------------------------------------- pasy */

.band { background: linear-gradient(180deg, var(--paper-2), var(--paper-3)); border-block: 1px solid var(--line); }
.band__inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; padding: 4rem 0; }
.band__inner--single { grid-template-columns: 1fr; max-width: 46rem; }
.band__title { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.band__text p { color: var(--ink-soft); }
.band__figure { margin: 0; }
.band__figure img {
  border-radius: var(--radius); border: 6px solid var(--paper-2); box-shadow: var(--shadow-md);
  width: 100%; max-height: 440px; object-fit: cover; object-position: 50% 62%;
}
.band__figure figcaption, .story__figure figcaption, .gallery figcaption {
  font-family: var(--sans); font-size: .78rem; color: var(--ink-soft); margin-top: .6rem; text-align: center; font-style: italic;
}

.steps { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .8rem; }
.steps li { display: flex; gap: .8rem; align-items: baseline; }
.steps span {
  flex: 0 0 auto; width: 1.9rem; height: 1.9rem; border-radius: 999px;
  background: var(--rose); color: #fff8ef; font-family: var(--sans); font-size: .82rem;
  display: inline-flex; align-items: center; justify-content: center;
}

.story-card {
  background: var(--paper-2); border: 1px solid var(--line); border-left: 5px solid var(--gold);
  border-radius: var(--radius); padding: 2.2rem 2.4rem; box-shadow: var(--shadow-sm); max-width: 52rem; margin-inline: auto;
}
.story-card blockquote { margin: 0; font-size: 1.3rem; font-style: italic; line-height: 1.5; }
.story-card__by { font-family: var(--sans); font-size: .82rem; letter-spacing: .08em; color: var(--ink-soft); text-transform: uppercase; }
.story-card__cta { margin: 1.4rem 0 .6rem; }
.story-card__note { font-size: .95rem; color: var(--ink-soft); margin: 0; }

/* ------------------------------------------------------------- produkt */

.product { padding: 2.5rem 0 1rem; }
.product__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3.2rem; align-items: start; }
.product__media {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.6rem 1rem;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(201,125,116,.16), transparent 62%),
    linear-gradient(180deg, var(--paper-3), var(--paper-2));
  box-shadow: var(--shadow-sm);
  position: sticky; top: 6.5rem;
}
.product__mediafoot { font-family: var(--sans); font-size: .74rem; color: var(--ink-soft); text-align: center; margin: .8rem 0 0; }
.product__cat { font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); margin: 0 0 .4rem; }
.product__title { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
.product__tagline { font-style: italic; color: var(--ink-soft); font-size: 1.08rem; margin-top: 0; }
.product__pricerow { display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap; margin: 1.4rem 0 .4rem; }
.product__pricerow .price { font-size: 1.7rem; }
.product__vat { font-family: var(--sans); font-size: .76rem; color: var(--ink-soft); }
.product__story { margin: 1.8rem 0; padding-left: 1.1rem; border-left: 3px solid var(--rose-lt); color: var(--ink-soft); font-style: italic; }
.product__h { font-size: 1.2rem; margin-top: 2rem; }

.notice {
  background: rgba(184, 145, 47, .10); border: 1px dashed var(--gold);
  border-radius: var(--radius); padding: 1.1rem 1.3rem; margin-bottom: 1.6rem;
}
.notice__title { font-family: var(--sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 .4rem; color: var(--gold); }
.notice p { margin: 0; font-size: .98rem; color: var(--ink-soft); }
.notice p + p { margin-top: .4rem; }

.specs { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.specs li { margin-bottom: .35rem; }

.faq { margin-top: 1.8rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.faq summary { cursor: pointer; font-family: var(--sans); font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; }
.faq p { color: var(--ink-soft); font-size: .96rem; }

.player { margin: 1.8rem 0; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; }
.player__head { display: flex; align-items: center; gap: .5rem; font-family: var(--sans); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .7rem; }
.player__disc { color: var(--rose); }
.player audio { width: 100%; }

/* ------------------------------------------------------- lista oczekujących */

.waitlist {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm);
}
.waitlist--compact { background: transparent; border: none; box-shadow: none; padding: 0; }

.wl-form__head { margin: 0 0 .9rem; font-size: 1rem; }
.wl-form__row { display: flex; gap: .6rem; flex-wrap: wrap; }
.input {
  flex: 1 1 14rem; min-width: 0;
  font-family: var(--serif); font-size: 1rem; color: var(--ink);
  background: #fffdf6; border: 1.5px solid var(--line); border-radius: 999px;
  padding: .7rem 1.1rem;
}
.input::placeholder { color: #b09b81; }
.input:focus { border-color: var(--rose); outline: none; box-shadow: 0 0 0 3px rgba(201,125,116,.18); }
.input--note { flex-basis: 100%; margin-top: .6rem; }
.wl-form__error { font-family: var(--sans); font-size: .84rem; color: var(--rose-dk); margin: .7rem 0 0; }
.wl-form__fine { font-family: var(--sans); font-size: .74rem; color: var(--ink-soft); margin: .7rem 0 0; }

.waitlist--ok {
  border: 1px solid var(--sage); background: rgba(143, 160, 122, .12);
  text-align: left; animation: fadein .3s ease;
}
.waitlist--ok.waitlist--compact { border: 1px solid var(--sage); padding: 1.1rem 1.2rem; }
.ok__mark { font-size: 1.6rem; margin: 0 0 .2rem; color: var(--sage); }
.ok__lead { font-size: 1.15rem; font-weight: 700; margin: 0 0 .4rem; }
.ok__body { margin: 0; color: var(--ink-soft); font-size: .98rem; }
.ok__count { font-family: var(--sans); font-size: .78rem; color: var(--ink-soft); margin: .7rem 0 0; }
@keyframes fadein { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

.cta-panel {
  background:
    radial-gradient(ellipse at 15% 0%, rgba(201,125,116,.16), transparent 55%),
    linear-gradient(180deg, var(--paper-2), var(--paper-3));
  border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px);
  padding: 2.6rem 2.4rem; text-align: center; max-width: 46rem; margin-inline: auto;
  box-shadow: var(--shadow-sm);
}
.cta-panel__title { font-size: clamp(1.5rem, 3vw, 2rem); }
.cta-panel__lead { color: var(--ink-soft); margin-top: 0; }
.cta-panel .wl-form__row { justify-content: center; }
.cta-panel .waitlist { max-width: 32rem; margin-inline: auto; }

/* ------------------------------------------------------------- historia */

.story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: start; }
.story__h { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.story__text p { color: var(--ink-soft); }
.story__text blockquote {
  margin: 1.4rem 0; padding-left: 1.2rem; border-left: 4px solid var(--gold);
  font-style: italic; font-size: 1.15rem; color: var(--ink);
}
.story__figure { margin: 0; }
.story__figure img {
  border-radius: var(--radius); border: 6px solid var(--paper-2); box-shadow: var(--shadow-md);
  width: 100%; max-height: 520px; object-fit: cover; object-position: 50% 55%;
}

.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.6rem; margin-top: 3rem; }
.gallery { margin-top: 2.6rem; }
.gallery figure { margin: 0; }
.gallery a { display: block; border-radius: var(--radius); overflow: hidden; }
.gallery a:hover img { transform: scale(1.02); }
.gallery img { transition: transform .2s ease; }
.gallery img { border-radius: var(--radius); border: 5px solid var(--paper-2); box-shadow: var(--shadow-sm); aspect-ratio: 3/4; object-fit: cover; }

/* -------------------------------------------------------------- koszyk */

.cart__empty {
  text-align: center; max-width: 38rem; margin: 0 auto;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 3rem 2rem; box-shadow: var(--shadow-sm);
}
.cart__mark { font-size: 2.6rem; margin: 0 0 .4rem; }
.cart__lead { font-size: 1.3rem; font-weight: 700; margin: 0 0 .5rem; }
.cart__body { color: var(--ink-soft); margin: 0 0 1.6rem; }
.cart .hero__cta { justify-content: center; }

/* ---------------------------------------------------------------- błąd */

.errpage { text-align: center; padding: 5rem 0; }
.errpage__code { font-size: 4.5rem; margin: 0; color: var(--rose-lt); font-weight: 700; }
.errpage__title { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.errpage__lead { color: var(--ink-soft); max-width: 34rem; margin-inline: auto; }
.errpage .hero__cta { justify-content: center; }

/* -------------------------------------------------------------- stopka */

.site-foot { background: var(--paper-3); border-top: 1px solid var(--line); margin-top: 3rem; }
.foot-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr 1.3fr; gap: 2.4rem; padding: 3.2rem 0 2.4rem; }
.foot-col--wide { grid-column: span 1; }
.foot-logo { width: 190px; height: auto; mix-blend-mode: multiply; margin-bottom: .6rem; }
.foot-h { font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.foot-note { font-size: .92rem; color: var(--ink-soft); margin: 0 0 .9rem; }
.foot-list { list-style: none; margin: 0; padding: 0; font-size: .95rem; }
.foot-list li { margin-bottom: .4rem; color: var(--ink-soft); }
.foot-list a { text-decoration: none; }
.foot-list a:hover { text-decoration: underline; }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding: 1.2rem 0 2rem;
  font-family: var(--sans); font-size: .76rem; color: var(--ink-soft);
}

/* ------------------------------------------------------------ responsyw */

@media (max-width: 900px) {
  body { font-size: 17px; }
  .band__inner, .product__grid, .story__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .product__media { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-head__inner { justify-content: center; text-align: center; }
  .nav { justify-content: center; gap: 1rem; }
  .hero__inner { padding: 3.5rem 0; }
  .foot-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 1.8rem 1.3rem; }
  .btn { width: 100%; justify-content: center; }
  .wl-form__row .btn { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
