/* ============================================================
   /experiences — Rhino Experiences (v13)
   ------------------------------------------------------------
   Brief:     docs/briefs/2026-08-30-visit-family-wp-port.md (AC 2)
              docs/briefs/2026-09-11-experiences-v13-client-pass.md
   Prototype: prototypes/13/04a-experiences.html @ ce2bea7f
   Enqueued:  functions.php, gated to the `experience` post-type archive,
              plus the rhinory-v4-experiences-editor handle for the Site
              Editor canvas.

   ROUTE. This surface renders at /experiences/ through
   templates/archive-experience.html, NOT a WP page. The plugin owns
   `has_archive => true` with rewrite slug `experiences` for the
   `experience` CPT and the active theme owns `archive-experience`
   (contract.md § Custom post types — experience), so a page at that
   slug is shadowed by the archive rewrite and never resolves. Verified
   empirically on DDEV 2026-09-11.

   REGISTER. Dark chrome around an alternating body: paper hero and
   year-round program, ink encounter band, card seasonal band, paper
   members band, ink dual closer.

   SCOPE. Every rule hangs off .rhinory-experiences (the block wrapper),
   because the closer shares its `.xd-*` class family with the Tastings
   closer and the `.xa-*` names must not leak into the v6 surfaces.
   The prototype's own page-shell rules (.skip-link, #content, bare `a`,
   main.light-warm) are deliberately NOT ported — the theme shell owns
   those, and the register arrives through the token block below.

   TOKENS. The prototype resolves these from styles.css :root plus the
   .light-warm block in v13-shared.css. Only the subset this page reads
   is declared, same call club.css and visit-hub.css make.
   ============================================================ */

/* Declared on BOTH the template <main> and the block wrapper: the front end
   gets the tokens from the page shell, and the Site Editor canvas — which
   renders the block on its own, with no <main> around it — gets the identical
   set from .rhinory-experiences. */
.rhinory-page--experiences,
.rhinory-experiences{
  /* dark register (styles.css :root) */
  --reserve:#211B18;
  --reserve-2:#2A221E;
  --ink:#1C1916;
  --ivory:#F3F2ED;
  --acacia:#B97727;
  --rhino:#A8A199;
  --rule:rgba(243,242,237,0.16);
  --gold-soft:#E2C58F;
  /* light / paper register (v13-shared.css .light-warm) */
  --paper:#FBF7EE;
  --card:#F4EEE0;
  --card-2:#EAE1CE;
  --ink-warm:#2D2926;
  --ink-warm-2:#3A352F;
  --rhino-warm:#717271;
  --rule-warm:rgba(45,41,38,0.10);
  --rule-warm-2:rgba(45,41,38,0.18);
  --burgundy:#520000;
  /* shared type scale (v13-shared.css :root) */
  --type-hero:clamp(46px,6vw,84px);
  --type-h2:clamp(40px,5.4vw,76px);
  --type-h3:clamp(26px,2.6vw,34px);
  --type-lede:18px;
  --type-body:16px;
  background:var(--paper);
  color:var(--ink-warm);
}

/* The prototype's base type is the browser default 16px/1.55; theme.json puts
   the site on 17px. Pinned so every inherited-size element measures the same
   as the design. */
.rhinory-experiences{
  font-family:"Lora",Georgia,serif;
  font-size:16px;
  line-height:1.55;
}
/* The prototype's `main.light-warm a:not(.va-btn):hover` rule, scoped. */
.rhinory-experiences a:not(.xa-btn):hover{color:#520000}
/* styles.css base: images are blocks, links carry no underline, buttons inherit
   type. Site-wide in the prototype, scoped here so the theme is untouched. The
   button reset matters because the reserve CTAs ship as real <button>s (the
   drawer delegates on [data-rhinory-reserve] via closest(), and a control that
   opens a panel is a button, not a dead href="#" link). */
.rhinory-experiences img{max-width:100%;display:block}
.rhinory-experiences a{color:inherit;text-decoration:none}
.rhinory-experiences button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}

