/*
Theme Name: Rural Roots Tours
Theme URI: https://ruralrootstours.com
Description: Child theme for Rural Roots Tours: redesigned homepage, tours hub, trust pages and the crawlable internal linking required by the Search Console remediation.
Author: Rural Roots Tours
Template: twentytwentyone
Version: 2.7.0
Text Domain: rural-roots-tours
*/

:root {
  --rrt-olive: #2f3d2a;
  --rrt-olive-light: #3f5138;
  --rrt-shadow: 0 1px 2px rgba(28,26,23,.06), 0 8px 24px rgba(28,26,23,.07);
  --rrt-terracotta: #c4562f;
  --rrt-terracotta-dark: #a8451f;
  --rrt-cream: #fbf7f0;
  --rrt-sand: #f0e7d8;
  --rrt-ink: #1c1a17;
  --rrt-muted: #6b6459;
  --rrt-line: #e2d8c7;
  --rrt-gold: #c79a2e;
  --rrt-serif: Fraunces, Georgia, "Times New Roman", serif;
  --rrt-sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* The mockups paint the body, and so must we: the header is fixed, so any
   strip the main element does not cover shows the browser ground through. */
body { background: var(--rrt-cream); color: var(--rrt-ink); }

.rrt-home,
.rrt-home * { box-sizing: border-box; }
.rrt-home { background: var(--rrt-cream); color: var(--rrt-ink); font: 400 17px/1.65 var(--rrt-sans); }
.rrt-home img { display: block; max-width: 100%; }
.rrt-home h1, .rrt-home h2, .rrt-home h3 { font-family: var(--rrt-serif); letter-spacing: -.02em; line-height: 1.12; margin: 0; }
.rrt-home h1 { font-size: clamp(2.4rem, 5.2vw, 4.1rem); }
.rrt-home h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); }
.rrt-home h3 { font-size: 1.18rem; }
.rrt-home p { margin: 0; }
.rrt-home a:focus-visible { outline: 3px solid var(--rrt-terracotta); outline-offset: 3px; }
/* border-box and width:100% both matter: the header and footer wraps sit
   outside .rrt-home so they missed its box-sizing rule and ran 24px wider
   than the page content, and the hero wrap is a flex item that shrank to
   fit instead of filling, pushing the H1 off the same left edge. */
