/*
Theme Name:   Rack Builder Child
Theme URI:    https://rackbuilder.com.au
Description:  Child theme for GeneratePress — Rack Builder Design System v1.0. Design tokens, self-hosted fonts, homepage + pattern styling.
Author:       Rack Builder
Template:     generatepress
Version:      1.0.0
Text Domain:  rackbuilder-child
*/

/* Components reference var(--token) from design-tokens.css — never raw hex.
   Load order (functions.php): parent → design-tokens → this file. */

/* ====================================================================
   BASE
   ==================================================================== */
html{overflow-x:hidden}
body{background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
body.home .entry-header,body.home .page-title,body.home .entry-title,body.home .generate-page-header{display:none!important}
body.home .site-content,body.home #primary,body.home .content-area,body.home .entry-content{margin:0;padding:0;max-width:none}
body.home .entry-content>*{margin-top:0;margin-bottom:0}
body.home .inside-article,body.home .site-main{padding:0}
.elementor-element-251665a7 {margin: 0;  width: 100% !important;  --width: 100% !important;}
/* ====================================================================
   SECTION SHELL  (full-bleed background, constrained inner wrap)
   ==================================================================== */
.rb-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;/*padding:84px 0*/}
.rb-wrap{max-width:1240px;margin:0 auto;padding:0 32px}
.rb-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--green);font-weight:600;display:block}
.rb-section h2{font-family:var(--display-text);font-weight:400;font-size:clamp(28px,3vw,40px);letter-spacing:.004em;margin:10px 0 8px;color:var(--ink)}
.rb-lede{font-size:16.5px;color:var(--body);max-width:60ch}
.rb-sechead{margin-bottom:44px}
.rb-sechead.row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
.rb-link{color:var(--green);font-weight:600;font-size:14.5px;white-space:nowrap}
.rb-link:hover{text-decoration:underline}

/* ---------- slim band ---------- */
.band{background:var(--green-deep); color:#eaf1ed}
.band .wrap{display:flex; align-items:center; justify-content:center; gap:16px; padding-block:22px; text-align:center}
.band p{font-size:17px; max-width:60ch}
.band .dot{color:var(--gold)}
.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(18px,4vw,32px);
}

/*---hook---*/
.hook{display:flex; align-items:center; gap:12px; flex-wrap:wrap; background:rgba(185,138,46,.12);
  border:1px solid rgba(185,138,46,.4); border-radius:12px; padding:16px 20px; margin-bottom:26px}
