/* ============================================================
   CASPIAN SUN FOOD — "Cinematic Provenance"
   An award-grade scroll-told journey: sea → catch → cold chain → plate.
   Palette: ocean-depth navy/teal + luminous Caspian gold + warm ivory
   Type: Fraunces (cinematic serif) · Inter (body) · IBM Plex Mono (provenance data)
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Ocean-depth palette */
  --abyss:      #04141B;   /* deepest sea — near-black */
  --abyss-2:    #061E28;
  --deep:       #0A3240;   /* deep teal */
  --sea:        #12586B;   /* mid teal */
  --tide:       #2E8FA3;   /* bright teal */
  --lumen:      #6FD9D2;   /* bioluminescent glow accent */
  --foam:       #D7EBE8;   /* pale sea-foam */
  --ivory:      #F6F1E6;   /* warm ivory */
  --ivory-2:    #ECE3D2;
  --gold:       #E6A63C;   /* Caspian gold — the guiding light */
  --gold-deep:  #C9862A;
  --gold-soft:  #F4D08B;
  --gold-glow:  rgba(230,166,60,.5);
  --coral:      #E1583F;
  --ink:        #0A1E26;
  --ink-soft:   #45606A;
  --cream-soft: rgba(246,241,230,.70);
  --cream-faint:rgba(246,241,230,.42);
  --line-dark:  rgba(215,235,232,.14);
  --line-gold:  rgba(230,166,60,.32);
  --line-light: rgba(10,30,38,.12);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --fs-body:  clamp(1rem, .96rem + .2vw, 1.14rem);
  --fs-lead:  clamp(1.14rem, 1.03rem + .5vw, 1.42rem);
  --fs-h3:    clamp(1.5rem, 1.2rem + 1.3vw, 2.2rem);
  --fs-h2:    clamp(2.1rem, 1.4rem + 2.9vw, 3.9rem);
  --fs-h1:    clamp(2.8rem, 1.6rem + 5.4vw, 6rem);
  --fs-mega:  clamp(3.4rem, 1.4rem + 9vw, 9rem);

  --container: 1280px;
  --gutter: clamp(1.15rem, 4vw, 2.6rem);
  --section-y: clamp(4.5rem, 9vw, 9rem);
  --radius: 16px;
  --radius-sm: 11px;
  --radius-lg: 26px;

  --shadow-sm: 0 6px 22px rgba(4,20,27,.10);
  --shadow-md: 0 22px 55px rgba(4,20,27,.20);
  --shadow-lg: 0 44px 100px rgba(4,20,27,.42);
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
body {
  font-family: var(--sans); font-size: var(--fs-body); line-height: 1.65;
  color: var(--ink); background: var(--ivory);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--gold); color: var(--abyss); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.018em; }
h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.12; } h4 { font-size: clamp(1.15rem,1rem+.6vw,1.45rem); line-height: 1.2; }
p { text-wrap: pretty; }
strong { font-weight: 600; }
.serif-italic { font-family: var(--serif); font-style: italic; font-weight: 400; }

