/* ============================================================
   WE LOVE FINLAND — main.css
   Premium Nordic editorial design system. Mobile-first.
   ============================================================ */

:root {
  --bg: #f8f6f2;
  --bg-alt: #f1ede5;
  --navy: #0d1b2a;
  --navy-soft: #16263a;
  --gold: #c9a84c;
  --gold-soft: #e3cf8f;
  --ink: #1a1a1a;
  --ink-soft: #4a4a4a;
  --flag-blue: #003580;
  --white: #ffffff;
  --line: rgba(13, 27, 42, .12);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 2px 10px rgba(13, 27, 42, .07);
  --shadow-md: 0 10px 34px rgba(13, 27, 42, .12);
  --shadow-lg: 0 24px 60px rgba(13, 27, 42, .18);
  --radius: 14px;
  --header-h: 64px;
  --section-accent: var(--navy);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { list-style: none; }
article ul, article ol, .legal ul, .legal ol { list-style: disc; padding-left: 1.4em; margin: 0 0 1.2em; }
.legal ol { list-style: decimal; }

/* ---------- Focus visibility (keyboard navigation) ---------- */
:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
  border-radius: 4px;
}
.hero :focus-visible,
.site-footer :focus-visible,
.on-dark :focus-visible,
.nav-panel :focus-visible,
.site-header :focus-visible {
  outline-color: var(--gold);
}

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 700; line-height: 1.18; color: var(--navy); letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 6.5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 4.2vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2.6vw, 1.5rem); }

.container { width: min(1180px, 92%); margin: 0 auto; }
section { padding: clamp(32px, 5vw, 68px) 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); }