.hook p{color:#f0e6cf; font-size:16px;margin-bottom: 0}
.hook a{color:var(--gold); font-weight:600; border-bottom:1px solid rgba(185,138,46,.5)}

/* Buttons (native core/buttons, styled via parent class) */
.rb-btn .wp-block-button__link,a.rb-btn{border-radius:11px;font-weight:600;font-size:15.5px;padding:15px 28px;display:inline-block;line-height:1.2}
.rb-btn-dark .wp-block-button__link{background-color:#1E4A3E !important;color:#fff;background-image: linear-gradient(90deg, #171A11, #1E4A3E); background-size: 0%; background-repeat: no-repeat; transition: all 0.3s ease;}
.rb-btn-dark .wp-block-button__link:hover{background-color:#1E4A3E;color:#fff;background-image: linear-gradient(90deg, #171A11, #1E4A3E); background-size: 100%; background-repeat: no-repeat;}
.rb-btn-ghost .wp-block-button__link{background-color:transparent !important;border:1.5px solid var(--ink);color:var(--ink) !important;background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); background-size: 0%; background-repeat: no-repeat;transition: all 0.3s ease;}
.rb-btn-ghost .wp-block-button__link:hover{background-color:var(--ink);color:#fff;background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); background-size: 100%; background-repeat: no-repeat;}
.rb-btn-green .wp-block-button__link{background:var(--green);color:#fff}
.rb-btn-green .wp-block-button__link:hover{background:var(--green-deep)}
.rb-btn-white .wp-block-button__link{background:#fff;color:var(--green-deep)}
.rb-btn-white .wp-block-button__link:hover{background:var(--cream)}
.rb-btn-white .wp-block-button__link{background-color:transparent !important;border:1.5px solid var(--paper);color:var(--paper) !important;background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0)); background-size: 0%; background-repeat: no-repeat;transition: all 0.3s ease;}
.rb-btn-white .wp-block-button__link:hover{background-image: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0)); background-size: 100%; background-repeat: no-repeat;}
.rb-btn-gold .wp-block-button__link{background-color:transparent !important;border:1.5px solid var(--accent);color:var(--accent) !important;background-image: linear-gradient(90deg, rgba(185,138,46,0.3), rgba(185,138,46,0)); background-size: 0%; background-repeat: no-repeat;transition: all 0.3s ease;}
.rb-btn-gold .wp-block-button__link:hover{background-image: linear-gradient(90deg, rgba(185,138,46,0.3), rgba(185,138,46,0)); background-size: 100%; background-repeat: no-repeat;}
/* ====================================================================
   HERO  (split: cream left / dark-green right)
   ==================================================================== */
.rb-hero{background:var(--cream);padding:0}
.rb-hero .rb-wrap{padding-top:0;padding-bottom:0}
.rb-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:620px;gap:0}
.rb-hero-left{display:flex;flex-direction:column;justify-content:center;padding:72px 56px 72px 0}
.rb-hero-left h1{font-family:var(--display-text);font-weight:400;font-size:clamp(38px,4.4vw,58px);line-height:1.06;letter-spacing:.003em;margin:18px 0 22px;color:var(--ink)}
.rb-hero-left h1 em{font-style:italic;color:var(--green)}
.rb-hero-left .rb-lede{font-size:18px;max-width:50ch;margin-bottom:30px}
.rb-hero-ctas{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:26px}
.rb-hero-ctas .wp-block-button{margin:0}
.rb-ticks{display:flex;gap:22px;flex-wrap:wrap;font-family:var(--sans)}
.rb-ticks p{font-size:13.5px;color:var(--body);margin:0;display:flex;align-items:center;gap:7px}
.rb-ticks p::before{content:"\2713";color:var(--green);font-weight:700}
.rb-hero-right{/*background:var(--green-deep);*/background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:30px 30px;display:flex;align-items:center;justify-content:center;position:relative;min-height:420px;padding:40px}
.rb-hero-right .rb-preview{/*width:300px;border:1px solid rgba(255,255,255,.18);*/border-radius:14px;padding:30px 26px;text-align:center;background:rgba(255,255,255,.03)}
.rb-hero-right .rb-preview .rb-cap{font-family:var(--mono);font-size:9px;letter-spacing:.2em;color:#8FB3A6;text-transform:uppercase;margin:0}
.rb-hero-right .rb-editnote{position:absolute;bottom:16px;left:0;right:0;text-align:center;font-family:var(--mono);font-size:9px;letter-spacing:.18em;color:#6f9588;text-transform:uppercase}
/*.rb-editzone{outline:1.5px dashed rgba(143,179,166,.45);outline-offset:6px;border-radius:4px}*/

/* ====================================================================
   HOW IT WORKS
   ==================================================================== */
.rb-how{background:var(--cream-deep)}
.rb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rb-step{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:26px 22px;box-shadow:var(--shadow-s)}
.rb-step .rb-n{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--green);font-weight:700;margin:0 0 14px}
.rb-step h3{font-family:var(--display-text);font-weight:400;font-size:18.5px;margin:0 0 8px;color:var(--ink)}
.rb-step p{font-size:14px;color:var(--body);margin:0}
.rb-hownote{font-family:var(--display-text);font-style:italic;color:var(--green);font-size:15px;margin-top:24px;text-align:center}

/* ====================================================================
   FEATURED PRODUCTS
   ==================================================================== */
.rb-prodgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rb-pcard{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-s);transition:transform .25s cubic-bezier(.2,.7,.3,1),box-shadow .25s}
.rb-pcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}
.rb-pcard .rb-show{background:linear-gradient(180deg,#FFFFFF 0%,#FBFBF6 48%,#EFEFE5 100%);height:210px;display:flex;align-items:center;justify-content:center;position:relative}
.rb-pcard .rb-plate{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-family:var(--mono);font-size:8.5px;letter-spacing:.18em;color:#1E4A3E;text-transform:uppercase;margin:0 auto;background: rgba(255,255,255,0.6);padding: 5px;border-radius: 5px;max-width: 95%;}
.rb-pcard .rb-pbody{padding:22px 22px 26px}
.rb-pcard .rb-tag{display:inline-block;font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);background:var(--green-tint);padding:4px 9px;border-radius:20px;margin:0 0 12px}
.rb-pcard h3{font-family:var(--display-text);font-weight:400;font-size:17.5px;margin:0 0 6px;color:var(--ink)}
.rb-pcard .rb-price{font-family:var(--sans);font-weight:600;font-size:15px;font-variant-numeric:tabular-nums;color:var(--body);margin:0}

/* ====================================================================
   MEDAL LIBRARY ENTRY  (dark)
   ==================================================================== */
.rb-library{background-color:var(--green-deep);background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:30px 30px}
.rb-library .rb-eyebrow{color:#8FB3A6}
.rb-library h2{color:#fff}
.rb-library .rb-lede{color:#BFD3CA}
.rb-catgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}
.rb-cat{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:20px 22px;transition:background .18s}
.rb-cat:hover{background:rgba(255,255,255,.09)}
.rb-cat h3{font-family:var(--display-text);font-weight:400;font-size:18px;color:#fff;margin:0 0 4px}
.rb-cat p{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8FB3A6;margin:0}
.rb-cat .rb-ar{color:#8FB3A6}
.rb-library .rb-libcta{text-align:center}

/* ====================================================================
   TRUST / REVIEWS
   ==================================================================== */
.rb-trust{background:var(--cream);text-align:center}
.rb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:760px;margin:0 auto 40px}
.rb-stat .rb-val{font-family:var(--display-text);font-weight:600;font-size:34px;color:var(--green);margin:0}
.rb-stat .rb-lab{font-size:13px;color:var(--mut);margin:4px 0 0}
.rb-quote{max-width:680px;margin:0 auto;background:var(--paper);border-left:4px solid var(--gold);border-radius:14px;padding:28px 30px;text-align:left;box-shadow:var(--shadow-s)}
.rb-quote p{font-family:var(--display-text);font-style:italic;font-size:19px;color:var(--ink);margin:0 0 12px;line-height:1.5}
.rb-quote cite{font-family:var(--sans);font-style:normal;font-size:14px;color:var(--mut)}

/* ====================================================================
   CLOSING CTA
   ==================================================================== */
.rb-closing{background:var(--cream-deep);text-align:center}
.rb-closing h2{margin-bottom:22px}
.rb-closing .wp-block-buttons{justify-content:center}

/* ====================================================================
   RESPONSIVE
   ==================================================================== */
@media(max-width:1000px){
  .rb-hero-grid{grid-template-columns:1fr}
  .rb-hero-left{padding:56px 0 40px}
  .rb-hero-right{min-height:320px}
  .rb-steps{grid-template-columns:repeat(2,1fr)}
  .rb-prodgrid{grid-template-columns:repeat(2,1fr)}
  .rb-catgrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .rb-section{padding:60px 0}
  .rb-steps,.rb-prodgrid,.rb-catgrid,.rb-stats{grid-template-columns:1fr}
  .rb-sechead.row{flex-direction:column;align-items:flex-start}
}

/* ==FIX-INNER== */
/* Neutralise Gutenberg's .wp-block-group__inner-container so grid/flex
   containers see their real children (cards, hero halves) as direct items. */
.rb-hero-grid > .wp-block-group__inner-container,
.rb-steps > .wp-block-group__inner-container,
.rb-prodgrid > .wp-block-group__inner-container,
.rb-catgrid > .wp-block-group__inner-container,
.rb-stats > .wp-block-group__inner-container,
.rb-ticks > .wp-block-group__inner-container,
.rb-hero-ctas > .wp-block-group__inner-container,
.rb-sechead.row > .wp-block-group__inner-container{display:contents}

/* Defeat the constrained-layout max-width cap so the wrap is a real 1240px */
body.home .rb-section > .wp-block-group__inner-container{max-width:none !important;width:100%}
body.home .rb-wrap{max-width:1240px !important;width:100%;margin-inline:auto;box-sizing:border-box}
body.home .rb-hero-grid,
body.home .rb-steps,
body.home .rb-prodgrid,
body.home .rb-catgrid,
body.home .rb-stats{width:100%}

/* Re-assert grid template columns at full specificity */
body.home .rb-hero-grid{display:grid;grid-template-columns:1.02fr .98fr}
body.home .rb-steps{display:grid;grid-template-columns:repeat(4,1fr)}
body.home .rb-prodgrid{display:grid;grid-template-columns:repeat(3,1fr)}
body.home .rb-catgrid{display:grid;grid-template-columns:repeat(3,1fr)}
body.home .rb-stats{display:grid;grid-template-columns:repeat(3,1fr)}
.smallEnlarge {transition: all 0.5s ease; transform: scale(1)}
.smallEnlarge:hover {transition: all 0.5s ease; transform: scale(1.5)}
@media(max-width:1000px){
  body.home .rb-hero-grid{grid-template-columns:1fr}
  body.home .rb-steps,body.home .rb-prodgrid,body.home .rb-catgrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  body.home .rb-steps,body.home .rb-prodgrid,body.home .rb-catgrid,body.home .rb-stats{grid-template-columns:1fr}
}

/* ==LAYOUT-V2== */
/* 1) GeneratePress containers: truly full-width, zero padding on the homepage.
      Sections then span naturally — no 100vw breakout hack needed. */
body.home .grid-container,
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home article,
body.home .inside-article,
body.home .entry-content{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important}

/* 2) Sections: plain full-width blocks (kills scrollbar mis-calc + mobile overflow) */
body.home .rb-section{margin-left:0!important;margin-right:0!important;width:100%!important;padding:84px 0}
body.home .rb-hero{padding:0}

/* 3) One responsive gutter, applied once, matching the reference */
body.home .rb-wrap{max-width:1240px!important;width:100%;margin-inline:auto;padding-inline:clamp(18px,4vw,32px);box-sizing:border-box}

/* 4) Hero breathing room — reference proportions */
body.home .rb-hero-left{padding:72px 48px 72px 0}
body.home .rb-hero-grid{min-height:600px}

/* 5) Mobile: tighter rhythm, no squeeze */
@media(max-width:1000px){
  body.home .rb-hero-left{padding:52px 0 36px}
}
@media(max-width:680px){
  body.home .rb-section{padding:56px 0}
  body.home .rb-hero-left h1{font-size:clamp(32px,9vw,40px)}
  body.home .rb-hero-left .rb-lede{font-size:16px}
}

/* ==REF-EXACT== */
/* A) Neutralise WP block-layout machinery on the homepage: every group's
      inner wrapper becomes transparent; constrained max-widths/auto-margins die. */
body.home .entry-content .wp-block-group__inner-container{display:contents}
body.home .entry-content .is-layout-constrained > *{max-width:none!important;margin-left:0!important;margin-right:0!important}

/* B) Re-assert intentional centring lost to (A) */
body.home .rb-wrap{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;padding-inline:clamp(18px,4vw,32px)}
body.home .rb-stats{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:48px!important}
body.home .rb-quote{max-width:680px!important;margin-left:auto!important;margin-right:auto!important}

/* C) Reference-exact values (ported verbatim from rackbuilder-homepage.html) */
body.home .rb-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:620px;width:100%}
body.home .rb-hero-left{display:flex;flex-direction:column;justify-content:center;padding:72px 56px 72px 0}
body.home .rb-hero-left h1{font-size:clamp(38px,4.4vw,58px);line-height:1.06;margin:18px 0 22px}
body.home .rb-hero-left .rb-lede{font-size:18px;max-width:50ch;margin-bottom:30px}
body.home .rb-hero-right{min-height:0;padding:0;overflow:hidden}
body.home .rb-btn-ghost .wp-block-button__link{padding:14px 26px}
body.home .rb-pcard .rb-pbody{padding:18px 20px 20px}
body.home .rb-quote{border:1px solid var(--line);border-left:4px solid var(--gold);padding:30px 34px}
body.home .rb-stat{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:28px 20px;box-shadow:var(--shadow-s)}

/* D) Reference breakpoints */
@media(max-width:1000px){
  body.home .rb-hero-grid{grid-template-columns:1fr}
  body.home .rb-hero-left{padding:56px 0}
  body.home .rb-hero-right{min-height:340px;/*padding:40px*/}
  body.home .rb-steps,body.home .rb-prodgrid,body.home .rb-catgrid,body.home .rb-stats{grid-template-columns:1fr 1fr}
	body.home .rb-hero-right .rb-preview{padding: 0}
}
@media(max-width:680px){
  body.home .rb-steps,body.home .rb-prodgrid,body.home .rb-catgrid,body.home .rb-stats{grid-template-columns:1fr}
}

/* ==HF== */
/* ---------- HEADER (reference-exact) ---------- */
#rb-header{background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
body.admin-bar #rb-header{top:32px}
#rb-header .nav{display:flex;align-items:center;justify-content:space-between;height:70px}
#rb-header .logo,#rb-footer .logo{font-family:var(--sans);font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--ink);text-decoration:none}
#rb-header .logo .dot,#rb-footer .logo .dot{color:var(--gold)}
#rb-header .logo span:not(.dot){font-family:var(--mono);font-size:10px;color:var(--mut);font-weight:400;letter-spacing:.1em}
#rb-header .logo img{max-height: 55px}
#rb-header .menu{display:flex;align-items:center;gap:4px;margin:0;list-style:none}
#rb-header .menu>li{position:relative;list-style:none}
#rb-header .menu>li>a{display:flex;align-items:center;gap:5px;padding:24px 16px;font-size:14.5px;font-weight:600;color:var(--ink);text-decoration:none;transition:color .15s}
#rb-header .menu>li>a:hover{color:var(--green)}
#rb-header .menu>li>a .ar{font-size:9px;color:var(--mut);transition:transform .2s}
#rb-header .menu>li:hover>a .ar{transform:rotate(180deg)}
#rb-header .dropdown{position:absolute;top:64px;left:50%;transform:translateX(-50%) translateY(8px);background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-m);padding:10px;min-width:240px;opacity:0;visibility:hidden;transition:.2s;z-index:110}
#rb-header .menu>li:hover .dropdown,#rb-header .menu>li.tapped .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
#rb-header .dropdown a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px;border-radius:9px;font-size:14px;font-weight:500;color:var(--body);text-decoration:none;transition:.15s}
#rb-header .dropdown a:hover{background:var(--green-tint);color:var(--green)}
#rb-header .dropdown a small{font-family:var(--mono);font-size:9px;color:var(--mut);letter-spacing:.1em}
#rb-header .dropdown .sep{height:1px;background:var(--line-soft);margin:8px 6px}
#rb-header .dropdown .all{color:var(--green);font-weight:600}
#rb-header .nav-right{display:flex;align-items:center;gap:18px}
#rb-header .signin{font-size:14px;font-weight:500;color:var(--body);text-decoration:none}
#rb-header .signin:hover{color:var(--green)}
#rb-header .btn-cta{background:var(--green);color:#fff;padding:11px 22px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;box-shadow:0 2px 6px rgba(30,74,62,.3);transition:.18s}
#rb-header .btn-cta:hover{background:var(--green-deep)}
#rb-header .burger{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:0;cursor:pointer}
#rb-header .burger span{width:22px;height:2px;background:var(--ink);border-radius:2px}
@media(max-width:680px){
  #rb-header .menu{display:none;position:absolute;top:70px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:var(--shadow-m);flex-direction:column;align-items:stretch;padding:10px 16px 18px}
  #rb-header .menu.open{display:flex}
  #rb-header .menu>li>a{padding:14px 4px}
  #rb-header .dropdown{position:static;transform:none;opacity:1;visibility:hidden;display:none;box-shadow:none;border:0;padding:0 0 6px 12px;min-width:0}
  #rb-header .menu>li.tapped .dropdown{display:block;visibility:visible;transform:none}
  #rb-header .nav-right .signin{display:none}
  #rb-header .burger{display:flex}
}
/* ---------- FOOTER (reference-exact) ---------- */
#rb-footer{background:var(--green-deep);color:#CFE0D6;padding:60px 0 30px}
#rb-footer .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12)}
#rb-footer .foot-brand .logo{color:#fff;font-size:20px}
#rb-footer .foot-brand .logo img{max-height: 50px}
#rb-footer .foot-brand p{font-size:13.5px;color:#9FBBAF;margin-top:14px;max-width:34ch}
#rb-footer .foot-col h4{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#8FB3A6;margin:0 0 16px;font-weight:600}
#rb-footer .foot-col a{display:block;font-size:14px;color:#CFE0D6;padding:6px 0;text-decoration:none;transition:.15s}
#rb-footer .foot-col a:hover{color:#fff}
#rb-footer .foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:12.5px;color:#9FBBAF;flex-wrap:wrap;gap:10px}
#rb-footer .foot-bottom .badges{display:flex;gap:18px}
@media(max-width:1000px){#rb-footer .foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){#rb-footer .foot-grid{grid-template-columns:1fr}}
/* ---------- HERO NOTE + MEDAL ILLUSTRATIONS (reference-exact) ---------- */
body.home .rb-hero-note{position:absolute;top:30px;right:34px;font-family:var(--display-text);font-style:italic;font-size:17px;color:#BFD3CA;margin:0}
body.home .rb-hero-note::after{content:"\2198";display:block;font-style:normal;text-align:right;margin-top:2px}
body.home .rb-rack{display:flex;justify-content:center;gap:9px;margin-bottom:18px}
body.home .rb-preview .rb-m{width:34px}
body.home .rb-preview .rb-rib{height:42px;border-radius:2px 2px 0 0;box-shadow:0 2px 5px rgba(0,0,0,.4)}
body.home .rb-preview .rb-disc{width:34px;height:34px;border-radius:50%;margin-top:-4px;background:radial-gradient(circle at 33% 28%,#E2B574,#B07F3E 58%,#7E5524);border:2px solid #916530}
body.home .rb-preview .rb-cap{margin-top:14px}
body.home .rb-ph{display:flex;gap:8px;justify-content:center;align-items:flex-start}
body.home .rb-ph .rb-m{width:40px}
body.home .rb-ph .rb-rib{height:50px;border-radius:2px 2px 0 0;box-shadow:0 2px 5px rgba(38,46,38,.3)}
body.home .rb-ph .rb-disc{width:40px;height:40px;border-radius:50%;margin-top:-5px;background:radial-gradient(circle at 33% 28%,#eee,#c7cacd 58%,#9a9da1);border:2px solid #b0b3b7}
body.home .rb-ph .rb-m.sm{width:30px}
body.home .rb-ph .rb-m.sm .rb-rib{height:38px}
body.home .rb-ph .rb-m.sm .rb-disc{width:30px;height:30px}
body.home .rb-bar{width:30px;height:13px;border-radius:2px;box-shadow:0 2px 4px rgba(38,46,38,.3)}
body.home .rb-ph.bars{gap:3px;align-items:center}
.rb-rib1,.rb-bar1{background:linear-gradient(90deg,#C8102E 33%,#fff 33%,#fff 66%,#1B2A6B 66%)}
.rb-rib2{background:linear-gradient(90deg,#1E7A3E 25%,#F5C518 25%,#F5C518 50%,#C8102E 50%,#C8102E 75%,#1B5FA8 75%)}
.rb-rib3{background:linear-gradient(90deg,#7FB2D9 30%,#B98A2E 30%,#B98A2E 70%,#C8102E 70%)}
.rb-rib4{background:linear-gradient(90deg,#1B2A6B 40%,#fff 40%,#fff 60%,#C8102E 60%)}
.rb-rib5{background:linear-gradient(90deg,#C8102E 50%,#fff 50%)}
.rb-rib6{background:linear-gradient(90deg,#1B5FA8 50%,#7FB2D9 50%)}
.rb-rib7{background:linear-gradient(90deg,#1E7A3E 50%,#F5C518 50%)}
.rb-bar2{background:linear-gradient(90deg,#1E7A3E 25%,#F5C518 50%,#C8102E 75%)}
.rb-bar3{background:linear-gradient(90deg,#7FB2D9 30%,#B98A2E 70%)}
/* content helpers */
body.home .rb-sechead .rb-avg{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mut);margin:0;white-space:nowrap}
body.home .rb-pfoot{display:flex;justify-content:space-between;align-items:center;margin-top:12px}
body.home .rb-pcard .rb-pdesc{font-size:13.5px;color:var(--mut);margin:0 0 0;min-height:38px}
body.home .rb-trust .rb-lede{margin:14px auto 40px;max-width:60ch}
body.home .rb-quote .rb-who{font-family:var(--sans);font-style:normal;font-size:14px;color:var(--mut);margin:0}
body.home .rb-quote .rb-who strong{display:block;color:var(--ink)}
body.home .rb-cat{display:flex;justify-content:space-between;align-items:center;gap:14px}
body.home .rb-cat .rb-catar{color:#fff;margin:0;font-size:16px}
body.home .rb-closing p{margin:0 0 24px;color:var(--body)}

/* ==PRODUCTS== */
.rbp-page .entry-header,.rbp-page .page-title{display:none!important}
body.page .rb-crumb{padding:22px 0 0}
body.page .rb-crumb p{font-size:12.5px;color:var(--mut);margin:0}
body.page .rb-crumb a{color:var(--mut);text-decoration:none}
body.page .rb-crumb a:hover{color:var(--green)}
body.page .rb-crumb .sep{margin:0 8px;color:var(--line)}
.rbp-head{padding:30px 0 54px;max-width:720px}
.rbp-head h1{font-family:var(--display-text);font-weight:400;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:.004em;margin:14px 0 16px;color:var(--ink)}
.rbp-head p{font-size:18px;color:var(--body);margin:0}
.rbp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.rbp-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-s);transition:.25s cubic-bezier(.2,.7,.3,1);display:flex;flex-direction:column}
.rbp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}
.rbp-card .rbp-show{background:linear-gradient(180deg,#FFFFFF 0%,#FBFBF6 48%,#EFEFE5 100%);height:180px;display:flex;align-items:center;justify-content:center;position:relative}
.rbp-card .rbp-show.tint{background:var(--green-tint)}
.rbp-card .rb-plate{position:absolute;bottom:11px;left:50%;transform:translateX(-50%);font-size:8px;letter-spacing:.2em;white-space:nowrap;margin:0;background: rgba(255,255,255,0.6);padding: 5px;border-radius: 5px;}
.rbp-card .rbp-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.rbp-card h3{font-family:var(--display-text);font-weight:400;font-size:17.5px;margin:0 0 5px;color:var(--ink)}
.rbp-card h3 a{color:inherit;text-decoration:none}
.rbp-card h3 a:hover{color:var(--green)}
.rbp-card .rbp-desc{font-size:13px;color:var(--mut);margin:0 0 14px;flex:1;line-height:1.5}
.rbp-card .rb-pfoot{margin-top:auto}
.rbp-card .rb-price{font-weight:600;font-size:14.5px;font-variant-numeric:tabular-nums;margin:0}
.rbp-card .rbp-go{font-size:13px;font-weight:600;color:var(--green);margin:0}
.rbp-go a{color:var(--green);text-decoration:none}
/* card art */
.rbp-medals{display:flex;gap:7px}
.rbp-medals .rb-m{width:34px}
.rbp-medals .rb-rib{height:42px;border-radius:2px 2px 0 0;box-shadow:0 2px 5px rgba(38,46,38,.3)}
.rbp-medals .rb-disc{width:34px;height:34px;border-radius:50%;margin-top:-4px;background:radial-gradient(circle at 33% 28%,#eee,#c7cacd 58%,#9a9da1);border:2px solid #b0b3b7}
.rbp-medals .rb-m.sm{width:28px}
.rbp-medals .rb-m.sm .rb-rib{height:36px}
.rbp-medals .rb-m.sm .rb-disc{width:28px;height:28px}
.rbp-ribbon{display:flex;flex-direction:column;gap:4px}
.rbp-ribbon .rb-bar{width:74px;height:12px;border-radius:2px;box-shadow:0 2px 4px rgba(38,46,38,.25)}
.rbp-frame{width:120px;height:92px;border-radius:4px;border:7px solid #5a4632;background:#1d2b3a;box-shadow:0 8px 16px rgba(38,46,38,.25);position:relative}
.rbp-frame::after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.25)}
.rbp-photoframe{width:120px;height:92px;border-radius:4px;border:7px solid #2E2A24;background:linear-gradient(120deg,#3a4a63,#243044);box-shadow:0 8px 16px rgba(38,46,38,.25)}
.rbp-case{width:128px;height:80px;border-radius:8px;background:linear-gradient(160deg,#15171a,#2a2d33);box-shadow:0 8px 16px rgba(38,46,38,.3);position:relative}
.rbp-case::after{content:"";position:absolute;inset:12px;border-radius:4px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.rbp-timber{width:128px;height:74px;border-radius:7px;background:linear-gradient(150deg,#caa06a,#a97c44);box-shadow:0 8px 16px rgba(38,46,38,.25);position:relative}
.rbp-timber::after{content:"";position:absolute;inset:0;border-radius:7px;background:repeating-linear-gradient(95deg,rgba(120,80,30,0) 0 7px,rgba(120,80,30,.10) 7px 9px)}
.rbp-set{display:flex;gap:6px;align-items:flex-start}
.rbp-set .rbp-box{width:38px;height:62px;border-radius:5px;background:linear-gradient(160deg,#15171a,#2a2d33);box-shadow:0 6px 12px rgba(38,46,38,.3)}
.rbp-set .rbp-box.b2{height:54px;margin-top:4px}
.rbp-set .rbp-box.b3{height:46px;margin-top:8px}
.rbp-plus{font-family:var(--display-text);font-size:30px;color:var(--green);margin:0;text-align:center}
/* help strip */
.rbp-help{background-color:var(--green-deep);color:#fff;border-radius:22px;padding:46px 44px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin:20px 0 0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:28px 28px}
.rbp-help h2{font-family:var(--display-text);font-weight:400;font-size:27px;margin:0 0 8px;color:#fff}
.rbp-help p{color:#BFD3CA;font-size:15.5px;max-width:52ch;margin:0}
.rbp-help .rbp-acts{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
.rbp-help .wp-block-button{margin:0}
.rb-btn-outline .wp-block-button__link{background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:13px 24px;border-radius:11px;font-weight:600;font-size:14.5px}
.rb-btn-outline .wp-block-button__link:hover{background:rgba(255,255,255,.1);border-color:#fff}
.rbp-help .rb-btn-white .wp-block-button__link{padding:14px 26px;font-size:14.5px}
.rbp-help .rb-btn-gold .wp-block-button__link{padding:14px 26px;font-size:14.5px}
/* info row */
.rbp-inforow{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:64px 0 20px}
.rbp-info{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:26px 24px;box-shadow:var(--shadow-s)}
.rbp-info .rbp-ic{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--green);font-weight:700;margin:0 0 12px;text-transform:uppercase}
.rbp-info h3{font-family:var(--display-text);font-weight:400;font-size:18px;margin:0 0 7px;color:var(--ink)}
.rbp-info p{font-size:13.5px;color:var(--body);line-height:1.55;margin:0}
/* page shell: full-width like home */
body.page-template-default.page .grid-container,body.page .site-content,body.page .content-area,body.page .site-main,body.page article,body.page .inside-article,body.page .entry-content{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important}
body.page .entry-content .wp-block-group__inner-container{display:contents}
body.page .entry-content .is-layout-constrained > *{max-width:none!important;margin-left:0!important;margin-right:0!important}
body.page .rb-wrap{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;padding-inline:clamp(18px,4vw,32px);box-sizing:border-box}
body.page .rb-section{width:100%!important;margin:0!important}
@media(max-width:1000px){.rbp-grid{grid-template-columns:repeat(2,1fr)}.rbp-inforow{grid-template-columns:1fr}.rbp-help{flex-direction:column;align-items:flex-start;text-align:left}}
@media(max-width:680px){.rbp-grid{grid-template-columns:1fr 1fr}}

/* ==MEDAL== */
.rbm{--teal:#0F766E;font-size:16px}
.rbm a{color:var(--teal)}
.rbm a:hover{text-decoration:underline}
.rbm .mwrap{max-width:1080px;margin:0 auto;padding:0 24px}
.rbm .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);font-weight:600}
body.single-medal #rb-header .nav{height:64px}
body.single-medal #rb-header .signin{display:none}
body.single-medal #rb-header .btn-cta{padding:9px 18px;border-radius:6px}
#rb-footslim{background:var(--paper);border-top:1px solid var(--line);padding:28px 0;font-size:13px;color:var(--mut)}
#rb-footslim a{color:var(--mut)}
#rb-footslim .rb-wrap{max-width:1080px;margin:0 auto;padding:0 24px}
.rbm .crumbs{font-size:13px;color:var(--mut);padding:18px 0}
.rbm .crumbs a{color:var(--mut)}
.rbm .crumbs span{color:var(--ink);font-weight:600}
.rbm .hero{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start;padding:16px 0 56px}
.rbm h1{font-family:var(--display-text);font-size:clamp(34px,4.5vw,50px);line-height:1.08;letter-spacing:.004em;font-weight:600;margin:14px 0 18px;color:var(--ink)}
.rbm .lede{font-size:18px;color:var(--body);max-width:54ch}
.rbm .hero-ctas{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
/*.rbm .btn-dark{background:var(--ink);color:#fff!important;padding:13px 24px;border-radius:7px;font-weight:600;font-size:15px;text-decoration:none;display:inline-block}
.rbm .btn-dark:hover{background:#000;text-decoration:none}*/
.rbm .btn-dark{padding:13px 24px;border-radius:7px;font-weight:600;font-size:15px;text-decoration:none;display:inline-block;background-color:#1E4A3E !important;color:#fff;background-image: linear-gradient(90deg, #171A11, #1E4A3E); background-size: 0%; background-repeat: no-repeat; transition: all 0.3s ease;}
.rbm .btn-dark:hover{text-decoration:none;background-color:#1E4A3E;color:#fff;background-image: linear-gradient(90deg, #171A11, #1E4A3E); background-size: 100%; background-repeat: no-repeat;}
.rbm .btn-dark.white{background:#fff;color:var(--green-deep)!important}
.rbm .btn-ghost{padding:12px 22px;border-radius:7px;font-weight:600;font-size:15px;text-decoration:none;display:inline-block;background-color:transparent !important;border:1.5px solid var(--ink);color:var(--ink) !important;background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); background-size: 0%; background-repeat: no-repeat;transition: all 0.3s ease;}
.rbm .btn-ghost:hover{text-decoration:none;background-color:var(--ink);color:#fff;background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); background-size: 100%; background-repeat: no-repeat;}
.rbm .medal-card{background:var(--green-deep);border-radius:14px;padding:42px 32px 28px;text-align:center;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:26px 26px}
.rbm .medal-caption{font-family:var(--mono);font-size:10px;letter-spacing:.18em;color:#8FB3A6;margin-top:22px;text-transform:uppercase}
.rbm .hero-photo{background:linear-gradient(180deg,#fff,#fbfbf6 48%,#E4E3D8);border:1px dashed var(--line);border-radius:10px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mut);margin-bottom:12px;overflow:hidden}
.rbm .hero-photo.has-img{border-style:solid;padding:0}
.rbm .hero-photo img{width:100%;height:100%;object-fit:contain;filter: drop-shadow(0px 12px 15px rgba(0,0,0,.3));}
.rbm .hero-photo .ic{font-size:26px;opacity:.45;margin-bottom:8px}
.rbm .hero-photo .nm{font-size:13px;font-weight:600;color:#171A11}
.rbm .hero-photo .sub{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mut);margin-top:3px}
.rbm .hero-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.rbm .hero-thumb{aspect-ratio:1/1;border:1px dashed rgba(255,255,255,.28);border-radius:7px;display:flex;align-items:center;justify-content:center;text-align:center;padding:4px;overflow:hidden}
.rbm .hero-thumb.has-img{border-style:solid;padding:0;background: linear-gradient(180deg,#fff,#fbfbf6 48%,#E4E3D8);}
.rbm .hero-thumb img{width:100%;height:100%;object-fit:contain;border-radius:6px;mix-blend-mode: multiply;}
.rbm .hero-thumb span{font-family:var(--mono);font-size:6.5px;letter-spacing:.06em;text-transform:uppercase;color:#9FBBAF;line-height:1.25}
.rbm .facts{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:56px}
.rbm .facts-head{padding:16px 24px;border-bottom:1px solid var(--line)}
.rbm .facts-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0}
.rbm .fact{padding:20px 24px;border-right:1px solid var(--line);border-top:1px solid var(--line)}
.rbm .fact:nth-child(4n){border-right:none}
.rbm .fact:nth-child(-n+4){border-top:none}
.rbm .fact dt{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--mut);margin-bottom:6px}
.rbm .fact dd{font-weight:700;font-size:15px;margin:0;color:var(--ink)}
.rbm .fact dd small{display:block;font-weight:400;font-size:12.5px;color:var(--mut);margin-top:2px}
.rbm .layout{display:grid;grid-template-columns:1fr 300px;gap:56px;padding-bottom:72px}
.rbm article h2{font-family:var(--display-text);font-size:27px;letter-spacing:.004em;margin:44px 0 14px;font-weight:600;color:var(--ink)}
.rbm article h2:first-child{margin-top:0}
.rbm article h3{font-family:var(--display-text);font-size:19px;margin:28px 0 10px;font-weight:600;color:var(--ink)}
.rbm article p{margin:0 0 16px;font-size:16.5px;color:var(--body)}
.rbm article ul{margin:0 0 18px 22px}
.rbm article li{margin-bottom:9px;font-size:16px;color:var(--body)}
.rbm .caption{font-size:13px;color:var(--mut);margin-bottom:20px}
.rbm .callout{background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:8px;padding:18px 22px;margin:24px 0;font-size:15px;color:var(--body)}
.rbm .callout strong{color:var(--ink)}
.rbm .rb-slot{background:var(--paper);border:1px dashed var(--line);border-radius:9px;height:150px;max-width:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mut);padding:8px;margin:12px 0;overflow:hidden}
.rbm .rb-slot.has-img{border-style:solid;padding:20px;background: linear-gradient(180deg,#fff,#fbfbf6 48%,#E4E3D8);}
.rbm .rb-slot img{max-width:100%;max-height:100%;object-fit:contain;filter: drop-shadow(0px 12px 15px rgba(0,0,0,.3));}
.rbm .rb-slot .ic{font-size:18px;opacity:.5}
.rbm .rb-slot .nm{font-size:12.5px;font-weight:600;color:var(--ink);margin-top:4px}
.rbm .rb-slot .sub{font-family:var(--mono);font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--mut);margin-top:2px}
.rbm .clasp-card{background: linear-gradient(180deg,#fff,#fbfbf6 48%,#E4E3D8);;border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:14px}
.rbm .clasp-card .cimg{width:100%;aspect-ratio:5/1;border:0px dashed var(--line);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--mut);text-align:center;padding:8px;margin-bottom:14px;/*overflow:hidden*/}
.rbm .clasp-card .cimg.has-img{border-style:solid;padding:0}
.rbm .clasp-card .cimg img{width:100%;height:100%;max-width:400px;object-fit:contain;filter: drop-shadow(0px 12px 15px rgba(0,0,0,.3));}
.rbm .clasp-card .cimg .ic{font-size:18px;opacity:.5}
.rbm .clasp-card .cimg .t{font-family:var(--mono);font-size:8px;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}
.rbm .clasp-card .cbody h5{font-family:var(--display-text);font-size:17px;font-weight:600;margin:0 0 6px;color:var(--ink)}
.rbm .clasp-card .cbody p{font-size:14.5px;color:var(--body);margin:0;line-height:1.55}
.rbm .oow{display:flex;align-items:stretch;gap:10px;margin:18px 0 8px;flex-wrap:wrap}
.rbm .oow div{flex:1;min-width:150px;background:rgba(255,255,255,0.5);border:1px solid var(--line);border-radius:8px;padding:14px 16px;font-size:13.5px;margin: 10px 0;}
.rbm .oow div.this{border-width: 2px; border-color:var(--green);background:var(--paper);padding:18px 16px; margin:0;}
.rbm .oow b{display:block;font-size:14.5px;margin-top:3px;color:var(--contrast-3)}
.rbm .oow .this > b{display:block;font-size:14.5px;margin-top:3px;color:var(--ink)}
.rbm .oow .lbl{font-family:var(--mono);font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--mut)}
.rbm details{background:var(--paper);border:1px solid var(--line);border-radius:8px;margin-bottom:10px}
.rbm summary{cursor:pointer;font-weight:700;font-size:15.5px;padding:16px 20px;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--ink)}
.rbm summary::after{content:"+";font-size:20px;color:var(--mut);font-weight:400}
.rbm details[open] summary::after{content:"\2013"}
.rbm details p{padding:0 20px 16px;font-size:15px;color:var(--body);margin:0}
.rbm aside .box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:22px;margin-bottom:20px}
.rbm aside h4{font-family:var(--display-text);font-size:16px;margin:8px 0 12px;font-weight:600;color:var(--ink)}
.rbm .rel{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-size:14.5px;color:var(--ink)!important;font-weight:600;text-decoration:none}
.rbm .rel:hover{color:var(--teal)!important;text-decoration:none}
.rbm .rel small{display:block;font-weight:400;color:var(--mut);font-size:12.5px}
.rbm .rel:last-child{border-bottom:none}
.rbm .side-cta{background:var(--green-deep);color:#E9EFEA;border:none}
.rbm .side-cta .eyebrow{color:var(--mut)}
.rbm .side-cta p{font-size:14px;color:var(--green-deep);margin:8px 0 16px}
.rbm .side-cta h4{color:#fff}
.rbm .side-cta .btn-dark{display:block;text-align:center;/*background:#fff;color:var(--green-deep)!important*/}
.rbm .sources p{font-size:13px;color:var(--mut);line-height:1.7}
.rbm .side{position:sticky;top:88px;align-self:start}
.rbm .band{background:var(--green-deep);color:#fff;padding:54px 0;text-align:center}
.rbm .band h2{font-family:var(--display-text);font-size:31px;letter-spacing:.004em;margin:0 0 8px;font-weight:600;color:#fff}
.rbm .band p{color:#BFD3CA;margin:0 0 24px}
@media(max-width:880px){
  .rbm .hero{grid-template-columns:1fr}
  .rbm .layout{grid-template-columns:1fr}
  .rbm .side{position:static}
  .rbm .facts-grid{grid-template-columns:repeat(2,1fr)}
  .rbm .fact:nth-child(2n){border-right:none}
  .rbm .fact:nth-child(-n+4){border-top:1px solid var(--line)}
  .rbm .fact:nth-child(-n+2){border-top:none}
}

/* ==HUB== */
.rbhub .rb-wrap{max-width:1240px;margin:0 auto;padding-inline:clamp(18px,4vw,32px);box-sizing:border-box}
.rbhub .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);font-weight:600}
.rbhub .crumb{font-size:12.5px;color:#8FB3A6;padding:22px 0 18px}
.rbhub .crumb a{color:#8FB3A6;text-decoration:none}
.rbhub .crumb a:hover{color:#fff}
.rbhub .crumb .sep{margin:0 8px;opacity:.5}
.rbhub .lib-hero{background-color:var(--green-deep);color:#fff;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:30px 30px;padding:0 0 42px}
.rbhub .lib-hero .eyebrow{color:#8FB3A6}
.rbhub .lib-hero h1{font-family:var(--display-text);font-weight:400;font-size:clamp(34px,4vw,52px);line-height:1.06;margin:12px 0 14px;max-width:20ch;color:#fff}
.rbhub .lib-hero p{font-size:17px;color:#BFD3CA;max-width:60ch;margin:0}
.rbhub .searchbar{margin-top:26px;display:flex;gap:12px;max-width:560px;flex-wrap:wrap}
.rbhub .searchbar input{flex:1;min-width:240px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:14px 18px;color:#fff;font-size:15px;font-family:var(--sans)}
.rbhub .searchbar input::placeholder{color:#8FB3A6}
.rbhub .searchbar input:focus{outline:none;border-color:#8FB3A6;background:rgba(255,255,255,.12)}
.rbhub .search-note{margin-top:10px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:#6f9588;text-transform:uppercase}
.rbhub .filter{position:sticky;top:70px;background:rgba(247,247,242,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:50}
body.admin-bar .rbhub .filter{top:102px}
.rbhub .filter-row{display:flex;gap:10px;padding:18px 0;flex-wrap:wrap;align-items:center}
.rbhub .chip{font-size:13.5px;font-weight:600;padding:9px 16px;border-radius:30px;border:1px solid var(--line);background:var(--paper);color:var(--body);cursor:pointer;transition:.15s;white-space:nowrap;font-family:var(--sans)}
.rbhub .chip:hover{border-color:var(--green);color:var(--green)}
.rbhub .chip.active{background:var(--green);color:#fff;border-color:var(--green)}
.rbhub .chip small{font-family:var(--mono);font-size:9px;opacity:.7;margin-left:5px;letter-spacing:.08em}
.rbhub .count{margin-left:auto;font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--mut);text-transform:uppercase}
.rbhub .grid-section{padding:38px 0 70px}
.rbhub .mgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rbhub .mcard{background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-s);transition:.25s cubic-bezier(.2,.7,.3,1);display:flex;flex-direction:column;text-decoration:none;color:inherit}
.rbhub .mcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-m);text-decoration:none}
.rbhub .mcard .show{background:linear-gradient(180deg,#FFFFFF 0%,#FBFBF6 48%,#EFEFE5 100%);height:140px;display:flex;align-items:center;justify-content:center;position:relative}
.rbhub .mcard .medal{display:flex;flex-direction:column;align-items:center}
.rbhub .mcard .rib{width:42px;height:40px;border-radius:2px 2px 0 0;box-shadow:0 2px 6px rgba(38,46,38,.3);display:flex;overflow:hidden}
.rbhub .mcard .rib span{flex:1;display:block;height:100%}
.rbhub .mcard .disc{width:42px;height:42px;border-radius:50%;margin-top:-5px;background:radial-gradient(circle at 34% 28%,#E2B574,#B07F3E 58%,#7E5524);border:2px solid #916530;box-shadow:0 3px 7px rgba(38,46,38,.3)}
.rbhub .mcard .cat-plate{position:absolute;top:10px;left:12px;font-family:var(--mono);font-size:7.5px;letter-spacing:.14em;color:#9AA095;text-transform:uppercase}
.rbhub .mcard .body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}
.rbhub .mcard h3{font-family:var(--display-text);font-weight:400;font-size:15.5px;line-height:1.2;margin:0 0 5px;color:var(--ink)}
.rbhub .mcard .meta{font-size:11.5px;color:var(--mut);margin-top:auto;display:flex;align-items:center;justify-content:space-between}
.rbhub .mcard .go{color:var(--green);font-weight:600}
.rbhub .empty{text-align:center;padding:60px 0;color:var(--mut);font-size:15px;display:none}
.rbhub .cats{background:var(--cream-deep);padding:64px 0}
.rbhub .cats .sec-head{margin-bottom:30px}
.rbhub .cats .sec-head h2{font-family:var(--display-text);font-weight:400;font-size:clamp(26px,3vw,36px);margin:8px 0;color:var(--ink)}
.rbhub .cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rbhub .catc{display:flex;align-items:center;justify-content:space-between;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow-s);transition:.2s;text-decoration:none;color:inherit}
.rbhub .catc:hover{transform:translateY(-3px);box-shadow:var(--shadow-m);text-decoration:none}
.rbhub .catc h3{font-family:var(--display-text);font-weight:400;font-size:18px;margin:0;color:var(--ink)}
.rbhub .catc small{display:block;font-family:var(--mono);font-size:9px;letter-spacing:.14em;color:var(--mut);margin-top:3px;text-transform:uppercase}
.rbhub .catc .ar{color:var(--green);font-size:18px}
@media(max-width:1000px){.rbhub .mgrid{grid-template-columns:repeat(2,1fr)}.rbhub .cat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.rbhub .mgrid,.rbhub .cat-grid{grid-template-columns:1fr}.rbhub .filter{position:static}}

/* ==CATPAGE== */
.rbcat .cat-intro{padding:34px 0 0}
.rbcat .cat-intro .lead{font-size:16px;color:var(--body);max-width:74ch;margin:0}
.rbcat .filter .chip{text-decoration:none;display:inline-block}
.rbcat .cta-band{background:var(--green);color:#fff;text-align:center;padding:56px 0}
.rbcat .cta-band h2{font-family:var(--display-text);font-weight:400;font-size:clamp(26px,3vw,34px);margin:0 0 8px;color:#fff}
.rbcat .cta-band p{color:#CFE0D6;margin:0 0 22px;font-size:15px}
.rbcat .cta-band .btn-w{display:inline-block;background:#fff;color:var(--green-deep);padding:13px 26px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none}
.rbcat .cta-band .btn-w:hover{background:var(--cream)}

/* ==LIBRARY-FULLBLEED== */
/* Archive, taxonomy and single-medal templates: flatten GP containers to full width
   so library sections span edge to edge like the reference. */
body.post-type-archive-medal .grid-container,
body.post-type-archive-medal .site-content,
body.post-type-archive-medal .content-area,
body.post-type-archive-medal .site-main,
body.tax-medal-category .grid-container,
body.tax-medal-category .site-content,
body.tax-medal-category .content-area,
body.tax-medal-category .site-main,
body.single-medal .grid-container,
body.single-medal .site-content,
body.single-medal .content-area,
body.single-medal .site-main{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important}

/* rb-sidebar-kill: never show a sidebar on library views */
body.post-type-archive-medal #right-sidebar,body.post-type-archive-medal #left-sidebar,
body.tax-medal-category #right-sidebar,body.tax-medal-category #left-sidebar,
body.single-medal #right-sidebar,body.single-medal #left-sidebar{display:none!important}
body.post-type-archive-medal .site-content,body.tax-medal-category .site-content,body.single-medal .site-content{display:block!important}

/* ==STUB== */
.rb-stubwrap{min-height:46vh;display:flex;flex-direction:column;justify-content:center;padding:70px 0}
.rb-stubwrap h1{font-family:var(--display-text);font-weight:400;font-size:clamp(32px,4vw,48px);line-height:1.1;margin:14px 0 16px;color:var(--ink)}
.rb-stubwrap .rb-lede{font-size:17px;max-width:64ch}
.rb-stubwrap .rb-note{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mut);margin:26px 0 18px}
.rb-stubwrap .wp-block-buttons{margin-top:6px}

/* ==HUB-CARD-PHOTO== */
.rbhub .mcard .show .mcard-photo{max-width:78%;max-height:118px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 6px 13px rgba(38,46,38,.24))}

/* ==REVIEWS== */
.cc-review-76037312-new {
	 display: none;
	 margin: 40px auto 0px;
}
 .cc-review-76037312-new .cc-review-section {
	 width: 100%;
	 height: 100%;
	 border-radius: 10px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap {
	 position: relative;
	 padding-bottom: 40px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: fit-content;
	 margin: auto;
	 padding: 5px 20px;
	 background: #000;
	 color: #fff;
	 border-radius: 30px;
	 line-height: normal;
	 font-size: 14px;
	 font-weight: 600;
	 cursor: pointer;
	 text-decoration: none;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header span.ccReviewRateNew {
	 text-decoration: none;
	 margin-left: 5px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header span.cc-review-row {
	 text-decoration: underline;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header span.cc-review-row:hover {
	 text-decoration: underline;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header span.cc-review-row:last-child {
	 margin-left: 5px;
	 text-decoration: none !important;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header img.cc-stars {
	 position: relative;
	 top: -1px;
	 margin: 0 5px;
	 width: 90px;
}
 @media screen and (max-width: 500px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-header {
		 flex-direction: column;
		 width: 250px;
		 border-radius: 10px;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-brandnet-sec {
	 position: relative;
	 text-align: center;
	 margin-top: 10px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-brandnet-sec .cc-brandnet {
	 font-size: 14px;
	 line-height: 20px;
	 font-weight: 500;
	 color: #f26522;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-title {
	 font-size: 26px;
	 font-weight: 800;
	 color: #000;
	 text-transform: capitalize;
	 margin-bottom: 20px;
	 text-align: center;
	 line-height: 40px;
}
 @media screen and (min-width: 500px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-title br {
		 display: none;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap {
	 position: relative;
	 margin: 0;
	 width: 100%;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-arrows {
	 position: absolute;
	 top: 40%;
	 transform: translateY(-50%);
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-arrows img {
	 display: block;
	 width: 35px;
	 cursor: pointer;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-prev {
	 left: 5px;
}
 @media screen and (max-width: 500px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-prev {
		 left: -10px;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-next {
	 right: 5px;
}
 @media screen and (max-width: 500px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-next {
		 right: -10px;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-arrows.cc-arrow-hidden {
	 opacity: 0.2;
	 pointer-events: none;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider {
	 padding-bottom: 40px;
	 width: 90%;
	 margin: auto;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card {
	 margin: auto;
	 padding: 10px;
	 width: 240px;
	 height: 220px;
	 background: var(--paper);
	 border: 1px solid var(--line);
	 border-radius: 16px;
	 box-shadow: var(--shadow-s);
}
 @media screen and (max-width: 1150px) and (min-width: 900px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card {
		 width: 190px;
		 height: 170px;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--stars {
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 margin-bottom: 10px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--stars .cc-stars {
	 height: 14px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--stars .cc-review-card--date {
	 margin-left: 5px;
	 font-size: 12px;
	 font-weight: 600;
	 color: #000;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--title {
	 font-weight: 600;
	 color: #000;
	 margin: 7px 0 3px;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--text {
	 font-size: 12px;
	 color: var(--mut);
	 text-align: left;
	 overflow-y: auto;
	 padding-right: 10px;
	 max-height: 120px;
	 letter-spacing: 0;
}
 @media screen and (max-width: 1150px) and (min-width: 900px) {
	 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--text {
		 max-height: 70px;
	}
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--text::-webkit-scrollbar {
	 width: 3px;
	 background-color: #f1f1f1;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--text::-webkit-scrollbar-thumb {
	 background: #c1c1c1;
}
 .cc-review-76037312-new .cc-review-section .cc-review-wrap .cc-review-content .cc-review-content--wrap .cc-review-slider .cc-review-card .cc-review-card-content .cc-review-card--name {
	 font-weight: 600;
	 font-style: normal;
	 margin-top: 15px;
	 font-size: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 line-height: normal;
	 padding-bottom: 10px;
}
 .page-type-category .cc-review-76037312-new {
	 margin: 50px auto;
}

/* ==END REVIEWS== */

/* ==RBX== product + info pages (11 pages, 13 Jul 2026). Additive block, scoped under .rbx. */
.rbx{font-family:var(--sans);color:var(--body);line-height:1.62;font-size:16px}
.rbx .rbx-wrap{max-width:var(--wrap);margin:0 auto;padding-inline:clamp(18px,4vw,32px)}
.rbx h1, .rbx h2, .rbx h3{font-family:var(--display-text);color:var(--ink);font-weight:600;line-height:1.12;letter-spacing:-.01em}
.rbx h1{font-size:clamp(34px,4.6vw,54px)}
.rbx h2{font-size:clamp(26px,3.2vw,36px)}
.rbx h3{font-size:20px}
.rbx a{color:var(--green);text-decoration:none}
.rbx p+p{margin-top:12px}
.rbx .rbx-eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.rbx .rbx-lede{font-size:clamp(17px,2vw,20px);color:var(--body);max-width:56ch;margin-top:16px}
.rbx .rbx-btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15.5px;padding:13px 22px;border-radius:10px;border:1.5px solid transparent;transition:.18s}
.rbx .rbx-btn-solid{background:var(--green);color:#fff}
.rbx .rbx-btn-solid:hover{background:var(--green-deep)}
.rbx .rbx-btn-ghost{border-color:var(--line);color:var(--ink);background:var(--paper)}
.rbx .rbx-btn-ghost:hover{border-color:var(--green)}
.rbx .rbx-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.rbx .rbx-hero{padding:64px 0 58px;background:linear-gradient(180deg,var(--cream) 0%,var(--cream-deep) 100%);border-bottom:1px solid var(--line)}
.rbx .rbx-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.rbx .rbx-hero-meta{margin-top:22px;font-size:14.5px;color:var(--mut);display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center}
.rbx .rbx-hero-meta b{color:var(--ink);font-size:17px}
.rbx .rbx-ph{background: linear-gradient(360deg, var(--cream) 0%, var(--cream-deep) 100%);border:1px dashed #CFCEC0;border-radius:16px;min-height:340px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--mut);font-family:var(--mono);font-size:12.5px;line-height:1.8;/*padding:24px*/;box-shadow:var(--shadow-s);overflow:hidden;}
.rbx .rbx-ph.rbx-small{min-height:180px}
.rbx .rbx-trust{background:var(--paper);border-bottom:1px solid var(--line)}
.rbx .rbx-trust-in{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:20px 0}
.rbx .rbx-trust-in div{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--body)}
.rbx .rbx-trust-in .rbx-tick{color:var(--gold);font-weight:700}
.rbx section.rbx-sec{padding:var(--section-pad) 0}
.rbx section.rbx-alt{background:var(--paper);border-block:1px solid var(--line)}
.rbx .rbx-sec-head{max-width:760px;margin-bottom:38px}
.rbx .rbx-sec-head p{margin-top:12px}
.rbx .rbx-answer{background:var(--green-tint);border:1px solid #D3E2DA;border-left:4px solid var(--green);border-radius:12px;padding:22px 26px;max-width:820px}
.rbx .rbx-answer .rbx-tag{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:8px}
.rbx .rbx-grid{display:grid;gap:22px}
.rbx .rbx-g2{grid-template-columns:repeat(2,1fr)}
.rbx .rbx-g3{grid-template-columns:repeat(3,1fr)}
.rbx .rbx-g4{grid-template-columns:repeat(4,1fr)}
.rbx .rbx-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:var(--shadow-s)}
.rbx .rbx-card h3{margin-bottom:10px}
.rbx .rbx-card .rbx-k{font-family:var(--mono);font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.rbx .rbx-card ul{margin:10px 0 0 18px}
.rbx .rbx-card li{margin:6px 0;font-size:15px}
.rbx table.rbx-cmp{width:100%;border-collapse:collapse;background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-s);font-size:15px}
.rbx .rbx-cmp th{background:var(--green-deep);color:#F2F1E6;font-weight:600;text-align:left;padding:14px 18px;font-size:14.5px}
.rbx .rbx-cmp td{padding:14px 18px;border-top:1px solid var(--line);vertical-align:top}
.rbx .rbx-cmp tr td:first-child{font-weight:600;color:var(--ink);width:26%}
.rbx .rbx-steps{counter-reset:s;display:grid;gap:18px}
.rbx .rbx-step{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px 24px 22px 74px;position:relative;box-shadow:var(--shadow-s)}
.rbx .rbx-step::before{counter-increment:s;content:counter(s);position:absolute;left:22px;top:20px;width:36px;height:36px;border-radius:50%;background:var(--green-tint);color:var(--green);font-family:var(--display-text);font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center}
.rbx .rbx-step h3{margin-bottom:6px}
.rbx .rbx-price-panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow-m)}
.rbx .rbx-price-panel .rbx-from{font-family:var(--display-text);font-size:40px;color:var(--ink);font-weight:600;line-height:1}
.rbx .rbx-price-panel .rbx-from small{font-size:15px;font-family:var(--sans);font-weight:400;color:var(--mut)}
.rbx .rbx-price-panel ul{margin:16px 0 0 18px}
.rbx .rbx-price-panel li{margin:7px 0;font-size:15px}
.rbx .rbx-price-note{margin-top:16px;font-size:13px;color:var(--mut);border-top:1px dashed var(--line);padding-top:14px}
.rbx details{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:0;margin-bottom:12px;overflow:hidden}
.rbx summary{cursor:pointer;font-weight:600;color:var(--ink);padding:18px 22px;list-style:none;position:relative}
.rbx summary::after{content:"+";position:absolute;right:20px;color:var(--gold);font-size:20px;font-weight:400}
.rbx details[open] summary::after{content:"\2212"}
.rbx details .a{padding:0 22px 18px;font-size:15.5px}
.rbx .rbx-split{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}
.rbx .rbx-band{background:var(--green-deep);color:#EDEFE4;padding:64px 0;text-align:center}
.rbx .rbx-band h2{color:#fff}
.rbx .rbx-band p{max-width:60ch;margin:14px auto 0;color:#C9D2C4}
.rbx .rbx-band .rbx-btn-solid{background:var(--gold);color:#1B1503;margin-top:26px}
.rbx .rbx-band .rbx-btn-solid:hover{background:#A87A24;color:#fff}
@media(max-width:860px){.rbx .rbx-hero-grid, .rbx .rbx-split{grid-template-columns:1fr}
.rbx .rbx-g3, .rbx .rbx-g4{grid-template-columns:repeat(2,1fr)}
.rbx .rbx-trust-in{grid-template-columns:repeat(2,1fr)}
.rbx section.rbx-sec{padding:56px 0}}
@media(max-width:560px){.rbx .rbx-g2, .rbx .rbx-g3, .rbx .rbx-g4{grid-template-columns:1fr}
.rbx .rbx-cmp{font-size:13.5px}
.rbx .rbx-cmp th, .rbx .rbx-cmp td{padding:10px 12px}}
/* ==END-RBX== */


/* ==LEGAL== policy pages (terms, privacy). Additive, scoped to .rbx-legal. */
.rbx .rbx-legal{max-width:840px}
.rbx .rbx-legal p{margin:0 0 12px;font-size:15.5px;line-height:1.72;color:var(--body)}
.rbx .rbx-legal h2{font-family:var(--display-text);font-weight:600;color:var(--ink);font-size:26px;margin:36px 0 12px}
.rbx .rbx-legal h3{font-family:var(--display-text);font-weight:600;color:var(--ink);font-size:20px;margin:30px 0 10px}
.rbx .rbx-legal blockquote{margin:0 0 14px;padding-left:20px;border-left:2px solid var(--line)}
.rbx .rbx-legal blockquote blockquote{margin-top:10px}
.rbx .rbx-legal blockquote p{margin:0 0 10px}
.rbx .rbx-legal a{color:var(--green);word-break:break-word}
.rbx .rbx-legal ul,.rbx .rbx-legal ol{margin:10px 0 14px 20px}
.rbx .rbx-legal li{margin:6px 0;font-size:15.5px;line-height:1.7}
/* ==END-LEGAL== */

/* ==GALLERY== */
.rbm .medal-card .hero-thumb.has-img{cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.rbm .medal-card .hero-thumb.has-img:hover{transform:translateY(-1px)}.rbm .medal-card .hero-thumb.is-active{box-shadow:0 0 0 2px var(--green,#1E4A3E)}.rbm .medal-card .hero-photo.has-img{cursor:zoom-in}.rbm .hero-photo.is-unmounted img{mix-blend-mode:multiply;filter:none}.rb-lb{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(20,26,17,.92);padding:24px}.rb-lb.open{display:flex}.rb-lb-stage{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#fbfbf6 48%,#E4E3D8);border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.55);padding:34px;box-sizing:border-box;max-width:92vw;max-height:88vh;isolation:isolate}.rb-lb-stage>img{max-width:calc(92vw - 68px);max-height:calc(88vh - 68px);object-fit:contain;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}.rb-lb.is-unmounted .rb-lb-stage>img{mix-blend-mode:multiply;filter:none}.rb-lb-close{position:absolute;top:16px;right:22px;font-size:36px;line-height:1;color:#fff;background:none;border:0;cursor:pointer;padding:4px 10px;z-index:3}.rb-lb-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:46px;line-height:1;color:#fff;background:none;border:0;cursor:pointer;padding:8px 18px;-webkit-user-select:none;user-select:none;z-index:3}.rb-lb-prev{left:6px}.rb-lb-next{right:6px}.rb-lb-close:hover,.rb-lb-nav:hover{opacity:.65}@media (max-width:680px){.rb-lb-nav{font-size:32px;padding:6px 10px}.rb-lb-close{font-size:30px}.rb-lb-stage{padding:20px}.rb-lb-stage>img{max-width:calc(92vw - 40px);max-height:calc(84vh - 40px)}}
/* ==END-GALLERY== */

/* ==FONT-WEIGHT-LOCK== match inner page headings to the approved homepage hero weight */
.rbx h1, .rbx h2, .rbx h3 { font-weight: 400; }

/* ==FONT-WEIGHT-SWEEP== Bookmania kit has no 600 face; 600 snaps to heavy 700. Normalise all display headings to regular, per Yaser 18 Jul */
.rbm h1,
.rbm article h2,
.rbm article h3,
.rbm aside h4,
.rbm .band h2,
.rbx .rbx-legal h2,
.rbx .rbx-legal h3 { font-weight: 400; }

/* ==BAND-LINK== keep the mounting options link visible on the dark band */
.rbm .band p a { color: inherit; text-decoration: underline; }
