/*
Theme Name: SeyCircular Biosphere
Theme URI: https://seycircularbiosphere.com
Author: Sey Circular Biosphere Ltd
Author URI: https://seycircularbiosphere.com
Description: Custom immersive theme for Sey Circular Biosphere — organic eggs and circular agriculture in Seychelles. A layered 3D "island diorama": dawn-to-deep-ocean journey, pointer-tracked hero, parallax depth layers, tilt cards. Hand-built, no page builder.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seycircular-biosphere
*/

/* ============================================================
   1. TOKENS + RESET
   ============================================================ */
:root {
  --ink-990: #02090c;
  --ink-950: #041a21;
  --ink-900: #07242e;
  --ink-800: #0b303c;
  --ink-700: #11414f;
  --sand-50: #fbf6ea;
  --sand-dim: rgba(251, 246, 234, 0.78);
  --sand-faint: rgba(251, 246, 234, 0.56);
  --lagoon-300: #6fd3de;
  --lagoon-400: #2cb9c9;
  --lagoon-500: #129aab;
  --leaf-400: #57b86c;
  --leaf-500: #2f9c46;
  --yolk-400: #f7bd5e;
  --yolk-500: #f2a93b;
  --coral-500: #ee6a52;

  --glass: rgba(251, 246, 234, 0.045);
  --glass-2: rgba(251, 246, 234, 0.08);
  --glass-brd: rgba(251, 246, 234, 0.13);
  --glass-brd-lit: rgba(251, 246, 234, 0.28);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --text-body: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-float: 0 2px 8px rgba(2, 9, 12, 0.35), 0 24px 60px -18px rgba(2, 9, 12, 0.55);
  --shadow-deep: 0 6px 16px rgba(2, 9, 12, 0.4), 0 42px 90px -24px rgba(2, 9, 12, 0.7);
  --wrap: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--sand-dim);
  background:
    linear-gradient(180deg,
      #0e3a48 0%,
      #0b3140 9%,
      #07242e 30%,
      #051d25 55%,
      #041a21 78%,
      #02090c 100%);
  background-color: var(--ink-950);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lagoon-300); }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 560; line-height: 1.1; color: var(--sand-50); letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
::selection { background: var(--yolk-400); color: var(--ink-900); }
:focus-visible { outline: 3px solid var(--lagoon-400); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--yolk-500); color: var(--ink-900); padding: 0.75rem 1.25rem; border-radius: 0 0 12px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

section[id], [id="top"] { scroll-margin-top: 74px; }

/* ============================================================
   2. FIXED BACKGROUND JOURNEY (glows, rays, motes)
   ============================================================ */
.bg-journey { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.bg-journey .glow {
  position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform;
}
.bg-journey .glow-sun {
  width: 56rem; height: 56rem; right: -18rem; top: -22rem;
  background: radial-gradient(circle, rgba(242, 169, 59, 0.2), rgba(238, 106, 82, 0.08) 45%, transparent 70%);
}
.bg-journey .glow-lagoon {
  width: 46rem; height: 46rem; left: -16rem; top: 8rem;
  background: radial-gradient(circle, rgba(44, 185, 201, 0.17), transparent 65%);
}
.bg-journey .glow-deep {
  width: 60rem; height: 60rem; left: 30%; bottom: -30rem;
  background: radial-gradient(circle, rgba(18, 154, 171, 0.08), transparent 60%);
}
.bg-journey .rays {
  position: absolute; inset: -20% -10%;
  background:
    linear-gradient(112deg, transparent 42%, rgba(251, 246, 234, 0.028) 46%, transparent 50%),
    linear-gradient(104deg, transparent 60%, rgba(251, 246, 234, 0.02) 64%, transparent 68%),
    linear-gradient(118deg, transparent 74%, rgba(251, 246, 234, 0.024) 78%, transparent 82%);
}
.bg-journey .motes, .bg-journey .motes::after {
  content: ""; position: absolute; inset: 0; height: 200%;
  background-image:
    radial-gradient(2.5px 2.5px at 12% 8%, rgba(251, 246, 234, 0.2), transparent 60%),
    radial-gradient(2px 2px at 34% 22%, rgba(111, 211, 222, 0.22), transparent 60%),
    radial-gradient(3px 3px at 58% 15%, rgba(251, 246, 234, 0.12), transparent 60%),
    radial-gradient(2px 2px at 79% 9%, rgba(247, 189, 94, 0.2), transparent 60%),
    radial-gradient(2px 2px at 90% 30%, rgba(251, 246, 234, 0.16), transparent 60%),
    radial-gradient(2.5px 2.5px at 22% 41%, rgba(111, 211, 222, 0.14), transparent 60%),
    radial-gradient(2px 2px at 68% 44%, rgba(251, 246, 234, 0.14), transparent 60%);
  background-size: 100% 50%;
  animation: motes-rise 60s linear infinite;
  will-change: transform;
}
.bg-journey .motes::after { animation-duration: 95s; opacity: 0.6; transform: scale(1.4); }
@keyframes motes-rise { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .bg-journey .motes, .bg-journey .motes::after { animation: none; } }

.grain-veil { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================
   3. UTILITIES
   ============================================================ */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); position: relative; perspective: 1400px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--lagoon-300); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--yolk-400), var(--coral-500)); border-radius: 2px; }

