:root {
  --ink: #14201d;
  --green: #102d28;
  --green-2: #19463c;
  --paper: #f5f1e8;
  --paper-2: #ebe4d7;
  --white: #fffefa;
  --gold: #e9b75d;
  --gold-dark: #ba7b22;
  --line: rgba(20, 32, 29, .17);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 116px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.nav-shell { width: min(1320px, calc(100% - 48px)); height: 104px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 100px; height: auto; filter: drop-shadow(0 2px 12px rgba(0,0,0,.18)); }
nav { display: flex; align-items: center; gap: 34px; }
nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .04em; }
nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
nav > a:hover::after, nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--white); color: var(--green); }
.menu-toggle { display: none; color: inherit; background: transparent; border: 0; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 46%; transform: scale(1.015); animation: heroIn 1.2s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(5,22,19,.82) 0%, rgba(8,24,21,.34) 45%, rgba(8,18,16,.07) 74%), linear-gradient(0deg, rgba(5,18,16,.54) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 76px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f4cb82; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 32px; font: 400 clamp(58px, 8vw, 116px)/.93 var(--serif); letter-spacing: -.042em; }
.hero-lede { max-width: 600px; margin-bottom: 34px; font-size: 19px; line-height: 1.58; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .03em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--green); background: var(--gold); }
.button-primary:hover { background: #f1c878; }
.button-dark { color: var(--white); background: var(--green); }
.button-dark:hover { background: var(--green-2); }
.button-gold { color: var(--green); background: var(--gold); width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.light-link { color: var(--white); }
.hero-note { position: absolute; z-index: 2; right: 36px; bottom: 34px; display: flex; gap: 30px; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-note span + span::before { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 28px 2px 0; background: var(--gold); border-radius: 50%; }

.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: start; }
h2 { margin-bottom: 24px; font: 400 clamp(48px, 6vw, 82px)/.95 var(--serif); letter-spacing: -.045em; }
.intro-copy { padding-top: 40px; max-width: 510px; }
.intro-copy p { margin-bottom: 20px; font-size: 18px; color: #4e5b57; }

.journeys { background: var(--green); color: var(--white); }
.section-head { display: grid; grid-template-columns: 1.55fr .45fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 400px; margin-bottom: 6px; color: rgba(255,255,255,.68); }
.section-head.compact { color: var(--ink); }
.section-head.compact > p { color: #66726f; }
.journey-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.journey-card { position: relative; min-height: 530px; overflow: hidden; background: #20332f; }
.journey-card img, .card-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.journey-card img { object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.journey-card:hover img { transform: scale(1.045); }
.card-overlay { background: linear-gradient(0deg, rgba(5,20,17,.94) 0%, rgba(5,20,17,.2) 66%); }
.card-content { position: absolute; z-index: 2; inset: auto 32px 29px; }
.card-content > span { display: block; margin-bottom: 13px; color: #f4cb82; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-content h3 { max-width: 400px; min-height: 2.05em; margin-bottom: 13px; display: flex; align-items: flex-end; font: 400 34px/1.02 var(--serif); letter-spacing: -.025em; }
.card-content p { margin-bottom: 20px; color: rgba(255,255,255,.74); font-size: 14px; }
.card-content a { font-size: 12px; font-weight: 800; text-decoration: none; }

.details { background: var(--white); }
.details-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.details-sticky { position: sticky; top: 50px; align-self: start; }
.details-sticky h2 { font-size: clamp(48px, 5.3vw, 74px); }
.details-sticky > p:not(.eyebrow) { max-width: 420px; margin-bottom: 28px; color: #63706c; font-size: 18px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.service-list h3 { margin-bottom: 8px; font: 400 29px/1.1 var(--serif); }
.service-list p { margin-bottom: 0; max-width: 570px; color: #68736f; }

.rhythm { background: var(--paper-2); }
.route { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route li { position: relative; min-height: 215px; padding: 31px 26px; display: flex; flex-direction: column; }
.route li + li { border-left: 1px solid var(--line); }
.route li + li::before { content: '→'; position: absolute; top: 29px; left: -12px; display: grid; place-items: center; width: 23px; height: 23px; color: var(--gold-dark); background: var(--paper-2); }
.route-day { margin-bottom: auto; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.route strong { margin-bottom: 10px; font: 400 28px/1.05 var(--serif); }
.route small { color: #66716e; font-size: 13px; }

.groups { background: var(--paper); }
.groups-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.group-photo-wrap { position: relative; min-height: 690px; }
.group-photo-wrap img { width: 100%; height: 690px; object-fit: cover; }
.photo-label { position: absolute; right: -34px; bottom: 45px; width: 190px; height: 190px; padding: 33px; display: flex; align-items: end; background: var(--gold); color: var(--green); border-radius: 50%; font: 400 25px/1.02 var(--serif); }
.group-copy h2 { font-size: clamp(48px, 5.5vw, 76px); }
.group-copy > p:not(.eyebrow) { color: #5d6965; font-size: 17px; }
.steps { margin: 34px 0; border-top: 1px solid var(--line); }
.steps > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.steps span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.steps p { margin: 0; color: #66716e; font-size: 14px; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }

.about { color: var(--white); background: #173a33; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-quote { position: relative; padding: 56px 0 56px 58px; border-left: 1px solid rgba(255,255,255,.32); font: italic 400 clamp(38px, 5vw, 64px)/1.08 var(--serif); color: #f3eadd; }
.about-quote::before { content: '“'; position: absolute; top: 5px; left: 30px; color: var(--gold); font-size: 70px; }
.about-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.about-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; }

.contact { color: var(--white); background: #0b211d; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { font-size: clamp(50px, 5.6vw, 78px); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.65); font-size: 17px; }
.contact-direct { margin-top: 50px; display: grid; gap: 17px; }
.contact-direct a { display: flex; flex-direction: column; width: fit-content; text-decoration: none; font: 400 23px/1.2 var(--serif); }
.contact-direct span { margin-bottom: 4px; color: var(--gold); font: 800 10px/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.inquiry-form { display: grid; gap: 20px; padding: 42px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.inquiry-form input, .inquiry-form textarea { width: 100%; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #9aa39f; border-radius: 0; outline: none; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-bottom-color: var(--gold-dark); box-shadow: 0 1px 0 var(--gold-dark); }
.inquiry-form ::placeholder { color: #8c9692; font-weight: 400; }
.form-note { margin: -8px 0 0; color: #79827f; text-align: center; font-size: 12px; }

footer { padding: 62px 0 28px; color: rgba(255,255,255,.75); background: #071713; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-logo { width: 138px; }
.footer-grid > p { max-width: 340px; color: rgba(255,255,255,.55); font-size: 14px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; font-size: 14px; }
.footer-contact a { text-decoration: none; }
.footer-contact span { color: rgba(255,255,255,.45); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { text-decoration: none; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1000px) {
  .hero { min-height: 730px; }
  .hero-note { display: none; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card-featured { grid-column: 1 / -1; min-height: 600px; }
  .details-grid { gap: 70px; }
  .groups-grid, .about-grid, .contact-grid { gap: 60px; }
  .group-photo-wrap, .group-photo-wrap img { min-height: 590px; height: 590px; }
}

@media (max-width: 760px) {
  .wrap, .nav-shell { width: min(100% - 34px, 1180px); }
  .section { padding: 78px 0; }
  .nav-shell { height: 82px; }
  .brand-logo { width: 75px; }
  .footer-logo { width: 125px; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  nav { position: absolute; left: -17px; right: -17px; top: 82px; padding: 28px; display: none; flex-direction: column; align-items: stretch; gap: 20px; color: var(--green); background: var(--paper); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
  nav.open { display: flex; }
  nav a { font-size: 15px; }
  .nav-cta { text-align: center; border-color: var(--green); }
  .hero { min-height: 720px; height: 100svh; max-height: 840px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,22,19,.88), rgba(5,22,19,.38)), linear-gradient(0deg, rgba(5,18,16,.64), transparent 55%); }
  .hero-content { padding-top: 70px; justify-content: flex-end; padding-bottom: 74px; }
  h1 { font-size: clamp(54px, 16vw, 78px); line-height: .94; letter-spacing: -.038em; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .intro, .section-head, .details-grid, .groups-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; }
  h2 { font-size: clamp(44px, 14vw, 64px); }
  .section-head { margin-bottom: 36px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card-featured { grid-column: auto; }
  .journey-card, .journey-card-featured { min-height: 470px; }
  .card-content h3 { min-height: auto; }
  .details-sticky { position: static; }
  .route { grid-template-columns: 1fr; }
  .route li { min-height: 150px; }
  .route li + li { border-left: 0; border-top: 1px solid var(--line); }
  .route li + li::before { content: '↓'; top: -12px; left: 24px; }
  .route-day { margin-bottom: 28px; }
  .groups-grid { gap: 70px; }
  .group-photo-wrap, .group-photo-wrap img { min-height: 500px; height: 500px; }
  .photo-label { right: 14px; bottom: -38px; width: 155px; height: 155px; padding: 27px; font-size: 21px; }
  .about-quote { padding-left: 36px; }
  .contact-grid { gap: 54px; }
  .inquiry-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-contact { align-items: flex-start; }
}

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