:root {
  --navy: #062f63;
  --deep-navy: #041d3d;
  --ocean: #176da5;
  --sky: #dceff9;
  --mist: #f5f9fc;
  --white: #ffffff;
  --gold: #b58a42;
  --pale-gold: #efe3c8;
  --ink: #132941;
  --slate: #50657b;
  --line: #d8e5ee;
  --shadow: 0 18px 45px rgba(4, 29, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7fbfd;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

main {
  background: #f7fbfd;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--deep-navy);
  color: var(--white);
  padding: 0.7rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 260px;
  overflow: hidden;
}

.brand img {
  width: 255px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-weight: 700;
  color: var(--deep-navy);
}

.site-nav a {
  border-radius: 6px;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: var(--sky);
  outline: none;
}

.site-nav .nav-contact {
  background: var(--navy);
  color: var(--white);
}

.site-nav .nav-contact:hover,
.site-nav .nav-contact:focus-visible {
  background: var(--deep-navy);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 72vh;
  background-color: var(--deep-navy);
  background-position: center;
  background-size: cover;
  overflow: visible;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 14rem;
  background: linear-gradient(180deg, rgba(247, 251, 253, 0), rgba(247, 251, 253, 0.88) 68%, #f7fbfd 100%);
  pointer-events: none;
}

.home-hero {
  background-image: linear-gradient(105deg, #05305e 0%, #087fa2 50%, #dceff9 100%);
}

.sub-hero {
  min-height: 48vh;
}

.itineraries-hero {
  background-image: linear-gradient(105deg, #05305e 0%, #087fa2 50%, #dceff9 100%);
}

.home-hero::before,
.itineraries-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(36rem, 54vw, 66rem);
  background-image: url("assets/amihan-hero-left-art-solid.png?v=20260530-3");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.96;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0.28) 84%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 48%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0.28) 84%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0;
  color: var(--white);
}

.hero-content > * {
  max-width: 650px;
}

.home-hero .hero-content,
.itineraries-hero .hero-content {
  width: min(720px, calc(100% - clamp(34rem, 55vw, 68rem) - 2rem));
  margin-left: clamp(34rem, 55vw, 68rem);
  margin-right: auto;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 800;
}

.hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(4, 29, 61, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--deep-navy);
  padding: 0.22rem 0.7rem 0.26rem;
  box-shadow: 0 8px 22px rgba(4, 29, 61, 0.12);
  text-shadow: none;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--deep-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  font-weight: 700;
}

.hero h1 {
  color: var(--deep-navy);
  font-size: 4.6rem;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.45);
}

.sub-hero h1 {
  font-size: 3.7rem;
}

h2 {
  font-size: 2.65rem;
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 1rem 0 0;
}

.slogan {
  margin-top: 1rem;
  color: var(--deep-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 800;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 28px rgba(255, 255, 255, 0.45);
}

.hero-copy {
  color: #143c5c;
  font-size: 1.25rem;
  font-weight: 650;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.75rem 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: var(--deep-navy);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--pale-gold);
  outline: none;
}

.button-secondary {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(4, 29, 61, 0.18);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--deep-navy);
  border-color: var(--deep-navy);
  outline: none;
}

.button-facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: var(--white);
}

.button-facebook:hover,
.button-facebook:focus-visible {
  background: #0f5fc7;
  border-color: #0f5fc7;
  outline: none;
}

.brand-strip-section {
  display: contents;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background:
    linear-gradient(180deg, rgba(239, 227, 200, 0.2), rgba(255, 255, 255, 0.96) 46%),
    var(--white);
  border: 1px solid rgba(181, 138, 66, 0.48);
  border-radius: 8px;
  box-shadow:
    0 0 0 5px rgba(239, 227, 200, 0.34),
    0 20px 46px rgba(181, 138, 66, 0.16),
    0 18px 45px rgba(4, 29, 61, 0.1);
  overflow: hidden;
}

.hero-value-strip {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
}

.brand-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--pale-gold), var(--gold));
}

.strip-item {
  padding: 1.35rem 1.5rem;
  border-right: 1px solid rgba(181, 138, 66, 0.26);
}

