/* New-design navigation and footer only. The legacy site is deliberately untouched. */
.a360-shell-toggle { display: none; }
.a360-mobile-dialog, .a360-mobile-dialog * { box-sizing: border-box; }
.a360-mobile-dialog {
  position: fixed; inset: 0; width: 100%; height: 100dvh; max-width: none; max-height: none;
  margin: 0; padding: 0; border: 0; background: rgba(7,24,39,.8); color: var(--a360-paper);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  font-family: var(--a360-sans); overflow: auto; overscroll-behavior: contain;
  opacity: 1; transform: translateX(-100%); transition: transform 580ms cubic-bezier(.22,1,.36,1);
}
.a360-mobile-dialog[open].is-visible { opacity: 1; transform: none; }
.a360-mobile-dialog::backdrop { background: transparent; opacity: 0; transition: opacity 580ms ease; }
.a360-mobile-dialog.is-visible::backdrop { opacity: 1; }
.a360-mobile-dialog:focus { outline: none; }
.a360-mobile-dialog a { text-decoration: none; }
.a360-mobile-dialog :focus-visible { outline: 2px solid var(--a360-gold); outline-offset: 6px; }
.a360-mobile-inner { min-height: 100%; padding: max(24px,env(safe-area-inset-top)) clamp(24px,6vw,64px) max(32px,env(safe-area-inset-bottom)); display: flex; flex-direction: column; }
.a360-mobile-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.a360-mobile-top .a360-logo { color: var(--a360-paper); }
.a360-mobile-top .a360-logo span { color: rgba(255,255,255,.72); }
.a360-mobile-close { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 0; color: var(--a360-paper); background: transparent; cursor: pointer; font: 700 10px/1 var(--a360-sans); letter-spacing: .14em; text-transform: uppercase; }
.a360-mobile-close svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.a360-mobile-links { display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 4px; padding: clamp(32px,7svh,72px) 0; }
.a360-mobile-links a { display: flex; align-items: center; gap: 20px; padding: 9px 0; color: var(--a360-paper); font: 400 clamp(43px,8.5vw,70px)/1.08 var(--a360-serif); letter-spacing: -.025em; }
.a360-mobile-links a:hover { color: var(--a360-gold); }
.a360-mobile-bottom { border-top: 1px solid rgba(255,255,255,.18); padding-top: 26px; }
.a360-mobile-book { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 16px 22px; background: var(--a360-gold); color: var(--a360-navy); font: 800 11px/1.4 var(--a360-sans); letter-spacing: .12em; text-transform: uppercase; }
.a360-mobile-book::after { content: '↗'; font-size: 24px; font-weight: 400; line-height: 1; }
.a360-mobile-contact { display: flex; gap: 10px 24px; justify-content: space-between; flex-wrap: wrap; margin-top: 24px; }
.a360-mobile-contact a { color: rgba(255,255,255,.72); font: 500 12px/1.5 var(--a360-sans); }
html.a360-menu-open, html.a360-menu-open body { overflow: hidden; overscroll-behavior: none; }

.a360-homepage .a360-footer { padding-block: 68px 26px; }
.a360-homepage .a360-footer-grid { grid-template-columns: minmax(220px,1.4fr) minmax(140px,.7fr) minmax(240px,1fr); gap: clamp(32px,6vw,88px); align-items: start; }
.a360-homepage .a360-footer-brand .a360-logo { font-size: 36px; font-weight: 500; color: var(--a360-paper); }
.a360-homepage .a360-footer-brand .a360-social { margin-top: 24px; margin-left: -7px; }
.a360-homepage .a360-footer-group { border: 0; margin: 0; min-width: 0; }
.a360-homepage .a360-footer-group > summary { list-style: none; color: var(--a360-gold); font: 700 10px/1.4 var(--a360-sans); letter-spacing: .16em; text-transform: uppercase; margin: 0 0 20px; }
.a360-footer-group > summary::-webkit-details-marker { display: none; }
.a360-homepage .a360-footer-group ul { gap: 10px; padding: 0; }
.a360-homepage .a360-footer-group a { font-size: 13px; font-weight: 400; }
.a360-homepage .a360-footer-group li { margin: 0; font-size: 12px; font-weight: 400; }
.a360-homepage .a360-footer-contact li { display: block; overflow-wrap: anywhere; }
.a360-homepage .a360-footer-contact .a360-footer-phone { display: inline-block; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; color: var(--a360-paper); margin-bottom: 3px; }
.a360-homepage .a360-footer .a360-footer-book { display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); min-height: 44px; padding: 12px 20px; margin-top: 23px; font: 700 10px/1.4 var(--a360-sans); letter-spacing: .12em; text-transform: uppercase; }
.a360-homepage .a360-footer .a360-footer-book:hover { border-color: var(--a360-gold); color: var(--a360-gold); }
.a360-homepage .a360-footer-bottom { margin-top: 44px; }
.a360-homepage .a360-footer-bottom p { max-width: none; font-weight: 400; }

