/* ============================================================
   Rocky Mountain Commissary — design system (rmc-)
   Palette: cream #ECE8E1 · red #C92929 · charcoal #2B2B2B
   Type: Poppins (matches sister site My Kid's Lunch)
   Poppins is enqueued (display=swap) by the mu-plugin, not @import.
   ============================================================ */
body{background-color:#ECE8E1;color:#2B2B2B;font-family:'Poppins',sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:800;color:#2B2B2B;letter-spacing:.5px;}
h1{text-transform:uppercase;}
.rmc-accent{color:#C92929 !important;}

/* Header — red bar so the white logo is legible */
#main-header,#main-header.et-fixed-header{background-color:#C92929 !important;box-shadow:0 2px 10px rgba(0,0,0,.18);}
#main-header #top-menu li a,#et_mobile_nav_menu a,#main-header .et_mobile_menu li a{color:#fff !important;font-weight:600;text-transform:uppercase;font-size:14px;letter-spacing:.5px;}
#main-header #top-menu li a:hover{opacity:.8;}
#et_mobile_nav_menu .mobile_menu_bar:before{color:#fff !important;}
#logo,#main-header #logo{height:auto !important;max-height:48px !important;width:auto !important;}
#main-header #et-top-navigation{padding-top:20px;}
/* Header CTA button (Schedule Tour) */
#top-menu li.rmc-nav-cta{margin-left:10px;}
#top-menu li.rmc-nav-cta a{border:2px solid #fff !important;border-radius:4px;padding:9px 20px !important;font-weight:800 !important;background:rgba(0,0,0,.12);transition:all .2s ease;line-height:1;}
#top-menu li.rmc-nav-cta a:hover{background:#fff !important;color:#C92929 !important;opacity:1 !important;}
@media (max-width:980px){#et_mobile_nav_menu .et_mobile_menu li.rmc-nav-cta a{display:block;border:2px solid #fff !important;border-radius:4px;margin:10px 5% !important;text-align:center;padding:12px !important;font-weight:800 !important;}}

/* Buttons — red, bold, uppercase */
.et_pb_button,a.et_pb_button{background-color:#C92929 !important;color:#fff !important;border:2px solid #C92929 !important;border-radius:4px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.5px !important;padding:.6em 1.6em !important;transition:all .25s ease !important;}
.et_pb_button:hover,a.et_pb_button:hover{background-color:#2B2B2B !important;border-color:#2B2B2B !important;}
.et_pb_button:after{display:none !important;}
.rmc-btn-ghost.et_pb_button,.rmc-btn-ghost a.et_pb_button{background-color:transparent !important;border-color:#fff !important;color:#fff !important;}
.rmc-btn-ghost.et_pb_button:hover,.rmc-btn-ghost a.et_pb_button:hover{background-color:#fff !important;color:#C92929 !important;border-color:#fff !important;}
/* Inverted button — white on red CTA bands */
.rmc-btn-white.et_pb_button,.rmc-btn-white a.et_pb_button{background-color:#fff !important;border-color:#fff !important;color:#C92929 !important;}
.rmc-btn-white.et_pb_button:hover,.rmc-btn-white a.et_pb_button:hover{background-color:#2B2B2B !important;border-color:#2B2B2B !important;color:#fff !important;}

/* Footer — dark so the white logo/text reads */
#main-footer{background-color:#2B2B2B;padding:0 !important;}
/* Global footer row */
.rmc-footer{background:#2B2B2B;color:#ECE8E1;padding:58px 6% 42px;font-family:'Poppins',sans-serif;}
.rmc-footer-inner{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;}
.rmc-footer-col{flex:1 1 200px;min-width:170px;}
.rmc-footer-col h4{color:#fff;font-weight:800;font-size:15px;text-transform:uppercase;letter-spacing:.6px;margin:0 0 16px;}
.rmc-footer-col ul{list-style:none;margin:0;padding:0;}
.rmc-footer-col li{margin:0 0 10px;font-size:15px;}
.rmc-footer a{color:#ECE8E1;text-decoration:none;transition:color .2s ease;}
.rmc-footer a:hover{color:#C92929;}
.rmc-footer-logo{max-width:175px;height:auto;margin-bottom:16px;}
.rmc-footer-brand p{font-size:14px;line-height:1.7;color:#cfc9c0;margin:0 0 12px;}
.rmc-footer-btn{display:inline-block;background:#C92929;color:#fff !important;padding:12px 22px;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;}
.rmc-footer-btn:hover{background:#fff;color:#C92929 !important;}
/* Family of brands — logo chips */
.rmc-brands .rmc-brand{display:flex;align-items:center;gap:12px;margin:0 0 14px;text-decoration:none;}
.rmc-brand-chip{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;width:58px;height:44px;padding:6px;flex:0 0 auto;box-shadow:0 1px 3px rgba(0,0,0,.25);}
.rmc-brand-chip img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;}
.rmc-brand-name{color:#ECE8E1;font-size:15px;line-height:1.3;}
.rmc-brand:hover .rmc-brand-name{color:#C92929;}
@media (max-width:782px){
  .rmc-footer{padding:44px 7% 30px;}
  .rmc-footer-inner{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,5fr);gap:28px 20px;}
  .rmc-footer-col{min-width:0;}
  .rmc-footer-brand,.rmc-footer-cta{grid-column:1/-1;}
  .rmc-footer-brand{order:1;}
  .rmc-footer-cta{order:2;padding:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.16);border-radius:10px;}
  .rmc-footer-cta h2{margin-bottom:8px;}
  .rmc-footer-cta p{margin:0 0 10px;}
  .rmc-footer-nav,.rmc-footer-inner>.rmc-footer-col:nth-child(2){order:3;}
  .rmc-brands{order:4;}
}
@media (max-width:359px){
  .rmc-footer-inner{display:flex;gap:28px;}
  .rmc-footer-col{flex:1 1 100%;}
}
#main-footer,#main-footer a,#main-footer .et_pb_widget li a,#main-footer h1,#main-footer h2,#main-footer h3,#main-footer h4{color:#ECE8E1 !important;}
#footer-bottom{background-color:#1F1F1F;}
#footer-info,#footer-info a{color:#CFC9C0 !important;}

/* Accessibility — visible keyboard focus */
a:focus,button:focus,.et_pb_button:focus,input:focus,textarea:focus,select:focus{outline:3px solid #C92929 !important;outline-offset:2px !important;}

/* ===================== Beta polish: micro-interactions ===================== */
html{scroll-behavior:smooth;}
/* Collapse Divi's now-empty footer widget area (custom footer is used instead) */
#main-footer #footer-widgets{display:none !important;}
#main-footer{padding-top:0 !important;padding-bottom:0 !important;}
/* Images: subtle zoom on hover within content cards & galleries */
.et_pb_row .et_pb_image,.et_pb_gallery_item{overflow:hidden;}
.et_pb_row .et_pb_image img,.et_pb_gallery_item img{transition:transform .45s ease;}
.et_pb_row .et_pb_image:hover img,.et_pb_gallery_item:hover img{transform:scale(1.05);}
/* Blurbs & buttons: lift on hover */
.et_pb_blurb{transition:transform .25s ease;}
.et_pb_blurb:hover{transform:translateY(-5px);}
.rmc-trust-grid{display:flex;align-items:stretch;}
.rmc-trust-grid .et_pb_column{box-sizing:border-box;background:#fff;border-top:4px solid #C92929;border-radius:10px;padding:28px 25px;box-shadow:0 8px 24px rgba(43,43,43,.09);}
.rmc-trust-grid .et_pb_blurb{height:100%;margin-bottom:0;}
.rmc-trust-grid .et_pb_blurb:hover{transform:none;}
@media (max-width:980px){
  .rmc-trust-grid{display:block;}
  .rmc-trust-grid .et_pb_column{margin-bottom:20px !important;}
  .rmc-trust-grid .et_pb_column:last-child{margin-bottom:0 !important;}
}
.et_pb_button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.18);}
/* Blog feed cards */
.et_pb_blog_grid .et_pb_post{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.07);transition:transform .25s ease,box-shadow .25s ease;margin-bottom:30px;}
.et_pb_blog_grid .et_pb_post:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgba(0,0,0,.13);}
.et_pb_blog_grid .et_pb_post .entry-title,.et_pb_blog_grid .et_pb_post .post-content,.et_pb_blog_grid .et_pb_post .post-meta{padding-left:22px;padding-right:22px;}
.et_pb_blog_grid .et_pb_post .post-content{padding-bottom:22px;}
/* Toggles / accordions */
.et_pb_toggle{border-radius:8px !important;border:1px solid rgba(0,0,0,.08) !important;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:14px !important;}
.et_pb_toggle_title{font-weight:700 !important;}
/* Number counters / stats accent */
.et_pb_number_counter .percent-value,.et_pb_number_counter .percent p{color:#C92929 !important;font-weight:800 !important;}
/* Section heading underline accent (opt-in via .rmc-underline) */
.rmc-underline h2:after{content:"";display:block;width:64px;height:4px;background:#C92929;margin:14px auto 0;border-radius:2px;}

/* Work around a Divi 5-alpha bug that mis-maps section bg/text styling between adjacent
   sections. Force the styling on our custom sections via stable classes (loaded late). */
body #page-container .et_pb_section.rmc-underline{background-color:#ffffff !important;}
body #page-container .et_pb_section.rmc-underline .et_pb_text h2,
body #page-container .et_pb_section.rmc-underline .et_pb_text p{color:#2B2B2B !important;}
body #page-container .et_pb_section.rmc-underline .et_pb_blurb .et_pb_module_header{color:#C92929 !important;}
body #page-container .et_pb_section.rmc-underline .et_pb_blurb .et_pb_blurb_description,
body #page-container .et_pb_section.rmc-underline .et_pb_blurb .et_pb_blurb_description p{color:#2B2B2B !important;}
body #page-container .et_pb_section.rmc-cta-red{background-color:#C92929 !important;}
body #page-container .et_pb_section.rmc-cta-red .et_pb_text h2,
body #page-container .et_pb_section.rmc-cta-red .et_pb_text p{color:#ffffff !important;}
body #page-container .et_pb_section.rmc-cream{background-color:#ECE8E1 !important;}
body #page-container .et_pb_section.rmc-dark{background-color:#2B2B2B !important;}
body #page-container .et_pb_section.rmc-dark .et_pb_text h2,
body #page-container .et_pb_section.rmc-dark .et_pb_text h3{color:#ffffff !important;}
body #page-container .et_pb_section.rmc-dark .et_pb_text,
body #page-container .et_pb_section.rmc-dark .et_pb_text p{color:#ECE8E1 !important;}
body #page-container .et_pb_section.rmc-dark .et_pb_text a{color:#ffffff !important;text-decoration:underline;}
.rmc-map iframe{border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.35);}

/* ===================== Contact Form 7 — brand styling ===================== */
.rmc-form .wpcf7-form{font-family:'Poppins',sans-serif;color:#2B2B2B;text-align:left;}
.rmc-form .wpcf7-form label{display:block;font-weight:600;font-size:15px;margin-bottom:2px;}
.rmc-form .wpcf7-form input[type=text],.rmc-form .wpcf7-form input[type=email],.rmc-form .wpcf7-form input[type=tel],.rmc-form .wpcf7-form input[type=url],.rmc-form .wpcf7-form textarea,.rmc-form .wpcf7-form select{
  width:100%;box-sizing:border-box;padding:12px 14px;margin-top:6px;border:1px solid #cfc9c0;border-radius:6px;background:#fff;
  font-family:'Poppins',sans-serif;font-size:15px;color:#2B2B2B;transition:border-color .2s ease,box-shadow .2s ease;}
.rmc-form .wpcf7-form input:focus,.rmc-form .wpcf7-form textarea:focus,.rmc-form .wpcf7-form select:focus{
  border-color:#C92929 !important;box-shadow:0 0 0 3px rgba(201,41,41,.15) !important;outline:none;}
.rmc-form .wpcf7-form textarea{min-height:140px;}
.rmc-form .wpcf7-form .wpcf7-list-item{display:inline-block;margin:4px 18px 4px 0;}
.rmc-form .wpcf7-form fieldset{margin:0 0 18px;padding:0;border:0;}
.rmc-form .wpcf7-form legend{margin:0 0 8px;font-family:'Poppins',sans-serif;font-weight:700;color:#2B2B2B;}
.rmc-form .wpcf7-list-item label{display:inline-flex;align-items:flex-start;gap:9px;min-height:44px;cursor:pointer;}
.rmc-form .wpcf7-list-item-label{padding:10px 0;line-height:1.45;}
.rmc-form .wpcf7-form input[type=checkbox],.rmc-form .wpcf7-form input[type=radio]{width:20px;height:20px;min-width:20px;margin:11px 0 0;accent-color:#C92929;}
.rmc-form .rmc-name-grid{display:block;}
.rmc-form .rmc-name-grid>p{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;}
.rmc-form .rmc-name-grid>p>br{display:none;}
.rmc-form .wpcf7-form .wpcf7-submit{background-color:#C92929 !important;color:#fff !important;border:none !important;border-radius:6px !important;
  padding:14px 40px !important;font-family:'Poppins',sans-serif !important;font-weight:800 !important;text-transform:uppercase !important;
  letter-spacing:.5px;font-size:15px;cursor:pointer;transition:all .2s ease;width:auto;margin-top:6px;}
.rmc-form .wpcf7-form .wpcf7-submit:hover{background-color:#2B2B2B !important;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.18);}

/* ===================== Hero (fullwidth header) — bulletproof =====================
   D5-alpha sometimes drops the emitted fullwidth-header CSS (hero falls back to Divi's
   default blue gradient). Backgrounds are re-declared here keyed by body class, and the
   hero is tightened: less padding (esp. mobile), capped logo, scaled type. */
body #page-container .et_pb_fullwidth_header{padding-top:80px !important;padding-bottom:80px !important;background-color:#2B2B2B;background-size:cover !important;background-position:50% 50% !important;}
.et_pb_fullwidth_header .header-logo{max-height:150px !important;width:auto !important;margin-bottom:8px;}
.et_pb_fullwidth_header .header-content h1{margin-bottom:8px;}
body.page-id-57 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.5)),url(/wp-content/uploads/2026/06/prepping_sushi.jpg) !important;}
body.page-id-58 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_09.jpg) !important;}
body.page-id-59 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_14.jpg) !important;}
body.page-id-60 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_19.jpg) !important;}
body.page-id-61 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_13.jpg) !important;}
body.page-id-76 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.74),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_11.jpg) !important;}
body.page-id-3 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.80),rgba(31,31,31,.58)),url(/wp-content/uploads/2026/06/RMcommissary_06.jpg) !important;}
body.page-id-77 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.80),rgba(31,31,31,.58)),url(/wp-content/uploads/2026/06/RMcommissary_08.jpg) !important;}
body.page-id-85 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.78),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/RMcommissary_14.jpg) !important;}
body.page-id-86 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.78),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/prepping-veggies.jpg) !important;}
body.page-id-87 .et_pb_fullwidth_header{background-image:linear-gradient(180deg,rgba(31,31,31,.78),rgba(31,31,31,.52)),url(/wp-content/uploads/2026/06/prepping_sushi.jpg) !important;}
@media (max-width:980px){
  body #page-container .et_pb_fullwidth_header{padding-top:44px !important;padding-bottom:44px !important;}
  .et_pb_fullwidth_header .header-logo{max-height:96px !important;}
  .et_pb_fullwidth_header .header-content h1{font-size:34px !important;line-height:1.2 !important;}
  .et_pb_fullwidth_header .et_pb_fullwidth_header_subhead{font-size:16px !important;line-height:1.5 !important;}
}

