/* =========================================================================
   True North Advisory — v2
   ========================================================================= */

:root {
  --navy: #0D1B2E;
  --navy-mid: #132235;
  --navy-light: #1A2E44;
  --navy-muted: #243650;
  --slate: #8FA3CC;
  --slate-light: #B4C2E0;
  --slate-faint: #D0D9ED;
  --copper: #C6873E;
  --copper-hover: #DEA058;
  --copper-faint: #E8C89A;
  --graphite: #ECEEF4;
  --graphite-mid: #D4D8E2;
  --graphite-dark: #9AA0B4;
  --white: #F7F8FB;
  --danger: #E47A6B;
  --success: #8FB89A;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Work Sans', 'Helvetica Neue', sans-serif;
  --t: 200ms cubic-bezier(.16,1,.3,1);
  --rule: rgba(143,163,204,.18);
  --rule-faint: rgba(143,163,204,.10);
  --container: 1180px;
  --reading: 68ch;
}

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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--graphite);
  font-size: 17px;
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1; }
img { max-width: 100%; height: auto; display: block; }

a { color: var(--copper); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--copper-hover); }

/* Visually hidden but available to screen readers */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Visible, high-contrast focus for keyboard users only */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
  border-radius: 2px;
}
.btn:focus-visible,
.nav-cta:focus-visible {
  outline-offset: 3px;
}

/* ----- Skip link ----- */
.skip {
  position: absolute;
  left: 12px;
  top: -200px;
  background: var(--copper);
  color: var(--navy);
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .85rem;
  z-index: 200;
  transition: top var(--t);
}
.skip:focus,
.skip:focus-visible {
  top: 12px;
  color: var(--navy);
}

/* =========================================================================
   NAV
   ========================================================================= */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13,27,46,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.nav-brand a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  min-height: 44px;
}
.nav-wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .15em;
  color: var(--graphite);
  line-height: 1.1;
  text-transform: uppercase;
}
.nav-wordmark span {
  display: block;
  font-size: .68rem;
  letter-spacing: .3em;
  color: var(--slate);
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 3px;
}
.nav-list {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
}
.nav-list a {
  color: var(--slate-light);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 3px;
}
.nav-list a:hover { color: var(--copper); }
.nav-list a[aria-current="page"] {
  color: var(--white);
  position: relative;
}
.nav-list a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 1px;
  background: var(--copper);
}
.nav-cta {
  background: var(--copper);
  color: var(--navy) !important;
  padding: 11px 20px !important;
  border-radius: 3px;
  font-weight: 600 !important;
  font-size: .82rem !important;
  letter-spacing: .12em !important;
  min-height: 44px;
  margin-left: 10px;
}
.nav-cta:hover { background: var(--copper-hover); color: var(--navy) !important; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--graphite);
  width: 44px;
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

/* =========================================================================
   HERO
   ========================================================================= */

.hero {
  padding: 96px 24px 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 900px 400px at 18% 30%, rgba(198,135,62,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.15));
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}
/* Decorative compass motif — replaces photography with a navigation mark */
.hero-compass {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: clamp(360px, 42vw, 620px);
  height: auto;
  color: var(--copper);
  opacity: .10;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 720px) {
  .hero-compass { right: -140px; opacity: .07; width: 420px; }
}

/* Photo hero — image lives at assets/img/hero-links.jpg; gradient scrim keeps
   text legible and doubles as a graceful fallback if the image is absent */