.h-display { font-size: clamp(2.6rem, 2rem + 3.6vw, 4.6rem); }
.h-section { font-size: clamp(1.9rem, 1.55rem + 1.9vw, 3.1rem); max-width: 22ch; }
.h-italic { font-style: italic; font-weight: 400; color: var(--yolk-400); }
.h-grad {
  background: linear-gradient(94deg, var(--yolk-400) 5%, var(--yolk-500) 45%, var(--coral-500) 95%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem); color: var(--sand-dim); max-width: 56ch; }

.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.95rem 1.75rem; border-radius: 999px; border: 0; cursor: pointer; overflow: hidden;
  font-family: var(--font-body); font-size: 0.98rem; font-weight: 650; text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.4), box-shadow 0.25s ease;
  will-change: transform;
}
.btn svg { flex: none; }
.btn-sun {
  background: linear-gradient(112deg, var(--yolk-400), var(--yolk-500) 55%, var(--coral-500) 130%);
  color: var(--ink-900);
  box-shadow: 0 4px 16px -4px rgba(242, 169, 59, 0.5), 0 16px 40px -14px rgba(238, 106, 82, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.btn-sun::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 50%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg); transition: left 0.6s ease;
}
.btn-sun:hover::after { left: 130%; }
.btn-sun:hover { box-shadow: 0 6px 22px -4px rgba(242, 169, 59, 0.65), 0 24px 54px -16px rgba(238, 106, 82, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.55); }
.btn-ghost {
  background: rgba(251, 246, 234, 0.04); color: var(--sand-50);
  box-shadow: inset 0 0 0 1.5px var(--glass-brd-lit);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px rgba(251, 246, 234, 0.7); background: rgba(251, 246, 234, 0.09); }

.chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.42rem 0.95rem; border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
  background: rgba(17, 65, 79, 0.55); color: var(--sand-dim);
  border: 1px solid var(--glass-brd);
}
.chip svg { width: 14px; height: 14px; color: var(--leaf-400); }

/* glass panel with bevel */
.panel {
  background: linear-gradient(160deg, var(--glass-2), var(--glass) 55%);
  border: 1px solid var(--glass-brd);
  border-top-color: var(--glass-brd-lit);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* 3D tilt cards (JS-driven) */
.tilt { transform-style: preserve-3d; will-change: transform; transition: box-shadow 0.3s ease; }
.tilt .glare {
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 3;
  background: radial-gradient(560px circle at var(--gx, 50%) var(--gy, 50%), rgba(251, 246, 234, 0.14), transparent 42%);
  opacity: 0; transition: opacity 0.3s ease;
}
.tilt:hover .glare { opacity: 1; }

/* reveal-in-perspective */
.rv { opacity: 0; transform: translateY(38px) rotateX(9deg); transform-origin: 50% 100%;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; } .rv-d2 { transition-delay: 0.16s; } .rv-d3 { transition-delay: 0.24s; } .rv-d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   4. HEADER / NAV
   ============================================================ */
.site-head { position: fixed; inset: 0 0 auto 0; z-index: 95; transition: background 0.35s ease, box-shadow 0.35s ease; }
.site-head .bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--header-h); transition: height 0.3s ease; }
.site-head.scrolled {
  background: rgba(4, 26, 33, 0.68);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(251, 246, 234, 0.07), 0 18px 40px -18px rgba(2, 9, 12, 0.8);
}
.site-head.scrolled .bar { height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand img { height: 46px; width: auto; transition: height 0.3s ease; filter: drop-shadow(0 4px 10px rgba(2, 9, 12, 0.5)); }
.site-head.scrolled .brand img { height: 38px; }
.brand-word { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; color: var(--sand-50); line-height: 1.05; letter-spacing: 0.01em; }
.brand-word em { display: block; font-style: italic; font-weight: 400; font-size: 0.82em; color: var(--lagoon-300); }

.nav-links { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2rem); list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) { color: var(--sand-dim); text-decoration: none; font-weight: 600; font-size: 0.95rem; position: relative; padding-block: 0.4rem; transition: color 0.2s ease; }
.nav-links a:not(.btn):hover { color: var(--sand-50); }
.nav-links a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--yolk-400), var(--coral-500)); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.28s ease;
}
.nav-links a:not(.btn):hover::after { transform: scaleX(1); }
.nav-links .btn { padding: 0.7rem 1.35rem; font-size: 0.92rem; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.5rem; width: 46px; height: 46px; border-radius: 12px; }
.nav-toggle span { display: block; width: 24px; height: 2.4px; background: var(--sand-50); margin: 5px auto; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; gap: 1.6rem;
    background: rgba(4, 26, 33, 0.97); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .nav-links a:not(.btn) { font-size: 1.4rem; font-family: var(--font-display); font-weight: 500; color: var(--sand-50); }
  .nav-open .nav-links { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
}

/* ============================================================
   5. HERO — 3D DIORAMA
   ============================================================ */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(2.2rem, 5vw, 4.2rem));
  padding-bottom: clamp(4.2rem, 7vw, 6.5rem);
  perspective: 1400px;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero .h-display { max-width: 15ch; text-shadow: 0 2px 30px rgba(2, 9, 12, 0.45); }
