:root {
  --ink: #141619;
  --ink-soft: #262b30;
  --paper: #f7f4ee;
  --white: #fff;
  --blue: #6e8494;
  --blue-deep: #324754;
  --sand: #c8b59b;
  --line: rgba(20, 22, 25, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(22px, 5vw, 76px);
  background: rgba(247, 244, 238, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { text-decoration: none; display: inline-flex; flex-direction: column; width: max-content; }
.wordmark { font-size: 2rem; font-weight: 300; letter-spacing: .12em; line-height: .9; }
.brand-line { margin-top: 7px; font-size: .61rem; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 42px); }
nav a { text-decoration: none; font-size: .82rem; letter-spacing: .05em; }
.nav-cta { border: 1px solid var(--ink); padding: 10px 18px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: calc(100vh - 86px); position: relative; display: flex; align-items: center; overflow: hidden; background: #252b2f; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,16,19,.75) 0%, rgba(12,16,19,.48) 42%, rgba(12,16,19,.04) 72%); }
.hero-copy { position: relative; z-index: 1; width: min(720px, 84vw); margin-left: clamp(24px, 8vw, 130px); color: white; padding: 70px 0 100px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .19em; font-size: .73rem; font-weight: 650; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.45rem, 7.2vw, 7.5rem); line-height: .88; margin: 28px 0 34px; }
.hero h1 em { font-weight: 400; color: #d8d4cb; }
.hero-intro { font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 610px; color: rgba(255,255,255,.9); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 22px; border: 0; border-radius: 0; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font: 650 .72rem/1 "Avenir Next", sans-serif; cursor: pointer; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { color: white; text-underline-offset: 5px; font-size: .88rem; }
.hero-note { position: absolute; z-index: 1; right: clamp(22px, 4vw, 60px); bottom: 26px; color: rgba(255,255,255,.85); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }

.section { padding: clamp(78px, 10vw, 150px) clamp(22px, 8vw, 130px); }
.intro { background: var(--paper); }
.section-kicker { margin-bottom: 30px; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
h2 { font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .98; margin: 0; }
.lead { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.45; margin-top: 0; }
.trip-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: clamp(65px, 9vw, 130px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trip-card { min-height: 310px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trip-card h3 { font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; font-weight: 400; margin: 0 0 14px; }
.trip-card p { max-width: 450px; margin-bottom: 0; }
.trip-card .service-detail { margin-top: 22px; padding-top: 18px; border-top: 1px solid currentColor; opacity: .72; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; line-height: 1.65; }
.card-number { font-size: .74rem; letter-spacing: .15em; }
.dark-card { background: var(--ink); color: white; }
.blue-card { background: var(--blue); color: white; }
.sand-card { background: var(--sand); }
.outline-card { background: transparent; }
.difference-band { margin-top: 64px; padding: 30px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: start; }
.difference-band span { text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.difference-band p { margin: 0; max-width: 840px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.3; }

.travel-focus { background: var(--blue-deep); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); }
.travel-title { position: sticky; top: 140px; align-self: start; }
.travel-title h2 { margin-bottom: 34px; }
.travel-title h2 em { color: #c9d5da; font-weight: 400; }
.travel-title .lead { color: rgba(255,255,255,.8); max-width: 590px; }
.travel-title .button { margin-top: 20px; }
.travel-benefits { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.travel-benefits article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.travel-benefits article > span { color: #c4d0d5; font-size: .72rem; letter-spacing: .14em; }
.travel-benefits h3 { font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 400; line-height: 1.18; margin: 35px 0 13px; }
.travel-benefits article p { color: rgba(255,255,255,.74); margin-bottom: 0; }
.travel-disclaimer { grid-column: 1 / -1; margin: 0; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.65); font-size: .8rem; }

.homecoming { background: var(--sand); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 150px); }
.homecoming-intro { position: sticky; top: 140px; align-self: start; }
.homecoming-intro h2 { margin-bottom: 34px; }
.homecoming-intro .lead { max-width: 600px; }
.homecoming-details { border-top: 1px solid var(--ink); }
.homecoming-details article { display: grid; grid-template-columns: .45fr .8fr 1.2fr; gap: 24px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--ink); }
.homecoming-details article > span { text-transform: uppercase; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.homecoming-details h3 { font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 400; line-height: 1.18; margin: 0; }
.homecoming-details p { margin: 0; }
.homecoming-details .service-note { margin: 24px 0 0; font-size: .8rem; opacity: .7; }

.process { background: var(--ink); color: white; }
.light-kicker { color: #bcc6cb; }
.process-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; }
.process-heading h2 { max-width: 900px; }
.steps { list-style: none; padding: 0; margin: 100px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.steps li { padding: 32px 38px 10px 0; border-right: 1px solid rgba(255,255,255,.24); min-height: 260px; }
.steps li + li { padding-left: 38px; }
.steps li:last-child { border-right: 0; }
.steps span { color: #aebbc2; font-size: .75rem; letter-spacing: .14em; }
.steps h3 { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; line-height: 1.18; margin: 45px 0 14px; }
.steps p { color: rgba(255,255,255,.72); }

.about { display: grid; grid-template-columns: .65fr 1.2fr .65fr; gap: clamp(35px, 7vw, 110px); align-items: center; }
.about-photo-wrap { width: min(28vw, 330px); aspect-ratio: 1; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; background: #e8e0d5; }
.about-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 24%; }
.about-copy h2 { margin-bottom: 32px; }
.signature { font-family: "Snell Roundhand", cursive; font-size: 2.25rem; margin: 34px 0 0; }
.about-note { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 25px 0; }
.about-note span { text-transform: uppercase; font-size: .7rem; letter-spacing: .14em; font-weight: 700; }

.inquiry { background: var(--blue-deep); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 160px); }
.inquiry-copy p { max-width: 570px; }
.prototype-note { font-size: .8rem; color: rgba(255,255,255,.58); margin-top: 30px; }
form { display: grid; gap: 24px; align-content: start; }
label { display: grid; gap: 9px; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 650; }
input, textarea, select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); background: transparent; color: white; padding: 13px 0; border-radius: 0; font: 1rem/1.5 inherit; resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%); background-position: calc(100% - 15px) 52%, calc(100% - 9px) 52%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
select option { color: var(--ink); background: white; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.52); }
input:focus, textarea:focus, select:focus { outline: 2px solid white; outline-offset: 5px; }
form .button { justify-self: start; margin-top: 8px; }
.form-message { min-height: 1.4em; margin: 0; color: #e5e0d7; }

.future-strip { padding: 34px clamp(22px, 8vw, 130px); display: flex; gap: 30px; justify-content: space-between; border-bottom: 1px solid var(--line); }
.future-strip span { text-transform: uppercase; letter-spacing: .15em; font-size: .71rem; font-weight: 700; }
.future-strip p { margin: 0; }
footer { padding: 55px clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; font-size: .75rem; }
footer p { margin: 0; color: #555b60; }
.footer-brand .wordmark { font-size: 1.45rem; }

@media (max-width: 920px) {
  nav { display: none; }
  .menu-button { display: block; background: transparent; border: 1px solid var(--ink); padding: 9px 12px; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 16px 24px 26px; border-bottom: 1px solid var(--line); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 11px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
  .hero-copy { margin-left: 7vw; }
  .intro-grid, .process-heading, .about, .inquiry, .homecoming, .travel-focus { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 26px 0 30px; min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .steps li:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 24px; }
  .about-photo-wrap { width: 220px; }
  .about-note { max-width: 480px; }
  .difference-band { grid-template-columns: 1fr; gap: 18px; }
  .homecoming-intro { position: static; }
  .travel-title { position: static; }
  footer { grid-template-columns: 1fr; gap: 22px; align-items: start; }
}

@media (max-width: 620px) {
  .site-header { min-height: 78px; }
  .brand-line { font-size: .5rem; }
  .wordmark { font-size: 1.5rem; }
  .mobile-nav { top: 78px; }
  .hero { min-height: 740px; align-items: end; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,16,19,.88) 0%, rgba(12,16,19,.55) 55%, rgba(12,16,19,.06) 100%); }
  .hero-copy { width: auto; margin: 0 22px; padding: 220px 0 88px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }
  .hero-note { left: 22px; right: auto; bottom: 24px; }
  .trip-grid { grid-template-columns: 1fr; }
  .trip-card { min-height: 265px; }
  .travel-benefits { grid-template-columns: 1fr; }
  .homecoming-details article { grid-template-columns: 1fr; gap: 12px; }
  .future-strip { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
