/* Vitalcbd Österreich — Crimson Flux 2026 */
:root {
  --wine-950: #1e0710;
  --wine-900: #310913;
  --wine-800: #54101c;
  --crimson-700: #8f1725;
  --crimson-600: #b72131;
  --coral-500: #f05245;
  --amber-400: #ffbb68;
  --cream-50: #fffaf5;
  --paper: rgba(255, 251, 247, 0.94);
  --paper-solid: #fffaf7;
  --ink: #24171a;
  --muted: #735e63;
  --line: rgba(101, 24, 36, 0.15);
  --shadow: 0 28px 90px rgba(22, 0, 5, 0.30);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 32px));
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(110deg, rgba(22, 4, 10, .82), rgba(90, 10, 21, .28) 45%, rgba(35, 2, 8, .68)),
    url("images/background_red.png") center / cover fixed no-repeat;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 167, 84, .18), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 72, 66, .18), transparent 22%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

#ember-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .72;
}

.xa48dff561150 {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--iris-x, 50%) var(--iris-y, 50%), transparent 0 0, var(--wine-950) 1% 100%);
  clip-path: circle(0 at var(--iris-x, 50%) var(--iris-y, 50%));
  transition: clip-path .55s var(--ease);
}
body.xdd9a5802929f .xa48dff561150 { clip-path: circle(150vmax at var(--iris-x, 50%) var(--iris-y, 50%)); }

.x19bba2d871f1 {
  position: relative;
  z-index: 1;
  width: var(--shell);
  min-height: calc(100vh - 36px);
  margin: 18px auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(125%);
}

.x0bdac463d764 {
  position: relative;
  z-index: 20;
  padding: 20px 26px 0;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.52));
  border-bottom: 1px solid var(--line);
}

.x83f649e40227 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 16px;
}

.xf49756558b97 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.035em;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.x35d765da312e {
  position: relative;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  background: conic-gradient(from 220deg, var(--crimson-700), var(--coral-500), var(--amber-400), var(--crimson-700));
  box-shadow: 0 10px 26px rgba(143,23,37,.32);
  overflow: hidden;
}
.x35d765da312e::after {
  content: "V";
  font-weight: 900;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.2));
}
.x35d765da312e::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.8), transparent 62%);
  animation: emblemSweep 5.5s infinite;
}
@keyframes emblemSweep { 0%, 64% { transform: translateX(-60%) rotate(12deg); } 82%,100% { transform: translateX(65%) rotate(12deg); } }

.x98a883732f2a,
.xae1c78992e11,
.xe5f2ba78cd45,
.x0e79c9f760b4 {
  --button-bg: linear-gradient(135deg, var(--crimson-700), var(--coral-500));
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 780;
  border: 0;
  border-radius: 999px;
  background: var(--button-bg);
  box-shadow: 0 12px 28px rgba(143,23,37,.28);
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.x98a883732f2a::before,
.xae1c78992e11::before,
.xe5f2ba78cd45::before,
.x0e79c9f760b4::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
  transform: translateX(-110%) skewX(-18deg);
  transition: transform .65s var(--ease);
}
.x98a883732f2a:hover,
.xae1c78992e11:hover,
.xe5f2ba78cd45:hover,
.x0e79c9f760b4:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(143,23,37,.36); }
.x98a883732f2a:hover::before,
.xae1c78992e11:hover::before,
.xe5f2ba78cd45:hover::before,
.x0e79c9f760b4:hover::before { transform: translateX(110%) skewX(-18deg); }

.x28f973caa31d {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  cursor: pointer;
}
.x28f973caa31d span,
.x28f973caa31d::before,
.x28f973caa31d::after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: .25s var(--ease);
}
.x28f973caa31d[aria-expanded="true"] span { opacity: 0; }
.x28f973caa31d[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.x28f973caa31d[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.xd7c2b565a997 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 0 12px;
}
.xd7c2b565a997 a {
  position: relative;
  padding: 10px 14px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 690;
  text-decoration: none;
  border-radius: 12px;
  transition: color .2s, background .2s;
}
.xd7c2b565a997 a:hover { color: var(--crimson-700); background: rgba(183,33,49,.07); }
.xd7c2b565a997 a.x314fa04acc84 { color: var(--crimson-700); background: rgba(183,33,49,.10); }
.xd7c2b565a997 a.x314fa04acc84::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--crimson-700), var(--amber-400));
}