.hero .lede { margin-top: 1.4rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }
.hero-standards { margin-top: 2.1rem; font-size: 0.85rem; color: var(--sand-faint); max-width: 46ch; }
.hero-standards strong { color: var(--sand-dim); }

/* diorama: pointer-tracked 3D stage */
.diorama { position: relative; aspect-ratio: 1; max-width: 560px; margin-inline: auto; width: 100%; perspective: 1100px; }
.dio-scene { position: absolute; inset: 0; transform-style: preserve-3d; will-change: transform; transition: transform 0.18s ease-out; }

.dl { position: absolute; transform-style: preserve-3d; }
.dl-halo { inset: -4%; transform: translateZ(-90px); }
.dl-halo::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 185, 201, 0.24), rgba(242, 169, 59, 0.1) 55%, transparent 72%);
  filter: blur(24px);
}
.dl-ring { inset: 2.5%; transform: translateZ(-40px); }
.dl-ring::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 210deg, var(--lagoon-400), var(--leaf-400), var(--yolk-400), var(--coral-500), var(--lagoon-500), var(--lagoon-400));
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - 2rem), #000 calc(100% - 1.9rem));
          mask: radial-gradient(closest-side, transparent calc(100% - 2rem), #000 calc(100% - 1.9rem));
  animation: spin 46s linear infinite; will-change: transform;
  filter: drop-shadow(0 0 18px rgba(44, 185, 201, 0.35));
}
.dl-ring::after {
  content: ""; position: absolute; inset: -3.5%; border-radius: 50%;
  border: 1.5px dashed rgba(251, 246, 234, 0.18);
  animation: spin 90s linear infinite reverse; will-change: transform;
}
@keyframes spin { to { transform: rotate(360deg); } }

.dl-scene { inset: 8.5%; transform: translateZ(0); border-radius: 50%; overflow: hidden;
  box-shadow: inset 0 0 0 5px rgba(251, 246, 234, 0.16), 0 30px 70px -20px rgba(2, 9, 12, 0.8); }
.dl-scene svg { width: 100%; height: 100%; display: block; }

.dl-hens { left: 50%; bottom: 2%; width: 56%; transform: translateX(-50%) translateZ(80px);
  filter: drop-shadow(0 24px 26px rgba(2, 9, 12, 0.55)); }
.dl-hens img { width: 100%; }

.dio-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(7, 36, 46, 0.88); border: 1px solid var(--glass-brd-lit);
  border-radius: 999px; padding: 0.5rem 1rem; font-size: 0.8rem; font-weight: 650; color: var(--sand-50);
  box-shadow: var(--shadow-float); white-space: nowrap;
  animation: floaty 6s ease-in-out infinite; will-change: transform;
}
.dio-chip svg { width: 16px; height: 16px; color: var(--yolk-400); }
.dio-chip.oc1 { top: 5%; left: -5%; animation-delay: 0s; transform: translateZ(120px); }
.dio-chip.oc2 { top: 29%; right: -10%; animation-delay: 1.5s; transform: translateZ(140px); }
.dio-chip.oc3 { bottom: 23%; left: -12%; animation-delay: 3s; transform: translateZ(150px); }
.dio-chip.oc4 { bottom: 3%; right: -3%; animation-delay: 4.5s; transform: translateZ(110px); }
@keyframes floaty { 0%, 100% { transform: translateZ(var(--z, 120px)) translateY(0); } 50% { transform: translateZ(var(--z, 120px)) translateY(-10px); } }
.dio-chip.oc1 { --z: 120px; } .dio-chip.oc2 { --z: 140px; } .dio-chip.oc3 { --z: 150px; } .dio-chip.oc4 { --z: 110px; }

