/* ==========================================================================
   VIREA – designové tokeny a základ (zdroj: Adobe XD návrh, desktop 1920 px)
   Sdílené mezi statickým mockupem (mockup/) a WordPress šablonou.
   ========================================================================== */
:root {
  --c-gold: #cdaf78;        /* nadpisy, akcent, menu */
  --c-gold-soft: rgba(205, 175, 120, .45);
  --c-cream: #faf6e7;       /* béžové pozadí kapsle, vlny, tlačítek */
  --c-sand: #e2d9ca;        /* sekundární béžová, linky */
  --c-grey: #b4afa6;        /* běžný text */
  --c-grey-dark: #84827d;   /* text ve variantách */
  --c-ink: #3a3733;
  --c-bg: #ffffff;
  --c-white: #ffffff;
  --c-shadow: rgba(0, 0, 0, .16);

  /* varianty lahví */
  --c-bliss: #5a46b4;
  --c-deep: #648ec6;
  --c-breeze: #6ebfd7;

  --font-display: 'White Wisteria', 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Bricolage Grotesque', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --fs-hero: clamp(3.25rem, 8.1vw, 9.6875rem);          /* 155 px */
  --fs-h2: clamp(2.5rem, 1.6rem + 2.4vw, 4.5rem);        /* 72 px */
  --fs-h2-sm: clamp(2rem, 1.4rem + 1.7vw, 3.5625rem);    /* 57 px */
  --fs-h3: clamp(1.75rem, 1.3rem + 1.1vw, 2.625rem);     /* 42 px */
  --fs-h4: clamp(1.5rem, 1.2rem + .7vw, 2rem);           /* 32 px */
  --fs-lead: clamp(1.25rem, 1rem + .7vw, 1.875rem);      /* 30 px */
  --fs-body: 1.125rem;                                    /* 18 px */
  --fs-small: 1rem;                                       /* 16 px */
  --fs-eyebrow: .75rem;                                   /* 12 px */

  --container: 1640px;
  --container-narrow: 1090px;
  --gutter: clamp(16px, 4vw, 60px);
  --section: clamp(72px, 9vw, 176px);
  --section-sm: clamp(48px, 6vw, 112px);
  --radius: 12px;
  --radius-lg: 24px;
  --shadow-text: 0 3px 6px var(--c-shadow);
  --shadow-soft: 0 10px 30px rgba(58, 55, 51, .08);
  --focus: 0 0 0 3px var(--c-bg), 0 0 0 6px var(--c-gold);
  --header-h: clamp(88px, 9vw, 176px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0; font-family: var(--font-body); font-size: var(--fs-body); font-weight: 400; line-height: 1.45;
  color: var(--c-grey); background: var(--c-bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: var(--font-display); font-weight: 500; line-height: .98; margin: 0 0 .35em;
  color: var(--c-gold); letter-spacing: -.02em; text-wrap: balance; text-shadow: var(--shadow-text);
}
h2, .h2 { font-size: var(--fs-h2); }
h3, .h3 { font-size: var(--fs-h3); line-height: 1.05; }
h4, .h4 { font-size: var(--fs-h4); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--c-gold); text-decoration: none; transition: color .2s var(--ease), opacity .2s var(--ease); }
a:hover { color: var(--c-ink); }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
strong, b { font-weight: 600; }
small, .small { font-size: var(--fs-small); }
address { font-style: normal; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 300; background: var(--c-ink); color: #fff; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
[hidden] { display: none !important; }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(var(--container-narrow) + 2 * var(--gutter)); }
.section { padding-block: var(--section-sm); position: relative; }
.section__head { margin-bottom: clamp(32px, 4vw, 72px); }
.section__head--center { text-align: center; margin-inline: auto; max-width: 900px; }

.eyebrow {
  font-size: var(--fs-eyebrow); letter-spacing: .36em; text-transform: uppercase; color: var(--c-grey);
  margin: 0 0 clamp(16px, 2vw, 32px); line-height: 1.4;
}
.lead { font-size: var(--fs-lead); line-height: 1.15; color: var(--c-grey); margin: 0 0 .9em; text-wrap: pretty; }
.text { font-size: var(--fs-body); line-height: 1.45; max-width: 52ch; }
.text--center { margin-inline: auto; }

/* --- tlačítka --- */
.btn {
  display: inline-flex; align-items: center; gap: .9em; padding: .85em 1.6em; border: 1px solid var(--c-gold);
  border-radius: 999px; color: var(--c-gold); font-size: var(--fs-body); line-height: 1; background: transparent;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { background: var(--c-gold); color: #fff; transform: translateY(-1px); }
.btn--pill { background: var(--c-cream); border-color: transparent; }
.btn--pill:hover { background: var(--c-gold); }

/* --- animace při scrollu (JS přidá .is-visible; bez JS je vše viditelné) --- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-reveal][data-reveal-delay="1"] { transition-delay: .12s; }
.js [data-reveal][data-reveal-delay="2"] { transition-delay: .24s; }
.js [data-reveal][data-reveal-delay="3"] { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; }
}

/* --- dekorace: bublinky --- */
.bubbles { position: absolute; pointer-events: none; width: clamp(48px, 5vw, 97px); opacity: .9; }

/* ==========================================================================
   Hlavička
   ========================================================================== */
.site-header { position: relative; z-index: 50; background: var(--c-bg); }
.site-header__inner {
  min-height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(16px, 3vw, 64px);
}
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 48px); margin: 0; padding: 0; list-style: none; }
.site-nav--left { justify-content: flex-end; }
.site-nav--right { justify-content: flex-start; }
.site-nav a { font-size: var(--fs-body); letter-spacing: .02em; text-transform: uppercase; color: var(--c-gold); white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--c-ink); }
.brand { display: inline-flex; color: var(--c-gold); }
.brand svg, .brand img { width: clamp(38px, 2.6vw, 50px); height: auto; }
.nav-toggle {
  display: none; width: 64px; height: 64px; border: 1px solid var(--c-gold); border-radius: 50%; color: var(--c-gold);
  font-size: 1rem; align-items: center; justify-content: center; letter-spacing: .02em;
}
@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 1fr auto 1fr; }
  .site-nav--left, .site-nav--right { display: none; }
  .brand { grid-column: 2; }
  .nav-toggle { display: inline-flex; grid-column: 3; justify-self: end; }
  .site-header__inner > :first-child { grid-column: 1; }
}

