:root {
  --concept-ink: #09222e;
  --concept-deep: #042a40;
  --concept-gold: #9b8150;
  --concept-cream: #f5f1e8;
  --concept-paper: #fbfaf6;
  --concept-text: #253a3e;
  --concept-line: rgba(9, 34, 46, .16);
}

html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: clip; color: var(--concept-text); }
[data-concept-layer], .concept-trust, .concept-compare, .concept-proof, .concept-stories, .concept-next, .concept-faq, .concept-contact { box-sizing: border-box; }
.concept-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.concept-shell--narrow { width: min(850px, calc(100% - 40px)); }
.concept-eyebrow { margin: 0 0 .8rem; color: var(--concept-gold); font: 700 .75rem/1.4 inherit; letter-spacing: .18em; text-transform: uppercase; }
.concept-lede, .concept-section-lede { color: #44575a; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; }
.concept-section-lede { max-width: 700px; margin-inline: auto; }

.concept-intro { padding: clamp(4.5rem, 8vw, 8rem) 0; background: var(--concept-paper); }
.concept-intro--home { background: linear-gradient(120deg, #f9f7f0 0 66%, #e8e0d0 66%); }
.concept-intro__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.concept-intro__grid > * { min-width: 0; }
.concept-intro h2, .concept-compare h2, .concept-next h2, .concept-faq h2, .concept-contact h2 { margin: 0 0 1.25rem; color: var(--concept-deep); font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.025em; }
.concept-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.concept-actions--center { justify-content: center; }
.concept-button { box-sizing: border-box; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .9rem 1.4rem; border: 1px solid var(--concept-gold); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.concept-button--primary { background: var(--concept-gold); color: #fff; }
.concept-button--secondary { background: transparent; color: var(--concept-deep); }
.concept-button:hover, .concept-button:focus-visible { background: var(--concept-deep); border-color: var(--concept-deep); color: #fff; outline: 3px solid rgba(155,129,80,.35); outline-offset: 3px; }

.concept-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; background: #fff; box-shadow: 0 20px 70px rgba(4,42,64,.1); }
.concept-facts div { padding: clamp(1.5rem, 3vw, 2.5rem) 1rem; text-align: center; }
.concept-facts div + div { border-left: 1px solid var(--concept-line); }
.concept-facts dt { color: var(--concept-deep); font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1; }
.concept-facts dd { margin: .7rem 0 0; color: #536365; font-size: .83rem; line-height: 1.45; }

.concept-trust { padding: 1.2rem 0; background: var(--concept-deep); color: #fff; }
.concept-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.concept-trust p { display: flex; min-height: 86px; flex-direction: column; justify-content: center; margin: 0; padding: 1rem 1.5rem; text-align: center; }
.concept-trust p + p { border-left: 1px solid rgba(255,255,255,.18); }
.concept-trust strong { color: #d6c29a; font-family: Georgia, serif; font-size: 1.25rem; }
.concept-trust span { margin-top: .25rem; font-size: .78rem; }

.concept-compare { padding: clamp(5rem, 9vw, 9rem) 0; background: #edf0ef; text-align: center; }
.concept-compare__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; text-align: left; }
.concept-venue-card { display: grid; grid-template-rows: 300px 1fr; height: 100%; overflow: hidden; border: 1px solid transparent; background: #fff; color: var(--concept-text); text-decoration: none; box-shadow: 0 14px 50px rgba(4,42,64,.08); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.concept-venue-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, object-position .55s ease; }
.concept-venue-card__body { display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; padding: 2rem; }
.concept-venue-card__title { margin: .25rem 0 1rem; color: var(--concept-deep); font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.15; }
.concept-venue-card__description { line-height: 1.65; }
.concept-venue-card__list { display: flex; width: 100%; flex-direction: column; gap: .45rem; margin: 1.25rem 0 1.75rem; padding-left: 1.15rem; line-height: 1.5; }
.concept-venue-card__list > span { display: list-item; }
.concept-venue-card__cta { display: flex; width: min(100%, 250px); height: 52px; flex: 0 0 52px; align-self: center; align-items: center; justify-content: space-between; margin-top: auto; padding: .8rem 1rem; border: 1px solid var(--concept-gold); color: var(--concept-deep); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .3s ease, color .3s ease; }
.concept-venue-card:hover, .concept-venue-card:focus-visible { transform: translateY(-6px); border-color: rgba(155,129,80,.65); box-shadow: 0 22px 60px rgba(4,42,64,.16); }
.concept-venue-card:hover .concept-venue-card__description, .concept-venue-card:hover .concept-venue-card__list,
.concept-venue-card:focus-visible .concept-venue-card__description, .concept-venue-card:focus-visible .concept-venue-card__list,
.concept-venue-card:active .concept-venue-card__description, .concept-venue-card:active .concept-venue-card__list { color: var(--concept-text) !important; }
.concept-venue-card:hover img, .concept-venue-card:focus-visible img { transform: scale(1.035); object-position: 50% 47%; }
.concept-venue-card:hover .concept-venue-card__cta, .concept-venue-card:focus-visible .concept-venue-card__cta { background: var(--concept-deep); border-color: var(--concept-deep); color: #fff; }

.concept-proof { padding: clamp(4rem, 8vw, 7rem) max(20px, calc((100% - 940px)/2)); background: var(--concept-deep); color: #fff; text-align: center; }
.concept-proof blockquote { margin: 0 auto 1.75rem; color: #fff; font-family: Georgia, serif; font-size: clamp(1.7rem, 3.5vw, 3rem); line-height: 1.3; }
.concept-proof > p:last-child { display: flex; flex-direction: column; gap: .3rem; }
.concept-proof span { color: #cdd7d7; font-size: .85rem; }

.concept-stories { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--concept-paper); }
.concept-story { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; align-items: stretch; }
.concept-story + .concept-story { margin-top: clamp(2rem, 5vw, 5rem); }
.concept-story--reverse { grid-template-columns: .85fr 1.15fr; }
.concept-story--reverse .concept-story__image { order: 2; }
.concept-story__image { min-height: 480px; overflow: hidden; }
.concept-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.concept-story:hover img { transform: scale(1.025); }
.concept-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); background: #fff; }
.concept-story:nth-child(2n) .concept-story__copy { background: var(--concept-cream); }
.concept-story h2 { margin: 0 0 1rem; color: var(--concept-deep); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.05; }
.concept-story h2 { text-wrap: balance; }
.concept-story__copy > p { line-height: 1.75; }
.concept-outcome { display: flex; flex-direction: column; gap: .45rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--concept-line); }
.concept-outcome strong { color: var(--concept-gold); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.concept-gallery { padding: clamp(5rem, 9vw, 9rem) 0; background: #e8ece9; }
.concept-gallery__heading { max-width: 760px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.concept-gallery__heading h2 { margin: 0 0 1rem; color: var(--concept-deep); font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.025em; text-wrap: balance; }
.concept-gallery__heading > p:last-child { max-width: 660px; color: #44575a; font-size: 1.05rem; line-height: 1.7; }
.concept-gallery__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: clamp(170px, 18vw, 255px); gap: 12px; }
.concept-gallery__item { position: relative; min-width: 0; min-height: 0; overflow: hidden; padding: 0; border: 0; background: #d5dbd8; cursor: zoom-in; }
.concept-gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
.concept-gallery__item:nth-child(6),
.concept-gallery[data-gallery-count="15"] .concept-gallery__item:nth-child(10) { grid-column: span 2; }
.concept-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.concept-gallery__item:hover img, .concept-gallery__item:focus-visible img { transform: scale(1.025); filter: saturate(1.04); }
.concept-gallery__item:focus-visible { z-index: 1; outline-offset: -5px !important; }
body.concept-lightbox-open { overflow: hidden; }
.concept-lightbox[hidden] { display: none; }
.concept-lightbox { position: fixed; z-index: 10020; inset: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; padding: max(28px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); background: rgba(1, 15, 23, .94); }
.concept-lightbox figure { display: flex; max-width: min(1200px, 100%); max-height: calc(100vh - 100px); flex-direction: column; align-items: center; justify-self: center; margin: 0; }
.concept-lightbox figure img { display: block; max-width: 100%; max-height: calc(100vh - 145px); object-fit: contain; }
.concept-lightbox figcaption { max-width: 760px; padding-top: .85rem; color: #eef1ef; font-size: .9rem; line-height: 1.5; text-align: center; }
.concept-lightbox button { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(4,42,64,.72); color: #fff; cursor: pointer; font: 300 2.2rem/1 Arial, sans-serif; }
.concept-lightbox__close { position: absolute; top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); z-index: 1; }
.concept-lightbox__previous { justify-self: start; }
.concept-lightbox__next { justify-self: end; }
.concept-lightbox button:hover, .concept-lightbox button:focus-visible { background: var(--concept-gold); }

.concept-next { padding: clamp(5rem, 9vw, 8rem) 0; background: #e5e9e7; text-align: center; }
.concept-next ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 3rem 0 1.5rem; padding: 0; background: var(--concept-line); list-style: none; text-align: left; }
.concept-next li { padding: clamp(1.75rem, 3vw, 3rem); background: #fff; }
.concept-next li > span { display: block; margin-bottom: 2rem; color: var(--concept-gold); font-family: Georgia, serif; font-size: 1.7rem; }
.concept-next li strong { color: var(--concept-deep); font-size: 1.05rem; }
.concept-next li p { line-height: 1.6; }
.concept-next__note { color: #536365; font-size: .9rem; }

.concept-faq { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--concept-paper); }
.concept-faq__list { margin-top: 2.5rem; border-top: 1px solid var(--concept-line); }
.concept-faq details { border-bottom: 1px solid var(--concept-line); }
.concept-faq summary { min-height: 60px; padding: 1.25rem 2.5rem 1.25rem 0; color: var(--concept-deep); font-weight: 700; cursor: pointer; }
.concept-faq details p { margin: 0; padding: 0 0 1.5rem; line-height: 1.75; }
.concept-faq details a { display: inline-flex; min-height: 44px; align-items: center; color: var(--concept-deep); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.concept-faq details a:focus-visible { border-radius: 2px; outline: 3px solid var(--concept-gold); outline-offset: 3px; }
.concept-faq__travel { margin-top: 2rem; }
.concept-faq__travel a { color: var(--concept-deep); font-weight: 700; }

.concept-contact { padding: clamp(5rem, 8vw, 8rem) 0; background: var(--concept-paper); text-align: center; }
.concept-contact .concept-lede { max-width: 800px; margin-inline: auto; }
.concept-contact__choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 3rem 0; background: var(--concept-line); text-align: left; }
.concept-contact__choices > div { padding: 2rem; background: #fff; }
.concept-contact__choices strong { color: var(--concept-deep); }
.concept-contact__choices p { line-height: 1.6; }

.concept-enquiry { padding: 0 0 clamp(5rem, 9vw, 9rem); background: var(--concept-paper); scroll-margin-top: 96px; }
.concept-enquiry__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.concept-enquiry__grid > * { min-width: 0; }
.concept-enquiry__form { box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; padding: clamp(2rem, 5vw, 4rem); background: #fff; box-shadow: 0 20px 70px rgba(4,42,64,.1); text-align: left; }
.concept-enquiry__heading h2 { margin: 0 0 .75rem; color: var(--concept-deep); font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.05; }
.concept-enquiry__heading > p:last-child { color: #536365; }
.concept-form-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.15rem 1.25rem; min-width: 0; margin-top: 2rem; }
.concept-form-grid label { display: flex; width: 100%; min-width: 0; max-width: 100%; flex-direction: column; gap: .45rem; color: var(--concept-deep); font-size: .86rem; font-weight: 700; }
.concept-form-grid small { color: #647477; font-weight: 400; }
.concept-phone-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.concept-phone-field legend { margin: 0 0 .45rem; padding: 0; color: var(--concept-deep); font-size: .86rem; font-weight: 700; }
.concept-phone-controls { display: grid; grid-template-columns: minmax(128px, .9fr) minmax(0, 1.25fr); gap: .65rem; min-width: 0; }
.concept-phone-controls label { gap: .3rem; }
.concept-phone-controls label > span { color: #647477; font-size: .76rem; font-weight: 500; }
.concept-phone-field > small { display: block; margin-top: .45rem; line-height: 1.4; }
.concept-phone-field input[type="hidden"] { display: none; }
.concept-form-grid input, .concept-form-grid select, .concept-form-grid textarea { display: block; box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid #9aa5a6; border-radius: 0; background: #fff; color: var(--concept-text); font: inherit; font-weight: 400; }
.concept-date-field { overflow: hidden; }
.concept-form-grid input[type="date"] { inline-size: 0; min-inline-size: 100%; max-inline-size: 100%; overflow: hidden; }
.concept-form-grid input[type="date"]::-webkit-date-and-time-value { box-sizing: border-box; width: 100%; min-width: 0; text-align: left; }
.concept-form-grid textarea { min-height: 118px; resize: vertical; }
.concept-form-grid input:focus, .concept-form-grid select:focus, .concept-form-grid textarea:focus { border-color: var(--concept-gold); outline: 3px solid rgba(155,129,80,.28); outline-offset: 2px; }
.concept-form-span { grid-column: 1 / -1; }
.concept-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.concept-consent { display: flex; min-width: 0; gap: .75rem; align-items: flex-start; margin: 1.5rem 0; color: #44575a; font-size: .88rem; line-height: 1.5; overflow-wrap: anywhere; }
.concept-consent input { width: 22px; height: 22px; flex: 0 0 auto; margin-top: .05rem; accent-color: var(--concept-deep); }
.concept-enquiry__submit { min-width: 270px; cursor: pointer; }
.concept-enquiry__submit:disabled { cursor: wait; opacity: .7; }
.concept-form-status { min-height: 1.5rem; margin: 1rem 0 0; padding: .75rem 0 0; line-height: 1.5; }
.concept-form-status:empty { padding: 0; }
.concept-form-status--success { color: #235c3a; font-weight: 700; }
.concept-form-status--error { color: #982c2c; font-weight: 700; }
.concept-enquiry__steps { padding: clamp(2rem, 4vw, 3rem); background: var(--concept-deep); color: #fff; text-align: left; }
.concept-enquiry__steps ol { margin: 2rem 0; padding: 0; list-style: none; counter-reset: steps; }
.concept-enquiry__steps li { position: relative; padding: 0 0 1.75rem 2.6rem; counter-increment: steps; }
.concept-enquiry__steps li::before { position: absolute; top: -.15rem; left: 0; color: #d6c29a; content: '0' counter(steps); font-family: Georgia, serif; font-size: 1.35rem; }
.concept-enquiry__steps strong, .concept-enquiry__steps span { display: block; }
.concept-enquiry__steps span { margin-top: .35rem; color: #d9e0e0; font-size: .9rem; line-height: 1.55; }
.concept-enquiry__steps > p:last-child { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); line-height: 1.6; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* The external widget supplies only the existing WhatsApp destination and
   content. Concept V2 owns placement and accessible interaction. */
.gs_chatHover_ai[data-concept-ready="true"] { right: max(16px, env(safe-area-inset-right)) !important; bottom: max(16px, env(safe-area-inset-bottom)) !important; width: 60px !important; height: 60px !important; z-index: 9996 !important; }
.gs_chatHover_ai[data-concept-ready="true"] > .gs_chatBubble_ai[hidden] { display: none !important; }
.concept-whatsapp-trigger { display: flex; width: 60px; height: 60px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: #25d366; cursor: pointer; box-shadow: 0 10px 28px rgba(4,42,64,.24); transition: transform .2s ease, box-shadow .2s ease; }
.concept-whatsapp-trigger img { width: 27px; height: 27px; }
.concept-whatsapp-trigger:hover, .concept-whatsapp-trigger:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(4,42,64,.32); }
.concept-whatsapp-trigger:focus-visible { outline: 3px solid #d6b973 !important; outline-offset: 4px !important; }
.gs_chatHover_ai > .gs_widgetContainer_ai { right: 0 !important; bottom: 74px !important; max-width: min(360px, calc(100vw - 32px)) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translateY(8px) !important; transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s !important; }
.gs_chatHover_ai.concept-whatsapp-open > .gs_widgetContainer_ai { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: translateY(0) !important; transition-delay: 0s !important; }
.gs_chatHover_ai.concept-whatsapp-open .gs_closeButton_ai, .gs_chatHover_ai.concept-whatsapp-open .gs_chatButton_ai { pointer-events: auto !important; }

.concept-mobile-action { display: none; }

.concept-site-footer { box-sizing: border-box; width: 100%; padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem; border-top: 1px solid rgba(214,185,115,.25); background: var(--concept-deep); color: #fff; }
#section-footer > .concept-site-footer { flex: 1 1 100%; min-width: 100%; }
.concept-site-footer__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.concept-site-footer__brand { display: block; width: min(220px, 55vw); margin-bottom: 2rem; }
.concept-site-footer__brand img { display: block; width: 100%; height: auto; }
.concept-site-footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem clamp(1rem, 2.6vw, 2rem); }
.concept-site-footer__nav a, .concept-site-footer__address a { display: inline-flex; min-height: 44px; align-items: center; color: rgba(255,255,255,.9); text-decoration: none; }
.concept-site-footer__nav a:hover, .concept-site-footer__nav a:focus-visible, .concept-site-footer__address a:hover, .concept-site-footer__address a:focus-visible { color: #d6b973; }
.concept-site-footer__address { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .25rem 1rem; margin-top: 2rem; font-style: normal; color: rgba(255,255,255,.76); }
.concept-site-footer__address strong { width: 100%; color: #fff; }
.concept-site-footer__registration, .concept-site-footer__legal { margin: .65rem 0 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.concept-site-footer__manage { min-width: 44px; min-height: 44px; margin-top: 1rem; padding: .5rem .85rem; border: 1px solid rgba(214,185,115,.5); background: transparent; color: #fff; cursor: pointer; }
.concept-site-footer__manage:hover, .concept-site-footer__manage:focus-visible { border-color: #d6b973; color: #d6b973; }

.map:has(.concept-optional-map) { width: 100%; height: clamp(380px, 42vw, 520px); min-height: 380px; aspect-ratio: auto !important; }
.concept-optional-map { position: relative; width: 100%; height: 100%; min-height: 380px; overflow: hidden; background: #dfe5e1; }
.concept-map-frame { display: block; width: 100%; height: 100%; min-height: inherit; border: 0; }
.concept-optional-placeholder { position: absolute; inset: 0; display: grid; place-content: center; padding: 2rem; color: var(--concept-deep); text-align: center; }
.concept-optional-placeholder p { max-width: 480px; margin: 0 auto 1rem; }
.concept-optional-placeholder button { min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--concept-gold); background: var(--concept-deep); color: #fff; cursor: pointer; font-weight: 700; }
html[data-optional-consent="true"] .concept-optional-placeholder { display: none; }

.concept-cookie[hidden] { display: none; }
.concept-cookie { position: fixed; z-index: 10030; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); left: max(18px, env(safe-area-inset-left)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; max-width: 920px; margin-left: auto; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(214,185,115,.7); background: #fff; color: var(--concept-text); box-shadow: 0 24px 80px rgba(4,42,64,.3); }
.concept-cookie h2 { margin: 0 0 .5rem; color: var(--concept-deep); font-size: 1.45rem; }
.concept-cookie p { margin: 0; line-height: 1.55; }
.concept-cookie__actions { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
.concept-cookie__actions button { min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--concept-gold); background: transparent; color: var(--concept-deep); cursor: pointer; font-weight: 700; }
.concept-cookie__actions button:last-child { background: var(--concept-gold); color: #fff; }
.concept-cookie__actions button:hover, .concept-cookie__actions button:focus-visible { background: var(--concept-deep); border-color: var(--concept-deep); color: #fff; }

/* Replace the old duplicated decision blocks, while leaving the faithful hero,
   accommodation, booking, testimonial, gallery and footer sections intact. */
body[data-route="home"] #section-1743534128521,
body[data-route="home"] #section-1642544587855,
body[data-route="home"] #section-1769780145301,
body[data-route="home"] #section-1663347914176,
body[data-route="house"] #section-1769497471031,
body[data-route="house"] #section-1769497471032,
body[data-route="house"] #section-1769497471033,
body[data-route="house"] #section-1769497471034,
body[data-route="house"] #section-1769497471035,
body[data-route="house"] #section-1769497471036,
body[data-route="temple"] #section-1743561920449,
body[data-route="temple"] #section-1743562093849,
body[data-route="temple"] #section-1743562112568,
body[data-route="temple"] #section-1743562176852,
body[data-route="exclusive"] #section-1769512361643,
body[data-route="exclusive"] #section-1769512361644,
body[data-route="exclusive"] #section-1769512361645,
body[data-route="exclusive"] #section-1769512361646,
body[data-route="exclusive"] #section-1769512361647,
body[data-route="exclusive"] #section-1769512361648,
body[data-route="exclusive"] #section-1769512361649 { display: none !important; }

/* Global conversion and accessibility hardening. */
#section-header a, #section-header button, .btn, .slick-arrow { min-width: 44px; min-height: 44px; }
#section-header .header__block--logo .logo__image { width: 235px !important; max-height: 100px; object-fit: contain; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #d6b973 !important; outline-offset: 3px !important; }
.concept-stat { margin: 0; color: #a28e64; font-family: Georgia, serif; font-size: 3rem; }

/* Getting Here reuses the approved faithful header markup. These scoped base
   rules provide the same layout without loading the broad Kajabi stylesheet
   over the page's travel content. */
[data-concept-standalone-header] .header { position: absolute; z-index: 9999; top: 0; width: 100%; background: rgba(0,0,0,.29); color: #fff; font: 18px/1.6 Quicksand, sans-serif; }
[data-concept-standalone-header] .header__content--desktop { padding: 20px 0; }
[data-concept-standalone-header] .header__container { position: relative; display: flex; max-width: 1340px; margin-inline: auto; padding-inline: 40px; align-items: center; justify-content: center; }
[data-concept-standalone-header] .header__block { margin-inline: 10px; }
[data-concept-standalone-header] .header__container > div:first-of-type { margin-left: 0; }
[data-concept-standalone-header] .header__container > div:last-of-type { margin-right: 0; }
[data-concept-standalone-header] .header__block--logo { flex: 1; line-height: 1; }
[data-concept-standalone-header] .logo { display: inline-block; margin: 0; }
[data-concept-standalone-header] .logo__image { display: block; max-width: 100%; height: auto; }
[data-concept-standalone-header] .link-list { display: flex; justify-content: center; }
[data-concept-standalone-header] .link-list__link { margin: 0 20px; color: #fff; text-decoration: none; }
[data-concept-standalone-header] .hamburger { display: none; }
[data-concept-standalone-header] .header__content--mobile { display: none; }

@media (min-width: 768px) {
  #section-header .header__container { position: relative; min-height: 100px; }
  #section-header .header__block--logo { position: absolute; z-index: 2; top: 50%; left: 50%; margin: 0 !important; transform: translate(-50%, -50%); }
  #section-header #block-1743527207707 { margin-right: auto; }
  #section-header #block-1743527389642 { margin-left: auto; }
  body[data-route="home"] #block-1642543175262_0 { transform: translateY(-32px); }
  body[data-route="about"] #section-1642547470318 .sizer { box-sizing: border-box; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; padding-block: 100px; }
  body[data-route="about"] #section-1642547470318 .container { width: 100%; }
  body[data-route="about"] #block-1642547470318_0 { flex: 0 0 600px; max-width: 600px; }
}

body[data-route="about"] #block-1642547470318_0 .block { background-color: rgba(0, 0, 0, .54); }
body[data-route="about"] #block-1642547470318_0 h1 span { color: #a28e64 !important; }

@media (max-width: 1100px) {
  .concept-intro__grid { grid-template-columns: minmax(0, 1fr); }
  .concept-intro__grid .concept-facts { margin-top: 1rem; }
}

/* Long venue headlines must remain inside their editorial column. The former
   5vw maximum let individual words run underneath the adjacent facts panel. */
.concept-intro:not(.concept-intro--home) h2 { font-size: clamp(2.55rem, 5vw, 3.6rem); text-wrap: balance; }
body[data-route="house"] .concept-intro h2 { font-size: clamp(2.55rem, 4.2vw, 2.7rem); }
body[data-route="house"] .concept-facts dt { white-space: nowrap; }

@media (max-width: 900px) {
  .concept-intro__grid, .concept-story, .concept-story--reverse { grid-template-columns: 1fr; }
  .concept-intro--home { background: var(--concept-paper); }
  .concept-facts { margin-top: 1rem; }
  .concept-story--reverse .concept-story__image { order: 0; }
  .concept-story__image { min-height: 380px; }
  .concept-compare__grid { grid-template-columns: 1fr; }
  .concept-venue-card { grid-template-rows: 360px auto; }
  .concept-enquiry__grid { grid-template-columns: 1fr; }
}

@media (max-width: 1079px) {
  .site-header__inner { box-sizing: border-box; height: 58px; min-height: 58px; padding: 7px 16px !important; }
  .site-header .brand { width: 120px !important; }
  .site-header .burger { width: 44px !important; height: 44px !important; }
}

@media (max-width: 767px) {
  body:not([data-route="residency"]) { padding-bottom: calc(52px + env(safe-area-inset-bottom)); }
  #section-header .header__content--desktop { padding-block: 0 !important; }
  #section-header .header.header--fixed, #section-header .header:has(.hamburger--opened) { transition: none !important; }
  #section-header .header__container { box-sizing: border-box; height: 58px; min-height: 58px !important; padding: 7px 14px !important; }
  #section-header .header__block--logo, #section-header .logo { display: flex; min-height: 44px; align-items: center; }
  #section-header .header__block--logo .logo__image { width: 120px !important; max-height: 38px; object-fit: contain; }
  #section-header .hamburger { display: flex; width: 44px !important; height: 44px !important; align-items: center; justify-content: center; margin: 0 !important; }
  #section-header .hamburger__slices { transform: scale(.84); }
  #section-header .header.header--fixed { background: var(--concept-deep) !important; backdrop-filter: none !important; box-shadow: 0 1px 0 rgba(214,185,115,.28); }
  #section-header .header:has(.hamburger--opened) { background: var(--concept-deep) !important; }
  #section-header .header:has(.hamburger--opened) .header__content--mobile { background: var(--concept-deep) !important; }
  #section-header .header:has(.hamburger--opened) .header__content--mobile a { color: #fff !important; }
  [data-concept-standalone-header] .header { font-size: 20px; }
  [data-concept-standalone-header] .header__content--desktop { padding: 0; }
  [data-concept-standalone-header] .header__container { box-sizing: border-box; height: 58px; min-height: 58px; padding: 7px 14px; justify-content: flex-start; }
  [data-concept-standalone-header] .header__block--menu { display: none; }
  [data-concept-standalone-header] .header__block--logo { margin: 0 10px 0 0; text-align: left; }
  [data-concept-standalone-header] .hamburger { position: relative; display: flex; margin-left: auto; cursor: pointer; }
  [data-concept-standalone-header] .hamburger__slices { position: relative; width: 100%; height: 24px; }
  [data-concept-standalone-header] .hamburger__slice { position: absolute; width: 100%; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  [data-concept-standalone-header] .hamburger--slice-2,
  [data-concept-standalone-header] .hamburger--slice-3 { top: 11px; }
  [data-concept-standalone-header] .hamburger--slice-4 { top: 22px; }
  [data-concept-standalone-header] .hamburger--opened .hamburger--slice-1 { transform: translateY(-6px); opacity: 0; }
  [data-concept-standalone-header] .hamburger--opened .hamburger--slice-2 { transform: rotate(-45deg); }
  [data-concept-standalone-header] .hamburger--opened .hamburger--slice-3 { transform: rotate(45deg); }
  [data-concept-standalone-header] .hamburger--opened .hamburger--slice-4 { transform: translateY(6px); opacity: 0; }
  [data-concept-standalone-header] .header__content--mobile { max-height: calc(100vh - 58px); overflow-y: auto; }
  body.concept-mobile-menu-open { overflow: hidden; }
  #section-header .header__content--mobile { box-sizing: border-box; width: 100%; max-width: 100vw; padding: .5rem 18px max(1.4rem, env(safe-area-inset-bottom)); background: var(--concept-deep) !important; }
  #section-header .header__content--mobile > :not(.concept-mobile-nav) { display: none !important; }
  .concept-mobile-nav { display: flex; width: min(100%, 520px); flex-direction: column; gap: 0; margin-inline: auto; }
  .concept-mobile-nav > a { display: flex !important; min-height: 48px; align-items: center; padding: .7rem .25rem !important; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff !important; font-size: .94rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
  .concept-mobile-nav > a[aria-current="page"] { color: #d6b973 !important; }
  .concept-mobile-nav > a:hover, .concept-mobile-nav > a:focus-visible { color: #d6b973 !important; }
  .concept-mobile-nav > .concept-mobile-nav__cta { min-height: 50px; justify-content: center; margin-top: 1rem; padding: .8rem 1rem !important; border: 1px solid #d6b973; background: var(--concept-gold); color: #fff !important; font-size: .74rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
  .concept-shell, .concept-shell--narrow { width: min(100% - 32px, 1180px); }
  .concept-intro, .concept-compare, .concept-stories, .concept-next, .concept-faq, .concept-contact { padding-block: 4rem; }
  .concept-intro h2, .concept-compare h2, .concept-next h2, .concept-faq h2, .concept-contact h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  body[data-route="house"] .concept-intro h2 { font-size: clamp(2rem, 9.5vw, 2.4rem); }
  .concept-actions, .concept-button { width: 100%; }
  .concept-facts { grid-template-columns: 1fr; }
  .concept-facts div + div { border-top: 1px solid var(--concept-line); border-left: 0; }
  .concept-trust__grid { grid-template-columns: 1fr 1fr; }
  .concept-trust p:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .concept-trust p:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .concept-compare__grid { gap: 1.2rem; }
  .concept-venue-card { grid-template-rows: 260px auto; }
  .concept-venue-card:hover, .concept-venue-card:focus-visible { transform: none; }
  .concept-venue-card__body { padding: 1.5rem; }
  .concept-form-grid { grid-template-columns: 1fr; }
  .concept-phone-controls { grid-template-columns: 1fr; }
  .concept-form-span { grid-column: auto; }
  .concept-enquiry__form { padding: 2rem 1.25rem; }
  .concept-enquiry__submit { width: 100%; min-width: 0; }
  .concept-story__image { min-height: 290px; }
  .concept-story__copy { padding: 2rem 1.4rem 2.5rem; }
  .concept-gallery { padding-block: 4rem; }
  .concept-gallery__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-auto-flow: dense; grid-auto-rows: 170px; gap: 8px; }
  .concept-gallery__item { grid-column: span 1; }
  .concept-gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
  .concept-gallery__item:nth-child(6) { grid-column: span 2; }
  .concept-gallery[data-gallery-count="15"] .concept-gallery__item:nth-child(6),
  .concept-gallery[data-gallery-count="15"] .concept-gallery__item:nth-child(10) { grid-column: span 1; }
  .concept-lightbox { grid-template-columns: 52px minmax(0, 1fr) 52px; padding-inline: 8px; }
  .concept-lightbox button { width: 46px; height: 46px; }
  .concept-lightbox figure img { max-height: calc(100vh - 165px); }
  .concept-next ol, .concept-contact__choices { grid-template-columns: 1fr; }
  .concept-next li > span { margin-bottom: 1rem; }
  .concept-mobile-action { position: fixed; z-index: 9997; right: 0; bottom: 0; left: 0; display: flex; min-height: calc(52px + env(safe-area-inset-bottom)); align-items: center; justify-content: center; padding: 0 18px env(safe-area-inset-bottom); border-top: 1px solid #d6b973; background: var(--concept-gold); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; box-shadow: 0 -5px 18px rgba(4,42,64,.16); }
  .gs_chatHover_ai[data-concept-ready="true"] { right: max(12px, env(safe-area-inset-right)) !important; bottom: calc(62px + env(safe-area-inset-bottom)) !important; }
  .concept-site-footer__address { flex-direction: column; }
  .map:has(.concept-optional-map), .concept-optional-map { box-sizing: border-box; width: 100%; max-width: 100vw; height: 340px; min-height: 340px; overflow: hidden; }
  .concept-map-frame { width: 100% !important; max-width: 100%; }
  .concept-cookie { bottom: calc(62px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; }
  .concept-cookie__actions, .concept-cookie__actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
  .concept-venue-card:hover img, .concept-venue-card:focus-visible img,
  .concept-whatsapp-trigger:hover, .concept-whatsapp-trigger:focus-visible,
  .gs_chatHover_ai > .gs_widgetContainer_ai { transform: none !important; }
}
