/* ============================================================
   Skaftafell Mountain Biking — static marketing site
   Self-contained build of the design system (tokens + styles).
   Brand: acid volt green (#B2F828) + black. Archivo display,
   Hanken Grotesk body. High contrast, photography-led.
   ============================================================ */
/* Design tokens (:root custom properties) and the Google Fonts import now live in
   Views/Partials/Skaftafell/Utility/Colors.cshtml, rendered last so the theme wins.
   This file holds only component/layout styles that consume the tokens. */

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-body);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--brand-text);
}
.display {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.04; color: var(--text-strong);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-text); font-weight: 700; letter-spacing: 0.04em;
  border: 2px solid transparent; border-radius: var(--radius-pill);
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out);
  padding: 12px 22px; font-size: 15px;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: none; box-shadow: var(--shadow-focus); }
.btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 15px 28px; font-size: 16px; }

.btn-primary { background: var(--brand); color: var(--text-on-brand); }
.btn-primary:hover { background: var(--brand-hover); }

.btn-outline { background: transparent; color: var(--text-strong); border-color: var(--ink-950); }
.btn-outline:hover { background: var(--ink-950); color: var(--white); }

.btn-on-photo {
  background: rgba(255,255,255,0.12); color: var(--white);
  border-color: rgba(255,255,255,0.5); backdrop-filter: blur(6px);
}
.btn-on-photo:hover { background: rgba(255,255,255,0.22); border-color: var(--white); }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  transition: background var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  border-bottom: 1px solid transparent;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--gutter); max-width: var(--container-wide); margin: 0 auto;
}
.header .logo-img { height: 102px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 32px; }
.header-nav a {
  font-weight: 600; font-size: 15px; text-decoration: none; color: var(--white);
  transition: color var(--dur-base) var(--ease-out);
}
.header-nav a:hover { color: var(--brand); }
.header.scrolled {
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-bottom-color: var(--border-soft); box-shadow: var(--shadow-sm);
}
.header.scrolled .header-nav a { color: var(--text-body); }
.header.scrolled .header-nav a:hover { color: var(--brand-text); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 6px;
  color: var(--white);
}
.header.scrolled .nav-toggle { color: var(--ink-950); }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: var(--scrim-hero); }
.hero-body {
  position: relative; flex: 1; display: flex; flex-direction: column; justify-content: center;
  max-width: var(--container-wide); width: 100%; margin: 0 auto; padding: 0 var(--gutter);
}
.hero-card {
  display: inline-block; background: rgba(10,11,13,0.6);
  padding: clamp(20px, 1.2rem + 1.5vw, 40px); border-radius: var(--radius-lg);
  backdrop-filter: blur(2px); max-width: 780px;
}
.hero-card h1 {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 0.95; color: var(--white);
  font-size: var(--fs-display-xl);
}
.hero-card p {
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.35rem); line-height: 1.5;
  color: rgba(255,255,255,0.92); margin: 20px 0 0; max-width: 52ch;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust {
  position: relative; border-top: 1px solid rgba(255,255,255,0.18);
  background: rgba(10,11,13,0.28); backdrop-filter: blur(6px);
}
.hero-trust-inner {
  max-width: var(--container-wide); margin: 0 auto; padding: 18px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center;
  color: rgba(255,255,255,0.92); font-weight: 600; font-size: 14px;
}
.hero-trust-inner span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust-inner svg { width: 18px; height: 18px; color: var(--volt-300); }

/* ---------- Section head ---------- */
.section { padding: var(--section-y) 0; }
.section-dark { background: var(--ink-900); color: var(--white); }
.section-head { max-width: 640px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1.04; font-size: var(--fs-display-md); }
.section-head p { margin-top: 16px; font-size: 1.075rem; color: var(--text-muted); }