/* mobilní menu – celoobrazovkové */
.mobile-menu {
  position: fixed; inset: 0; z-index: 100; background: var(--c-bg); display: flex; flex-direction: column; padding: var(--gutter);
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s .35s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-menu__top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: var(--header-h); }
.mobile-menu__top .brand { grid-column: 2; }
.mobile-menu__close { grid-column: 3; justify-self: end; width: 64px; height: 64px; border: 1px solid var(--c-gold); border-radius: 50%; color: var(--c-gold); font-size: .8rem; display: inline-flex; align-items: center; justify-content: center; }
.mobile-menu__list { list-style: none; margin: auto 0; padding: 0; display: grid; gap: clamp(14px, 3vh, 28px); }
.mobile-menu__list a { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 2.75rem); color: var(--c-gold); text-shadow: var(--shadow-text); }
.mobile-menu__social { display: flex; gap: 20px; margin-top: 32px; }
body.nav-open { overflow: hidden; }

/* ==========================================================================
   Sekce
   ========================================================================== */

/* --- Hero --- */
.hero { position: relative; }
.hero__media { position: relative; width: 100%; aspect-ratio: 2960 / 1047; min-height: 420px; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.03); }
.hero__content {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  color: #fff; padding-inline: var(--gutter);
}
.hero__title {
  font-size: var(--fs-hero); color: #fff; letter-spacing: .69em; text-indent: .69em; margin: 0;
  text-shadow: 0 6px 12px rgba(0, 0, 0, .25); line-height: 1;
}
.hero__by { margin-top: clamp(24px, 4vw, 96px); width: clamp(160px, 15vw, 285px); color: #fff; }
.hero__by img, .hero__by svg { width: 100%; }
.hero__claim { text-align: center; padding-block: clamp(40px, 5vw, 96px) 0; }
.hero__claim h2 { font-size: var(--fs-h2-sm); margin: 0; }
@media (max-width: 700px) {
  .hero__media { aspect-ratio: 430 / 470; }
  .hero__title { letter-spacing: .35em; text-indent: .35em; }
}

/* --- Ritual: fotografie + text --- */
.ritual { position: relative; padding-block: var(--section) var(--section-sm); }
.ritual__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 64px); align-items: start; }
.ritual__media { border-radius: var(--radius); overflow: hidden; margin-top: clamp(40px, 6vw, 96px); }
.ritual__media img { width: 100%; aspect-ratio: 866 / 566; object-fit: cover; }
.ritual__body { position: relative; }
.ritual__title { margin-bottom: clamp(32px, 4vw, 96px); }
.ritual .bubbles--1 { right: 8%; top: 10%; }
.ritual .bubbles--2 { left: 46%; bottom: -8%; width: 42px; }
@media (max-width: 800px) {
  .ritual__grid { grid-template-columns: 1fr; }
  .ritual__media { order: 2; margin-top: 0; }
  .ritual__body { order: 1; }
  .ritual__title { margin-bottom: 24px; }
  .ritual__text { order: 3; }
}

