/* Cascais Routes — Phase 3c-3 Camp pages (Concept B + redesigned stay sections)
 * Scoped body.cr-camp. Accent rides the Phase 2 --element-* token rebind
 * (.tpl-water for surf-camp, .tpl-climb for climb-camp — set in element-family.php).
 * Hooks = _element_id values injected by docs/phase3c3-camps/scripts/build-camps.py.
 */

body.cr-camp {
  --cr-accent: var(--element-action);   /* water #0e7490 · climb #c2410c */
  --cr-dark:   var(--element-deep);     /* water #083344 · climb #5a1c08 */
  --cr-tint:   var(--element-surface);  /* water #ecfeff · climb #fef3e2 */
  --cr-yellow: #ffde01;
  --cr-pad: 1.5rem; --cr-maxw: 1180px;
  --cr-shadow: 0 18px 50px -22px rgba(11,36,54,.5);
  background: var(--surface); color: var(--ink); font-family: var(--font-body);
}
body.cr-camp .elementor-section, body.cr-camp .e-con { --spacing: 0; }
body.cr-camp .elementor-widget:not(:last-child) { margin-block-end: 0; }

/* ── shared bits ── */
body.cr-camp .cr-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cr-accent); margin-bottom: .7rem;
}
body.cr-camp .cr-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--cr-accent); border-radius: 1px; }
body.cr-camp .cr-h2 {
  font-family: var(--font-heading); font-weight: 800; text-transform: uppercase; line-height: 1.02;
  letter-spacing: -.01em; color: var(--cr-dark); font-size: clamp(1.7rem, 3vw, 2.5rem); text-wrap: balance; margin: 0;
}
body.cr-camp .cr-h2--xl { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
body.cr-camp .cr-lead { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.7; max-width: 48ch; margin-top: 1.1rem; }

/* ── buttons ── */
.cr-btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-heading); font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; font-size: .92rem; border-radius: 999px; padding: .9rem 1.7rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; width: fit-content;
  transition: transform .25s cubic-bezier(.22,1,.36,1), background .25s, color .25s, box-shadow .25s; }
.cr-btn .arr, .cr-btn span { transition: transform .25s; }
.cr-btn--primary { background: var(--cr-yellow); color: var(--ink); }
.cr-btn--primary:hover { background: var(--white); transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(0,0,0,.4); }
.cr-btn--ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.cr-btn--ghost:hover { background: var(--white); color: var(--ink); }
.cr-btn--accent { background: var(--cr-accent); color: #fff; margin-top: 1.9rem; }
.cr-btn--accent:hover { background: var(--cr-dark); transform: translateY(-2px); }
.cr-btn--ghost-dark { border-color: var(--cr-dark); color: var(--cr-dark); margin-top: 1.8rem; }
.cr-btn--ghost-dark:hover { background: var(--cr-dark); color: #fff; }
.cr-btn--yellow { background: var(--cr-yellow); color: var(--ink); margin-top: 1.8rem; }
.cr-btn--yellow:hover { filter: brightness(1.06); transform: translateY(-2px); }
.cr-book-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; width: 100%;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; padding: 1rem 1.6rem; border-radius: 10px;
  background: var(--cr-accent); color: #fff; border: none; cursor: pointer; text-decoration: none; transition: filter .2s, transform .2s; }
.cr-book-btn:hover { filter: brightness(1.12); transform: translateY(-1px); }

/* ── HERO (single full-bleed photo) ── */
body.cr-camp #cr-hero-stage {
  /* full viewport (was 90vh); fixed-overlay header + bottom-anchored content → no offset.
     dvh fills the live mobile viewport (svh would leave it ~15% short); vh = fallback. */
  position: relative; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-end; color: var(--white); overflow: hidden;
  padding: 0 max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)) clamp(2.5rem, 5vw, 4.5rem) !important;
  background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important;
}
body.cr-camp #cr-hero-stage::after { content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(to top, rgba(8,12,16,.86) 0%, rgba(8,12,16,.40) 50%, rgba(8,12,16,.10) 100%); }
body.cr-camp #cr-hero-stage > * { position: relative; z-index: 1; }
body.cr-camp #cr-hero-stage > .elementor-element { width: 100%; max-width: var(--cr-maxw); }
body.cr-camp #cr-hero-stage .elementor-widget-image { display: none !important; }
/* legacy inner containers ship justify-content:space-evenly → the heading (width:initial)
   floated mid-row, misaligned with the CTA column. Pin everything to the left rail. */