/* ---------- Tour / rental cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.tour-card {
  display: flex; flex-direction: column; background: var(--surface-card);
  border: 1px solid var(--border-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.tour-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.tour-media img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: var(--radius-pill);
  backdrop-filter: blur(4px); white-space: nowrap;
}
.badge-success { background: var(--success-100); color: var(--success-500); }
.badge-warning { background: var(--warning-100); color: var(--warning-500); }
.badge-brand { background: var(--brand); color: var(--text-on-brand); }
.badge-accent { background: var(--ink-950); color: var(--volt-400); }
.tour-body { padding: var(--space-6, 24px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tour-body h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.25rem; color: var(--text-strong); }
.tour-blurb { font-size: 14.5px; line-height: 1.55; color: var(--text-muted); margin: 0; }
.tour-specs { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.tour-specs span { display: inline-flex; align-items: center; gap: 6px; }
.tour-specs svg { width: 15px; height: 15px; color: var(--gray-400); }
.tour-foot {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.tour-price { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--text-strong); }
.tour-price small { display: block; font-family: var(--font-text); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-faint, var(--gray-400)); }

/* ---------- Why us (dark) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px 40px; margin-top: 56px; }
.why-item { display: flex; flex-direction: column; gap: 14px; }
.why-top { display: flex; align-items: center; gap: 14px; }
.why-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: var(--radius-md);
  background: rgba(178,248,40,0.16); color: var(--volt-400);
}
.why-icon svg { width: 22px; height: 22px; }
.why-n { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: rgba(255,255,255,0.4); letter-spacing: 0.04em; }
.why-item h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.15rem; color: var(--white); }
.why-item p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.62); margin: 0; }

/* ---------- Testimonials ---------- */
.quote-card {
  background: var(--surface-card); border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px;
  display: flex; flex-direction: column; gap: 18px; margin: 0;
}
.stars { display: flex; gap: 3px; color: var(--ink-950); }
.stars svg { width: 16px; height: 16px; }
.quote-card blockquote { margin: 0; font-size: 15.5px; line-height: 1.62; color: var(--text-body); }
.quote-card figcaption { margin-top: auto; display: flex; align-items: center; gap: 6px; }
.quote-card figcaption b { font-weight: 700; color: var(--text-strong); font-size: 14px; }
.quote-card figcaption span { color: var(--gray-400); font-size: 13px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; padding: var(--section-y) 0; overflow: hidden; text-align: center; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band .scrim { position: absolute; inset: 0; background: rgba(10,11,13,0.6); }
.cta-inner { position: relative; max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.cta-inner h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1; color: var(--white); font-size: var(--fs-display-lg); }
.cta-inner p { font-size: 1.1rem; line-height: 1.55; color: rgba(255,255,255,0.86); margin: 20px auto 0; max-width: 48ch; }
.cta-inner .btn { margin-top: 32px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink-950); color: rgba(255,255,255,0.7); }
.footer-top {
  max-width: var(--container); margin: 0 auto; padding: 80px var(--gutter) 48px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer .logo-img { height: 84px; width: auto; }
.footer-brand p { margin-top: 20px; font-size: 14px; line-height: 1.6; max-width: 34ch; }
.footer-contact { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.footer-contact a { color: rgba(255,255,255,0.78); display: inline-flex; align-items: center; gap: 8px; font-size: 14px; text-decoration: none; }
.footer-contact svg { width: 16px; height: 16px; }
.footer-col h4 { font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin: 0 0 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: rgba(255,255,255,0.66); font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom-inner {
  max-width: var(--container); margin: 0 auto; padding: 20px var(--gutter);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,0.5);
}
.footer-bottom-inner a { color: inherit; text-decoration: none; }
.footer-legal { display: flex; gap: 20px; }

/* ---------- Booking modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 900; background: rgba(10,11,13,0.6);
  display: none; align-items: center; justify-content: center; padding: 20px;
  backdrop-filter: blur(3px);
}
.modal-backdrop.open { display: flex; }
.modal {
  background: var(--surface-card); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  width: 100%; max-width: 440px; padding: 32px; position: relative;
}
.modal h3 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.5rem; color: var(--text-strong); }
.modal p { margin: 8px 0 24px; font-size: 14.5px; color: var(--text-muted); }
.modal label { display: block; font-size: 13px; font-weight: 600; color: var(--text-strong); margin-bottom: 6px; }
.modal .field { margin-bottom: 16px; }
.modal input, .modal select {
  width: 100%; padding: 11px 13px; font-family: var(--font-text); font-size: 15px;
  border: 1px solid var(--border-default); border-radius: var(--radius-sm); background: var(--white); color: var(--text-strong);
}
.modal input:focus, .modal select:focus { outline: none; border-color: var(--brand-active); box-shadow: var(--shadow-focus); }
.modal .btn { width: 100%; justify-content: center; margin-top: 8px; }
.modal-close {
  position: absolute; top: 16px; right: 16px; background: none; border: none; cursor: pointer;
  color: var(--gray-500); padding: 4px;
}
.modal-close svg { width: 22px; height: 22px; }
/* Whole-card link to a tour/rental subpage: a transparent anchor covering the card. */
.tour-card, .tour-row { position: relative; }
.card-cover-link { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.card-cover-link:focus-visible { outline: 2px solid var(--brand-active); outline-offset: 3px; }

/* Tour/rental detail templates: collapse the 2-col layouts on smaller screens.
   Inline grid styles win over classes, so these overrides need !important. */
@media (max-width: 860px) {
  .tourdetail-grid { grid-template-columns: 1fr !important; }
  .routes-grid { grid-template-columns: 1fr !important; }
  .fleet-row { grid-template-columns: 1fr !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .price-tiers { grid-template-columns: repeat(2, 1fr) !important; }
}

/* Rental fleet: per-duration toggle (Half / Full / Multi), one price + embed shown at a time. */
.duration-toggle { display: inline-flex; gap: 4px; padding: 4px; background: var(--surface-sunken); border: 1px solid var(--border-soft); border-radius: var(--radius-pill); }
.duration-btn { border: none; background: none; cursor: pointer; font-family: var(--font-text); font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: var(--radius-pill); color: var(--text-muted); }
.duration-btn.active { background: var(--brand); color: var(--text-on-brand); }
.duration-panel.is-hidden { display: none; }

/* Booking modal holding a Bokun embed needs more room than the plain form. */
.modal-book { max-width: 560px; }
.bk-embed { min-height: 120px; max-height: 70vh; overflow-y: auto; margin-top: 8px; }
.bk-embed iframe { width: 100%; border: 0; }
.bk-empty { margin: 16px 0 0 !important; }

.modal-success { text-align: center; }
.modal-success .check {
  width: 56px; height: 56px; border-radius: var(--radius-pill); background: var(--brand);
  color: var(--text-on-brand); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.modal-success .check svg { width: 30px; height: 30px; }

/* ---------- Mobile ---------- */
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .nav-toggle { display: inline-flex; }
  .header-nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(80vw, 300px);
    flex-direction: column; align-items: flex-start; gap: 8px;
    background: var(--ink-950); padding: 88px 28px 28px; z-index: 210;
    transform: translateX(100%); transition: transform var(--dur-base) var(--ease-out);
  }
  .header-nav.open { transform: translateX(0); box-shadow: var(--shadow-lg); }
  .header-nav a, .header.scrolled .header-nav a { color: var(--white); font-size: 18px; padding: 8px 0; }
  .header-nav .lang-select, .header.scrolled .header-nav .lang-select { color: var(--white); }
  .header-nav .lang-select select { font-size: 18px; }
  .header-nav .btn { margin-top: 16px; }
  .header .logo-img { height: 72px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ============================================================
   Header primary button — always black text on green
   (beats the white/dark nav-link colour rules)
   ============================================================ */
.header-nav a.btn-primary,
.header.scrolled .header-nav a.btn-primary {
  color: var(--text-on-brand);
}
.header-nav a.btn-primary:hover { color: var(--text-on-brand); }

/* ---------- Language selector (display only) ---------- */
.lang-select {
  display: inline-flex; align-items: center; gap: 4px; cursor: pointer;
  color: var(--white); transition: color var(--dur-base) var(--ease-out);
}
.header.scrolled .lang-select { color: var(--text-body); }
.lang-select > svg:first-child { width: 18px; height: 18px; }
.lang-select > svg:last-child { width: 14px; height: 14px; margin-left: -2px; opacity: 0.75; }
.lang-select select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background: transparent; border: none; color: inherit; cursor: pointer;
  font-family: var(--font-text); font-weight: 600; font-size: 15px;
  padding: 4px 2px; letter-spacing: 0.02em;
}
.lang-select select:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 3px; border-radius: 4px; }
.lang-select select option { color: var(--text-strong); }
.footer-loc { color: rgba(255,255,255,0.6); display: inline-flex; align-items: center; gap: 8px; font-size: 14px; }
.footer-loc svg { width: 16px; height: 16px; }

/* ---------- Section-level CTA ---------- */
.section-cta { margin-top: 40px; display: flex; justify-content: center; }

/* ============================================================
   Sub-page hero (shorter than the home hero)
   ============================================================ */
.page-hero {
  position: relative; min-height: 62vh; display: flex; flex-direction: column;
  justify-content: flex-end;
}
.about-hero { min-height: 66vh; }
.page-hero-inner {
  position: relative; max-width: var(--container-wide); width: 100%;
  margin: 0 auto; padding: 0 var(--gutter) clamp(40px, 5vw, 80px);
}
.page-hero .hero-card h1,
.hero-card h1 {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 0.96; color: var(--white);
  font-size: var(--fs-display-lg);
}
.page-hero .hero-card p { color: rgba(255,255,255,0.92); }

/* ============================================================
   Tours page — detailed alternating rows
   ============================================================ */
.tour-list { display: flex; flex-direction: column; gap: clamp(28px, 4vw, 56px); }
.tour-row {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px); align-items: center;
  background: var(--surface-card); border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden;
}
.tour-row:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
.tour-row:nth-child(even) .tour-row-media { order: 2; }
.tour-row-media { position: relative; align-self: stretch; min-height: 320px; overflow: hidden; }
.tour-row-media img { width: 100%; height: 100%; object-fit: cover; }
.tour-row-body { padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 44px) clamp(24px, 3vw, 40px) 0; display: flex; flex-direction: column; gap: 14px; }
.tour-row:nth-child(even) .tour-row-body { padding-right: 0; padding-left: clamp(24px, 3vw, 44px); }
.tour-row-tags { display: flex; gap: 8px; }
.chip {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 5px 11px; border-radius: var(--radius-pill);
  background: var(--surface-muted); color: var(--text-muted);
}
.tour-row-body h3 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem); color: var(--text-strong); }
.tour-row-long { font-size: 1.0125rem; line-height: 1.65; color: var(--text-body); margin: 0; }
.tour-includes { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 10px; }
.tour-includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--text-body); }
.tour-includes svg { width: 18px; height: 18px; color: var(--success-500); flex: none; margin-top: 1px; }
.tour-row-foot { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   Rentals page — "good to know" info grid
   ============================================================ */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px 40px; margin-top: 48px; }