/* --- Detail: lahev uprostřed, 4 body kolem --- */
.detail { position: relative; text-align: center; padding-block: var(--section) 0; overflow: hidden; }
.detail__wave { position: absolute; left: 50%; top: 18%; width: min(760px, 70vw); transform: translateX(-50%); color: var(--c-cream); z-index: 0; opacity: .9; }
.detail__title { margin-bottom: clamp(24px, 3vw, 56px); position: relative; z-index: 1; }
.detail__stage { position: relative; display: grid; grid-template-columns: 1fr minmax(240px, 420px) 1fr; gap: clamp(16px, 3vw, 64px); align-items: center; z-index: 1; max-width: 1400px; margin-inline: auto; }
.detail__bottle { grid-column: 2; }
.detail__bottle img { width: 100%; max-height: 900px; object-fit: contain; margin-inline: auto; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .18)); }
.detail__points { display: grid; gap: clamp(40px, 6vw, 140px); text-align: left; }
.detail__points--left { grid-column: 1; justify-items: end; text-align: right; }
.detail__points--right { grid-column: 3; }
.detail__point { max-width: 330px; }
.detail__point h3 { font-size: var(--fs-h3); margin-bottom: .2em; }
.detail__points--left .detail__point:first-child { margin-bottom: 30%; }
.detail__points--right .detail__point:first-child { margin-top: -30%; }
.detail__point--bottom { grid-column: 1 / -1; text-align: center; max-width: 380px; margin-inline: auto; margin-top: clamp(-40px, -3vw, -16px); }
@media (max-width: 800px) {
  .detail__stage { grid-template-columns: 1fr; }
  .detail__bottle { grid-column: 1; max-width: 260px; margin-inline: auto; }
  .detail__points { grid-column: 1; text-align: center; justify-items: center; }
  .detail__points .detail__point:first-child { margin: 0; }
  .detail__point--bottom { margin-top: 0; }
  .detail__wave { top: 30%; width: 120vw; }
}

/* --- Technology --- */
.technology { position: relative; padding-block: var(--section) var(--section-sm); overflow: hidden; }
.technology__bg { position: absolute; inset: auto -10% 0; top: -10%; z-index: 0; pointer-events: none; color: var(--c-cream); }
.technology__bg svg, .technology__bg img { width: 100%; height: 100%; object-fit: cover; }
.technology__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 96px); align-items: end; }
.technology__media { position: relative; border-radius: var(--radius); overflow: hidden; }
.technology__media img { width: 100%; aspect-ratio: 956 / 197; object-fit: cover; }
.technology__signature { position: absolute; left: 6%; top: 50%; transform: translateY(-50%); width: 22%; max-width: 233px; }
.steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 64px); margin-top: clamp(48px, 6vw, 120px); padding-inline: clamp(0px, 6vw, 140px); }
.step { display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 1.5vw, 28px); align-items: start; }
.step__num { font-family: var(--font-display); font-size: var(--fs-h2); color: var(--c-gold); line-height: .9; text-shadow: var(--shadow-text); }
.step__text { font-size: var(--fs-lead); line-height: 1.1; padding-top: .2em; }
.step__note { display: block; font-family: var(--font-display); font-size: var(--fs-h4); color: var(--c-gold); margin-top: .5em; text-shadow: var(--shadow-text); }
@media (max-width: 900px) {
  .technology__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; padding-inline: 0; }
}