/* Mono provenance label — the signature detail */
.eyebrow, .mono-label {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow.on-dark { color: var(--gold-soft); }
.eyebrow.centered { justify-content: center; }
.eyebrow.no-line::before { display: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-wide { max-width: 1480px; }
.container-narrow { max-width: 820px; }
.section { padding-block: var(--section-y); position: relative; }
.section--dark { background: var(--deep); color: var(--ivory); }
.section--abyss { background: var(--abyss); color: var(--ivory); }
.section--ivory2 { background: var(--ivory-2); }
.section-head { max-width: 660px; margin-bottom: clamp(2.4rem, 4vw, 3.6rem); }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 1.1rem; }
.section-head p { color: var(--ink-soft); font-size: var(--fs-lead); margin-top: 1.1rem; }
.section--dark .section-head p, .section--abyss .section-head p { color: var(--cream-soft); }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); }
.section--dark .lead, .section--abyss .lead { color: var(--cream-soft); }
.text-gold { color: var(--gold); }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--gold); --btn-fg: var(--abyss);
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem 1.7rem; border-radius: 100px;
  font-family: var(--sans); font-weight: 600; font-size: .97rem; letter-spacing: .01em;
  background: var(--btn-bg); color: var(--btn-fg); position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
  will-change: transform; text-align: center; line-height: 1.2;
}
.btn svg { width: 1.15em; height: 1.15em; position: relative; z-index: 1; }
.btn span { position: relative; z-index: 1; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px var(--gold-glow); background: var(--gold-deep); }
.btn:active { transform: translateY(-1px); }
.btn--lg { padding: 1.15rem 2.2rem; font-size: 1.04rem; }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-light); }
.btn--outline:hover { --btn-bg: var(--ink); --btn-fg: var(--ivory); box-shadow: none; }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: var(--ivory); box-shadow: inset 0 0 0 1.5px rgba(215,235,232,.3); }
.btn--ghost-light:hover { --btn-bg: var(--ivory); --btn-fg: var(--abyss); box-shadow: none; }
.btn--coral { --btn-bg: var(--coral); --btn-fg: #fff; }
.btn--block { width: 100%; }
.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .82rem;
  font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--sea);
  border-bottom: 1px solid transparent; padding-bottom: 3px; transition: gap .3s var(--ease), border-color .3s;
}
.section--dark .link-arrow, .section--abyss .link-arrow { color: var(--gold-soft); }
.link-arrow:hover { gap: .85rem; border-color: currentColor; }
.link-arrow svg { width: 1.15em; height: 1.15em; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding-block: 1.2rem; transition: background .5s var(--ease), box-shadow .5s var(--ease), padding .5s var(--ease); }
.site-header.scrolled { background: rgba(4,20,27,.8); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line-dark); padding-block: .7rem; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ivory); z-index: 2; }
.brand__mark { width: 44px; height: 44px; flex: none; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; letter-spacing: .01em; }
.brand__tag { font-family: var(--mono); font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-soft); margin-top: 5px; }
.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__links a { color: var(--ivory); font-weight: 500; font-size: .94rem; position: relative; padding: .3rem 0; opacity: .88; transition: opacity .25s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--gold); transition: width .3s var(--ease); }
.nav__links a:hover, .nav__links a[aria-current="page"] { opacity: 1; }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: .8rem; }
.nav__cta-mobile { display: none; }
.nav__toggle { display: none; width: 46px; height: 46px; border-radius: 12px; z-index: 2; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--ivory); margin: 5px auto; transition: transform .3s var(--ease), opacity .3s; }
.nav.open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__item { position: relative; }
.nav__panel { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); background: rgba(4,20,27,.96); backdrop-filter: blur(16px); border: 1px solid var(--line-dark); border-radius: var(--radius-sm); padding: .6rem; min-width: 232px; display: grid; gap: 2px; opacity: 0; visibility: hidden; transition: opacity .28s var(--ease), transform .28s var(--ease); box-shadow: var(--shadow-md); }
.nav__item:hover .nav__panel, .nav__item:focus-within .nav__panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__panel a { display: flex; align-items: center; gap: .7rem; padding: .7rem .8rem; border-radius: 9px; font-size: .92rem; opacity: .92; }
.nav__panel a::after { display: none; }
.nav__panel a:hover { background: rgba(215,235,232,.07); }
.nav__panel svg { width: 20px; height: 20px; color: var(--gold-soft); flex: none; }
.nav__has-caret { display: inline-flex; align-items: center; gap: .35rem; }
.nav__has-caret svg { width: 14px; height: 14px; transition: transform .3s; }
.nav__item:hover .nav__has-caret svg { transform: rotate(180deg); }

/* ============================================================
   CINEMATIC HERO
   ============================================================ */
