.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 0.85rem; }
.button {
  align-items: center; border: 1px solid transparent; border-radius: var(--radius-button); display: inline-flex; font-size: 0.9rem; font-weight: 700; gap: 0.65rem; justify-content: center; line-height: 1.2; min-height: 48px; padding: 0.88rem 1.16rem; text-align: center; text-decoration: none; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { color: inherit; transform: translateY(-2px); }
.button--primary { background: var(--blue); color: var(--paper); }
.button--primary:hover { background: var(--blue-deep); color: var(--paper); }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover { background: var(--soft-ink); color: var(--paper); }
.button--outline { border-color: var(--blue); color: var(--blue); }
.button--outline:hover { background: var(--blue); color: var(--paper); }
.button--light,
.button--light:link,
.button--light:visited { background: var(--paper); border-color: rgba(10, 10, 10, 0.18); color: var(--ink); }
.button--light:hover,
.button--light:focus-visible,
.button--light:active { background: #ece9e2; border-color: rgba(10, 10, 10, 0.26); color: var(--ink); }
.button--light:active { transform: translateY(0); }
.button--light:disabled,
.button--light[aria-disabled="true"] { background: #e2dfd8; border-color: #c5c1b9; color: #555; cursor: not-allowed; opacity: 1; transform: none; }
.button--quiet { border-color: var(--line); color: var(--ink); }
.button--small { min-height: 42px; padding: 0.68rem 0.9rem; }

.site-header { height: var(--header-height); left: 0; position: relative; right: 0; top: 0; z-index: 30; }
.site-header--home { background: transparent; position: absolute; }
.site-header.is-scrolled { background: rgba(247, 244, 238, 0.96); border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px rgba(10, 10, 10, 0.035); position: fixed; }
.nav-shell { align-items: center; display: flex; height: 100%; justify-content: space-between; margin-inline: auto; width: var(--container); }
.brand-link { display: block; flex: 0 0 168px; height: 56px; min-height: 56px; overflow: hidden; position: relative; width: 168px; }
.brand-mark { height: auto; left: 50%; max-width: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 160px; }
.desktop-nav { align-items: center; display: flex; gap: clamp(0.8rem, 1.7vw, 1.65rem); margin-left: auto; }
.desktop-nav a { font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:not(.button) { border-bottom: 1px solid transparent; padding: 0.55rem 0; }
.desktop-nav a:not(.button):hover, .desktop-nav a[aria-current="page"] { border-color: currentColor; }
.nav-toggle { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; display: none; height: 46px; justify-content: center; width: 46px; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { background: var(--ink); content: ""; display: block; height: 1.5px; position: absolute; width: 18px; }
.nav-toggle::before { transform: translateY(-6px); }
.nav-toggle::after { transform: translateY(6px); }
.nav-toggle span { position: relative; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }
.mobile-menu { background: var(--ivory); display: none; inset: 0; overflow-y: auto; padding: 1.5rem 1.25rem calc(7rem + env(safe-area-inset-bottom)); position: fixed; z-index: 25; }
.mobile-menu.is-open, .mobile-menu[aria-hidden="false"] { display: flex; flex-direction: column; }
.mobile-menu nav { display: grid; gap: 0.45rem; margin: auto 0; }
.mobile-menu nav a { border-bottom: 1px solid var(--line); font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 600; line-height: 1.1; padding: 0.85rem 0; text-decoration: none; }
.mobile-menu .button { margin-top: 1.8rem; }

.breadcrumbs { color: var(--muted); font-size: 0.82rem; margin-bottom: 1.2rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.42rem; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { color: var(--muted); content: "/"; margin-right: 0.42rem; }
.breadcrumbs a { color: inherit; }

.section-heading { display: grid; gap: 1rem; margin-bottom: clamp(2rem, 4vw, 3.8rem); max-width: 770px; }
.section-heading--split { align-items: end; grid-template-columns: 1fr auto; max-width: none; }
.section-heading h2 { margin-bottom: 0; }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; }
.card-media { aspect-ratio: 1.28 / 1; background: #dcdcd7; overflow: hidden; }
.card-media img { height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.card:hover .card-media img { transform: scale(1.045); }
.card-content { padding: clamp(1.15rem, 2vw, 1.7rem); }
.card-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 0.78rem; font-weight: 700; gap: 0.5rem 0.9rem; letter-spacing: 0.02em; text-transform: uppercase; }
.card-title { margin: 0.85rem 0 0.6rem; }
.card-title a { text-decoration: none; }
.card-copy { color: #4b4b4b; margin-bottom: 1.15rem; }
.card-inclusions { color: var(--muted); display: grid; font-size: 0.78rem; gap: 0.34rem; list-style: none; margin: 0 0 1.15rem; padding: 0; }
.card-inclusions li { align-items: flex-start; display: flex; gap: 0.45rem; }
.card-inclusions li::before { color: var(--blue); content: "✓"; font-weight: 800; }
.card-footer { align-items: center; display: flex; gap: 0.75rem; justify-content: space-between; }
.card-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 0.65rem 1rem; justify-content: flex-end; }
.price { color: var(--ink); font-size: 1.15rem; font-weight: 700; }
.price small { color: var(--muted); display: block; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; }
.text-link { color: var(--blue); font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.text-link::after { content: " \2192"; display: inline-block; transition: transform 180ms ease; }
.text-link:hover::after { transform: translateX(3px); }

.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); padding: clamp(1.25rem, 3vw, 2.3rem); }
.form-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: grid; gap: 0.42rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: 0.78rem; font-weight: 700; }
.form-field input:not([type="checkbox"]):not([type="radio"]), .form-field select, .form-field textarea { background: var(--paper); border: 1px solid #bfbfba; border-radius: 10px; color: var(--ink); font-size: 1rem; min-height: 54px; padding: 0.7rem 0.85rem; width: 100%; }
.form-field textarea { min-height: 128px; resize: vertical; }
.form-field input:not([type="checkbox"]):not([type="radio"]):focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(49, 95, 116, 0.18); }
.form-field.has-error input:not([type="checkbox"]):not([type="radio"]), .form-field.has-error select, .form-field.has-error textarea { border-color: #a53535; }
.form-field--choices { gap: 0.3rem; }
.consent-row { align-items: start; cursor: pointer; display: grid; gap: 0.7rem; grid-template-columns: 20px minmax(0, 1fr); min-height: 44px; padding: 0.42rem 0; }
.consent-row + .consent-row { margin-top: 0.08rem; }
.consent-row input[type="checkbox"],
.consent-row input[type="radio"] { accent-color: var(--blue); block-size: 20px; flex: none; inline-size: 20px; margin: 0.12rem 0 0; max-block-size: 20px; max-inline-size: 20px; min-block-size: 20px; min-inline-size: 20px; min-height: 20px; padding: 0; width: 20px; }
.consent-row input[type="checkbox"]:focus-visible,
.consent-row input[type="radio"]:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.form-field--choices.has-error .consent-row--required input { box-shadow: 0 0 0 2px #a53535; }
.consent-row__copy { font-size: 0.82rem; font-weight: 600; line-height: 1.48; min-width: 0; }
.consent-row__copy a { color: var(--blue-deep); font-weight: 700; }
.field-error, .form__client-error { color: #8f2626; display: block; font-size: 0.8rem; font-weight: 600; margin: 0; }
.form-error-summary { background: #fff1ef; border-left: 3px solid #a53535; margin-bottom: 1.15rem; padding: 0.75rem 0.9rem; }
.form-note { color: var(--muted); font-size: 0.78rem; margin: 0.85rem 0 0; }
.hp-field { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.hp-field input { border: 0; height: 1px; min-height: 1px; padding: 0; width: 1px; }

.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { align-items: center; background: transparent; border: 0; color: var(--ink); display: flex; font-weight: 700; gap: 1rem; justify-content: space-between; min-height: 64px; padding: 1rem 0.9rem 1rem 0; text-align: left; width: 100%; }
.accordion-trigger > span:first-child { min-width: 0; }
.accordion-trigger .plus { color: var(--blue); font-size: 1.5rem; font-weight: 400; }
.accordion-trigger .plus { flex: 0 0 auto; }
.accordion-trigger[aria-expanded="true"] .plus { transform: rotate(45deg); }
.accordion-panel { padding: 0 2.5rem 1.4rem 0; }
.accordion-panel[hidden] { display: none; }

.cta-band { align-items: center; background: var(--ink); border-radius: var(--radius-media); color: var(--ivory); display: grid; gap: 1.5rem; grid-template-columns: 1.4fr auto; overflow: hidden; padding: clamp(1.6rem, 4vw, 3.7rem); }
.cta-band h2 { color: var(--paper); font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 0.65rem; }
.cta-band p { color: rgba(255,255,255,0.72); margin-bottom: 0; max-width: 54ch; }
.notice { background: #eff4f5; border-left: 3px solid var(--blue); padding: 1rem; }
.empty-state { border: 1px dashed #b9b9b3; border-radius: var(--radius-card); padding: 2rem; text-align: center; }

.site-footer { background: var(--soft-ink); color: rgba(255,255,255,0.78); padding: clamp(3rem, 6vw, 6rem) 0 calc(2rem + env(safe-area-inset-bottom)); }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.35fr repeat(4, 1fr); }
.footer-logo-block { background: var(--ivory); border-radius: 14px; height: 64px; margin-bottom: 1.2rem; overflow: hidden; position: relative; width: 185px; }
.footer-logo-block img { height: auto; left: 50%; max-width: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 158px; }
.footer-heading { color: var(--paper); font-size: 0.76rem; letter-spacing: 0.1em; margin-bottom: 0.8rem; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.6rem; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: inherit; font-size: 0.86rem; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.16); display: flex; flex-wrap: wrap; font-size: 0.78rem; gap: 0.75rem 1.2rem; justify-content: space-between; margin-top: 3rem; padding-top: 1.2rem; }

.mobile-conversion-bar { background: rgba(255,255,255,0.98); border-top: 1px solid var(--line); bottom: 0; display: none; grid-template-columns: repeat(3, 1fr); left: 0; padding: 0.45rem max(0.65rem, env(safe-area-inset-left)) calc(0.45rem + env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-right)); position: fixed; right: 0; z-index: 35; }
.mobile-conversion-bar a { align-items: center; border-radius: 9px; display: flex; font-size: 0.7rem; font-weight: 800; justify-content: center; min-height: 46px; text-align: center; text-decoration: none; }
.mobile-conversion-bar a:last-child { background: var(--blue); color: var(--paper); }

/* Moderated traveller reviews */
.review-section { background: var(--paper); }
.review-section__heading { align-items: end; display: flex; gap: 1.5rem; justify-content: space-between; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.review-section__heading h2 { margin: 0.4rem 0 0; max-width: 760px; }
.review-add-button { align-items: center; background: transparent; border: 1px solid var(--blue); border-radius: 999px; color: var(--blue-deep); display: inline-flex; flex: 0 0 auto; font-weight: 800; gap: 0.55rem; min-height: 48px; padding: 0.7rem 1rem; }
.review-add-button span { font-size: 1.65rem; font-weight: 400; line-height: 0.8; }
.review-add-button:hover { background: var(--blue); color: var(--paper); }
.review-slider { background: var(--ink); border-radius: var(--radius-media); color: var(--paper); overflow: hidden; padding: clamp(1.6rem, 5vw, 4.5rem); }
.review-slider__viewport { align-items: center; display: grid; min-height: clamp(240px, 30vw, 390px); }
.review-slide { animation: review-reveal 420ms ease both; max-width: 920px; }
.review-slide blockquote { color: var(--paper); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2rem, 5vw, 4.6rem); letter-spacing: -0.035em; line-height: 1.02; margin: 0; }
.review-slide__name { color: rgba(255, 255, 255, 0.72); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.1em; margin: 1.8rem 0 0; text-transform: uppercase; }
.review-slider__empty { max-width: 580px; }
.review-slider__empty p:first-child { color: var(--paper); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; }
.review-slider__empty p:last-child { color: rgba(255, 255, 255, 0.7); }
.review-slider__controls { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.18); display: flex; gap: 0.85rem; justify-content: flex-end; margin-top: 1.5rem; padding-top: 1rem; }
.review-slider__controls p { color: rgba(255, 255, 255, 0.65); font-size: 0.76rem; font-weight: 700; margin: 0; min-width: 3.4rem; text-align: center; }
.review-slider__controls button { align-items: center; background: transparent; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 50%; color: var(--paper); display: inline-flex; height: 42px; justify-content: center; width: 42px; }
.review-slider__controls button:hover { background: var(--paper); color: var(--ink); }
@keyframes review-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.review-modal { background: transparent; border: 0; height: auto; margin: auto; max-height: min(90vh, 860px); max-width: min(760px, calc(100vw - 2rem)); overflow: visible; padding: 0; width: 100%; }
.review-modal::backdrop { background: rgba(10, 10, 10, 0.64); backdrop-filter: blur(5px); }
.review-modal__panel { background: var(--paper); border-radius: var(--radius-card); max-height: min(90vh, 860px); overflow: auto; padding: clamp(1.2rem, 3vw, 2rem); }
.review-modal__header { align-items: start; display: flex; gap: 1rem; justify-content: space-between; }
.review-modal__header h2 { font-size: clamp(2.1rem, 5vw, 3.8rem); margin: 0.3rem 0 0; }
.review-modal__close { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); display: flex; flex: 0 0 auto; font-size: 1.65rem; height: 44px; justify-content: center; line-height: 1; width: 44px; }
.review-modal__intro { margin: 0.8rem 0 1.3rem; }
.review-modal .form-card { border: 0; box-shadow: none; padding: 0; }
.review-modal-open { overflow: hidden; }
.review-private-label { color: var(--muted); font-size: 0.65rem; letter-spacing: 0.08em; margin-left: 0.35rem; text-transform: uppercase; }
.review-form__actions { align-items: center; display: flex; gap: 1rem; margin-top: 1.25rem; }
.review-form__actions .form-note { margin: 0; }
.review-form__status { border-radius: 10px; font-size: 0.9rem; font-weight: 700; margin: 1rem 0 0; padding: 0.9rem 1rem; }
.review-form__status.is-success { background: #e8f3ec; color: #1d5e36; }
.review-form__status.is-error { background: #fff1ef; color: #8f2626; }
.review-page-hero__inner { max-width: 850px; }
.review-page-hero__inner h1 { max-width: 720px; }
.review-page__grid { align-items: start; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); }
.review-page__aside { position: sticky; top: calc(var(--header-height) + 2rem); }
.review-page__aside h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.review-steps { border-top: 1px solid var(--line); display: grid; list-style: none; margin: 2rem 0 0; padding: 0; }
.review-steps li { align-items: center; border-bottom: 1px solid var(--line); display: grid; font-weight: 700; gap: 0.9rem; grid-template-columns: 2rem 1fr; padding: 1rem 0; }
.review-steps span { color: var(--blue); font-size: 0.72rem; }

@media (max-width: 767px) {
  .review-section__heading { align-items: start; flex-direction: column; }
  .review-add-button { width: 100%; justify-content: center; }
  .review-slider__viewport { min-height: 260px; }
  .review-slide blockquote { font-size: clamp(2rem, 9vw, 3.15rem); }
  .review-modal { max-height: 100svh; max-width: 100vw; width: 100vw; }
  .review-modal__panel { border-radius: 18px 18px 0 0; max-height: calc(100svh - 1rem); padding: 1.2rem; }
  .review-modal[open] { margin-bottom: 0; }
  .review-modal .form-grid { grid-template-columns: 1fr; }
  .review-form__actions { align-items: stretch; flex-direction: column; }
  .review-page__grid { grid-template-columns: 1fr; }
  .review-page__aside { position: static; }
}

@media (prefers-reduced-motion: reduce) { .review-slide { animation: none; } }