/* --- Variants (slider) --- */
.variants { position: relative; padding-block: var(--section) var(--section-sm); overflow: hidden; }
.variants__head { text-align: center; max-width: 900px; margin-inline: auto; margin-bottom: clamp(32px, 4vw, 96px); }
.variants__viewport { position: relative; }
.variants__track { display: grid; }
.variant { grid-area: 1 / 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 96px); align-items: center; opacity: 0; visibility: hidden; transform: translateX(40px); transition: opacity .6s var(--ease), transform .6s var(--ease), visibility 0s .6s; color: var(--variant-color, var(--c-gold)); }
.variant.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; position: relative; z-index: 1; }
.variant.is-leaving { transform: translateX(-40px); }
.variant__stage { position: relative; aspect-ratio: 715 / 1263; max-height: 820px; margin-inline: auto; width: 100%; max-width: 560px; }
.variant__wave { position: absolute; inset: 0; color: var(--variant-color); }
.variant__wave svg { width: 100%; height: 100%; }
.variant__bottle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 78%; width: auto; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .2)); }
.variant__body h3, .variant__body h4 { color: var(--variant-color); }
.variant__name { font-size: var(--fs-h2); letter-spacing: .55em; margin-bottom: .3em; }
.variant__row { margin-bottom: clamp(20px, 2.5vw, 48px); }
.variant__row h4 { font-size: var(--fs-h3); margin-bottom: .15em; }
.variant__row p { color: var(--c-grey-dark); max-width: 46ch; }
.variants__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 68px; height: 68px; border-radius: 50%; background: var(--c-cream); color: var(--c-gold); display: inline-flex; align-items: center; justify-content: center; z-index: 2; transition: background .2s var(--ease), color .2s var(--ease); }
.variants__nav:hover { background: var(--c-gold); color: #fff; }
.variants__nav--prev { left: calc(-1 * var(--gutter) / 2); }
.variants__nav--next { right: calc(-1 * var(--gutter) / 2); }
.variants__nav svg { width: 22px; height: 22px; }
.variants__swatches { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(24px, 3vw, 48px); padding: 0; list-style: none; }
@media (min-width: 901px) { .variants__swatches { margin-left: calc(50% + clamp(12px, 2vw, 48px)); margin-top: clamp(-120px, -6vw, -40px); position: relative; z-index: 2; } }
.variants__swatch { width: 30px; height: 40px; display: inline-flex; color: var(--swatch, var(--c-gold)); opacity: .8; transition: transform .2s var(--ease), opacity .2s var(--ease); }
.variants__swatch svg { width: 100%; height: 100%; }
.variants__swatch:hover, .variants__swatch[aria-pressed="true"] { opacity: 1; transform: translateY(-4px) scale(1.08); }
@media (max-width: 900px) {
  .variant { grid-template-columns: 1fr; }
  .variant__stage { max-width: 320px; }
  .variants__nav { top: 22%; }
  .variants__nav--prev { left: 0; }
  .variants__nav--next { right: 0; }
}

/* --- Care --- */
.care { position: relative; padding-block: var(--section) var(--section-sm); }
.care__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 96px); align-items: center; }
.care__body { position: relative; }
.care__body .bubbles { right: 10%; top: 26%; }
.care__photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1vw, 20px); }
.care__photos img { width: 100%; aspect-ratio: 260 / 450; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 800px) {
  .care__grid { grid-template-columns: 1fr; }
}

/* --- Find (vlajky + domény) --- */
.find { padding-block: var(--section) var(--section-sm); text-align: center; }
.find__list { list-style: none; margin: clamp(24px, 3vw, 64px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: clamp(16px, 3vw, 48px); max-width: 1400px; margin-inline: auto; }
.find__item a { display: inline-flex; align-items: center; gap: 16px; color: var(--c-grey); font-size: var(--fs-body); }
.find__item a:hover { color: var(--c-gold); }
.find__item img, .find__item svg { width: 60px; height: 60px; border-radius: 50%; box-shadow: var(--shadow-soft); }

/* --- Jurnal: výpis --- */
.jurnal-list { padding-block: var(--section-sm) var(--section-sm); }
.jurnal-list__head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 80px); }
.jurnal-list__head .lead { max-width: 30ch; }
.jurnal-list__items { display: grid; }
.article-card { display: grid; grid-template-columns: minmax(200px, 530px) minmax(0, 1fr); gap: clamp(20px, 3vw, 50px); padding-block: clamp(24px, 3vw, 56px); border-bottom: 1px solid var(--c-sand); align-items: start; }
.article-card:last-child { border-bottom: 0; }
.article-card__media { border-radius: var(--radius); overflow: hidden; }
.article-card__media img { width: 100%; aspect-ratio: 530 / 295; object-fit: cover; transition: transform .6s var(--ease); }
.article-card:hover .article-card__media img { transform: scale(1.03); }
.article-card__title { font-size: var(--fs-h3); margin-bottom: .3em; }
.article-card__meta { margin: 0 0 1em; font-size: var(--fs-body); }
.article-card__excerpt { max-width: 62ch; margin-bottom: 1.4em; }
@media (max-width: 700px) {
  .article-card { grid-template-columns: 1fr; }
}

