
:root {
  --ink: #1f2024;
  --paper: #f8fbfa;
  --cream: #ffffff;
  --eucalyptus: #087f86;
  --forest: #104a4e;
  --terracotta: #92c73a;
  --sun: #54c5ce;
  --sky: #54c5ce;
  --aqua-soft: #e7f7f8;
  --lime-soft: #f0f8e3;
  --line: rgba(31, 32, 36, 0.13);
  --shadow: 0 24px 70px rgba(16, 74, 78, 0.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; background: white; padding: 12px 18px; z-index: 999; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: white;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(243,248,247,.94); color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .85rem; letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: .98rem; letter-spacing: .015em; }
.brand-copy span { font-size: .72rem; opacity: .74; text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: .88rem; }
.primary-nav > a { opacity: .85; }
.primary-nav > a:hover { opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 7px 0; }

.button {
  border: 0;
  border-radius: 999px;
  background: var(--terracotta);
  color: white;
  padding: 15px 23px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 10px 24px rgba(139,208,0,.22);
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(139,208,0,.30); }
.button-small { padding: 11px 17px; font-size: .82rem; }
.button-large { padding: 18px 28px; }
.button-light { background: var(--cream); color: var(--forest); box-shadow: none; }

.hero { min-height: 890px; position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; background:
  radial-gradient(circle at 78% 26%, rgba(230,170,55,.95) 0 7%, transparent 7.2%),
  linear-gradient(151deg, transparent 0 45%, rgba(22,56,45,.78) 45.2% 57%, transparent 57.2%),
  linear-gradient(18deg, transparent 0 60%, rgba(199,103,67,.55) 60.3% 68%, transparent 68.2%),
  linear-gradient(125deg, #294e44 0%, #496f62 38%, #6a9da2 67%, #d39a62 100%);
}
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50% 50% 0 0; filter: saturate(.9); }
.hero-visual::before { width: 70vw; height: 43vw; left: -12vw; bottom: -9vw; background: linear-gradient(165deg, rgba(29,61,48,.2), rgba(17,46,36,.98)); transform: rotate(4deg); }
.hero-visual::after { width: 62vw; height: 26vw; right: -8vw; bottom: -4vw; background: linear-gradient(160deg, rgba(57,85,69,.1), rgba(24,56,45,.94)); transform: rotate(-5deg); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,20,.7) 0%, rgba(10,25,20,.34) 47%, rgba(10,25,20,.05) 72%), linear-gradient(0deg, rgba(10,22,18,.72), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: 170px; padding-bottom: 70px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .19em; font-size: .74rem; font-weight: 800; }
.eyebrow.dark { color: var(--eucalyptus); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 9.4vw, 9.4rem); line-height: .82; letter-spacing: -.065em; max-width: 880px; margin: 0; font-weight: 500; }
.hero h1 em { font-weight: 400; }
.hero-intro { max-width: 590px; font-size: 1.14rem; margin: 34px 0 28px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-meta { display: flex; gap: 44px; margin-top: 68px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); max-width: 710px; }
.hero-meta div { display: grid; }
.hero-meta strong { font-size: 1.4rem; }
.hero-meta span { font-size: .76rem; opacity: .65; text-transform: uppercase; letter-spacing: .1em; }

.intro-strip { background: var(--forest); color: white; padding: 70px 0; }
.intro-grid { display: grid; grid-template-columns: .6fr 2fr 1fr; align-items: start; gap: 50px; }
.intro-grid > p:first-child { text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .72rem; }
.intro-grid h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; margin: 0; }
.intro-note { color: rgba(255,255,255,.7); }