.kicker {
  display: inline-block;
  font-size: .74rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.kicker.on-light { color: #a07f2a; }
.section-head { max-width: 720px; margin-bottom: clamp(18px, 3vw, 32px); }
.section-head p { color: var(--ink-soft); margin-top: 14px; font-size: 1.05rem; }
.center { text-align: center; }
.center.section-head { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 6px;
  font-weight: 600; font-size: .95rem; letter-spacing: .03em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  text-align: center; min-height: 48px; line-height: 1.3;
}
.btn:active { transform: scale(.97); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-soft); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.75); color: var(--white); backdrop-filter: blur(2px); }
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-soft); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.btn-outline { border: 1.5px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.text-link { font-weight: 600; color: var(--flag-blue); border-bottom: 1.5px solid transparent; transition: border-color .2s; }
.text-link:hover { border-color: var(--flag-blue); }

/* ============================================================
   LOADING SCREEN — Finnish lake at twilight
   ============================================================ */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background:
    linear-gradient(180deg,
      #0a1422 0%, #122639 30%, #1d3c55 48%,
      #2c5570 55%, #1d3c55 57%, #122639 70%, #0a1422 100%);
  opacity: 0; animation: loaderFadeIn .5s ease forwards;
  overflow: hidden;
}
#loader::before { /* forest silhouettes */
  content: ""; position: absolute; left: 0; right: 0; top: 42%; height: 14%;
  background:
    radial-gradient(38px 90px at 6% 100%, #050b13 60%, transparent 61%),
    radial-gradient(30px 72px at 13% 100%, #060d17 60%, transparent 61%),
    radial-gradient(44px 104px at 22% 100%, #050b13 60%, transparent 61%),
    radial-gradient(26px 60px at 30% 100%, #071019 60%, transparent 61%),
    radial-gradient(40px 96px at 78% 100%, #050b13 60%, transparent 61%),
    radial-gradient(28px 66px at 86% 100%, #060d17 60%, transparent 61%),
    radial-gradient(46px 110px at 94% 100%, #050b13 60%, transparent 61%);
  background-repeat: no-repeat;
  opacity: .9;
}
#loader::after { /* rising mist */
  content: ""; position: absolute; left: -10%; right: -10%; top: 50%; height: 26%;
  background: linear-gradient(180deg, rgba(220,235,245,.16), transparent 70%);
  filter: blur(18px);
  animation: mistDrift 6s ease-in-out infinite alternate;
}
@keyframes mistDrift { from { transform: translateX(-2%);} to { transform: translateX(2%);} }
@keyframes loaderFadeIn { to { opacity: 1; } }

.loader-inner { position: relative; z-index: 2; text-align: center; transform: translateY(-6vh); }
.loader-logo {
  width: clamp(130px, 32vw, 190px); height: auto; margin: 0 auto;
  border-radius: 50%;
  opacity: 0;
  animation: logoIn 1.1s ease .45s forwards, logoGlow 2.4s ease 1.3s infinite alternate;
}
@keyframes logoIn { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes logoGlow {
  from { filter: drop-shadow(0 0 12px rgba(201,168,76,.18)); }
  to   { filter: drop-shadow(0 0 26px rgba(201,168,76,.42)); }
}
.loader-reflection {
  width: clamp(130px, 32vw, 190px); height: 44px; margin: 10px auto 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(232,240,248,.34), transparent 68%);
  transform: scaleY(-1);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%);
          mask-image: linear-gradient(180deg, transparent, #000 30%);
  opacity: 0; animation: logoIn 1.1s ease .65s forwards;
  position: relative; overflow: hidden;
}
.loader-reflection::after { /* shimmer moving across the water */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  animation: shimmer 2.2s ease-in-out 1.2s infinite;
}
@keyframes shimmer { 0% { transform: translateX(-100%);} 60%,100% { transform: translateX(100%);} }
.loader-word {
  margin-top: 26px; color: #dfe8f0; font-family: var(--serif);
  letter-spacing: .34em; font-size: .82rem; text-transform: uppercase;
  opacity: 0; animation: logoIn .9s ease 1s forwards;
}
#loader.is-done { animation: loaderOut .7s ease forwards; pointer-events: none; }
@keyframes loaderOut { to { opacity: 0; visibility: hidden; } }
body.is-loading { overflow: hidden; }
.page-enter { animation: pageIn .9s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(10px);} to { opacity: 1; transform: none; } }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}
.site-header.is-hidden { transform: translateY(-100%); box-shadow: none; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 36px; width: 36px; border-radius: 50%; transition: height .3s; }
.brand span {
  font-family: var(--serif); font-weight: 700; font-size: 1.02rem;
  color: var(--white); letter-spacing: .04em; transition: color .35s;
  white-space: nowrap;
}
.site-header.is-solid { background: rgba(248,246,242,.96); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.site-header.is-solid .brand span { color: var(--navy); }
.site-header.over-hero:not(.is-solid) .brand img { mix-blend-mode: multiply; filter: contrast(1.05); }

.main-nav { display: none; }
.header-social { display: none; }

/* Hamburger */
.nav-toggle {
  width: 48px; height: 48px; display: grid; place-content: center;
  border-radius: 50%; transition: background .25s;
  z-index: 1102;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: ""; display: block; width: 24px; height: 2px;
  background: var(--white); margin: 2px 0; border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease, background .35s ease;
}
.site-header.is-solid .nav-toggle span,
.site-header.is-solid .nav-toggle::before,
.site-header.is-solid .nav-toggle::after { background: var(--navy); }
body.nav-open .nav-toggle::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle::after { transform: translateY(-6px) rotate(-45deg); }
body.nav-open .nav-toggle span { opacity: 0; }
body.nav-open .nav-toggle::before, body.nav-open .nav-toggle::after, body.nav-open .nav-toggle span { background: var(--navy); }

/* Mobile slide-in panel */
.nav-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 86vw);
  background: var(--bg); z-index: 1100;
  transform: translateX(105%); transition: transform .45s cubic-bezier(.22,1,.3,1);
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; padding: 92px 34px 34px;
  overflow-y: auto;
}
body.nav-open .nav-panel { transform: none; }
.nav-panel a.nav-link {
  font-family: var(--serif); font-size: 1.5rem; color: var(--navy);
  padding: 11px 0; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  transition: padding-left .25s, color .25s;
}
.nav-panel a.nav-link:hover { padding-left: 8px; color: var(--gold); }
.nav-panel .nav-sub { font-size: 1.02rem; font-family: var(--sans); color: var(--ink-soft); border: 0; padding: 8px 0; }
.nav-panel-social { margin-top: auto; padding-top: 28px; display: flex; gap: 14px; }
.nav-overlay {
  position: fixed; inset: 0; background: rgba(13,27,42,.45); z-index: 1099;
  opacity: 0; pointer-events: none; transition: opacity .4s;
}
body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; }

@media (min-width: 980px) {
  :root { --header-h: 76px; }
  .brand img { height: 44px; width: 44px; }
  .nav-toggle, .nav-panel, .nav-overlay { display: none; }
  .main-nav { display: flex; gap: 26px; align-items: center; }
  .main-nav a {
    color: var(--white); font-weight: 500; font-size: .92rem;
    padding: 6px 2px; position: relative; transition: color .35s;
  }
  .main-nav a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
    height: 2px; background: var(--gold); transition: right .3s ease;
  }
  .main-nav a:hover::after { right: 0; }
  .site-header.is-solid .main-nav a { color: var(--navy); }
  .header-social { display: flex; gap: 12px; align-items: center; }
}

/* Social icons */
.social-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-grid; place-items: center;
  border: 1.5px solid rgba(255,255,255,.4); color: var(--white);
  transition: all .3s;
}
.social-icon svg { width: 17px; height: 17px; fill: currentColor; }
.social-icon:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-2px); }
.site-header.is-solid .social-icon { border-color: var(--line); color: var(--navy); }
.on-dark .social-icon { border-color: rgba(255,255,255,.3); color: #dfe8f0; }

/* ============================================================
   HERO CAROUSEL — full screen
   ============================================================ */
.hero {
  position: relative; height: 100svh; min-height: 560px;
  display: flex; align-items: flex-end;
  background: var(--navy); overflow: hidden; color: var(--white);
  padding: 0;
}
.hero-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.6s ease;
  pointer-events: none;
  display: flex; align-items: flex-end;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-slide.is-active .hero-media img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,27,42,.34) 0%, rgba(13,27,42,.08) 40%, rgba(13,27,42,.78) 100%);
}
.hero-content {
  position: relative; z-index: 2; width: min(1180px, 92%);
  margin: 0 auto; padding-bottom: clamp(88px, 14vh, 140px);
}
.hero-content .kicker { color: var(--gold-soft); }
.hero-content h1, .hero-content h2.hero-title { color: var(--white); max-width: 14ch; text-shadow: 0 3px 28px rgba(0,0,0,.35); font-size: clamp(2.1rem, 7vw, 4rem); font-family: var(--serif); }
.hero-content p { margin: 16px 0 28px; max-width: 46ch; font-size: clamp(1rem, 2.4vw, 1.2rem); color: rgba(255,255,255,.92); }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-slide .hero-content > * { opacity: 0; transform: translateY(22px); }
.hero-slide.is-active .hero-content > * { animation: heroText .9s ease forwards; }
.hero-slide.is-active .hero-content > *:nth-child(2) { animation-delay: .15s; }
.hero-slide.is-active .hero-content > *:nth-child(3) { animation-delay: .3s; }
.hero-slide.is-active .hero-content > *:nth-child(4) { animation-delay: .45s; }
@keyframes heroText { to { opacity: 1; transform: none; } }

