/**
 * Current top-page header, orbit navigation and footer for standard lower pages.
 * Contact, audience, service, company, area, blog and error routes share this chrome.
 */

body.acqua-front-chrome {
  --paper: #f3e7d7;
  --navy: #102d4c;
  --navy-deep: #071e36;
  --ink: #15324e;
  --white: #fffdf8;
  --aqua: #64dbe2;
  --sand: #caa977;
  --gutter: clamp(1.1rem, 4.8vw, 5rem);
  --fixed-cta-h: 0rem;
  --site-chrome-height: 4.6rem;
  --type-body: 0.875rem;
  --type-note: 0.75rem;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* The lower-page hero is usually light, so use the source logo's navy artwork. */
.acqua-lower-chrome .site-header .brand,
.acqua-lower-chrome .site-header__note {
  mix-blend-mode: normal;
}

.acqua-lower-chrome .site-header .brand img {
  filter: none;
}

.acqua-lower-chrome .site-header__note {
  color: var(--navy-deep);
}

/* Audience pages intentionally begin on navy and retain the white header treatment. */
.acqua-lower-chrome--dark-first-view .site-header .brand img {
  filter: grayscale(1) brightness(0) invert(1);
}

.acqua-lower-chrome--dark-first-view .site-header__note {
  color: var(--white);
}

/*
 * The previous lower-page header was sticky and occupied document space. The
 * current orbit header is fixed, so each standard first-view family receives
 * the same vertical clearance without changing its body content or layout.
 */
.acqua-lower-chrome .page-hero {
  padding-top: calc(clamp(62px, 8vw, 112px) + var(--site-chrome-height));
}

.acqua-lower-chrome .audience-hero {
  min-height: 100svh;
}

.acqua-lower-chrome .audience-hero__inner {
  min-height: calc(100svh - 132px);
  padding-top: calc(clamp(64px, 8vw, 128px) + var(--site-chrome-height));
}

.acqua-lower-chrome .ablp-hero {
  min-height: 100svh;
  padding-top: calc(1vw + var(--site-chrome-height));
}

@media (max-width: 900px) {
  .acqua-lower-chrome .ablp-hero {
    padding-top: calc(clamp(3.8rem, 10vw, 5.2rem) + var(--site-chrome-height));
  }
}

@media (max-width: 767px) {
  .acqua-lower-chrome .audience-hero__inner {
    min-height: 0;
    padding-top: calc(38px + var(--site-chrome-height));
  }
}

.acqua-front-chrome :where(.contact-chrome-header, .contact-chrome-menu, .contact-chrome-footer) {
  font-family: var(--sans);
  line-height: normal;
}

html.is-menu-open,
body.acqua-front-chrome.is-menu-open {
  overflow: hidden;
}

.acqua-front-chrome .site-header,
.acqua-front-chrome .menu-panel,
.acqua-front-chrome .site-footer {
  box-sizing: border-box;
}

.acqua-front-chrome .site-header *,
.acqua-front-chrome .site-header *::before,
.acqua-front-chrome .site-header *::after,
.acqua-front-chrome .menu-panel *,
.acqua-front-chrome .menu-panel *::before,
.acqua-front-chrome .menu-panel *::after,
.acqua-front-chrome .site-footer *,
.acqua-front-chrome .site-footer *::before,
.acqua-front-chrome .site-footer *::after {
  box-sizing: border-box;
}

.acqua-front-chrome .site-header {
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease;
}

.acqua-front-chrome .site-header.is-scrolled {
  border-bottom: 1px solid rgba(255, 253, 248, .14);
  background: rgba(7, 30, 54, .94);
  box-shadow: 0 8px 28px rgba(7, 30, 54, .14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.acqua-lower-chrome .site-header.is-scrolled {
  border-bottom-color: rgba(16, 45, 76, .12);
  background: rgba(243, 231, 215, .95);
  box-shadow: 0 8px 28px rgba(16, 45, 76, .08);
}

.acqua-lower-chrome--dark-first-view .site-header.is-scrolled {
  border-bottom-color: rgba(255, 253, 248, .14);
  background: rgba(7, 30, 54, .94);
  box-shadow: 0 8px 28px rgba(7, 30, 54, .14);
}

.acqua-front-chrome .site-header .menu-button {
  display: flex !important;
}

.acqua-front-chrome .site-header .brand {
  flex: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
}

.acqua-front-chrome .site-header .brand img,
.acqua-front-chrome .menu-panel img,
.acqua-front-chrome .site-footer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.acqua-front-chrome .menu-button .orbit-switch {
  display: grid;
  width: 5.7rem;
  height: 1.9rem;
  border-radius: 0;
  background: transparent;
}

.acqua-front-chrome .menu-button .orbit-switch__state {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.acqua-front-chrome .menu-button .orbit-switch__line {
  width: 1.75rem;
  height: 2px;
  border-radius: 0;
  background: currentColor;
}

.acqua-front-chrome .menu-button .orbit-switch__line--two {
  width: 1.2rem;
}

.acqua-front-chrome .menu-button .orbit-switch__line--three {
  width: 1.5rem;
}

.acqua-front-chrome .menu-button .orbit-switch__arc {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: transparent;
}

.acqua-front-chrome .menu-button .orbit-switch__arc--two {
  width: 2.85rem;
  height: 2.85rem;
}

.acqua-front-chrome .site-footer {
  position: relative;
  z-index: 25;
  display: grid;
  gap: 2.5rem;
  min-height: 0;
  padding: 4rem var(--gutter) calc(var(--fixed-cta-h) + 2rem);
  border: 0;
  color: var(--white);
  background: var(--navy-deep);
}

.acqua-front-chrome .site-footer .site-footer__brand img {
  width: 7.3rem;
}

.acqua-front-chrome .site-footer a {
  color: inherit;
}

.acqua-front-chrome .contact-page--input .contact-hero,
.acqua-front-chrome .contact-page--input .contact-hero__inner {
  min-height: 100svh;
}

.acqua-front-chrome .contact-hero__inner {
  padding-top: max(clamp(62px, 8vw, 124px), calc(var(--header-height) + 2rem));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 4.6rem;
  padding: 0 var(--gutter);
  pointer-events: none;
}

.brand,
.menu-button {
  pointer-events: auto;
}

.brand {
  position: relative;
  z-index: 1;
  display: flex;
  width: 4.75rem;
  height: 2rem;
  align-items: center;
  overflow: visible;
  mix-blend-mode: difference;
}

.brand img {
  filter: grayscale(1) brightness(0) invert(1);
}

.site-header__note {
  display: none;
  color: var(--white);
  font-size: var(--type-note);
  font-weight: 700;
  letter-spacing: 0.14em;
  mix-blend-mode: difference;
}

.menu-button,
.orbit-trigger {
  appearance: none;
  border: 0;
  border-radius: 0;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
}

.menu-button {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.45rem;
  min-height: 2.75rem;
  padding: 0;
}

.orbit-switch {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem 1.75rem;
  align-items: center;
  width: 5.7rem;
  height: 1.9rem;
}

.orbit-switch__state {
  grid-column: 1;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: left;
}

.orbit-switch__line {
  position: absolute;
  right: 0;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  transition: top 520ms cubic-bezier(0.77, 0, 0.18, 1), transform 520ms cubic-bezier(0.77, 0, 0.18, 1), width 360ms ease;
}

.orbit-switch__line--one { top: 0.34rem; width: 1.75rem; }
.orbit-switch__line--two { top: 0.88rem; width: 1.2rem; }
.orbit-switch__line--three { top: 1.42rem; width: 1.5rem; }

.orbit-switch__arc {
  position: absolute;
  top: -0.32rem;
  right: -0.26rem;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--aqua);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transform: rotate(-150deg) scale(0.45);
}

.orbit-switch__arc--two {
  top: -0.55rem;
  right: -0.52rem;
  width: 2.85rem;
  height: 2.85rem;
  border-right-color: transparent;
  border-left-color: var(--aqua);
  transform: rotate(155deg) scale(0.45);
}

.menu-panel {
  --orbit-paper: #fbf5eb;
  --orbit-ink: #082544;
  --orbit-deep: #041a31;
  --orbit-aqua: #64dbe2;
  --orbit-sand: #caa977;
  position: fixed;
  inset: 0;
  z-index: 120;
  visibility: hidden;
  color: var(--orbit-ink);
  pointer-events: none;
}

.menu-panel.is-open,
.menu-panel.is-closing {
  visibility: visible;
}

.menu-panel.is-open { pointer-events: auto; }
.menu-panel.is-closing { pointer-events: none; }
.orbit-menu__dialog {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
}

.orbit-menu__shade {
  position: absolute;
  inset: 0;
  background: rgb(4 26 49 / 0.82);
  opacity: 0;
  transition: opacity 380ms ease;
}

.menu-panel.is-open .orbit-menu__shade { opacity: 1; }

.orbit-menu__panel {
  position: relative;
  display: grid;
  grid-template-rows: 4rem minmax(0, 1fr) 6.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--orbit-ink);
  background: var(--orbit-paper);
  clip-path: circle(0 at calc(100% - 2.8rem) 2.2rem);
  transform: translateZ(0);
  transition: clip-path 900ms cubic-bezier(0.77, 0, 0.18, 1);
}

.menu-panel.is-open .orbit-menu__panel {
  clip-path: circle(160% at calc(100% - 2.8rem) 2.2rem);
}

.orbit-menu__header {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 0 7.2rem 0 1rem;
  border-bottom: 1px solid rgb(8 37 68 / 0.14);
}

.orbit-menu__eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.orbit-menu__eyebrow span { margin-right: 0.55rem; color: var(--orbit-aqua); }

.orbit-trigger--inside {
  position: absolute;
  top: 0.62rem;
  right: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.45rem;
  min-height: 2.75rem;
  padding: 0;
  background: transparent;
}

.orbit-trigger--inside .orbit-switch__line--one,
.orbit-trigger--outside[aria-expanded="true"] .orbit-switch__line--one {
  top: 0.88rem;
  width: 1.75rem;
  transform: rotate(45deg);
}

.orbit-trigger--inside .orbit-switch__line--two,
.orbit-trigger--outside[aria-expanded="true"] .orbit-switch__line--two {
  top: 0.88rem;
  width: 1.75rem;
  transform: scaleX(0);
}

.orbit-trigger--inside .orbit-switch__line--three,
.orbit-trigger--outside[aria-expanded="true"] .orbit-switch__line--three {
  top: 0.88rem;
  width: 1.75rem;
  transform: rotate(-45deg);
}

.menu-panel.is-open .orbit-switch__arc--one,
.orbit-trigger--outside[aria-expanded="true"] .orbit-switch__arc--one {
  animation: orbit-switch-arc-one 660ms 60ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.menu-panel.is-open .orbit-switch__arc--two,
.orbit-trigger--outside[aria-expanded="true"] .orbit-switch__arc--two {
  animation: orbit-switch-arc-two 660ms 105ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.orbit-menu__stage {
  --orbit-center-x: 50%;
  --orbit-center-y: clamp(8.25rem, 36%, 15rem);
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.orbit-menu__orbit {
  position: absolute;
  top: var(--orbit-center-y);
  left: var(--orbit-center-x);
  width: clamp(10rem, 52vw, 13.75rem);
  height: clamp(10rem, 52vw, 13.75rem);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-100deg) scale(0.55);
  transition: opacity 260ms ease 120ms, transform 980ms cubic-bezier(0.16, 1, 0.3, 1) 80ms;
}

.menu-panel.is-open .orbit-menu__orbit {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.orbit-menu__orbit img { width: 100%; height: 100%; object-fit: contain; }

.orbit-menu__brand {
  position: absolute;
  top: var(--orbit-center-y);
  left: var(--orbit-center-x);
  width: clamp(5.8rem, 27vw, 7.2rem);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
  transition: opacity 320ms ease 400ms, transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 360ms;
}

.menu-panel.is-open .orbit-menu__brand {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.orbit-menu__brand img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(12%) sepia(33%) saturate(1775%) hue-rotate(168deg) brightness(91%) contrast(98%);
}

.orbit-menu__navigation { position: absolute; inset: 0; }

.orbit-menu__station {
  position: absolute;
  top: var(--orbit-center-y);
  left: var(--orbit-center-x);
  width: 1px;
  color: var(--orbit-ink);
  opacity: 0;
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(calc(var(--orbit-angle) - 105deg)) translateX(0) scale(0.48);
  transition: opacity 220ms ease, transform 840ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(80ms + var(--orbit-index) * 55ms);
  z-index: 2;
}

.menu-panel.is-open .orbit-menu__station {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateX(clamp(4.75rem, 25vw, 6.1rem)) scale(1);
}

.orbit-menu__station-body { position: absolute; width: 0; height: 0; transform: rotate(calc(var(--orbit-angle) * -1)); }

.orbit-menu__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 2px solid var(--orbit-aqua);
  border-radius: 50%;
  color: var(--orbit-ink);
  background: var(--orbit-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.orbit-menu__station-copy { display: none; }
.orbit-menu__station-copy small { font-size: 0.75rem; }

.orbit-menu__station.is-mobile-active .orbit-menu__badge {
  color: var(--orbit-deep);
  background: var(--orbit-sand);
  border-color: var(--orbit-paper);
  transform: translate(-50%, -50%) scale(1.08);
}

.orbit-menu__mobile-ledger {
  position: absolute;
  right: 0.85rem;
  bottom: 2.75rem;
  left: 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 0.55rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 320ms ease 620ms, transform 560ms cubic-bezier(0.16, 1, 0.3, 1) 590ms;
}

.menu-panel.is-open .orbit-menu__mobile-ledger { opacity: 1; transform: translateY(0); }

.orbit-menu__mobile-link {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  align-items: center;
  min-height: 2.75rem;
  padding: 0.28rem 0.42rem;
  overflow: hidden;
  color: var(--orbit-ink);
  border-top: 1px solid rgb(8 37 68 / 0.22);
  text-decoration: none;
  transition: color 280ms ease, border-color 280ms ease;
}

.orbit-menu__mobile-link::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--orbit-deep);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(0.77, 0, 0.18, 1);
}

.orbit-menu__mobile-link:nth-child(even)::before { transform-origin: right center; }
.orbit-menu__mobile-link.is-auto-active { color: var(--orbit-paper); border-top-color: var(--orbit-aqua); }
.orbit-menu__mobile-link.is-auto-active::before { transform: scaleX(1); }

.orbit-menu__mobile-link b {
  position: relative;
  z-index: 1;
  color: var(--orbit-aqua);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.75rem;
  transition: color 280ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.orbit-menu__mobile-link.is-auto-active b { color: var(--orbit-sand); transform: scale(1.08); }

.orbit-menu__mobile-copy { position: relative; z-index: 1; display: grid; min-width: 0; gap: 0.08rem; }
.orbit-menu__mobile-copy strong { overflow: hidden; font-family: var(--serif); font-size: 0.75rem; font-weight: 500; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.orbit-menu__mobile-copy small { overflow: hidden; color: inherit; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.04em; text-overflow: ellipsis; white-space: nowrap; }
.orbit-menu__mobile-link.is-auto-active small { color: var(--orbit-aqua); }

.orbit-menu__auxiliary {
  position: absolute;
  right: 0.85rem;
  bottom: 0.2rem;
  left: 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 280ms ease 720ms, transform 480ms cubic-bezier(0.16, 1, 0.3, 1) 690ms;
}

.menu-panel.is-open .orbit-menu__auxiliary { opacity: 1; transform: translateY(0); }

.orbit-menu__auxiliary a {
  display: grid;
  min-width: 0;
  min-height: 2.25rem;
  padding: 0.25rem 0.4rem;
  color: var(--orbit-ink);
  border: 1px solid rgb(8 37 68 / 0.23);
  text-decoration: none;
}

.orbit-menu__auxiliary strong { overflow: hidden; font-family: var(--serif); font-size: 0.75rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.orbit-menu__auxiliary small { overflow: hidden; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.04em; text-overflow: ellipsis; white-space: nowrap; }

.orbit-menu__ctas { display: grid; border-top: 1px solid rgb(8 37 68 / 0.22); }

.orbit-menu__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0.48rem 1rem;
  color: var(--orbit-ink);
  text-decoration: none;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 260ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.orbit-menu__cta--aqua { background: var(--orbit-aqua); transition-delay: 480ms; }
.orbit-menu__cta--sand { color: var(--orbit-ink); background: var(--orbit-sand); transition-delay: 540ms; }
.menu-panel.is-open .orbit-menu__cta { opacity: 1; transform: translateY(0); }
.orbit-menu__cta > span { display: grid; gap: 0.12rem; }
.orbit-menu__cta small { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; }
.orbit-menu__cta strong { font-size: 0.75rem; white-space: nowrap; }
.orbit-menu__cta b { font-size: 1.2rem; font-weight: 400; }

@keyframes orbit-switch-arc-one {
  0% { opacity: 0; transform: rotate(-150deg) scale(0.45); }
  42% { opacity: 1; }
  100% { opacity: 0; transform: rotate(24deg) scale(1); }
}

@keyframes orbit-switch-arc-two {
  0% { opacity: 0; transform: rotate(155deg) scale(0.45); }
  42% { opacity: 1; }
  100% { opacity: 0; transform: rotate(-30deg) scale(1); }
}

@media (max-width: 74.999rem) and (max-height: 38rem) {
  .orbit-menu__panel { grid-template-rows: 3.75rem minmax(0, 1fr) 5.75rem; }
  .orbit-menu__header { min-height: 3.75rem; }
  .orbit-trigger--inside { top: 0.48rem; }
  .orbit-menu__stage { --orbit-center-y: 7rem; }
  .orbit-menu__orbit { width: clamp(9rem, 46vw, 9.6rem); height: clamp(9rem, 46vw, 9.6rem); }
  .orbit-menu__brand { width: clamp(5.2rem, 25vw, 6rem); }
  .menu-panel.is-open .orbit-menu__station {
    transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateX(clamp(4.1rem, 21vw, 4.8rem)) scale(1);
  }
  .orbit-menu__badge { width: 2.35rem; height: 2.35rem; font-size: 0.86rem; }
  .orbit-menu__mobile-ledger { bottom: 2.45rem; }
  .orbit-menu__mobile-link { min-height: 2.55rem; }
  .orbit-menu__auxiliary a { min-height: 2rem; }
  .orbit-menu__cta { min-height: 2.875rem; padding-block: 0.34rem; }
}
.site-footer {
  position: relative;
  z-index: 25;
  display: grid;
  gap: 2.5rem;
  padding: 4rem var(--gutter) calc(var(--fixed-cta-h) + 2rem);
  color: var(--white);
  background: var(--navy-deep);
}

.site-footer__brand img {
  width: 7.3rem;
  filter: grayscale(1) brightness(0) invert(1);
}

.site-footer__brand p { margin-top: 0.8rem; font-size: var(--type-body); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid rgba(255, 255, 255, 0.28); }
.site-footer nav a { padding: 0.8rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); text-decoration: none; font-size: var(--type-body); }
.site-footer__copy { font-size: var(--type-note); letter-spacing: 0.12em; }

@media (min-width: 75rem) {
  body.acqua-front-chrome { --site-chrome-height: 6.1rem; }

  .acqua-front-chrome .site-footer {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
    padding-top: 5rem;
  }

  .acqua-front-chrome .menu-button .orbit-switch {
    width: 6.25rem;
    grid-template-columns: 3.7rem 1.8rem;
  }

  .site-header { min-height: 6.1rem; grid-template-columns: auto 1fr auto; }
  .brand { width: 7.2rem; }
  .site-header__note { display: block; margin-left: 1.7rem; }
  .menu-button { grid-column: 3; width: 7.8rem; min-height: 3.6rem; }
  .menu-button .orbit-switch { width: 6.25rem; grid-template-columns: 3.7rem 1.8rem; }

  .orbit-menu__panel {
    grid-template-rows: 4.75rem minmax(0, 1fr) 7rem;
    width: auto;
    height: calc(100dvh - clamp(2.5rem, 8vh, 5rem));
    margin: clamp(1.25rem, 4vh, 2.5rem) 4.2vw;
    clip-path: circle(0 at calc(100% - 4.2rem) 2.6rem);
  }

  .menu-panel.is-open .orbit-menu__panel {
    clip-path: circle(160% at calc(100% - 4.2rem) 2.6rem);
  }

  .orbit-menu__header {
    min-height: 4.75rem;
    padding: 0 9rem 0 clamp(2rem, 6vw, 6.25rem);
    border-bottom: 0;
  }

  .orbit-menu__eyebrow {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .orbit-trigger--inside { top: 0.55rem; right: 1.55rem; width: 8rem; min-height: 3.6rem; }
  .orbit-trigger--inside .orbit-switch { width: 6.25rem; grid-template-columns: 3.7rem 1.8rem; }

  .orbit-menu__stage {
    --orbit-center-x: 50.4%;
    --orbit-center-y: 45.5%;
  }

  .orbit-menu__orbit {
    width: clamp(26rem, min(62vh, 44vw), 39.5rem);
    height: clamp(26rem, min(62vh, 44vw), 39.5rem);
  }

  .orbit-menu__brand { width: clamp(15rem, 21vw, 23rem); }

  .menu-panel.is-open .orbit-menu__station {
    transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateX(clamp(11.5rem, 26.5vh, 17rem)) scale(1);
  }

  .orbit-menu__badge { width: 3.9rem; height: 3.9rem; font-size: 1.25rem; }

  .orbit-menu__station.is-mobile-active .orbit-menu__badge {
    color: var(--orbit-ink);
    background: var(--orbit-paper);
    border-color: var(--orbit-aqua);
    transform: translate(-50%, -50%);
  }

  .orbit-menu__station-copy {
    position: absolute;
    top: 0;
    z-index: 1;
    display: grid;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding-block: 0.65rem;
    width: max-content;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .orbit-menu__station-copy strong {
    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.65vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
  }

  .orbit-menu__station-copy small {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .orbit-menu__station:nth-child(2) .orbit-menu__station-copy,
  .orbit-menu__station:nth-child(3) .orbit-menu__station-copy,
  .orbit-menu__station:nth-child(4) .orbit-menu__station-copy {
    left: 4.2rem;
    text-align: left;
  }

  .orbit-menu__station:nth-child(1) .orbit-menu__station-copy,
  .orbit-menu__station:nth-child(5) .orbit-menu__station-copy,
  .orbit-menu__station:nth-child(6) .orbit-menu__station-copy {
    right: 5rem;
    text-align: right;
  }

  .orbit-menu__station-copy::before {
    position: absolute;
    top: 50%;
    z-index: -1;
    width: min(45vw, 46rem);
    height: 6.75rem;
    background: var(--orbit-deep);
    content: "";
    transform: translateY(-50%) scaleX(0);
    transition: transform 520ms cubic-bezier(0.77, 0, 0.18, 1);
  }

  .orbit-menu__station:nth-child(2) .orbit-menu__station-copy::before,
  .orbit-menu__station:nth-child(3) .orbit-menu__station-copy::before,
  .orbit-menu__station:nth-child(4) .orbit-menu__station-copy::before {
    left: -5.1rem;
    transform-origin: left center;
  }

  .orbit-menu__station:nth-child(1) .orbit-menu__station-copy::before,
  .orbit-menu__station:nth-child(5) .orbit-menu__station-copy::before,
  .orbit-menu__station:nth-child(6) .orbit-menu__station-copy::before {
    right: -6rem;
    transform-origin: right center;
  }

  .orbit-menu__station:hover,
  .orbit-menu__station:focus-visible {
    z-index: 6;
    color: var(--orbit-paper);
    outline: none;
  }

  .orbit-menu__station:hover .orbit-menu__station-copy::before,
  .orbit-menu__station:focus-visible .orbit-menu__station-copy::before {
    transform: translateY(-50%) scaleX(1);
  }

  .orbit-menu__station:hover .orbit-menu__badge,
  .orbit-menu__station:focus-visible .orbit-menu__badge {
    color: var(--orbit-deep);
    background: var(--orbit-sand);
    border-color: var(--orbit-paper);
    transform: translate(-50%, -50%) scale(1.08);
  }

  .orbit-menu__station:focus-visible .orbit-menu__badge {
    outline: 3px solid var(--orbit-ink);
    outline-offset: 4px;
  }

  .orbit-menu__station:hover .orbit-menu__station-copy small,
  .orbit-menu__station:focus-visible .orbit-menu__station-copy small { color: var(--orbit-aqua); }

  .orbit-menu__mobile-ledger { display: none; }

  .orbit-menu__auxiliary {
    right: auto;
    bottom: 0.4rem;
    left: 50%;
    display: flex;
    gap: 0.75rem;
    width: max-content;
    transform: translate(-50%, 0.8rem);
  }

  .menu-panel.is-open .orbit-menu__auxiliary { transform: translate(-50%, 0); }
  .orbit-menu__auxiliary a { min-width: 10.5rem; min-height: 2.4rem; padding: 0.35rem 0.65rem; }
  .orbit-menu__auxiliary strong { font-size: 0.75rem; }
  .orbit-menu__auxiliary small { font-size: 0.75rem; }

  .orbit-menu__ctas { grid-template-columns: 1fr 1fr; }
  .orbit-menu__cta { min-height: 7rem; padding: 1.1rem clamp(2rem, 6vw, 6.25rem); }
  .orbit-menu__cta > span { gap: 0.4rem; }
  .orbit-menu__cta small { font-size: 0.75rem; }
  .orbit-menu__cta strong { font-size: 1.05rem; }
  .site-footer { grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; padding-top: 5rem; }
  .site-footer nav { grid-template-columns: repeat(3, 1fr); }
  .site-footer__copy { grid-column: 1 / -1; }

}

.acqua-front-chrome :where(.site-header, .menu-panel, .site-footer) :where(a, button):focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 3px;
}

.acqua-front-chrome .contact-chrome-menu :where(a, button):focus-visible {
  outline-color: var(--orbit-ink);
}

body.admin-bar.acqua-front-chrome .site-header,
body.admin-bar.acqua-front-chrome .menu-panel {
  top: 32px;
}

body.admin-bar.acqua-front-chrome .skip-link {
  top: calc(32px + 0.5rem);
}

@media screen and (max-width: 782px) {
  body.admin-bar.acqua-front-chrome .site-header,
  body.admin-bar.acqua-front-chrome .menu-panel {
    top: 46px;
  }

  body.admin-bar.acqua-front-chrome .skip-link {
    top: calc(46px + 0.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .acqua-front-chrome :where(.site-header, .menu-panel, .site-footer),
  .acqua-front-chrome :where(.site-header, .menu-panel, .site-footer) *,
  .acqua-front-chrome :where(.site-header, .menu-panel, .site-footer) *::before,
  .acqua-front-chrome :where(.site-header, .menu-panel, .site-footer) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Actual project work, shared visually by the home collection and Works index. */
.works-collection { background: #f3e7d7; color: #15324e; padding: 0 0 clamp(64px,8vw,112px); }
.works-collection--home { padding-top: clamp(64px,8vw,112px); scroll-margin-top: 110px; }
.works-collection__inner { width: min(1160px,calc(100% - 2 * clamp(20px,5vw,72px))); margin-inline: auto; }
.works-collection__header { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid #d7c9b6; padding-bottom: 24px; }
.works-collection__eyebrow { color: #866b43; font: 11px/1.6 Inter,sans-serif; letter-spacing: .16em; margin: 0 0 16px; }
.works-collection__header h2 { margin: 0; font: 500 clamp(30px,4vw,46px)/1.6 "Yu Mincho","Shippori Mincho",serif; }
.works-collection__header > a { color: inherit; font-size: 13px; padding-block: 12px; border-bottom: 1px solid #15324e; text-decoration: none; }
.works-collection__lead { max-width: 760px; margin: 26px 0 40px; font-size: 15px; line-height: 2; }
.works-collection__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px 28px; }
.works-card { min-width: 0; }
.works-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; }
.works-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.works-card__type { margin: 20px 0 12px; color: #655f56; font-size: 11px; letter-spacing: .06em; }
.works-card :is(h2,h3) { margin: 0 0 16px; color: #15324e; font: 600 21px/1.85 "Yu Mincho","Shippori Mincho",serif; }
.works-card :is(h2,h3) a { color: inherit; text-decoration: none; }
.works-card :is(h2,h3) a:hover { text-decoration: underline; text-underline-offset: .25em; }
.works-card__description { margin: 0; color: #655f56; font-size: 13px; line-height: 2; }
.acqua-lower-chrome .works-index > .page-hero { min-height: 0; padding: clamp(120px,12vw,180px) 0 52px; color: #15324e; background: #f3e7d7; }
.works-index > .page-hero::before, .works-index > .page-hero::after { display: none; }
.works-index .page-hero__inner { width: min(1160px,calc(100% - 2 * clamp(20px,5vw,72px))); padding: 0; margin-inline: auto; }
.works-index .page-hero h1 { color: #15324e; margin: 20px 0 26px; font: 500 clamp(36px,5vw,58px)/1.6 "Yu Mincho","Shippori Mincho",serif; }
.works-index .page-hero p { color: #655f56; max-width: 760px; line-height: 2; }
.works-index .breadcrumb { color: #655f56; margin-bottom: 32px; font-size: 12px; }
.works-collection :is(a):focus-visible { outline: 2px solid #15324e; outline-offset: 5px; }
@media (max-width: 1000px) { .works-collection__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .works-collection__grid { grid-template-columns: 1fr; } .works-collection__header { align-items: start; } }