.cine-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--ivory); overflow: hidden; background: var(--abyss); }
.cine-hero__bg { position: absolute; inset: 0; z-index: 0; }
.cine-hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); animation: kenburns 18s ease-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.12) translate(0,0); } to { transform: scale(1.24) translate(-2%,-2%); } }
.cine-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,20,27,.62) 0%, rgba(4,20,27,.28) 32%, rgba(4,20,27,.72) 72%, var(--abyss) 100%), linear-gradient(90deg, rgba(4,20,27,.8) 0%, rgba(4,20,27,.05) 55%); }
.cine-hero__sun { position: absolute; z-index: 1; right: 10%; top: 22%; width: min(34vw, 400px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 50%, var(--gold-soft) 0%, var(--gold) 40%, rgba(230,166,60,0) 70%); filter: blur(3px); opacity: .85; animation: sunrise 2s var(--ease-out) both; }
@keyframes sunrise { from { transform: translateY(90px) scale(.6); opacity: 0; } to { transform: translateY(0) scale(1); opacity: .85; } }
.cine-hero__inner { position: relative; z-index: 2; width: 100%; padding-block: 0 clamp(3.5rem, 7vw, 6rem); }
.cine-hero__eyebrow { animation: fadeUp 1s var(--ease-out) .2s both; }
.cine-hero h1 { font-weight: 400; margin-top: 1.4rem; max-width: 15ch; }
.cine-hero h1 .serif-italic { color: var(--gold-soft); }
.cine-hero__lead { font-size: var(--fs-lead); color: var(--cream-soft); margin-top: 1.6rem; max-width: 54ch; animation: fadeUp 1s var(--ease-out) 1.1s both; }
.cine-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.3rem; animation: fadeUp 1s var(--ease-out) 1.3s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* Kinetic word-by-word headline */
.kinetic { display: inline; }
.kinetic .word { display: inline-block; overflow: hidden; vertical-align: top; }
.kinetic .word > span { display: inline-block; transform: translateY(105%); transition: transform .9s var(--ease-out); }
html.js .kinetic.in .word > span, html:not(.js) .kinetic .word > span { transform: none; }
.kinetic .word:nth-child(1) > span { transition-delay: .35s; }
.kinetic .word:nth-child(2) > span { transition-delay: .43s; }
.kinetic .word:nth-child(3) > span { transition-delay: .51s; }
.kinetic .word:nth-child(4) > span { transition-delay: .59s; }
.kinetic .word:nth-child(5) > span { transition-delay: .67s; }
.kinetic .word:nth-child(6) > span { transition-delay: .75s; }
.kinetic .word:nth-child(7) > span { transition-delay: .83s; }
.kinetic .word:nth-child(8) > span { transition-delay: .91s; }
.kinetic .word:nth-child(9) > span { transition-delay: .99s; }

/* Provenance data ticker — monospace spec strip */
.provenance { display: flex; flex-wrap: wrap; gap: 1.4rem 2.2rem; margin-top: 2.6rem; padding-top: 1.9rem; border-top: 1px solid var(--line-gold); animation: fadeUp 1s var(--ease-out) 1.5s both; }
.prov-item { display: flex; flex-direction: column; gap: .35rem; }
.prov-item .k { font-family: var(--mono); font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--cream-faint); }
.prov-item .v { font-family: var(--mono); font-size: 1.02rem; font-weight: 500; color: var(--gold-soft); }
.prov-item .v b { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; color: var(--gold-soft); }
.cine-hero__scroll { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--cream-soft); }
.cine-hero__scroll span { width: 1px; height: 38px; background: linear-gradient(var(--gold-soft), transparent); animation: scrolldrop 2s infinite; }
@keyframes scrolldrop { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ============================================================
   THE JOURNEY — scroll-told chapters + depth rail
   ============================================================ */
.journey { position: relative; background: var(--abyss); color: var(--ivory); }
.journey__rail { position: fixed; left: clamp(1rem, 3vw, 2.4rem); top: 50%; transform: translateY(-50%); z-index: 40; display: flex; flex-direction: column; gap: 1.1rem; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease); }
.journey__rail.show { opacity: 1; visibility: visible; }
.journey__rail li { display: flex; align-items: center; gap: .7rem; font-family: var(--mono); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cream-faint); transition: color .4s; }
.journey__rail .dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--cream-faint); transition: background .4s, border-color .4s, transform .4s; flex: none; }
.journey__rail li.active { color: var(--gold-soft); }
.journey__rail li.active .dot { background: var(--gold); border-color: var(--gold); transform: scale(1.3); box-shadow: 0 0 12px var(--gold-glow); }
.journey__rail .label { opacity: 0; transform: translateX(-6px); transition: opacity .4s, transform .4s; }
.journey__rail li.active .label { opacity: 1; transform: none; }