.hero-photo {
  min-height: clamp(460px, 74vh, 760px);
  display: flex;
  align-items: center;
  background-color: var(--navy);
  background-image:
    linear-gradient(90deg, rgba(13,27,46,.94) 0%, rgba(13,27,46,.72) 42%, rgba(13,27,46,.38) 100%),
    linear-gradient(0deg, rgba(13,27,46,.85) 0%, rgba(13,27,46,0) 55%),
    url("img/hero-links.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}
.hero-photo .btn-ghost {
  background: rgba(13,27,46,.42);
  border-color: rgba(143,163,204,.45);
}
.hero-photo .btn-ghost:hover {
  background: rgba(13,27,46,.6);
  border-color: var(--copper);
  color: var(--copper) !important;
}
@media (max-width: 720px) {
  .hero-photo {
    min-height: 0;
    background-image:
      linear-gradient(180deg, rgba(13,27,46,.72), rgba(13,27,46,.93)),
      url("img/hero-links.jpg");
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 26px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--copper);
  opacity: .55;
}

h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.3rem, 5.2vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: .01em;
  color: var(--white);
  margin-bottom: 20px;
  max-width: 22ch;
}
h1 em {
  font-style: italic;
  color: var(--copper-faint);
  font-weight: 400;
}
.hero-lede {
  font-size: 1.2rem;
  color: var(--graphite-mid);
  margin-bottom: 32px;
  max-width: 58ch;
  line-height: 1.6;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-meta {
  font-size: .82rem;
  color: var(--slate);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 500;
}

/* =========================================================================
   BUTTONS
   ========================================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  min-height: 44px;
  border-radius: 3px;
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--t), border-color var(--t), color var(--t), transform var(--t);
  border: 1px solid transparent;
  font-family: var(--font-body);
  line-height: 1;
}
.btn-primary { background: var(--copper); color: var(--navy) !important; }
.btn-primary:hover { background: var(--copper-hover); }
.btn-ghost {
  background: transparent;
  color: var(--graphite) !important;
  border-color: var(--rule);
}
.btn-ghost:hover { border-color: var(--copper); color: var(--copper) !important; }
.btn-block { width: 100%; }

/* =========================================================================
   LAYOUT PRIMITIVES
   ========================================================================= */

.section {
  padding: 88px 24px;
}
.section + .section { border-top: 1px solid var(--rule-faint); }
.section.tinted {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--navy-mid), #10202F);
}
.section.tinted::after {
  content: '';
  position: absolute;
  bottom: -130px;
  left: -120px;
  width: clamp(320px, 30vw, 440px);
  height: clamp(320px, 30vw, 440px);
  background: url("compass.svg") no-repeat center / contain;
  opacity: .04;
  pointer-events: none;
  z-index: 0;
}
.section.tinted > .wrap { position: relative; z-index: 1; }
.wrap {
  max-width: var(--container);
  margin: 0 auto;
}
.wrap-tight { max-width: 880px; margin: 0 auto; }

.section-label {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--copper);
  opacity: .6;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: .01em;
  margin-bottom: 16px;
  line-height: 1.15;
  max-width: 24ch;
}
h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
}
.section-lede {
  color: var(--graphite-mid);
  font-size: 1.08rem;
  max-width: var(--reading);
  margin-bottom: 44px;
  line-height: 1.7;
}

.lead {
  color: var(--graphite-mid);
  font-size: 1.1rem;
  line-height: 1.7;
}

/* =========================================================================
   HOME: TRIP TYPES (editorial rhythm, not 3 identical cards)
   ========================================================================= */

.trip-types {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}
.trip-card {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 32px;
  transition: border-color var(--t), transform var(--t);
  display: flex;
  flex-direction: column;
}
.trip-card:hover { border-color: rgba(198,135,62,.4); }
.trip-card-feature {
  grid-row: span 2;
  background: linear-gradient(180deg, var(--navy-mid), var(--navy-light));
  border-color: rgba(198,135,62,.25);
  padding: 40px;
}
.trip-card .tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 18px;
}
.trip-card h3 { margin-bottom: 8px; }
.trip-card .where {
  font-size: .85rem;
  color: var(--slate);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.trip-card p {
  color: var(--graphite-mid);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
.trip-card .read-more {
  margin-top: auto;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.trip-card .read-more::after {
  content: ' →';
  transition: margin-left var(--t);
}
.trip-card .read-more:hover::after { margin-left: 4px; }

/* =========================================================================
   PROOF STRIP
   ========================================================================= */

.proof {
  background: var(--navy-mid);
  border-top: 1px solid var(--rule-faint);
  border-bottom: 1px solid var(--rule-faint);
  padding: 32px 24px;
}
.proof-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}
.proof-item .k {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin-bottom: 6px;
}
.proof-item .v {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--graphite);
  line-height: 1.35;
}

/* =========================================================================
   PROCESS
   ========================================================================= */

.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
}
.process-step {
  border-top: 1px solid var(--copper);
  padding-top: 22px;
  counter-increment: step;
}
.process-step .n {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--copper);
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 500;
}
.process-step .n::before { content: counter(step, decimal-leading-zero); }
.process-step h3 { font-size: 1.4rem; margin-bottom: 10px; }
.process-step p {
  color: var(--graphite-mid);
  font-size: 1rem;
  line-height: 1.65;
}