/* --- Jurnal: blok na homepage --- */
.jurnal-teaser { padding-block: var(--section) var(--section-sm); }
.jurnal-teaser__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(24px, 3vw, 48px); }

/* --- Článek --- */
.article { padding-block: var(--section-sm) var(--section-sm); }
.article__head { text-align: center; margin-bottom: clamp(32px, 4vw, 64px); }
.article__meta { font-size: var(--fs-body); margin-bottom: .5em; }
.article__title { font-size: var(--fs-h2); }
.article__lead { font-size: var(--fs-lead); line-height: 1.15; max-width: 30ch; margin-inline: auto; }
.article__cover { margin: clamp(24px, 3vw, 48px) 0; border-radius: var(--radius); overflow: hidden; }
.article__cover img { width: 100%; aspect-ratio: 1086 / 388; object-fit: cover; }
.prose { max-width: 62ch; }
.prose h2, .prose h3 { font-size: var(--fs-h3); margin-top: clamp(40px, 5vw, 96px); margin-bottom: .5em; }
.prose p { margin-bottom: 1.2em; }
.prose img { border-radius: var(--radius); }
.article__quote { font-family: var(--font-display); font-size: var(--fs-h4); color: var(--c-gold); text-align: center; max-width: 30ch; margin: clamp(40px, 5vw, 96px) auto; line-height: 1.15; text-shadow: var(--shadow-text); }
.article__cta { margin-top: clamp(40px, 5vw, 96px); }
.article-cta { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 3vw, 48px); align-items: center; background: var(--c-cream); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 48px); }
.article-cta__media img { width: clamp(120px, 15vw, 220px); aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-lg); }
.article-cta__body h2 { margin-bottom: .3em; }
@media (max-width: 640px) { .article-cta { grid-template-columns: 1fr; } }

/* --- stránkování --- */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: clamp(32px, 4vw, 64px); }
.pagination a, .pagination span { display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--c-sand); }
.pagination .current { background: var(--c-gold); color: #fff; border-color: var(--c-gold); }

/* --- jednoduchá stránka / 404 --- */
.page-simple { padding-block: var(--section); text-align: center; }

/* --- Text (volný obsah) --- */
.textblock { padding-block: var(--section-sm); }

/* ==========================================================================
   Patička
   ========================================================================== */
.site-footer { padding-block: var(--section) clamp(24px, 3vw, 48px); }
.footer-capsule {
  position: relative; background: var(--c-cream); border-radius: 999px; padding: clamp(28px, 3vw, 48px) clamp(28px, 4vw, 76px);
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(20px, 3vw, 56px); overflow: hidden;
}
.footer-capsule__lines { position: absolute; inset: 0; pointer-events: none; }
.footer-capsule__lines svg, .footer-capsule__lines img { width: 100%; height: 100%; object-fit: cover; }
.footer-capsule > :not(.footer-capsule__lines) { position: relative; }
.footer-capsule__claim { font-size: var(--fs-h3); margin: 0; line-height: 1; max-width: 8em; }
.footer-capsule__text { font-size: var(--fs-small); max-width: 22ch; margin: 0; }
.footer-capsule__social { display: flex; gap: 14px; }
.social-link { display: inline-flex; width: 48px; height: 48px; color: var(--c-gold); align-items: center; justify-content: center; }
.social-link svg { width: 32px; height: 32px; }
.social-link:hover { color: var(--c-ink); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: clamp(24px, 3vw, 48px) clamp(28px, 4vw, 76px) 0; font-size: var(--fs-small); line-height: 1.35; }
.site-footer__cols { display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 72px); }
.site-footer__cols p { margin: 0; }
.site-footer__brands { display: inline-flex; align-items: center; gap: 14px; color: var(--c-gold); }
.site-footer__brands .sep { width: 1px; height: 29px; background: var(--c-gold); opacity: .6; }
.site-footer__brands em { font-family: var(--font-display); font-style: normal; font-size: var(--fs-body); }
.site-footer__note { text-align: center; margin-top: clamp(24px, 3vw, 56px); font-size: var(--fs-small); }
.dev-badge { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--c-sand); font-size: .75rem; letter-spacing: .05em; text-transform: uppercase; }
@media (max-width: 900px) {
  .footer-capsule { grid-template-columns: 1fr; border-radius: var(--radius-lg); text-align: left; }
  .site-footer__bottom { grid-template-columns: 1fr; }
}