body.cr-camp #cr-hero-stage .e-con { justify-content: flex-start !important; align-items: flex-start !important; padding-inline: 0 !important; min-height: 0 !important; }
body.cr-camp #cr-hero-stage .e-con .e-con,
body.cr-camp #cr-hero-stage .e-con .e-con-inner { min-height: 0 !important; }
/* Kill Elementor gap on hero stage AND its e-con children */
body.cr-camp #cr-hero-stage { row-gap: 0 !important; gap: 0 !important; }
body.cr-camp #cr-hero-stage > .e-con { row-gap: 0 !important; }
body.cr-camp #cr-hero-stage > .e-con-inner,
body.cr-camp #cr-hero-stage.e-con > .e-con-inner { row-gap: 0 !important; }
body.cr-camp #cr-hero-stage .elementor-widget { margin-bottom: 0 !important; }
body.cr-camp #cr-hero-stage .elementor-widget-heading { width: auto !important; max-width: 100%; margin-inline: 0 !important; }
body.cr-camp #cr-hero-stage .elementor-heading-title, body.cr-camp #cr-hero-stage h1 {
  font-family: var(--font-heading); font-size: clamp(2.6rem, 5.6vw, 5rem); font-weight: 800; text-transform: uppercase;
  line-height: 1; letter-spacing: -.01em; color: var(--white); max-width: 18ch; text-wrap: balance; margin: 0 0 .5rem; text-align: left !important; }
/* Gold Standard: yellow underline */
body.cr-camp #cr-hero-stage .elementor-heading-title::after {
  content: ""; display: block; width: clamp(60px, 9vw, 100px); height: 5px; border-radius: 2px;
  background: var(--cr-yellow, #ffde01); margin: clamp(.5rem, 1vw, .8rem) auto 0 0;
}
.crcampcta { color: var(--white); text-align: left; }
.crcampcta__sub { font-size: 1.05rem; color: rgba(255,255,255,.88); max-width: 46ch; margin: .4rem 0 1rem; }
.crcampcta__row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.crcampcta__meta { display: flex; gap: 2.4rem; flex-wrap: wrap; }
.crcampcta__meta div { display: flex; flex-direction: column; gap: .15rem; }
.crcampcta__meta b { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; text-transform: uppercase; line-height: 1; }
.crcampcta__meta span { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .06em; }

/* ── anchor sub-nav ── */
body.cr-camp .elementor-widget-icon-list .elementor-icon-list-items { display: flex; flex-wrap: wrap; gap: 1.6rem; justify-content: center; padding: .2rem 0; margin: 0; }
body.cr-camp .elementor-widget-icon-list .elementor-icon-list-item { border: 0 !important; }
body.cr-camp .elementor-widget-icon-list .elementor-icon-list-icon { display: none; }
body.cr-camp .elementor-widget-icon-list .elementor-icon-list-text { font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: .82rem; color: var(--cr-dark); transition: color .2s; }
body.cr-camp .elementor-widget-icon-list a:hover .elementor-icon-list-text { color: var(--cr-accent); }