.section { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 48px; }
.section-heading h2, .destination-copy h2, .host-copy h2, .immersion-grid h2, .faq-grid h2, .final-cta h2 { font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .95; letter-spacing: -.045em; font-weight: 500; margin: 0; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 10px 15px; cursor: pointer; }
.filter.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.experience-card { grid-column: span 4; background: var(--cream); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.04); transition: transform .25s ease, box-shadow .25s ease; }
.experience-card.large { grid-column: span 8; display: grid; grid-template-columns: 1.08fr .92fr; }
.experience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.experience-card.is-hidden { display: none; }
.card-art { min-height: 280px; position: relative; overflow: hidden; }
.large .card-art { min-height: 100%; }
.card-art::before, .card-art::after { content: ""; position: absolute; }
.art-melbourne { background: linear-gradient(150deg, #8aa2a0, #d2a16d 62%, #764f41); }
.art-melbourne::before { inset: 18% 8% 0 16%; background: repeating-linear-gradient(90deg, rgba(245,240,229,.92) 0 10%, transparent 10% 17%); clip-path: polygon(0 100%,0 30%,15% 30%,15% 10%,27% 10%,27% 42%,42% 42%,42% 0,54% 0,54% 28%,70% 28%,70% 18%,84% 18%,84% 44%,100% 44%,100% 100%); }
.art-coast { background: linear-gradient(#7ca7ad 0 52%, #d8c6a4 52% 65%, #4d735e 65%); }
.art-coast::before { width: 46%; height: 65%; right: 6%; bottom: -10%; background: #8d563e; border-radius: 48% 52% 40% 60%; }
.art-yarra { background: linear-gradient(145deg, #849e6d, #4d6d50 55%, #b57a52); }
.art-yarra::before { inset: 12% 15% 0; background: radial-gradient(circle, rgba(255,250,240,.5) 0 3px, transparent 4px); background-size: 22px 22px; transform: skewY(-8deg); }
.art-colombia { background: linear-gradient(150deg, #d9754f, #f0b844 45%, #397962 85%); }
.art-colombia::before { width: 85%; height: 55%; left: -8%; bottom: -8%; background: #214f43; border-radius: 50% 50% 0 0; transform: rotate(7deg); }
.art-colombia::after { width: 55%; height: 40%; right: -6%; bottom: -5%; background: #2d6854; border-radius: 50% 50% 0 0; transform: rotate(-8deg); }
.art-tasmania { background: linear-gradient(155deg, #89a8ab, #536f69 58%, #283f38); }
.art-tasmania::before { width: 80%; height: 56%; left: 10%; bottom: -12%; background: #243e35; clip-path: polygon(0 100%, 10% 45%, 28% 64%, 44% 15%, 58% 50%, 72% 24%, 100% 100%); }
.art-caribbean { background: linear-gradient(#5f9fb0 0 58%, #e9c77c 58% 68%, #4d8a6a 68%); }
.art-caribbean::before { width: 150px; height: 190px; right: 12%; bottom: 15%; border: 18px solid rgba(26,75,58,.85); border-left-width: 12px; border-radius: 80% 10% 80% 10%; transform: rotate(-20deg); }
.card-badge { position: absolute; left: 18px; top: 18px; background: rgba(255,250,240,.92); backdrop-filter: blur(10px); border-radius: 999px; padding: 8px 12px; font-size: .74rem; font-weight: 800; }
.card-body { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; color: var(--eucalyptus); font-weight: 800; }
.card-body h3 { font-family: Georgia, serif; font-size: 2rem; line-height: 1; letter-spacing: -.03em; margin: 16px 0 14px; }
.card-body p { color: rgba(23,33,30,.75); }
.detail-list { display: grid; gap: 7px; list-style: none; padding: 0; margin: 18px 0 24px; }
.detail-list li::before { content: "✦"; color: var(--terracotta); margin-right: 8px; }
.card-link { border: 0; background: transparent; padding: 0 0 4px; border-bottom: 1px solid var(--ink); font-weight: 800; margin-top: auto; cursor: pointer; }

.destination-section { background: var(--terracotta); color: white; }
.destination-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; align-items: start; }
.destination-copy { position: sticky; top: 130px; }
.destination-copy p { max-width: 520px; color: rgba(255,255,255,.78); font-size: 1.05rem; margin: 30px 0; }
.destination-item { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.35); padding: 25px 0; background: transparent; color: white; display: grid; grid-template-columns: 40px 1fr auto; align-items: baseline; gap: 12px; text-align: left; cursor: pointer; }
.destination-item span { font-size: .72rem; opacity: .7; }
.destination-item strong { font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.destination-item em { font-size: .84rem; opacity: .7; font-style: normal; }
.destination-panel { max-height: 0; overflow: hidden; opacity: 0; transition: all .3s ease; }
.destination-panel.is-open { max-height: 180px; opacity: 1; }
.destination-panel p { margin: 0 0 28px 52px; max-width: 530px; color: rgba(255,255,255,.78); }

.host-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.host-portrait { min-height: 660px; border-radius: 220px 220px 28px 28px; background: linear-gradient(160deg, #d7a56d, #b36347 52%, #46685a); display: grid; place-items: center; align-content: center; color: white; overflow: hidden; position: relative; }
.host-portrait::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.portrait-initials { font-family: Georgia, serif; font-size: 7rem; letter-spacing: -.08em; z-index: 1; }
.host-portrait p { z-index: 1; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.host-copy .lead { font-size: 1.35rem; max-width: 680px; }
.host-copy > p:not(.eyebrow):not(.lead) { max-width: 650px; color: rgba(23,33,30,.72); }
.host-copy blockquote { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.25; margin: 36px 0; padding-left: 25px; border-left: 3px solid var(--terracotta); }
.host-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); padding-top: 25px; }
.host-details div { display: grid; }
.host-details span { font-size: .8rem; color: rgba(23,33,30,.58); }

.immersion-section { background: var(--forest); color: white; }
.immersion-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; }
.immersion-grid > div:nth-child(2) > p { font-size: 1.15rem; color: rgba(255,255,255,.72); margin-top: 0; }
.immersion-options { display: grid; gap: 0; margin-top: 40px; }
.immersion-options article { display: grid; grid-template-columns: 50px 1fr 1.2fr; gap: 20px; align-items: start; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.22); }
.immersion-options span { opacity: .55; }
.immersion-options h3 { margin: 0; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.immersion-options p { margin: 0; color: rgba(255,255,255,.65); }

.testimonials-section { background: #e4f7f7; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid blockquote { margin: 0; background: var(--cream); border-radius: var(--radius); padding: 34px; }
.testimonial-grid p { font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.3; margin-top: 0; }
.testimonial-grid footer { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--eucalyptus); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid > div:first-child > p:last-child { max-width: 360px; color: rgba(23,33,30,.65); }
.faq-list details { border-top: 1px solid var(--line); padding: 24px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.55rem; list-style: none; position: relative; padding-right: 40px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 0; font-family: sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; color: rgba(23,33,30,.68); }

.final-cta { background: var(--sun); padding: 95px 0; }
.cta-grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.final-cta h2 { max-width: 800px; }

.site-footer { background: #102f32; color: white; padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .6fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; opacity: .58; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.72); margin: 0; font-size: .9rem; }
.footer-brand { color: white !important; margin-bottom: 12px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 30px; }
.footer-bottom p { font-size: .72rem; color: rgba(255,255,255,.5); max-width: 600px; }

.enquiry-dialog { width: min(680px, calc(100% - 28px)); border: 0; border-radius: 28px; padding: 40px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.enquiry-dialog::backdrop { background: rgba(8,20,16,.76); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; right: 22px; top: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(23,33,30,.08); font-size: 1.6rem; cursor: pointer; }
.dialog-header h2 { font-family: Georgia, serif; font-size: 3rem; line-height: 1; letter-spacing: -.04em; margin: 0; }
.dialog-header > p:last-child { color: rgba(23,33,30,.65); }
.enquiry-dialog form { display: grid; gap: 16px; margin-top: 25px; }
.enquiry-dialog label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; }
.enquiry-dialog input, .enquiry-dialog select, .enquiry-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 13px 14px; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: .72rem; color: rgba(23,33,30,.55); margin: 0; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 86px 20px auto; background: var(--cream); color: var(--ink); border-radius: 22px; box-shadow: var(--shadow); padding: 24px; display: none; flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .hero { min-height: 800px; }
  .intro-grid, .destination-layout, .host-grid, .immersion-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .destination-copy { position: static; }
  .experience-card, .experience-card.large { grid-column: span 6; display: block; }
  .large .card-art { min-height: 300px; }
  .host-portrait { min-height: 520px; max-width: 620px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1180px); }
  .site-header .brand-copy span { display: none; }
  .hero { min-height: 760px; }
  .hero-content { padding-bottom: 42px; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 6.2rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-meta { gap: 22px; flex-wrap: wrap; margin-top: 45px; }
  .hero-meta div { min-width: 105px; }
  .intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .section { padding: 84px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .experience-card, .experience-card.large { grid-column: 1 / -1; }
  .destination-item { grid-template-columns: 34px 1fr; }
  .destination-item em { grid-column: 2; }
  .destination-panel p { margin-left: 46px; }
  .host-details { grid-template-columns: 1fr; }
  .immersion-options article { grid-template-columns: 38px 1fr; }
  .immersion-options p { grid-column: 2; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .enquiry-dialog { padding: 28px 20px; }
  .dialog-header h2 { font-size: 2.3rem; }
}

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

/* Brand, language and verified business details */
.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(255,255,255,.28);
}
.site-header.scrolled .brand-logo { box-shadow: 0 0 0 1px rgba(23,33,30,.12); }
.brand { order: 1; }
.primary-nav { order: 2; margin-left: auto; }
.nav-actions { order: 3; display: flex; align-items: center; gap: 8px; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: .92;
}
.language-button {
  min-width: 38px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
}
.language-button.is-active { background: currentColor; color: var(--forest); }
.site-header.scrolled .language-button.is-active { color: var(--cream); }

.host-logo {
  width: min(260px, 60%);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
  box-shadow: 0 24px 60px rgba(16,36,29,.28);
}
.host-portrait > p { margin-top: 24px; }

.contact-section { background: #e8f2ef; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro h2 { font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .95; letter-spacing: -.045em; font-weight: 500; margin: 0; }
.contact-tagline { max-width: 520px; font-size: 1.15rem; color: rgba(23,33,30,.7); margin: 28px 0 32px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card {
  min-height: 220px;
  background: var(--cream);
  border-radius: var(--radius);
  padding: 30px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.contact-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(70,104,90,.1); color: var(--eucalyptus); font-weight: 900; }
.contact-card h3 { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.1; margin: 2px 0 16px; font-weight: 500; }
.contact-card a { display: block; width: fit-content; border-bottom: 1px solid rgba(23,33,30,.25); margin: 8px 0; overflow-wrap: anywhere; }
.contact-card p, .contact-card address { margin: 8px 0; color: rgba(23,33,30,.72); font-style: normal; }
.hours-card { grid-column: span 2; min-height: auto; }
.hours-card dl { margin: 0; }
.hours-card dl > div { display: flex; justify-content: space-between; gap: 25px; padding: 10px 0; border-top: 1px solid var(--line); }
.hours-card dt { font-weight: 800; }
.hours-card dd { margin: 0; text-align: right; color: rgba(23,33,30,.7); }

@media (max-width: 1100px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a { display: none; }
}

@media (max-width: 980px) {
  .primary-nav { margin-left: 0; order: 4; }
  .nav-actions { margin-left: auto; }
  .primary-nav > a { display: block; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-intro { position: static; }
}

@media (max-width: 680px) {
  .brand-logo { width: 46px; height: 46px; }
  .language-switcher { transform: scale(.94); transform-origin: right center; }
  .contact-cards { grid-template-columns: 1fr; }
  .hours-card { grid-column: auto; }
  .hours-card dl > div { display: grid; gap: 2px; }
  .hours-card dd { text-align: left; }
  .contact-card { min-height: auto; padding: 24px; }
}

/* Real imagery for experiences */
.photo-card {
  background: #d9ddd9;
}
.photo-card::before,
.photo-card::after {
  display: none;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.host-portrait::before {
  opacity: .18;
}

.immersion-options article {
  grid-template-columns: 50px 1fr 1.2fr;
  align-items: center;
}

.immersion-photo {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  justify-self: end;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.contact-card a[target="_blank"] {
  font-weight: 700;
}

.site-footer .brand {
  align-items: center;
}

@media (max-width: 980px) {
  .immersion-options article {
    grid-template-columns: 50px 1fr;
  }
  .immersion-photo {
    grid-column: 2;
    justify-self: start;
    margin-top: 14px;
  }
}

@media (max-width: 680px) {
  .hero-meta {
    gap: 22px;
    flex-wrap: wrap;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .contact-icon {
    margin-bottom: 4px;
  }
  .immersion-photo {
    max-width: 100%;
  }
}

/* Premium hero, pricing, availability and enquiry flow */
.hero {
  min-height: 940px;
  align-items: stretch;
  background: #102f32;
}
.hero-visual {
  background-image: url("assets/colombia-from-the-inside.webp");
  background-size: cover;
  background-position: center 46%;
  transform: scale(1.035);
  filter: saturate(.86) contrast(1.04);
}
.hero-visual::before {
  display: block;
  width: 62%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  background-image: url("assets/melbourne-beneath-the-surface.webp");
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 86% 0, 64% 100%, 0 100%);
  transform: none;
  filter: saturate(.82) contrast(1.03);
}
.hero-visual::after {
  display: block;
  inset: 0;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
  border-radius: 0;
  transform: none;
  background:
    radial-gradient(circle at 72% 18%, rgba(16,190,198,.22), transparent 22%),
    linear-gradient(120deg, rgba(12,29,23,.08), rgba(12,29,23,.18));
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,20,16,.92) 0%, rgba(7,20,16,.76) 36%, rgba(7,20,16,.40) 66%, rgba(7,20,16,.52) 100%),
    linear-gradient(0deg, rgba(7,18,14,.78) 0%, transparent 55%);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .62fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  width: min(1280px, calc(100% - 40px));
  padding-top: 150px;
  padding-bottom: 78px;
}
.hero-copy { min-width: 0; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.82);
}
.hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--sun);
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(4.4rem, 7.5vw, 8.3rem);
  line-height: .86;
  letter-spacing: -.068em;
  text-wrap: balance;
}
.hero h1 em { color: #9ce3e6; }
.hero-intro {
  max-width: 690px;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.65;
  margin: 34px 0 30px;
  color: rgba(255,255,255,.82);
}
.button-hero {
  background: #8bd000;
  color: #102f32;
  box-shadow: 0 16px 40px rgba(0,0,0,.24);
}
.button-hero:hover { background: #a4e52a; }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 760px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.hero-trust div { display: grid; gap: 3px; }
.hero-trust strong { font-size: .88rem; }
.hero-trust span { font-size: .72rem; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .08em; }
.hero-enquiry-card {
  align-self: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(22px);
}
.hero-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--eucalyptus);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .67rem;
  font-weight: 900;
}
.status-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8bd000;
  box-shadow: 0 0 0 6px rgba(139,208,0,.18);
}
.hero-enquiry-card h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.1rem, 3vw, 3.15rem);
  line-height: .98;
  letter-spacing: -.045em;
  margin: 24px 0 14px;
}
.hero-enquiry-card > p { color: rgba(23,33,30,.66); margin: 0 0 24px; }
.quick-enquiry-form { display: grid; gap: 14px; }
.quick-enquiry-form label { display: grid; gap: 7px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.quick-enquiry-form select,
.quick-enquiry-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(23,33,30,.14);
  border-radius: 13px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  padding: 11px 13px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
}
.quick-form-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12px; }
.quick-submit { width: 100%; margin-top: 3px; }
.quick-note { margin: 0 !important; font-size: .68rem; text-align: center; color: rgba(23,33,30,.54) !important; }

.intro-strip { padding: 86px 0; }
.intro-grid { grid-template-columns: .58fr 1.8fr .92fr; }

.card-commercial {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 0 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.price-wrap { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 7px; }
.price-wrap > span { grid-column: 1 / -1; font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; color: var(--eucalyptus); }
.price-wrap strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; font-weight: 500; }
.price-wrap small { font-size: .7rem; color: rgba(23,33,30,.55); }
.availability-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(8,127,134,.09);
  color: var(--eucalyptus);
  font-size: .68rem;
  font-weight: 800;
  text-align: right;
}
.availability-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #61a774; }
.pricing-note {
  max-width: 820px;
  margin: 24px 0 0 auto;
  font-size: .74rem;
  color: rgba(23,33,30,.55);
  text-align: right;
}

.availability-section { background: #e7f6f5; }
.availability-heading {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}
.availability-heading h2 {
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.05em;
  margin: 0;
  max-width: 850px;
}
.availability-heading > p { margin: 0; color: rgba(23,33,30,.68); font-size: 1.06rem; }
.availability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.availability-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 0 12px 35px rgba(31,45,39,.06);
}
.availability-card.featured { background: #8bd000; color: white; transform: translateY(-18px); }
.availability-card.dark { background: var(--forest); color: white; }
.availability-card-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: .72rem; }
.availability-card-top > span:first-child { opacity: .45; font-weight: 900; }
.availability-pill { border-radius: 999px; padding: 7px 10px; background: rgba(8,127,134,.09); color: var(--eucalyptus); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .59rem; }
.featured .availability-pill,
.dark .availability-pill { background: rgba(255,255,255,.14); color: white; }
.availability-card h3 { font-family: Georgia, serif; font-size: 2.35rem; line-height: 1; letter-spacing: -.04em; font-weight: 500; margin: 60px 0 16px; }
.availability-card > p { color: rgba(23,33,30,.66); }
.featured > p,
.dark > p { color: rgba(255,255,255,.72); }
.availability-detail { display: grid; gap: 3px; margin-top: auto; padding: 22px 0; border-top: 1px solid rgba(23,33,30,.14); }
.featured .availability-detail,
.dark .availability-detail { border-color: rgba(255,255,255,.22); }
.availability-detail strong { font-size: .82rem; }
.availability-detail span { font-size: .72rem; opacity: .62; }
.availability-link { align-self: flex-start; border: 0; background: transparent; padding: 0 0 4px; border-bottom: 1px solid currentColor; font-weight: 900; cursor: pointer; }
.availability-footer { display: flex; justify-content: space-between; gap: 40px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(23,33,30,.14); }
.availability-footer p { margin: 0; max-width: 760px; font-size: .78rem; color: rgba(23,33,30,.55); }
.whatsapp-link { font-weight: 900; white-space: nowrap; }

.enquiry-dialog {
  width: min(820px, calc(100% - 28px));
  max-height: min(92vh, 920px);
  overflow-y: auto;
  padding: 38px 42px 40px;
}
.enquiry-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 28px 0 10px;
}
.progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 2px solid rgba(23,33,30,.12);
  background: transparent;
  padding: 10px 0 12px;
  color: rgba(23,33,30,.42);
  text-align: left;
}
.progress-step span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(23,33,30,.08); font-size: .68rem; font-weight: 900; }
.progress-step em { font-style: normal; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.progress-step.is-active,
.progress-step.is-complete { color: var(--forest); border-color: var(--terracotta); }
.progress-step.is-active span,
.progress-step.is-complete span { background: var(--terracotta); color: white; }
.form-step { display: none; padding-top: 20px; }
.form-step.is-active { display: grid; gap: 17px; }
.step-heading { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; margin-bottom: 4px; }
.step-heading > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .68rem; font-weight: 900; color: var(--eucalyptus); }
.step-heading h3 { font-family: Georgia, serif; font-size: 2rem; line-height: 1; font-weight: 500; letter-spacing: -.035em; margin: 0 0 7px; }
.step-heading p { margin: 0; color: rgba(23,33,30,.6); font-size: .82rem; }
.choice-fieldset { border: 0; padding: 0; margin: 2px 0 0; }
.choice-fieldset legend { font-size: .8rem; font-weight: 800; margin-bottom: 8px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card { position: relative; display: block !important; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { min-height: 82px; display: grid; align-content: center; gap: 3px; border: 1px solid var(--line); border-radius: 15px; background: white; padding: 14px 16px; cursor: pointer; }
.choice-card small { color: rgba(23,33,30,.56); font-weight: 500; }
.choice-card input:checked + span { border-color: var(--terracotta); box-shadow: inset 0 0 0 1px var(--terracotta); background: rgba(139,208,0,.08); }
.priority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.priority-grid label { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 13px; padding: 12px 13px; background: white; cursor: pointer; }
.priority-grid input { width: auto; accent-color: var(--terracotta); }
.step-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 7px; padding-top: 20px; border-top: 1px solid var(--line); }
.back-button,
.email-submit { border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.final-actions > div { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.whatsapp-submit { background: #087f86; box-shadow: 0 10px 24px rgba(8,127,134,.22); }
.email-submit { font-size: .76rem; color: var(--eucalyptus); }
.enquiry-summary { border-radius: 16px; background: rgba(8,127,134,.08); padding: 15px 17px; }
.enquiry-summary strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--eucalyptus); }
.enquiry-summary p { margin: 5px 0 0; font-size: .8rem; color: rgba(23,33,30,.68); }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr .58fr; gap: 40px; }
  .hero h1 { font-size: clamp(4rem, 8vw, 7.2rem); }
  .hero-enquiry-card { padding: 25px; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 70px; }
  .hero-copy { max-width: 820px; }
  .hero-enquiry-card { max-width: 620px; }
  .availability-heading { grid-template-columns: 1fr; gap: 25px; }
  .availability-grid { grid-template-columns: 1fr; }
  .availability-card { min-height: 360px; }
  .availability-card.featured { transform: none; }
}

@media (max-width: 680px) {
  .hero-layout { width: min(100% - 26px, 1180px); padding-top: 125px; padding-bottom: 46px; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5.9rem); }
  .hero-enquiry-card { padding: 23px; border-radius: 24px; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .hero-trust div { grid-template-columns: 1fr 1fr; gap: 12px; }
  .quick-form-row { grid-template-columns: 1fr; }
  .intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .card-commercial { align-items: flex-start; flex-direction: column; gap: 12px; }
  .pricing-note { text-align: left; }
  .availability-footer { flex-direction: column; gap: 18px; }
  .enquiry-dialog { padding: 32px 20px 28px; }
  .enquiry-progress em { display: none; }
  .choice-grid,
  .priority-grid { grid-template-columns: 1fr; }
  .step-actions { align-items: stretch; }
  .step-actions > .button,
  .final-actions > div { width: 100%; }
  .final-actions { flex-direction: column-reverse; }
  .back-button { align-self: flex-start; }
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 15px 10px 10px;
  background: #087f86;
  color: white;
  box-shadow: 0 16px 42px rgba(12,50,31,.28);
  font-size: .78rem;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(12,50,31,.36); }
.floating-whatsapp-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: white; color: #087f86; font-weight: 900; }

@media (max-width: 680px) {
  .nav-actions > .button { display: none; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding-right: 10px; }
  .floating-whatsapp > span:last-child { display: none; }
}

/* Logo aligned production theme */
body {
  background:
    radial-gradient(circle at 8% 18%, rgba(84, 197, 206, .08), transparent 28%),
    var(--paper);
}

.site-header.scrolled {
  background: rgba(243, 248, 247, .94);
  border-bottom: 1px solid rgba(8, 127, 134, .10);
}

.button {
  background: var(--terracotta);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(139, 208, 0, .22);
}
.button:hover {
  background: #a0e52b;
  box-shadow: 0 16px 34px rgba(139, 208, 0, .28);
}
.button-light {
  background: white;
  color: var(--forest);
}

.hero {
  background: var(--ink);
}
.hero-visual {
  filter: saturate(.90) contrast(1.04);
}
.hero-visual::after {
  background:
    radial-gradient(circle at 75% 18%, rgba(84,197,206,.30), transparent 24%),
    radial-gradient(circle at 54% 80%, rgba(139,208,0,.14), transparent 22%),
    linear-gradient(120deg, rgba(31,32,36,.04), rgba(31,32,36,.24));
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(31,32,36,.94) 0%, rgba(18,61,64,.80) 38%, rgba(18,61,64,.38) 68%, rgba(31,32,36,.58) 100%),
    linear-gradient(0deg, rgba(31,32,36,.86) 0%, transparent 58%);
}
.hero-eyebrow::before { background: var(--terracotta); }
.hero h1 em { color: #9be8eb; }
.button-hero {
  background: var(--terracotta);
  color: var(--ink);
}
.button-hero:hover { background: #a0e52b; }
.hero-enquiry-card {
  background: rgba(255,255,255,.93);
  border-color: rgba(84,197,206,.45);
  box-shadow: 0 32px 90px rgba(0,0,0,.32), inset 0 4px 0 var(--sun);
}
.status-pulse {
  background: var(--terracotta);
  box-shadow: 0 0 0 6px rgba(139,208,0,.18);
}

.intro-strip {
  position: relative;
  overflow: hidden;
  background: var(--forest);
}
.intro-strip::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 160px;
  right: -100px;
  bottom: -70px;
  border: 30px solid rgba(84,197,206,.16);
  border-radius: 50%;
  transform: rotate(-6deg);
}

.filter.is-active {
  background: var(--forest);
  border-color: var(--forest);
}
.experience-card {
  border: 1px solid rgba(8,127,134,.08);
}
.card-badge {
  background: rgba(255,255,255,.92);
  color: var(--forest);
  box-shadow: 0 8px 22px rgba(31,32,36,.10);
}
.detail-list li::before { color: var(--terracotta); }
.availability-tag {
  background: var(--aqua-soft);
  color: var(--eucalyptus);
}
.availability-dot { background: var(--terracotta); }

.destination-section {
  position: relative;
  overflow: hidden;
  background: var(--forest);
}
.destination-section::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 240px;
  left: -180px;
  bottom: -140px;
  border: 42px solid rgba(139,208,0,.12);
  border-radius: 50%;
  transform: rotate(7deg);
}
.destination-item.is-open strong { color: #b8f152; }

.host-portrait {
  background: linear-gradient(155deg, #dff7f7, #54c5ce 50%, #123d40);
}
.host-logo {
  width: min(420px, 82%);
  border: 8px solid rgba(255,255,255,.85);
  box-shadow: 0 28px 70px rgba(18,61,64,.28);
}

.immersion-section {
  background: var(--ink);
}
.immersion-options article {
  border-color: rgba(84,197,206,.26);
}
.immersion-options h3 { color: white; }
.immersion-photo {
  border: 1px solid rgba(84,197,206,.28);
}

.standards-section {
  background: linear-gradient(135deg, var(--aqua-soft), #f8fbfb 54%, var(--lime-soft));
}
.standards-heading {
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}
.standards-heading h2 {
  max-width: 840px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 500;
}
.standards-heading > p {
  margin: 0;
  color: rgba(31,32,36,.66);
  font-size: 1.05rem;
}
.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.standard-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(8,127,134,.10);
  box-shadow: 0 16px 46px rgba(18,61,64,.07);
}
.standard-card.featured {
  background: var(--forest);
  color: white;
  transform: translateY(-16px);
}
.standard-card > span {
  color: var(--eucalyptus);
  font-weight: 900;
  font-size: .72rem;
  letter-spacing: .12em;
}
.standard-card.featured > span { color: #b8f152; }
.standard-card h3 {
  margin: auto 0 16px;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 500;
}
.standard-card p {
  margin: 0;
  color: rgba(31,32,36,.66);
}
.standard-card.featured p { color: rgba(255,255,255,.70); }

.contact-section {
  background: var(--aqua-soft);
}
.contact-card {
  border: 1px solid rgba(8,127,134,.10);
  box-shadow: 0 12px 36px rgba(18,61,64,.06);
}
.contact-icon {
  background: var(--lime-soft);
  color: var(--forest);
}
.contact-card a:hover { color: var(--eucalyptus); }

.availability-section {
  background: linear-gradient(180deg, #edf9f8, #f7fbfa);
}
.availability-card {
  border: 1px solid rgba(8,127,134,.10);
}
.availability-card.featured {
  background: var(--terracotta);
  color: var(--ink);
}
.availability-card.featured > p { color: rgba(31,32,36,.68); }
.featured .availability-pill {
  background: rgba(31,32,36,.10);
  color: var(--ink);
}
.featured .availability-detail { border-color: rgba(31,32,36,.18); }
.availability-card.dark { background: var(--forest); }

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--terracotta);
  color: var(--ink);
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 170px;
  right: -110px;
  top: -105px;
  border: 34px solid rgba(16,190,198,.30);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.final-cta .container { position: relative; z-index: 1; }

.site-footer {
  background: var(--ink);
}
.footer-grid h3 { color: #83dde2; opacity: 1; }
.footer-grid a:hover { color: #b8f152; }

.progress-step.is-active,
.progress-step.is-complete {
  color: var(--forest);
  border-color: var(--terracotta);
}
.progress-step.is-active span,
.progress-step.is-complete span {
  background: var(--terracotta);
  color: var(--ink);
}
.choice-card input:checked + span {
  border-color: var(--terracotta);
  box-shadow: inset 0 0 0 1px var(--terracotta);
  background: var(--lime-soft);
}
.priority-grid input { accent-color: var(--eucalyptus); }
.whatsapp-submit {
  background: var(--eucalyptus);
  color: white;
}

@media (max-width: 980px) {
  .standards-heading { grid-template-columns: 1fr; gap: 24px; }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-card { min-height: 250px; }
  .standard-card.featured { transform: none; }
}

@media (max-width: 680px) {
  .standards-heading h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .standard-card { min-height: 230px; padding: 26px; }
  .nav-actions .button-small { display: none; }
}


/* Final logo matched launch styling */
body {
  background:
    radial-gradient(circle at 6% 12%, rgba(84, 197, 206, .09), transparent 24%),
    radial-gradient(circle at 94% 38%, rgba(146, 199, 58, .07), transparent 22%),
    var(--paper);
}

.brand-logo {
  border: 2px solid rgba(255,255,255,.84);
  background: var(--ink);
}
.site-header.scrolled .brand-logo { border-color: rgba(84,197,206,.34); }

.button,
.button-hero {
  background: var(--terracotta);
  color: var(--ink);
  box-shadow: 0 13px 30px rgba(146,199,58,.24);
}
.button:hover,
.button-hero:hover {
  background: #a5d755;
  box-shadow: 0 17px 38px rgba(146,199,58,.31);
}

.hero {
  background: var(--ink);
  isolation: isolate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
.hero::before {
  width: 610px;
  height: 170px;
  right: -120px;
  top: 82px;
  border: 38px solid rgba(84,197,206,.24);
  transform: rotate(-8deg);
}
.hero::after {
  width: 760px;
  height: 205px;
  left: -190px;
  bottom: -140px;
  border: 42px solid rgba(146,199,58,.23);
  transform: rotate(7deg);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(31,32,36,.96) 0%, rgba(16,74,78,.82) 40%, rgba(16,74,78,.34) 70%, rgba(31,32,36,.50) 100%),
    linear-gradient(0deg, rgba(31,32,36,.86) 0%, transparent 58%);
}
.hero h1 em { color: #75d8de; }
.hero-eyebrow::before { background: var(--terracotta); height: 3px; border-radius: 10px; }
.hero-trust { border-color: rgba(84,197,206,.34); }
.hero-enquiry-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(84,197,206,.42);
  box-shadow: 0 32px 90px rgba(0,0,0,.34);
}
.hero-enquiry-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sun) 0 46%, var(--terracotta) 46% 100%);
}
.status-pulse,
.availability-dot { background: var(--terracotta); }

.intro-strip {
  background: var(--ink);
}
.intro-strip::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 160px;
  left: -180px;
  top: -110px;
  border: 34px solid rgba(84,197,206,.16);
  border-radius: 50%;
}

.section-heading .eyebrow,
.standards-heading .eyebrow,
.contact-intro .eyebrow,
.availability-heading .eyebrow,
.faq-grid .eyebrow { color: var(--eucalyptus); }

.experience-card {
  background: white;
  border-color: rgba(84,197,206,.16);
}
.experience-card:hover {
  box-shadow: 0 28px 78px rgba(16,74,78,.16);
}
.card-badge {
  border: 1px solid rgba(84,197,206,.22);
}
.card-commercial { border-color: rgba(16,74,78,.13); }
.availability-tag {
  background: var(--lime-soft);
  color: #527d18;
}

.availability-section {
  background: linear-gradient(145deg, #f5fbfb 0%, var(--aqua-soft) 54%, #f9fcf4 100%);
}
.availability-card.featured {
  background: var(--terracotta);
  color: var(--ink);
}
.availability-card.dark { background: var(--ink); }

.destination-section {
  background: linear-gradient(135deg, var(--forest), var(--ink) 72%);
}
.destination-item.is-open strong { color: #b5e86a; }
.destination-section::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 150px;
  right: -120px;
  top: 30px;
  border: 34px solid rgba(84,197,206,.16);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.host-section { background: white; }
.host-portrait {
  background: linear-gradient(155deg, #f5fcfc, #9be1e5 48%, var(--forest));
}
.host-principle {
  max-width: 680px;
  margin: 36px 0;
  padding: 23px 0 23px 25px;
  border-left: 4px solid var(--terracotta);
  font-family: Georgia, serif;
  font-size: 1.72rem;
  line-height: 1.28;
  color: var(--forest);
}

.immersion-section {
  background: var(--ink);
}
.immersion-section .eyebrow { color: #7ddce1; }
.immersion-options article { border-color: rgba(84,197,206,.28); }

.standards-section {
  background: linear-gradient(135deg, var(--aqua-soft), white 54%, var(--lime-soft));
}
.standard-card.featured { background: var(--forest); }
.standard-card.featured > span { color: #b5e86a; }

.contact-section { background: white; }
.contact-card {
  background: #fbfdfd;
  border-color: rgba(84,197,206,.18);
}
.contact-icon {
  background: linear-gradient(145deg, var(--aqua-soft), var(--lime-soft));
  color: var(--forest);
}

.final-cta {
  background: var(--terracotta);
  color: var(--ink);
}
.final-cta::after { border-color: rgba(84,197,206,.42); }

.site-footer { background: var(--ink); }
.footer-grid h3 { color: #7ddce1; }
.footer-grid a:hover { color: #b5e86a; }
.footer-legal { max-width: 760px; text-align: right; }
.footer-legal p { margin: 0; }
.footer-legal p + p { margin-top: 5px; opacity: .62; }

.floating-whatsapp {
  background: var(--forest);
  box-shadow: 0 16px 38px rgba(16,74,78,.34);
}
.floating-whatsapp-icon { color: var(--forest); }

.progress-step.is-active,
.progress-step.is-complete { border-color: var(--terracotta); color: var(--forest); }
.progress-step.is-active span,
.progress-step.is-complete span { background: var(--terracotta); color: var(--ink); }
.choice-card input:checked + span { background: var(--lime-soft); border-color: var(--terracotta); }
.whatsapp-submit { background: var(--forest); }

@media (max-width: 680px) {
  .hero::before { width: 360px; height: 105px; right: -150px; top: 90px; border-width: 24px; }
  .hero::after { width: 460px; height: 130px; left: -210px; bottom: -95px; border-width: 28px; }
  .footer-legal { text-align: left; }
  .host-principle { font-size: 1.42rem; }
}