@media (prefers-reduced-motion: reduce) {
  .dl-ring::before, .dl-ring::after, .dio-chip { animation: none; }
}

/* stats — floating glass shelf, breaks into next band */
.stats-band { margin-top: clamp(3.2rem, 6vw, 5rem); position: relative; z-index: 6; transform: rotate(-0.6deg); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius-lg); }
.stats-grid.panel { box-shadow: var(--shadow-deep); }
.stat { padding: 1.7rem 1.5rem 1.5rem; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: var(--glass-brd); }
.stat b { display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.7rem); line-height: 1.05;
  background: linear-gradient(180deg, var(--sand-50), var(--yolk-400)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat b sup { font-size: 0.55em; }
.stat span { display: block; margin-top: 0.45rem; font-size: 0.85rem; color: var(--sand-faint); }
@media (max-width: 860px) { .stats-grid { grid-template-columns: 1fr 1fr; } .stat + .stat::before { display: none; } }
@media (max-width: 430px) { .stats-grid { grid-template-columns: 1fr; } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .diorama { max-width: 470px; margin-top: 1.2rem; }
  .dio-chip.oc2 { right: -2%; }
  .dio-chip.oc3 { left: -4%; }
}

/* ============================================================
   6. MARQUEE
   ============================================================ */
.marquee {
  position: relative; z-index: 1; margin-top: -1.4rem;
  background: rgba(2, 9, 12, 0.55); color: var(--sand-dim); overflow: hidden;
  padding: 2.1rem 0 1rem; border-block: 1px solid rgba(251, 246, 234, 0.07);
  backdrop-filter: blur(6px);
}
.marquee-track { display: flex; gap: 3.2rem; width: max-content; animation: marquee 36s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { display: inline-flex; align-items: center; gap: 3.2rem; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.marquee-track i { font-style: normal; color: var(--yolk-400); text-shadow: 0 0 12px rgba(247, 189, 94, 0.6); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; } }

/* ============================================================
   7. THE LOOP
   ============================================================ */
.loop-sec { position: relative; }
.loop-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); gap: 2rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 3rem); }
@media (max-width: 860px) { .loop-head { grid-template-columns: 1fr; } }

.loop-stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.loop-wheel { position: relative; aspect-ratio: 1; max-width: 500px; width: 100%; margin: 3rem auto 3.8rem; transform-style: preserve-3d; }
.loop-wheel::before {
  content: ""; position: absolute; inset: 11%; border-radius: 50%;
  border: 1.5px dashed rgba(251, 246, 234, 0.22);
  animation: spin 70s linear infinite reverse; will-change: transform;
}
.loop-wheel::after {
  content: ""; position: absolute; inset: 30%; border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 185, 201, 0.14), transparent 70%);
  filter: blur(18px);
}
.loop-center {
  position: absolute; inset: 26%; border-radius: 50%; display: grid; place-items: center; text-align: center; z-index: 2;
  background: radial-gradient(circle at 32% 28%, rgba(44, 185, 201, 0.22), rgba(4, 26, 33, 0.6) 70%);
  border: 1px solid var(--glass-brd-lit); padding: 1.2rem;
  box-shadow: inset 0 0 40px rgba(2, 9, 12, 0.5), var(--shadow-float);
}
.loop-center img { width: clamp(52px, 8vw, 74px); height: auto; margin-bottom: 0.5rem; filter: drop-shadow(0 6px 14px rgba(2, 9, 12, 0.6)); }
.loop-center p { margin: 0; font-size: 0.82rem; color: var(--sand-faint); }
.loop-node {
  position: absolute; width: 74px; height: 74px; margin: -37px; border-radius: 50%; z-index: 3;
  display: grid; place-items: center; cursor: pointer; border: 1.5px solid rgba(251, 246, 234, 0.25);
  background: rgba(7, 36, 46, 0.92); color: var(--sand-50);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.4), background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px -8px rgba(2, 9, 12, 0.7);
}
.loop-node svg { width: 30px; height: 30px; }
.loop-node em {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  font-style: normal; font-size: 0.72rem; font-weight: 650; letter-spacing: 0.02em;
  color: var(--sand-faint); white-space: nowrap; pointer-events: none;
}
.loop-node:hover { transform: scale(1.12); border-color: var(--yolk-400); }
.loop-node.active {
  background: linear-gradient(135deg, var(--yolk-400), var(--coral-500));
  color: var(--ink-900); border-color: transparent;
  box-shadow: 0 0 0 8px rgba(242, 169, 59, 0.16), 0 0 34px rgba(242, 169, 59, 0.45), 0 16px 34px -10px rgba(238, 106, 82, 0.6);
  transform: scale(1.06);
}
.loop-node.active em { color: var(--yolk-400); }
.ln1 { top: 3.5%; left: 50%; } .ln2 { top: 26.75%; left: 90.3%; } .ln3 { top: 73.25%; left: 90.3%; }
.ln4 { top: 96.5%; left: 50%; } .ln5 { top: 73.25%; left: 9.7%; } .ln6 { top: 26.75%; left: 9.7%; }

