/* ============================================================
   HETTA HUSKIES — design system
   ============================================================ */

:root {
  /* Palette — sourced from hettahuskies.com brand */
  --ink: #0A0A0A;            /* near-black, their primary */
  --ink-soft: #2A2A2A;
  --ink-mute: #5A5A5A;
  --navy: #003082;           /* their dominant brand navy */
  --navy-deep: #001E54;
  --navy-soft: #E6ECF5;
  --green: #48AF0E;          /* their accent green */
  --burgundy: #99173C;       /* their accent burgundy */
  --frost: #5B9AB8;
  --frost-deep: #2C5F7C;
  --snow: #FFFFFF;
  --snow-warm: linear-gradient(180deg, #EFF5F9 0%, #E0EBF3 100%);  /* cool arctic-frost wash (replaces dull warm cream) */
  --snow-2: #EDF4F7;         /* cool soft white */
  --aurora-wash: linear-gradient(155deg, #FFFFFF 0%, #E7EFFB 52%, #ECE7FB 100%);  /* white + very light blue + faint violet — no turquoise */
  --ember: #E8A055;
  --ember-deep: #C97F36;
  --ember-soft: #F4D2A6;
  --aurora-green: #7FD8A6;
  --aurora-purple: #9B7EBD;
  --line: #E2E8EA;

  /* Type — Sora for display/titles + Pawlytics wordmark, Manrope for body/labels */
  --font-display: 'Sora', 'Helvetica Neue', system-ui, sans-serif;
  --font-serif: 'Sora', 'Helvetica Neue', system-ui, sans-serif;
  --font-body: 'Manrope', 'Open Sans', Helvetica, system-ui, sans-serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;

  /* Spacing */
  --container: 1200px;
  --container-tight: 960px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(11, 30, 45, 0.06);
  --shadow-md: 0 8px 24px rgba(11, 30, 45, 0.08);
  --shadow-lg: 0 20px 60px rgba(11, 30, 45, 0.14);

  /* Transitions */
  --t-fast: 180ms cubic-bezier(.2,.7,.3,1);
  --t-base: 280ms cubic-bezier(.2,.7,.3,1);
  --t-slow: 600ms cubic-bezier(.2,.7,.3,1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--snow);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
/* <picture> wrappers must not affect layout — let the inner <img> participate
   in flex/grid/positioning exactly as it did before WebP wrapping. */
picture { display: contents; }
a { color: var(--navy); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--ember-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
h3 { letter-spacing: 0.02em; font-weight: 600; }
h4 { letter-spacing: 0.08em; font-weight: 700; }

em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--navy);
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.01em;
}

p { margin: 0 0 1em; }

button { font-family: inherit; cursor: pointer; }

::selection { background: var(--ember); color: var(--ink); }

/* Accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  background: var(--ink);
  color: var(--snow);
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-sm);
  transition: top var(--t-fast);
}
.skip-link:focus { top: 1rem; color: var(--snow); }

:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
}

.section-head {
  max-width: 740px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0.005em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.section-title-sm {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.section-lede {
  font-size: 1.1rem;
  color: var(--ink-mute);
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 1rem;
}
.eyebrow-light { color: var(--ember-soft); }
.eyebrow-small { font-size: 0.75rem; margin-bottom: 0.5rem; }

.coords {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 32px;
}
.coords::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 22px; height: 1px;
  background: currentColor;
  opacity: 0.6;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid transparent;
  transition: transform var(--t-fast), background var(--t-fast), border-color var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);
  cursor: pointer;
  white-space: nowrap;
}
.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.92rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--ember);
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(232, 160, 85, 0.35);
}
.btn-primary:hover {
  background: var(--ember-deep);
  color: var(--snow);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 127, 54, 0.4);
}

.btn-ghost {
  background: transparent;
  color: var(--snow);
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: var(--snow);
  background: rgba(255, 255, 255, 0.1);
  color: var(--snow);
  transform: translateY(-2px);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 22px 0;
  /* top scrim: guarantees the white logo + nav have a dark backing over ANY
     hero image (dark or bright) until the header scrolls into its light glass. */
  background: linear-gradient(180deg, rgba(8,20,32,0.50) 0%, rgba(8,20,32,0.16) 55%, transparent 100%);
  transition: background var(--t-base), box-shadow var(--t-base), padding var(--t-base);
}
.site-header.is-scrolled {
  background: rgba(247, 249, 251, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 12px 0;
}

.nav-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;            /* logo never shrinks */
  margin-right: clamp(16px, calc(16px + (100vw - 1280px) * 0.06), 32px);
  transition: opacity var(--t-base);
}
.brand:hover { opacity: 0.8; }

.brand-logo {
  display: block;
  height: 46px;
  width: auto;
  /* logo.png is black artwork on transparent — flip to white over the dark hero */
  filter: brightness(0) invert(1);
  transition: filter var(--t-base);
}
.site-header.is-scrolled .brand-logo {
  filter: none;
}
@media (max-width: 480px) {
  .brand-logo { height: 43px; }
}

.brand-logo--light {
  filter: brightness(0) invert(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.primary-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.96rem;
  position: relative;
  padding: 4px 0;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-fast);
}
.primary-nav a:hover::after { transform: scaleX(1); }
.site-header.is-scrolled .primary-nav a { color: var(--ink-soft); }
.site-header.is-scrolled .primary-nav a:hover { color: var(--ink); }

.nav-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;            /* actions keep their size */
  margin-left: auto;         /* always flush right — flexible gap before the nav, never overlaps it */
  gap: 11px;
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 3px;
  backdrop-filter: blur(8px);
  gap: 1px;
}
.site-header.is-scrolled .lang-toggle { background: var(--snow-2); }

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--t-fast);
  cursor: pointer;
  text-decoration: none;
}
.lang-btn img {
  width: 18px;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.lang-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--snow);
}
.lang-btn.is-active {
  background: var(--snow);
  color: var(--ink);
  cursor: default;
}
.lang-btn.is-active img {
  box-shadow: 0 0 0 1px rgba(11, 30, 45, 0.15);
}
.site-header.is-scrolled .lang-btn { color: var(--ink-mute); }
.site-header.is-scrolled .lang-btn:hover { background: var(--snow); color: var(--ink); }
.site-header.is-scrolled .lang-btn.is-active { background: var(--ink); color: var(--snow); }
.site-header.is-scrolled .lang-btn.is-active img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* On smaller screens, hide the language code letters — keep flags only */
@media (max-width: 1080px) {
  .lang-btn .lang-code { display: none; }
  .lang-btn { padding: 4px; }
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 10px 8px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--snow);
  border-radius: 2px;
  transform-origin: center;
  transition: transform var(--t-fast), opacity var(--t-fast), background var(--t-fast);
}
.site-header.is-scrolled .nav-toggle span { background: var(--ink); }

/* Hamburger → X when menu open. Each span is 2px tall with 5px gap,
   so centres sit at 0 / 7 / 14px. Move outer bars 7px to meet in middle. */