/* ── native photos fill the ROUNDED *-media columns (~half height, contained) ── */
body.cr-camp [id$="-media"] { position: relative; overflow: hidden; border-radius: 18px; height: clamp(280px, 46vh, 440px); }
body.cr-camp [id$="-media"] .elementor-widget-image,
body.cr-camp [id$="-media"] .elementor-widget-image > .elementor-widget-container,
body.cr-camp [id$="-media"] .elementor-widget-image figure { height: 100% !important; margin: 0; }
body.cr-camp [id$="-media"] .elementor-widget-image img { height: 100% !important; width: 100% !important; object-fit: cover; display: block; }
body.cr-camp #cr-welcome-media > .elementor-widget-image { position: absolute; inset: 0; }

/* ── WELCOME / HOUSE / VILLAS — contained split, rounded image ── */
body.cr-camp #cr-welcome, body.cr-camp #cr-house2, body.cr-camp #cr-villas2 {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2.75rem, 5.5vw, 5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
body.cr-camp #cr-welcome, body.cr-camp #cr-house2 { background: var(--white); }
body.cr-camp #cr-villas2 { background: var(--surface-warm); }
body.cr-camp #cr-welcome-body, body.cr-camp #cr-house-body, body.cr-camp #cr-villas-body {
  display: flex; flex-direction: column; justify-content: center; }
body.cr-camp #cr-welcome-inset { position: absolute; left: 16px; bottom: 16px; width: clamp(110px, 32%, 170px); height: 40%; z-index: 3;
  border-radius: 12px; overflow: hidden; box-shadow: var(--cr-shadow); border: 4px solid var(--white); }
body.cr-camp .cr-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 0; }
body.cr-camp .cr-chip { display: inline-flex; align-items: center; gap: .45rem; background: var(--cr-tint); color: var(--cr-accent);
  border-radius: 999px; padding: .5rem 1rem; font-size: .82rem; font-weight: 700; }
body.cr-camp .cr-chip b { font-family: var(--font-heading); font-size: 1rem; }
body.cr-camp .cr-amenities { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.4rem; margin-top: 1.6rem; max-width: 32rem; }
body.cr-camp .cr-amenity { display: flex; align-items: center; gap: .6rem; font-size: .92rem; color: var(--ink-soft); }
body.cr-camp .cr-amenity svg { flex: none; width: 20px; height: 20px; color: var(--cr-accent); }
body.cr-camp .cr-points { list-style: none; margin: 1.4rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; max-width: 42ch; }
body.cr-camp .cr-points li { display: flex; gap: .6rem; font-size: .95rem; color: var(--ink-soft); }
body.cr-camp .cr-points li::before { content: ''; flex: none; width: 8px; height: 8px; margin-top: .55rem; background: var(--cr-accent); border-radius: 2px; transform: rotate(45deg); }

/* ── 3. LOCATION strip ── */
body.cr-camp #cr-location { background: var(--cr-dark); color: #fff; padding: clamp(2rem,4vw,3rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
body.cr-camp .cr-loc-inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; justify-content: space-between; }
body.cr-camp .cr-loc-title { font-family: var(--font-heading); text-transform: uppercase; font-weight: 700; font-size: 1.1rem; letter-spacing: .04em; }
body.cr-camp .cr-loc-items { display: flex; gap: 2.2rem; flex-wrap: wrap; }
body.cr-camp .cr-loc-item b { font-family: var(--font-heading); font-size: 1.5rem; color: var(--cr-yellow); display: block; line-height: 1; }
body.cr-camp .cr-loc-item span { font-size: .8rem; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .05em; }

/* ── 5. PACKING (light checklist — sits between warm villas above + dark form below) ── */
body.cr-camp #cr-packing2 { background: var(--white); color: var(--ink); padding: clamp(3rem,6vw,5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
body.cr-camp #cr-packing2 .cr-eyebrow { color: var(--cr-accent); }
body.cr-camp #cr-packing2 .cr-h2 { color: var(--cr-dark); }
body.cr-camp #cr-packing2 .cr-lead { color: var(--ink-soft); }
body.cr-camp .cr-pack-head { max-width: 640px; }
body.cr-camp .cr-checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .7rem 2rem; margin: 1.8rem 0; max-width: 780px; }
body.cr-camp .cr-check { display: flex; align-items: center; gap: .6rem; color: var(--ink); font-size: .95rem; }
body.cr-camp .cr-check svg { flex: none; width: 20px; height: 20px; color: var(--cr-accent); }