/* theme.json's `elements.heading` sets letter-spacing:-0.01em and line-height:1
   site-wide; the prototype has no equivalent, so a heading there falls to the UA
   default and inherits the body's 1.55. Ported heading rules that state their
   own values still win — this only catches the ones that state neither, which
   otherwise measure off the design (same call visit-hub.css makes). */
.rhinory-experiences :is(h1,h2,h3,h4,h5,h6){letter-spacing:normal;line-height:inherit}

/* ============ ported prototype rules (scoped, otherwise verbatim) ============ */

/* v13 vocabulary only. Accents locked: acacia #B97727 (dark) · burgundy #520000 (light).
   Cormorant 500 light / 600 dark. Registers: paper hero + year-round program, ink encounter
   band, card seasonal band, paper members band, ink dual closer.
   Sibling: 04-visit-page.html (the placed hub) shares the door closer device. */

/* ---- HERO · light + cinematic. One line of type, then the film. ---- */
.rhinory-experiences .xa-hero{background:var(--paper);color:var(--ink-warm)}
.rhinory-experiences .xa-hero-type{max-width:1360px;margin:0 auto;padding:clamp(52px,8vh,92px) 40px clamp(40px,6vh,64px);text-align:center}
.rhinory-experiences .xa-hero h1{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;font-size:var(--type-hero);line-height:1.0;letter-spacing:-0.012em;color:var(--ink-warm);margin:0 auto;max-width:17ch;text-wrap:balance}
.rhinory-experiences .xa-hero h1 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xa-hero-sub{font-family:"Lora",Georgia,serif;font-size:var(--type-lede);line-height:1.66;color:var(--ink-warm-2);max-width:52ch;margin:22px auto 0}
/* the video slot */
.rhinory-experiences .xa-hero-film{position:relative;width:100%;height:clamp(460px,78svh,820px);overflow:hidden;background:var(--card-2)}
.rhinory-experiences .xa-hero-film .rh-clip{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.94) contrast(1.04)}
.rhinory-experiences .xa-vtoggle{position:absolute;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:3;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(251,247,238,0.82);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(82,0,0,0.32);color:#520000;cursor:pointer;transition:background .2s,border-color .2s,transform .12s}
.rhinory-experiences .xa-vtoggle:hover{background:var(--paper);border-color:#520000}
.rhinory-experiences .xa-vtoggle:active{transform:scale(.94)}
.rhinory-experiences .xa-vtoggle svg{width:16px;height:16px;display:block}
.rhinory-experiences .xa-vtoggle .ic-play{display:none}
.rhinory-experiences .xa-vtoggle[aria-pressed="true"] .ic-play{display:block}
.rhinory-experiences .xa-vtoggle[aria-pressed="true"] .ic-pause{display:none}
.rhinory-experiences .xa-rv{opacity:0;transform:translateY(20px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1)}
.rhinory-experiences.is-ready .xa-rv{opacity:1;transform:translateY(0)}
.rhinory-experiences.is-ready .xa-rv.d1{transition-delay:.1s}
.rhinory-experiences.is-ready .xa-rv.d2{transition-delay:.2s}

/* ---- THE ENCOUNTER · dark immersive band, page's one tier-level CTA ---- */
.rhinory-experiences .xa-terms{background:var(--ink);color:var(--ivory);padding:clamp(84px,10vh,128px) 0 clamp(72px,9vh,110px)}
.rhinory-experiences .xa-terms-head{max-width:1360px;margin:0 auto 52px;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,72px);align-items:start}
.rhinory-experiences .xa-terms-head>div:last-child{padding-top:6px}
.rhinory-experiences .xa-terms-head h2{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-0.014em;color:var(--ivory);margin:0;max-width:20ch}
.rhinory-experiences .xa-terms-head h2 em{font-style:italic;font-weight:600;color:var(--acacia)}
.rhinory-experiences .xa-terms-head p{font-family:"Lora",Georgia,serif;font-size:var(--type-lede);line-height:1.62;color:var(--ivory);opacity:.88;margin:0 0 24px;max-width:52ch}
.rhinory-experiences .xa-terms-cta{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center}
.rhinory-experiences .xa-btn{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:15px 28px;font-family:"Josefin Sans",sans-serif;font-size:11.5px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,transform .2s,border-color .2s;cursor:pointer}
.rhinory-experiences .xa-btn:hover{transform:translateY(-1px)}
.rhinory-experiences .xa-btn .arrow{width:16px;height:1px;background:currentColor;position:relative;transition:width .2s}
.rhinory-experiences .xa-btn .arrow::after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}
.rhinory-experiences .xa-btn:hover .arrow{width:22px}
.rhinory-experiences .xa-btn--gold{background:var(--acacia);color:#1C1916;border:1px solid var(--acacia);box-shadow:0 12px 34px -14px rgba(185,119,39,.55)}
.rhinory-experiences .xa-btn--gold:hover{background:var(--ivory);border-color:var(--ivory)}
.rhinory-experiences .xa-btn--burgundy{background:#520000;color:var(--paper);border:1px solid #520000;box-shadow:0 12px 34px -14px rgba(82,0,0,.55)}
.rhinory-experiences .xa-btn--burgundy:hover{background:#3D0000}
.rhinory-experiences .xa-btn--ghost{background:transparent;color:var(--ivory);border:1px solid rgba(243,242,237,0.32);box-shadow:none}
.rhinory-experiences .xa-btn--ghost:hover{border-color:var(--acacia);color:var(--acacia)}
.rhinory-experiences .xa-quiet{display:inline-flex;align-items:center;gap:10px;font-family:"Josefin Sans",sans-serif;font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid;padding-bottom:3px}
.rhinory-experiences .xa-quiet .ar{transition:transform .25s ease}
.rhinory-experiences .xa-quiet:hover .ar{transform:translateX(5px)}
.rhinory-experiences .xa-terms .xa-quiet{color:var(--acacia);border-bottom-color:rgba(185,119,39,0.35)}
.rhinory-experiences .xa-terms .xa-quiet:hover{border-bottom-color:var(--acacia)}
/* full-bleed habitat still */
.rhinory-experiences .xa-bleed{position:relative;width:100%;height:clamp(340px,58vh,620px);overflow:hidden;background:var(--reserve-2);margin-bottom:clamp(56px,8vh,96px)}
.rhinory-experiences .xa-bleed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.94) contrast(1.05)}
.rhinory-experiences .xa-bleed::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,rgba(10,8,7,0.62) 0%,rgba(10,8,7,0) 34%),linear-gradient(90deg,rgba(10,8,7,0.45) 0%,rgba(10,8,7,0) 44%)}
.rhinory-experiences .xa-bleed-hud{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 clamp(20px,5vw,56px) clamp(20px,4vh,34px)}
.rhinory-experiences .xa-bleed-cap{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(24px,3.2vw,42px);line-height:1.05;color:var(--ivory);max-width:min(640px,72%);text-wrap:balance;margin:0}
.rhinory-experiences .xa-bleed-cap em{font-style:italic;font-weight:600;color:var(--acacia)}
.rhinory-experiences .xa-bleed-tag{font-family:"Josefin Sans",sans-serif;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ivory);opacity:.82;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;padding-bottom:6px}
.rhinory-experiences .xa-bleed-tag .pip{width:7px;height:7px;border-radius:50%;background:var(--acacia);box-shadow:0 0 0 4px rgba(185,119,39,0.18)}
/* keeper hosts */
.rhinory-experiences .xa-hosts{max-width:1360px;margin:0 auto;padding:0 40px}
/* Client pass 2026-09-11: the tracked label became a real heading. Type is shared with the
   #programs h2 (.xa-sec-head h2 rule below); only the color flips for the dark band. */