.site-header.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1280px) {
  .primary-nav, .nav-actions { display: none; }
  .nav-toggle { display: flex; }

  /* Single drawer layout: the nav-row wraps, brand+toggle stay on row 1,
     primary-nav and nav-actions each occupy their own full-width row below.
     The whole row gets a max-height + scroll so the drawer is always
     usable on short / landscape viewports. */
  .site-header.menu-open .nav-row {
    flex-wrap: wrap;
    row-gap: 0;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .site-header.menu-open .brand { order: 1; }
  .site-header.menu-open .nav-toggle { order: 2; }
  .site-header.menu-open .primary-nav,
  .site-header.menu-open .nav-actions {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    width: 100%;
    align-items: stretch;
    padding: 0;
  }
  .site-header.menu-open .primary-nav {
    order: 3;
    gap: 0;
    margin-top: 14px;
  }
  .site-header.menu-open .nav-actions {
    order: 4;
    gap: 14px;
    padding: 14px 0 8px;
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }
  .site-header.menu-open .primary-nav a {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 500;
    padding: 14px 2px;
    border-bottom: 1px solid var(--line);
  }
  .site-header.menu-open .primary-nav a::after { display: none; }
  .site-header.menu-open .primary-nav a:last-child { border-bottom: 0; }

  /* Whenever the menu is open, force the light "is-scrolled" chrome
     so the drawer reads clearly against any background. */
  .site-header.menu-open {
    background: rgba(247, 249, 251, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-sm);
  }
  .site-header.menu-open .brand-logo { filter: none; }
  .site-header.menu-open .nav-toggle span { background: var(--ink); }

  /* Drawer-styled action row items */
  .site-header.menu-open .weather-pill { align-self: flex-start; }
  .site-header.menu-open .lang-toggle {
    background: var(--snow-2);
    align-self: flex-start;
  }
  .site-header.menu-open .lang-btn { color: var(--ink-mute); }
  .site-header.menu-open .lang-btn:hover { background: var(--snow); color: var(--ink); }
  .site-header.menu-open .lang-btn.is-active { background: var(--ink); color: var(--snow); }
  .site-header.menu-open .nav-actions .btn {
    width: 100%;
    min-height: 48px;
  }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  color: var(--snow);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  opacity: 0;
  transition: opacity 1500ms ease-in-out, transform 1500ms ease-in-out;
}
.hero-slide.is-active {
  opacity: 1;
  will-change: opacity, transform;   /* only the visible slide is promoted */
}

/* Per-slide focal-point tuning so the action stays centered in the crop.
   Targeted via the <picture> wrapper (the <img> is no longer the carousel's nth child). */
.hero-carousel picture:nth-of-type(1) .hero-slide { object-position: center 40%; } /* Joe1 — sled team into distance */
.hero-carousel picture:nth-of-type(2) .hero-slide { object-position: center 45%; } /* binbon3 — team running toward camera */
.hero-carousel picture:nth-of-type(3) .hero-slide { object-position: center 50%; } /* embin — team standing alert */
.hero-carousel picture:nth-of-type(4) .hero-slide { object-position: center 60%; } /* fulldayfrnt — sunset silhouette */

.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
@media (max-width: 640px) {
  .hero-dots { bottom: 20px; left: 20px; }
}

.hero-dot {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: background var(--t-fast), width var(--t-fast);
  position: relative;
  overflow: hidden;
}
.hero-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}
.hero-dot.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.hero-dot.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ember);
  transform-origin: left;
  animation: dotProgress 6000ms linear forwards;
}
@keyframes dotProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-dot.is-active::after { animation: none; transform: scaleX(1); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  /* Stronger, left-weighted scrim so white hero text stays legible over the
     bright sunny/blue-sky slides (binbon3, embin) as well as the dark ones. */
  background:
    linear-gradient(180deg, rgba(11,30,45,0.62) 0%, rgba(11,30,45,0.48) 45%, rgba(11,30,45,0.88) 100%),
    linear-gradient(90deg, rgba(11,30,45,0.72) 0%, rgba(11,30,45,0.34) 42%, transparent 72%);
}

.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  mix-blend-mode: screen;
  animation: drift 18s ease-in-out infinite alternate;
}
.aurora-1 {
  width: 50vw;
  height: 30vh;
  background: radial-gradient(circle, var(--aurora-green) 0%, transparent 70%);
  top: 5%;
  left: -10%;
}
.aurora-2 {
  width: 60vw;
  height: 35vh;
  background: radial-gradient(circle, var(--aurora-purple) 0%, transparent 70%);
  top: 15%;
  right: -15%;
  animation-delay: -9s;
  animation-duration: 24s;
}

@keyframes drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(8vw, 2vh) scale(1.08); }
  100% { transform: translate(-4vw, -3vh) scale(0.96); }
}

@media (prefers-reduced-motion: reduce) {
  .aurora { animation: none; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--snow);
  margin-bottom: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgba(8, 20, 32, 0.5), 0 1px 4px rgba(8, 20, 32, 0.35);
}
.hero-title .ink-glow {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ember-soft);
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 540px;
  margin-bottom: 2rem;
  text-shadow: 0 1px 16px rgba(8, 20, 32, 0.55);
}

.hero-ctas {
  display: flex;
  gap: 14px;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 96px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.trust-badge:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}
.trust-badge img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.trust-badge--wide {
  width: auto;
  min-width: 180px;
  padding: 12px 20px;
}

.trust-cta {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 4px;
  margin-left: 6px;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.trust-cta:hover {
  color: var(--ember-soft);
  border-color: var(--ember-soft);
}
.trust-cta span {
  display: inline-block;
  margin-left: 4px;
  transition: transform var(--t-fast);
}
.trust-cta:hover span { transform: translateX(4px); }

@media (max-width: 768px) {
  .trust-badge { height: 78px; width: 78px; padding: 8px; }
  .trust-badge--wide { min-width: 140px; padding: 10px 16px; }
}
@media (max-width: 480px) {
  .trust-badge { height: 64px; width: 64px; padding: 7px; }
  .trust-badge--wide { min-width: 116px; padding: 8px 12px; }
  .hero-trust { gap: 10px; }
}

/* Keep .stars rule alive for the testimonials stars-inline */
.stars {
  display: inline-flex;
  gap: 2px;
  color: var(--ember);
}

.scroll-cue {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 26px;
  height: 42px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding-top: 8px;
  z-index: 3;
}
.scroll-cue::after {
  content: "scroll";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  margin-right: -10px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .scroll-cue { bottom: 20px; right: 20px; }
  .scroll-cue::after { display: none; }
}
.scroll-cue span {
  width: 4px;
  height: 8px;
  background: var(--snow);
  border-radius: 2px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.3; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-cue span { animation: none; }
}

/* ============================================================
   AWARDS STRIP
   ============================================================ */
.awards {
  background: var(--snow-warm);
  padding: 80px 0 88px;
  position: relative;
  overflow: hidden;
}
.awards::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

.awards-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.awards-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 0.4em;
}
.awards-lede {
  color: var(--ink-mute);
  margin: 0;
}

.awards-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .awards-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .awards-grid { grid-template-columns: 1fr; }
}

.award-card {
  background: var(--snow);
  border-radius: var(--radius);
  padding: 24px 20px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}
.award-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--ember-soft);
}