/* =========================================================================
   DESTINATIONS PREVIEW
   ========================================================================= */

.dest-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.dest-block {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px;
}
.dest-block h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
  color: var(--copper-faint);
}
.dest-block .span {
  font-size: .8rem;
  color: var(--slate);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.dest-block ul {
  list-style: none;
}
.dest-block li {
  font-size: .98rem;
  color: var(--graphite-mid);
  padding: 7px 0;
  border-bottom: 1px solid var(--rule-faint);
}
.dest-block li:last-child { border-bottom: 0; }
.dest-block li strong { color: var(--graphite); font-weight: 500; }
.dest-block li em { color: var(--slate); font-style: italic; font-size: .9rem; }

/* =========================================================================
   ABOUT preview / About page
   ========================================================================= */

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: start;
}
.about-grid p {
  font-size: 1.06rem;
  color: var(--graphite-mid);
  line-height: 1.75;
  margin-bottom: 14px;
  max-width: var(--reading);
}
.about-grid p.pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--copper-faint);
  margin-top: 22px;
  max-width: 36ch;
}
.about-card {
  background: var(--navy-mid);
  border: 1px solid rgba(198,135,62,.22);
  border-radius: 6px;
  padding: 32px;
}
.about-card h3 {
  font-size: 1.25rem;
  margin-bottom: 18px;
}
.about-card dl { font-size: .98rem; }
.about-card dt {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin-top: 14px;
}
.about-card dt:first-of-type { margin-top: 0; }
.about-card dd { color: var(--graphite-mid); margin-top: 4px; }

/* =========================================================================
   FIT / who we work best with
   ========================================================================= */

.fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.fit-col {
  padding: 28px;
  border: 1px solid var(--rule);
  border-radius: 6px;
  background: var(--navy-mid);
}
.fit-col h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fit-col h3 .marker {
  font-size: .9rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--copper);
}
.fit-col ul { list-style: none; }
.fit-col li {
  font-size: 1rem;
  color: var(--graphite-mid);
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px solid var(--rule-faint);
}
.fit-col li:last-child { border-bottom: 0; }
.fit-col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 1px;
  background: var(--copper);
}

/* =========================================================================
   NETWORKS (partner programs)
   ========================================================================= */

.networks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.net-card {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px;
  border-left: 3px solid var(--copper);
}
.net-name {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.net-card p {
  font-size: 1.02rem;
  color: var(--graphite-mid);
  line-height: 1.65;
  max-width: 48ch;
}

@media (max-width: 720px) {
  .networks { grid-template-columns: 1fr; }
}

/* =========================================================================
   CTA BAND
   ========================================================================= */

.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy-light));
  padding: 72px 24px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
/* Faint topographic contour rings, anchored off the right edge */
.cta-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(circle at 92% 50%,
    rgba(198,135,62,.06) 0 1px, transparent 1px 36px);
  pointer-events: none;
}
.cta-band-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}
.cta-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 14px;
  max-width: none;
}
.cta-band p {
  color: var(--graphite-mid);
  font-size: 1.08rem;
  margin-bottom: 24px;
  max-width: 56ch;
}
.cta-band .hero-ctas { margin-bottom: 0; }

/* =========================================================================
   PAGE INTRO HEADER (for inner pages)
   ========================================================================= */