.info-item h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.1rem; color: var(--white); margin-bottom: 10px; }
.info-item p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,0.62); margin: 0; }

/* ============================================================
   About page — story, stats, values, crew
   ============================================================ */
.story-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 4vw, 64px); align-items: center; }
.story-p,
.story-copy p { font-size: 1.0625rem; line-height: 1.7; color: var(--text-body); margin: 16px 0 0; }
.story-p:first-of-type,
.story-copy p:first-of-type { margin-top: 20px; }
.story-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.story-media img { width: 100%; height: 100%; object-fit: cover; }

.stats-band { background: var(--ink-950); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; padding: clamp(40px, 5vw, 72px) 0; }
.stat { text-align: center; }
.stat-n { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.6rem, 1.6rem + 3vw, 4rem); line-height: 1; color: var(--volt-400); letter-spacing: -0.02em; }
.stat-l { font-weight: 600; font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 12px; }

.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px 40px; margin-top: 48px; }
.value-item { display: flex; flex-direction: column; gap: 14px; }
.value-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: var(--radius-md); background: var(--volt-400); color: var(--ink-950); }
.value-icon svg { width: 24px; height: 24px; }
.value-item h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.15rem; color: var(--text-strong); }
.value-item p { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); margin: 0; }

.crew-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 48px; }
.crew-card { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.crew-media { aspect-ratio: 4 / 3; overflow: hidden; }
.crew-media img { width: 100%; height: 100%; object-fit: cover; }
.crew-body { padding: 24px; }
.crew-body h3 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.2rem; color: var(--text-strong); }
.crew-role { font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-text); margin-top: 6px; }
.crew-body p { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); margin: 14px 0 0; }

/* ---------- Sub-page responsive ---------- */
@media (max-width: 760px) {
  .tour-row, .tour-row:nth-child(even) { grid-template-columns: 1fr; }
  .tour-row:nth-child(even) .tour-row-media { order: 0; }
  .tour-row-media { min-height: 220px; aspect-ratio: 16 / 10; }
  .tour-row-body,
  .tour-row:nth-child(even) .tour-row-body { padding: 24px; }
}

/* ---------- Narrow content container (TextBlock) ---------- */
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Skip link (GoToContent) ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--ink-950); color: var(--white); padding: 10px 16px;
  border-radius: 0 0 var(--radius-sm) 0; text-decoration: none; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------- Edit-in-backoffice link (EditPage, preview only) ---------- */
.edit-page-link {
  position: fixed; right: 16px; bottom: 16px; z-index: 1000;
  background: var(--brand); color: var(--text-on-brand); font-weight: 700; font-size: 13px;
  padding: 9px 16px; border-radius: var(--radius-pill); box-shadow: var(--shadow-md);
  text-decoration: none;
}
