:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --ink: #20211e;
  --muted: #66655f;
  --sand: #f3eee4;
  --paper: #fbf8f1;
  --gold: #b9843a;
  --gold-dark: #8c5f24;
  --line: rgba(32, 33, 30, 0.14);
  --ocean: #153b43;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  margin: 0 0 24px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display), Georgia, serif; font-weight: 500; line-height: .98; }
h1 { font-size: clamp(4rem, 7.4vw, 7.4rem); letter-spacing: -.055em; margin-bottom: 30px; }
h2 { font-size: clamp(3.1rem, 5.7vw, 5.6rem); letter-spacing: -.045em; margin-bottom: 30px; }
h2 em { color: var(--gold); font-weight: 400; }
h3 { font-size: 2rem; letter-spacing: -.025em; }

.announcement { background: var(--ink); color: rgba(255,255,255,.74); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { align-items: center; display: flex; justify-content: space-between; min-height: 36px; }
.announcement p { margin: 0; }
.announcement a { color: #f3d7aa; font-weight: 700; }

.site-header { background: rgba(251,248,241,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 88px; }
.brand { align-items: center; display: inline-flex; gap: 10px; }
.brand img { height: 62px; object-fit: contain; width: 54px; }
.brand span { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand strong { color: var(--gold-dark); font-family: var(--font-display), Georgia, serif; font-size: 1.45rem; font-weight: 600; letter-spacing: .16em; }
.brand small { font-size: .55rem; font-weight: 700; letter-spacing: .22em; margin-top: 7px; }
nav { display: flex; gap: 34px; }
nav a { font-size: .72rem; font-weight: 700; letter-spacing: .09em; position: relative; text-transform: uppercase; }
nav a::after { background: var(--gold); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
nav a:hover::after { transform: scaleX(1); }
.button { align-items: center; background: var(--ink); border: 1px solid var(--ink); color: #fff; display: inline-flex; font-size: .74rem; font-weight: 700; gap: 16px; justify-content: center; letter-spacing: .1em; min-height: 54px; padding: 0 24px; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; }
.text-link { align-items: center; display: inline-flex; font-size: .77rem; font-weight: 700; gap: 15px; letter-spacing: .06em; padding: 12px 0; text-transform: uppercase; }
.text-link span { color: var(--gold); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.destination-bar { background: var(--paper); border-bottom: 1px solid var(--line); }
.destination-bar-inner { align-items: center; display: flex; gap: 18px; min-height: 42px; overflow: hidden; white-space: nowrap; }
.destination-bar-inner > span { color: var(--gold-dark); font-size: .6rem; font-weight: 700; letter-spacing: .15em; margin-right: 8px; text-transform: uppercase; }
.destination-bar a { color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .04em; }
.destination-bar a:hover { color: var(--gold-dark); }
.destination-bar i { color: var(--gold); font-size: .55rem; font-style: normal; }

.hero { background: var(--sand); min-height: 760px; overflow: hidden; padding: 92px 0 84px; position: relative; }
.hero::before { border: 1px solid rgba(185,132,58,.25); border-radius: 50%; content: ""; height: 580px; left: -390px; position: absolute; top: -280px; width: 580px; }
.hero-grid { align-items: center; display: grid; gap: 72px; grid-template-columns: .92fr 1.08fr; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { color: var(--muted); font-size: 1.08rem; line-height: 1.8; max-width: 540px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.hero-note { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 18px; margin-top: 52px; padding-top: 28px; width: min(430px, 100%); }
.hero-note .star-mark { color: var(--gold); font-size: 2rem; }
.hero-note p { color: var(--muted); font-size: .78rem; line-height: 1.6; margin: 0; }
.hero-note strong { color: var(--ink); font-size: .82rem; }
.hero-visual { isolation: isolate; min-height: 610px; position: relative; }
.hero-visual::before { background: var(--gold); content: ""; height: 86%; left: 7%; position: absolute; top: 8%; transform: rotate(4deg); width: 86%; z-index: -1; }
body.home .hero-visual::before { display: none; }
.hero-visual > img { height: 610px; object-fit: cover; width: 100%; }
.hero-collage { display: block; padding-bottom: 34px; padding-right: 42px; }
.hero-collage .hero-main-photo { height: 610px; object-fit: cover; width: 100%; }
.hero-collage .hero-small-photo { border: 7px solid var(--sand); height: 176px; object-fit: cover; position: absolute; width: 150px; z-index: 3; }
.hero-collage .hero-sea-photo { bottom: 5px; right: -22px; }
.hero-collage .hero-garden-photo { right: -48px; top: 35px; }
.location-card { background: var(--paper); bottom: -22px; box-shadow: 0 20px 70px rgba(39,31,20,.16); display: flex; flex-direction: column; left: -45px; min-width: 290px; padding: 24px 28px; position: absolute; }
.location-card span, .location-card small { color: var(--muted); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.location-card strong { font-family: var(--font-display), Georgia, serif; font-size: 1.8rem; font-weight: 500; margin: 3px 0 7px; }
.route-line { border: 1px solid rgba(255,255,255,.76); border-radius: 50%; height: 190px; position: absolute; right: -94px; top: 66px; width: 190px; z-index: 2; }
.route-line span { background: var(--paper); border-radius: 50%; height: 11px; left: 24px; position: absolute; top: 25px; width: 11px; }
.route-line i { background: var(--gold); border: 4px solid var(--paper); border-radius: 50%; bottom: 20px; height: 22px; position: absolute; right: 25px; width: 22px; }

.trip-finder { background: var(--sand); padding: 0 0 42px; position: relative; }
.trip-finder-inner { background: var(--paper); box-shadow: 0 18px 55px rgba(50,40,27,.1); display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); min-height: 116px; position: relative; z-index: 4; }
.finder-intro { align-items: center; display: grid; gap: 16px; grid-template-columns: 28px 1fr; padding: 26px 30px; }
.finder-intro > span { color: var(--gold); font-size: 1.5rem; }
.finder-intro p { color: var(--muted); font-size: .68rem; line-height: 1.5; margin: 0; }
.finder-intro strong { color: var(--ink); display: block; font-size: .78rem; letter-spacing: .02em; }
.trip-finder-inner > a { align-items: center; border-left: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; padding: 24px; transition: background .2s; }
.trip-finder-inner > a:hover { background: #f7f0e4; }
.trip-finder-inner > a small { color: var(--muted); font-size: .58rem; grid-column: 1 / -1; letter-spacing: .11em; text-transform: uppercase; }
.trip-finder-inner > a strong { font-family: var(--font-display), Georgia, serif; font-size: 1.28rem; font-weight: 500; line-height: 1.1; }
.trip-finder-inner > a span { color: var(--gold); }

.trust-strip { background: var(--ink); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { align-items: center; border-right: 1px solid rgba(255,255,255,.14); display: grid; gap: 18px; grid-template-columns: 38px 1fr; min-height: 128px; padding: 28px 38px; }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid span { color: var(--gold); font-family: var(--font-display), Georgia, serif; font-size: 1.35rem; }
.trust-grid p { color: rgba(255,255,255,.6); font-size: .72rem; line-height: 1.55; margin: 0; }
.trust-grid strong { color: white; display: block; font-size: .78rem; margin-bottom: 3px; }

.intro-grid { display: grid; gap: 50px; grid-template-columns: 1fr 4fr; }
.intro h2 { max-width: 900px; }
.intro-copy { border-top: 1px solid var(--line); display: grid; gap: 42px; grid-template-columns: 1fr 1fr; padding-top: 30px; }
.intro-copy p { color: var(--muted); line-height: 1.8; margin-bottom: 0; }

.tours { background: #e9e0d2; }
.section-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 2fr 1fr; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(3rem, 5vw, 4.9rem); margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin: 0; }
.tour-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tour-card { background: var(--paper); display: flex; flex-direction: column; min-width: 0; scroll-margin-top: 150px; }
.tour-card:target { box-shadow: 0 0 0 4px var(--gold), 0 18px 46px rgba(55,40,20,.2); }
.tour-image { height: 390px; overflow: hidden; position: relative; }
.tour-image::after { background: linear-gradient(transparent, rgba(0,0,0,.4)); bottom: 0; content: ""; height: 45%; left: 0; position: absolute; width: 100%; }
.tour-image img { height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.tour-card:hover .tour-image img { transform: scale(1.035); }
.tour-collage { display: grid; height: 100%; width: 100%; }
.tour-collage-2 { grid-template-columns: 1fr 1fr; }
.tour-collage-3 { grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; }
.tour-collage-3 .tour-collage-frame:first-child { grid-row: 1 / 3; }
.tour-collage-4 { grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(3, 1fr); }
.tour-collage-4 .tour-collage-frame:first-child { grid-row: 1 / 4; }
.tour-collage-frame { min-height: 0; min-width: 0; overflow: hidden; position: relative; }
.tour-collage-2 .tour-collage-frame + .tour-collage-frame,
.tour-collage-3 .tour-collage-frame:not(:first-child),
.tour-collage-4 .tour-collage-frame:not(:first-child) { border-left: 3px solid var(--paper); }
.tour-collage-3 .tour-collage-frame:last-child { border-top: 3px solid var(--paper); }
.tour-collage-4 .tour-collage-frame:nth-child(n+3) { border-top: 3px solid var(--paper); }
.tour-image > span { bottom: 22px; color: white; font-size: .64rem; font-weight: 700; left: 24px; letter-spacing: .14em; position: absolute; text-transform: uppercase; z-index: 1; }
.tour-image > b { background: var(--paper); color: var(--gold-dark); font-size: .55rem; font-weight: 700; letter-spacing: .08em; padding: 9px 11px; position: absolute; right: 16px; text-transform: uppercase; top: 16px; z-index: 2; }
.tour-card-body { display: flex; flex: 1; flex-direction: column; padding: 30px 28px; }
.tour-card-body h3 { margin-bottom: 18px; }
.tour-card-body p { color: var(--muted); font-size: .9rem; }
.tour-meta { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin: 8px 0 18px; padding: 13px 0; }
.tour-meta span { color: var(--muted); font-size: .57rem; line-height: 1.35; text-align: center; }
.tour-meta i { color: var(--gold); display: block; font-size: .85rem; font-style: normal; margin-bottom: 4px; }
.tour-card-body small { border-top: 1px solid var(--line); color: var(--gold-dark); font-size: .66rem; letter-spacing: .05em; margin-top: auto; padding-top: 18px; }
.tour-card-body .tour-includes { color: var(--muted); letter-spacing: 0; line-height: 1.55; margin-top: 14px; padding-top: 14px; }
.tour-card-body .tour-includes strong { color: var(--ink); }
.tour-card-body a { font-size: .7rem; font-weight: 700; letter-spacing: .08em; margin-top: 22px; text-transform: uppercase; }
.tour-card-body a span { color: var(--gold); float: right; }
.tour-note { border-top: 1px solid rgba(92,72,46,.2); color: var(--muted); font-size: .75rem; line-height: 1.7; margin: 38px 0 0; padding-top: 22px; }
.tour-note strong { color: var(--ink); }
.tour-list-action { display: flex; justify-content: center; margin-top: 34px; }

.packages-page { background: var(--sand); }
.package-hero { background: var(--ocean); color: white; overflow: hidden; padding: 94px 0 82px; position: relative; }
.package-hero::after { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -230px; top: -260px; width: 520px; }
.package-hero-grid { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.3fr .7fr; position: relative; z-index: 1; }
.package-hero .eyebrow { color: #d7ad70; }
.package-hero h1 { font-size: clamp(4.2rem, 7.2vw, 7.4rem); margin-bottom: 0; }
.package-hero-copy { border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.68); line-height: 1.8; margin: 0; padding-left: 34px; }
.package-jump { background: var(--paper); border-bottom: 1px solid var(--line); }
.package-jump-inner { align-items: center; display: flex; gap: 30px; min-height: 70px; }
.package-jump span { color: var(--gold-dark); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.package-jump a { color: var(--muted); font-size: .72rem; font-weight: 600; }
.package-jump a:hover { color: var(--gold-dark); }
.package-group { border-bottom: 1px solid var(--line); }
.package-group:nth-of-type(even) { background: #e9e0d2; }
.package-group-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: .7fr 1.3fr; margin-bottom: 48px; }
.package-group-heading h2 { font-size: clamp(3.2rem, 5vw, 5rem); margin: 0; }
.package-group-heading p { color: var(--muted); line-height: 1.75; margin: 0; max-width: 650px; }
.package-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.package-card { background: var(--paper); border-top: 4px solid var(--gold); display: flex; flex-direction: column; padding: 34px 34px 30px; }
.package-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.package-code { color: var(--gold-dark); font-size: .61rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.package-duration { background: var(--sand); color: var(--ink); font-size: .58rem; font-weight: 700; letter-spacing: .08em; padding: 8px 10px; text-transform: uppercase; }
.package-card h3 { font-size: 2rem; margin-bottom: 13px; }
.package-card > p { color: var(--muted); font-size: .84rem; line-height: 1.7; }
.package-days { border-top: 1px solid var(--line); list-style: none; margin: 22px 0 0; padding: 0; }
.package-days li { border-bottom: 1px solid var(--line); color: var(--muted); display: grid; font-size: .75rem; gap: 15px; grid-template-columns: 52px 1fr; line-height: 1.55; padding: 15px 0; }
.package-days strong { color: var(--gold-dark); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.package-includes { color: var(--muted); font-size: .68rem; line-height: 1.65; margin-top: 20px; }
.package-includes strong { color: var(--ink); }
.package-card .text-link { margin-top: auto; padding-top: 25px; }
.package-disclaimer { border: 1px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.75; margin-top: 34px; padding: 22px 24px; }
.package-disclaimer strong { color: var(--ink); }
.packages-cta { background: var(--gold); color: white; text-align: center; }
.packages-cta .eyebrow { color: white; }
.packages-cta h2 { font-size: clamp(3.6rem, 6vw, 6.5rem); }
.packages-cta p { margin: 0 auto 32px; max-width: 620px; }

.contact-page { background: var(--sand); }
.contact-page-hero { background: var(--gold); color: white; overflow: hidden; padding: 104px 0 92px; position: relative; }
.contact-page-hero::before, .contact-page-hero::after { border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; position: absolute; }
.contact-page-hero::before { height: 480px; left: -250px; top: -210px; width: 480px; }
.contact-page-hero::after { bottom: -280px; height: 520px; right: -210px; width: 520px; }
.contact-page-hero .eyebrow { color: white; }
.contact-page-hero-inner { position: relative; z-index: 1; }
.contact-page-hero h1 { font-size: clamp(4.6rem, 8vw, 8rem); margin-bottom: 20px; }
.contact-page-hero p:last-child { font-size: 1rem; line-height: 1.8; max-width: 650px; }
.contact-directory { background: var(--paper); }
.contact-directory-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.contact-detail-card { background: var(--sand); border-top: 4px solid var(--gold); display: flex; flex-direction: column; min-height: 270px; padding: 34px 30px; }
.contact-detail-card > span { color: var(--gold-dark); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail-card h2 { font-size: 2rem; margin: 32px 0 12px; }
.contact-detail-card p { color: var(--muted); font-size: .82rem; line-height: 1.7; }
.contact-detail-card a { color: var(--ink); font-size: .8rem; font-weight: 700; margin-top: auto; overflow-wrap: anywhere; }
.contact-detail-card a:hover { color: var(--gold-dark); }
.contact-social { align-items: center; background: var(--ocean); color: white; display: grid; gap: 60px; grid-template-columns: 1.2fr .8fr; padding: 54px 60px; }
.contact-social .eyebrow { color: #d7ad70; }
.contact-social h2 { font-size: clamp(2.8rem, 4vw, 4.2rem); margin-bottom: 0; }
.contact-social p { color: rgba(255,255,255,.65); line-height: 1.8; }
.contact-social .button { border-color: white; color: white; justify-self: start; }
.contact-social .button:hover { background: white; color: var(--ink); }
.contact-help { text-align: center; }
.contact-help h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.contact-help > p:not(.eyebrow) { color: var(--muted); margin: 0 auto 30px; max-width: 620px; }

.blog-page { background: var(--paper); }
.blog-hero { background: var(--sand); overflow: hidden; padding: 100px 0 88px; position: relative; }
.blog-hero::after { border: 1px solid rgba(185,132,58,.3); border-radius: 50%; content: ""; height: 500px; position: absolute; right: -250px; top: -260px; width: 500px; }
.blog-hero-grid { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; position: relative; z-index: 1; }
.blog-hero h1 { font-size: clamp(4.6rem, 8vw, 8rem); margin: 0; }
.blog-hero-copy { border-left: 1px solid var(--line); color: var(--muted); line-height: 1.8; margin: 0; padding-left: 34px; }
.blog-featured { background: var(--ocean); color: white; }
.blog-featured-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.05fr .95fr; }
.blog-featured-image { min-height: 600px; position: relative; }
.blog-featured-image img { height: 600px; object-fit: cover; width: 100%; }
.blog-featured-image span { background: var(--gold); bottom: 20px; color: white; font-size: .62rem; font-weight: 700; left: 20px; letter-spacing: .12em; padding: 10px 12px; position: absolute; text-transform: uppercase; }
.blog-featured-copy .eyebrow { color: #d7ad70; }
.blog-featured-copy h2 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.blog-featured-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); line-height: 1.8; }
.blog-featured-copy .text-link { color: white; }
.blog-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.blog-card { background: var(--sand); display: flex; flex-direction: column; }
.blog-card-image { height: 270px; overflow: hidden; }
.blog-card-image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px 26px; }
.blog-card-body > span { color: var(--gold-dark); font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.blog-card h2 { font-size: 2rem; margin: 18px 0 13px; }
.blog-card p { color: var(--muted); font-size: .82rem; line-height: 1.75; }
.blog-card .text-link { margin-top: auto; padding-top: 20px; }
.blog-note { border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.7; margin-top: 34px; padding-top: 22px; }
.blog-cta { background: var(--gold); color: white; text-align: center; }
.blog-cta .eyebrow { color: white; }
.blog-cta h2 { font-size: clamp(3.8rem, 6vw, 6.5rem); }
.blog-cta p { margin: 0 auto 30px; max-width: 630px; }

.places-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.05fr .95fr; }
.places-photo { min-height: 740px; position: relative; }
.places-photo::before { border: 1px solid var(--gold); content: ""; inset: 24px -24px -24px 24px; position: absolute; z-index: -1; }
.places-photo > img { height: 740px; object-fit: cover; width: 100%; }
.places-photo > div { background: var(--paper); bottom: 24px; left: 24px; padding: 20px 24px; position: absolute; }
.places-photo span { color: var(--muted); display: block; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.places-photo strong { font-family: var(--font-display), Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.places-copy h2 { font-size: clamp(3rem, 4.6vw, 4.6rem); }
.place-list { border-top: 1px solid var(--line); }
.place-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 34px 1fr; padding: 17px 0; }
.place-row > span { color: var(--gold); font-family: var(--font-display), Georgia, serif; }
.place-row p { color: var(--muted); font-size: .74rem; line-height: 1.45; margin: 0; }
.place-row strong { color: var(--ink); display: block; font-size: .86rem; }

.services { background: var(--ocean); color: white; }
.service-heading .eyebrow { color: #d4ab6e; }
.service-heading > p { color: rgba(255,255,255,.63); }
.service-grid { border-bottom: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(4, 1fr); }
.service-grid article { border-right: 1px solid rgba(255,255,255,.16); padding: 40px 30px; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { color: #d4ab6e; font-size: 1.7rem; }
.service-grid h3 { font-size: 1.7rem; line-height: 1.1; margin: 35px 0 16px; }
.service-grid p { color: rgba(255,255,255,.62); font-size: .83rem; margin: 0; }

.process { background: var(--sand); }
.process-grid { display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.process-grid h2 { font-size: clamp(3.1rem, 5vw, 5rem); }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 44px 1fr; padding: 28px 0; }
.process li:last-child { border-bottom: 1px solid var(--line); }
.process li > span { color: var(--gold); font-family: var(--font-display), Georgia, serif; font-size: 1.3rem; }
.process h3 { font-size: 1.65rem; margin-bottom: 10px; }
.process li p { color: var(--muted); font-size: .86rem; margin: 0; }

.testimonial { background: var(--paper); text-align: center; }
.quote-wrap { max-width: 970px; }
.quote-mark { color: var(--gold); font-family: var(--font-display), Georgia, serif; font-size: 5rem; line-height: .5; }
blockquote { font-family: var(--font-display), Georgia, serif; font-size: clamp(2.35rem, 4.4vw, 4.2rem); letter-spacing: -.025em; line-height: 1.15; margin: 28px auto 34px; }
.quote-wrap > p { font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.quote-wrap > p span { color: var(--muted); display: block; font-size: .65rem; font-weight: 500; margin-top: 4px; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.faq-grid h2 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.faq-grid > div:first-child > p:last-child { color: var(--muted); max-width: 400px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0 4px; }
summary { align-items: center; cursor: pointer; display: flex; font-family: var(--font-display), Georgia, serif; font-size: 1.5rem; justify-content: space-between; list-style: none; padding: 24px 0; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-family: var(--font-sans); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); font-size: .9rem; max-width: 620px; padding: 0 40px 25px 0; }

.contact { background: var(--gold); color: white; overflow: hidden; position: relative; text-align: center; }
.contact::before, .contact::after { border: 1px solid rgba(255,255,255,.32); border-radius: 50%; content: ""; height: 420px; position: absolute; width: 420px; }
.contact::before { left: -220px; top: -120px; }
.contact::after { bottom: -260px; right: -180px; }
.contact-inner { position: relative; z-index: 1; }
.contact .eyebrow { color: white; }
.contact h2 { font-size: clamp(4rem, 7vw, 7rem); }
.contact h2 em { color: #fff; }
.contact-inner > p:not(.eyebrow) { margin: 0 auto 32px; max-width: 590px; }
.contact-inner > div { align-items: center; display: flex; gap: 30px; justify-content: center; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-light:hover { background: var(--ink); border-color: var(--ink); color: white; }
.light-link span { color: white; }

footer { background: var(--ink); color: white; padding: 72px 0 28px; }
.footer-grid { display: grid; gap: 56px; grid-template-columns: 1.15fr 1.5fr .55fr .8fr; }
.footer-brand img { height: 52px; width: 46px; }
.footer-brand strong { color: #d5ab6a; }
.footer-grid > p { color: rgba(255,255,255,.52); font-size: .8rem; max-width: 360px; }
.footer-grid > div:not(.brand) { align-items: flex-start; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.78); font-size: .75rem; }
.footer-grid small { color: #d5ab6a; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); display: flex; font-size: .6rem; justify-content: space-between; letter-spacing: .08em; margin-top: 55px; padding-top: 22px; text-transform: uppercase; }
.photo-credits { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.56); font-size: .72rem; line-height: 1.7; margin-top: 42px; padding-top: 18px; }
.photo-credits summary { color: rgba(255,255,255,.75); cursor: pointer; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.photo-credits p { margin: 12px 0 0; max-width: 1100px; }
.photo-credits a { color: inherit; display: inline; text-decoration: underline; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.photo-credits a:hover { color: white; }

@media (max-width: 1000px) {
  .shell { width: min(100% - 36px, 760px); }
  nav { display: none; }
  .hero-grid, .places-grid, .process-grid, .faq-grid { gap: 62px; grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { margin-left: 50px; }
  .trip-finder-inner { grid-template-columns: 1fr 1fr; }
  .finder-intro { grid-column: 1 / -1; }
  .trip-finder-inner > a:nth-of-type(3) { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .intro-grid { grid-template-columns: 1fr; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .tour-card:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article { border-bottom: 1px solid rgba(255,255,255,.16); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .package-hero-grid, .package-group-heading { grid-template-columns: 1fr; }
  .package-hero-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 26px 0 0; }
  .contact-directory-grid { grid-template-columns: 1fr; }
  .contact-detail-card { min-height: 230px; }
  .contact-social { grid-template-columns: 1fr; }
  .blog-hero-grid, .blog-featured-grid { grid-template-columns: 1fr; }
  .blog-hero-copy { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 540px); }
  .section { padding: 78px 0; }
  .announcement p { display: none; }
  .announcement-inner { justify-content: center; }
  .nav-wrap { min-height: 76px; }
  .destination-bar-inner { overflow-x: auto; scrollbar-width: none; }
  .destination-bar-inner::-webkit-scrollbar { display: none; }
  .brand img { height: 50px; width: 43px; }
  .brand strong { font-size: 1.15rem; }
  .site-header .button-small { font-size: .62rem; min-height: 40px; padding-inline: 12px; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero { padding: 62px 0 58px; }
  .hero-grid { gap: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-visual { margin-left: 16px; min-height: 460px; }
  .hero-collage { padding-bottom: 24px; padding-right: 20px; }
  .hero-collage .hero-main-photo { height: 460px; }
  .hero-collage .hero-small-photo { border-width: 5px; height: 120px; width: 102px; }
  .hero-collage .hero-garden-photo { right: -18px; top: 24px; }
  .hero-collage .hero-sea-photo { bottom: 6px; right: -8px; }
  .location-card { bottom: -18px; left: -16px; min-width: 250px; }
  .route-line { display: none; }
  .trip-finder { padding-bottom: 20px; }
  .trip-finder-inner { grid-template-columns: 1fr; }
  .finder-intro, .trip-finder-inner > a:nth-of-type(3) { grid-column: auto; }
  .trip-finder-inner > a { border-left: 0; border-top: 1px solid var(--line); min-height: 84px; }
  .trust-grid > div { padding: 24px 26px; }
  .intro-copy, .section-heading { gap: 22px; grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 38px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-image { height: 360px; }
  .places-photo, .places-photo > img { min-height: 500px; height: 500px; }
  .places-photo::before { inset: 15px -12px -14px 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-right: 0; padding-inline: 18px; }
  blockquote { font-size: 2.25rem; }
  summary { font-size: 1.3rem; }
  .contact-inner > div { align-items: center; flex-direction: column; gap: 12px; }
  .footer-grid { gap: 34px; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .package-hero { padding: 70px 0 62px; }
  .package-jump-inner { gap: 18px; overflow-x: auto; white-space: nowrap; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 28px 24px; }
  .package-days li { grid-template-columns: 46px 1fr; }
  .contact-page-hero { padding: 72px 0 65px; }
  .contact-social { gap: 28px; padding: 38px 28px; }
  .blog-hero { padding: 72px 0 65px; }
  .blog-featured-image, .blog-featured-image img { height: 430px; min-height: 430px; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