.page-head {
  position: relative;
  overflow: hidden;
  padding: 80px 24px 40px;
  border-bottom: 1px solid var(--rule-faint);
}
.page-head::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: clamp(280px, 32vw, 440px);
  height: clamp(280px, 32vw, 440px);
  background: url("compass.svg") no-repeat center / contain;
  opacity: .07;
  pointer-events: none;
  z-index: 0;
}
.page-head .wrap { position: relative; z-index: 1; max-width: var(--container); }
.page-head h1 {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  margin-bottom: 18px;
}
.page-head .lede {
  font-size: 1.18rem;
  color: var(--graphite-mid);
  max-width: 60ch;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .page-head::after { right: -130px; opacity: .05; }
}

/* =========================================================================
   SERVICES page
   ========================================================================= */

.service-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding: 56px 0;
  border-bottom: 1px solid var(--rule-faint);
}
.service-row:last-child { border-bottom: 0; }
.service-row .label {
  font-size: .76rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin-bottom: 12px;
}
.service-row h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 0;
  max-width: none;
}
.service-row .meta {
  margin-top: 12px;
  font-size: .9rem;
  color: var(--slate);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-row p {
  color: var(--graphite-mid);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: var(--reading);
}
.service-row .inclusions {
  list-style: none;
  margin-top: 12px;
}
.service-row .inclusions li {
  padding: 6px 0 6px 20px;
  position: relative;
  color: var(--graphite-mid);
  font-size: 1rem;
}
.service-row .inclusions li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: var(--copper);
  font-weight: 700;
}
.service-row .sub-h {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-top: 22px;
  margin-bottom: 6px;
}
.service-row .row-cta { margin-top: 26px; }

/* In / Out table */
.inout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
.inout > div {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 24px;
}
.inout h3 {
  font-size: 1.05rem;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--graphite);
}
.inout ul { list-style: none; }
.inout li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: .98rem;
  color: var(--graphite-mid);
}
.inout .yes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}
.inout .no li::before {
  content: '−';
  position: absolute;
  left: 0;
  color: var(--graphite-dark);
  font-weight: 700;
}

/* =========================================================================
   DESTINATIONS page (hub)
   ========================================================================= */

.dest-hub-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  padding: 56px 0;
  border-bottom: 1px solid var(--rule-faint);
}
.dest-hub-row:last-child { border-bottom: 0; }

/* Photo feature card — image bled in behind the text, like the home hero.
   Per-destination image set by #id below; scrim lives on ::before so the
   image URL resolves against this stylesheet (reliable across browsers). */
.dest-feature {
  position: relative;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 48px;
  margin: 40px 0;
  overflow: hidden;
}
.dest-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,27,46,.96) 0%, rgba(13,27,46,.86) 40%, rgba(13,27,46,.45) 76%, rgba(13,27,46,.25) 100%);
  pointer-events: none;
}
#scotland.dest-feature   { background-image: url("img/dest-glenfinnan.jpg"); background-position: right center; }
#ireland.dest-feature    { background-image: url("img/dest-adare.jpg"); }
#pinehurst.dest-feature  { background-image: url("img/dest-pinehurst.jpg"); background-position: center; }
#bandon.dest-feature     { background-image: url("img/dest-bandon.jpg"); background-position: right center; }
#cabot.dest-feature      { background-image: url("img/dest-cabot.jpg"); background-position: right center; }
#patagonia.dest-feature  { background-image: url("img/dest-patagonia.jpg"); background-position: right center; }
#iceland.dest-feature    { background-image: url("img/dest-iceland.jpg"); background-position: right center; }
#costa-rica.dest-feature { background-image: url("img/dest-costarica.jpg"); background-position: center; }
#speyside.dest-feature   { background-image: url("img/dest-speyside.jpg"); background-position: right center; }
#italy.dest-feature      { background-image: url("img/dest-italy.jpg"); background-position: right center; }
#japan.dest-feature      { background-image: url("img/dest-japan.jpg"); background-position: right center; }
.dest-feature-inner { position: relative; z-index: 1; max-width: 600px; }
.dest-feature h3 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 4px;
}
.dest-feature .span {
  display: block;
  font-size: .8rem;
  color: var(--copper-faint);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.dest-feature p {
  color: var(--graphite-mid);
  font-size: 1.04rem;
  line-height: 1.7;
  margin-bottom: 8px;
  max-width: 56ch;
}
.dest-feature .row-cta { margin-top: 24px; }
@media (max-width: 720px) {
  .dest-feature { padding: 32px 24px; }
  .dest-feature::before {
    background: linear-gradient(180deg, rgba(13,27,46,.82) 0%, rgba(13,27,46,.92) 100%);
  }
  .dest-feature-inner { max-width: none; }
}

/* Photo hero on the page header (Old Head panorama) */
.page-head--photo {
  background-image:
    linear-gradient(90deg, rgba(13,27,46,.93) 0%, rgba(13,27,46,.74) 45%, rgba(13,27,46,.42) 100%),
    linear-gradient(0deg, rgba(13,27,46,.7), rgba(13,27,46,.1) 60%),
    url("img/dest-oldhead.jpg");
  background-size: cover;
  background-position: center 44%;
  min-height: clamp(360px, 50vh, 540px);
  display: flex;
  align-items: center;
}
.page-head--photo::after { display: none; }
@media (max-width: 720px) {
  .page-head--photo {
    min-height: 0;
    background-image:
      linear-gradient(180deg, rgba(13,27,46,.7), rgba(13,27,46,.93)),
      url("img/dest-oldhead.jpg");
  }
}
.dest-hub-row h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 0;
  max-width: none;
}
.dest-hub-row .span {
  font-size: .8rem;
  color: var(--slate);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
}
.dest-hub-row p {
  color: var(--graphite-mid);
  font-size: 1.04rem;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: var(--reading);
}
.dest-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 22px 0;
}
.dest-meta dt {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin-bottom: 4px;
}
.dest-meta dd {
  color: var(--graphite-mid);
  font-size: .98rem;
  line-height: 1.5;
}