.loop-card {
  position: relative; border-radius: var(--radius-lg); padding: clamp(1.5rem, 3.5vw, 2.4rem); min-height: 340px;
  display: flex; flex-direction: column; overflow: hidden;
  transform-style: preserve-3d; perspective: 900px;
}
.loop-card .flipper { transform-style: preserve-3d; }
.loop-card .flipper.flip { animation: cardflip 0.55s cubic-bezier(0.2, 0.8, 0.3, 1); }
@keyframes cardflip {
  0% { transform: rotateX(-88deg); opacity: 0; }
  100% { transform: rotateX(0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .loop-card .flipper.flip { animation: none; } }
.loop-card figure { margin: 0 0 1.2rem; border-radius: var(--radius-md); overflow: hidden; height: 190px;
  box-shadow: 0 14px 30px -12px rgba(2, 9, 12, 0.7); }
.loop-card figure img { width: 100%; height: 100%; object-fit: cover; }
.loop-card .step { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yolk-400); margin-bottom: 0.5rem; }
.loop-card h3 { font-size: 1.55rem; margin-bottom: 0.6rem; }
.loop-card p { margin: 0; color: var(--sand-dim); }
.loop-dots { display: flex; gap: 0.5rem; margin-top: auto; padding-top: 1.4rem; }
.loop-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: rgba(251, 246, 234, 0.25); transition: background 0.25s ease, transform 0.25s ease; }
.loop-dots button.active { background: var(--yolk-400); transform: scale(1.4); box-shadow: 0 0 10px rgba(247, 189, 94, 0.7); }

@media (max-width: 980px) {
  .loop-stage { grid-template-columns: 1fr; }
  .loop-wheel { max-width: 420px; }
  .loop-node { width: 62px; height: 62px; margin: -31px; }
  .loop-node svg { width: 25px; height: 25px; }
  .loop-node em { display: none; }
}

/* ============================================================
   8. PROGRAMME
   ============================================================ */
.prog-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
@media (max-width: 980px) { .prog-grid { grid-template-columns: 1fr; } }

.prog-media { position: relative; padding-bottom: 3.4rem; transform-style: preserve-3d; }
.prog-media img { will-change: transform; }
.prog-media .pm1 {
  width: 82%; border-radius: var(--radius-lg); box-shadow: var(--shadow-deep);
  border: 1px solid var(--glass-brd-lit); transform: rotate(-1.6deg);
}
.prog-media .pm2 {
  position: absolute; right: 0; bottom: 0; width: 54%;
  border-radius: var(--radius-md); box-shadow: var(--shadow-deep);
  border: 1px solid var(--glass-brd-lit); transform: rotate(1.8deg); z-index: 2;
}
.prog-media::before {
  content: ""; position: absolute; top: -30px; right: 6%; width: 130px; height: 130px; border-radius: 50%;
  border: 12px solid rgba(242, 169, 59, 0.35); z-index: -1; filter: blur(1px);
}
.prog-media::after {
  content: ""; position: absolute; left: -8%; bottom: 16%; width: 90px; height: 90px; border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 185, 201, 0.3), transparent 70%); filter: blur(8px); z-index: -1;
}
.prog-media .pm-badge {
  position: absolute; left: 2%; bottom: 10%; z-index: 3;
  background: linear-gradient(135deg, rgba(7, 36, 46, 0.94), rgba(17, 65, 79, 0.94));
  border: 1px solid var(--glass-brd-lit);
  color: var(--sand-50); border-radius: var(--radius-md);
  padding: 0.95rem 1.25rem; box-shadow: var(--shadow-deep); max-width: 215px;
  transform: rotate(-2.4deg);
}
.prog-media .pm-badge b { display: block; font-family: var(--font-display); font-size: 1.55rem; color: var(--yolk-400); line-height: 1.1; text-shadow: 0 0 18px rgba(247, 189, 94, 0.5); }
.prog-media .pm-badge span { font-size: 0.78rem; color: var(--sand-dim); line-height: 1.35; display: block; margin-top: 0.25rem; }

