/*
Theme Name: TheHoliday Crafters
Theme URI: https://theholidaycrafters.com/
Author: TheHoliday Crafters Limited
Author URI: https://theholidaycrafters.com/
Description: Inquiry-first hotel discovery theme for TheHoliday Crafters Limited. No online payments; every conversion routes to a travel specialist.
Version: 2.3.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: theholiday-crafters
*/

:root {
  --navy: #102a43;
  --navy-deep: #081d2e;
  --blue: #1d7fa5;
  --blue-dark: #14637f;
  --aqua: #dff4f4;
  --coral: #ff7058;
  --coral-dark: #e85843;
  --sand: #f8f7f3;
  --paper: #ffffff;
  --ink: #142536;
  --muted: #617386;
  --line: #e6ebef;
  --shadow: 0 18px 60px rgba(16, 42, 67, .11);
  --radius: 20px;
  --max: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(230,235,239,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; color: var(--navy); letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: var(--coral); font-size: 20px; box-shadow: 0 7px 18px rgba(255,112,88,.25); }
.brand small { display: block; color: var(--muted); font-family: var(--font); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #466075; font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus { color: var(--coral-dark); }
.header-cta, .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 19px; border: 0; border-radius: 12px; color: #fff; background: var(--coral); font-weight: 800; box-shadow: 0 10px 24px rgba(255,112,88,.2); transition: .2s ease; }
.header-cta:hover, .btn-primary:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn-secondary, .btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; font-weight: 800; }
.btn-secondary:hover, .btn-ghost:hover { border-color: #b6d9df; background: var(--aqua); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); }

.hero { position: relative; overflow: hidden; min-height: 640px; padding: 118px 0 116px; color: #fff; background: linear-gradient(90deg, rgba(8,29,46,.88) 0%, rgba(8,29,46,.66) 44%, rgba(8,29,46,.16) 100%), url('assets/images/hotel-exterior.jpg') center/cover; }
.hero::after { content: ""; position: absolute; inset: auto -8% -130px -8%; height: 220px; background: var(--paper); border-radius: 50% 50% 0 0 / 80% 80% 0 0; }
.hero-content { position: relative; z-index: 1; max-width: 680px; }
.eyebrow { color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #aee7e5; }
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-family: var(--display); letter-spacing: -.045em; line-height: 1.1; }
.hero h1 { max-width: 680px; margin-top: 18px; color: #fff; font-size: clamp(42px, 6vw, 72px); }
.hero-copy { max-width: 570px; margin: 22px 0 34px; color: rgba(255,255,255,.84); font-size: 18px; }
.search-panel { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr auto; align-items: end; gap: 8px; max-width: 1120px; margin-top: 38px; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 18px 55px rgba(0,0,0,.2); }
.search-field { min-width: 0; padding: 3px 12px 6px; border-right: 1px solid var(--line); }
.search-field label, .field label { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.search-field input, .search-field select { width: 100%; border: 0; outline: 0; color: var(--navy); background: transparent; font-weight: 720; }
.search-field input::placeholder { color: var(--navy); opacity: 1; }
.search-submit { min-height: 54px; padding-inline: 21px; border: 0; border-radius: 12px; color: #fff; background: var(--coral); font-weight: 850; }
.search-submit:hover { background: var(--coral-dark); }

.trust-strip { position: relative; z-index: 2; margin-top: -24px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 22px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-item { display: flex; align-items: center; gap: 13px; padding: 0 26px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; color: var(--blue-dark); background: var(--aqua); font-size: 18px; }
.trust-item strong { display: block; color: var(--navy); font-size: 13px; }
.trust-item span { display: block; color: var(--muted); font-size: 12px; }

.section { padding: 92px 0; }
.section-soft { background: var(--sand); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin-top: 10px; font-size: clamp(30px, 4vw, 44px); }
.section-heading p { max-width: 520px; margin: 0; color: var(--muted); }
.kicker-link { color: var(--coral-dark); font-size: 14px; font-weight: 850; }

.destination-grid, .hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.destination-card { position: relative; overflow: hidden; min-height: 360px; border-radius: var(--radius); background: var(--navy); }
.destination-card-featured { grid-column: span 2; min-height: 430px; }
.destination-card-featured img { min-height: 430px; }
.destination-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; opacity: .83; transition: transform .4s ease; }
.destination-card:hover img { transform: scale(1.04); }
.destination-overlay { position: absolute; inset: auto 0 0; padding: 26px; color: #fff; background: linear-gradient(transparent, rgba(8,29,46,.87)); }
.destination-overlay h3 { color: #fff; font-size: 28px; }
.destination-overlay p { margin: 6px 0 0; color: rgba(255,255,255,.76); font-size: 13px; }
.destination-badge { position: absolute; top: 18px; left: 18px; padding: 7px 10px; border-radius: 999px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 800; }

.hotel-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(16,42,67,.04); transition: .2s ease; }
.hotel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hotel-card-media { position: relative; height: 220px; background: var(--aqua); }
.hotel-card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-heart { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--navy); background: #fff; font-size: 17px; }
.card-heart.is-saved { color: #fff; background: var(--coral); }
.hotel-card-body { padding: 20px; }
.hotel-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.rating { display: inline-flex; align-items: center; gap: 5px; color: var(--navy); font-weight: 850; }
.rating span { display: inline-grid; place-items: center; width: 27px; height: 24px; border-radius: 7px; color: #fff; background: var(--blue); font-size: 11px; }
.hotel-card h3 { margin: 9px 0 7px; font-size: 22px; }
.hotel-card p { margin: 0 0 17px; color: var(--muted); font-size: 13px; }
.hotel-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.from-price { color: var(--navy); font-size: 17px; font-weight: 850; }
.from-price small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }
.card-link { color: var(--coral-dark); font-size: 13px; font-weight: 850; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.process-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 13px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 850; }
.process-card h3 { margin-bottom: 10px; font-size: 21px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-band { padding: 38px; border-radius: var(--radius); color: #fff; background: var(--navy); background-image: radial-gradient(circle at 90% 20%, rgba(125,213,209,.18), transparent 32%), radial-gradient(circle at 15% 80%, rgba(255,112,88,.18), transparent 28%); }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.cta-band p { max-width: 560px; margin: 12px 0 22px; color: rgba(255,255,255,.75); }

.archive-hero { padding: 58px 0 48px; color: #fff; background: var(--navy); }
.archive-hero h1 { margin-top: 9px; color: #fff; font-size: clamp(36px, 5vw, 58px); }
.archive-hero p { max-width: 600px; margin: 16px 0 0; color: rgba(255,255,255,.74); }
.archive-layout { display: grid; grid-template-columns: 250px 1fr; gap: 32px; align-items: start; }
.filters-panel { position: sticky; top: 100px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.filters-panel h3 { margin-bottom: 19px; font-size: 17px; }
.filter-group { padding: 17px 0; border-top: 1px solid var(--line); }
.filter-group:first-of-type { padding-top: 0; border-top: 0; }
.filter-group label { display: flex; align-items: center; gap: 8px; margin: 8px 0; color: var(--muted); font-size: 13px; }
.filter-group input[type=checkbox] { accent-color: var(--coral); }
.filter-group input[type=range] { width: 100%; accent-color: var(--coral); }
.filter-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: var(--navy); font-size: 12px; font-weight: 850; }
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.archive-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.archive-toolbar select { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: #fff; }
.destination-page-layout { display: grid; grid-template-columns: 1fr 320px; gap: 52px; align-items: start; }
.destination-intro { max-width: 820px; }
.destination-sidecard { position: sticky; top: 100px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.destination-sidecard h3 { margin: 8px 0 10px; font-size: 25px; }
.destination-sidecard p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.destination-sidecard .btn-primary { width: 100%; }
.destination-empty { grid-column: 1 / -1; padding: 34px; border: 1px dashed #b6d9df; border-radius: var(--radius); background: #fff; }
.destination-empty h3 { margin-bottom: 8px; font-size: 24px; }
.destination-empty p { max-width: 640px; margin: 0 0 18px; color: var(--muted); }

.single-hero { padding: 44px 0 30px; background: var(--sand); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--blue-dark); font-weight: 700; }
.single-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.single-title-row h1 { margin-top: 8px; font-size: clamp(34px, 5vw, 57px); }
.single-location { color: var(--muted); font-size: 15px; }
.single-actions { display: flex; gap: 10px; }
.single-gallery { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 210px 210px; gap: 10px; margin-top: 28px; }
.single-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.single-gallery img:first-child { grid-row: span 2; }
.single-gallery .gallery-item { position: relative; display: block; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: var(--aqua); cursor: zoom-in; }
.single-gallery .gallery-item:first-child { grid-row: span 2; }
.single-gallery .gallery-item img { transition: transform .35s ease, filter .25s ease; }
.single-gallery .gallery-item:hover img, .single-gallery .gallery-item:focus-visible img { transform: scale(1.035); filter: brightness(.88); }
.single-gallery .gallery-item::after { content: "View photo ↗"; position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.92); font-size: 11px; font-weight: 850; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.single-gallery .gallery-item:hover::after, .single-gallery .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-lightbox { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(8,29,46,.9); }
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox img { width: min(100%, 1100px); max-height: 82vh; object-fit: contain; border-radius: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.gallery-lightbox-close { position: absolute; top: 18px; right: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy); background: #fff; font-size: 24px; }
.gallery-lightbox-caption { position: absolute; right: 28px; bottom: 22px; left: 28px; color: rgba(255,255,255,.82); font-size: 13px; text-align: center; }
.single-body { display: grid; grid-template-columns: 1fr 340px; gap: 60px; padding-top: 48px; }
.listing-content h2 { margin: 31px 0 13px; font-size: 28px; }
.listing-content h2:first-child { margin-top: 0; }
.listing-content p { color: #4d6375; }
.detail-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 21px 0; }
.detail-chip { padding: 8px 11px; border-radius: 9px; color: var(--blue-dark); background: var(--aqua); font-size: 12px; font-weight: 800; }
.inquiry-card { position: sticky; top: 100px; align-self: start; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.inquiry-card h3 { margin-bottom: 8px; font-size: 25px; }
.inquiry-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.inquiry-card .btn-primary { width: 100%; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 11px; text-align: center; }
.response-badge { display: flex; align-items: center; gap: 9px; margin: 19px 0; padding: 11px; border-radius: 10px; color: var(--blue-dark); background: var(--aqua); font-size: 12px; font-weight: 750; }
.response-dot { width: 8px; height: 8px; border-radius: 50%; background: #35bc88; box-shadow: 0 0 0 4px rgba(53,188,136,.14); }
.field { margin-bottom: 15px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--navy); background: #fff; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,127,165,.1); }

.faq-list { border-top: 1px solid var(--line); }
details { padding: 20px 0; border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; color: var(--navy); font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--coral-dark); font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 720px; margin: 11px 0 0; color: var(--muted); }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(8,29,46,.62); }
.modal-backdrop.is-open { display: flex; }
.inquiry-modal { position: relative; width: min(100%, 540px); max-height: 90vh; overflow: auto; padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.modal-close { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--navy); background: var(--sand); font-size: 20px; }
.cf7-shell:empty { display: none; }

/* User-supplied Contact Form 7 booking form styling. This block is presentation-only. */
.cf7-shell .booking-form-wrapper { max-width: 650px; margin: 0 auto; padding: 8px 0 0; color: var(--navy); }
.cf7-shell .booking-form-wrapper .form-progress { margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cf7-shell .thc-custom-enquiry-form .form-section-heading { margin: 0 0 24px; }
.cf7-shell .thc-custom-enquiry-form .form-section-heading .eyebrow { display: block; margin-bottom: 8px; }
.cf7-shell .thc-custom-enquiry-form .form-section-heading h3 { margin: 0 0 8px; color: var(--navy); font-size: clamp(22px, 4vw, 29px); line-height: 1.08; }
.cf7-shell .thc-custom-enquiry-form .form-section-heading p { max-width: 44ch; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cf7-shell .thc-custom-enquiry-form .field-optional { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.cf7-shell .thc-custom-enquiry-form .form-group-full { margin-bottom: 18px; }
.cf7-shell .thc-custom-enquiry-form .form-actions { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.cf7-shell .thc-custom-enquiry-form .form-actions .btn-primary, .cf7-shell .thc-custom-enquiry-form .form-actions .btn-secondary { margin: 0; }
.cf7-shell .thc-custom-enquiry-form .form-actions-next .btn-primary { width: 100%; }
.cf7-shell .thc-custom-enquiry-form .form-actions-submit .btn-secondary { flex: 0 0 auto; min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; font-weight: 800; cursor: pointer; }
.cf7-shell .thc-custom-enquiry-form .form-actions-submit .btn-secondary:hover { border-color: var(--blue); color: var(--blue-dark); background: var(--aqua); }
.cf7-shell .thc-custom-enquiry-form .form-actions-submit .wpcf7-submit { flex: 1; }
.cf7-shell .thc-custom-enquiry-form .form-consent { margin-top: 22px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cf7-shell .thc-custom-enquiry-form .form-consent .wpcf7-list-item { margin: 0; }
.cf7-shell .thc-custom-enquiry-form .form-consent input[type="checkbox"] { width: auto; min-height: auto; margin-right: 6px; accent-color: var(--coral); }
.cf7-shell .booking-form-wrapper .form-row-2col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
.cf7-shell .booking-form-wrapper .form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 0; }
.cf7-shell .booking-form-wrapper .form-group label { color: var(--navy); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.cf7-shell .booking-form-wrapper input:not([type="submit"]), .cf7-shell .booking-form-wrapper select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--navy); background: #fff; font: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.cf7-shell .booking-form-wrapper input::placeholder { color: #9aa8b3; }
.cf7-shell .booking-form-wrapper input:not([type="submit"]):focus, .cf7-shell .booking-form-wrapper select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,127,165,.12); }
.cf7-shell .booking-form-wrapper .walcf7-datepicker { padding-right: 42px; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%236b7a86" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Crect x="3" y="4" width="18" height="18" rx="2"%3E%3C/rect%3E%3Cline x1="16" y1="2" x2="16" y2="6"%3E%3C/line%3E%3Cline x1="8" y1="2" x2="8" y2="6"%3E%3C/line%3E%3Cline x1="3" y1="10" x2="21" y2="10"%3E%3C/line%3E%3C/svg%3E'); background-repeat: no-repeat; background-position: right 13px center; }
.cf7-shell .booking-form-wrapper #child-age-container { margin: 0 0 16px; padding: 14px; border: 1px solid rgba(29,127,165,.14); border-radius: 13px; background: var(--aqua); }
.cf7-shell .booking-form-wrapper #child-age-container:empty { display: none; }
.cf7-shell .booking-form-wrapper .btn-primary { width: 100%; min-height: 48px; border: 0; border-radius: 12px; color: #fff; background: var(--coral); box-shadow: 0 10px 22px rgba(255,112,88,.18); font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cf7-shell .booking-form-wrapper .btn-primary:hover { background: var(--coral-dark); box-shadow: 0 13px 26px rgba(255,112,88,.24); transform: translateY(-1px); }
.cf7-shell .booking-form-wrapper .btn-primary:focus-visible { outline: 3px solid rgba(29,127,165,.28); outline-offset: 3px; }
.cf7-shell .booking-form-wrapper .form-submit-row { margin-top: 5px; }
.cf7-shell .booking-form-wrapper .wpcf7-not-valid-tip { margin-top: 5px; color: var(--coral-dark); font-size: 11px; }
.cf7-shell .booking-form-wrapper .wpcf7-response-output { margin: 15px 0 0 !important; padding: 11px 13px !important; border: 1px solid var(--line) !important; border-radius: 11px; color: var(--muted); font-size: 12px; }
@media (max-width: 600px) {
  .cf7-shell .booking-form-wrapper .form-row-2col { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .cf7-shell .booking-form-wrapper { padding-top: 4px; }
  .cf7-shell .thc-custom-enquiry-form .form-actions-submit { align-items: stretch; flex-direction: column-reverse; }
  .cf7-shell .thc-custom-enquiry-form .form-actions-submit .btn-secondary, .cf7-shell .thc-custom-enquiry-form .form-actions-submit .wpcf7-submit { width: 100%; }
}
.cf7-shell .cf7-inquiry-form p { margin: 0 0 14px; }
.cf7-shell .cf7-inquiry-form label { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cf7-shell .cf7-inquiry-form .wpcf7-form-control:not(.wpcf7-submit) { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--navy); background: #fff; }
.cf7-shell .cf7-inquiry-form .wpcf7-form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,127,165,.1); }
.cf7-shell .cf7-inquiry-form .wpcf7-acceptance { display: block; margin: 14px 0; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.cf7-shell .cf7-inquiry-form .wpcf7-acceptance input { accent-color: var(--coral); }
.cf7-shell .cf7-inquiry-form .wpcf7-submit { width: 100%; min-height: 46px; padding: 0 18px; border: 0; border-radius: 12px; color: #fff; background: var(--coral); font-weight: 850; box-shadow: 0 10px 24px rgba(255,112,88,.2); }
.cf7-shell .cf7-inquiry-form .wpcf7-submit:hover { background: var(--coral-dark); }
.cf7-shell .wpcf7-not-valid-tip { display: block; margin-top: 4px; color: var(--coral-dark); font-size: 11px; }
.cf7-shell .wpcf7-response-output { margin: 12px 0 0 !important; padding: 10px !important; border: 1px solid var(--line) !important; border-radius: 10px; color: var(--muted); font-size: 12px; }


.site-footer { padding: 54px 0 30px; color: rgba(255,255,255,.7); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 38px; padding-bottom: 45px; }
.site-footer .brand { color: #fff; }
.site-footer .brand small { color: rgba(255,255,255,.52); }
.footer-intro { max-width: 290px; margin: 15px 0 0; font-size: 13px; }
.site-footer h4 { margin-bottom: 13px; color: #fff; font-size: 14px; }
.site-footer a { display: block; margin: 8px 0; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.whatsapp-button { display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; width: fit-content; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff !important; background: #20b15a; box-shadow: 0 8px 18px rgba(11,91,45,.22); font-size: 12px !important; font-weight: 850; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-button::before { width: 8px; height: 8px; border-radius: 50%; background: #fff; content: ''; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { color: #fff !important; background: #168d45; box-shadow: 0 10px 24px rgba(11,91,45,.3); transform: translateY(-1px); }
.mobile-action-bar .whatsapp-button { width: auto; min-height: 44px; border: 0; border-radius: 10px; background: #20b15a; color: #fff !important; }
.mobile-action-bar .whatsapp-button:hover, .mobile-action-bar .whatsapp-button:focus-visible { background: #168d45; }
.mobile-action-bar .mobile-call { display: inline-flex !important; align-items: center; justify-content: center; gap: 6px; min-height: 48px; color: #fff !important; background: var(--blue) !important; box-shadow: 0 8px 18px rgba(29,127,165,.24); }
.mobile-action-bar .mobile-call span:first-child { font-size: 15px; line-height: 1; }
.mobile-action-bar .mobile-call:hover, .mobile-action-bar .mobile-call:focus-visible { color: #fff !important; background: var(--blue-dark) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: none; gap: 9px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,42,67,.1); background: rgba(255,255,255,.97); box-shadow: 0 -10px 34px rgba(16,42,67,.15); backdrop-filter: blur(10px); }
.mobile-action-bar a, .mobile-action-bar button { flex: 1; min-height: 48px; border: 0; border-radius: 12px; font-size: 13px; font-weight: 850; letter-spacing: .01em; text-align: center; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.mobile-action-bar a:active, .mobile-action-bar button:active { transform: translateY(1px); }
.mobile-action-bar .mobile-inquire { flex: 1.15; color: #fff; background: var(--coral); box-shadow: 0 8px 18px rgba(255,112,88,.24); }
.mobile-action-bar .mobile-inquire:hover, .mobile-action-bar .mobile-inquire:focus-visible { background: var(--coral-dark); }
.mobile-action-bar .mobile-chat { color: #fff; background: #20b15a; box-shadow: 0 8px 18px rgba(32,177,90,.24); }
.mobile-action-bar .mobile-chat::before { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); content: '↗'; font-size: 13px; font-weight: 900; }
.mobile-action-bar .mobile-chat:hover, .mobile-action-bar .mobile-chat:focus-visible { background: #168d45; }
.mobile-floating-whatsapp { position: fixed; right: 16px; bottom: 78px; z-index: 52; display: none; align-items: center; justify-content: center; width: 56px; height: 56px; border: 3px solid #fff; border-radius: 50%; color: #fff !important; background: #20b15a; box-shadow: 0 10px 24px rgba(11,91,45,.3); font-size: 15px; font-weight: 850; line-height: 1; }
.mobile-floating-whatsapp:hover, .mobile-floating-whatsapp:focus-visible { color: #fff !important; background: #168d45; transform: translateY(-2px); }

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .search-panel { grid-template-columns: repeat(2, 1fr); }
  .search-field:nth-child(2), .search-field:nth-child(4) { border-right: 0; }
  .search-submit { grid-column: span 2; }
  .single-body { grid-template-columns: 1fr 310px; gap: 30px; }
}
@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { position: relative; }
  .header-inner { min-height: 67px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; top: 67px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .header-cta { display: none; }
  .hero { min-height: 690px; padding: 78px 0 112px; }
  .hero h1 { font-size: 45px; }
  .hero-copy { font-size: 16px; }
  .search-panel { grid-template-columns: 1fr; gap: 0; margin-top: 24px; padding: 7px; }
  .search-field { padding: 10px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-field:last-of-type { border-bottom: 0; }
  .search-submit { grid-column: auto; margin-top: 6px; }
  .trust-grid { grid-template-columns: 1fr; gap: 15px; padding: 18px; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { padding: 0 0 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { padding-bottom: 0; border-bottom: 0; }
  .section { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 13px; }
  .section-heading .kicker-link { display: inline-block; margin-top: 14px; }
  .destination-grid, .hotel-grid, .process-grid { grid-template-columns: 1fr; }
  .destination-card, .destination-card img { min-height: 300px; }
  .destination-card-featured { grid-column: auto; min-height: 340px; }
  .destination-card-featured img { min-height: 340px; }
  .cta-band { padding: 28px 22px; }
  .archive-layout { grid-template-columns: 1fr; }
  .destination-page-layout { grid-template-columns: 1fr; gap: 28px; }
  .destination-sidecard { position: static; }
  .filters-panel { position: static; }
  .archive-toolbar { align-items: flex-start; }
  .single-title-row { display: block; }
  .single-actions { margin-top: 18px; }
  .single-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 130px; }
  .single-gallery .gallery-item:first-child { grid-column: span 2; grid-row: auto; }
  .single-body { grid-template-columns: 1fr; padding-top: 32px; }
  .inquiry-card { position: static; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .mobile-action-bar { display: flex; }
  .mobile-floating-whatsapp { display: flex; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* Editor-friendly utility classes */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/* WordPress defaults */
.alignwide { width: min(100% - 40px, 1240px); margin-inline: auto; }
.alignfull { width: 100%; }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky { display: block; }
.bypostauthor { display: block; }

/* Core Web Vitals helper: avoid invisible layout shifts on responsive images. */
.aspect-card { aspect-ratio: 4 / 3; object-fit: cover; }
.clearfix::after { display: table; clear: both; content: ""; }

.cf7-shell .thc-custom-enquiry-form .conditional-child-ages[hidden] { display: none !important; }
@media (max-width: 640px) {
  .cf7-shell .booking-form-wrapper.thc-custom-enquiry-form { width: 100%; margin: 0; padding: 22px 16px calc(24px + env(safe-area-inset-bottom)); border-radius: 16px; box-shadow: none; }
  .cf7-shell .thc-custom-enquiry-form .form-progress { margin-bottom: 20px; font-size: 10px; }
  .cf7-shell .thc-custom-enquiry-form .form-section-heading { margin-bottom: 20px; }
  .cf7-shell .thc-custom-enquiry-form .form-section-heading h3 { font-size: 25px; }
  .cf7-shell .thc-custom-enquiry-form input:not([type="submit"]), .cf7-shell .thc-custom-enquiry-form select, .cf7-shell .thc-custom-enquiry-form textarea { min-height: 50px; font-size: 16px; }
  .cf7-shell .thc-custom-enquiry-form textarea { min-height: 126px; }
  .cf7-shell .thc-custom-enquiry-form .conditional-form-group { padding: 13px; }
  .cf7-shell .thc-custom-enquiry-form .form-actions { gap: 10px; margin-top: 22px; }
  .cf7-shell .thc-custom-enquiry-form .form-actions-next .btn-primary, .cf7-shell .thc-custom-enquiry-form .form-actions-submit .btn-secondary, .cf7-shell .thc-custom-enquiry-form .form-actions-submit .wpcf7-submit { min-height: 52px; font-size: 15px; }
}

/* Backward-compatible styling for the existing cf7-inquiry-form markup. */
.cf7-shell .cf7-inquiry-form {
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 0 0;
}
.cf7-shell .cf7-inquiry-form p { margin: 0 0 18px; }
.cf7-shell .cf7-inquiry-form label { display: block; color: var(--navy); font-size: 11px; font-weight: 850; letter-spacing: .05em; line-height: 1.4; text-transform: uppercase; }
.cf7-shell .cf7-inquiry-form input:not([type="submit"]), .cf7-shell .cf7-inquiry-form select, .cf7-shell .cf7-inquiry-form textarea { width: 100%; min-height: 50px; margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--navy); background: #fff; font: inherit; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.cf7-shell .cf7-inquiry-form textarea { min-height: 110px; resize: vertical; }
.cf7-shell .cf7-inquiry-form input::placeholder, .cf7-shell .cf7-inquiry-form textarea::placeholder { color: #9aa8b3; }
.cf7-shell .cf7-inquiry-form input:not([type="submit"]):focus, .cf7-shell .cf7-inquiry-form select:focus, .cf7-shell .cf7-inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,127,165,.12); }
.cf7-shell .cf7-inquiry-form .form-note { margin: 18px 0; padding: 12px 14px; border-radius: 12px; color: var(--blue-dark); background: var(--aqua); font-size: 12px; line-height: 1.5; }
.cf7-shell .cf7-inquiry-form .wpcf7-acceptance { display: block; margin: 16px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cf7-shell .cf7-inquiry-form .wpcf7-acceptance input[type="checkbox"] { width: auto; min-height: auto; margin: 0 6px 0 0; accent-color: var(--coral); }
.cf7-shell .cf7-inquiry-form .btn-primary, .cf7-shell .cf7-inquiry-form .wpcf7-submit { width: 100%; min-height: 52px; border: 0; border-radius: 12px; color: #fff; background: var(--coral); font-size: 15px; font-weight: 850; cursor: pointer; box-shadow: 0 10px 22px rgba(255,112,88,.18); }
.cf7-shell .cf7-inquiry-form .btn-primary:hover, .cf7-shell .cf7-inquiry-form .wpcf7-submit:hover { background: var(--coral-dark); }
.cf7-shell .cf7-inquiry-form .wpcf7-not-valid-tip { display: block; margin-top: 4px; color: var(--coral-dark); font-size: 11px; }
.cf7-shell .cf7-inquiry-form .wpcf7-response-output { margin: 14px 0 0 !important; padding: 11px 13px !important; border: 1px solid var(--line) !important; border-radius: 11px; color: var(--muted); font-size: 12px; }
.cf7-shell .cf7-inquiry-form #child-age-container[hidden], .cf7-shell .cf7-inquiry-form .conditional-child-ages[hidden] { display: none !important; }
@media (max-width: 640px) {
  .cf7-shell .cf7-inquiry-form { padding: 2px 0 0; }
  .cf7-shell .cf7-inquiry-form p { margin-bottom: 16px; }
  .cf7-shell .cf7-inquiry-form input:not([type="submit"]), .cf7-shell .cf7-inquiry-form select, .cf7-shell .cf7-inquiry-form textarea { min-height: 52px; font-size: 16px; }
  .cf7-shell .cf7-inquiry-form .form-note { margin: 16px 0; }
}