.hero-dots {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 5;
}
.hero-dots button {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255,255,255,.45); transition: all .3s;
  padding: 0; min-width: 9px;
}
.hero-dots button.is-active { background: var(--gold); width: 26px; border-radius: 6px; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%;
  display: none; place-items: center;
  background: rgba(13,27,42,.35); color: var(--white);
  backdrop-filter: blur(4px); transition: background .3s;
  font-size: 1.2rem;
}
.hero-arrow:hover { background: var(--gold); color: var(--navy); }
.hero-arrow.prev { left: 22px; } .hero-arrow.next { right: 22px; }
@media (min-width: 980px) { .hero-arrow { display: grid; } }

/* Sub-hero (section pages) */
.page-hero {
  position: relative; min-height: 62svh; display: flex; align-items: flex-end;
  background: var(--navy); color: var(--white); overflow: hidden;
}
.page-hero .hero-media::after {
  background: linear-gradient(180deg, rgba(13,27,42,.4) 0%, rgba(13,27,42,.12) 45%, rgba(13,27,42,.82) 100%);
}
.page-hero .hero-content { padding-bottom: 56px; }
.page-hero h1 { color: var(--white); }
.page-hero p.hero-sub { margin-top: 14px; max-width: 56ch; color: rgba(255,255,255,.92); font-size: 1.08rem; }
/* Multi-video cycling hero (e.g. Lapland page) */
.page-hero .hero-media video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1s ease;
}
.page-hero .hero-media video.is-active { opacity: 1; }