/* ── INCLUDED (pillars + sticky booking) ── */
body.cr-camp #cr-included { background: var(--white); display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 3rem; align-items: start; overflow: visible;
  padding: clamp(2.75rem,5.5vw,5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
body.cr-camp #cr-incl-main { display: flex; flex-direction: column; min-width: 0; overflow: visible; }
body.cr-camp [id^="cr-pillar-"] { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; align-items: center; margin-bottom: 2.4rem; }
body.cr-camp [id="cr-pillar-3"] { margin-bottom: 0; }
body.cr-camp [id="cr-pillar-2"] { grid-template-columns: 1fr 220px; }
body.cr-camp [id="cr-pillar-2"] .elementor-widget-image { order: 2; }
body.cr-camp [id^="cr-pillar-"] .elementor-widget-image img { border-radius: 14px; aspect-ratio: 4/3; width: 100%; object-fit: cover; display: block; }
body.cr-camp .cr-pillar__n { font-family: var(--font-heading); font-size: .8rem; font-weight: 700; letter-spacing: .1em; color: var(--cr-accent); margin-bottom: .25rem; }
body.cr-camp .cr-pillar__body h3 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; color: var(--cr-dark); margin: 0 0 .9rem; }
body.cr-camp .cr-incl-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
body.cr-camp .cr-incl-list li { display: flex; align-items: flex-start; gap: .6rem; font-size: .92rem; color: var(--ink-soft); line-height: 1.5; }
body.cr-camp .cr-incl-list li::before { content: ''; flex: none; width: 7px; height: 7px; margin-top: .5rem; background: var(--cr-accent); border-radius: 2px; transform: rotate(45deg); }
body.cr-camp #cr-book-card { position: sticky; top: 88px; align-self: start; }
body.cr-camp .cr-bookcard { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 1.8rem; box-shadow: var(--cr-shadow); }
body.cr-camp .cr-bookcard__price { display: flex; align-items: baseline; gap: .4rem; margin-bottom: .2rem; }
body.cr-camp .cr-bookcard__price b { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; color: var(--cr-dark); line-height: 1; }
body.cr-camp .cr-bookcard__price span { font-size: .85rem; color: var(--ink-soft); }
body.cr-camp .cr-bookcard__note { font-size: .75rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
body.cr-camp .cr-bookcard__incl { list-style: none; margin: 1.1rem 0; padding: 1.1rem 0 0; border-top: 1px solid var(--border); }
body.cr-camp .cr-bookcard__incl li { display: flex; align-items: center; gap: .55rem; font-size: .85rem; color: var(--ink); padding: .3rem 0; }
body.cr-camp .cr-bookcard__incl li::before { content: '✓'; color: var(--cr-accent); font-weight: 800; }
body.cr-camp .cr-bookcard__alt { display: block; text-align: center; font-size: .8rem; font-weight: 700; color: var(--cr-accent); text-decoration: none; margin-top: .9rem; }
body.cr-camp .cr-bookcard__alt:hover { text-decoration: underline; }

/* ── PRICES (price-list → room tier cards) ── */
body.cr-camp #cr-prices { background: var(--surface-warm); padding: clamp(2.75rem,5.5vw,5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
body.cr-camp #cr-prices .elementor-heading-title { font-family: var(--font-heading); font-weight: 800; text-transform: uppercase; color: var(--cr-dark); font-size: clamp(1.6rem,3vw,2.4rem); margin-bottom: 1.6rem; }
body.cr-camp #cr-prices .elementor-price-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
body.cr-camp #cr-prices .elementor-price-list-item { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem 1.4rem; transition: transform .25s, box-shadow .25s, border-color .25s; }
body.cr-camp #cr-prices .elementor-price-list-item:hover { transform: translateY(-4px); box-shadow: var(--cr-shadow); border-color: var(--cr-accent); }
body.cr-camp #cr-prices .elementor-price-list-item::before, body.cr-camp #cr-prices .elementor-price-list-item::after { display: none; }
body.cr-camp #cr-prices .elementor-price-list-header { display: block !important; margin-bottom: .5rem; }
body.cr-camp #cr-prices .elementor-price-list-title { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; text-transform: uppercase; color: var(--cr-dark); line-height: 1.1; }
body.cr-camp #cr-prices .elementor-price-list-price { color: var(--cr-accent); font-weight: 700; }
body.cr-camp #cr-prices .elementor-price-list-separator { display: none; }
body.cr-camp #cr-prices .elementor-price-list-description { font-size: .86rem; color: var(--ink-soft); line-height: 1.55; }
body.cr-camp #cr-prices .elementor-widget-button { margin-top: 1.4rem; }
body.cr-camp #cr-prices .elementor-widget-button .elementor-button { background: var(--cr-accent); color: #fff; border-radius: 999px; font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: .85rem 1.9rem; }
/* season/booking note paragraphs here were authored white → force dark */
body.cr-camp #cr-prices .elementor-widget-text-editor,
body.cr-camp #cr-prices .elementor-widget-text-editor p { color: var(--ink-soft) !important; }

/* ── FORM (tinted band + white card so it reads as a form) ── */
body.cr-camp #cr-form { background: var(--cr-dark); padding: clamp(2.75rem,5.5vw,5rem) max(var(--cr-pad), calc((100% - var(--cr-maxw)) / 2)); }
/* head widget wrapper shrinks in the flex-column container on some pages → force full width so the centered inner block actually centers */
body.cr-camp #cr-form #cr-form-head { width: 100%; }
body.cr-camp #cr-form .cr-form-head { text-align: center; max-width: 620px; margin: 0 auto 2rem; }
body.cr-camp #cr-form .cr-form-head .cr-eyebrow { color: var(--cr-yellow); justify-content: center; }
body.cr-camp #cr-form .cr-form-head .cr-h2 { color: #fff; }
body.cr-camp #cr-form .cr-form-head .cr-lead { color: rgba(255,255,255,.82); max-width: 52ch; margin: 1rem auto 0; }
body.cr-camp #cr-form .elementor-form { max-width: 720px; margin: 0 auto; background: var(--white); border-radius: 18px; box-shadow: var(--cr-shadow); padding: clamp(1.6rem, 4vw, 2.6rem); }
body.cr-camp #cr-form .elementor-field-textual,
body.cr-camp #cr-form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
body.cr-camp #cr-form textarea, body.cr-camp #cr-form select {
  min-height: 48px; width: 100%; background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  padding: .65rem .9rem; color: var(--ink); font-family: var(--font-body); font-size: .95rem; line-height: 1.4; }