@media (max-width: 960px) {
  .a360-shell-ready .a360-homepage .a360-header > .a360-nav { display: none; }
  .a360-shell-ready .a360-shell-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; min-width: 48px; padding: 0; border: 0; border-radius: 0; background: transparent; color: white; cursor: pointer; font: 700 10px/1 var(--a360-sans); letter-spacing: .14em; text-transform: uppercase; }
  .a360-shell-toggle svg { width: 27px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; }
  .a360-shell-ready .a360-page-header .a360-shell-toggle { color: var(--a360-navy); }
  html:not(.a360-shell-ready) .a360-homepage .a360-header { position: relative; flex-wrap: wrap; }
  html:not(.a360-shell-ready) .a360-homepage .a360-header > .a360-nav { position: static; width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; background: var(--a360-navy); }
  .a360-homepage .a360-footer-grid { grid-template-columns: minmax(190px,1fr) minmax(100px,.65fr) minmax(210px,1fr); gap: 30px; }
}
@media (max-width: 720px) {
  /* A centered, continuous scrim follows the mobile composition instead of
     carrying the desktop's heavy left-to-right band across the video. */
  .a360-homepage .a360-hero::after {
    background: linear-gradient(180deg, rgba(7,24,39,.44) 0%, rgba(7,24,39,.27) 22%, rgba(7,24,39,.43) 48%, rgba(7,24,39,.42) 66%, rgba(7,24,39,.18) 100%);
  }
  .a360-homepage .a360-header { padding-top: 20px; }
  .a360-homepage .a360-hero { min-height: 680px; min-height: min(850px,100svh); }
  .a360-homepage .a360-hero-content { min-height: 680px; min-height: min(850px,100svh); display: flex; align-items: center; justify-content: center; padding-top: 160px; padding-bottom: 86px; }
  .a360-homepage .a360-hero-copy { width: 100%; max-width: 460px; text-align: center; }
  .a360-homepage .a360-hero-copy > p { display: none; }
  .a360-homepage .a360-hero h1 { font-size: clamp(43px,10.7vw,70px); line-height: .99; margin: 0 auto 35px; }
  .a360-homepage .a360-hero-actions { align-items: center; max-width: none; margin: 0 auto; }
  .a360-homepage .a360-hero-actions .a360-btn { min-width: 174px; }
  .a360-homepage .a360-footer { padding-block: 54px 26px; }
  .a360-homepage .a360-footer-grid { grid-template-columns: 1fr; gap: 0; }
  .a360-homepage .a360-footer-brand { margin-bottom: 29px; }
  .a360-homepage .a360-footer-brand .a360-social { margin-top: 17px; }
  .a360-homepage .a360-footer-group { border-top: 1px solid rgba(255,255,255,.18); }
  .a360-homepage .a360-footer-group:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
  .a360-homepage .a360-footer-group > summary { display: flex; align-items: center; justify-content: space-between; min-height: 66px; margin: 0; color: var(--a360-paper); cursor: pointer; }
  .a360-footer-group > summary::after { content: '+'; font: 300 25px/1 var(--a360-sans); color: var(--a360-gold); }
  .a360-footer-group[open] > summary::after { content: '−'; }
  .a360-homepage .a360-footer-group > .a360-footer-content { padding: 0 0 24px; }
  .a360-homepage .a360-footer-group ul { gap: 3px; }
  .a360-homepage .a360-footer-group li a { display: inline-flex; min-height: 39px; align-items: center; font-size: 13px; }
  .a360-homepage .a360-footer-bottom { margin-top: 30px; gap: 18px; }
  .a360-homepage .a360-footer-legal { gap: 22px; flex-wrap: wrap; }
}
@media (max-height: 600px) and (max-width: 960px) {
  .a360-mobile-links { padding-block: 24px; }
  .a360-mobile-links a { font-size: 36px; padding-block: 6px; }
  .a360-homepage .a360-hero-content { min-height: 580px; }
}
@media (prefers-reduced-motion: reduce) {
  .a360-mobile-dialog, .a360-mobile-dialog::backdrop { transition: none; transform: none; }
}
