.rwa-footer__grid{grid-template-columns:minmax(0,38rem);justify-content:center;gap:2rem}.rwa-footer__grid>*{width:100%;min-width:0}.rwa-footer__brand,.rwa-footer__social,.rwa-footer__grid>div{display:flex;align-items:flex-start;flex-direction:column;gap:.75rem}.rwa-footer__brand p{max-width:34rem}.rwa-footer__social{display:flex;align-items:flex-start;flex-direction:column;gap:.75rem}.rwa-social-links{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0;padding:0;list-style:none;width:100%}.rwa-social-links li{min-width:0}.rwa-social-links a{display:inline-flex;align-items:center;gap:.55rem;width:2.75rem;max-width:2.75rem;min-height:2.75rem;overflow:hidden;padding:.35rem .65rem;border:1px solid rgba(200,166,117,.28);border-radius:999px;color:rgba(244,239,230,.72);font-size:.66rem;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:width .25s ease,max-width .25s ease,padding .25s ease,color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.rwa-social-links a:hover,.rwa-social-links a:focus-visible{width:auto;max-width:12rem;border-color:var(--rwa-gold-light);background:rgba(200,166,117,.1);color:var(--rwa-gold-light);box-shadow:0 0 0 .15rem rgba(200,166,117,.08);outline:none}.rwa-social-links a>span:last-child{max-width:0;overflow:hidden;opacity:0;transition:max-width .25s ease,opacity .2s ease}.rwa-social-links a:hover>span:last-child,.rwa-social-links a:focus-visible>span:last-child{max-width:8rem;opacity:1}.rwa-social-icon{flex:0 0 auto;display:inline-grid;place-items:center;width:1.55rem;height:1.55rem;border:1px solid currentColor;border-radius:50%;font-size:.72rem;font-weight:700;line-height:1}.rwa-social-links a:focus-visible{position:relative;z-index:2}@media (min-width:48rem){.rwa-footer__social{align-items:flex-end}.rwa-social-links{justify-content:flex-end;width:auto;max-width:100%}}
@media (max-width:47.9375rem){
  body{padding-bottom:calc(4.35rem + env(safe-area-inset-bottom))}
  .rwa-menu-toggle{display:none!important}
  .rwa-header .rwa-nav,.rwa-nav{position:fixed;z-index:9999;right:0;bottom:0;left:0;top:auto;width:100%;height:calc(4.35rem + env(safe-area-inset-bottom));max-height:none;padding:0 max(.35rem,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(.35rem,env(safe-area-inset-left));overflow:visible;visibility:visible!important;pointer-events:auto!important;transform:none!important;border:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.025)),linear-gradient(90deg,rgba(244,239,230,.03) 1px,transparent 1px),rgba(18,18,14,.72);background-size:auto,2.25rem 2.25rem,auto;opacity:1!important;box-shadow:0 -.35rem 1.2rem rgba(0,0,0,.18);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}
  .rwa-header .rwa-nav .rwa-nav__list,.rwa-nav__list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:0;width:100%;margin:0;padding:0}
  .rwa-nav__list>li{display:block!important;width:auto;height:auto;max-height:none;overflow:visible;position:static}
  .rwa-nav__list>li>ul{display:none!important}
  .rwa-nav a{min-height:4.35rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;padding:.4rem .1rem .32rem;border:0;color:rgba(255,255,255,.7);font-size:.56rem;letter-spacing:.1em;line-height:1;text-align:center;text-transform:uppercase}
  .rwa-mobile-nav__icon{width:1.45rem;height:1.45rem;display:grid;place-items:center;color:inherit}
  .rwa-mobile-nav__icon .rwa-icon{width:1.45rem;height:1.45rem;stroke-width:1.65}
  .rwa-mobile-nav__label{display:block;color:inherit}
  .rwa-nav a:hover,.rwa-nav a:focus-visible,.rwa-nav .current-menu-item>a,.rwa-nav a[aria-current="page"]{color:#c6a97a;background:transparent}
  .rwa-nav a::after{display:none}
}
@media (min-width:48rem){.rwa-mobile-nav__icon{display:none}.rwa-mobile-nav__label{display:inline}}

/* Reference footer layout: broad desktop composition, compact mobile stack. */
.rwa-footer{padding-top:0}
.rwa-footer__grid{display:block!important;width:min(calc(100% - (2 * var(--rwa-gutter))),var(--rwa-container));padding-block:clamp(3rem,6vw,5rem) 2rem}
.rwa-footer__top{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:3rem;padding-bottom:clamp(2.5rem,5vw,4rem);border-bottom:1px solid rgba(244,239,230,.1)}
.rwa-footer__top .rwa-footer__brand{max-width:30rem}
.rwa-footer__top .rwa-footer__social{align-items:flex-end;max-width:34rem}
.rwa-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,5vw,4.5rem);padding-block:clamp(2.5rem,5vw,4rem)}
.rwa-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;min-width:0}
.rwa-footer__column .rwa-eyebrow{margin-bottom:.35rem}
.rwa-footer__column a,.rwa-footer__column .rwa-footer__links a{color:var(--rwa-text-secondary);font-size:.78rem;font-weight:600;line-height:1.35;transition:color var(--rwa-motion),transform var(--rwa-motion)}
.rwa-footer__column a:hover,.rwa-footer__column a:focus-visible{color:var(--rwa-gold-light);transform:translateX(2px)}
.rwa-footer__column .rwa-footer__links{display:flex;align-items:flex-start;flex-direction:column;gap:.7rem}
.rwa-social-icon svg{display:block;width:1rem;height:1rem;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.rwa-social-icon svg .rwa-social-icon__fill{fill:currentColor;stroke:none}
.rwa-footer__legal{display:flex!important;align-items:center;justify-content:space-between;gap:1rem;width:min(calc(100% - (2 * var(--rwa-gutter))),var(--rwa-container));margin-inline:auto;padding-block:1.25rem;border-top:1px solid rgba(244,239,230,.1);color:var(--rwa-text-muted);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}
@media (max-width:47.9375rem){
  .rwa-footer__grid{width:calc(100% - (2 * var(--rwa-shell-inset)));padding-block:2.75rem 1.25rem}
  .rwa-footer__top{display:flex;align-items:center;flex-direction:column;gap:1.75rem;text-align:center}
  .rwa-footer__top .rwa-footer__brand{align-items:center;max-width:18rem}
  .rwa-footer__top .rwa-footer__social{align-items:center;width:100%}
  .rwa-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem;padding-block:2.25rem}
  .rwa-footer__column{gap:.55rem}
  .rwa-footer__column .rwa-footer__links{gap:.55rem}
  .rwa-footer__legal{align-items:center!important;flex-direction:column;padding-block:1rem;text-align:center}
}