.x79899cb220b3 { flex: 1; padding: clamp(24px, 4vw, 48px); }

.x918487f69a71,
.xcf77c7ec6e2b {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.x3140849282bd { min-width: 0; }
.x5b8063f13c41 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--crimson-700);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.x5b8063f13c41::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--crimson-700), var(--amber-400));
}

h1, h2, h3 { margin-top: 0; color: var(--ink); letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 18px; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .99; }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; }
h3 { font-size: 1.18rem; }
.xde95226638fb {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}
.x16f5177376e6 { color: #4f3f43; line-height: 1.78; }
.x16f5177376e6 p { margin: 0 0 1.15em; }

.x85a6e22bcf1c {
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 42px);
  align-items: center;
  margin: 34px 0 38px;
}
.xafc0d2f06b8d {
  --rx: 0deg;
  --ry: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.35), transparent 28%),
    linear-gradient(145deg, rgba(75,5,17,.97), rgba(165,28,38,.92) 55%, rgba(246,98,55,.88));
  box-shadow: 0 30px 55px rgba(80, 8, 18, .25), inset 0 1px rgba(255,255,255,.3);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .16s linear;
  overflow: hidden;
}
.xafc0d2f06b8d::before,
.xafc0d2f06b8d::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 50%;
  animation: haloSpin 14s linear infinite;
}
.xafc0d2f06b8d::before { width: 310px; height: 310px; border-style: dashed; }
.xafc0d2f06b8d::after { width: 225px; height: 225px; animation-direction: reverse; animation-duration: 9s; }
@keyframes haloSpin { to { transform: rotate(360deg); } }
.xafc0d2f06b8d img {
  position: relative;
  z-index: 2;
  width: min(82%, 290px);
  filter: drop-shadow(0 25px 24px rgba(20,0,4,.42));
  transform: translateZ(55px);
}
.xe4549d89fb22 {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  padding: 9px 12px;
  color: #fff;
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(28,5,10,.32);
  backdrop-filter: blur(9px);
  transform: translateZ(42px);
}
.xe5f2ba78cd45 {
  position: absolute;
  z-index: 4;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateZ(60px);
  white-space: nowrap;
  background: linear-gradient(135deg, #fff4e3, #ffbd70);
  color: var(--wine-900);
}
.xe5f2ba78cd45:hover { transform: translateX(-50%) translateY(-2px) translateZ(60px); }

.x96169d95d3e1,
.x43c76cdad38c,
.x99248a785510,
.x351b68a23c1c {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.62);
  box-shadow: 0 18px 48px rgba(64, 15, 23, .08);
  overflow: hidden;
}
.x96169d95d3e1::before,
.x43c76cdad38c::before,
.x99248a785510::before,
.x351b68a23c1c::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 5px;
  background: linear-gradient(90deg, var(--crimson-700), var(--amber-400));
  border-radius: 0 0 999px 0;
}

.xad409d0a7956 { margin-top: 36px; }
.xad409d0a7956 h2 { margin-bottom: 17px; }