@media (max-width: 760px) {
  .page-hero { min-height: 100svh; }
}

/* Aurora animation (Lapland hero) */
.aurora-layer { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; mix-blend-mode: screen; }
.aurora-layer i {
  position: absolute; left: -20%; right: -20%; height: 42%;
  top: -6%;
  background: linear-gradient(100deg,
    transparent 0%, rgba(64, 224, 160, .20) 25%, rgba(80, 200, 255, .14) 50%,
    rgba(160, 120, 255, .16) 72%, transparent 100%);
  filter: blur(26px);
  transform-origin: center;
  animation: aurora 11s ease-in-out infinite alternate;
}
.aurora-layer i:nth-child(2) { top: 8%; height: 30%; animation-duration: 14s; animation-delay: -4s; opacity: .8; }
.aurora-layer i:nth-child(3) { top: -12%; height: 34%; animation-duration: 17s; animation-delay: -8s; opacity: .6; }
@keyframes aurora {
  from { transform: translateX(-4%) skewY(-3deg) scaleY(1); }
  50%  { transform: translateX(2%) skewY(2deg) scaleY(1.15); }
  to   { transform: translateX(5%) skewY(-2deg) scaleY(.95); }
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }

/* ============================================================
   PILLAR CARDS
   ============================================================ */
.pillars { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pillars { grid-template-columns: repeat(5, 1fr); } }
.pillar {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 5; display: flex; align-items: flex-end;
  box-shadow: var(--shadow-sm); transition: transform .35s ease, box-shadow .35s ease;
  background: var(--navy);
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pillar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pillar:hover img { transform: scale(1.06); }
.pillar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(13,27,42,.82) 100%);
}
.pillar-label { position: relative; z-index: 2; padding: 20px; color: var(--white); }
.pillar-label h3 { color: var(--white); font-size: 1.2rem; }
.pillar-label span { font-size: .82rem; color: var(--gold-soft); letter-spacing: .08em; text-transform: uppercase; }

/* ============================================================
   EXPLORE FINLAND GRID (homepage — text on top, full width;
   tile grid below: 2x3 on mobile, 3x2 from 640px up)
   ============================================================ */
.grid-2.explore-section { display: flex; flex-direction: column; align-items: stretch; gap: 36px; }
.explore-section .prose { max-width: none; }
.explore-section h2 { margin-bottom: 20px; }
@media (min-width: 880px) {
  .grid-2.explore-section { gap: 48px; }
}
.explore-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
  .explore-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
.explore-tile {
  display: flex; flex-direction: column; background: var(--white);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.explore-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.et-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-alt); position: relative; }
.et-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.explore-tile:hover .et-img img { transform: scale(1.06); }
.et-body { padding: 12px 10px 16px; display: flex; flex-direction: column; gap: 6px; text-align: center; }
.et-label {
  font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--navy);
  line-height: 1.3;
}
.et-body .text-link { font-size: .8rem; font-weight: 600; }

@media (min-width: 640px) {
  .et-body { padding: 14px 12px 18px; }
  .et-label { font-size: .88rem; letter-spacing: .07em; }
  .et-body .text-link { font-size: .85rem; }
}

/* ============================================================
   PARTNER LOGO STRIP (marquee)
   ============================================================ */