.rhinory-experiences .xa-hosts-head{margin:0 0 36px}
.rhinory-experiences .xa-terms .xa-hosts-head h2{color:var(--ivory)}
.rhinory-experiences .xa-hosts-head p{font-family:"Lora",Georgia,serif;font-size:var(--type-lede);line-height:1.62;color:var(--ivory);opacity:.72;margin:0;max-width:52ch}
/* Client note 2026-09-03: photo is the primary. Portrait fills the column at 4:5 (was 96x118).
   Name + title always visible under it. The story snippet sits over the photo on hover and
   keyboard focus; on touch and at stacked widths it flows under the name instead. Not a link. */
.rhinory-experiences .xa-hosts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vw,40px)}
.rhinory-experiences .xa-host{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;margin:0;border-top:1px solid var(--rule);padding-top:24px;outline:none}
.rhinory-experiences .xa-host-media{grid-area:1/1;position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--reserve-2)}
.rhinory-experiences .xa-host img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:saturate(.92) contrast(1.04)}
.rhinory-experiences .xa-host-body{grid-area:2/1;padding-top:18px}
.rhinory-experiences .xa-host h3{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(24px,2.2vw,30px);line-height:1.08;color:var(--ivory);margin:0 0 7px}
.rhinory-experiences .xa-host .role{display:block;font-family:"Josefin Sans",sans-serif;font-size:10px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--acacia);margin:0}
.rhinory-experiences .xa-host-story{grid-area:1/1;z-index:1;align-self:end;display:flex;align-items:flex-end;padding:clamp(20px,2.2vw,30px);min-height:100%;background:linear-gradient(0deg,rgba(10,8,7,0.86) 0%,rgba(10,8,7,0.6) 38%,rgba(10,8,7,0) 74%);opacity:0;transition:opacity .3s ease}
.rhinory-experiences .xa-host-story p{font-family:"Lora",Georgia,serif;font-size:15px;line-height:1.6;color:var(--ivory);margin:0;transform:translateY(10px);transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.rhinory-experiences .xa-host:hover .xa-host-story, .rhinory-experiences .xa-host:focus-visible .xa-host-story{opacity:1}
.rhinory-experiences .xa-host:hover .xa-host-story p, .rhinory-experiences .xa-host:focus-visible .xa-host-story p{transform:translateY(0)}
.rhinory-experiences .xa-host:focus-visible .xa-host-media{outline:2px solid var(--acacia);outline-offset:3px}
@media (hover:none){
  .rhinory-experiences .xa-host-story{grid-area:3/1;align-self:start;min-height:0;padding:10px 0 0;background:none;opacity:1;transition:none}
  .rhinory-experiences .xa-host-story p{font-size:14px;line-height:1.58;opacity:.8;transform:none;transition:none}
}

/* ---- THE NAMED PROGRAMS · paper scope, transactional ---- */
.rhinory-experiences .xa-progs{background:var(--paper);color:var(--ink-warm);padding:clamp(76px,9vh,120px) 0 clamp(64px,8vh,96px)}
.rhinory-experiences .xa-sec-head{max-width:1360px;margin:0 auto 56px;padding:0 40px}
.rhinory-experiences .xa-sec-head h2, .rhinory-experiences .xa-hosts-head h2{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(34px,3.6vw,52px);line-height:1.04;letter-spacing:-0.008em;color:var(--ink-warm);margin:0 0 16px;max-width:26ch}
.rhinory-experiences .xa-sec-head h2 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xa-sec-head p{font-family:"Lora",Georgia,serif;font-size:var(--type-lede);line-height:1.68;color:var(--ink-warm-2);margin:0;max-width:58ch}
.rhinory-experiences .xa-progs .xa-sec-head{display:block;text-align:center}
.rhinory-experiences .xa-progs .xa-sec-head h2{margin:0 auto 18px;max-width:22ch}
.rhinory-experiences .xa-progs .xa-sec-head p{margin:0 auto;max-width:60ch}
.rhinory-experiences .xa-fx{display:grid;grid-template-columns:1.08fr 1fr;gap:clamp(28px,4vw,56px);max-width:1360px;margin:0 auto;padding:0 40px;align-items:center}
.rhinory-experiences .xa-fx-media{position:relative;overflow:hidden;aspect-ratio:4/3}
.rhinory-experiences .xa-fx-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.04);transition:transform .8s ease}
.rhinory-experiences .xa-fx:hover .xa-fx-media img{transform:scale(1.03)}
.rhinory-experiences .xa-fx-body h3{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-0.006em;color:var(--ink-warm);margin:0 0 16px}
.rhinory-experiences .xa-fx-body h3 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xa-fx-body>p{font-family:"Lora",Georgia,serif;font-size:16px;line-height:1.7;color:var(--ink-warm-2);margin:0 0 22px;max-width:56ch}
.rhinory-experiences .xa-meta{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 0 24px;padding:0;border-top:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-meta li{display:flex;flex-direction:column;gap:5px;padding:14px 18px 15px 0;border-bottom:1px solid var(--rule-warm-2);font-family:"Josefin Sans",sans-serif;font-size:10px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--rhino-warm)}
.rhinory-experiences .xa-meta li:nth-child(even){padding-left:18px;border-left:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-meta li strong{font-family:"Lora",Georgia,serif;font-size:14.5px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--ink-warm);line-height:1.4}
.rhinory-experiences .xa-fx-cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px}
.rhinory-experiences .xa-price{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:34px;line-height:1;color:#520000}
.rhinory-experiences .xa-price small{display:block;font-family:"Josefin Sans",sans-serif;font-size:9.5px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--rhino-warm);margin-top:7px}