/* ===================== Legal pages (Privacy Policy) ===================== */
body #page-container .et_pb_section.rmc-legal{background-color:#ffffff !important;}
.rmc-legal .et_pb_text h2{margin-top:1.7em !important;margin-bottom:.35em !important;}
.rmc-legal .et_pb_text h2:first-of-type{margin-top:.4em !important;}
.rmc-legal .et_pb_text p,.rmc-legal .et_pb_text li{color:#3a3a3a !important;}
.rmc-legal .et_pb_text ul{margin:0 0 1.1em 1.3em;}
.rmc-legal .et_pb_text a{color:#C92929;text-decoration:underline;}

/* ===================== Branded 404 ===================== */
.rmc-404{max-width:720px;margin:0 auto;padding:110px 24px 130px;text-align:center;}
.rmc-404-code{font-family:'Poppins',sans-serif;font-weight:800;font-size:88px;line-height:1;color:#C92929;margin:0 0 4px;letter-spacing:2px;}
.rmc-404 h1{font-size:34px;margin:0 0 14px;}
.rmc-404-sub{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0 0 30px;}
.rmc-404-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:0;}
.rmc-404-btn{display:inline-block;padding:13px 26px;border-radius:4px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;font-size:14px;text-decoration:none;transition:all .25s ease;}
.rmc-404-btn-primary{background:#C92929;color:#fff !important;border:2px solid #C92929;}
.rmc-404-btn-primary:hover{background:#2B2B2B;border-color:#2B2B2B;}
.rmc-404-btn-ghost{background:transparent;color:#2B2B2B !important;border:2px solid #2B2B2B;}
.rmc-404-btn-ghost:hover{background:#2B2B2B;color:#fff !important;}
@media (max-width:640px){.rmc-404{padding:70px 20px 90px;}.rmc-404-code{font-size:64px;}.rmc-404 h1{font-size:26px;}}

/* ===================== Our Food Makers — linked logo cards + text-only entries ===================== */
.rmc-client-logo-module .et_pb_text_inner{width:100%;}
.rmc-client-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1050px;margin:4px auto 0;}
.rmc-client-logo-grid>br{display:none;}
.rmc-client-card{display:flex;align-items:center;justify-content:center;min-height:178px;padding:22px;background:#fff;border:1px solid #ded9d1;border-radius:12px;box-shadow:0 5px 18px rgba(43,43,43,.08);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.rmc-client-card:hover,.rmc-client-card:focus-visible{transform:translateY(-3px);border-color:#C92929;box-shadow:0 10px 24px rgba(43,43,43,.14);outline:0;}
.rmc-client-card:focus-visible{box-shadow:0 0 0 3px rgba(201,41,41,.28),0 10px 24px rgba(43,43,43,.14);}
.rmc-client-card img{display:block;width:auto;height:auto;max-width:100%;max-height:122px;object-fit:contain;margin:0 auto;}
.rmc-client-card--ernies img{max-height:146px;}
.rmc-client-card--hearts img{max-height:74px;}
.rmc-client-card--peaceful img{max-height:132px;}
.rmc-client-list ul{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:12px 14px;justify-content:center;}
.rmc-client-list li{margin:0 !important;padding:0 !important;}
.rmc-client-list li a,.rmc-client-list li span{display:inline-block;background:#ECE8E1;color:#2B2B2B;border-radius:999px;padding:10px 22px;font-family:'Poppins',sans-serif;font-weight:600;font-size:15px;letter-spacing:.3px;text-decoration:none;transition:all .2s ease;}
.rmc-client-list li a:hover,.rmc-client-list li a:focus-visible{background:#C92929;color:#fff;outline:0;box-shadow:0 0 0 3px rgba(201,41,41,.25);}
@media (max-width:980px){.rmc-client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.rmc-client-card{min-height:156px;padding:18px;}}
@media (max-width:640px){.rmc-client-logo-grid{gap:12px;}.rmc-client-card{min-height:138px;padding:15px;}.rmc-client-card img{max-height:105px;}.rmc-client-card--ernies img{max-height:118px;}.rmc-client-card--hearts img{max-height:60px;}.rmc-client-list li a,.rmc-client-list li span{font-size:14px;padding:9px 18px;}}
@media (max-width:420px){.rmc-client-logo-grid{grid-template-columns:1fr;}.rmc-client-card{min-height:140px;}}

/* Blog feed "read more" links — match brand button style (uppercase) */
.et_pb_post a.more-link{text-transform:uppercase;font-weight:700;letter-spacing:.5px;color:#C92929;}
/* Resources: two editorial cards rather than an empty three-column track. */
@media (min-width:981px){
  body.page-id-61 .et_pb_blog_0 .et_pb_blog_posts.et_grid_module{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:880px;margin-inline:auto;}
  body.page-id-61 .et_pb_blog_0 .et_pb_post{float:none;width:auto;margin:0 !important;display:flex;flex-direction:column;}
  body.page-id-61 .et_pb_blog_0 .post-content{display:flex;flex:1;flex-direction:column;}
  body.page-id-61 .et_pb_blog_0 .more-link{margin-top:auto;}
}
/* Reservations: clear, equal-height availability cards. */
body.page-id-76 .et_pb_section_1 .et_pb_row_1{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
body.page-id-76 .et_pb_section_1 .et_pb_row_1>.et_pb_column{box-sizing:border-box;width:auto !important;margin:0 !important;padding:25px 24px;background:#fff;border-top:4px solid #C92929;border-radius:10px;box-shadow:0 8px 24px rgba(43,43,43,.09);}
body.page-id-76 .et_pb_section_1 .et_pb_row_1 .et_pb_blurb{height:100%;margin-bottom:0;}
/* Footer column headings are now h2 (proper hierarchy); same look as before */
.rmc-footer-col h2{color:#fff;font-weight:800;font-size:15px;text-transform:uppercase;letter-spacing:.6px;margin:0 0 16px;}
/* Skip-to-content link — visually hidden until keyboard focus */
.rmc-skip-link{position:absolute;left:-9999px;top:0;z-index:100001;background:#C92929;color:#fff !important;padding:12px 22px;border-radius:0 0 6px 0;font-family:'Poppins',sans-serif;font-weight:700;text-decoration:none;}
.rmc-skip-link:focus{left:0;}
/* Single post: breathing room around the title (featured thumb hidden — it duplicated the video embed) */
.single-post #left-area .entry-title{margin:26px 0 18px;font-size:32px;}

/* ===================== Phase two: accessible navigation + tap targets ===================== */
@media (max-width:980px){
  #et_mobile_nav_menu .mobile_menu_bar{display:flex !important;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 !important;cursor:pointer;border-radius:4px;}
  #et_mobile_nav_menu .mobile_menu_bar:focus-visible{outline:3px solid #fff !important;outline-offset:2px !important;}
  #main-header .et_mobile_menu li a{display:flex !important;align-items:center;min-height:44px;padding-top:10px !important;padding-bottom:10px !important;line-height:1.4 !important;}
}
.rmc-footer-col li a{display:inline-flex;align-items:center;min-height:44px;padding:3px 0;}
.rmc-footer .rmc-brand{min-height:56px;}
.rmc-footer-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;}
.et-social-icon a{display:inline-flex !important;align-items:center;justify-content:center;min-width:44px;min-height:44px;}

/* ===================== Phase two: resource articles ===================== */
.single-post .entry-content{padding-bottom:0;}
.single-post .entry-content .et_pb_section{border-radius:0;}
.rmc-resource-meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin:22px 0 0;padding:15px 18px;background:#fff;border-left:4px solid #C92929;border-radius:5px;box-shadow:0 3px 12px rgba(43,43,43,.07);font-size:14px;line-height:1.5;}
.rmc-resource-meta span{display:inline-block;}
.rmc-resource-intro{margin-top:20px;}
.rmc-resource-body h2{margin:0 0 22px;}
.rmc-resource-body h3{font-size:20px;line-height:1.35;margin:24px 0 7px;}
.rmc-takeaway-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:8px 0 18px;text-align:left;}
.rmc-takeaway-grid article{position:relative;background:#ECE8E1;border-radius:10px;padding:25px 24px;border:1px solid #ddd7ce;box-shadow:0 4px 13px rgba(43,43,43,.06);}
.rmc-takeaway-grid article h3{margin:0 0 8px;color:#C92929;font-size:19px;}
.rmc-takeaway-grid article p{margin:0;}
.rmc-takeaway-grid--numbered article{padding-left:68px;}
.rmc-takeaway-grid--numbered article>span{position:absolute;left:22px;top:22px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#C92929;color:#fff;font-weight:800;}
.rmc-transcript-note{border-top:1px solid #ddd7ce;padding-top:34px;}
.rmc-transcript-note .rmc-disclosure{background:#f5f2ed;border-left:4px solid #C92929;padding:16px 18px;border-radius:4px;color:#3c3c3c;}
.rmc-resource-downloads h2,.rmc-resource-downloads p{color:#fff !important;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2){display:flex;align-items:stretch;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) .et_pb_column{box-sizing:border-box;background:#fff;border-top:4px solid #C92929;border-radius:10px;padding:26px 24px;box-shadow:0 8px 24px rgba(0,0,0,.22);}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) .et_pb_blurb{height:100%;margin-bottom:0;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) .et_pb_blurb:hover{transform:none;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) h3 a{display:inline-flex;align-items:center;min-height:44px;color:#C92929 !important;text-decoration:none;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) h3 a:after{content:'↗';margin-left:9px;font-size:15px;line-height:1;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) h3 a:hover{text-decoration:underline;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) h3 a:focus-visible{outline:3px solid #C92929;outline-offset:3px;}
.rmc-resource-downloads .et_pb_row:nth-of-type(2) p{color:#2B2B2B !important;}
.rmc-download-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px;}
.rmc-inline-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:2px solid #C92929;border-radius:4px;background:#C92929;color:#fff !important;font-family:'Poppins',sans-serif;font-size:14px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.35px;text-decoration:none !important;transition:all .2s ease;}
.rmc-inline-button:hover,.rmc-inline-button:focus-visible{background:#2B2B2B;border-color:#2B2B2B;color:#fff !important;transform:translateY(-1px);}
.rmc-inline-button--light{background:#fff;border-color:#fff;color:#C92929 !important;}
.rmc-inline-button--outline{background:transparent;border-color:#fff;color:#fff !important;}
.rmc-inline-button--light:hover,.rmc-inline-button--outline:hover{background:#C92929;border-color:#C92929;color:#fff !important;}
.rmc-inline-button--secondary{background:#fff;border-color:#2B2B2B;color:#2B2B2B !important;}
.rmc-download-actions--center{justify-content:center;}

/* ===================== Phase two: floor plan ===================== */
.rmc-floorplan-card{max-width:1050px;margin:28px auto 18px;background:#fff;border:1px solid #d8d2c9;border-radius:10px;box-shadow:0 8px 24px rgba(43,43,43,.1);overflow:hidden;}
.rmc-floorplan-card a{display:block;}
.rmc-floorplan-card img{display:block;width:100%;height:auto;transition:transform .25s ease;}
.rmc-floorplan-card a:hover img{transform:scale(1.015);}
.rmc-floorplan-card figcaption{padding:11px 16px;background:#f4f1ea;color:#4a4a4a;font-size:14px;line-height:1.5;text-align:center;}
.rmc-fact-note{margin-top:20px;padding:13px 15px;border-left:4px solid #C92929;background:rgba(255,255,255,.65);font-size:14px;line-height:1.65;}
.rmc-fact-note--dark{background:rgba(255,255,255,.09);color:#ECE8E1;border-left-color:#fff;}

/* ===================== Phase two: audience pages ===================== */
.rmc-eyebrow{margin:0 0 9px;color:#B82020;font-size:13px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;}
.rmc-audience-photo{border-radius:10px;box-shadow:0 9px 25px rgba(43,43,43,.16);}
.rmc-audience-photo img{width:100%;border-radius:10px;}
.rmc-audience-link-grid,.rmc-audience-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;text-align:left;}
.rmc-audience-link-grid a{display:flex;flex-direction:column;min-height:200px;padding:25px 23px;background:#fff;border:2px solid transparent;border-radius:10px;color:#2B2B2B !important;text-decoration:none;box-shadow:0 5px 17px rgba(0,0,0,.18);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}
.rmc-audience-link-grid a:hover,.rmc-audience-link-grid a:focus-visible{transform:translateY(-4px);border-color:#C92929;box-shadow:0 10px 26px rgba(0,0,0,.25);}
.rmc-audience-link-grid span{color:#C92929;font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase;}
.rmc-audience-link-grid strong{display:block;margin:13px 0;color:#2B2B2B;font-size:20px;line-height:1.35;}
.rmc-audience-link-grid small{margin-top:auto;color:#C92929;font-size:14px;font-weight:700;}
.rmc-audience-card-grid article{padding:27px 24px;background:#ECE8E1;border:1px solid #ddd7ce;border-top:5px solid #C92929;border-radius:8px;box-shadow:0 4px 14px rgba(43,43,43,.07);}
.rmc-audience-card-grid h3{margin:0 0 10px;color:#C92929;font-size:20px;line-height:1.35;}
.rmc-audience-card-grid p{margin:0;line-height:1.7;}
.rmc-equipment-band h2,.rmc-equipment-band h3{color:#fff !important;}
.rmc-equipment-band p,.rmc-equipment-band li{color:#ECE8E1 !important;}
.rmc-equipment-band ul{padding-left:1.2em;}
.rmc-text-link-light{display:inline-flex;align-items:center;min-height:44px;color:#fff !important;font-weight:800;text-decoration:underline;}
.rmc-process-list{list-style:none;counter-reset:rmc-step;margin:30px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.rmc-process-list li{counter-increment:rmc-step;position:relative;min-height:150px;padding:23px 23px 23px 72px;background:#fff;border-radius:9px;box-shadow:0 4px 13px rgba(43,43,43,.07);}
.rmc-process-list li:before{content:counter(rmc-step);position:absolute;left:22px;top:23px;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#C92929;color:#fff;font-weight:800;}
.rmc-process-list strong{display:block;margin-bottom:7px;color:#2B2B2B;font-size:18px;}
.rmc-process-list span{display:block;color:#3f3f3f;line-height:1.7;}
.rmc-check-list{list-style:none !important;margin:20px 0 24px !important;padding:0 !important;}
.rmc-check-list li{position:relative;margin:0 0 10px !important;padding:0 0 0 31px !important;}
.rmc-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:#C92929;font-size:19px;font-weight:900;}
.rmc-related-panel{height:100%;padding:25px;background:#ECE8E1;border-left:5px solid #C92929;border-radius:8px;}
.rmc-related-panel h3{margin-top:0;}
.rmc-related-panel ul{margin:12px 0 0;padding-left:1.1em;}
.rmc-related-panel a{display:inline-flex;align-items:center;min-height:44px;color:#B82020;font-weight:700;text-decoration:underline;}
.rmc-stat-value{margin:0 0 8px;color:#fff;font-family:'Poppins',sans-serif;font-size:40px;font-weight:900;line-height:1.1;}

@media (max-width:980px){
  body.page-id-76 .et_pb_section_1 .et_pb_row_1{grid-template-columns:1fr;gap:14px;}
  .rmc-resource-downloads .et_pb_row:nth-of-type(2){display:block;}
  .rmc-resource-downloads .et_pb_row:nth-of-type(2) .et_pb_column{margin-bottom:18px !important;}
  .rmc-resource-downloads .et_pb_row:nth-of-type(2) .et_pb_column:last-child{margin-bottom:0 !important;}
  .rmc-audience-link-grid,.rmc-audience-card-grid{grid-template-columns:1fr;}
  .rmc-audience-link-grid a{min-height:150px;}
  .rmc-process-list{grid-template-columns:1fr;}
  .rmc-takeaway-grid{grid-template-columns:1fr;}
  .rmc-audience-intro .et_pb_column,.rmc-equipment-band .et_pb_column,.rmc-tour-checklist .et_pb_column{margin-bottom:28px !important;}
  .rmc-audience-intro .et_pb_column:last-child,.rmc-equipment-band .et_pb_column:last-child,.rmc-tour-checklist .et_pb_column:last-child{margin-bottom:0 !important;}
}
@media (max-width:640px){
  body.page-id-76 .et_pb_section_1{padding-top:48px !important;padding-bottom:32px !important;}
  .rmc-form .rmc-name-grid>p{grid-template-columns:1fr;gap:0;}
  .single-post #left-area .entry-title{font-size:27px;line-height:1.25;}
  .rmc-resource-meta{display:block;font-size:13px;}
  .rmc-resource-meta span{display:block;margin:0 0 6px;}
  .rmc-takeaway-grid--numbered article{padding:64px 20px 22px;}
  .rmc-takeaway-grid--numbered article>span{left:20px;top:18px;}
  .rmc-download-actions{align-items:stretch;flex-direction:column;}
  .rmc-inline-button{width:100%;}
  .rmc-process-list li{padding:67px 20px 22px;}
  .rmc-process-list li:before{left:20px;top:18px;}
  .rmc-floorplan-card figcaption{font-size:13px;}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .rmc-audience-link-grid a,.rmc-inline-button,.rmc-floorplan-card img{transition:none !important;}
}