.x747907418a7d {
  position: sticky;
  top: 22px;
  padding: 22px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 4%, rgba(255,186,100,.34), transparent 30%),
    linear-gradient(155deg, rgba(47,5,13,.98), rgba(105,12,27,.97) 62%, rgba(151,28,36,.96));
  box-shadow: 0 28px 60px rgba(63, 4, 15, .30);
  overflow: hidden;
}
.x747907418a7d::after {
  content: "";
  position: absolute;
  inset: -60% -20%;
  pointer-events: none;
  background: repeating-linear-gradient(115deg, transparent 0 20px, rgba(255,255,255,.025) 20px 21px);
  animation: stripeDrift 16s linear infinite;
}
@keyframes stripeDrift { to { transform: translate3d(60px, 0, 0); } }
.x747907418a7d > * { position: relative; z-index: 1; }
.x693cb59d6a94 { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.x482a5cb38c44 { margin: 0 0 5px; color: #ffc991; font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.x747907418a7d h2 { margin: 0; color: #fff; font-size: clamp(1.45rem, 3vw, 2.1rem); }

.xaf44ace8fe8c {
  --progress: 0;
  position: relative;
  flex: 0 0 auto;
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--amber-400) calc(var(--progress) * 1%), rgba(255,255,255,.14) 0);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.xaf44ace8fe8c::before {
  content: "";
  position: absolute;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5b0c18;
}
.xaf44ace8fe8c span { position: relative; z-index: 1; font-size: .73rem; font-weight: 850; }

.xe1f2f418e35d { display: grid; gap: 11px; }
.x9d32e6c5615d { position: relative; }
.x9d32e6c5615d input,
.x9d32e6c5615d select,
.x9d32e6c5615d textarea,
.x90672b6c9cb1 input,
.x90672b6c9cb1 textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 13px;
  outline: 0;
  background: rgba(255,255,255,.94);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.x9d32e6c5615d input:focus,
.x9d32e6c5615d select:focus,
.x9d32e6c5615d textarea:focus,
.x90672b6c9cb1 input:focus,
.x90672b6c9cb1 textarea:focus {
  border-color: var(--amber-400);
  box-shadow: 0 0 0 4px rgba(255,187,104,.18);
  transform: translateY(-1px);
}
.x9d32e6c5615d::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(110,75,80,.25);
  transform: translateY(-50%) scale(.7);
  transition: .2s var(--ease);
}
.x9d32e6c5615d.x97fa9efc45c6::after { background: #4bd18a; box-shadow: 0 0 0 4px rgba(75,209,138,.16); transform: translateY(-50%) scale(1); }
.x9d32e6c5615d select { appearance: none; }
.x0e79c9f760b4 { width: 100%; margin-top: 4px; background: linear-gradient(135deg, var(--amber-400), #ff8b57); color: var(--wine-950); }
.x21a8344d4863 { display: flex; align-items: center; gap: 8px; margin: 12px 2px 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.45; }
.x21a8344d4863::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--amber-400); box-shadow: 0 0 0 5px rgba(255,187,104,.12); }

.xbc5c108967cc { margin-bottom: 28px; }
.xbc5c108967cc h1 { max-width: 820px; }
.xa2b95559efcc { display: grid; gap: 18px; }
.x43c76cdad38c { padding-left: clamp(24px, 4vw, 46px); }
.x43c76cdad38c .x3032e9a1d20d {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(143,23,37,.12);
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1;
}
.x43c76cdad38c p { color: #534247; line-height: 1.8; }
.x43c76cdad38c p:first-of-type::first-letter {
  float: left;
  margin: .08em .13em 0 0;
  color: var(--crimson-700);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: .82;
}
.x1e139fe57789 {
  position: fixed;
  z-index: 50;
  right: 18px;
  top: 50%;
  width: 4px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  transform: translateY(-50%);
  overflow: hidden;
}
.x1e139fe57789 span { display: block; width: 100%; height: var(--read, 0%); border-radius: inherit; background: linear-gradient(var(--amber-400), var(--coral-500)); }

.xb760dcf61d1c {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
}
.x351b68a23c1c {
  min-height: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,188,104,.30), transparent 34%),
    linear-gradient(150deg, var(--wine-950), var(--crimson-700));
}
.x351b68a23c1c h2, .x351b68a23c1c h3 { color: #fff; }
.x351b68a23c1c p { color: rgba(255,255,255,.76); line-height: 1.7; }
.x37ee7e959d6c {
  position: relative;
  width: 160px;
  aspect-ratio: 1;
  margin: 28px auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.x37ee7e959d6c::before,
.x37ee7e959d6c::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,187,104,.48);
  animation: haloSpin 10s linear infinite;
}
.x37ee7e959d6c::before { inset: 16px; }
.x37ee7e959d6c::after { inset: 34px; animation-direction: reverse; animation-duration: 6s; }
.x37ee7e959d6c span { font-size: 3.3rem; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }
.xe34367fae7db { display: grid; gap: 12px; margin-top: 24px; }
.xe34367fae7db a { color: #fff; text-decoration: none; font-weight: 750; }
.x90672b6c9cb1 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.x90672b6c9cb1 label { display: grid; gap: 8px; color: var(--muted); font-size: .82rem; font-weight: 760; }
.x90672b6c9cb1 .x6d4990e9f49c { grid-column: 1 / -1; }
.x90672b6c9cb1 textarea { min-height: 170px; resize: vertical; }
.x90672b6c9cb1 .x0e79c9f760b4 { grid-column: 1 / -1; justify-self: start; width: auto; min-width: 190px; }
.x3640896f64a1 { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.x14a1ba941983 { grid-column: 1 / -1; display: none; padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.x14a1ba941983.x8b262a52fca9 { display: block; }
.x14a1ba941983.xea0926bb8239 { color: #165b37; background: #dff7e9; }
.x14a1ba941983.xb692138ed656 { color: #7b1721; background: #ffe3e6; }

.x035a77bf21b4 {
  position: relative;
  z-index: 5;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  text-align: center;
  color: #4b2e22;
  font-weight: 720;
  background:
    linear-gradient(90deg, rgba(255,255,255,.25), transparent 18% 82%, rgba(255,255,255,.25)),
    linear-gradient(135deg, #f4df91, #efca6b);
  border-top: 1px solid rgba(111,81,21,.16);
}
.x035a77bf21b4 p { margin: 0; }

/* Progressive enhancement: content is visible even when JavaScript is blocked or cached incorrectly. */
[data-reveal] {
  opacity: 1;
  transform: none;
  clip-path: none;
}

.x3232bcc82d8e [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition:
    opacity .25s var(--ease),
    transform .25s var(--ease),
    clip-path .3s var(--ease);
}

.x3232bcc82d8e [data-reveal].x8b262a52fca9 {
  opacity: 1;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 980px) {
  .x918487f69a71, .xcf77c7ec6e2b { grid-template-columns: 1fr; }
  .x747907418a7d { position: relative; top: auto; }
  .x85a6e22bcf1c { grid-template-columns: 1fr; }
  .xafc0d2f06b8d { max-width: 560px; width: 100%; margin-inline: auto; }
  .xb760dcf61d1c { grid-template-columns: 1fr; }
  .x1e139fe57789 { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 18px); --radius-xl: 24px; }
  body { background-attachment: scroll; }
  .x19bba2d871f1 { min-height: calc(100vh - 18px); margin: 9px auto; }
  .x0bdac463d764 { padding: 14px 16px 0; }
  .x83f649e40227 { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
  .x83f649e40227 > form { display: none; }
  .x98a883732f2a { display: none; }
  .x28f973caa31d { display: block; justify-self: end; }
  .xd7c2b565a997 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    transition: max-height .35s var(--ease), opacity .25s, padding .35s;
  }
  .xd7c2b565a997.xae28ac87320c { max-height: 360px; opacity: 1; padding: 0 0 12px; }
  .xd7c2b565a997 a { text-align: center; }
  .xd7c2b565a997 a.x314fa04acc84::after { display: none; }
  .x79899cb220b3 { padding: 24px 17px 30px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .x85a6e22bcf1c { margin-top: 24px; }
  .xafc0d2f06b8d { min-height: 310px; }
  .x96169d95d3e1, .x43c76cdad38c, .x99248a785510, .x351b68a23c1c { border-radius: 20px; }
  .x747907418a7d { padding: 18px; border-radius: 22px; }
  .xaf44ace8fe8c { width: 54px; }
  .x90672b6c9cb1 { grid-template-columns: 1fr; }
  .x90672b6c9cb1 .x6d4990e9f49c, .x90672b6c9cb1 .x0e79c9f760b4 { grid-column: auto; }
  .x90672b6c9cb1 .x0e79c9f760b4 { width: 100%; }
  .x035a77bf21b4 { min-height: 64px; padding: 15px; font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  #ember-canvas { display: none; }
  .x3232bcc82d8e [data-reveal], [data-reveal] { opacity: 1; transform: none; clip-path: none; }
}


/* 2026-08-07: image starts level with the copy; text wraps beside it and then continues full-width below. */
.x85a6e22bcf1c {
  display: block;
  margin: 34px 0 38px;
}
.x85a6e22bcf1c .xf082cdadf8a5 {
  display: flow-root;
}
.x85a6e22bcf1c .xafc0d2f06b8d {
  float: left;
  width: min(42%, 330px);
  margin: 0 clamp(22px, 3.4vw, 42px) 22px 0;
}
.x85a6e22bcf1c .xf082cdadf8a5 > .x5b8063f13c41 {
  margin-top: 2px;
}

@media (max-width: 980px) {
  .x85a6e22bcf1c .xafc0d2f06b8d {
    float: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 24px;
  }
}

/* 2026-08-07: tighter story copy after removing the intermediate heading. */
.x85a6e22bcf1c .xf082cdadf8a5 > .x5b8063f13c41 {
  margin-bottom: 8px;
}
.x85a6e22bcf1c .xf082cdadf8a5 > .x16f5177376e6 {
  margin-top: 0;
}


/* 2026-08-07: article page titles moved into the eyebrow position. */
.x4703e18bfea9 {
  max-width: min(100%, 760px);
  flex-wrap: wrap;
  line-height: 1.35;
}


/* 2026-08-07: replace the product packshot with the country icon and center the story copy vertically beside it. */
.xafc0d2f06b8d img.xff115ad4ab34 {
  width: clamp(118px, 45%, 170px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(20, 0, 4, .28));
  transform: translateZ(55px);
  animation: countryFloat 4.8s ease-in-out infinite;
}

@keyframes countryFloat {
  0%, 100% { transform: translateZ(55px) translateY(0); }
  50% { transform: translateZ(55px) translateY(-8px); }
}

@media (min-width: 981px) {
  .x85a6e22bcf1c .xf082cdadf8a5 > .x5b8063f13c41 {
    margin-top: 52px;
  }
}

@media (max-width: 980px) {
  .x85a6e22bcf1c .xf082cdadf8a5 > .x5b8063f13c41 {
    margin-top: 2px;
  }
}


/* 2026-08-11: center the country flag above the product name inside the product card. */
.xc2bf178aab36 {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 210px;
  padding: 54px 20px 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  transform: translateZ(55px);
}

.xc2bf178aab36 .xff115ad4ab34 {
  width: clamp(112px, 44%, 154px);
  margin: 0;
  filter: drop-shadow(0 18px 28px rgba(20, 0, 4, .28));
  transform: none;
  animation: countryFloatCentered 4.8s ease-in-out infinite;
}

.x699043537c72 {
  display: block;
  max-width: 90%;
  color: #fff;
  font-size: clamp(1.55rem, 2.7vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
  text-shadow: 0 8px 22px rgba(35, 0, 7, .38);
}

@keyframes countryFloatCentered {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* 2026-08-12: on mobile keep the buy CTA in the top-right and center the burger on its own row below the brand/order row. */
@media (max-width: 760px) {
  .x83f649e40227 {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 9px;
    padding-bottom: 10px;
  }

  .xf49756558b97 {
    min-width: 0;
    gap: 8px;
    font-size: clamp(.95rem, 4vw, 1.08rem);
    line-height: 1.05;
  }

  .x35d765da312e {
    flex: 0 0 auto;
    width: 32px;
    border-radius: 11px;
  }

  .x83f649e40227 > form {
    display: block;
    justify-self: end;
    min-width: 0;
  }

  .x98a883732f2a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 10px;
    gap: 5px;
    font-size: .72rem;
    line-height: 1.08;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(143,23,37,.24);
  }

  .x28f973caa31d {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-left: 0;
  }

  .xc2bf178aab36 {
    min-height: 190px;
    padding: 50px 18px 54px;
    gap: 14px;
  }

  .xc2bf178aab36 .xff115ad4ab34 {
    width: clamp(108px, 42%, 142px);
  }

  .x699043537c72 {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }
}

@media (max-width: 390px) {
  .x0bdac463d764 { padding-inline: 12px; }
  .x83f649e40227 { column-gap: 7px; }
  .xf49756558b97 { gap: 7px; font-size: .93rem; }
  .x35d765da312e { width: 31px; border-radius: 10px; }
  .x98a883732f2a { min-height: 38px; padding-inline: 9px; font-size: .7rem; }
  .x28f973caa31d { margin-left: 0; justify-self: center; }
}

/* =========================================================
   Template 5 Generator overrides — created automatically
   The original crimson/red image background remains fixed.
   ========================================================= */
:root {
  --wine-950: #163553;
  --wine-900: #285681;
  --wine-800: #3D72A7;
  --crimson-700: #3D72A7;
  --crimson-600: #4D86B9;
  --coral-500: #8EB7E3;
  --amber-400: #82B8FF;
  --paper: #F8FAFD;
  --paper-solid: #FFFFFF;
  --ink: #17253A;
  --muted: #66768A;
}

.x19bba2d871f1 { background: #F8FAFD !important; }
.x0bdac463d764 { background: linear-gradient(180deg, #FFFFFFF2, #FFFFFFC8) !important; }
.x35d765da312e { background: conic-gradient(from 220deg, #285681, #3D72A7, #8EB7E3, #285681) !important; }
.x35d765da312e::after { content: "L" !important; }
.xbad1f41fd553 { display:inline-flex; align-items:baseline; gap:.34em; min-width:0; }
.xbad1f41fd553 strong { color: #17253A !important; font: inherit; }
.xbad1f41fd553 small { color: #4D86B9 !important; font-size:.62em; font-weight:850; letter-spacing:.04em; }
.xd7c2b565a997 a:hover { color: #285681 !important; background: #8EB7E318 !important; }
.xd7c2b565a997 a.x314fa04acc84 { color: #285681 !important; background: #8EB7E320 !important; }
.xd7c2b565a997 a.x314fa04acc84::after { background: linear-gradient(90deg, #285681, #82B8FF) !important; }

.x98a883732f2a { --button-bg: #82B8FF !important; background: #82B8FF !important; color: #17253A !important; }
.xe5f2ba78cd45 { --button-bg: #A3CEFF !important; background: #A3CEFF !important; color: #17253A !important; }
.xe1f2f418e35d .x0e79c9f760b4 { --button-bg: #74AFFF !important; background: #74AFFF !important; color: #17253A !important; }
.x90672b6c9cb1 .x0e79c9f760b4 { --button-bg: #D4E7FF !important; background: #D4E7FF !important; color: #17253A !important; }

h1 { color: #17253A !important; }
.x3140849282bd > h1, .xbc5c108967cc h1 { color: #17253A !important; }
.x96169d95d3e1 h2, .x43c76cdad38c h2, .x99248a785510 h2 { color: #243952 !important; }
.xde95226638fb, .x16f5177376e6, .x16f5177376e6 p, .x43c76cdad38c p, .x99248a785510, .x99248a785510 label { color: #66768A !important; }
.x5b8063f13c41, .x482a5cb38c44 { color: #3D72A7 !important; }
.x5b8063f13c41::before { background: linear-gradient(90deg, #3D72A7, #82B8FF) !important; }

.xafc0d2f06b8d {
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.30), transparent 28%),
    linear-gradient(145deg, #163553, #285681 54%, #3D72A7) !important;
}
.xe4549d89fb22 { background: #8EB7E3 !important; color: #163553 !important; }
.x699043537c72 { color: #fff !important; }
.x96169d95d3e1, .x43c76cdad38c, .x99248a785510 { background: #FFFFFFCC !important; }
.x96169d95d3e1::before, .x43c76cdad38c::before, .x99248a785510::before, .x351b68a23c1c::before { background: linear-gradient(90deg, #3D72A7, #82B8FF) !important; }
.x3032e9a1d20d { color: #3D72A7 !important; }

.x747907418a7d {
  background:
    radial-gradient(circle at 82% 4%, #8EB7E355, transparent 30%),
    linear-gradient(155deg, #163553, #285681 62%, #3D72A7) !important;
}
.x747907418a7d h2 { color: #fff !important; }
.x482a5cb38c44 { color: #82B8FF !important; }
.xaf44ace8fe8c { background: conic-gradient(#82B8FF calc(var(--progress) * 1%), rgba(255,255,255,.16) 0) !important; }
.xcca562d79e4f, .xcca562d79e4f * { cursor: pointer !important; }
.xcca562d79e4f .xe1f2f418e35d input,
.xcca562d79e4f .xe1f2f418e35d select,
.xcca562d79e4f .xe1f2f418e35d button { pointer-events: none !important; }

.x351b68a23c1c { background: linear-gradient(145deg, #163553, #285681 62%, #3D72A7) !important; color:#fff !important; }
.x351b68a23c1c h2, .x351b68a23c1c p, .x351b68a23c1c span { color:#fff !important; }
.x351b68a23c1c .x5b8063f13c41 { color: #82B8FF !important; }
.x37ee7e959d6c { background: radial-gradient(circle at 50% 50%, #8EB7E355, transparent 70%) !important; }
.xe34367fae7db a { color: #82B8FF !important; }

.x035a77bf21b4 { background: #DCE7F4 !important; color: #314861 !important; }
.xa48dff561150 { background: radial-gradient(circle at var(--iris-x,50%) var(--iris-y,50%), transparent 0 0, #163553 1% 100%) !important; }

@media (max-width: 760px) {
  .xbad1f41fd553 { flex-direction:column; align-items:flex-start; gap:1px; line-height:1; }
  .xbad1f41fd553 small { font-size:.58em; }
  .x28f973caa31d { border-color: #8EB7E3 !important; background: #FFFFFF !important; }
  .x28f973caa31d span, .x28f973caa31d::before, .x28f973caa31d::after { background: #285681 !important; }
}