.award-card--feature {
  background: linear-gradient(180deg, #FFF8EB 0%, var(--snow) 100%);
  border: 1px solid var(--ember-soft);
  box-shadow: 0 4px 20px rgba(232, 160, 85, 0.18);
}
.award-card--feature:hover {
  box-shadow: 0 12px 32px rgba(232, 160, 85, 0.28);
  border-color: var(--ember);
}
@media (min-width: 821px) {
  .award-card--feature {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.award-img {
  height: 92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px;
}
.award-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
.award-img--wide img {
  max-width: 100%;
  max-height: 64px;
}
.award-img--dark {
  background: var(--ink);
  border-radius: var(--radius-sm);
}
.award-img--dark img {
  max-height: 70px;
}

.award-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.award-rank {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember-deep);
}
.award-card--feature .award-rank {
  color: var(--ember-deep);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
}
.award-name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.award-card--feature .award-name {
  font-size: 1.15rem;
}
.award-issuer {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--ink-mute);
  margin-top: 2px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-transform: none;
}

/* ============================================================
   PROMISE
   ============================================================ */
.promise {
  background: var(--aurora-wash);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 16px;
}
@media (max-width: 880px) {
  .pillars { grid-template-columns: 1fr; gap: 20px; }
}

.pillar {
  background: var(--snow);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember-soft), var(--snow-warm));
  color: var(--ember-deep);
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
}
.pillar-icon svg { width: 32px; height: 32px; }
.pillar h3 { font-size: 1.35rem; margin-bottom: 0.5em; }
.pillar p { color: var(--ink-mute); margin: 0; }

/* ============================================================
   TOURS
   ============================================================ */
.tours { background: var(--aurora-wash); }

.filter-pills {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 48px;
  flex-wrap: wrap;
}
.pill {
  background: var(--snow-2);
  border: 0;
  color: var(--ink-soft);
  padding: 9px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all var(--t-fast);
}
.pill:hover { background: var(--snow-warm); color: var(--ember-deep); }
.pill.is-active {
  background: var(--ink);
  color: var(--snow);
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .tours-grid { grid-template-columns: 1fr; }
}

.tour-card {
  background: var(--snow);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base), opacity var(--t-base);
  display: flex;
  flex-direction: column;
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.tour-card.is-hidden {
  display: none;
}

.tour-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.tour-card:hover .tour-img img { transform: scale(1.06); }

.chip {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(11, 30, 45, 0.85);
  color: var(--snow);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}

.tour-body {
  padding: 24px 24px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.tour-body h3 {
  font-size: 1.4rem;
  margin-bottom: 0.25em;
}
.tour-meta {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.tour-body p:not(.tour-meta) {
  color: var(--ink-mute);
  margin-bottom: 1.25em;
  flex-grow: 1;
}
.tour-link {
  font-weight: 600;
  color: var(--ember-deep);
  align-self: flex-start;
}
.tour-link span {
  display: inline-block;
  transition: transform var(--t-fast);
}
.tour-link:hover span { transform: translateX(4px); }

/* ============================================================
   TRAIL / MOMENTS
   ============================================================ */
.trail {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
}
.trail::before {
  content: "";
  position: absolute;
  top: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(155, 126, 189, 0.3), transparent 70%);
  filter: blur(60px);
}
.trail::after {
  content: "";
  position: absolute;
  bottom: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(127, 216, 166, 0.2), transparent 70%);
  filter: blur(80px);
}
.trail .section-title { color: var(--snow); }
.trail .section-title em { color: var(--ember-soft); }
.trail .eyebrow { color: var(--ember-soft); }

.moments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.moment {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.moment-reverse {
  grid-template-columns: 110px 1fr 1fr;
}
.moment-reverse .moment-img { order: 3; }
.moment-reverse .moment-body { order: 2; }

@media (max-width: 880px) {
  .moment, .moment-reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .moment-reverse .moment-img,
  .moment-reverse .moment-body { order: initial; }
}

.moment-time {
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding-right: 32px;
}
@media (max-width: 880px) {
  .moment-time {
    text-align: left;
    border-right: 0;
    border-left: 3px solid var(--ember);
    padding-right: 0;
    padding-left: 16px;
  }
}
.moment-label {
  display: block;
  font-family: var(--font-script);
  color: var(--ember-soft);
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 4px;
}
.moment-hour {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
}

.moment-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-lg);
}
.moment-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.moment-body h3 {
  color: var(--snow);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 0.5em;
}
.moment-body p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

/* ============================================================
   DOGS
   ============================================================ */
.dogs { background: var(--snow-warm); }

.dogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
@media (max-width: 880px) {
  .dogs-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 520px) {
  .dogs-grid { grid-template-columns: 1fr; }
}

.dog-card {
  margin: 0;
  background: var(--snow);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base);
}
.dog-card:hover { transform: translateY(-4px); }
.dog-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.dog-card figcaption {
  padding: 18px 20px 22px;
}
.dog-name {
  display: block;
  font-family: var(--font-script);
  font-size: 1.9rem;
  color: var(--ember-deep);
  line-height: 1;
  margin-bottom: 6px;
}
.dog-bio {
  display: block;
  color: var(--ink-mute);
  font-size: 0.95rem;
  line-height: 1.5;
}

.dog-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--snow);
  border-radius: var(--radius-lg);
  padding: 32px 16px;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 720px) {
  .dog-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; padding: 28px 16px; }
}
.dog-stat {
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 0 16px;
}
.dog-stat:last-child { border-right: 0; }
@media (max-width: 720px) {
  .dog-stat:nth-child(2) { border-right: 0; }
}
.dog-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.dog-stat span {
  display: block;
  font-size: 0.82rem;
  color: var(--ink-mute);
  margin-top: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================================
   STAY
   ============================================================ */
.stay { background: var(--aurora-wash); }

.stay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 880px) {
  .stay-grid { grid-template-columns: 1fr; }
}

.stay-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--snow);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
}
.stay-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.stay-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.stay-card:hover .stay-img img { transform: scale(1.04); }

.stay-body {
  padding: 28px 32px 36px;
}
.stay-body h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
.stay-body p {
  color: var(--ink-mute);
  margin: 0;
}

/* ============================================================
   VOICES / TESTIMONIALS
   ============================================================ */
.voices { background: var(--snow-2); }

.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) {
  .voices-grid { grid-template-columns: 1fr; }
}

.stars-inline {
  color: var(--ember);
  font-size: 1.15rem;
  letter-spacing: 3px;
}

.ta-panel {
  display: block;
  background: var(--snow);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.ta-panel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--ember);
  color: inherit;
}

.ta-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) {
  .ta-stats { grid-template-columns: repeat(2, 1fr); }
}

.ta-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.ta-stat strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
}
.ta-stat-label {
  font-size: 0.78rem;
  color: var(--ink-mute);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ta-stat strong { font-size: 1.3rem; }
}

.ta-cta {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ember-deep);
  transition: color var(--t-fast), transform var(--t-fast);
}
.ta-cta span {
  display: inline-block;
  transition: transform var(--t-fast);
  margin-left: 4px;
}
.ta-panel:hover .ta-cta span { transform: translateX(6px); }

/* ============================================================
   VISIT
   ============================================================ */
.visit { background: var(--snow-warm); }

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 880px) {
  .visit-grid { grid-template-columns: 1fr; gap: 40px; }
}

.visit-map {
  display: flex;
  justify-content: center;
}
.lapland-map {
  width: 100%;
  max-width: 480px;
  height: auto;
  font-family: var(--font-display);
}

.lapland-map .map-country {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  fill: var(--ink-mute);
  opacity: 0.55;
  text-transform: uppercase;
}

.lapland-map .map-city {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  fill: var(--ink);
  text-transform: uppercase;
}
.lapland-map .map-city-primary {
  font-size: 20px;
  fill: var(--ink);
  letter-spacing: 0.12em;
}
.lapland-map .map-city-sm {
  font-size: 13px;
  fill: var(--ink-soft);
  letter-spacing: 0.05em;
  text-transform: none;
}

