:root {
  --navy: #0b2e6b;
  --navy-deep: #082353;
  --gold: #b98238;
  --gold-light: #d2a45f;
  --teal: #4a8f8a;
  --coral: #df7c69;
  --ivory: #fffdf9;
  --sea-glass: #edf7f3;
  --apricot: #fff3eb;
  --ink: #16305f;
  --muted: #526784;
  --line: rgba(11, 46, 107, 0.14);
  --white: #fff;
  --font: Aptos, "Segoe UI Variable", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 22px 55px rgba(26, 58, 95, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { color: inherit; }
.page-width { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.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: 8px; left: 8px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(11, 46, 107, 0.06);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(18, 48, 88, .07); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 224px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: var(--navy); text-decoration: none; font-size: .9rem; }
.site-nav a:not(.nav-button)::after { position: absolute; content: ""; right: 100%; bottom: -6px; left: 0; height: 1px; background: var(--gold); transition: right .2s ease; }
.site-nav a:not(.nav-button):hover::after, .site-nav a:not(.nav-button):focus-visible::after { right: 0; }
.nav-button { padding: 12px 23px; color: var(--white) !important; background: linear-gradient(135deg, #c69750, #a86f29); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  padding: 34px 0 60px;
  background: var(--ivory);
  isolation: isolate;
}
.hero-shell {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(330px, .92fr);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 9% 2%, rgba(210, 164, 95, .13), transparent 30%),
    #f1f7f5;
}
.hero-copy {
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(58px, 6vw, 76px) clamp(40px, 5vw, 68px) 42px clamp(40px, 5vw, 68px);
}
.eyebrow {
  margin-bottom: 18px;
  color: #9b6928;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3rem, 5vw, 4.55rem);
  line-height: 1.01;
  letter-spacing: -.052em;
  font-weight: 470;
}
.hero-intro {
  max-width: 670px;
  min-height: 82px;
  margin-bottom: 28px;
  color: #395882;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.52;
  transition: opacity .2s ease, transform .2s ease;
}
.hero-intro.is-changing { opacity: 0; transform: translateY(6px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  font-size: .92rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #c4944c, #ab742d); box-shadow: 0 10px 22px rgba(170, 112, 39, .18); }
.text-button { padding-block: 8px; color: var(--navy); text-underline-offset: 6px; text-decoration-color: var(--gold); }
.hero-visual {
  position: relative;
  min-width: 0;
  margin: 22px 22px 22px 0;
  overflow: hidden;
  border-radius: 22px;
  background: #dfe9e5;
}
.hero-visual::before {
  position: absolute;
  z-index: 2;
  content: "";
  inset: 0 auto 0 0;
  width: 18%;
  background: linear-gradient(90deg, rgba(241, 247, 245, .76), rgba(241, 247, 245, 0));
  pointer-events: none;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .35s ease, transform .6s ease; }
.hero-visual img.is-changing { opacity: .2; transform: scale(1.015); }
.hero-controls {
  z-index: 4;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 7px 10px;
  border: 1px solid rgba(11, 46, 107, .08);
  border-radius: 30px;
  background: rgba(255,255,255,.66);
  backdrop-filter: blur(12px);
}
.carousel-arrow, .dot { border: 0; background: none; cursor: pointer; }
.carousel-arrow { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); font-size: 1.55rem; line-height: 1; border-radius: 50%; }
.carousel-arrow:hover { background: rgba(11,46,107,.07); }
.carousel-dots { display: flex; gap: 9px; }
.dot { width: 9px; height: 9px; padding: 0; border: 1px solid var(--navy); border-radius: 50%; }
.dot.is-active { border-color: var(--gold); background: var(--gold); }

.section { padding: 82px 0; }
.section h2 { color: var(--navy); font-size: clamp(2.25rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 470; }
.routes { background: var(--sea-glass); }
.routes h2 { margin-bottom: 34px; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.route-card {
  position: relative;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  overflow: hidden;
  text-align: left;
  border: 0;
  border-top: 3px solid;
  border-radius: 11px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 32px rgba(33, 69, 99, .07);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}
.route-card::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  right: -85px;
  bottom: -90px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
}
.route-card:hover, .route-card:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow); }
.route-card strong, .route-card small { display: block; }
.route-card strong { margin-bottom: 6px; color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 520; line-height: 1.25; }
.route-card small { color: #4b6690; font-size: 1rem; }
.route-teal { color: var(--teal); border-color: var(--teal); }
.route-gold { color: var(--gold); border-color: var(--gold); }
.route-coral { color: var(--coral); border-color: var(--coral); }
.card-link { display: flex; align-items: center; gap: 16px; color: #a96f2b; font-size: .92rem; }
.card-link b { font-size: 1.45rem; font-weight: 350; transition: transform .2s ease; }
.route-card:hover .card-link b { transform: translateX(5px); }

.about { min-height: 520px; display: grid; grid-template-columns: 1.12fr .88fr; padding: 0; background: var(--white); overflow: hidden; }
.about-image { position: relative; min-height: 520px; }
.about-image::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  width: 25%;
  background: linear-gradient(90deg, rgba(255,255,255,0), var(--white));
  pointer-events: none;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-copy { max-width: 600px; padding: 64px max(28px, calc((100vw - 1180px) / 2)) 64px clamp(28px, 5vw, 72px); align-self: center; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy p { color: #365782; font-size: 1.04rem; line-height: 1.56; }
.about-more { margin-top: 18px; }
.about-more[hidden] { display: none; }
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 6px 0;
  color: var(--navy);
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: none;
  font-size: 1rem;
  cursor: pointer;
}
.read-more b { font-size: 1.3rem; font-weight: 400; }

.contact { background: var(--apricot); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.contact-copy h2 { max-width: 520px; margin-bottom: 18px; }
.contact-copy p { max-width: 550px; color: #466082; }
.contact-copy p + p { margin-top: 25px; }
.contact-form { display: grid; }
.contact-form label { margin: 0 0 5px 4px; color: var(--navy); font-size: .82rem; }
.contact-form label:not(:first-child) { margin-top: 12px; }
.contact-form label span { color: #708099; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  color: var(--navy-deep);
  border: 1px solid rgba(11,46,107,.14);
  border-radius: 13px;
  outline: none;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 2px rgba(11,46,107,.03);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 4px rgba(185,130,56,.11); }
.contact-form textarea { min-height: 112px; resize: vertical; }
.form-submit { justify-self: start; min-width: 170px; margin-top: 18px; border-radius: 24px; }
.form-status { margin: 14px 0 0; padding: 13px 16px; color: #295944; background: #ecf8f1; border-radius: 12px; font-size: .9rem; }

.site-footer { padding: 27px 0 22px; background: var(--white); border-top: 1px solid rgba(11,46,107,.06); }
.footer-links { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(185,130,56,.48); }
.footer-links nav { display: flex; flex-wrap: wrap; gap: 26px; }
.footer-links a, .footer-links button { padding: 2px 0; color: var(--navy); border: 0; border-bottom: 1px solid transparent; background: none; text-decoration: none; font-size: .78rem; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { border-color: var(--gold); }
.footer-identity { display: grid; grid-template-columns: 225px 1fr auto; gap: 25px; align-items: center; padding-top: 20px; }
.footer-identity img { width: 225px; height: auto; }
.company-details p, .copyright { margin-bottom: 0; color: #526b91; font-size: .72rem; line-height: 1.55; }
.copyright { white-space: nowrap; }

dialog { max-width: none; padding: 0; border: 0; background: var(--white); box-shadow: 0 30px 90px rgba(2, 28, 70, .25); }
dialog::backdrop { background: rgba(6, 26, 59, .54); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 5; top: 14px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); border: 0; border-radius: 50%; background: rgba(255,255,255,.92); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.detail-dialog { width: min(980px, calc(100% - 36px)); border-radius: 18px; overflow: hidden; }
.detail-dialog[open] { display: grid; grid-template-columns: .9fr 1.1fr; }
.detail-image { min-height: 610px; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding: clamp(34px, 5vw, 64px); }
.detail-kicker { margin-bottom: 12px; color: #a96f2b; font-size: .73rem; text-transform: uppercase; letter-spacing: .16em; }
.detail-copy h2, .policy-dialog h2 { margin-bottom: 15px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 480; }
.detail-intro { color: #486382; }
.detail-list { display: grid; gap: 10px; margin: 24px 0; }
.detail-item { padding: 15px 17px; background: var(--sea-glass); border-radius: 10px; }
.detail-item strong { display: block; margin-bottom: 3px; color: var(--navy); font-weight: 560; }
.detail-item p { margin-bottom: 0; color: #526a87; font-size: .9rem; }
.detail-note { color: #697c94; font-size: .82rem; }
.dialog-contact { margin-top: 8px; }

.policy-dialog { width: min(780px, calc(100% - 36px)); max-height: min(820px, calc(100dvh - 36px)); border-radius: 18px; overflow: auto; }
.policy-dialog article { padding: clamp(34px, 6vw, 70px); }
.policy-dialog h2 { margin-bottom: 26px; }
.policy-dialog h3 { margin: 26px 0 8px; color: var(--navy); font-size: 1.05rem; }
.policy-dialog p, .policy-dialog li { color: #4e6482; font-size: .94rem; }
.policy-dialog ul { padding-left: 20px; }

@media (max-width: 900px) {
  .page-width { width: min(100% - 40px, 760px); }
  .hero { padding-top: 24px; }
  .hero-shell { width: calc(100% - 40px); min-height: 620px; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .95fr); }
  .hero-copy { padding: 52px 34px 34px; }
  .hero h1 { font-size: clamp(2.7rem, 6.5vw, 4rem); }
  .hero-visual { margin: 18px 18px 18px 0; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 170px; }
  .about { grid-template-columns: 1fr 1fr; }
  .about-image { min-height: 610px; }
  .about-copy { padding-inline: 35px 25px; }
  .contact-grid { gap: 50px; }
  .footer-identity { grid-template-columns: 180px 1fr; }
  .footer-identity img { width: 180px; }
  .copyright { grid-column: 2; }
}

@media (max-width: 720px) {
  .page-width { width: calc(100% - 32px); }
  .header-inner { min-height: 70px; }
  .brand { width: 185px; }
  .menu-button { display: block; }
  .menu-button.is-open span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-of-type(3) { opacity: 0; }
  .menu-button.is-open span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 18px 22px 25px; align-items: stretch; flex-direction: column; gap: 4px; background: var(--white); box-shadow: 0 22px 40px rgba(9, 41, 88, .12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 5px; }
  .nav-button { margin-top: 8px; text-align: center; }
  .hero { padding: 18px 0 45px; }
  .hero-shell { width: calc(100% - 24px); min-height: auto; display: flex; flex-direction: column; border-radius: 22px; }
  .hero-copy { width: 100%; padding: 45px 24px 28px; }
  .hero h1 { font-size: clamp(2.5rem, 11vw, 3.65rem); }
  .hero-intro { min-height: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-controls { margin-top: 28px; }
  .hero-visual { height: 360px; margin: 0 14px 14px; border-radius: 16px; }
  .hero-visual::before { inset: 0 0 auto; width: auto; height: 18%; background: linear-gradient(180deg, rgba(241,247,245,.8), rgba(241,247,245,0)); }
  .section { padding: 65px 0; }
  .routes h2 { margin-bottom: 27px; }
  .route-card { padding: 25px; }
  .about { display: flex; flex-direction: column; }
  .about-image { order: 1; min-height: 340px; }
  .about-image::after { inset: 0 0 auto; width: auto; height: 24%; background: linear-gradient(180deg, var(--white), rgba(255,255,255,0)); }
  .about-copy { order: 0; max-width: none; padding: 62px 20px 35px; }
  .about-copy h2 { font-size: 2.55rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 17px; }
  .footer-links nav { gap: 20px; }
  .footer-identity { grid-template-columns: 1fr; gap: 15px; }
  .footer-identity img { width: 210px; }
  .copyright { grid-column: 1; }
  .detail-dialog[open] { display: block; max-height: calc(100dvh - 30px); overflow: auto; }
  .detail-image { height: 250px; min-height: 0; }
  .detail-copy { padding: 30px 24px 35px; }
}

@media (max-width: 420px) {
  .hero-visual { height: 300px; }
  .button-primary { width: 100%; }
  .route-card strong { font-size: 1.3rem; }
  .footer-links nav { gap: 14px; }
}

/* Simplified editorial layout */
.hero {
  min-height: 0;
  display: block;
  padding: clamp(72px, 8vw, 112px) 0 clamp(78px, 9vw, 122px);
  overflow: visible;
  background: var(--white);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, .85fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}
.hero-copy {
  width: auto;
  display: block;
  padding: 0;
  align-self: auto;
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(2.65rem, 4.15vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.hero-intro {
  max-width: 690px;
  min-height: 0;
  margin-bottom: 14px;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.58;
}
.hero-intro:last-of-type { margin-bottom: 34px; }
.hero-actions { gap: 14px; }
.button-secondary {
  color: var(--navy);
  border: 1px solid rgba(11, 46, 107, .26);
  background: var(--white);
  box-shadow: none;
}
.button-secondary:hover,
.button-secondary:focus-visible { border-color: var(--navy); background: #f5f8fb; }
.hero-visual {
  height: clamp(500px, 48vw, 610px);
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e8edf0;
}
.hero-visual::before { content: none; }
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  transition: none;
}

.section { padding: clamp(78px, 9vw, 112px) 0; }
.routes { background: #eef6f6; }
.routes h2 { margin-bottom: 42px; }
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(11, 46, 107, .18);
  border-bottom: 1px solid rgba(11, 46, 107, .18);
}
.route-card {
  min-height: 0;
  display: block;
  padding: 34px clamp(24px, 3vw, 40px) 38px;
  overflow: visible;
  border: 0;
  border-left: 1px solid rgba(11, 46, 107, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: default;
  transform: none;
}
.route-card:first-child { border-left: 0; }
.route-card::after { content: none; }
.route-card:hover, .route-card:focus-visible { transform: none; box-shadow: none; }
.route-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(1.2rem, 1.8vw, 1.48rem);
  font-weight: 520;
  line-height: 1.3;
}
.route-card p { margin: 0; color: #4a6382; font-size: 1rem; }
.inline-more { margin-top: 22px; }
.inline-more summary,
.about-more summary {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 3px 0 5px;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  list-style: none;
  font-size: .93rem;
  font-weight: 520;
  cursor: pointer;
}
.inline-more summary::-webkit-details-marker,
.about-more summary::-webkit-details-marker { display: none; }
.inline-more summary::after,
.about-more summary::after { content: "+"; color: #9b6928; font-size: 1.15rem; line-height: 1; }
.inline-more[open] summary::after,
.about-more[open] summary::after { content: "−"; }
.inline-more summary:focus-visible,
.about-more summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.close-label { display: none; }
.inline-more[open] .read-label,
.about-more[open] .read-label { display: none; }
.inline-more[open] .close-label,
.about-more[open] .close-label { display: inline; }
.inline-more > p { margin-top: 18px; line-height: 1.65; }
.inline-more[open],
.about-more[open] {
  display: flex;
  flex-direction: column;
}
.inline-more[open] > p,
.about-more[open] > .about-more-content { order: 1; }
.inline-more[open] > summary,
.about-more[open] > summary {
  order: 2;
  margin-top: 18px;
}
.inline-more[open] > p,
.about-more[open] > .about-more-content { margin-top: 0; }
.route-teal { box-shadow: inset 0 3px 0 var(--teal); }
.route-gold { box-shadow: inset 0 3px 0 var(--gold); }
.route-coral { box-shadow: inset 0 3px 0 var(--coral); }
.route-teal:hover { box-shadow: inset 0 3px 0 var(--teal); }
.route-gold:hover { box-shadow: inset 0 3px 0 var(--gold); }
.route-coral:hover { box-shadow: inset 0 3px 0 var(--coral); }

.about {
  min-height: 0;
  display: block;
  padding: clamp(88px, 10vw, 126px) 0;
  background: var(--white);
  overflow: visible;
}
.about-heading { max-width: 720px; }
.about-heading .eyebrow { margin-bottom: 14px; }
.about-heading h2 { margin-bottom: 0; }
.about-lead {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(46px, 7vw, 86px);
  align-items: start;
  margin-top: 48px;
}
.about-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #edf1f2;
}
.about-image::after { content: none; }
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}
.about-intro p { margin-bottom: 22px; color: #365782; font-size: 1.06rem; line-height: 1.66; }
.about-intro p:first-child { color: var(--navy); font-size: clamp(1.22rem, 2vw, 1.5rem); line-height: 1.5; }
.about-more { margin-top: 28px; }
.about-more-content { display: grid; gap: 20px; margin-top: 26px; }
.about-more-content p,
.about-more-content p:first-child {
  margin: 0;
  color: #365782;
  font-size: 1.06rem;
  line-height: 1.66;
}

.contact { background: #fff6ee; }
.contact-grid { gap: clamp(58px, 9vw, 118px); align-items: start; }
.contact-copy .eyebrow {
  margin-bottom: 14px;
  color: #9b6928;
  font-size: .72rem;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.contact-copy h2 { margin-bottom: 25px; }
.contact-copy p { line-height: 1.68; }
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.contact-form label,
.contact-form label:not(:first-child) {
  margin: 0;
  color: var(--navy);
  font-size: .86rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(11, 46, 107, .22);
  border-radius: 9px;
  outline: none;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 2px rgba(11, 46, 107, .03);
}
.contact-form textarea { min-height: 108px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(185, 130, 56, .12);
}
.form-submit { grid-column: 1 / -1; justify-self: start; margin-top: 5px; border-radius: 24px; }
.form-status { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .hero-layout { grid-template-columns: minmax(0, 1.35fr) minmax(260px, .8fr); gap: 42px; }
  .hero h1 { font-size: clamp(2.55rem, 5.7vw, 3.5rem); }
  .about-lead { grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: 42px; }
}

@media (max-width: 720px) {
  .hero { padding: 58px 0 72px; }
  .hero-layout { width: calc(100% - 32px); display: flex; flex-direction: column; gap: 42px; align-items: stretch; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2.25rem, 9vw, 3rem); }
  .hero-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .hero-visual { height: auto; aspect-ratio: 16 / 10; margin: 0; border-radius: 12px; }
  .hero-visual img { object-position: 18% 48%; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card,
  .route-card:first-child { padding: 26px 4px 28px; border-left: 0; border-top: 1px solid rgba(11, 46, 107, .13); box-shadow: none; }
  .route-card:first-child { border-top: 0; }
  .route-card::before { display: block; width: 42px; height: 3px; margin-bottom: 20px; content: ""; background: currentColor; }
  .about { display: block; padding: 78px 0; }
  .about-heading { max-width: none; }
  .about-lead { display: flex; flex-direction: column; gap: 34px; margin-top: 36px; align-items: stretch; }
  .about-image { order: 0; width: 100%; min-height: 0; aspect-ratio: 16 / 10; }
  .about-image img { object-position: 50% 68%; }
  .about-intro { order: 1; }
  .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .contact-form { grid-template-columns: 1fr; gap: 22px; }
  .field-wide { grid-column: auto; }
  .form-submit, .form-status { grid-column: auto; }
}

@media (max-width: 420px) {
  .hero-actions .button { width: auto; }
  .hero-visual { height: auto; }
}

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

/* Final interaction and launch states */
.expandable-content[hidden] { display: none !important; }
.expandable-content:not([hidden]) { animation: reveal-copy .24s ease; }
.inline-more .expandable-content p { margin: 18px 0 0; line-height: 1.65; }
.expand-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 3px 0 5px;
  color: var(--navy);
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: none;
  font-size: .93rem;
  font-weight: 520;
  cursor: pointer;
}
.expand-button b { color: #9b6928; font-size: 1.15rem; font-weight: 450; line-height: 1; }
.expand-button:focus-visible,
.button:focus-visible,
.footer-links a:focus-visible,
.footer-links button:focus-visible,
.dialog-close:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.about-more .expand-button { margin-top: 22px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status.is-success { color: #295944; background: #ecf8f1; }
.form-status.is-error { color: #7b2e2e; background: #fff0ef; }
.policy-dialog a { color: var(--navy); text-underline-offset: 3px; }
@keyframes reveal-copy { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