.strip-item:last-child {
  border-right: 0;
}

.strip-item strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.strip-item span {
  display: block;
  margin-top: 0.35rem;
  color: var(--slate);
}

.section {
  padding: 5rem 0;
}

.intro-section {
  padding-top: 8rem;
  padding-bottom: 3.25rem;
}

.section-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: 3rem;
}

.intro-section,
.tailor-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(181, 138, 66, 0.14), transparent 28rem),
    linear-gradient(180deg, #f7fbfd 0%, #f9fbfc 48%, #f7fbfd 100%);
}

.advisor-intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
}

.advisor-photo {
  position: relative;
  margin: 0;
  border-radius: 8px;
}

.advisor-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 2px solid rgba(181, 138, 66, 0.72);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 0 0 8px rgba(239, 227, 200, 0.72),
    0 24px 54px rgba(181, 138, 66, 0.2),
    0 18px 45px rgba(4, 29, 61, 0.12);
  object-fit: cover;
  object-position: center top;
}

.advisor-photo figcaption {
  width: fit-content;
  max-width: calc(100% - 1.5rem);
  margin: 1.25rem auto 0;
  border: 1px solid rgba(181, 138, 66, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(181, 138, 66, 0.18), transparent 22%, transparent 78%, rgba(181, 138, 66, 0.18)),
    rgba(255, 255, 255, 0.78);
  color: var(--deep-navy);
  padding: 0.72rem 1.15rem 0.78rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  box-shadow:
    0 12px 26px rgba(181, 138, 66, 0.13),
    0 8px 22px rgba(4, 29, 61, 0.07);
}

.advisor-copy {
  max-width: 790px;
}

.memory-line {
  border-left: 3px solid var(--gold);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
  padding-left: 1rem;
}

.advisor-strengths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
  margin-top: 1.5rem;
}

.advisor-strengths div {
  border-top: 2px solid var(--gold);
  background: linear-gradient(180deg, rgba(239, 227, 200, 0.26), rgba(255, 255, 255, 0));
  border-radius: 6px;
  padding-top: 0.8rem;
}

.advisor-strengths strong {
  display: block;
  color: var(--navy);
  font-weight: 900;
}

.advisor-strengths span {
  display: block;
  margin-top: 0.25rem;
  color: var(--slate);
}

.image-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--white);
}

.image-panel img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading.narrow {
  max-width: 690px;
}

.services-section,
.process-section {
  background: #f7fbfd;
}

.services-section {
  padding-top: 3.25rem;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card,
.process-step,
.itinerary-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(4, 29, 61, 0.07);
}

.service-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 1.35rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(145deg, var(--card-soft), transparent 58%);
  border-color: color-mix(in srgb, var(--card-accent) 35%, var(--line));
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 35%, var(--white)));
}

.service-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-accent) 16%, transparent);
}

.relaxing-card {
  --card-accent: #0d6f98;
  --card-soft: #dceff9;
}

.cruise-card {
  --card-accent: #b58a42;
  --card-soft: #efe3c8;
}

.family-card {
  --card-accent: #2f7d77;
  --card-soft: #d9eee9;
}

.business-card {
  --card-accent: #062f63;
  --card-soft: #dce8f7;
}

.retreat-card {
  --card-accent: #8e6a2d;
  --card-soft: #f4ead6;
}

.adventure-card {
  --card-accent: #2f6ea5;
  --card-soft: #dceff9;
}

.service-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border: 1px solid color-mix(in srgb, var(--card-accent) 32%, var(--white));
  border-radius: 8px;
  background: color-mix(in srgb, var(--card-accent) 11%, var(--white));
  color: var(--card-accent);
}

.service-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card p,
.process-step p,
.itinerary-card p {
  color: var(--slate);
}

.process-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  padding: 1.5rem;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  font-weight: 900;
}

.cta-section {
  background: var(--deep-navy);
  color: var(--white);
}

.cta-section h2,
.cta-section .eyebrow {
  color: var(--white);
}