/* =========================================================================
   FAQ accordion (native <details>)
   ========================================================================= */

.faq {
  max-width: 860px;
  margin: 0 auto;
}
.faq details {
  border-bottom: 1px solid var(--rule);
}
.faq details:first-of-type { border-top: 1px solid var(--rule); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 48px 22px 4px;
  position: relative;
  font-size: 1.1rem;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.4;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--copper);
  border-bottom: 2px solid var(--copper);
  transform: translateY(-65%) rotate(45deg);
  transition: transform var(--t);
}
.faq details[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}
.faq summary:hover { color: var(--copper-faint); }
.faq summary:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 4px;
}
.faq .answer {
  padding: 0 4px 24px;
  color: var(--graphite-mid);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: var(--reading);
}
.faq .answer p + p { margin-top: 12px; }
.faq .answer a { font-weight: 600; }

/* =========================================================================
   FORMS
   ========================================================================= */

.form-shell {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: start;
}
form.inquiry {
  display: grid;
  gap: 22px;
}
.field {
  display: grid;
  gap: 6px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field label {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--graphite);
  font-weight: 600;
}
.field .help {
  font-size: .85rem;
  color: var(--slate);
  line-height: 1.4;
}
.field .req {
  color: var(--copper);
  font-weight: 700;
  margin-left: 4px;
}
.field input,
.field select,
.field textarea {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--graphite);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.4;
  min-height: 48px;
  transition: border-color var(--t), background var(--t);
  width: 100%;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.6;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--graphite-dark);
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(198,135,62,.4);
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 2px;
  border-color: var(--copper);
}
.field[data-error="true"] input,
.field[data-error="true"] select,
.field[data-error="true"] textarea {
  border-color: var(--danger);
  background: rgba(228,122,107,.06);
}
.field .error {
  font-size: .85rem;
  color: var(--danger);
  font-weight: 500;
  display: none;
}
.field[data-error="true"] .error { display: block; }

.form-aside {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 32px;
  position: sticky;
  top: 90px;
}
.form-aside h2 {
  font-size: 1.3rem;
  margin-bottom: 14px;
  max-width: none;
}
.form-aside ol {
  list-style: none;
  counter-reset: step;
}
.form-aside li {
  counter-increment: step;
  padding: 14px 0 14px 36px;
  position: relative;
  border-top: 1px solid var(--rule-faint);
  color: var(--graphite-mid);
  font-size: .98rem;
  line-height: 1.5;
}
.form-aside li:first-child { border-top: 0; }
.form-aside li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 14px;
  font-family: var(--font-display);
  color: var(--copper);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .05em;
}
.form-aside strong { color: var(--graphite); font-weight: 600; }