body.cr-camp #cr-form textarea { min-height: 120px; }
body.cr-camp #cr-form .elementor-field-textual:focus, body.cr-camp #cr-form input:focus, body.cr-camp #cr-form textarea:focus { outline: 2px solid var(--cr-accent); outline-offset: 1px; border-color: var(--cr-accent); }
body.cr-camp #cr-form .elementor-field-label { color: var(--cr-dark); font-weight: 600; font-size: .85rem; margin-bottom: .3rem; }
body.cr-camp #cr-form .elementor-field-group { margin-bottom: 1rem; }
body.cr-camp #cr-form .elementor-field-subgroup { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
body.cr-camp #cr-form .elementor-field-subgroup .elementor-field-option { display: inline-flex; align-items: center; gap: .4rem; }
body.cr-camp #cr-form .elementor-field-option label { color: var(--ink); font-size: .92rem; margin: 0; cursor: pointer; }
body.cr-camp #cr-form input[type=radio], body.cr-camp #cr-form input[type=checkbox] { width: 18px; height: 18px; min-height: 0; accent-color: var(--cr-accent); margin: 0; }
body.cr-camp #cr-form button[type=submit], body.cr-camp #cr-form .elementor-button[type=submit] { background: var(--cr-accent); color: #fff; border: none; border-radius: 999px; padding: .9rem 2rem; font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; }

