/* Shared customer journeys; scoped to avoid changing existing admin layouts. */
[hidden] {
  display: none !important;
}
.ase-skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  background: #fff;
  color: #11203f;
  padding: 16px;
}
.ase-skip:focus {
  top: 10px;
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
section[id],
details[id] {
  scroll-margin-top: 110px;
}
.ase-intro {
  padding-top: 150px;
  padding-bottom: 75px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.ase-intro h1 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.ase-intro p {
  line-height: 1.7;
}
.ase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}
.ase-proof {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
}
.ase-proof img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.ase-proof blockquote {
  font-size: 1.4rem;
  margin: 20px 0 10px;
}
.ase-proof figcaption {
  color: var(--muted);
}
.ase-tour {
  margin: 24px 0;
  border-block: 1px solid var(--line);
}
.ase-tour > summary {
  padding: 24px max(28px, calc((100vw - 1124px) / 2));
  cursor: pointer;
  color: var(--orange);
  font-size: 1.1rem;
  font-weight: 600;
}
.ase-home .scrolly {
  height: 360vh;
}
.ase-home .dotnav {
  display: none;
}
.ase-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.ase-benefits article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
}
.ase-benefits p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.ase-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ase-photo-strip img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
}
.ase-event-promise {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 24px;
}
.ase-faq {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.ase-faq summary {
  cursor: pointer;
  font-weight: 600;
  min-height: 32px;
}
.ase-faq p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.ase-enquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.ase-enquiry-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  display: grid;
  gap: 18px;
}
.ase-enquiry-form label {
  display: grid;
  gap: 8px;
}
.ase-enquiry-form input,
.ase-enquiry-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--muted);
  border-radius: 8px;
  background: #0b1934;
  color: var(--text);
  font: inherit;
}
.ase-enquiry-form p,
.ase-form-note {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}
.ase-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ase-status {
  padding: 12px 0;
}
.ase-mobile-register {
  display: none;
}
.cs-hero {
  min-height: initial !important;
  padding-bottom: 64px;
}
.cs-hero__agenda {
  align-self: center;
}
.cs-reg-form input,
.cs-reg-form textarea {
  font-size: 16px !important;
}
.cs-form__msg a {
  display: inline-block;
  margin: 12px 12px 0 0;
  text-decoration: underline;
}
.cs-body .footer {
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .ase-intro,
  .ase-enquiry {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ase-intro {
    padding-top: 120px;
  }
  .ase-benefits {
    grid-template-columns: 1fr;
  }
  .ase-mobile-register {
    display: block;
    position: fixed;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 16px;
    right: 16px;
    text-align: center;
    z-index: 60;
  }
  .ase-photo-strip {
    gap: 8px;
  }
  .ase-tour > summary {
    padding: 24px;
  }
  .ase-enquiry-form {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  .ase-home .scrolly {
    height: auto;
  }
  .ase-home .scrolly__sticky {
    position: relative;
    height: auto;
    padding: 30px 0;
  }
  .ase-home .scrolly__grid {
    display: block;
    transform: none;
  }
  .ase-home .captions {
    height: auto !important;
  }
  .ase-home .caption {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    inset: auto !important;
    margin: 30px 0;
  }
  .ase-home .laptop {
    display: none;
  }
  .cs-walk {
    display: none;
  }
  .cs-scrollhint,
  .scroll-hint {
    display: none;
  }
}

.ase-attendance {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.ase-attendance legend {
  margin-bottom: 8px;
}
.cs-form input:focus-visible,
.cs-form textarea:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.ase-photo-strip img {
  min-width: 0;
}
.cs-hero__main,
.cs-hero__agenda,
.ase-intro > *,
.ase-enquiry > * {
  min-width: 0;
}
.ase-home .why__grid > * {
  min-width: 0;
}
.ase-home .stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ase-home .stat {
  min-width: 0;
}
.ase-home .stat__n {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  overflow-wrap: anywhere;
}

.ase-home .nav__inner {
  max-width: 1440px;
}
.ase-home .nav__links {
  font-size: 0.9rem;
  gap: 12px;
}
.ase-home .nav__menu {
  gap: 12px;
}
.ase-home .nav__logo {
  height: 60px;
}
.ase-home .nav__brand {
  margin-right: auto;
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .ase-home .nav__menu {
    display: none;
  }
  .ase-home .nav__burger {
    display: flex;
  }
  .ase-home .nav__menu.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #060f24;
    padding: 20px;
  }
  .ase-home .nav__menu.open .nav__links,
  .ase-home .nav__menu.open .nav__actions {
    flex-direction: column;
    gap: 20px;
  }
}

/* Explicit hiding avoids offscreen 3D layers painting outside a closed tour. */
.ase-tour:not([open]) > :not(summary) {
  display: none !important;
}