.lapland-map .map-meta {
  font-family: var(--font-body);
  font-size: 10.5px;
  fill: var(--ink-mute);
  letter-spacing: 0.02em;
}

.lapland-map .map-route {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  fill: var(--navy);
  text-anchor: middle;
  text-transform: uppercase;
}

.lapland-map .map-compass {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  fill: var(--ink);
  text-anchor: middle;
}

.lapland-map .map-scale text {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  fill: var(--ink-mute);
}

.lapland-map .map-arctic-line {
  stroke: var(--ember-deep);
  stroke-width: 1.4;
  stroke-dasharray: 7 5;
  opacity: 0.9;
}
.lapland-map .map-arctic-label {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  fill: var(--ember-deep);
  text-transform: uppercase;
}
.lapland-map .map-route-line {
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
  opacity: 0.6;
}

@media (prefers-reduced-motion: reduce) {
  .lapland-map animate { display: none; }
}

.visit-info .section-title { text-align: left; margin-bottom: 1em; }

.info-block {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.info-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.info-block h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5em;
  color: var(--navy);
}
.info-block p { color: var(--ink-soft); margin: 0; }

.pack-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pack-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  color: var(--ink-soft);
}
.pack-bullet {
  color: var(--frost);
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}

/* ============================================================
   BOOK
   ============================================================ */
.book { padding: 96px 0; background: var(--aurora-wash); }

.book-panel {
  background:
    linear-gradient(135deg, var(--ember) 0%, var(--ember-deep) 100%);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.book-panel::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
}
@media (max-width: 880px) {
  .book-panel {
    grid-template-columns: 1fr;
    padding: 40px 28px;
    gap: 32px;
  }
}

.book-text { position: relative; z-index: 1; }
.book-text h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  color: var(--ink);
  margin-bottom: 0.4em;
}
.book-text p {
  color: rgba(11, 30, 45, 0.78);
  font-size: 1.05rem;
  margin: 0;
}

.book-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.book-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.book-field-email { grid-column: 1 / -1; }

.book-field span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(11, 30, 45, 0.75);
}
.book-field select,
.book-field input {
  font-family: inherit;
  font-size: 1rem;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  background: var(--snow);
  color: var(--ink);
  transition: border-color var(--t-fast);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.book-field select:focus,
.book-field input:focus {
  border-color: var(--ink);
  outline: none;
}

.book-form .btn-primary {
  grid-column: 1 / -1;
  background: var(--ink);
  color: var(--snow);
  box-shadow: 0 6px 18px rgba(11, 30, 45, 0.25);
}
.book-form .btn-primary:hover {
  background: #000;
  box-shadow: 0 10px 28px rgba(11, 30, 45, 0.35);
}

.book-success {
  grid-column: 1 / -1;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

.footer-tag {
  color: rgba(255, 255, 255, 0.6);
  max-width: 280px;
  margin-top: 16px;
  font-size: 0.95rem;
}
.footer-coords {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 1.7;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 640px) {
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
}
.footer-nav h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember-soft);
  margin-bottom: 16px;
}
.footer-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
  font-size: 0.95rem;
}
.footer-nav a:hover { color: var(--snow); }

.footer-news h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--snow);
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-news p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}

.news-form {
  display: flex;
  gap: 6px;
}
.news-form input {
  flex: 1;
  font-family: inherit;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--snow);
  font-size: 0.9rem;
  min-width: 0;
}
.news-form input::placeholder { color: rgba(255, 255, 255, 0.4); }
.news-form input:focus { outline: none; border-color: var(--ember); }
.news-form button {
  background: var(--ember);
  color: var(--ink);
  border: 0;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.9rem;
  transition: background var(--t-fast);
}
.news-form button:hover { background: var(--ember-deep); color: var(--snow); }

.partners {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
.partners-label {
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  margin-right: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }
.footer-host a {
  color: var(--ember-soft);
  font-weight: 600;
}
.footer-host a:hover { color: var(--ember); }

/* ============================================================
   SCROLL FADE-INS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(.2,.7,.3,1),
              transform 700ms cubic-bezier(.2,.7,.3,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html { scroll-behavior: auto; }
}

/* ============================================================
   OWNERS
   ============================================================ */
.owners {
  background: var(--snow-warm);
  position: relative;
}

.owners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 880px) {
  .owners-grid { grid-template-columns: 1fr; gap: 24px; }
}

.owner-card {
  background: var(--snow);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.owner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
@media (max-width: 640px) {
  .owner-card { grid-template-columns: 1fr; }
}

.owner-img {
  position: relative;
  overflow: hidden;
}
.owner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}
@media (max-width: 640px) {
  .owner-img img { aspect-ratio: 16/10; min-height: 0; }
}

.owner-body {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
}
.owner-body h3 {
  font-size: 1.4rem;
  margin: 4px 0 12px;
  line-height: 1.15;
}
.owner-body p {
  color: var(--ink-mute);
  margin-bottom: 14px;
}
.owner-creds {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.owner-creds li {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  padding-left: 18px;
  position: relative;
}
.owner-creds li::before {
  content: "▲";
  position: absolute;
  left: 0;
  color: var(--ember);
  font-size: 0.7em;
  top: 3px;
}

/* ============================================================
   MORE THAN MUSHING
   ============================================================ */
.more {
  background: var(--aurora-wash);
  padding: 80px 0;
}

.more-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 880px) {
  .more-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 480px) {
  .more-grid { grid-template-columns: 1fr; }
}

.more-card {
  background: var(--snow-warm);
  border-radius: var(--radius);
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: transform var(--t-base), background var(--t-base);
  border: 1px solid transparent;
}
.more-card:hover {
  transform: translateY(-3px);
  background: #FFF4E0;
  border-color: var(--ember-soft);
}

.more-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--snow);
  color: var(--navy);
  display: grid;
  place-items: center;
}
.more-icon svg { width: 26px; height: 26px; }

.more-card h3 {
  font-size: 1.05rem;
  margin: 0;
}
.more-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-mute);
  line-height: 1.45;
}

/* Welfare callout */
.welfare-callout {
  background: linear-gradient(135deg, var(--ink) 0%, var(--navy-deep) 100%);
  color: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.welfare-callout::after {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(232, 160, 85, 0.18), transparent 70%);
  filter: blur(40px);
}
@media (max-width: 720px) {
  .welfare-callout { grid-template-columns: 1fr; gap: 18px; padding: 28px; text-align: center; justify-items: center; }
}

.welfare-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(232, 160, 85, 0.18);
  color: var(--ember);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.welfare-icon svg { width: 44px; height: 44px; }

.welfare-text h3 {
  color: var(--snow);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}
.welfare-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}
.welfare-text strong { color: var(--ember-soft); font-weight: 600; }

/* ============================================================
   ADOPT / SPONSOR / FOSTER
   ============================================================ */
.adopt {
  background: var(--snow-warm);
}

.adopt-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) {
  .adopt-grid { grid-template-columns: 1fr; gap: 16px; }
}