.logo-strip { overflow: hidden; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.logo-track { display: flex; width: max-content; align-items: center; animation: marquee 36s linear infinite; will-change: transform; }
@keyframes marquee { to { transform: translateX(-25%); } }
.logo-chip {
  display: flex; align-items: center; justify-content: center;
  padding: 0 36px;
  flex-shrink: 0;
}
.logo-chip strong { font-family: var(--serif); color: var(--navy); font-size: .92rem; white-space: nowrap; }
.logo-chip span { display: none; }
.logo-chip img { width: 110px; height: 34px; object-fit: contain; }

/* ============================================================
   FEATURED ARTICLE
   ============================================================ */
.featured-article {
  display: grid; gap: 0; border-radius: var(--radius); overflow: hidden;
  background: var(--white); box-shadow: var(--shadow-md);
}
@media (min-width: 880px) { .featured-article { grid-template-columns: 1.2fr 1fr; } }
.featured-article .fa-img { position: relative; min-height: 280px; }
.featured-article .fa-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fa-body { padding: clamp(26px, 4vw, 48px); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.cat-pill {
  align-self: flex-start; font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--white); background: var(--section-accent, var(--navy));
  padding: 5px 13px; border-radius: 3px;
}
.fa-body p.excerpt { color: var(--ink-soft); }

/* ============================================================
   COLOUR-SHIFT CAROUSEL
   ============================================================ */
.shift-carousel {
  border-radius: var(--radius); padding: clamp(30px, 5vw, 56px);
  color: var(--white); overflow: hidden; position: relative;
  transition: background-color 1.1s ease;
  background-color: var(--navy);
  box-shadow: var(--shadow-md);
}
.shift-stage { display: grid; }
.shift-item {
  grid-area: 1 / 1; /* all items stacked: box height = tallest item, no page jumping */
  display: grid; gap: 24px; align-items: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .8s ease, visibility .8s;
}
@media (min-width: 820px) { .shift-item { grid-template-columns: 1fr 1.1fr; } }
.shift-item.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.shift-img { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; box-shadow: var(--shadow-md); }
.shift-img img { width: 100%; height: 100%; object-fit: cover; animation: pageIn .8s ease; }
.shift-body h3 { color: var(--white); font-size: clamp(1.4rem, 3vw, 2rem); animation: pageIn .8s ease; }
.shift-body p { margin: 12px 0 22px; color: rgba(255,255,255,.85); animation: pageIn .9s ease; }
.shift-nav { display: flex; gap: 10px; margin-top: 26px; }
.shift-nav button {
  width: 10px; height: 10px; border-radius: 50%; padding: 0;
  background: rgba(255,255,255,.4); transition: all .3s;
}
.shift-nav button.is-active { background: var(--white); width: 26px; border-radius: 6px; }

/* ============================================================
   PRODUCT CARDS (tilt)
   ============================================================ */
.product-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
.product-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transform-style: preserve-3d; transition: transform .25s ease, box-shadow .3s ease;
  will-change: transform;
}
.product-card:hover { box-shadow: var(--shadow-lg); }
.product-card .pc-img { aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--bg-alt); }
.product-card .pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .pc-img img { transform: scale(1.05); }
.pc-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(13,27,42,.78); color: var(--gold-soft);
  font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 3px; backdrop-filter: blur(4px);
}
.pc-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pc-body h3 { font-size: 1.18rem; }
.pc-body p { color: var(--ink-soft); font-size: .94rem; flex: 1; }
.pc-links { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.pc-links .btn { width: 100%; }
.pc-placeholder-note { font-size: .76rem; color: #9a9388; letter-spacing: .04em; }

/* "More ways to buy" — primary blue CTA that expands the affiliate panel */
.pc-expand-toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-top: 2px;
}
.pc-expand-icon { font-size: 1.05rem; line-height: 1; transition: transform .25s ease; color: var(--gold); }
.pc-expand-toggle[aria-expanded="true"] .pc-expand-icon { transform: rotate(45deg); }
.pc-affiliate-panel {
  display: none; flex-direction: column; gap: 8px;
  margin-top: -2px; padding: 12px 2px 0;
}
.pc-affiliate-panel.is-open { display: flex; }
.pc-affiliate-head {
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  color: #9a9388; margin: 0 0 2px;
}
.affiliate-link-item {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 14px; border-radius: 8px; background: var(--white);
  border: 1px solid var(--line);
  font-size: .88rem; font-weight: 600; color: var(--navy);
  transition: border-color .2s, background .2s;
}
.affiliate-link-item:hover { border-color: var(--gold); background: var(--bg-alt); }
.ali-arrow { color: var(--gold); font-weight: 700; }

/* Image fallback */
.img-fallback {
  width: 100%; height: 100%; min-height: 180px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, #1d3c55 60%, #2c5570 100%);
  color: var(--gold-soft); font-family: var(--serif); font-size: 1.1rem;
  text-align: center; padding: 20px;
}

/* ============================================================
   EXPERIENCE BLOCKS
   ============================================================ */
.experience-grid { display: grid; gap: 20px; }
@media (min-width: 880px) { .experience-grid { grid-template-columns: repeat(3, 1fr); } }
.exp-block {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3 / 4; display: flex; align-items: flex-end;
  box-shadow: var(--shadow-sm); transition: transform .35s, box-shadow .35s;
  background: var(--navy);
}
.exp-block:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.exp-block img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.exp-block:hover img { transform: scale(1.07); }
.exp-block::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(13,27,42,.85) 100%); }
.exp-label { position: relative; z-index: 2; padding: 26px; color: var(--white); }
.exp-label h3 { color: var(--white); margin-bottom: 8px; }
.exp-label p { font-size: .92rem; color: rgba(255,255,255,.85); margin-bottom: 14px; }
.exp-label .text-link { color: var(--gold-soft); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter {
  background: var(--navy); color: #dfe8f0; border-radius: var(--radius);
  padding: clamp(34px, 6vw, 70px); text-align: center;
  position: relative; overflow: hidden;
}
.newsletter::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(600px 240px at 50% 0%, rgba(201,168,76,.16), transparent 70%);
}
.newsletter > * { position: relative; }
.newsletter h2 { color: var(--white); }
.newsletter p { max-width: 54ch; margin: 14px auto 28px; color: rgba(223,232,240,.85); }
.newsletter form { display: flex; flex-direction: column; gap: 12px; max-width: 460px; margin: 0 auto; }
@media (min-width: 560px) { .newsletter form { flex-direction: row; } }
.newsletter input[type="email"] {
  flex: 1; padding: 14px 20px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08); color: var(--white); font-size: 1rem; outline: none;
  transition: border-color .3s; min-height: 48px;
}
.newsletter input[type="email"]::placeholder { color: rgba(223,232,240,.55); }
.newsletter input[type="email"]:focus { border-color: var(--gold); }
.newsletter .form-note { font-size: .78rem; color: rgba(223,232,240,.6); margin-top: 16px; }
.newsletter .form-msg { margin-top: 14px; font-weight: 600; color: var(--gold-soft); min-height: 1.4em; }