.chapter { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: clip; padding-block: clamp(4rem,10vh,7rem); }
.chapter__bg { position: absolute; inset: -10% 0; z-index: 0; }
.chapter__bg img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.chapter__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--abyss) 0%, rgba(4,20,27,.72) 42%, rgba(4,20,27,.35) 100%); }
.chapter--right .chapter__bg::after { background: linear-gradient(270deg, var(--abyss) 0%, rgba(4,20,27,.72) 42%, rgba(4,20,27,.35) 100%); }
.chapter__inner { position: relative; z-index: 2; max-width: 620px; }
.chapter--right .chapter__inner { margin-left: auto; text-align: right; }
.chapter--right .chapter__inner .eyebrow { flex-direction: row-reverse; }
.chapter--right .chapter__inner .eyebrow::before { display: none; }
.chapter__num { font-family: var(--serif); font-size: clamp(4rem, 3rem + 6vw, 9rem); line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--line-gold); display: block; margin-bottom: .4rem; }
.chapter h2 { font-size: var(--fs-h2); margin-top: .6rem; }
.chapter h2 em { font-style: italic; color: var(--gold-soft); }
.chapter p { color: var(--cream-soft); font-size: var(--fs-lead); margin-top: 1.2rem; }
.chapter__data { display: flex; flex-wrap: wrap; gap: 1.6rem; margin-top: 1.9rem; }
.chapter--right .chapter__data { justify-content: flex-end; }
.chapter__data .d { font-family: var(--mono); font-size: .8rem; color: var(--gold-soft); letter-spacing: .04em; }
.chapter__data .d span { display: block; color: var(--cream-faint); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; margin-top: .3rem; }

/* ---------- Wave divider ---------- */
.wave { display: block; width: 100%; line-height: 0; }
.wave svg { width: 100%; height: clamp(40px, 6vw, 90px); display: block; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--abyss); color: var(--ivory); border-block: 1px solid var(--line-dark); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-dark); }
.trustbar__item { background: var(--abyss); display: flex; align-items: center; gap: .95rem; padding: 1.6rem clamp(1rem,2.5vw,1.8rem); }
.trustbar__item svg { width: 34px; height: 34px; color: var(--gold); flex: none; }
.trustbar__item b { display: block; font-family: var(--serif); font-size: 1.06rem; }
.trustbar__item span { font-size: .82rem; color: var(--cream-soft); }