.adopt-card {
  background: var(--snow);
  border-radius: var(--radius-lg);
  padding: 32px 28px 30px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
  border: 1px solid transparent;
}
.adopt-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--ember-soft);
}
.adopt-card--feature {
  background: linear-gradient(180deg, #FFF8EB 0%, var(--snow) 100%);
  border-color: var(--ember-soft);
}

.adopt-card-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}
.adopt-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ember-deep);
  letter-spacing: 0.02em;
}
.adopt-card-head h3 {
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: 0.01em;
}
.adopt-card p {
  color: var(--ink-mute);
  margin: 0 0 20px;
  flex-grow: 1;
}
.adopt-link {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ember-deep);
  align-self: flex-start;
}
.adopt-link span {
  display: inline-block;
  transition: transform var(--t-fast);
  margin-left: 4px;
}
.adopt-link:hover span { transform: translateX(4px); }

/* ============================================================
   BOOK — contact block + FareHarbor divider
   ============================================================ */
.book-contact {
  list-style: none;
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(11, 30, 45, 0.18);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.book-contact li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: start;
  font-size: 0.95rem;
  color: rgba(11, 30, 45, 0.88);
}
.book-contact-label {
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(11, 30, 45, 0.55);
  padding-top: 2px;
}
.book-contact a {
  color: var(--ink);
  border-bottom: 1px dotted rgba(11, 30, 45, 0.35);
  font-weight: 600;
}
.book-contact a:hover {
  color: var(--ink);
  border-color: var(--ink);
}
.book-contact em { font-style: normal; color: rgba(11, 30, 45, 0.55); font-size: 0.85em; }
.w3w {
  font-family: var(--font-display) !important;
  font-style: normal !important;
  letter-spacing: 0.04em;
  font-size: 0.88em !important;
  color: var(--ink) !important;
  background: rgba(11, 30, 45, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4px;
}

.book-divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin: 6px 0 4px;
  color: rgba(11, 30, 45, 0.55);
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.book-divider::before,
.book-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(11, 30, 45, 0.18);
}
.book-divider span { padding: 0 14px; }

.book-fh {
  grid-column: 1 / -1;
  background: var(--snow);
  color: var(--ink);
  border: 2px solid var(--ink);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.book-fh:hover {
  background: var(--ink);
  color: var(--ember-soft);
  transform: translateY(-2px);
}
.book-fh span {
  display: inline-block;
  transition: transform var(--t-fast);
}
.book-fh:hover span { transform: translateX(4px); }

/* ============================================================
   DOG BREEDS BREAKDOWN
   ============================================================ */
.breeds {
  background: var(--snow);
  border-radius: var(--radius-lg);
  padding: 28px 28px 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.breeds .eyebrow-small {
  margin-bottom: 18px;
  color: var(--navy);
}
.breeds-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
@media (max-width: 720px) {
  .breeds-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
}

.breed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border-right: 1px solid var(--line);
}
.breed:last-child { border-right: 0; }
@media (max-width: 720px) {
  .breed:nth-child(2) { border-right: 0; }
  .breed { padding-bottom: 14px; border-bottom: 1px solid var(--line); border-right: 0; }
  .breed:nth-last-child(-n+2) { padding-bottom: 0; border-bottom: 0; }
}

.breed-pct {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ember-deep);
  line-height: 1;
}
.breed-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.breed-note {
  font-size: 0.82rem;
  color: var(--ink-mute);
  line-height: 1.4;
  max-width: 22ch;
}

/* ============================================================
   NEWSLETTER (footer) — extras for real form
   ============================================================ */
.news-success {
  margin: 10px 0 0;
  font-size: 0.85rem;
  color: var(--ember-soft);
  font-weight: 600;
}
.news-mini {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ============================================================
   LIVE BLOG (Medium feed)
   ============================================================ */
.blog {
  background: var(--snow-warm);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

.blog-card {
  background: var(--snow);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
  border: 1px solid transparent;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--ember-soft);
}

.blog-card-img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--snow-2);
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }

.blog-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-date {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 8px;
}

.blog-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none; /* posts have natural casing */
}
.blog-title a {
  color: var(--ink);
  background-image: linear-gradient(var(--ember), var(--ember));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size var(--t-base);
}
.blog-title a:hover {
  color: var(--ink);
  background-size: 100% 2px;
}

.blog-excerpt {
  font-size: 0.94rem;
  color: var(--ink-mute);
  margin: 0 0 16px;
  line-height: 1.55;
  flex-grow: 1;
}

.blog-readmore {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ember-deep);
  align-self: flex-start;
}
.blog-readmore span {
  display: inline-block;
  transition: transform var(--t-fast);
  margin-left: 4px;
}
.blog-readmore:hover span { transform: translateX(4px); }

.blog-more {
  text-align: center;
  margin: 36px 0 0;
}
.blog-more-link {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--ember);
  padding-bottom: 4px;
}
.blog-more-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform var(--t-fast);
}
.blog-more-link:hover span { transform: translateX(6px); }

/* Skeleton loading state */
@keyframes skelShimmer {
  0%   { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}
.blog-card.is-loading {
  pointer-events: none;
}
.blog-card.is-loading:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}
.blog-skel,
.blog-skel-img {
  background: linear-gradient(90deg, #EEF3F7 0%, #F7F9FB 50%, #EEF3F7 100%);
  background-size: 200px 100%;
  animation: skelShimmer 1.3s linear infinite;
  border-radius: 4px;
}
.blog-skel-img {
  aspect-ratio: 16 / 10;
  width: 100%;
  border-radius: 0;
}
.blog-skel {
  height: 12px;
  margin-bottom: 10px;
}
.blog-skel-sm { width: 35%; height: 10px; }
.blog-skel-lg { width: 90%; height: 18px; }
.blog-skel-md { width: 70%; }

.blog-fallback {
  grid-column: 1 / -1;
  background: var(--snow);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  color: var(--ink-mute);
  border: 1px dashed var(--line);
}
.blog-fallback a {
  color: var(--ember-deep);
  font-weight: 600;
  border-bottom: 1px solid var(--ember-soft);
}

@media (prefers-reduced-motion: reduce) {
  .blog-skel, .blog-skel-img { animation: none; }
}

/* ============================================================
   PRESS / FEATURED IN
   ============================================================ */
.press {
  background: var(--ink);
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.6);
}
.press-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ember-soft);
  text-align: center;
  margin: 0 0 14px;
}
.press-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 28px;
}
.press-list li {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
}
.press-list li + li::before {
  content: "·";
  position: absolute;
  left: -16px;
  color: rgba(255, 255, 255, 0.3);
}
.press-list em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: none;
}

@media (max-width: 600px) {
  .press-list { gap: 6px 18px; }
  .press-list li { font-size: 0.78rem; letter-spacing: 0.06em; }
  .press-list li + li::before { left: -11px; }
}

/* Ensure tour-meta with prices stays readable */
.tour-meta {
  font-size: 0.8rem !important;
}

/* ============================================================
   MOBILE OPTIMISATIONS
   Layered at the bottom of the stylesheet so they take precedence.
   Tested against 320px (iPhone SE 1st gen) through 768px (tablet).
   ============================================================ */

/* Prevent any horizontal overflow from animated/blurred elements */
html, body { overflow-x: clip; }

/* Prevent iOS Safari from zooming when focusing form fields
   (font-size on the field must be ≥ 16px) */