/* ============================================================
   ARTICLES GRID & CARDS
   ============================================================ */
.article-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .article-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .article-grid { grid-template-columns: repeat(3, 1fr); } }
.article-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.article-card .ac-img { aspect-ratio: 16/9; overflow: hidden; position: relative; background: var(--bg-alt); }
.article-card .ac-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.article-card:hover .ac-img img { transform: scale(1.05); }
.ac-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ac-meta { font-size: .78rem; color: var(--ink-soft); display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.ac-body h3 a:hover { color: var(--gold); transition: color .25s; }
.ac-body p { color: var(--ink-soft); font-size: .93rem; flex: 1; }
.ac-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.share-row { display: flex; gap: 8px; }
.share-row a, .share-row button {
  width: 32px; height: 32px; border-radius: 50%; display: inline-grid; place-items: center;
  border: 1px solid var(--line); color: var(--ink-soft); transition: all .25s; padding: 0;
}
.share-row a:hover, .share-row button:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.share-row svg { width: 14px; height: 14px; fill: currentColor; }

/* Filter chips (stories page) */
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-chip {
  padding: 9px 20px; border-radius: 6px; border: 1.5px solid var(--line);
  font-weight: 600; font-size: .88rem; color: var(--ink-soft);
  transition: all .25s; background: var(--white);
}
.filter-chip:hover { border-color: var(--navy); color: var(--navy); }
.filter-chip.is-active { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.article-hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 0; }
.page-pad .article-hero { padding-top: 16px; } /* page wrapper already clears the fixed header */
.breadcrumbs { font-size: .82rem; color: var(--ink-soft); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumbs a { color: var(--flag-blue); font-weight: 500; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs .sep { opacity: .5; }
.article-head { max-width: 760px; margin: 0 auto; }
.article-head h1 { margin: 14px 0 18px; }
.article-meta { display: flex; gap: 14px; flex-wrap: wrap; color: var(--ink-soft); font-size: .88rem; align-items: center; margin-bottom: 28px; }
.article-hero-img { border-radius: var(--radius); overflow: hidden; max-width: 980px; margin: 0 auto; box-shadow: var(--shadow-md); aspect-ratio: 16/8; background: var(--bg-alt); }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 720px; margin: 0 auto; font-size: 1.06rem; }
.article-body p { margin-bottom: 1.35em; }
.article-body p.lead { font-size: 1.22rem; color: var(--navy); font-weight: 500; line-height: 1.6; }
.article-body h2 { margin: 1.6em 0 .7em; }
.article-body blockquote {
  margin: 2em 0; padding: 26px 30px; border-left: 4px solid var(--gold);
  background: var(--white); border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif); font-size: 1.18rem; color: var(--navy); font-style: italic;
  box-shadow: var(--shadow-sm);
}
.article-body blockquote cite { display: block; margin-top: 10px; font-size: .85rem; font-family: var(--sans); font-style: normal; color: var(--ink-soft); }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 2em 0; }
@media (min-width: 640px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--white); border-radius: 12px; padding: 18px 14px; text-align: center; box-shadow: var(--shadow-sm); }
.stat strong { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--flag-blue); }
.stat span { font-size: .78rem; color: var(--ink-soft); }