/* ── cr-content: reviews / faq / related ── */
body.cr-camp #cr-content { display: flex; flex-direction: column; }
body.cr-camp .cr-band--warm { background: var(--surface-warm); }
body.cr-camp .cr-band--dark { background: var(--cr-dark); color: var(--white); }
body.cr-camp .cr-band__head { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
body.cr-camp .cr-band--dark .cr-h2 { color: var(--white); }
body.cr-camp .cr-band--dark .cr-eyebrow { color: var(--cr-yellow); }
body.cr-camp .cr-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
body.cr-camp .cr-review { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
body.cr-camp .cr-review__stars { color: #f59e0b; font-size: .9rem; margin-bottom: .75rem; }
body.cr-camp .cr-review__text { font-size: .875rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 1rem; font-style: italic; }
body.cr-camp .cr-review__by { font-size: .8rem; font-weight: 700; color: var(--ink); }
body.cr-camp .cr-review__src { font-size: .7rem; color: var(--ink-soft); margin-top: .15rem; }
body.cr-camp .cr-faq { max-width: 760px; margin: 0 auto; }
body.cr-camp .cr-faq details { border-bottom: 1px solid var(--border); padding: 1.2rem 0; }
body.cr-camp .cr-faq summary { font-weight: 700; font-size: .9375rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--ink); }
body.cr-camp .cr-faq summary::-webkit-details-marker { display: none; }
body.cr-camp .cr-faq summary::after { content: '+'; font-size: 1.2rem; color: var(--cr-accent); }
body.cr-camp .cr-faq details[open] summary::after { content: '\2212'; }
body.cr-camp .cr-faq p { font-size: .875rem; color: var(--ink-soft); line-height: 1.65; padding-top: .75rem; max-width: 65ch; }
body.cr-camp .cr-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
body.cr-camp .cr-rel-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; overflow: hidden; transition: transform .25s; text-decoration: none; display: block; }
body.cr-camp .cr-rel-card:hover { transform: translateY(-4px); }
body.cr-camp .cr-rel-card__img { height: 160px; background-size: cover; background-position: center; }
body.cr-camp .cr-rel-card__body { padding: 1.25rem; }
body.cr-camp .cr-rel-card__cat { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); display: block; margin-bottom: .35rem; }
body.cr-camp .cr-rel-card__title { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; color: var(--white); display: block; margin-bottom: .75rem; }
body.cr-camp .cr-rel-card__cta { font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: .04em; text-transform: uppercase; }

/* ── Camp FAQ pages (heading + native accordion + "go back") ── */
body.cr-faqpage { background: var(--surface); }
/* NB: these pages were authored with WHITE text (for a dark bg) → force dark with !important */
body.cr-faqpage .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-heading); font-weight: 800; text-transform: uppercase; color: var(--element-deep) !important;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -.01em; text-align: center;
  max-width: 18ch; margin: clamp(2.5rem,6vw,4.5rem) auto 2.2rem; }
body.cr-faqpage .elementor-widget-accordion { max-width: 760px; margin: 0 auto; }
body.cr-faqpage .elementor-accordion .elementor-accordion-item { background: transparent; border: 0; border-bottom: 1px solid var(--border); }
body.cr-faqpage .elementor-accordion .elementor-tab-title,
body.cr-faqpage .elementor-accordion .elementor-tab-title a {
  padding: 1.2rem 0; font-family: var(--font-body); font-weight: 700; font-size: .95rem; color: var(--ink) !important;
  background: transparent !important; border: 0; transition: color .2s; text-decoration: none; }