input, select, textarea { font-size: 16px; }

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 40px; }

  /* Buttons: ensure ≥44px touch target */
  .btn { padding: 0.95rem 1.4rem; min-height: 48px; }
  .btn-sm { min-height: 40px; padding: 0.6rem 1.1rem; }

  /* Hero: tighter padding, scaled trust badges */
  .hero { padding: 110px 0 90px; min-height: 92vh; }
  .hero-title { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .hero-sub { font-size: 1rem; }
  .hero-ctas { gap: 10px; margin-bottom: 2rem; }
  .hero-trust { gap: 12px; }

  /* Coords eyebrow: shorter spacing so it fits on one line */
  .coords { letter-spacing: 0.14em; font-size: 0.74rem; padding-left: 26px; }
  .coords::before { width: 18px; }

  /* Section titles smaller min for narrow viewports */
  .section-title { font-size: clamp(1.7rem, 6.5vw, 2.4rem); letter-spacing: 0; }
  .awards-title { font-size: clamp(1.55rem, 6vw, 2rem); letter-spacing: 0; }

  /* Awards grid: stay at 2 cols longer so badges don't dominate vertical space */
  .awards-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .award-card { padding: 18px 14px 16px; }
  .award-img { height: 76px; margin-bottom: 12px; }
  .award-img--wide img { max-height: 56px; }
  .award-name { font-size: 0.95rem; }
  .award-rank { font-size: 0.7rem; letter-spacing: 0.14em; }
  .award-issuer { font-size: 0.74rem; }

  /* Tour cards */
  .tour-body { padding: 20px 20px 22px; }
  .tour-body h3 { font-size: 1.25rem; }
  .filter-pills { gap: 6px; margin-bottom: 32px; }
  .pill { padding: 11px 18px; font-size: 0.88rem; min-height: 42px; }

  /* Hero carousel dots: bigger touch target via transparent padding */
  .hero-dot { width: 30px; height: 40px; padding: 18px 0; background: transparent; position: relative; }
  .hero-dot::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    transition: background var(--t-fast);
  }
  .hero-dot.is-active::before { background: rgba(255, 255, 255, 0.3); }
  .hero-dot.is-active::after { top: 50%; transform: translateY(-50%) scaleX(0); transform-origin: left; height: 4px; }

  /* Pillars */
  .pillar { padding: 28px 22px; }
  .pillar h3 { font-size: 1.2rem; }

  /* Moments timeline: tighter */
  .moments { gap: 56px; }
  .moment-img { aspect-ratio: 16 / 11; border-radius: var(--radius); }
  .moment-body h3 { font-size: 1.4rem; }
  .moment-body p { font-size: 0.98rem; }
  .moment-label { font-size: 1.4rem; }

  /* Stays */
  .stay-body { padding: 22px 22px 26px; }
  .stay-body h3 { font-size: 1.4rem; }

  /* TripAdvisor panel */
  .ta-panel { padding: 28px 22px; }
  .ta-stat strong { font-size: 1.4rem; }
  .ta-stat-label { font-size: 0.7rem; }
  .ta-cta { font-size: 0.95rem; letter-spacing: 0.06em; }

  /* Visit map: tighten gap */
  .visit-grid { gap: 32px; }
  .lapland-map { max-width: 100%; }

  /* Booking panel: stack form to 1 column for usability */
  .book-panel { padding: 32px 22px; gap: 24px; }
  .book-text h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .book-form { grid-template-columns: 1fr; gap: 12px; }
  .book-field-email { grid-column: 1; }

  /* Footer */
  .site-footer { padding: 64px 0 28px; }
  .footer-top { gap: 36px; }
  .footer-nav { gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .news-form { flex-direction: column; gap: 8px; }
  .news-form input,
  .news-form button { width: 100%; }

  /* Header: a touch tighter on phones */
  .site-header { padding: 12px 0; }
}

/* Very small screens — iPhone SE 1st gen (320px), folding phones */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }

  .hero-title { font-size: clamp(2.1rem, 12vw, 3rem); line-height: 0.98; }
  .hero-sub { font-size: 0.94rem; }
  .hero-trust { gap: 10px; }

  /* On the smallest screens just show 2 most-prestigious badges + link */
  .trust-badge:nth-child(3) { display: none; }
  .trust-cta { font-size: 0.74rem; letter-spacing: 0.12em; }

  .section-title { font-size: clamp(1.55rem, 7vw, 2rem); }

  /* Awards: 1 column for clearer reading */
  .awards-grid { grid-template-columns: 1fr; }
  .award-card { padding: 22px 18px; }
  .award-img { height: 88px; }

  .filter-pills { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .filter-pills::-webkit-scrollbar { display: none; }
  .filter-pills { scrollbar-width: none; }
  .pill { flex-shrink: 0; }

  .tour-body { padding: 18px 18px 20px; }

  /* Stay cards: full width image edges */
  .stay-card { border-radius: var(--radius); }

  /* TA stats: stack to 1 col so labels don't truncate */
  .ta-stats { grid-template-columns: 1fr 1fr; gap: 20px 12px; padding-bottom: 22px; }
  .ta-stat strong { font-size: 1.2rem; }

  /* Footer nav: 1 col */
  .footer-nav { grid-template-columns: 1fr; gap: 28px; }
}

/* Tablet portrait: balance the layout */
@media (min-width: 481px) and (max-width: 900px) {
  .hero-title { font-size: clamp(2.8rem, 8vw, 4.2rem); }
}