/* ---------- Split media ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; aspect-ratio: 4/3.5; object-fit: cover; transition: transform 1.3s var(--ease); }
.split__media:hover img { transform: scale(1.05); }
.split__badge { position: absolute; bottom: 1.2rem; left: 1.2rem; background: rgba(4,20,27,.82); backdrop-filter: blur(10px); color: var(--ivory); padding: 1rem 1.3rem; border-radius: var(--radius-sm); border: 1px solid var(--line-gold); display: flex; align-items: center; gap: .9rem; }
.split__badge svg { width: 30px; height: 30px; color: var(--gold); }
.split__badge b { font-family: var(--serif); font-size: 1.5rem; display: block; line-height: 1; }
.split__badge span { font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-soft); }
.feature-list { display: grid; gap: 1.1rem; margin-top: 1.9rem; }
.feature-list li { display: flex; gap: .85rem; align-items: flex-start; }
.feature-list svg { width: 22px; height: 22px; color: var(--gold); flex: none; margin-top: 3px; }
.feature-list b { font-weight: 600; }
.feature-list p { color: var(--ink-soft); font-size: .96rem; }
.section--dark .feature-list p, .section--abyss .feature-list p { color: var(--cream-soft); }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: clamp(1.1rem, 2.5vw, 1.6rem); }
.cat-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 400px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ivory); box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.cat-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 1.2s var(--ease); }
.cat-card:hover img { transform: scale(1.09); }
.cat-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,20,27,0) 28%, rgba(4,20,27,.55) 60%, rgba(4,20,27,.94) 100%); }
.cat-card__body { position: relative; z-index: 2; padding: 1.7rem; }
.cat-card__kicker { font-family: var(--mono); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }
.cat-card h3 { margin-top: .6rem; font-size: 1.6rem; }
.cat-card p { color: var(--cream-soft); font-size: .92rem; margin-top: .4rem; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--ease), opacity .4s, margin .4s; }
.cat-card:hover p, .cat-card:focus-within p { max-height: 130px; opacity: 1; margin-top: .7rem; }
.cat-card__link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.1rem; font-family: var(--mono); font-weight: 500; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-soft); }
.cat-card__link svg { width: 1.2em; height: 1.2em; transition: transform .3s var(--ease); }
.cat-card:hover .cat-card__link svg { transform: translateX(5px); }

/* ---------- Value cards ---------- */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.value-card { background: var(--ivory); border: 1px solid var(--line-light); border-radius: var(--radius); padding: clamp(1.7rem, 3vw, 2.3rem); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; position: relative; }
.section--dark .value-card, .section--abyss .value-card { background: rgba(215,235,232,.045); border-color: var(--line-dark); }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.value-card__icon { width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.4rem; background: linear-gradient(140deg, var(--gold-soft), var(--gold)); color: var(--abyss); }
.value-card__icon svg { width: 28px; height: 28px; }
.value-card h3 { font-size: 1.32rem; }
.value-card p { color: var(--ink-soft); font-size: .96rem; margin-top: .6rem; }
.section--dark .value-card p, .section--abyss .value-card p { color: var(--cream-soft); }
.value-card__num { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; color: var(--gold-deep); }
.section--dark .value-card__num, .section--abyss .value-card__num { color: var(--gold-soft); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.step { position: relative; padding-top: 2.8rem; }
.step__num { position: absolute; top: 0; left: 0; font-family: var(--serif); font-size: 1rem; color: var(--abyss); background: var(--gold); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; }
.step__line { position: absolute; top: 21px; left: 42px; right: -1rem; height: 1px; background: repeating-linear-gradient(90deg, var(--line-gold) 0 7px, transparent 7px 15px); }
.step:last-child .step__line { display: none; }
.step h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.step p { color: var(--cream-soft); font-size: .94rem; }
.section:not(.section--dark):not(.section--abyss) .step p { color: var(--ink-soft); }
.section:not(.section--dark):not(.section--abyss) .step__line { background: repeating-linear-gradient(90deg, var(--line-light) 0 7px, transparent 7px 15px); }

/* ---------- Product cards ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.prod-card { background: var(--ivory); border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.prod-card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.prod-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.prod-card:hover .prod-card__img img { transform: scale(1.08); }
.prod-card__tag { position: absolute; top: .8rem; left: .8rem; background: rgba(4,20,27,.82); color: var(--gold-soft); font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; padding: .4rem .7rem; border-radius: 100px; backdrop-filter: blur(6px); }
.prod-card__body { padding: 1.3rem 1.35rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.prod-card__body h3 { font-size: 1.22rem; }
.prod-card__body p { color: var(--ink-soft); font-size: .88rem; margin-top: .45rem; flex: 1; }
.prod-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--line-light); }
.prod-card__meta { font-family: var(--mono); font-size: .68rem; letter-spacing: .04em; color: var(--ink-soft); text-transform: uppercase; }
.prod-card__meta b { color: var(--ink); }

/* ---------- Stats / spec sheet ---------- */
.stats-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(1.5rem, 4vw, 3rem); text-align: center; }
.stat b { font-family: var(--serif); font-size: clamp(2.8rem, 1.6rem + 3.2vw, 4.6rem); font-weight: 400; color: var(--gold-soft); display: block; line-height: 1; }
.stat span { display: block; margin-top: .8rem; font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-soft); }