.form-status {
  padding: 16px 18px;
  border-radius: 4px;
  background: rgba(143,184,154,.1);
  border: 1px solid rgba(143,184,154,.4);
  color: var(--graphite);
  font-size: .98rem;
  display: none;
}
.form-status.show { display: block; }
.form-status.error {
  background: rgba(228,122,107,.08);
  border-color: rgba(228,122,107,.5);
}
.form-status a { font-weight: 600; }

.privacy-note {
  font-size: .88rem;
  color: var(--slate);
  margin-top: 6px;
  max-width: var(--reading);
  line-height: 1.55;
}

/* =========================================================================
   CONTACT SUMMARY (small contact card on multiple pages)
   ========================================================================= */

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-card {
  background: var(--navy-mid);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 26px;
}
.contact-card .k {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 10px;
}
.contact-card .v {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--graphite);
  margin-bottom: 6px;
  display: block;
  word-break: break-word;
}
.contact-card .note { font-size: .92rem; color: var(--slate); }

/* =========================================================================
   FOOTER
   ========================================================================= */

footer.site {
  background: var(--navy);
  border-top: 1px solid var(--rule);
  padding: 56px 24px 36px;
  margin-top: auto;
}
.foot-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 32px;
}
.foot-brand .name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-bottom: 10px;
}
.foot-brand .tag {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--copper-faint);
  font-size: 1rem;
  margin-bottom: 14px;
  max-width: 32ch;
}
.foot-brand .meta {
  font-size: .82rem;
  color: var(--slate);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.foot-col h3 {
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 14px;
}
.foot-col ul { list-style: none; }
.foot-col li { padding: 4px 0; }
.foot-col a {
  color: var(--graphite-mid);
  font-size: .95rem;
  display: inline-block;
  padding: 4px 0;
  min-height: 28px;
}
.foot-col a:hover { color: var(--copper); }
.foot-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--rule-faint);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: .82rem;
  color: var(--slate);
  letter-spacing: .1em;
}

/* =========================================================================
   404 page
   ========================================================================= */

.not-found {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 120px 24px;
  max-width: 640px;
  margin: 0 auto;
}
.not-found::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, 88vw);
  height: min(560px, 88vw);
  background: url("compass.svg") no-repeat center / contain;
  opacity: .06;
  pointer-events: none;
}
.not-found > * { position: relative; z-index: 1; }
.not-found h1 { margin-left: auto; margin-right: auto; }
.not-found p { color: var(--graphite-mid); margin-bottom: 28px; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */

@media (max-width: 960px) {
  .trip-types { grid-template-columns: 1fr; }
  .trip-card-feature { grid-row: auto; }
  .dest-preview { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .process { grid-template-columns: 1fr; gap: 28px; }
  .proof-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fit { grid-template-columns: 1fr; }
  .form-shell { grid-template-columns: 1fr; gap: 32px; }
  .form-aside { position: static; }
  .service-row { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
  .dest-hub-row { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
  .inout { grid-template-columns: 1fr; }
  .foot-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .contact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 64px 20px; }
  .hero { padding: 72px 20px 56px; }
  .page-head { padding: 60px 20px 32px; }
  .nav-inner { padding: 12px 18px; gap: 12px; }
  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-mid);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 16px;
  }
  .nav-list[data-open="true"] { display: flex; }
  .nav-list a {
    width: 100%;
    padding: 14px 8px;
    border-bottom: 1px solid var(--rule-faint);
  }
  .nav-list a[aria-current="page"]::after { display: none; }
  .nav-cta { margin-left: 0; margin-top: 8px; justify-content: center; }
  .nav-toggle { display: inline-flex; }
  .field-row { grid-template-columns: 1fr; }
  .proof-inner { grid-template-columns: 1fr; gap: 20px; }
  .foot-inner { grid-template-columns: 1fr; gap: 28px; }
  .dest-meta { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
}