/* Accommodate iOS notch / safe area */
@supports (padding: max(0px)) {
  .container {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
  .hero-dots { left: max(20px, env(safe-area-inset-left)); }
  .scroll-cue { right: max(20px, env(safe-area-inset-right)); }
}

/* Hover-only effects shouldn't fire on touch devices */
@media (hover: none) {
  .tour-card:hover { transform: none; box-shadow: var(--shadow-sm); }
  .tour-card:hover .tour-img img { transform: none; }
  .award-card:hover { transform: none; }
  .pillar:hover { transform: none; }
  .dog-card:hover { transform: none; }
  .stay-card:hover .stay-img img { transform: none; }
  .ta-panel:hover { transform: none; }
  .trust-badge:hover { transform: none; }
}

/* ============================================================
   SUB-PAGES (adopt / sponsor / foster)
   ============================================================ */

/* Sub-pages have no dark hero — force header to its light/scrolled
   treatment from the start so logo and links stay legible. */
body.page-sub .site-header {
  background: rgba(247, 249, 251, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  padding: 14px 0;
}
body.page-sub .site-header .brand-logo { filter: none; }
body.page-sub .site-header .primary-nav a { color: var(--ink-soft); }
body.page-sub .site-header .primary-nav a:hover { color: var(--ink); }
body.page-sub .site-header .lang-toggle { background: var(--snow-2); }
body.page-sub .site-header .lang-btn { color: var(--ink-mute); }
body.page-sub .site-header .lang-btn:hover { background: var(--snow); color: var(--ink); }
body.page-sub .site-header .lang-btn.is-active { background: var(--ink); color: var(--snow); }
body.page-sub .site-header .lang-btn.is-active img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
body.page-sub .site-header .nav-toggle span { background: var(--ink); }
body.page-sub { padding-top: 100px; }  /* clear fixed header (logo 53 + padding 14*2 + shadow) */
@media (max-width: 480px) {
  body.page-sub { padding-top: 88px; }
}

.sub-hero {
  padding: 56px 0 32px !important; /* override .section's 96px 0 — quieter top, lets next section carry the breathing space */
}
@media (max-width: 768px) {
  .sub-hero { padding: 40px 0 24px !important; }
}
.sub-hero .container > * { text-align: left; }
.sub-hero .eyebrow {
  display: block;
  margin: 0 0 18px;
}
.sub-hero .back-link {
  color: var(--ink-mute);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: color var(--t-fast);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sub-hero .back-link:hover { color: var(--ink); }
.sub-hero .section-title {
  margin: 0 0 18px;
  max-width: 24ch;
}
.sub-hero .section-lede {
  margin: 0;          /* override auto-center inherited from .section-lede */
  max-width: 60ch;
  text-align: left;
}

/* First content section after sub-hero needs less top padding (sub-hero has bottom) */
.sub-hero + .section { padding-top: 32px; }
@media (max-width: 768px) {
  .sub-hero + .section { padding-top: 16px; }
}

.container.narrow { max-width: 760px; }

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2.4em 0 0.6em;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.prose h2:first-child { margin-top: 0; }
.prose p {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 1em;
}
.prose ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4em;
}
.prose ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.7em;
  font-size: 1.04rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent, #E8A055);
}
.prose strong { color: var(--ink); font-weight: 600; }

.sub-cta {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.welfare-callout.welfare-callout--soft {
  background: var(--snow-2);
  color: var(--ink);
  margin-top: 36px;
  border-radius: var(--r-lg, 16px);
}
.welfare-callout.welfare-callout--soft .welfare-text h3 { color: var(--ink); }
.welfare-callout.welfare-callout--soft .welfare-text p { color: var(--ink-soft); }

/* Sponsor tier cards — reuse .adopt-card but with their own price + perks layout */
.sponsor-grid .adopt-card .adopt-num {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ember-deep);
  padding: 4px 10px;
  background: rgba(232, 160, 85, 0.12);
  border-radius: 999px;
  align-self: center;
}
.sponsor-grid .adopt-card .adopt-card-head {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.sponsor-grid .adopt-card .adopt-card-head h3 {
  font-size: 1.35rem;
  width: 100%;          /* push h3 onto its own line under the badge */
  margin: 6px 0 0;
}
/* In sponsor cards, only the description paragraph should flex-grow.
   Default .adopt-card p has flex-grow: 1; we re-anchor that to the description. */
.sponsor-grid .adopt-card p { flex-grow: 0; }
.sponsor-grid .adopt-card p.sponsor-desc { flex-grow: 1; margin-bottom: 16px; }
.sponsor-price {
  font-size: 1.05rem;
  margin: 0 0 14px;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.sponsor-price strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
  display: inline-block;
  margin-right: 6px;
}
.sponsor-perks {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}
.sponsor-perks li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.sponsor-perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ember-deep);
  font-weight: 700;
}
.sponsor-perks li strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   WEATHER PILL (header live conditions)
   ============================================================ */
.weather-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background var(--t-fast), color var(--t-fast);
  white-space: nowrap;
  line-height: 1;
}
.weather-pill:hover { background: rgba(255, 255, 255, 0.2); color: var(--snow); }
.weather-pill .weather-icon { font-size: 0.95rem; line-height: 1; }
.weather-pill:not(.is-loaded) .weather-value { opacity: 0.55; letter-spacing: 0.18em; }

.site-header.is-scrolled .weather-pill,
body.page-sub .site-header .weather-pill {
  background: var(--snow-2);
  color: var(--ink);
}
.site-header.is-scrolled .weather-pill:hover,
body.page-sub .site-header .weather-pill:hover {
  background: rgba(11, 30, 45, 0.08);
  color: var(--ink);
}

/* Hide weather pill in the compact mobile header, but bring it back
   inside the open drawer so live conditions are still surfaced. */
@media (max-width: 860px) {
  .weather-pill { display: none; }
  .site-header.menu-open .weather-pill { display: inline-flex; }
}

/* Live-conditions block inside the Visit info column */
.info-block--live {
  background: var(--snow-2, #EEF2F7);
  border-radius: 14px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(11, 30, 45, 0.05);
}
.info-block--live h3 {
  margin-top: 0;
}
.live-conditions {
  list-style: none;
  padding: 0;
  margin: 8px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.live-conditions li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(11, 30, 45, 0.12);
}
.live-conditions li:last-child { border-bottom: 0; }
.lc-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.lc-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.lc-value:not(.is-loaded) { opacity: 0.45; letter-spacing: 0.12em; font-size: 1.1rem; }
.lc-source {
  font-size: 0.72rem;
  color: var(--ink-mute);
  margin: 0;
  letter-spacing: 0.02em;
}
.lc-source a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.lc-source a:hover { color: var(--ink); }

/* ============================================================
   DID YOU KNOW? — husky fact flip-cards
   ============================================================ */
.facts { background: var(--snow-2); }
.facts-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .facts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .facts-grid { grid-template-columns: 1fr; } }

.fact-card {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  min-height: 236px;
  cursor: pointer;
  perspective: 1300px;
  font: inherit;
  text-align: left;
  border-radius: var(--radius-lg);
}
.fact-card:focus-visible { outline: 3px solid var(--ember); outline-offset: 4px; }

.fact-card { transition: transform var(--t-fast), box-shadow var(--t-fast); }
/* hover/focus = lift affordance only; they must NOT flip the card (that would
   fight the JS .is-flipped toggle and desync aria state). */
.fact-card:hover { transform: translateY(-3px); }

.fact-inner {
  position: relative;
  display: grid;                 /* stack both faces in one cell → height = tallest face */
  min-height: 236px;
  transition: transform 720ms cubic-bezier(.2,.7,.3,1);
  transform-style: preserve-3d;
}
/* .is-flipped is the SINGLE source of truth, toggled by JS on click/tap/Enter. */
.fact-card.is-flipped .fact-inner { transform: rotateY(180deg); }
.fact-card:hover .fact-inner,
.fact-card.is-flipped .fact-inner { will-change: transform; }

.fact-face {
  grid-area: 1 / 1;              /* both faces share the same cell */
  position: relative;           /* anchor for .fact-hint */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  border-radius: var(--radius-lg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fact-front {
  background: var(--snow);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.fact-back {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--snow);
  transform: rotateY(180deg);
  box-shadow: var(--shadow-lg);
}
.fact-icon { color: var(--ember-deep); line-height: 0; }
.fact-icon svg { width: 36px; height: 36px; }
.fact-stat {
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.fact-head {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.15;
}
.fact-back .fact-body { font-size: 1rem; line-height: 1.55; }
.fact-hint {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  opacity: 0.55;                 /* always visible so touch users see the affordance */
  transition: opacity var(--t-fast);
}
.fact-card:hover .fact-hint,
.fact-card:focus-visible .fact-hint { opacity: 1; }

/* ============================================================
   ANIMATION POLISH — Ken Burns hero, staggered reveals
   ============================================================ */
/* Slow cinematic zoom on whichever hero slide is showing */
.hero-slide.is-active {
  animation: heroKenBurns 7000ms ease-out both;
}
.hero-carousel picture:nth-of-type(1) .hero-slide.is-active { transform-origin: 35% 38%; }
.hero-carousel picture:nth-of-type(2) .hero-slide.is-active { transform-origin: 60% 45%; }
.hero-carousel picture:nth-of-type(3) .hero-slide.is-active { transform-origin: 45% 55%; }
.hero-carousel picture:nth-of-type(4) .hero-slide.is-active { transform-origin: 50% 65%; }
@keyframes heroKenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.09); }
}

/* Staggered cascade for grouped reveals (delay set per-item in JS via --rd) */
.reveal { transition-delay: var(--rd, 0ms); }

