/*
Theme Name: Messy Monkey Makers
Theme URI: https://messymonkeymakers.com/
Author: Messy Monkey Makers
Description: A playful, mobile-first WordPress theme for Messy Monkey Makers.
Version: 1.1.4
Text Domain: messy-monkey-makers
*/

@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@400;600;700;800&display=swap");

:root {
  --ink: #263238;
  --muted: #59646a;
  --cream: #fffaf2;
  --paper: #ffffff;
  --coral: #2fa0d1;
  --coral-dark: #147ba6;
  --yellow: #f5c328;
  --mint: #dff4fc;
  --sky: #2fa0d1;
  --lilac: #f1dfd5;
  --navy: #6f4330;
  --line: rgba(38, 50, 56, 0.12);
  --shadow: 0 14px 35px rgba(35, 50, 65, 0.12);
  --radius: 22px;
  --page: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 32px), var(--page)); margin-inline: auto; }
.eyebrow { margin: 0 0 8px; color: var(--coral-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: "Baloo 2", cursive; line-height: 1.04; letter-spacing: -.03em; }
h1 { font-size: clamp(2.45rem, 12vw, 5.6rem); }
h2 { font-size: clamp(2rem, 8vw, 3.7rem); }
h3 { font-size: 1.3rem; }
.section { padding: 70px 0; }
.section-title { max-width: 720px; margin-bottom: 28px; }
.section-title p:last-child { color: var(--muted); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 2px solid transparent; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 900; line-height: 1; text-align: center; text-decoration: none; box-shadow: 0 14px 28px rgba(47,160,209,.28); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(47,160,209,.32); }
.button--light { background: #fff; color: var(--navy); box-shadow: 0 8px 0 rgba(23,50,77,.17); }
.button--ghost { background: transparent; border-color: rgba(23,50,77,.25); color: var(--navy); box-shadow: none; }

.site-header { position: fixed; top: 10px; right: 8px; left: 8px; z-index: 100; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.72); border-radius: 999px; box-shadow: 0 18px 50px rgba(36,49,58,.12); backdrop-filter: blur(18px); }
.header-inner { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-inline: 8px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 900; text-decoration: none; }
.brand-mark { width: 54px; flex: 0 0 54px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; padding: 2px; box-shadow: inset 0 -5px 0 rgba(111,67,48,.08); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { max-width: 150px; font-size: 1rem; line-height: 1.02; }
.header-book { min-height: 44px; padding: 10px 16px; box-shadow: none; }
.menu-toggle { width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: #fff; cursor: pointer; }
.desktop-nav { display: none; }
.desktop-socials { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 99; display: none; padding: 94px 16px 110px; background: var(--cream); overflow: auto; }
.mobile-menu.is-open { display: block; }
.mobile-menu ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mobile-menu a { display: block; padding: 15px 16px; border-radius: 14px; background: #fff; color: var(--navy); font-size: 1.12rem; font-weight: 800; text-decoration: none; }
.mobile-menu-socials { display: flex; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.mobile-menu-socials a { width: 50px; height: 50px; display: grid; place-items: center; padding: 0; border-radius: 50%; background: var(--coral); color: #fff; }
.mobile-menu-socials a:last-child { background: var(--navy); }
.mobile-menu-socials svg { width: 24px; height: 24px; fill: currentColor; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 112px 0 70px; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 48% 52% 60% 40%; opacity: .48; pointer-events: none; }
.hero::before { width: 220px; height: 220px; top: -90px; right: -90px; background: var(--sky); }
.hero::after { width: 150px; height: 150px; bottom: -70px; left: -70px; background: var(--yellow); }
.hero-grid { display: grid; gap: 0; max-width: 1180px; margin-inline: auto; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.hero-feature { min-height: 250px; margin: 0; overflow: hidden; background: #f4fbff; }
.hero-feature img { width: 100%; height: 100%; min-height: 250px; max-height: 340px; object-fit: cover; object-position: 34% 24%; }
.hero-message { padding: 24px; }
.hero h1 { max-width: 780px; margin-bottom: 18px; }
.hero h1 span { position: relative; color: var(--coral-dark); }
.hero-copy { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: grid; gap: 12px; margin: 28px 0; }
.quick-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.quick-facts li { padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.7); color: var(--navy); font-size: .9rem; font-weight: 800; }
.quick-facts a { display: block; text-decoration: none; }
.quick-facts a:hover { color: var(--coral-dark); text-decoration: underline; }
.hero-art { position: relative; min-height: 330px; display: grid; place-items: center; }
.photo-placeholder { width: min(88vw, 470px); aspect-ratio: 1 / .9; display: grid; place-items: center; overflow: hidden; border: 10px solid #fff; border-radius: 45% 55% 42% 58%; background: linear-gradient(140deg, var(--sky), var(--mint)); color: var(--navy); text-align: center; box-shadow: var(--shadow); transform: rotate(2deg); }
.photo-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder strong { max-width: 250px; font-size: 1.35rem; line-height: 1.15; }
.splat { position: absolute; width: 72px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50% 40% 55% 45%; font-size: 2rem; box-shadow: var(--shadow); }
.splat--one { top: 5px; left: 2%; background: var(--yellow); transform: rotate(-12deg); }
.splat--two { right: 0; bottom: 8px; background: var(--lilac); transform: rotate(13deg); }

.trust-strip { width: min(calc(100% - 32px), var(--page)); overflow: hidden; margin: 28px auto; padding: 18px 0; color: var(--ink); border: 1px solid rgba(47,160,209,.16); border-radius: 28px; background: linear-gradient(135deg, #fff, var(--mint)); box-shadow: var(--shadow); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.trust-item { padding: 15px 8px; border: 1px solid rgba(255,255,255,.76); border-radius: 14px; background: rgba(255,255,255,.88); text-align: center; backdrop-filter: blur(10px); }
.trust-item strong { display: block; font-size: 1.15rem; }
.trust-item span { color: var(--muted); font-size: .82rem; }
.cards { display: grid; gap: 16px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 20px rgba(35,50,65,.07); }
.card-icon { width: 52px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 17px; border-radius: 17px; background: var(--yellow); font-size: 1.65rem; }
.card:nth-child(2) .card-icon { background: var(--mint); }
.card:nth-child(3) .card-icon { background: #d9cef8; }
.card p { margin-bottom: 0; color: var(--muted); }
.allergy-note { display: grid; gap: 8px; margin-top: 18px; padding: 20px; border: 1px solid rgba(47,160,209,.18); border-left: 6px solid var(--coral); border-radius: 16px; background: #f4fbff; }
.allergy-note h3, .allergy-note p { margin: 0; }
.allergy-note p { color: var(--muted); }

.booking-section { background: #f4fbff; }
.booking-section--top { padding-top: 42px; }
.booking-lead { display: grid; gap: 22px; max-width: 720px; align-items: center; margin-bottom: 24px; }
.booking-lead .section-title { margin-bottom: 0; }
.booking-photo { min-height: 230px; overflow: hidden; border: 8px solid #fff; border-radius: 26px; box-shadow: var(--shadow); }
.booking-photo img { width: 100%; height: 100%; min-height: 230px; max-height: 390px; object-fit: cover; }
.booking-shell { padding: 20px; border: 1px solid rgba(23,50,77,.1); border-radius: 28px; background: #fff; box-shadow: var(--shadow); overflow: visible; }
.price-options { display: grid; gap: 12px; margin-bottom: 20px; }
.price-option { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: center; padding: 18px; border: 1px solid rgba(47,160,209,.16); border-radius: 16px; background: var(--cream); }
.price-option h3, .price-option p { margin: 0; }
.price-option p { color: var(--muted); font-size: .88rem; }
.price { grid-column: 2; grid-row: 1 / span 2; color: var(--coral-dark); font-family: "Baloo 2", cursive; font-size: 1.75rem; font-weight: 800; }
.booking-note { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.booking-placeholder { min-height: 220px; display: grid; place-items: center; padding: 24px; border: 2px dashed rgba(23,50,77,.2); border-radius: 18px; color: var(--muted); text-align: center; }

.review-grid { display: grid; gap: 16px; }
.review { position: relative; margin: 0; padding: 26px; border-radius: var(--radius); background: #fff; box-shadow: 0 7px 20px rgba(35,50,65,.07); }
.review::before { content: "“"; position: absolute; top: 3px; right: 18px; color: var(--yellow); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.stars { color: #e39700; letter-spacing: 2px; }
.review footer { margin-top: 14px; color: var(--navy); font-weight: 900; }
.review footer small { display: block; color: var(--muted); font-size: .78rem; font-weight: 700; }
.reviews-action { margin-top: 24px; text-align: center; }
.social-banner { padding-block: 26px; }
.social-banner-inner { display: grid; gap: 18px; align-items: center; padding: 26px 24px; border: 1px solid rgba(47,160,209,.2); border-radius: 26px; background: var(--mint); }
.social-banner h2 { margin-bottom: 7px; font-size: clamp(1.7rem, 7vw, 2.7rem); }
.social-banner p:last-child { margin-bottom: 0; color: var(--muted); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links .button { min-height: 46px; padding: 10px 17px; box-shadow: none; }
.social-links .button--ghost { background: #fff; }

.about-preview { display: grid; gap: 24px; align-items: center; }
.about-compact { padding-block: 52px; }
.about-preview--compact { grid-template-columns: 104px minmax(0, 1fr); gap: 18px; }
.about-preview--compact .team-art { min-height: 104px; border-radius: 50%; aspect-ratio: 1; }
.about-preview--compact .team-art img { min-height: 104px; height: 104px; object-position: center 28%; }
.about-preview--compact .team-art figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.about-preview--compact h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 7vw, 3rem); }
.about-preview--compact p:not(.eyebrow) { color: var(--muted); }
.team-art { position: relative; min-height: 300px; display: grid; place-items: center; overflow: hidden; margin: 0; border-radius: 26px; background: linear-gradient(135deg, #f1dfd5, #fff0bd); color: var(--navy); font-size: 1.3rem; font-weight: 900; text-align: center; box-shadow: var(--shadow); }
.team-art img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center 28%; }
.team-art figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--navy); font-size: .9rem; line-height: 1.2; backdrop-filter: blur(10px); }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #1b8664; font-weight: 900; }

.location { background: var(--brown, #6f4330); color: #fff; }
.location h2, .location h3 { color: #fff; }
.location-grid { display: grid; gap: 22px; }
.map-wrap { min-height: 320px; border: 7px solid #fff; border-radius: 22px; background: #e8edf0; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; display: block; border: 0; }
.address-card { padding: 25px; border-radius: 22px; background: rgba(255,255,255,.09); }
.address-card p { color: rgba(255,255,255,.8); }
.location-details { margin: 20px 0 24px; color: rgba(255,255,255,.86); }
.location-details li::before { color: var(--yellow); }

.final-cta { text-align: center; }
.final-cta-inner { padding: 42px 22px; border-radius: 34px; background: var(--yellow); }
.final-cta h2 { margin-bottom: 13px; }
.site-footer { padding: 42px 0 105px; border-top: 1px solid var(--line); background: #fff; }
.site-footer .brand-mark { width: 72px; flex-basis: 72px; }
.site-footer .brand-text { max-width: 190px; font-size: 1.2rem; }
.footer-grid { display: grid; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 0; list-style: none; }
.footer-links a { color: var(--muted); }
.footer-contact { color: var(--coral-dark); font-weight: 800; overflow-wrap: anywhere; }
.footer-policies a { color: var(--navy); font-weight: 800; }
.copyright { color: var(--muted); font-size: .86rem; }
.mobile-book-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; padding: 10px 12px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.mobile-book-bar .button { width: 100%; min-height: 54px; }

/* About page */
.about-hero { padding: 112px 0 58px; background: linear-gradient(160deg, #fff8f0, #f4fbff); }
.about-hero-grid { display: grid; gap: 26px; align-items: center; }
.about-hero h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 12vw, 5.5rem); }
.about-hero h1 span { color: var(--coral-dark); }
.about-hero .button { margin-top: 14px; }
.about-hero-photo { position: relative; min-height: 340px; overflow: hidden; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.about-hero-photo img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; object-position: center 24%; }
.about-hero-photo span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--navy); font-weight: 900; text-align: center; backdrop-filter: blur(10px); }
.section-soft { background: #f4fbff; }
.story-intro { max-width: 920px; }
.story-intro > h2 { max-width: 760px; }
.story-intro blockquote, .profile-grid blockquote { margin: 26px 0; padding: 22px; border-left: 6px solid var(--yellow); border-radius: 0 18px 18px 0; background: #fff; color: var(--navy); font-family: "Baloo 2", cursive; font-size: clamp(1.2rem, 5vw, 1.65rem); font-weight: 700; line-height: 1.35; box-shadow: 0 10px 28px rgba(36,49,58,.07); }
.story-columns { display: grid; gap: 0 26px; color: var(--muted); }
.signature { margin: 22px 0 0; color: var(--coral-dark); font-family: "Baloo 2", cursive; font-size: 2rem; font-weight: 800; }
.profile-grid { display: grid; gap: 28px; align-items: center; }
.profile-placeholder { min-height: 310px; display: grid; place-items: center; border: 3px dashed rgba(47,160,209,.32); border-radius: 28px; background: linear-gradient(145deg, #f4fbff, #fff8f0); color: var(--navy); font-family: "Baloo 2", cursive; font-size: 1.45rem; font-weight: 800; text-align: center; }
.profile-photo { position: relative; min-height: 360px; overflow: hidden; margin: 0; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.profile-photo img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center 24%; }
.profile-photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--navy); font-weight: 900; text-align: center; backdrop-filter: blur(10px); }
.qualification-list { display: grid; gap: 10px; margin: 24px 0; }
.qualification-list div { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(47,160,209,.15); border-radius: 14px; background: #fff; }
.qualification-list strong { color: var(--coral-dark); font-family: "Baloo 2", cursive; font-size: 1.12rem; }
.qualification-list span { color: var(--muted); font-size: .92rem; }

/* What to expect page */
.expect-hero { padding: 112px 0 58px; background: linear-gradient(155deg, #fff8f0, #f4fbff); }
.expect-hero-grid { display: grid; gap: 26px; align-items: center; }
.expect-hero h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 12vw, 5.4rem); }
.expect-hero h1 span { color: var(--coral-dark); }
.expect-hero-photo { min-height: 300px; overflow: hidden; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.expect-hero-photo img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; object-position: center; }
.expect-facts { padding: 16px 0; background: var(--navy); color: #fff; }
.expect-facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.expect-facts-grid div { padding: 12px 8px; text-align: center; }
.expect-facts-grid strong, .expect-facts-grid span { display: block; }
.expect-facts-grid strong { font-family: "Baloo 2", cursive; font-size: 1.05rem; line-height: 1.15; }
.expect-facts-grid span { color: rgba(255,255,255,.7); font-size: .76rem; }
.guide-grid { display: grid; gap: 26px; }
.guide-list { display: grid; gap: 12px; }
.guide-list article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(36,49,58,.06); }
.guide-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-family: "Baloo 2", cursive; font-weight: 800; }
.guide-list h3, .guide-list p { margin: 0; }
.guide-list p { color: var(--muted); font-size: .92rem; }
.allergy-guide { background: var(--navy); color: #fff; }
.allergy-guide h2, .allergy-guide h3 { color: #fff; }
.allergy-guide p { color: rgba(255,255,255,.8); }
.allergy-guide-grid { display: grid; gap: 26px; align-items: center; }
.sample-label { padding: 24px; border: 3px solid var(--yellow); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: var(--shadow); transform: rotate(1deg); }
.sample-label h3 { margin-bottom: 18px; color: var(--navy); }
.sample-label-tag { display: inline-block; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.sample-label dl { display: grid; gap: 8px; margin: 0; }
.sample-label dl div { display: grid; grid-template-columns: 100px 1fr; gap: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.sample-label dt { font-weight: 900; }
.sample-label dd { margin: 0; color: var(--muted); }
.arrival-grid { display: grid; gap: 28px; align-items: center; }
.arrival-callout { padding: 26px; border-radius: 24px; background: var(--yellow); color: var(--navy); box-shadow: var(--shadow); }
.arrival-callout strong { font-family: "Baloo 2", cursive; font-size: 1.7rem; }
.arrival-callout a { color: var(--navy); font-weight: 900; }
.no-nuts-strip { padding: 20px 0; background: var(--yellow); color: var(--navy); }
.no-nuts-inner { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; }
.no-nuts-inner > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 1.7rem; }
.no-nuts-inner h3, .no-nuts-inner p { margin: 0; }
.no-nuts-inner p { font-size: .9rem; }

/* Gallery page */
.gallery-hero { padding: 120px 0 62px; background: linear-gradient(145deg, #fff8f0, #f4fbff); text-align: center; }
.gallery-hero .container { max-width: 900px; }
.gallery-hero h1 { font-size: clamp(2.7rem, 11vw, 5.7rem); }
.gallery-hero h1 span { color: var(--coral-dark); }
.gallery-hero .hero-copy { margin-inline: auto; }
.gallery-hero .button { margin-top: 14px; }
.gallery-section { background: #fff; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.photo-tile { position: relative; min-width: 0; min-height: 190px; overflow: hidden; padding: 0; border: 0; border-radius: 17px; background: #eaf6fb; box-shadow: 0 8px 22px rgba(36,49,58,.09); cursor: zoom-in; }
.photo-tile--featured { grid-column: 1 / -1; min-height: 330px; }
.photo-tile img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; transition: transform .35s ease; }
.photo-tile--featured img { min-height: 330px; object-position: 34% 24%; }
.photo-tile:hover img { transform: scale(1.035); }
.photo-tile span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--navy); font-size: .76rem; font-weight: 900; line-height: 1.15; backdrop-filter: blur(8px); }
.gallery-note { padding: 22px 0; background: var(--navy); color: #fff; }
.gallery-note p { max-width: 850px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: .9rem; text-align: center; }
.gallery-dialog { width: min(calc(100% - 24px), 1000px); max-height: calc(100vh - 24px); padding: 12px; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.gallery-dialog::backdrop { background: rgba(23,50,77,.82); backdrop-filter: blur(6px); }
.gallery-dialog img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; border-radius: 14px; }
.gallery-dialog p { margin: 8px 50px 0 8px; color: var(--navy); font-weight: 900; }
.gallery-dialog-close { position: absolute; top: 18px; right: 18px; z-index: 1; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--navy); color: #fff; font-size: 1.8rem; cursor: pointer; }

/* Booking page */
.booking-page-hero { padding: 112px 0 48px; background: linear-gradient(150deg, #fff8f0, #f4fbff); text-align: center; }
.booking-page-hero .container { max-width: 900px; }
.booking-page-hero h1 { font-size: clamp(2.7rem, 12vw, 5.6rem); }
.booking-page-hero h1 span { color: var(--coral-dark); }
.booking-page-hero .hero-copy { margin-inline: auto; }
.booking-reassurance { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 20px; }
.booking-reassurance span { padding: 7px 10px; border: 1px solid rgba(47,160,209,.18); border-radius: 999px; background: #fff; color: var(--navy); font-size: .78rem; font-weight: 900; }
.booking-page-form { padding-top: 42px; }
.booking-shell--live { width: 100%; max-width: none; height: auto; min-height: 0; overflow: visible; }
.booking-shell--live .amelia-app-booking, .booking-shell--live [class*="amelia"] { max-width: 100%; }
.booking-help { margin: 18px 0 0; color: var(--muted); font-size: .9rem; text-align: center; }
.booking-help a { color: var(--coral-dark); font-weight: 900; }
.booking-steps { display: grid; gap: 12px; }
.booking-steps article { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(36,49,58,.06); }
.booking-steps article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-family: "Baloo 2", cursive; font-weight: 900; }
.booking-steps h3, .booking-steps p { margin: 0; }
.booking-steps p { color: var(--muted); }
.booking-confidence { padding: 28px 0; background: var(--navy); color: #fff; }
.booking-confidence .container { display: grid; gap: 18px; align-items: center; }
.booking-confidence strong { color: #fff; font-family: "Baloo 2", cursive; font-size: 1.6rem; }
.booking-confidence p { margin: 0; color: rgba(255,255,255,.76); }
.page-template-page-book-now .mobile-book-bar { display: none !important; }
.page-template-page-book-now .site-footer { padding-bottom: 42px; }
.page-template-page-book-now .site-header { position: relative; top: auto; right: auto; left: auto; width: min(calc(100% - 16px), var(--page)); margin: 10px auto 0; transform: none; }
.page-template-page-book-now .booking-page-hero { padding-top: 48px; }

@media (min-width: 700px) {
  .container { width: min(calc(100% - 56px), var(--page)); }
  .hero-actions { display: flex; }
  .cards, .review-grid { grid-template-columns: repeat(3, 1fr); }
  .about-preview, .location-grid { grid-template-columns: 1fr 1fr; }
  .about-preview--compact { grid-template-columns: 150px minmax(0, 1fr); max-width: 900px; }
  .about-preview--compact .team-art, .about-preview--compact .team-art img { min-height: 150px; height: 150px; }
  .social-banner-inner { grid-template-columns: minmax(0, 1fr) auto; padding: 30px 34px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-strip { width: min(calc(100% - 56px), var(--page)); padding-block: 22px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .price-options { grid-template-columns: 1fr 1fr; }
  .allergy-note { grid-template-columns: minmax(180px, .45fr) 1.55fr; align-items: center; padding: 24px; }
  .booking-lead { margin-bottom: 34px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
  .hero-feature img { max-height: none; min-height: 100%; }
  .hero-message { padding: clamp(30px, 4vw, 54px); }
  .hero h1 span { white-space: nowrap; }
  .about-hero-grid, .profile-grid { grid-template-columns: 1fr 1fr; }
  .story-columns { grid-template-columns: 1fr 1fr; }
  .expect-hero-grid, .guide-grid, .allergy-guide-grid, .arrival-grid { grid-template-columns: 1fr 1fr; }
  .expect-facts-grid { grid-template-columns: repeat(4, 1fr); }
  .photo-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .photo-tile--featured { grid-column: span 2; grid-row: span 2; min-height: 500px; }
  .photo-tile--featured img { min-height: 500px; }
  .booking-steps { grid-template-columns: repeat(3, 1fr); }
  .booking-confidence .container { grid-template-columns: 1fr auto; }
}

@media (min-width: 1120px) {
  .section { padding: 105px 0; }
  .hero { padding: 145px 0 100px; }
  .hero-grid { margin-inline: auto; }
  .site-header { top: 18px; right: auto; left: 50%; width: min(calc(100% - 28px), var(--page)); transform: translateX(-50%); }
  .hero-grid { align-items: stretch; }
  .desktop-nav { display: flex; align-items: center; }
  .desktop-nav ul { display: flex; align-items: center; gap: 16px; margin: 0; padding: 0; list-style: none; }
  .desktop-nav a { color: var(--navy); font-size: .92rem; font-weight: 800; line-height: 1.1; text-decoration: none; white-space: nowrap; }
  .desktop-nav li:last-child a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; background: var(--coral); color: #fff; box-shadow: 0 12px 24px rgba(47,160,209,.24); }
  .desktop-socials { display: flex; gap: 7px; margin-left: 10px; }
  .desktop-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(111,67,48,.15); border-radius: 50%; background: #fff; color: var(--navy); }
  .desktop-socials a:hover { border-color: var(--coral); color: var(--coral-dark); }
  .desktop-socials svg { width: 19px; height: 19px; fill: currentColor; }
  .menu-toggle, .header-book, .mobile-menu, .mobile-book-bar { display: none !important; }
  .site-footer { padding-bottom: 42px; }
  .booking-shell { padding: 34px; }
  .about-hero { padding: 145px 0 90px; }
  .about-hero-grid { gap: 60px; }
  .profile-grid--reverse .profile-photo { order: 2; }
  .expect-hero { padding: 145px 0 90px; }
  .expect-hero-grid { gap: 60px; }
}

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