/* Inline affiliate box inside articles */
.affil-box {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: var(--radius); padding: 16px; margin: 2em 0;
  box-shadow: var(--shadow-sm); transition: box-shadow .3s;
}
.affil-box:hover { box-shadow: var(--shadow-md); }
.affil-box img { width: 96px; height: 72px; object-fit: cover; border-radius: 9px; }
.affil-box .ab-tag { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.affil-box h4 { font-family: var(--serif); color: var(--navy); margin: 2px 0 4px; font-size: 1.05rem; }
.affil-box a.ab-cta { font-size: .88rem; font-weight: 700; color: var(--flag-blue); }
.affil-box a.ab-cta:hover { text-decoration: underline; }

/* ============================================================
   PROVIDER GRID & MISC
   ============================================================ */
.provider-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 880px) { .provider-grid { grid-template-columns: repeat(3, 1fr); } }
.provider-card {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  padding: 18px 16px 14px; text-align: center; transition: all .3s; display: block;
}
.provider-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.provider-head {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px;
}
.provider-logo {
  width: 36px; height: 36px; min-width: 36px; max-width: 36px; max-height: 36px;
  object-fit: contain; display: block; border-radius: 8px;
}
.provider-monogram {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 700; font-size: 1rem; color: var(--white);
}
.provider-card span.provider-genre {
  font-family: var(--sans); font-style: normal; flex-shrink: 0;
  font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--white); padding: 4px 9px; border-radius: 3px;
}
.provider-card strong { font-family: var(--serif); color: var(--navy); font-size: 1.02rem; display: block; }
.provider-dates { display: block; font-size: .8rem; font-weight: 600; color: var(--gold); letter-spacing: .04em; margin: 2px 0 4px; }
.provider-card span { font-size: .94rem; color: var(--ink-soft); }
.provider-cta {
  display: block; margin-top: 8px; font-size: .85rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--navy); transition: color .2s;
}
.provider-card:hover .provider-cta { color: var(--gold); }
.provider-card em { display: block; margin-top: 8px; font-style: normal; font-size: .72rem; color: #9a9388; letter-spacing: .06em; text-transform: uppercase; }

.disclaimer-box {
  background: #fdf6e3; border: 1px solid #ecd9a0; border-radius: var(--radius);
  padding: 22px 26px; font-size: .9rem; color: #6b5a23; margin: 30px 0;
}
.disclaimer-box strong { color: #4d3f12; }

.related-sections { display: flex; gap: 12px; flex-wrap: wrap; }
.related-sections a {
  padding: 10px 22px; border-radius: 6px; background: var(--white);
  border: 1.5px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--navy);
  transition: all .25s;
}
.related-sections a:hover { border-color: var(--gold); background: var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: #b9c6d2; padding: clamp(50px, 8vw, 90px) 0 36px; }
.footer-grid { display: grid; gap: 38px; grid-template-columns: 1fr; }
@media (min-width: 880px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.footer-brand img { height: 64px; width: 64px; border-radius: 50%; margin-bottom: 16px; }
.footer-brand p { font-size: .92rem; max-width: 34ch; }
.site-footer h3 { color: var(--white); font-family: var(--serif); margin-bottom: 16px; font-size: 1.05rem; }
.site-footer li { margin-bottom: 9px; }
.site-footer li a { font-size: .92rem; transition: color .25s; }
.site-footer li a:hover { color: var(--gold-soft); }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-bottom {
  margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-direction: column; gap: 10px; font-size: .8rem; color: #8a99a8;
}
@media (min-width: 880px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-disclosure { font-size: .78rem; color: #8a99a8; max-width: none; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); line-height: 1.7; text-align: center; }

/* ============================================================
   COOKIE CONSENT
   ============================================================ */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 5000;
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 22px; max-width: 560px; margin: 0 auto;
  transform: translateY(140%); transition: transform .6s cubic-bezier(.22,1,.3,1);
  border: 1px solid var(--line);
}
.cookie-banner.is-visible { transform: none; }
.cookie-banner h3 { font-size: 1.05rem; margin-bottom: 8px; }
.cookie-banner p { font-size: .86rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner p a { color: var(--flag-blue); font-weight: 600; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 22px; font-size: .88rem; min-height: 44px; }
.cookie-prefs { margin: 14px 0; display: none; }
.cookie-prefs.is-open { display: block; }
.cookie-pref-row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .88rem;
}
.cookie-pref-row label { font-weight: 600; color: var(--navy); }
.cookie-pref-row small { display: block; font-weight: 400; color: var(--ink-soft); }
.cookie-pref-row input { width: 20px; height: 20px; accent-color: var(--navy); flex-shrink: 0; }

/* ============================================================
   UTILITIES
   ============================================================ */
.mt-2 { margin-top: 18px; } .mt-3 { margin-top: 30px; } .mt-4 { margin-top: 46px; }
.grid-2 { display: grid; gap: 36px; }
.prose { max-width: 68ch; }
.prose p { margin-bottom: 1.2em; color: var(--ink-soft); }
.prose p:first-of-type { color: var(--ink); }
.legal { max-width: 760px; margin: 0 auto; }
.legal h1 { margin-bottom: 10px; }
.legal .updated { color: var(--ink-soft); font-size: .88rem; margin-bottom: 36px; }
.legal h2 { margin: 1.8em 0 .6em; font-size: 1.45rem; }
.legal h3 { margin: 1.4em 0 .5em; }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 1em; }
.legal table {
  width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .9rem;
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; /* wide tables scroll inside their own box on mobile instead of stretching the page */
}
.legal table th, .legal table td { min-width: 140px; }
.legal th, .legal td { text-align: left; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; }
.legal th { background: var(--bg-alt); color: var(--navy); }
.placeholder-mark { background: #fdf0c8; padding: 1px 6px; border-radius: 4px; font-weight: 600; }
.page-pad { padding-top: calc(var(--header-h) + 40px); }

/* ---- Section video carousel (Lapland page) ---- */
.vid-carousel { margin-top: 2rem; }
.vid-stage {
  position: relative; width: 100%; aspect-ratio: 16/9;
  background: var(--navy); border-radius: 12px; overflow: hidden;
}
.vid-stage video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .7s ease;
}
.vid-stage video.is-active { opacity: 1; }
.vid-controls {
  display: flex; align-items: center; gap: 1rem; padding: .85rem 0;
}
.vid-label {
  flex: 1; font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.vid-dots { display: flex; gap: .5rem; }
.vid-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: 2px solid rgba(13,27,42,.4); background: transparent;
  cursor: pointer; padding: 0;
  transition: background .2s, border-color .2s;
}
.vid-dots button.is-active { background: var(--gold); border-color: var(--gold); }
.vid-pause-btn {
  background: none; border: 1px solid rgba(13,27,42,.25);
  color: var(--navy); border-radius: 50%;
  width: 34px; height: 34px; cursor: pointer; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.vid-pause-btn:hover { background: rgba(13,27,42,.07); }

::selection { background: var(--gold); color: var(--navy); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  #loader { display: none; }
}