.cta-section .eyebrow {
  color: var(--pale-gold);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-inner > div {
  max-width: 760px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.site-footer {
  background: var(--mist);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0;
}

.footer-logo {
  width: 340px;
  max-width: 100%;
}

.footer-inner p {
  color: var(--slate);
}

.footer-contact {
  display: grid;
  gap: 0.35rem;
  text-align: right;
  color: var(--deep-navy);
  font-weight: 700;
}

.footer-contact a {
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--ocean);
  outline: none;
}

.itinerary-library-section {
  background:
    radial-gradient(circle at 88% 6%, rgba(181, 138, 66, 0.13), transparent 24rem),
    #f7fbfd;
}

.itinerary-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}

.itinerary-toc {
  position: sticky;
  top: 108px;
  max-height: calc(100vh - 132px);
  border: 1px solid rgba(181, 138, 66, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(239, 227, 200, 0.22), rgba(255, 255, 255, 0.96) 42%),
    var(--white);
  box-shadow:
    0 0 0 5px rgba(239, 227, 200, 0.28),
    0 18px 38px rgba(4, 29, 61, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.itinerary-toc::-webkit-scrollbar {
  width: 0.7rem;
}

.itinerary-toc::-webkit-scrollbar-track {
  background: rgba(212, 234, 244, 0.45);
}

.itinerary-toc::-webkit-scrollbar-thumb {
  background: rgba(181, 138, 66, 0.62);
  border: 3px solid rgba(247, 251, 253, 0.96);
  border-radius: 999px;
}

.toc-label {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 1rem 1.1rem 0.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    var(--white);
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.toc-group {
  border-top: 1px solid rgba(181, 138, 66, 0.22);
}

.toc-group summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1.1rem;
  color: var(--deep-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 800;
}

.toc-group summary::-webkit-details-marker {
  display: none;
}

.toc-group summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-family: "Segoe UI", Arial, sans-serif;
}

.toc-group[open] summary::after {
  content: "-";
}

.toc-links {
  display: grid;
  gap: 0.25rem;
  padding: 0 0.75rem 1rem;
}

.toc-links a {
  border-radius: 6px;
  color: var(--navy);
  padding: 0.62rem 0.75rem;
  text-decoration: none;
}

.toc-links a:hover,
.toc-links a:focus-visible {
  background: var(--sky);
  outline: none;
}

.itinerary-content {
  display: grid;
  gap: 1.5rem;
}

.itinerary-category {
  display: grid;
  gap: 1.25rem;
}

.category-heading {
  border-left: 4px solid var(--gold);
  padding-left: 1rem;
}

.category-heading h2 {
  max-width: 780px;
}

.category-intro {
  max-width: 820px;
  color: var(--slate);
}

.itinerary-detail {
  scroll-margin-top: 112px;
  border: 1px solid rgba(181, 138, 66, 0.32);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(4, 29, 61, 0.08);
  overflow: hidden;
}

.itinerary-detail:target {
  border-color: var(--gold);
  box-shadow:
    0 0 0 5px rgba(239, 227, 200, 0.62),
    0 18px 42px rgba(4, 29, 61, 0.12);
}

.itinerary-detail-header {
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(220, 239, 249, 0.74), rgba(239, 227, 200, 0.32)),
    var(--white);
  border-bottom: 1px solid rgba(181, 138, 66, 0.26);
}

.destination-label {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.itinerary-detail h3 {
  font-size: 2rem;
}

.trip-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.trip-summary div {
  border: 1px solid rgba(181, 138, 66, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.9rem;
}

.trip-summary strong {
  display: block;
  color: var(--navy);
  font-weight: 900;
}

.trip-summary span {
  display: block;
  margin-top: 0.25rem;
  color: var(--slate);
}

.day-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.day-list li {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--line);
}

.day-list li:first-child {
  border-top: 0;
}

.day-list strong {
  color: var(--deep-navy);
}

.day-list span {
  color: var(--slate);
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.itinerary-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
}

.itinerary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.itinerary-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.25rem 0.7rem;
  background: var(--mist);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.itinerary-card ol {
  display: grid;
  gap: 0.65rem;
  margin: 1.1rem 0 0;
  padding-left: 1.25rem;
  color: var(--ink);
}

.itinerary-card li::marker {
  color: var(--gold);
  font-weight: 800;
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.promise-list p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  padding: 1rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .home-hero {
    display: block;
    min-height: auto;
  }

  .home-hero::before,
  .itineraries-hero::before {
    width: min(100%, 42rem);
    background-size: 100% 100%;
    opacity: 0.68;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 48%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 48%, transparent 100%);
  }

  .home-hero .hero-content,
  .itineraries-hero .hero-content {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
  }

  .hero-value-strip {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  .intro-section {
    padding-top: 4rem;
  }

  .footer-inner,
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-inner {
    align-items: center;
    flex-direction: column;
  }

  .brand {
    flex: 0 0 auto;
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
    width: 100%;
  }

  .brand-strip,
  .service-grid,
  .process-grid,
  .itinerary-grid,
  .itinerary-layout,
  .advisor-intro,
  .two-column,
  .promise-list {
    grid-template-columns: 1fr;
  }

  .itinerary-toc {
    position: static;
    max-height: min(70vh, 34rem);
  }

  .trip-summary {
    grid-template-columns: 1fr;
  }

  .brand-strip {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .strip-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .strip-item:last-child {
    border-bottom: 0;
  }

  .hero h1 {
    font-size: 3.3rem;
  }

  .sub-hero h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
    backdrop-filter: none;
  }

  .header-inner {
    width: min(34rem, calc(100% - 1.25rem));
    min-height: auto;
    gap: 0.55rem;
    padding: 0.55rem 0 0.65rem;
  }

  .brand {
    width: 100%;
    max-height: 60px;
  }

  .brand img {
    width: min(190px, 56vw);
  }

  .footer-logo {
    width: 215px;
  }

  .site-nav {
    flex-wrap: nowrap;
    width: 100%;
    gap: 0.22rem;
    overflow-x: auto;
    padding-bottom: 0.12rem;
    font-size: 0.86rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0.42rem 0.5rem;
    white-space: nowrap;
  }

  .site-nav .nav-contact {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .hero {
    min-height: auto;
    background-position: center;
  }

  .home-hero,
  .itineraries-hero {
    display: block;
    padding: 1.25rem 0 2.25rem;
    background-image: linear-gradient(145deg, #e9f6fb 0%, #dceff9 48%, #f7fbfd 100%);
  }

  .home-hero::before,
  .itineraries-hero::before {
    width: 100%;
    opacity: 0.34;
    background-position: left top;
    background-size: auto 100%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.78) 58%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.78) 58%, transparent 100%);
  }

  .hero::after {
    height: 7rem;
    background: linear-gradient(180deg, rgba(247, 251, 253, 0), rgba(247, 251, 253, 0.9) 72%, #f7fbfd 100%);
  }

  .sub-hero {
    min-height: auto;
  }

  .hero-content {
    padding: 2rem 0;
  }

  .home-hero .hero-content,
  .itineraries-hero .hero-content {
    width: min(34rem, calc(100% - 1.25rem));
    margin: 0 auto;
    border: 1px solid rgba(181, 138, 66, 0.32);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(247, 251, 253, 0.86)),
      rgba(255, 255, 255, 0.88);
    padding: 1.1rem;
    box-shadow:
      0 0 0 5px rgba(239, 227, 200, 0.28),
      0 18px 38px rgba(4, 29, 61, 0.12);
  }

  .hero-content > * {
    max-width: none;
  }

  .hero .eyebrow {
    background: rgba(220, 239, 249, 0.92);
    box-shadow: none;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3rem);
    text-shadow: none;
  }

  .sub-hero h1 {
    font-size: clamp(2.25rem, 10vw, 2.8rem);
  }

  h2 {
    font-size: 1.95rem;
  }

  .slogan,
  .hero-copy {
    color: var(--deep-navy);
    text-shadow: none;
  }

  .slogan {
    font-size: 1.06rem;
  }

  .hero-copy {
    font-size: 1rem;
    font-weight: 650;
  }

  .section {
    padding: 3.5rem 0;
  }

  .button {
    width: 100%;
  }

  .advisor-strengths {
    grid-template-columns: 1fr;
  }

  .day-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