.prog-list { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.05rem; }
.prog-list li { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: start; }
.prog-list .ic {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(87, 184, 108, 0.16), rgba(44, 185, 201, 0.16));
  border: 1px solid rgba(111, 211, 222, 0.3); color: var(--leaf-400);
  box-shadow: 0 8px 20px -8px rgba(2, 9, 12, 0.6);
}
.prog-list .ic svg { width: 22px; height: 22px; }
.prog-list b { display: block; color: var(--sand-50); font-weight: 700; font-size: 1.02rem; }
.prog-list p { margin: 0.15rem 0 0; font-size: 0.94rem; color: var(--sand-faint); }

.goal-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.9rem; }
.prog-cta { margin-top: 2.1rem; display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.prog-cta .note { font-size: 0.85rem; color: var(--sand-faint); }

/* ============================================================
   9. PRODUCTS
   ============================================================ */
.prod-intro { max-width: 62ch; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }

.prod-feature {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: 0; overflow: hidden;
  border-radius: var(--radius-lg); margin-bottom: clamp(2.4rem, 5vw, 3.6rem);
}
.prod-feature .pf-media {
  position: relative; min-height: 320px;
  background: radial-gradient(120% 130% at 22% 16%, var(--lagoon-500), var(--ink-800) 78%);
  display: grid; place-items: end center; overflow: hidden;
}
.prod-feature .pf-media::before {
  content: ""; position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%;
  top: 9%; border: 2px dashed rgba(251, 246, 234, 0.3);
  animation: spin 60s linear infinite; will-change: transform;
}
.prod-feature .pf-media img { width: 72%; position: relative; filter: drop-shadow(0 22px 30px rgba(2, 9, 12, 0.6));
  animation: floaty-img 7s ease-in-out infinite; will-change: transform; }
@keyframes floaty-img { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .prod-feature .pf-media::before, .prod-feature .pf-media img { animation: none; } }
.prod-feature .pf-body { padding: clamp(1.8rem, 4vw, 3rem); }
.prod-feature h3 { font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.3rem); margin-bottom: 0.7rem; }
.prod-feature p { color: var(--sand-dim); max-width: 52ch; }
.size-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
@media (max-width: 860px) { .prod-feature { grid-template-columns: 1fr; } }

.prod-group { margin-top: clamp(2.6rem, 5vw, 3.8rem); }
.prod-group-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.prod-group-head h3 { font-size: clamp(1.35rem, 1.15rem + 1vw, 1.9rem); }
.prod-group-head p { margin: 0; font-size: 0.9rem; color: var(--sand-faint); }

.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(252px, 1fr)); gap: 1.4rem; perspective: 1400px; }
.prod-card {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  display: flex; flex-direction: column;
}
.prod-card figure { margin: 0.8rem 0.8rem 0; aspect-ratio: 3 / 2; overflow: hidden; background: #efece4; border-radius: calc(var(--radius-md) - 6px);
  box-shadow: 0 10px 26px -12px rgba(2, 9, 12, 0.7); transform: translateZ(34px); }
.prod-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.prod-card:hover figure img { transform: scale(1.05); }
.prod-card .pc-body { padding: 1.05rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; transform: translateZ(22px); }
.prod-card h4 { font-size: 1.1rem; font-family: var(--font-body); font-weight: 700; color: var(--sand-50); }
.prod-card h4 small { font-weight: 600; color: var(--sand-faint); }
.prod-card .pc-sizes { font-size: 0.8rem; font-weight: 650; color: var(--lagoon-300); margin-top: 0.3rem; }
.prod-card .pc-use { font-size: 0.88rem; color: var(--sand-faint); margin: 0.55rem 0 0.9rem; flex: 1; }
.prod-card .pc-link {
  display: inline-flex; align-items: center; gap: 0.4rem; align-self: start;
  font-size: 0.9rem; font-weight: 700; color: var(--yolk-400); text-decoration: none;
  border-bottom: 2px solid rgba(247, 189, 94, 0.5); padding-bottom: 0.1rem; transition: color 0.2s ease, border-color 0.2s ease;
}
.prod-card .pc-link:hover { color: var(--sand-50); border-color: var(--sand-50); }
.prod-note { margin-top: 2rem; font-size: 0.88rem; color: var(--sand-faint); max-width: 72ch; }
.prod-note strong { color: var(--sand-dim); }