@media (prefers-reduced-motion: reduce) {
  .hero-slide.is-active { animation: none; }
  .fact-card, .fact-inner { transition: none; }
  .fact-card:hover { transform: none; }
  .reveal { transition-delay: 0ms; }
}


.stay-img--kota img { object-position: center 34%; }

/* Footer build credit — Vtero wordmark (logo is black; invert to white on the dark footer) */
.credit-vtero { display: inline-flex; align-items: center; vertical-align: middle; }
.credit-vtero img {
  height: 1.3em;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity var(--t-fast);
}
.credit-vtero:hover img { opacity: 1; }
.footer-dot { opacity: 0.5; margin: 0 0.15em; }

/* Map airport markers + hover/focus popups (links to Finavia) */
.lapland-map a { cursor: pointer; }
.lapland-map .airport-disc { fill: #003082; transition: fill 160ms ease; }
.lapland-map a:hover .airport-disc,
.lapland-map a:focus-visible .airport-disc { fill: #E8A055; }
.lapland-map .airport-ico { fill: #fff; font-size: 13px; text-anchor: middle; pointer-events: none; }
.lapland-map .airport-tip { opacity: 0; visibility: hidden; transition: opacity 150ms ease; pointer-events: none; }
.lapland-map a:hover .airport-tip,
.lapland-map a:focus .airport-tip,
.lapland-map a:focus-visible .airport-tip { opacity: 1; visibility: visible; }
.lapland-map .tip-box { fill: #0B1E2D; filter: url(#tipShadow); }
.lapland-map .tip-name { fill: #FFFFFF; font-family: var(--font-display); font-size: 12px; font-weight: 600; }
.lapland-map .tip-meta { fill: #C9D4E0; font-family: var(--font-body); font-size: 10px; }
.lapland-map .tip-link { fill: #F4D2A6; font-family: var(--font-display); font-size: 10px; letter-spacing: 0.05em; }
@media (prefers-reduced-motion: reduce) { .lapland-map .airport-tip { transition: none; } }

/* Cookie consent banner (Google Analytics Consent Mode) */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  max-width: 720px; margin: 0 auto;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: var(--navy-deep); color: var(--snow);
  padding: 14px 18px; border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.cookie-text { margin: 0; flex: 1 1 280px; font-size: 0.9rem; line-height: 1.45; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
@media (max-width: 480px) {
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions { justify-content: flex-end; }
}

/* ============================================================
   ARCTIC AURORA WASH — funk up the flat cream/neutral sections
   (low-opacity green/purple/frost glows; text stays readable)
   ============================================================ */
.owners {
  background:
    radial-gradient(130% 90% at 90% -15%, rgba(127,216,166,0.16) 0%, transparent 50%),
    radial-gradient(120% 90% at -10% 115%, rgba(155,126,189,0.14) 0%, transparent 55%),
    var(--snow-warm);
}
.dogs {
  background:
    radial-gradient(120% 80% at 12% -10%, rgba(91,154,184,0.15) 0%, transparent 48%),
    radial-gradient(130% 95% at 105% 112%, rgba(127,216,166,0.15) 0%, transparent 52%),
    var(--snow-warm);
}
.visit {
  background:
    radial-gradient(120% 85% at 96% -12%, rgba(155,126,189,0.15) 0%, transparent 50%),
    radial-gradient(120% 90% at 0% 112%, rgba(127,216,166,0.13) 0%, transparent 52%),
    var(--snow-warm);
}
.awards {
  background:
    radial-gradient(120% 80% at 50% -18%, rgba(127,216,166,0.13) 0%, transparent 46%),
    var(--snow-warm);
}
.facts {
  background:
    radial-gradient(110% 75% at 10% -10%, rgba(127,216,166,0.17) 0%, transparent 50%),
    radial-gradient(120% 88% at 100% 115%, rgba(155,126,189,0.13) 0%, transparent 55%),
    var(--snow-2);
}

.cookie-banner[hidden] { display: none; }

/* ---- Subtle snowfall over heroes (flakes injected by main.js) ------------- */
.snowfall { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.snowfall b {
  position: absolute; top: -14px; display: block; border-radius: 50%;
  background: #fff; opacity: 0; will-change: transform;
  box-shadow: 0 0 4px rgba(255,255,255,0.6);
  animation: snow-fall linear infinite;
}
@keyframes snow-fall {
  0%   { transform: translate3d(0, -14px, 0); opacity: 0; }
  12%  { opacity: var(--op, 0.7); }
  88%  { opacity: var(--op, 0.7); }
  100% { transform: translate3d(var(--dx, 22px), 104vh, 0); opacity: 0; }
}

/* ---- Aurora veil: a slow green/teal/violet swish across the hero top ------ */
.aurora-veil {
  position: absolute; left: -12%; right: -12%; top: -24%; height: 72%; z-index: 1;
  background: linear-gradient(112deg, transparent 8%, rgba(127,216,166,0.16) 28%,
              rgba(91,154,184,0.13) 46%, rgba(155,126,189,0.15) 66%, transparent 90%);
  background-size: 220% 100%;
  filter: blur(36px); opacity: 0.7; mix-blend-mode: screen; pointer-events: none;
  animation: aurora-swish 19s ease-in-out infinite alternate;
}
@keyframes aurora-swish {
  0%   { background-position: 0% 0;   transform: translateY(-3%) skewY(-2.5deg); }
  50%  { transform: translateY(2%) skewY(1.5deg); }
  100% { background-position: 100% 0; transform: translateY(4%) skewY(2.5deg); }
}

@media (prefers-reduced-motion: reduce) {
  .snowfall { display: none; }
  .aurora-veil { animation: none; }
}

/* ---- Per-card personality: distinct accent per card (no repeated mono colour) ---- */
.adopt-card { --accent: var(--ember-deep); border-color: color-mix(in srgb, var(--accent) 36%, var(--line)); }
.adopt-card:nth-child(1) { --accent: #2C8C66; }   /* adopt — green */
.adopt-card:nth-child(2) { --accent: #C97F36; }   /* sponsor — ember (feature) */
.adopt-card:nth-child(3) { --accent: #5B6FB8; }   /* foster — periwinkle */
.adopt-card .adopt-num, .adopt-card .adopt-link { color: var(--accent); }
.adopt-card:hover { border-color: color-mix(in srgb, var(--accent) 70%, white); }
/* smoother fit: 3 -> 2 -> 1 columns */
@media (max-width: 980px) { .adopt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .adopt-grid { grid-template-columns: 1fr; } }

.more-card { --accent: var(--navy); border-color: color-mix(in srgb, var(--accent) 30%, var(--line)); }
.more-card:nth-child(1) { --accent: #2C8C66; }
.more-card:nth-child(2) { --accent: #003082; }
.more-card:nth-child(3) { --accent: #9B7EBD; }
.more-card:nth-child(4) { --accent: #C97F36; }
.more-card:nth-child(5) { --accent: #5B9AB8; }
.more-card:nth-child(6) { --accent: #99173C; }
.more-card:nth-child(7) { --accent: #2C5F7C; }
.more-card:nth-child(8) { --accent: #3E8E7E; }
.more-icon { color: var(--accent); }
.more-card:hover { border-color: color-mix(in srgb, var(--accent) 65%, white); }

/* Header needs more width than page content so all 8 nav items + utilities fit */
.site-header .container { max-width: 1340px; }