.rrt-wrap { box-sizing: border-box; margin: 0 auto; max-width: 1180px; padding: 0 24px; width: 100%; }
.rrt-section { padding: clamp(56px, 8vw, 104px) 0; }
.rrt-eyebrow { color: var(--rrt-terracotta); font: 600 .74rem/1 var(--rrt-sans); letter-spacing: .16em; text-transform: uppercase; }
.rrt-lede { color: var(--rrt-muted); font-size: 1.08rem; max-width: 60ch; }
.rrt-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font: 600 1rem/1 var(--rrt-sans); gap: .5rem; justify-content: center; min-height: 52px; padding: 0 28px; text-decoration: none; transition: .18s; }
.rrt-button--primary { background: var(--rrt-terracotta); color: #fff; }
.rrt-button--primary:hover { background: var(--rrt-terracotta-dark); color: #fff; }
.rrt-button--outline { border-color: var(--rrt-olive); color: var(--rrt-olive); }
.rrt-button--outline:hover { background: var(--rrt-olive); color: #fff; }
.rrt-button--light { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); color: #fff; }
.rrt-button--small { font-size: .94rem; min-height: 44px; padding: 0 20px; }

.rrt-hero { align-items: end; color: #fff; display: flex; overflow: hidden; position: relative; }
.rrt-hero::after { background: linear-gradient(180deg, rgba(28,26,23,.55), rgba(28,26,23,.28) 26%, rgba(28,26,23,.72) 62%, rgba(28,26,23,.93)); content: ""; inset: 0; position: absolute; }
.rrt-hero__image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.rrt-hero__content { position: relative; z-index: 1; }
.rrt-hero .rrt-eyebrow { color: #f2d9a0; }
.rrt-hero h1 { margin-top: 12px; max-width: 16ch; }
.rrt-hero__text { color: rgba(255,255,255,.92); font-size: 1.12rem; margin-top: 20px; max-width: 52ch; }
.rrt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rrt-trust-line { align-items: center; color: rgba(255,255,255,.9); display: flex; flex-wrap: wrap; font-size: .92rem; gap: 10px 22px; margin-top: 26px; }
.rrt-trust-line strong { color: #fff; }


.rrt-section__head { align-items: end; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; margin-bottom: 40px; }
.rrt-section__head h2, .rrt-section__head .rrt-lede { margin-top: 10px; }
.rrt-tour-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.rrt-tour-card { background: #fff; border: 1px solid var(--rrt-line); border-radius: 14px; box-shadow: 0 1px 2px rgba(28,26,23,.06), 0 8px 24px rgba(28,26,23,.07); display: flex; flex-direction: column; overflow: hidden; }
.rrt-tour-card__image { aspect-ratio: 4 / 3; background: var(--rrt-sand); display: block; overflow: hidden; }
.rrt-tour-card__image img { height: 100%; object-fit: cover; transition: transform .2s; width: 100%; }
.rrt-tour-card:hover .rrt-tour-card__image img { transform: scale(1.03); }
.rrt-tour-card__body { display: flex; flex: 1; flex-direction: column; gap: 13px; padding: 20px; }
.rrt-tour-card h3 a { color: inherit; text-decoration: none; }
.rrt-tour-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rrt-stars { color: var(--rrt-gold); letter-spacing: 2px; }
.rrt-tour-card__footer { align-items: center; border-top: 1px solid var(--rrt-line); display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding-top: 14px; }
.rrt-tour-card__price { color: var(--rrt-ink); font: 600 1.35rem/1.1 var(--rrt-serif); }
.rrt-tour-card__price del { color: var(--rrt-muted); font-size: .82rem; }
.rrt-tour-card__price ins { text-decoration: none; }

.rrt-why { background: var(--rrt-sand); }
.rrt-value-grid { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 42px; }
.rrt-value h3 { margin-top: 14px; }
.rrt-value p { color: var(--rrt-muted); font-size: .97rem; margin-top: 9px; }

.rrt-about-grid__image { aspect-ratio: 4 / 3; border-radius: 14px; box-shadow: 0 1px 2px rgba(28,26,23,.06), 0 8px 24px rgba(28,26,23,.07); height: 100%; object-fit: cover; width: 100%; }
.rrt-about-grid h2, .rrt-about-grid .rrt-lede { margin-top: 12px; }

.rrt-content { background: #fff; border-top: 1px solid var(--rrt-line); }
.rrt-content .entry-content { margin: 0 auto; max-width: 780px; }

.rrt-final { background: var(--rrt-olive); color: #fff; text-align: center; }
.rrt-final h2 { color: #fff; margin: 10px auto 0; max-width: 20ch; }
.rrt-final p:not(.rrt-eyebrow) { color: rgba(255,255,255,.82); margin: 16px auto 0; max-width: 50ch; }
.rrt-final .rrt-eyebrow { color: var(--rrt-gold); }
.rrt-final .rrt-actions { justify-content: center; }

.rrt-empty-products { border: 1px dashed var(--rrt-line); border-radius: 14px; color: var(--rrt-muted); padding: 32px; text-align: center; }

@media (max-width: 760px) {
  .rrt-hero { min-height: auto; padding: 110px 0 48px; }
  .rrt-about-grid { grid-template-columns: 1fr; }
  .rrt-about-grid__image { order: -1; }
  .rrt-section__head { align-items: start; }
  .rrt-tour-card__footer { align-items: start; flex-direction: column; }
  .rrt-tour-card__footer .rrt-button { width: 100%; }
}

/* =========================================================================
   Site chrome — header, nav, footer. Applies everywhere, not only .rrt-home.
   ========================================================================= */

.rrt-skip-link { background: #fff; color: var(--rrt-ink); left: 8px; padding: 12px 18px; position: absolute; top: 8px; z-index: 100; }
.rrt-skip-link:focus { clip: auto; clip-path: none; height: auto; width: auto; }

body.rrt-nav-open { overflow: hidden; }

.rrt-topbar { background: var(--rrt-olive); color: rgba(255,255,255,.9); font: 400 .82rem/1 var(--rrt-sans); position: fixed; inset: 0 0 auto; z-index: 51; }
.rrt-topbar__inner { align-items: center; display: flex; gap: 18px; justify-content: space-between; min-height: 36px; }
.rrt-topbar__link { align-items: center; color: inherit; display: inline-flex; gap: 7px; text-decoration: none; }
.rrt-topbar__link:hover { color: #fff; text-decoration: underline; }
.rrt-topbar__trust { color: rgba(255,255,255,.78); }

.rrt-header { background: rgba(251,247,240,.94); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; position: fixed; inset: 36px 0 auto; transition: background .35s ease, backdrop-filter .35s ease, box-shadow .25s ease, border-color .25s ease; z-index: 50; }
.rrt-header.is-scrolled { border-bottom-color: var(--rrt-line); box-shadow: 0 6px 20px rgba(28,26,23,.07); }
.rrt-header__inner { align-items: center; display: flex; gap: 20px; justify-content: space-between; min-height: 66px; }
.rrt-header-spacer { height: 102px; }

.rrt-brand { align-items: center; color: var(--rrt-olive); display: inline-flex; text-decoration: none; }
.rrt-brand img { height: auto; max-height: 52px; width: auto; }
.rrt-header--overlay .rrt-brand img { filter: drop-shadow(0 1px 6px rgba(0,0,0,.35)); }
.rrt-brand__text { font: 600 1.22rem/1 var(--rrt-serif); letter-spacing: -.01em; }

.rrt-menu-toggle { background: none; border: 0; cursor: pointer; display: none; flex-direction: column; gap: 5px; padding: 10px 4px; }
.rrt-bar { background: var(--rrt-olive); border-radius: 2px; display: block; height: 2px; width: 24px; }

.rrt-nav { align-items: center; display: flex; gap: 26px; }
.rrt-nav__list { align-items: center; display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.rrt-nav__list li { margin: 0; }
.rrt-nav__list a { color: var(--rrt-ink); font: 500 .96rem/1 var(--rrt-sans); text-decoration: none; }
.rrt-nav__list a:hover { color: var(--rrt-terracotta); }
.rrt-nav__list .current-menu-item > a { color: var(--rrt-terracotta); }

.rrt-footer { background: var(--rrt-olive); color: rgba(255,255,255,.82); font: 400 .95rem/1.6 var(--rrt-sans); }
.rrt-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.rrt-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.rrt-footer__grid { display: grid; gap: 34px; grid-template-columns: 1.4fr repeat(3, 1fr); padding: clamp(46px,6vw,74px) 24px; }
.rrt-footer__name { color: #fff; font: 600 1.25rem/1.2 var(--rrt-serif); margin: 0 0 12px; }
.rrt-footer__blurb { margin: 0 0 18px; max-width: 42ch; }
.rrt-footer__wa { align-items: center; display: inline-flex; gap: 8px; }
.rrt-footer__email { display: block; margin-top: 8px; }
.rrt-footer__title { color: #fff; font: 600 .78rem/1 var(--rrt-sans); letter-spacing: .14em; margin: 0 0 16px; text-transform: uppercase; }
.rrt-footer__list { list-style: none; margin: 0; padding: 0; }
.rrt-footer__list li { margin: 0 0 9px; }
.rrt-footer__bar { border-top: 1px solid rgba(255,255,255,.16); font-size: .86rem; }
.rrt-footer__bar-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; padding: 18px 24px; }
.rrt-footer__bar p { margin: 0; }
.rrt-footer__legal { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; margin: 0; padding: 0; }

/* =========================================================================
   Shared page furniture
   ========================================================================= */

.rrt-page-hero { background: var(--rrt-sand); border-bottom: 1px solid var(--rrt-line); padding: clamp(44px,6vw,80px) 0; }
.rrt-page-hero h1 { margin-top: 10px; max-width: 20ch; }
.rrt-page-hero .rrt-lede { margin-top: 16px; }

.rrt-link-list { display: grid; gap: 10px; list-style: none; margin: 22px 0 0; padding: 0; }
.rrt-link-list a { color: var(--rrt-olive); font-weight: 500; text-decoration: none; }
.rrt-link-list a::before { color: var(--rrt-terracotta); content: "\2192"; margin-right: 10px; }
.rrt-link-list a:hover { color: var(--rrt-terracotta); text-decoration: underline; text-underline-offset: 4px; }
.rrt-link-list--wide { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px 32px; }
.rrt-link-columns { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 34px; }
.rrt-link-columns h3 { font-size: 1.05rem; }

.rrt-explore { background: #fff; border-top: 1px solid var(--rrt-line); border-bottom: 1px solid var(--rrt-line); }
.rrt-tour-card__title { font-family: var(--rrt-serif); font-size: 1.18rem; letter-spacing: -.02em; line-height: 1.12; margin: 0; }
.rrt-tour-card__title a { color: inherit; text-decoration: none; }
.rrt-tour-card__title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rrt-tour-card__excerpt { color: var(--rrt-muted); font-size: .95rem; }

/* Reviews */
.rrt-review-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.rrt-review { background: #fff; border: 1px solid var(--rrt-line); border-radius: 14px; display: flex; flex-direction: column; padding: 22px; }
.rrt-review blockquote { border: 0; color: var(--rrt-ink); font-family: var(--rrt-serif); font-size: 1.06rem; line-height: 1.5; margin: 12px 0 16px; padding: 0; }
.rrt-review__meta { color: var(--rrt-muted); font-size: .88rem; margin: 0; margin-top: auto; }
.rrt-review__meta a { color: var(--rrt-olive); }

/* Reviews page (page-reviews.php) ------------------------------------- */
.rrt-trustbar--links { padding: 0; }
.rrt-trustbar--links .rrt-platforms { gap: 0; }
.rrt-trustbar--links .rrt-platform { align-items: flex-start; border-right: 1px solid var(--rrt-line); flex: 1 1 200px; flex-direction: column; gap: 5px; padding: 22px 26px; text-decoration: none; transition: background .15s; }
.rrt-trustbar--links .rrt-platform:last-child { border-right: 0; }
.rrt-trustbar--links a.rrt-platform:hover { background: var(--rrt-sand); }
.rrt-platform__count { color: var(--rrt-muted); font-size: .85rem; }
.rrt-platform__go { color: var(--rrt-terracotta); font: 600 .8rem/1 var(--rrt-sans); margin-top: 2px; }
@media (max-width: 640px) {
  .rrt-trustbar--links .rrt-platform { border-bottom: 1px solid var(--rrt-line); border-right: 0; flex-basis: 100%; }
}

.rrt-review-group { padding-block: clamp(40px, 5vw, 64px); }
.rrt-review-group h2 { margin-bottom: 26px; }
.rrt-review-group + .rrt-review-group { padding-top: 0; }
.rrt-review .rrt-stars { display: block; font-size: 1rem; margin: 0 0 10px; }
.rrt-review__meta span { display: block; margin-top: 2px; }
.rrt-review__meta a { color: var(--rrt-terracotta); font-weight: 600; }
.rrt-review--dim { background: var(--rrt-sand); }
.rrt-review--dim blockquote { color: var(--rrt-muted); font-family: var(--rrt-sans); font-size: 1rem; }
.rrt-review-grid--tight { max-width: 520px; }
.rrt-lowlights__note { color: var(--rrt-muted); margin-top: 20px; max-width: 72ch; }
.rrt-final__second { border-top: 1px solid rgba(255,255,255,.16); margin-top: 40px; padding-top: 34px; }

/* FAQ — core Details blocks, styled. No custom accordion script. */
.rrt-faq .wp-block-details { background: #fff; border: 1px solid var(--rrt-line); border-radius: 12px; margin-bottom: 12px; padding: 18px 22px; }
.rrt-faq .wp-block-details summary { cursor: pointer; font: 600 1.05rem/1.4 var(--rrt-serif); }
.rrt-faq .wp-block-details[open] summary { margin-bottom: 12px; }

/* Contact */
.rrt-contact-grid { align-items: start; display: grid; gap: clamp(28px,4vw,56px); grid-template-columns: 1.25fr 1fr; }
.rrt-contact-form { background: #fff; border: 1px solid var(--rrt-line); border-radius: 16px; box-shadow: var(--rrt-shadow); padding: clamp(24px, 3vw, 38px); }
.rrt-contact-form > .rrt-lede { margin: 10px 0 24px; }
.rrt-contact-form .rrt-form { margin-top: 4px; }
.rrt-contact-methods { display: grid; gap: 12px; margin: 18px 0 8px; }
.rrt-contact-methods .rrt-explore-card { background: #fff; }
.rrt-contact-methods .rrt-explore-card__icon .rrt-i { color: var(--rrt-olive); }
.rrt-explore-card__label small { color: var(--rrt-muted); display: block; font-weight: 400; font-size: .84rem; margin-top: 3px; }
.rrt-form__row { display: grid; gap: 6px; margin: 0 0 18px; }
.rrt-form__row label { font: 600 .9rem/1.3 var(--rrt-sans); }
.rrt-form input, .rrt-form textarea { border: 1px solid var(--rrt-line); border-radius: 10px; font: inherit; padding: 12px 14px; width: 100%; }
.rrt-form input:focus-visible, .rrt-form textarea:focus-visible { outline: 3px solid var(--rrt-terracotta); outline-offset: 2px; }
.rrt-form__hp { left: -9999px; position: absolute; }
.rrt-form__notice { border-radius: 10px; margin-bottom: 20px; padding: 14px 18px; }
.rrt-form__notice--ok { background: #eef3e9; color: var(--rrt-olive); }
.rrt-form__notice--error { background: #fbeae4; color: var(--rrt-terracotta-dark); }
.rrt-contact-aside h2 { font-size: 1.15rem; margin-top: 26px; }
.rrt-contact-aside h2:first-child { margin-top: 0; }

/* Guide to booking card, appended to editorial posts and pages */
.rrt-guide-cta { background: var(--rrt-sand); border: 1px solid var(--rrt-line); border-radius: 16px; display: grid; grid-template-columns: 240px 1fr; margin: 48px 0 0; overflow: hidden; }
.rrt-guide-cta__image img { height: 100%; object-fit: cover; width: 100%; }
.rrt-guide-cta__body { display: grid; gap: 12px; justify-items: start; padding: 26px; }
.rrt-guide-cta__body h2 { font-family: var(--rrt-serif); font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.15; margin: 0; }
.rrt-guide-cta__body h2 a { color: var(--rrt-ink); text-decoration: none; }
.rrt-guide-cta__body h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rrt-guide-cta__body p { margin: 0; }
.rrt-guide-cta__price { font: 600 1.3rem/1.1 var(--rrt-serif); }

/* -------------------------------------------------------------------------
   Live-site fix, kept while the old markup is still around. .hero{color:white}
   is written for the homepage dark photo hero, but the product template reuses
   .hero over the cream body, so the short description inherits white on cream
   and disappears. See "Pagina web/FIXES-product-pages.md", fix 1.
   ---------------------------------------------------------------------- */
.single-product .hero,
.single-product .woocommerce-product-details__short-description { color: var(--rrt-ink); }

@media (max-width: 980px) {
  .rrt-footer__grid { grid-template-columns: 1fr 1fr; }
  .rrt-contact-grid { grid-template-columns: 1fr; }
  .rrt-guide-cta { grid-template-columns: 1fr; }
  .rrt-guide-cta__image img { max-height: 220px; }
}

@media (max-width: 860px) {
  .rrt-menu-toggle { display: flex; }
  .rrt-header__inner { position: relative; }
  .rrt-nav { background: var(--rrt-cream); border-top: 1px solid var(--rrt-line); display: flex; flex-direction: column; gap: 18px; inset: 100% 0 auto; padding: 24px; position: absolute;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s; }
  .rrt-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .rrt-nav__list { align-items: stretch; flex-direction: column; gap: 14px; }
  .rrt-nav__cta { width: 100%; }
  .rrt-topbar__trust { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .rrt-header, .rrt-nav { transition: none; }
  .rrt-nav { transform: none; }
}

@media (max-width: 782px) {
  /* WordPress's own admin-bar breakpoint, so the fixed header clears it */
  .admin-bar .rrt-topbar { top: 46px; }
}

@media (max-width: 600px) {
  .rrt-footer__grid { grid-template-columns: 1fr; }
}

/* =========================================================================
   v2.1 — icons, homepage refinements, blog index and article
   ========================================================================= */

.rrt-icon { flex-shrink: 0; vertical-align: -.15em; }
.rrt-eyebrow { align-items: center; display: inline-flex; gap: 8px; }
/* ~72 characters per line at the article body size - the readable band for
   long-form prose. 760px measured out at 82, which is too wide. */
.rrt-measure { max-width: 700px; }
.rrt-section--tight { padding-top: 0; }

/* Hero: trust claims as icon chips instead of one bold sentence */
.rrt-home .rrt-trust-line { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; margin: 26px 0 0; padding: 0; }
.rrt-home .rrt-trust-line li { align-items: center; color: rgba(255,255,255,.92); display: inline-flex; font-size: .93rem; gap: 8px; margin: 0; }
.rrt-home .rrt-trust-line li .rrt-icon { color: var(--rrt-gold); }
.rrt-button .rrt-icon { transition: transform .18s; }
.rrt-button--primary:hover .rrt-icon { transform: translateX(3px); }

/* Feature bar, replacing the single-sentence trust bar */
.rrt-featurebar { background: #fff; border-bottom: 1px solid var(--rrt-line); }
.rrt-featurebar__inner { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); padding-block: 30px; }
.rrt-feature { align-items: start; display: flex; gap: 14px; }
.rrt-feature__icon { align-items: center; background: var(--rrt-sand); border-radius: 11px; color: var(--rrt-olive); display: inline-flex; flex-shrink: 0; height: 42px; justify-content: center; width: 42px; }
.rrt-feature__title { color: var(--rrt-ink); font: 600 1rem/1.3 var(--rrt-sans); }
.rrt-feature__text { color: var(--rrt-muted); font-size: .9rem; line-height: 1.5; margin-top: 3px; }

/* Tour cards: icon meta */
.rrt-tour-card__meta { display: flex; flex-wrap: wrap; gap: 6px 16px; list-style: none; margin: 0; padding: 0; }
.rrt-tour-card__meta li { align-items: center; color: var(--rrt-muted); display: inline-flex; font-size: .86rem; gap: 6px; margin: 0; }
.rrt-tour-card__meta li .rrt-icon { color: var(--rrt-terracotta); }
.rrt-tour-card__rating { align-items: center; color: var(--rrt-muted); display: flex; font-size: .88rem; gap: 6px; }
.rrt-tour-card__rating .rrt-icon { color: var(--rrt-gold); fill: var(--rrt-gold); }

/* Popular pages: cards instead of a bare arrow list */
.rrt-explore-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); margin-top: 34px; }
.rrt-explore-card { align-items: center; background: var(--rrt-cream); border: 1px solid var(--rrt-line); border-radius: 14px; color: var(--rrt-ink); display: flex; gap: 14px; padding: 18px 20px; text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
.rrt-explore-card:hover { border-color: var(--rrt-olive); box-shadow: 0 8px 22px rgba(28,26,23,.08); transform: translateY(-2px); }
.rrt-explore-card__icon { align-items: center; background: #fff; border: 1px solid var(--rrt-line); border-radius: 10px; color: var(--rrt-olive); display: inline-flex; flex-shrink: 0; height: 40px; justify-content: center; width: 40px; }
.rrt-explore-card__label { flex: 1; font: 600 1rem/1.35 var(--rrt-sans); }
.rrt-explore-card__arrow { color: var(--rrt-terracotta); display: inline-flex; transition: transform .18s; }
.rrt-explore-card:hover .rrt-explore-card__arrow { transform: translateX(4px); }

/* Value cards: icons instead of numbers */
.rrt-value__icon { align-items: center; background: var(--rrt-olive); border-radius: 13px; color: #fff; display: inline-flex; height: 48px; justify-content: center; width: 48px; }
.rrt-value h3 { margin-top: 14px; }

/* =========================================================================
   Blog index and archives
   ========================================================================= */

.rrt-page-hero--blog { background: linear-gradient(180deg, var(--rrt-sand), var(--rrt-cream)); }
.rrt-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.rrt-chip { background: #fff; border: 1px solid var(--rrt-line); border-radius: 999px; color: var(--rrt-olive); font: 500 .88rem/1 var(--rrt-sans); padding: 10px 16px; text-decoration: none; transition: .18s; }
.rrt-chip:hover, .rrt-chip.is-current { background: var(--rrt-olive); border-color: var(--rrt-olive); color: #fff; }

.rrt-meta { align-items: center; color: var(--rrt-muted); display: flex; flex-wrap: wrap; font-size: .85rem; gap: 6px 18px; margin: 0; }
.rrt-meta__item { align-items: center; display: inline-flex; gap: 7px; }

.rrt-textlink { align-items: center; color: var(--rrt-terracotta); display: inline-flex; font: 600 .98rem/1 var(--rrt-sans); gap: 8px; text-decoration: none; }
.rrt-textlink:hover { text-decoration: underline; text-underline-offset: 4px; }
.rrt-textlink .rrt-icon { transition: transform .18s; }
.rrt-textlink:hover .rrt-icon { transform: translateX(4px); }

.rrt-lead-post { padding-bottom: clamp(30px, 4vw, 52px); }
.rrt-lead { align-items: stretch; background: #fff; border: 1px solid var(--rrt-line); border-radius: 18px; box-shadow: 0 1px 2px rgba(28,26,23,.06), 0 14px 34px rgba(28,26,23,.07); display: grid; grid-template-columns: 1.15fr 1fr; overflow: hidden; }
.rrt-lead__media { background: var(--rrt-sand); display: block; min-height: 300px; }
.rrt-lead__media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.rrt-lead__body { display: grid; align-content: center; gap: 14px; justify-items: start; padding: clamp(26px, 3.5vw, 46px); }
.rrt-lead__body h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.rrt-lead__body h2 a { color: inherit; text-decoration: none; }
.rrt-lead__body h2 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.rrt-lead__excerpt { color: var(--rrt-muted); font-size: 1.02rem; }

.rrt-post-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.rrt-post-grid--compact { gap: 22px; }
.rrt-post-card { background: #fff; border: 1px solid var(--rrt-line); border-radius: 14px; display: flex; flex-direction: column; overflow: hidden; transition: transform .18s, box-shadow .18s; }
.rrt-post-card:hover { box-shadow: 0 10px 26px rgba(28,26,23,.09); transform: translateY(-3px); }
.rrt-post-card__media { aspect-ratio: 16 / 10; background: var(--rrt-sand); display: block; overflow: hidden; }
.rrt-post-card__media img { height: 100%; object-fit: cover; width: 100%; }
.rrt-post-card__placeholder { align-items: center; color: var(--rrt-olive); display: flex; height: 100%; justify-content: center; opacity: .35; }
.rrt-post-card__body { display: flex; flex: 1; flex-direction: column; gap: 11px; padding: 20px; }
.rrt-post-card__topic { align-items: center; color: var(--rrt-terracotta); display: inline-flex; font: 600 .74rem/1 var(--rrt-sans); gap: 7px; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.rrt-post-card__title { font-family: var(--rrt-serif); font-size: 1.2rem; letter-spacing: -.02em; line-height: 1.22; margin: 0; }
.rrt-post-card__title a { color: var(--rrt-ink); text-decoration: none; }
.rrt-post-card__title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rrt-post-card__excerpt { color: var(--rrt-muted); font-size: .94rem; margin: 0; }
.rrt-post-card .rrt-meta { margin-top: auto; padding-top: 6px; }

.rrt-pagination { margin-top: 46px; }
.rrt-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.rrt-pagination .page-numbers { background: #fff; border: 1px solid var(--rrt-line); border-radius: 10px; color: var(--rrt-ink); display: inline-flex; min-width: 44px; justify-content: center; padding: 11px 14px; text-decoration: none; }
.rrt-pagination .page-numbers:hover { border-color: var(--rrt-olive); }
.rrt-pagination .page-numbers.current { background: var(--rrt-olive); border-color: var(--rrt-olive); color: #fff; }

/* =========================================================================
   Article
   ========================================================================= */

.rrt-article__header { background: var(--rrt-sand); padding: clamp(44px, 6vw, 84px) 0 clamp(34px, 4vw, 54px); }
.rrt-article__header h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); margin-top: 12px; }
.rrt-article__header .rrt-lede { margin-top: 18px; }
.rrt-article__header .rrt-meta { margin-top: 22px; }
.rrt-article__header .rrt-eyebrow a { color: inherit; text-decoration: none; }
.rrt-article__header .rrt-eyebrow a:hover { text-decoration: underline; text-underline-offset: 3px; }

.rrt-article__cover { margin: 0; }
.rrt-article__cover .rrt-wrap { margin-top: -34px; }
.rrt-article__cover img { border-radius: 16px; box-shadow: 0 1px 2px rgba(28,26,23,.06), 0 16px 40px rgba(28,26,23,.12); display: block; max-height: 620px; object-fit: cover; width: 100%; }
.rrt-article__cover figcaption { color: var(--rrt-muted); font-size: .85rem; margin-top: 10px; text-align: center; }

.rrt-toc { background: var(--rrt-sand); border-left: 3px solid var(--rrt-terracotta); border-radius: 0 14px 14px 0; margin-bottom: 40px; padding: 22px 26px; }
.rrt-toc__title { color: var(--rrt-olive); font: 600 .76rem/1 var(--rrt-sans); letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
.rrt-toc ol { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.rrt-toc li { margin: 0; }
.rrt-toc a { color: var(--rrt-ink); text-decoration: none; }
.rrt-toc a:hover { color: var(--rrt-terracotta); text-decoration: underline; text-underline-offset: 3px; }

.rrt-article .entry-content { font-size: 1.09rem; line-height: 1.75; }
.rrt-article .entry-content > * + * { margin-top: 1.3em; }
.rrt-article .entry-content h2 { font-family: var(--rrt-serif); font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.02em; line-height: 1.2; margin-top: 2.2em; scroll-margin-top: 130px; }
.rrt-article .entry-content h3 { font-family: var(--rrt-serif); font-size: 1.3rem; line-height: 1.28; margin-top: 1.8em; scroll-margin-top: 130px; }
.rrt-article .entry-content a { color: var(--rrt-terracotta); text-decoration: underline; text-underline-offset: 3px; }
.rrt-article .entry-content ul, .rrt-article .entry-content ol { padding-left: 1.3em; }
.rrt-article .entry-content li + li { margin-top: .5em; }
.rrt-article .entry-content li::marker { color: var(--rrt-terracotta); }
.rrt-article .entry-content img { border-radius: 14px; }
.rrt-article .entry-content figcaption { color: var(--rrt-muted); font-size: .86rem; margin-top: 8px; }
.rrt-article .entry-content blockquote { border-left: 3px solid var(--rrt-gold); font-family: var(--rrt-serif); font-size: 1.2rem; line-height: 1.45; margin-left: 0; padding: 4px 0 4px 24px; }
.rrt-article .entry-content table { border-collapse: collapse; display: block; overflow-x: auto; width: 100%; }
.rrt-article .entry-content th, .rrt-article .entry-content td { border: 1px solid var(--rrt-line); padding: 10px 14px; text-align: left; }
.rrt-article .entry-content th { background: var(--rrt-sand); font-weight: 600; }
.rrt-article .rrt-guide-cta { margin-top: 56px; }

.rrt-postnav { border-top: 1px solid var(--rrt-line); }
.rrt-postnav__inner { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); padding-block: 34px; }
.rrt-postnav__link { color: var(--rrt-ink); display: grid; gap: 6px; text-decoration: none; }
.rrt-postnav__link span { color: var(--rrt-terracotta); font: 600 .74rem/1 var(--rrt-sans); letter-spacing: .12em; text-transform: uppercase; }
.rrt-postnav__link strong { font: 600 1.08rem/1.3 var(--rrt-serif); }
.rrt-postnav__link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.rrt-postnav__link--next { text-align: right; }

.rrt-guides { background: var(--rrt-sand); }

@media (max-width: 860px) {
  .rrt-lead { grid-template-columns: 1fr; }
  .rrt-lead__media { min-height: 220px; }
  .rrt-postnav__link--next { text-align: left; }
  .rrt-article__cover .rrt-wrap { margin-top: -20px; }
}

/* =========================================================================
   v2.2 — port of "Página web/home-redesign.html" and "about-page.html"
   ========================================================================= */

.rrt-i { width: 1.05em; height: 1.05em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.15em; }
.rrt-i--lg { width: 23px; height: 23px; stroke-width: 1.7; }
.rrt-i--xl { width: 34px; height: 34px; stroke-width: 1.5; }

.rrt-centered { text-align: center; }
.rrt-h2--sm { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.rrt-actions--centered { justify-content: center; }

.rrt-button--ghost { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(6px); }
.rrt-button--ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ── header over the hero photo ─────────────────────────────────────────── */
.rrt-topbar--overlay { background: rgba(28,26,23,.32); backdrop-filter: blur(6px); border-bottom: 1px solid rgba(255,255,255,.14); }
.rrt-header--overlay { background: transparent; backdrop-filter: none; border-bottom-color: transparent; }
.rrt-header--overlay .rrt-brand,
.rrt-header--overlay .rrt-brand__text,
.rrt-header--overlay .rrt-nav__list a { color: #fff; }
.rrt-header--overlay .rrt-nav__list a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.rrt-header--overlay .rrt-bar { background: #fff; }
.rrt-header--overlay.is-scrolled { background: rgba(28,26,23,.7); backdrop-filter: blur(12px); box-shadow: 0 6px 20px rgba(0,0,0,.18); }
@media (max-width: 860px) {
  .rrt-header--overlay .rrt-nav { background: rgba(28,26,23,.96); border-top-color: rgba(255,255,255,.16); }
}

/* ── hero ───────────────────────────────────────────────────────────────── */
.rrt-hero { min-height: min(88vh, 760px); padding: 148px 0 56px; }
.rrt-hero--short { min-height: min(66vh, 560px); padding: 156px 0 56px; }
.rrt-hero .rrt-eyebrow { color: #f2d9a0; text-shadow: 0 1px 10px rgba(0,0,0,.75); }
.rrt-hero h1 { text-shadow: 0 2px 20px rgba(28,26,23,.28); }
.rrt-hero__stats { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 30px 0 0; padding: 0; }
.rrt-hero__stats li { align-items: center; color: rgba(255,255,255,.9); display: inline-flex; font-size: .92rem; gap: 8px; margin: 0; }
.rrt-hero__stats b { color: #fff; }
.rrt-hero__stats .rrt-i { color: var(--rrt-gold); }

/* ── trust bar ──────────────────────────────────────────────────────────── */
.rrt-trustbar { background: #fff; border-bottom: 1px solid var(--rrt-line); padding: 26px 0; text-align: left; }
.rrt-platforms { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 46px; }
.rrt-platform { align-items: center; display: flex; gap: 11px; }
.rrt-platform .rrt-i { width: 24px; height: 24px; }
.rrt-platform__name { color: var(--rrt-ink); font: 700 1.04rem/1 var(--rrt-sans); letter-spacing: -.02em; }
.rrt-platform__name--getyourguide { color: #ff5533; }
.rrt-platform__name--viator { color: #017b7f; }
.rrt-platform__score { color: var(--rrt-muted); font-size: .9rem; white-space: nowrap; }
.rrt-platform__score b { color: var(--rrt-ink); font-size: 1rem; }
.rrt-guarantees { border-top: 1px solid var(--rrt-line); color: var(--rrt-muted); display: flex; flex-wrap: wrap; font-size: .88rem; gap: 10px 30px; justify-content: center; list-style: none; margin: 22px 0 0; padding: 20px 0 0; }
.rrt-guarantees li { align-items: center; display: inline-flex; gap: 8px; margin: 0; }
.rrt-guarantees .rrt-i { color: var(--rrt-olive-light); width: 17px; height: 17px; }
.rrt-trustbar:has(.rrt-platforms:empty) .rrt-guarantees { border-top: 0; margin-top: 0; padding-top: 0; }

/* ── answer band: the fragment an assistant is meant to quote ───────────── */
.rrt-answer { background: #fff; border-bottom: 1px solid var(--rrt-line); padding: 36px 0; }
.rrt-answer .rrt-wrap { align-items: flex-start; display: flex; gap: 22px; max-width: 940px; }
.rrt-answer > .rrt-wrap > .rrt-i { color: var(--rrt-terracotta); flex: none; height: 26px; margin-top: 3px; width: 26px; }
.rrt-answer p { font-size: 1.05rem; line-height: 1.6; }
.rrt-answer p b { font-family: var(--rrt-serif); font-weight: 600; }
.rrt-answer--block { border-bottom: 1px solid var(--rrt-line); padding-block: clamp(48px,6vw,80px); }
.rrt-answer--block .rrt-wrap { display: block; max-width: 900px; }
/* .rrt-answer p sets 1.05rem and outranks a single class, so the lead
   paragraph has to match on the parent too. */
.rrt-answer .rrt-answer__short { font-family: var(--rrt-serif); font-size: clamp(1.3rem,2.4vw,1.7rem); font-weight: 500; line-height: 1.4; margin-top: 14px; }
.rrt-answer .rrt-answer__short b { background: linear-gradient(transparent 62%, rgba(199,154,46,.32) 62%); }
@media (max-width: 600px) { .rrt-answer > .rrt-wrap > .rrt-i { display: none; } }

/* ── fact table (playbook 3.5: definitions extract better than prose) ───── */
.rrt-facts { border: 1px solid var(--rrt-line); border-radius: 14px; display: grid; margin-top: 34px; overflow: hidden; }
.rrt-facts > div { border-top: 1px solid var(--rrt-line); display: grid; font-size: .98rem; gap: 16px; grid-template-columns: minmax(140px,180px) 1fr; padding: 15px 20px; }
.rrt-facts > div:first-child { border-top: 0; }
.rrt-facts dt { color: var(--rrt-olive-light); font-weight: 600; }
.rrt-facts dd { color: var(--rrt-ink); margin: 0; }
@media (max-width: 560px) { .rrt-facts > div { gap: 3px; grid-template-columns: 1fr; } }

/* ── tour cards ─────────────────────────────────────────────────────────── */
.rrt-tour-card__media { aspect-ratio: 4 / 3; background: var(--rrt-sand); position: relative; }
/* absolute, not in-flow: an in-flow img with height:100% resolves to auto and
   its intrinsic height then overrides the 4/3 box, so portrait photos stretch
   the card. Same fix as the mockup. */
.rrt-tour-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rrt-badge { background: rgba(28,26,23,.82); border-radius: 999px; color: #fff; font: 600 .72rem/1 var(--rrt-sans); left: 12px; letter-spacing: .06em; padding: 7px 11px; position: absolute; text-transform: uppercase; top: 12px; backdrop-filter: blur(4px); }
.rrt-badge--hot { background: var(--rrt-terracotta); }
.rrt-price { font: 600 1.5rem/1 var(--rrt-serif); margin: 0; }
.rrt-price small { color: var(--rrt-muted); display: block; font: 400 .74rem/1.3 var(--rrt-sans); margin-top: 5px; }
.rrt-price del { color: var(--rrt-muted); font-size: .82rem; }
.rrt-price ins { text-decoration: none; }
.rrt-freecx { align-items: center; color: var(--rrt-olive-light); display: flex; font-size: .84rem; font-weight: 500; gap: 7px; }
.rrt-freecx .rrt-i { width: 15px; height: 15px; stroke-width: 2.6; }

/* ── steps ──────────────────────────────────────────────────────────────── */
.rrt-steps { counter-reset: rrt-step; display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); list-style: none; margin: 44px 0 0; padding: 0; }
.rrt-step { border-top: 2px solid var(--rrt-line); padding-top: 20px; position: relative; }
.rrt-step::before { background: var(--rrt-terracotta); border-radius: 50%; color: #fff; content: counter(rrt-step); counter-increment: rrt-step; font: 600 .95rem/36px var(--rrt-sans); height: 36px; left: 0; position: absolute; text-align: center; top: -19px; width: 36px; }
.rrt-step h3 { margin-top: 26px; }
.rrt-step p { color: var(--rrt-muted); font-size: .97rem; margin-top: 8px; }

/* ── reviews band ───────────────────────────────────────────────────────── */
.rrt-reviews { background: var(--rrt-olive); color: #fff; }
.rrt-reviews h2 { color: #fff; }
.rrt-reviews .rrt-eyebrow { color: var(--rrt-gold); }
.rrt-reviews__embed { margin-top: 40px; }
.rrt-rev-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); margin-top: 44px; }
.rrt-rev { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 26px; }
.rrt-rev blockquote { border: 0; font-family: var(--rrt-serif); font-size: 1.08rem; line-height: 1.5; margin: 0; padding: 0; }
.rrt-rev .rrt-stars { color: var(--rrt-gold); display: flex; gap: 2px; margin: 0; }
.rrt-rev__who { color: rgba(255,255,255,.72); font-size: .88rem; margin-top: auto; }
.rrt-rev__who b { color: #fff; display: block; font: 600 .95rem/1.4 var(--rrt-sans); }
.rrt-rev__who a { color: rgba(255,255,255,.8); }
.rrt-video { aspect-ratio: 16 / 9; background: #000; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; display: grid; margin-top: 26px; overflow: hidden; place-items: center; position: relative; }
.rrt-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.rrt-video__play { align-items: center; background: var(--rrt-terracotta); border-radius: 50%; box-shadow: 0 8px 30px rgba(0,0,0,.4); color: #fff; display: flex; height: 72px; justify-content: center; padding-left: 5px; position: relative; width: 72px; z-index: 1; }
.rrt-video__cap { bottom: 18px; color: #fff; font-size: .9rem; left: 20px; position: absolute; text-shadow: 0 1px 8px rgba(0,0,0,.6); z-index: 1; }

/* ── split, area, pins ──────────────────────────────────────────────────── */
.rrt-split { align-items: center; display: grid; gap: clamp(30px,5vw,64px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .rrt-split { grid-template-columns: 1.05fr 1fr; } }
.rrt-split__image { aspect-ratio: 4 / 3; border-radius: 14px; box-shadow: var(--rrt-shadow, 0 1px 2px rgba(28,26,23,.06), 0 8px 24px rgba(28,26,23,.07)); object-fit: cover; width: 100%; }
.rrt-area { background: var(--rrt-sand); }
.rrt-area-block { margin-top: 56px; }
.rrt-pins { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 26px 0 0; padding: 0; }
.rrt-pin { align-items: center; background: #fff; border: 1px solid var(--rrt-line); border-radius: 999px; display: inline-flex; font-size: .92rem; gap: 7px; padding: 9px 17px; }
.rrt-pin::before { background: var(--rrt-terracotta); border-radius: 50%; content: ""; height: 8px; width: 8px; }
.rrt-map { aspect-ratio: 16 / 10; background: #fff; border: 1px solid var(--rrt-line); border-radius: 14px; overflow: hidden; }
.rrt-map iframe, .rrt-map img { border: 0; display: block; height: 100%; width: 100%; object-fit: cover; }
.rrt-map svg { display: block; height: 100%; width: 100%; }

/* ── timeline, team, numbers (About) ────────────────────────────────────── */
.rrt-timeline { display: grid; list-style: none; margin: 44px 0 0; padding: 0; }
.rrt-timeline li { border-top: 1px solid var(--rrt-line); display: grid; gap: 22px; grid-template-columns: 92px 1fr; margin: 0; padding: 20px 0; }
.rrt-timeline li:last-child { border-bottom: 1px solid var(--rrt-line); }
.rrt-timeline__year { color: var(--rrt-terracotta); font: 600 1.15rem/1.4 var(--rrt-serif); }
.rrt-timeline h3 { margin-bottom: 5px; }
.rrt-timeline p { color: var(--rrt-muted); font-size: .97rem; }
@media (max-width: 560px) { .rrt-timeline li { gap: 6px; grid-template-columns: 1fr; } }

.rrt-team-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); margin-top: 44px; }
.rrt-team-card { background: #fff; border: 1px solid var(--rrt-line); border-radius: 14px; box-shadow: 0 1px 2px rgba(28,26,23,.06), 0 8px 24px rgba(28,26,23,.07); overflow: hidden; }
.rrt-team-card img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.rrt-team-card__placeholder { align-items: center; aspect-ratio: 1 / 1; background: var(--rrt-sand); color: var(--rrt-olive); display: flex; justify-content: center; opacity: .4; }
.rrt-team-card__body { padding: 20px; }
.rrt-team-card__role { color: var(--rrt-terracotta); font: 600 .86rem/1 var(--rrt-sans); letter-spacing: .08em; text-transform: uppercase; }
.rrt-team-card h3 { margin: 6px 0 0; }
.rrt-team-card__body p:last-child { color: var(--rrt-muted); font-size: .96rem; margin-top: 12px; }

.rrt-numbers { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); margin: 44px 0 0; }
.rrt-number { border-top: 2px solid var(--rrt-terracotta); padding-top: 16px; }
.rrt-number dt { display: block; font: 600 2.2rem/1 var(--rrt-serif); }
.rrt-number dd { color: var(--rrt-muted); display: block; font-size: .94rem; margin: 6px 0 0; }

/* ── FAQ: native <details>, no accordion script ─────────────────────────── */
.rrt-faq { margin: 44px auto 0; max-width: 800px; }
.rrt-details { border-bottom: 1px solid var(--rrt-line); }
.rrt-details summary { cursor: pointer; font: 600 1.1rem/1.4 var(--rrt-serif); list-style: none; padding: 20px 40px 20px 0; position: relative; }
.rrt-details summary::-webkit-details-marker { display: none; }
.rrt-details summary::after { color: var(--rrt-terracotta); content: "+"; font: 400 1.7rem/1 var(--rrt-sans); position: absolute; right: 6px; top: 16px; }
.rrt-details[open] summary::after { content: "\2013"; }
.rrt-details p { color: var(--rrt-muted); font-size: 1rem; padding: 0 40px 22px 0; }
.rrt-details p a { color: var(--rrt-olive); text-decoration: underline; text-underline-offset: 3px; }
.rrt-details p a:hover { color: var(--rrt-terracotta); }
.rrt-faq-intro { margin: 0 auto; max-width: 800px; }
.rrt-faq--grouped { margin-top: 8px; }
/* Scoped past `.rrt-home h1,h2,h3` (serif, clamp font-size, margin:0), which
   was overriding both the eyebrow styling and the spacing of these headings. */
.rrt-faq .rrt-faq-group { border-top: 1px solid var(--rrt-line); color: var(--rrt-terracotta); font: 600 .78rem/1 var(--rrt-sans); letter-spacing: .14em; margin: 56px 0 22px; padding-top: 32px; text-transform: uppercase; }
.rrt-faq .rrt-faq-group:first-child { border-top: 0; margin-top: 20px; padding-top: 0; }

/* ── sticky mobile booking bar ──────────────────────────────────────────── */
.rrt-stickybar { align-items: center; background: #fff; border-top: 1px solid var(--rrt-line); bottom: 0; box-shadow: 0 -6px 24px rgba(28,26,23,.12); display: none; gap: 14px; left: 0; padding: 12px 16px; position: fixed; right: 0; z-index: 50; }
.rrt-stickybar .rrt-price { font-size: 1.15rem; }
.rrt-stickybar .rrt-button { flex: 1; }
@media (max-width: 760px) {
  .rrt-stickybar { display: flex; }
  body:has(.rrt-stickybar) { padding-bottom: 82px; }
  .rrt-hero { min-height: auto; padding: 120px 0 48px; }
  .rrt-hero--short { min-height: auto; padding: 120px 0 44px; }
  .rrt-hero__stats { gap: 8px; }
  .rrt-hero__stats li { flex: 0 0 100%; }
}