/* ============================================================
   10. SERVICES
   ============================================================ */
.serv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: clamp(2.2rem, 4vw, 3rem); perspective: 1400px; }
@media (max-width: 980px) { .serv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .serv-grid { grid-template-columns: 1fr; } }
.serv-card {
  position: relative; border-radius: var(--radius-md); padding: 1.6rem 1.5rem; overflow: hidden;
  transition: border-color 0.3s ease;
}
.serv-card:hover { border-color: rgba(242, 169, 59, 0.5); }
.serv-card .ic {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.1rem;
  background: linear-gradient(135deg, rgba(44, 185, 201, 0.2), rgba(87, 184, 108, 0.2));
  color: var(--lagoon-300); border: 1px solid rgba(111, 211, 222, 0.25);
  box-shadow: 0 10px 22px -10px rgba(2, 9, 12, 0.7); transform: translateZ(30px);
}
.serv-card .ic svg { width: 23px; height: 23px; }
.serv-card h3 { font-size: 1.16rem; font-family: var(--font-body); font-weight: 700; margin-bottom: 0.5rem; transform: translateZ(20px); }
.serv-card p { margin: 0; font-size: 0.92rem; color: var(--sand-faint); transform: translateZ(12px); }

/* ============================================================
   11. ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(2.5rem, 6vw, 5rem); }
@media (max-width: 980px) { .about-grid { grid-template-columns: 1fr; } }
.dir-cards { display: grid; gap: 1.1rem; margin-top: 1.9rem; }
.dir-card { display: flex; align-items: center; gap: 1.1rem; border-radius: var(--radius-md); padding: 1.05rem 1.3rem; }
.dir-card .avatar {
  width: 58px; height: 58px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: #fff;
  background: linear-gradient(135deg, var(--lagoon-500), var(--leaf-500));
  box-shadow: 0 0 0 3px var(--ink-900), 0 0 0 5px rgba(242, 169, 59, 0.6), 0 10px 24px -8px rgba(2, 9, 12, 0.7);
}
.dir-card b { display: block; font-size: 1.05rem; color: var(--sand-50); }
.dir-card span { font-size: 0.85rem; color: var(--sand-faint); }
.dir-card .avatar-img {
  width: 72px; height: 72px; border-radius: 50%; flex: none; object-fit: cover;
  box-shadow: 0 0 0 3px var(--ink-900), 0 0 0 5px rgba(242, 169, 59, 0.6), 0 10px 24px -8px rgba(2, 9, 12, 0.7);
}
.dir-card .dir-mail { display: block; font-size: 0.8rem; color: var(--lagoon-300); text-decoration: none; margin-top: 2px; }
.dir-card .dir-mail:hover { color: var(--yolk-400); }

.net-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(1.6rem, 3.5vw, 2.4rem);
  background: linear-gradient(135deg, rgba(17, 65, 79, 0.85), rgba(7, 36, 46, 0.9));
  border: 1px solid var(--glass-brd-lit); box-shadow: var(--shadow-deep);
  transform: rotate(0.6deg);
}
.net-card::before {
  content: ""; position: absolute; right: -70px; top: -70px; width: 230px; height: 230px; border-radius: 50%;
  border: 26px solid rgba(44, 185, 201, 0.2); filter: blur(1px);
}
.net-card h3 { font-size: 1.5rem; margin-bottom: 0.7rem; }
.net-card p { color: var(--sand-dim); font-size: 0.95rem; }
.net-link {
  display: flex; align-items: center; gap: 0.9rem; text-decoration: none;
  background: rgba(251, 246, 234, 0.06); border: 1px solid var(--glass-brd);
  border-radius: var(--radius-sm); padding: 0.95rem 1.1rem; margin-top: 1rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.net-link:hover { background: rgba(251, 246, 234, 0.12); border-color: var(--yolk-400); transform: translateX(4px); }
.net-link b { color: var(--sand-50); display: block; font-size: 0.97rem; }
.net-link span { color: var(--sand-faint); font-size: 0.8rem; }
.net-link svg { margin-left: auto; flex: none; color: var(--yolk-400); }
.about-place { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.6rem; font-size: 0.9rem; color: var(--sand-faint); }
.about-place svg { color: var(--coral-500); }

/* ============================================================
   12. CONTACT
   ============================================================ */