/* ---------- Testimonials ---------- */
.tst-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); gap: clamp(1.1rem, 2.5vw, 1.6rem); }
.tst-card { background: var(--ivory); border: 1px solid var(--line-light); border-radius: var(--radius); padding: clamp(1.7rem, 3vw, 2.3rem); display: flex; flex-direction: column; }
.section--dark .tst-card, .section--abyss .tst-card { background: rgba(215,235,232,.045); border-color: var(--line-dark); }
.tst-card__stars { color: var(--gold); display: flex; gap: 3px; margin-bottom: 1.1rem; }
.tst-card__stars svg { width: 18px; height: 18px; }
.tst-card blockquote { font-family: var(--serif); font-size: 1.22rem; line-height: 1.44; flex: 1; }
.section:not(.section--dark):not(.section--abyss) .tst-card blockquote { color: var(--ink); }
.tst-card__by { display: flex; align-items: center; gap: .9rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line-light); }
.section--dark .tst-card__by, .section--abyss .tst-card__by { border-color: var(--line-dark); }
.tst-card__avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, var(--sea), var(--deep)); color: var(--ivory); display: grid; place-items: center; font-family: var(--serif); flex: none; }
.tst-card__by b { display: block; font-weight: 600; }
.tst-card__by span { font-family: var(--mono); font-size: .72rem; color: var(--ink-soft); letter-spacing: .04em; }
.section--dark .tst-card__by span, .section--abyss .tst-card__by span { color: var(--cream-soft); }

/* ---------- Marquee (clientele) ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 3.5rem; width: max-content; animation: marquee 34s linear infinite; }
.marquee__track span { font-family: var(--serif); font-size: clamp(1.3rem, 1rem + 1.4vw, 2.1rem); color: var(--cream-soft); white-space: nowrap; display: inline-flex; align-items: center; gap: 3.5rem; }
.marquee__track span::after { content: "✦"; color: var(--gold); font-size: .7em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--deep); color: var(--ivory); padding: clamp(2.6rem, 6vw, 5.2rem); }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; opacity: .3; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, var(--abyss) 22%, rgba(4,20,27,.5) 100%); }
.cta-band__inner { position: relative; z-index: 2; max-width: 640px; }
.cta-band h2 { color: var(--ivory); }
.cta-band p { color: var(--cream-soft); font-size: var(--fs-lead); margin-top: 1.1rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; max-width: 880px; margin-inline: auto; }
.faq__item { border: 1px solid var(--line-light); border-radius: var(--radius-sm); overflow: hidden; background: var(--ivory); transition: border-color .3s, box-shadow .3s; }
.section--dark .faq__item, .section--abyss .faq__item { background: rgba(215,235,232,.045); border-color: var(--line-dark); }
.faq__item[open] { border-color: var(--line-gold); box-shadow: var(--shadow-sm); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; font-family: var(--serif); font-size: 1.14rem; cursor: pointer; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .icon { width: 26px; height: 26px; flex: none; position: relative; border-radius: 50%; background: var(--gold); }
.faq__q .icon::before, .faq__q .icon::after { content: ""; position: absolute; inset: 50% 6px auto; height: 2px; background: var(--abyss); top: 50%; transform: translateY(-50%); transition: transform .3s var(--ease); }
.faq__q .icon::after { transform: translateY(-50%) rotate(90deg); }
.faq__item[open] .faq__q .icon::after { transform: translateY(-50%) rotate(0); opacity: 0; }
.faq__a { padding: 0 1.5rem 1.4rem; color: var(--ink-soft); }
.section--dark .faq__a, .section--abyss .faq__a { color: var(--cream-soft); }

/* ---------- Forms ---------- */
.form-card { background: var(--ivory); border: 1px solid var(--line-light); border-radius: var(--radius-lg); padding: clamp(1.7rem, 4vw, 2.8rem); box-shadow: var(--shadow-md); }
.section--dark .form-card, .section--abyss .form-card { background: #fff; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .5rem; }
.field input, .field select, .field textarea { width: 100%; padding: .9rem 1rem; border-radius: var(--radius-sm); background: var(--ivory-2); border: 1.5px solid transparent; transition: border-color .25s, background .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: .6rem; }
.form-status { margin-top: 1rem; padding: .9rem 1.1rem; border-radius: var(--radius-sm); font-size: .92rem; display: none; }
.form-status.ok { display: block; background: rgba(46,143,163,.12); color: var(--sea); border: 1px solid rgba(46,143,163,.3); }
.form-status.err { display: block; background: rgba(225,88,63,.1); color: var(--coral); border: 1px solid rgba(225,88,63,.3); }

/* ---------- Contact tiles ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,220px),1fr)); gap: 1.1rem; }
.contact-tile { display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem; border-radius: var(--radius); background: rgba(215,235,232,.045); border: 1px solid var(--line-dark); }
.contact-tile svg { width: 26px; height: 26px; color: var(--gold); flex: none; }
.contact-tile b { display: block; font-family: var(--serif); font-size: 1.06rem; margin-bottom: .2rem; }
.contact-tile a, .contact-tile span { color: var(--cream-soft); font-size: .95rem; word-break: break-word; }
.contact-tile a:hover { color: var(--gold-soft); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1rem; }
.gallery-grid figure { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; }
.gallery-grid.masonry figure:nth-child(3n+1) { aspect-ratio: 3/4; }
.gallery-grid figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.gallery-grid figure:hover img { transform: scale(1.08); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0 0; padding: 1.5rem 1rem .9rem; color: var(--ivory); font-family: var(--serif); font-size: 1.05rem; background: linear-gradient(transparent, rgba(4,20,27,.88)); transform: translateY(6px); opacity: 0; transition: opacity .4s, transform .4s; }
.gallery-grid figure:hover figcaption { opacity: 1; transform: translateY(0); }

/* ---------- Page hero (inner pages) — cinematic ---------- */
.page-hero { position: relative; padding-top: clamp(10rem, 16vw, 13rem); padding-bottom: clamp(4rem, 8vw, 6.5rem); color: var(--ivory); overflow: hidden; background: var(--abyss); }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: kenburns 20s ease-out infinite alternate; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,20,27,.66), rgba(4,20,27,.82) 60%, var(--abyss)), linear-gradient(90deg, rgba(4,20,27,.72), rgba(4,20,27,.1) 60%); }
.page-hero__inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { margin-top: 1.1rem; font-weight: 400; }
.page-hero p { color: var(--cream-soft); font-size: var(--fs-lead); margin-top: 1.2rem; max-width: 58ch; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--cream-soft); }
.breadcrumb a:hover { color: var(--gold-soft); }
.breadcrumb svg { width: 13px; height: 13px; opacity: .6; }
.breadcrumb [aria-current] { color: var(--gold-soft); }

