/* Extracted from treks.html */
/* ---- Trip facts bar ---- */
.facts { background: var(--cream); border-bottom: 1px solid rgba(1,54,49,0.1); }
.facts__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(1,54,49,0.1); }
.fact { background: var(--cream); padding: clamp(1.25rem, 2vw, 1.875rem) clamp(0.875rem, 1.5vw, 1.5rem); }
.fact__label { font-family: 'DM Mono', monospace; font-size: 0.5625rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--olive); display: block; margin-bottom: 0.4rem; }
.fact__value { font-size: 1.0625rem; font-weight: 600; color: var(--green); line-height: 1.2; }
@media (max-width: 860px) { .facts__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .facts__grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- Overview + aside ---- */
.overview { padding: clamp(4rem, 8vh, 7rem) 0; }
.overview__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.overview__body .kicker { margin-bottom: 1rem; }
.overview__body h2 { font-weight: 700; font-size: clamp(1.625rem, 2.5vw, 2.5rem); line-height: 1.1; letter-spacing: -0.014em; color: var(--green); margin-bottom: 1.25rem; text-wrap: balance; }
.overview__body p { font-size: clamp(1.0625rem, 1.2vw, 1.225rem); line-height: 1.75; color: #3a3c37; max-width: 62ch; }
.overview__body p + p { margin-top: 1.25rem; }
.enquiry { position: sticky; top: 96px; background: var(--green); color: #fff; padding: clamp(1.75rem, 3vw, 2.25rem); }
.enquiry__from { font-family: 'DM Mono', monospace; font-size: 0.625rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 1.1rem; }
.enquiry__list { margin-bottom: 1.75rem; }
.enquiry__list li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 1rem; color: rgba(255,255,255,0.82); padding: 0.5rem 0; border-top: 1px solid rgba(254,237,167,0.16); }
.enquiry__list li::before { content: '—'; color: var(--gold); flex-shrink: 0; }
.enquiry .btn { width: 100%; justify-content: center; }
.enquiry__note { font-size: 0.9rem; font-style: italic; text-align: center; color: rgba(255,255,255,0.55); margin-top: 0.9rem; }
@media (max-width: 900px) { .overview__grid { grid-template-columns: 1fr; gap: 2.5rem; } .enquiry { position: static; } }

/* ---- How we travel slowly (principles band) ---- */
.slowways { background: var(--green); color: #fff; padding: clamp(4.5rem, 9vh, 7.5rem) 0; }
.slowways__head { max-width: 56ch; margin-bottom: clamp(2.5rem, 5vh, 3.75rem); }
.slowways__head .kicker { color: var(--gold); margin-bottom: 0.875rem; }
.slowways__head h2 { font-weight: 700; font-size: clamp(1.875rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -0.02em; color: #fff; text-wrap: balance; }
.slowways__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 4vw, 3.5rem) clamp(2.5rem, 5vw, 5rem); }
.principle { padding-top: 1.5rem; border-top: 1px solid rgba(254,237,167,0.22); }
.principle__mark { display: block; font-family: 'DM Mono', monospace; font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 1rem; }
.principle__title { font-weight: 600; font-size: clamp(1.375rem, 1.9vw, 1.75rem); line-height: 1.16; letter-spacing: -0.012em; color: #fff; margin-bottom: 0.7rem; text-wrap: balance; }
.principle__body { font-size: 1.0625rem; line-height: 1.68; color: rgba(255,255,255,0.78); max-width: 48ch; }
@media (max-width: 720px) { .slowways__grid { grid-template-columns: 1fr; gap: 0; } }

/* ---- Featured journeys (centred, capped cards) ---- */
.jrn-grid { grid-template-columns: repeat(auto-fit, minmax(270px, 360px)); justify-content: center; }

/* ---- CTA ---- */
.cta-band { background: var(--white); color: var(--green); text-align: center; padding: clamp(4.5rem, 9vh, 7rem) 0; }
.cta-band .kicker { justify-content: center; display: flex; margin-bottom: 1rem; }
.cta-band h2 { font-weight: 700; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.05; letter-spacing: -0.012em; margin-bottom: 0.875rem; text-wrap: balance; }
.cta-band p { font-style: italic; font-size: clamp(1.0625rem, 1.2vw, 1.2rem); color: #555751; margin-bottom: 2.25rem; }