.contact-card {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); overflow: hidden;
  border-radius: var(--radius-lg);
}
@media (max-width: 900px) { .contact-card { grid-template-columns: 1fr; } }
.contact-rails { padding: clamp(1.8rem, 4vw, 2.8rem); background: rgba(2, 9, 12, 0.45); }
.rail { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; margin-top: 1.5rem; }
.rail:first-of-type { margin-top: 1.9rem; }
.rail .ic {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(44, 185, 201, 0.13); border: 1px solid rgba(44, 185, 201, 0.3); color: var(--lagoon-300);
  box-shadow: 0 8px 18px -8px rgba(2, 9, 12, 0.7);
}
.rail .ic svg { width: 20px; height: 20px; }
.rail b { display: block; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand-faint); margin-bottom: 0.15rem; }
.rail a { color: var(--sand-50); text-decoration: none; font-weight: 600; }
.rail a:hover { color: var(--yolk-400); }
.rail p { margin: 0; color: var(--sand-50); font-weight: 600; }
.rail small { display: block; color: var(--sand-faint); font-size: 0.82rem; margin-top: 0.1rem; }

.contact-form { padding: clamp(1.8rem, 4vw, 2.8rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 0.82rem; font-weight: 650; color: var(--sand-dim); margin-bottom: 0.4rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.85rem 1rem; border-radius: 12px; font: inherit; font-size: 0.95rem;
  color: var(--sand-50); background: rgba(251, 246, 234, 0.06);
  border: 1px solid rgba(251, 246, 234, 0.18); transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23f2a93b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.field select option { color: var(--ink-900); background: var(--sand-50); }
.field input::placeholder, .field textarea::placeholder { color: rgba(251, 246, 234, 0.35); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--yolk-400); background: rgba(251, 246, 234, 0.1);
  box-shadow: 0 0 0 4px rgba(242, 169, 59, 0.14);
}
.field textarea { min-height: 120px; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-foot { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.3rem; }
.form-foot small { color: var(--sand-faint); font-size: 0.8rem; }
.form-banner { border-radius: 12px; padding: 0.9rem 1.1rem; font-size: 0.92rem; font-weight: 600; margin-bottom: 1.2rem; }
.form-banner.ok { background: rgba(47, 156, 70, 0.16); border: 1px solid rgba(87, 184, 108, 0.5); color: #b8e6c3; }
.form-banner.err { background: rgba(238, 106, 82, 0.14); border: 1px solid rgba(238, 106, 82, 0.5); color: #ffc4b8; }

/* ============================================================
   13. FOOTER
   ============================================================ */
.site-foot { background: rgba(2, 9, 12, 0.72); color: var(--sand-faint); position: relative; border-top: 1px solid rgba(251, 246, 234, 0.08); }
.site-foot::before {
  content: ""; position: absolute; top: -1px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(44, 185, 201, 0.55), rgba(247, 189, 94, 0.55), transparent);
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-block: clamp(3rem, 6vw, 4.5rem) 2.5rem; }
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.1rem; }
.foot-brand img { height: 54px; width: auto; filter: drop-shadow(0 6px 14px rgba(2, 9, 12, 0.7)); }
.foot-brand b { font-family: var(--font-display); font-size: 1.2rem; color: var(--sand-50); line-height: 1.2; display: block; }
.foot-brand span { font-size: 0.78rem; color: var(--sand-faint); }
.site-foot p { font-size: 0.9rem; }
.site-foot h4 { color: var(--sand-50); font-family: var(--font-body); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.1rem; }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.site-foot ul a { color: var(--sand-faint); text-decoration: none; font-size: 0.93rem; transition: color 0.2s ease; }
.site-foot ul a:hover { color: var(--yolk-400); }
.site-foot ul li { color: var(--sand-faint); font-size: 0.93rem; }
.foot-bottom {
  border-top: 1px solid rgba(251, 246, 234, 0.08); padding-block: 1.4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(251, 246, 234, 0.42);
}
.foot-bottom i { font-style: italic; font-family: var(--font-display); color: rgba(251, 246, 234, 0.6); }

/* ============================================================
   14. INTERIOR PAGES + MISC
   ============================================================ */
.page-plain { padding-top: calc(var(--header-h) + 3rem); padding-bottom: 5rem; }
.page-plain .entry { max-width: 760px; margin-inline: auto; }
.page-plain h1 { font-size: clamp(2rem, 1.6rem + 2vw, 3rem); margin-bottom: 1.5rem; }
.page-plain h2 { font-size: 1.5rem; margin: 2rem 0 0.8rem; }
.page-plain a { color: var(--lagoon-300); }

.to-top {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 80;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--glass-brd-lit); cursor: pointer;
  background: rgba(7, 36, 46, 0.85); color: var(--yolk-400); display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  box-shadow: var(--shadow-float); backdrop-filter: blur(8px);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--ink-700); }

/* parallax helper */
.plx { will-change: transform; }