/* ---------- Prose ---------- */
.prose { max-width: 760px; margin-inline: auto; }
.prose > * + * { margin-top: 1.3rem; }
.prose h2 { font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.3rem); margin-top: 2.7rem; }
.prose h3 { font-size: 1.36rem; margin-top: 1.9rem; }
.prose p, .prose li { color: var(--ink); line-height: 1.78; }
.prose ul { display: grid; gap: .6rem; padding-left: 0; }
.prose ul li { position: relative; padding-left: 1.7rem; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.prose ol { padding-left: 1.3rem; display: grid; gap: .6rem; }
.prose a { color: var(--sea); border-bottom: 1px solid var(--gold); }
.prose blockquote { border-left: 2px solid var(--gold); padding-left: 1.4rem; font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--deep); }
.prose img { border-radius: var(--radius); margin-block: 1.7rem; }
.prose figure figcaption { font-family: var(--mono); font-size: .74rem; color: var(--ink-soft); text-align: center; margin-top: .6rem; }

/* ---------- Blog cards ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.post-card { background: var(--ivory); border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: var(--line-gold); }
.post-card__img { aspect-ratio: 16/10; overflow: hidden; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.post-card:hover .post-card__img img { transform: scale(1.06); }
.post-card__body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }
.post-card h3 { font-size: 1.32rem; margin-top: .7rem; }
.post-card p { color: var(--ink-soft); font-size: .92rem; margin-top: .6rem; flex: 1; }
.post-card .link-arrow { margin-top: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--abyss); color: var(--ivory); padding-top: clamp(3.8rem, 7vw, 5.8rem); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: clamp(1.8rem, 4vw, 3rem); padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.footer-brand .brand { margin-bottom: 1.2rem; }
.footer-brand p { color: var(--cream-soft); font-size: .95rem; max-width: 320px; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.4rem; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-dark); transition: background .3s, color .3s, border-color .3s, transform .3s; }
.footer-social a:hover { background: var(--gold); color: var(--abyss); border-color: var(--gold); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h4 { font-family: var(--mono); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.1rem; }
.footer-col ul { display: grid; gap: .7rem; }
.footer-col a { color: var(--cream-soft); font-size: .95rem; transition: color .25s, padding .25s; }
.footer-col a:hover { color: var(--gold-soft); padding-left: 4px; }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; color: var(--cream-soft); font-size: .95rem; margin-bottom: .8rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.6rem 2rem; font-family: var(--mono); font-size: .74rem; letter-spacing: .03em; color: var(--cream-soft); }
.footer-bottom a:hover { color: var(--gold-soft); }
.footer-bottom__links { display: flex; gap: 1.4rem; flex-wrap: wrap; }

/* ---------- Floating + mobile bar ---------- */
.float-actions { position: fixed; right: clamp(1rem, 3vw, 1.6rem); bottom: clamp(1rem, 3vw, 1.6rem); z-index: 90; display: flex; flex-direction: column; gap: .7rem; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform .3s var(--ease); position: relative; }
.float-btn:hover { transform: scale(1.08) translateY(-2px); }
.float-btn svg { width: 27px; height: 27px; }
.float-btn--wa { background: #25D366; color: #fff; }
.float-btn--call { background: var(--gold); color: var(--abyss); }
.float-btn--wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.mobilebar { display: none; }

/* ---------- Reveal (failsafe: only hides when JS present) ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
html.js [data-reveal].in { opacity: 1; transform: none; }
html.js [data-reveal][data-delay="1"] { transition-delay: .1s; }
html.js [data-reveal][data-delay="2"] { transition-delay: .2s; }
html.js [data-reveal][data-delay="3"] { transition-delay: .3s; }
html.js [data-reveal][data-delay="4"] { transition-delay: .4s; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,3rem); }
.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.chip { padding: .5rem 1rem; border-radius: 100px; font-family: var(--mono); font-size: .74rem; letter-spacing: .04em; background: rgba(215,235,232,.07); border: 1px solid var(--line-dark); }
.section:not(.section--dark):not(.section--abyss) .chip { background: var(--ivory-2); border-color: var(--line-light); color: var(--ink-soft); }
.divider-hair { height: 1px; background: var(--line-light); border: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .journey__rail { display: none; }
}
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .trustbar__grid { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .chapter__inner, .chapter--right .chapter__inner { max-width: 100%; text-align: left; margin-left: 0; }
  .chapter--right .chapter__data { justify-content: flex-start; }
  .chapter--right .chapter__inner .eyebrow { flex-direction: row; }
  .chapter--right .chapter__inner .eyebrow::before { display: inline-block; }
}
@media (max-width: 760px) {
  .nav__toggle { display: block; }
  .nav__links { position: fixed; inset: 0 0 0 auto; width: min(84vw, 340px); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .3rem; padding: 6rem 1.8rem 2rem; background: rgba(4,20,27,.98); backdrop-filter: blur(18px); transform: translateX(100%); transition: transform .4s var(--ease); overflow-y: auto; border-left: 1px solid var(--line-dark); }
  .nav.open .nav__links { transform: translateX(0); }
  .nav__links a { font-size: 1.1rem; padding: .7rem 0; width: 100%; border-bottom: 1px solid var(--line-dark); }
  .nav__links a::after { display: none; }
  .nav__panel { position: static; opacity: 1; visibility: visible; transform: none; background: transparent; border: none; box-shadow: none; padding: 0 0 .5rem 1rem; min-width: 0; }
  .nav__panel a { font-size: .98rem; padding: .5rem 0; }
  .nav__has-caret svg { display: none; }
  .nav__cta .btn { display: none; }
  .nav__cta-mobile { display: block; }
  .nav__cta-mobile .btn { width: 100%; margin-top: 1rem; display: inline-flex; }
  .cine-hero { align-items: center; }
  .cine-hero__inner { padding-block: 8rem 5rem; }
}
@media (max-width: 560px) {
  .trustbar__grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .provenance { gap: 1.1rem 1.6rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .float-actions { right: 1rem; bottom: 5.2rem; }
  .mobilebar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; inset: auto 0 0 0; z-index: 91; background: rgba(4,20,27,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line-dark); }
  .mobilebar a { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem; font-weight: 600; font-size: .95rem; color: var(--ivory); }
  .mobilebar a svg { width: 20px; height: 20px; }
  .mobilebar a + a { border-left: 1px solid var(--line-dark); }
  .mobilebar a.is-wa { color: #4ee287; }
}