/* ---- SEASONAL BAND · always visible, always bookable. Lead rotates by season. ---- */
.rhinory-experiences .xa-seas{background:var(--card);color:var(--ink-warm);padding:clamp(76px,9vh,120px) 0;border-top:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-seas .xa-sec-head{display:block;text-align:center}
.rhinory-experiences .xa-seas .xa-sec-head h2{margin:0 auto 18px;max-width:22ch}
.rhinory-experiences .xa-seas .xa-sec-head p{margin:0 auto;max-width:60ch}
.rhinory-experiences .xa-seas-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(26px,3.4vw,48px);max-width:1360px;margin:0 auto;padding:0 40px;align-items:stretch}
.rhinory-experiences .xs{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--rule-warm-2);border-top:2px solid var(--rule-warm-2);transition:transform .25s ease,border-color .25s ease}
.rhinory-experiences .xs:hover{transform:translateY(-4px);border-color:#520000}
.rhinory-experiences .xs.is-lead{border-top-color:#520000;order:-1}
.rhinory-experiences .xs-media{position:relative;overflow:hidden;aspect-ratio:16/10}
.rhinory-experiences .xs-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.04);transition:transform .8s ease}
.rhinory-experiences .xs:hover .xs-media img{transform:scale(1.03)}
.rhinory-experiences .xs-body{display:flex;flex-direction:column;flex:1;padding:clamp(26px,2.4vw,34px) clamp(24px,2.4vw,34px) clamp(28px,2.6vw,36px)}
.rhinory-experiences .xs-status{display:inline-flex;align-items:center;gap:10px;font-family:"Josefin Sans",sans-serif;font-size:10px;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--rhino-warm);margin-bottom:14px}
.rhinory-experiences .xs-status .pip{width:8px;height:8px;border-radius:50%;border:1px solid #520000}
.rhinory-experiences .xs.is-lead .xs-status{color:#520000}
.rhinory-experiences .xs.is-lead .xs-status .pip{background:#520000;box-shadow:0 0 0 4px rgba(82,0,0,0.12)}
.rhinory-experiences .xs-body h3{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(27px,2.5vw,36px);line-height:1.06;letter-spacing:-0.005em;color:var(--ink-warm);margin:0 0 14px}
.rhinory-experiences .xs-body h3 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xs-body>p{font-family:"Lora",Georgia,serif;font-size:15.5px;line-height:1.68;color:var(--ink-warm-2);margin:0 0 22px}
.rhinory-experiences .xs-body .xa-meta{margin-bottom:22px}
.rhinory-experiences .xs-body .xa-fx-cta{margin-top:auto}

/* ---- MEMBERS BAND · what the Conservation Circle changes about a visit ---- */
.rhinory-experiences .xa-circle{background:var(--paper);color:var(--ink-warm);padding:clamp(76px,9vh,120px) 0;border-top:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-circle-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(36px,5vw,80px);max-width:1360px;margin:0 auto;padding:0 40px;align-items:start}
.rhinory-experiences .xa-circle-pitch h2{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(32px,3.4vw,48px);line-height:1.05;letter-spacing:-0.008em;color:var(--ink-warm);margin:0 0 16px}
.rhinory-experiences .xa-circle-pitch h2 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xa-circle-pitch>p{font-family:"Lora",Georgia,serif;font-size:16.5px;line-height:1.7;color:var(--ink-warm-2);margin:0 0 30px;max-width:46ch}
.rhinory-experiences .xa-ben{list-style:none;margin:0 0 32px;padding:0;border-top:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-ben li{padding:20px 0 21px;border-bottom:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-ben h3{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:23px;line-height:1.14;color:var(--ink-warm);margin:0 0 7px}
.rhinory-experiences .xa-ben h3 em{font-style:italic;font-weight:500;color:#520000}
.rhinory-experiences .xa-ben p{font-family:"Lora",Georgia,serif;font-size:15px;line-height:1.64;color:var(--ink-warm-2);margin:0;max-width:52ch}
.rhinory-experiences .xa-circle-cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px}
.rhinory-experiences .xa-circle .xa-quiet{color:#520000;border-bottom-color:rgba(82,0,0,0.28)}
.rhinory-experiences .xa-circle .xa-quiet:hover{border-bottom-color:#520000}
.rhinory-experiences .xa-circle-aside{position:sticky;top:120px}
.rhinory-experiences .xa-circle-media{position:relative;overflow:hidden;aspect-ratio:4/5}
.rhinory-experiences .xa-circle-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.04)}
.rhinory-experiences .xa-tiers{list-style:none;margin:28px 0 0;padding:0;border-top:1px solid var(--rule-warm-2)}
.rhinory-experiences .xa-tiers li{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--rule-warm-2);font-family:"Josefin Sans",sans-serif;font-size:10.5px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--ink-warm)}
.rhinory-experiences .xa-tiers li span{font-family:"Cormorant Garamond",serif;font-weight:500;font-style:italic;font-size:19px;letter-spacing:0;text-transform:none;color:#520000}

/* ---- DUAL-PATH CLOSER · two equal doors. Gold = rhino, burgundy = wine, brown ground.
       Client pass 2026-09-11: same column width, title size, button fill and padding on both. ---- */
.rhinory-experiences .xa-dual{background:var(--ink);color:var(--ivory);border-top:1px solid rgba(243,242,237,0.16)}
.rhinory-experiences .xd-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1360px;margin:0 auto}
.rhinory-experiences .xd{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;min-height:clamp(320px,42vh,428px);padding:clamp(54px,7vh,86px) clamp(26px,4vw,56px);text-decoration:none;color:inherit;transition:background .28s ease}
.rhinory-experiences .xd:focus-visible{outline:2px solid var(--acacia);outline-offset:-8px}
.rhinory-experiences .xd-title{font-family:"Cormorant Garamond",serif;font-weight:600;font-size:clamp(34px,4.2vw,60px);line-height:1.02;letter-spacing:-0.014em;color:var(--ivory);max-width:22ch;text-wrap:balance}
.rhinory-experiences .xd-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:15px 30px;font-family:"Josefin Sans",sans-serif;font-size:11.5px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;transition:background .2s,color .2s,border-color .2s,transform .2s}
.rhinory-experiences .xd-link .arrow{width:16px;height:1px;background:currentColor;position:relative;transition:width .2s}
.rhinory-experiences .xd-link .arrow::after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}
.rhinory-experiences .xd:hover .xd-link{transform:translateY(-1px)}
.rhinory-experiences .xd:hover .xd-link .arrow{width:22px}
.rhinory-experiences .xd--rhino{background:var(--ink)}
.rhinory-experiences .xd--rhino .xd-link{background:var(--acacia);color:#1C1916;border:1px solid var(--acacia);box-shadow:0 14px 38px -16px rgba(185,119,39,.6)}
.rhinory-experiences .xd--rhino:hover .xd-link{background:var(--ivory);border-color:var(--ivory)}
.rhinory-experiences .xd--wine{background:#520000;box-shadow:0 0 60px -20px rgba(82,0,0,.9)}
.rhinory-experiences .xd--wine .xd-link{background:var(--ivory);color:#520000;border:1px solid var(--ivory);box-shadow:0 14px 38px -16px rgba(10,8,7,.6)}
.rhinory-experiences .xd--wine:hover{background:#3D0000}
.rhinory-experiences .xd--wine:hover .xd-link{background:var(--gold-soft);border-color:var(--gold-soft)}
.rhinory-experiences .xd--wine:focus-visible{outline-color:var(--ivory)}

/* ---- reveal ---- */
.rhinory-experiences .xa-reveal>*{opacity:0;transform:translateY(20px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}
.rhinory-experiences .xa-reveal.is-in>*{opacity:1;transform:translateY(0)}
.rhinory-experiences .xa-reveal.is-in>*:nth-child(2){transition-delay:.1s}
.rhinory-experiences .xa-reveal.is-in>*:nth-child(3){transition-delay:.2s}
@media (max-width:1024px){
  .rhinory-experiences .xa-terms-head{grid-template-columns:1fr;gap:24px;align-items:start}
  .rhinory-experiences .xa-hosts-grid{gap:20px}
  .rhinory-experiences .xa-fx{grid-template-columns:1fr;gap:26px}
  .rhinory-experiences .xa-seas-grid{grid-template-columns:1fr}
  .rhinory-experiences .xa-circle-grid{grid-template-columns:1fr;gap:44px}
  .rhinory-experiences .xa-circle-aside{position:static}
  .rhinory-experiences .xa-circle-media{aspect-ratio:16/9}
  .rhinory-experiences .xd-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .rhinory-experiences .xa-hero-type{padding-left:22px;padding-right:22px}
  .rhinory-experiences .xa-hero-film{height:clamp(320px,56svh,480px)}
  .rhinory-experiences .xa-terms-head, .rhinory-experiences .xa-hosts, .rhinory-experiences .xa-sec-head, .rhinory-experiences .xa-fx, .rhinory-experiences .xa-seas-grid, .rhinory-experiences .xa-circle-grid{padding-left:22px;padding-right:22px}
  .rhinory-experiences .xa-meta{grid-template-columns:1fr}
  .rhinory-experiences .xa-meta li{padding-right:0}
  .rhinory-experiences .xa-meta li:nth-child(even){padding-left:0;border-left:0}
  .rhinory-experiences .xa-hosts-grid{grid-template-columns:1fr;gap:0}
  .rhinory-experiences .xa-host{padding:22px 0}
  .rhinory-experiences .xa-host-story{grid-area:3/1;align-self:start;min-height:0;padding:10px 0 0;background:none;opacity:1;transition:none}
  .rhinory-experiences .xa-host-story p{font-size:14px;line-height:1.58;opacity:.8;transform:none;transition:none}
}
@media (prefers-reduced-motion:reduce){
  .rhinory-experiences .xa-rv, .rhinory-experiences .xa-reveal>*{opacity:1;transform:none;transition:none}
  .rhinory-experiences .xa-btn:hover, .rhinory-experiences .xs:hover{transform:none}
  .rhinory-experiences .xa-host-story, .rhinory-experiences .xa-host-story p{transition:none}
  .rhinory-experiences .xa-host-story p{transform:none}
  .rhinory-experiences .xa-fx:hover .xa-fx-media img, .rhinory-experiences .xs:hover .xs-media img{transform:none}
}