body.cr-faqpage .elementor-accordion .elementor-tab-title:hover,
body.cr-faqpage .elementor-accordion .elementor-tab-title:hover a,
body.cr-faqpage .elementor-accordion .elementor-tab-title.elementor-active,
body.cr-faqpage .elementor-accordion .elementor-tab-title.elementor-active a,
body.cr-faqpage .elementor-accordion .elementor-active .elementor-tab-title,
body.cr-faqpage .elementor-accordion .elementor-active .elementor-tab-title a { color: var(--element-action) !important; }
body.cr-faqpage .elementor-accordion .elementor-accordion-icon,
body.cr-faqpage .elementor-accordion .elementor-accordion-icon i,
body.cr-faqpage .elementor-accordion .elementor-accordion-icon svg { color: var(--element-action) !important; fill: var(--element-action) !important; }
body.cr-faqpage .elementor-accordion .elementor-tab-content,
body.cr-faqpage .elementor-accordion .elementor-tab-content * {
  padding-block: 0; border: 0; background: transparent !important; color: var(--ink-soft) !important; font-size: .9rem; line-height: 1.65; }
body.cr-faqpage .elementor-accordion .elementor-tab-content { padding: 0 0 1.3rem; max-width: 65ch; }
body.cr-faqpage .elementor-widget-button { text-align: center; margin-top: 2.4rem; }
body.cr-faqpage .elementor-widget-button .elementor-button {
  background: var(--element-action) !important; color: #fff !important; border: 0 !important; border-radius: 999px; font-family: var(--font-heading);
  font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: .85rem 1.9rem; transition: filter .2s, transform .2s; }
body.cr-faqpage .elementor-widget-button .elementor-button:hover { filter: brightness(1.12); transform: translateY(-2px); }

/* sticky safety: no ancestor may clip the booking column */
body.cr-camp #cr-included, body.cr-camp #cr-book-card, body.cr-camp main, body.cr-camp .elementor, body.cr-camp .elementor-section-wrap { overflow: visible !important; }

/* ── responsive (mobile-first checks: every override keeps body.cr-camp specificity) ── */
@media (max-width: 980px) {
  body.cr-camp #cr-included { grid-template-columns: 1fr; }
  body.cr-camp #cr-book-card { position: static; }
}
@media (max-width: 860px) {
  body.cr-camp #cr-welcome, body.cr-camp #cr-house2, body.cr-camp #cr-villas2 { grid-template-columns: 1fr; }
  body.cr-camp [id$="-media"] { order: -1; height: clamp(220px, 40vh, 360px); }
  body.cr-camp #cr-welcome-body, body.cr-camp #cr-house-body, body.cr-camp #cr-villas-body { order: 0; }
  body.cr-camp #cr-welcome-inset { display: none; }
  body.cr-camp .cr-amenities { grid-template-columns: 1fr; }
  body.cr-camp .cr-loc-inner { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  body.cr-camp .cr-loc-items { gap: 1.4rem 2rem; }
}
@media (max-width: 767px) {
  body.cr-camp #cr-hero-stage .elementor-heading-title, body.cr-camp #cr-hero-stage h1 { font-size: clamp(2.2rem, 8vw, 3.4rem); }
  .crcampcta__meta { gap: 1.5rem; }
  /* stack pillars (image over text) — needs body.cr-camp to beat the base rule's specificity */
  body.cr-camp [id^="cr-pillar-"], body.cr-camp [id="cr-pillar-2"] { grid-template-columns: 1fr; gap: 1rem; }
  body.cr-camp [id="cr-pillar-2"] .elementor-widget-image { order: 0; }
  body.cr-camp [id^="cr-pillar-"] .elementor-widget-image img { aspect-ratio: 16/10; }
}
@media (prefers-reduced-motion: reduce) { body.cr-camp * { transition: none !important; } }
