:root {
  --aqcd-ink: #1e292a;
  --aqcd-muted: #586665;
  --aqcd-milk: #f5f0e8;
  --aqcd-paper: #fffdf8;
  --aqcd-tile: #d9e7e5;
  --aqcd-water: #0b7785;
  --aqcd-water-deep: #075460;
  --aqcd-water-light: #8fd8d5;
  --aqcd-brick: #a44f38;
  --aqcd-brick-deep: #572a22;
  --aqcd-line: rgba(30, 41, 42, .18);
  --aqcd-shadow: 0 24px 70px rgba(36, 49, 48, .16);
  --aqcd-radius: 28px;
  --aqcd-shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body.aqcd-page {
  margin: 0;
  overflow-x: clip;
  color: var(--aqcd-ink);
  background: var(--aqcd-milk);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

.aqcd-page img {
  display: block;
  max-width: 100%;
}

.aqcd-page a {
  color: inherit;
}

.aqcd-page button,
.aqcd-page a {
  -webkit-tap-highlight-color: transparent;
}

.aqcd-page :focus-visible {
  outline: 3px solid var(--aqcd-water-light);
  outline-offset: 4px;
  border-radius: 4px;
}

.aqcd-shell {
  width: var(--aqcd-shell);
  margin-inline: auto;
}

.aqcd-preview-notice {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px 16px;
  color: #fff;
  background: var(--aqcd-brick-deep);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 1.35;
  text-align: center;
}

.aqcd-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 14px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: #fff;
  background: var(--aqcd-brick-deep);
  text-decoration: none;
}

.aqcd-skip:focus {
  transform: none;
}

.aqcd-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  background: rgba(7, 84, 96, .94);
  backdrop-filter: blur(15px);
}

.aqcd-header__row {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.aqcd-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 750;
  letter-spacing: .01em;
  text-decoration: none;
}

.aqcd-brand__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  font-size: 15px;
}

.aqcd-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
}

.aqcd-nav a,
.aqcd-header__action {
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.aqcd-nav a {
  color: rgba(255, 255, 255, .82);
}

.aqcd-nav a:hover {
  color: #fff;
}

.aqcd-header__action {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
}

.aqcd-menu-button {
  display: none;
}

.aqcd-kicker {
  margin: 0 0 20px;
  color: var(--aqcd-brick);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.aqcd-page h1,
.aqcd-page h2,
.aqcd-page h3,
.aqcd-page p,
.aqcd-page figure,
.aqcd-page dl {
  margin-top: 0;
}

.aqcd-page h1,
.aqcd-page h2,
.aqcd-page h3 {
  font-family: "Avenir Next", Avenir, Montserrat, ui-sans-serif, sans-serif;
  text-wrap: balance;
}

.aqcd-name-line {
  white-space: nowrap;
}

.aqcd-page h1 {
  margin-bottom: 28px;
  font-size: clamp(47px, 5.65vw, 82px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .98;
}

.aqcd-page h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.aqcd-page h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.14;
}

.aqcd-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 96px 0 108px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 71% 40%, rgba(143, 216, 213, .3), transparent 29%),
    linear-gradient(122deg, var(--aqcd-water-deep) 0 61%, #116f77 61% 100%);
}

.aqcd-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 190px;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .5) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.aqcd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.aqcd-hero .aqcd-kicker {
  color: #c7f3ef;
}

.aqcd-hero__lead {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.48;
}

.aqcd-hero__support {
  max-width: 640px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, .78);
}

.aqcd-hero__actions,
.aqcd-place__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.aqcd-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.aqcd-button:hover {
  transform: translateY(-2px);
}

.aqcd-button--brick {
  color: #fff;
  background: var(--aqcd-brick);
}

.aqcd-button--brick:hover {
  background: #bb6047;
}

.aqcd-button--line {
  border-color: currentColor;
  color: inherit;
  background: transparent;
}

.aqcd-checked {
  margin: 21px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.aqcd-porthole {
  position: relative;
  width: min(40vw, 500px);
  justify-self: end;
  margin: 0;
}

.aqcd-porthole__rim {
  aspect-ratio: 1;
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .08), 0 35px 100px rgba(2, 40, 44, .44);
}

.aqcd-porthole__rim img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.aqcd-porthole figcaption {
  position: absolute;
  right: -18px;
  bottom: 20px;
  width: 132px;
  height: 132px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 8px solid var(--aqcd-water-deep);
  border-radius: 50%;
  color: var(--aqcd-brick-deep);
  background: var(--aqcd-water-light);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .2);
}

.aqcd-porthole figcaption strong {
  font-size: 22px;
}

.aqcd-porthole figcaption span {
  font-size: 13px;
}

.aqcd-hero__tile {
  position: absolute;
  right: -110px;
  bottom: -110px;
  z-index: -1;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
}

.aqcd-formats {
  padding: 120px 0;
  background: var(--aqcd-paper);
}

.aqcd-section-head {
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr .6fr;
  column-gap: 48px;
  align-items: end;
  margin-bottom: 54px;
}

.aqcd-section-head .aqcd-kicker {
  grid-column: 1 / -1;
}

.aqcd-section-head h2 {
  margin-bottom: 0;
}

.aqcd-section-head > p:last-child {
  margin-bottom: 5px;
  color: var(--aqcd-muted);
}

.aqcd-format-switcher {
  border: 1px solid var(--aqcd-line);
  border-radius: var(--aqcd-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--aqcd-shadow);
}

.aqcd-format-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--aqcd-line);
}

.aqcd-format-tab {
  min-height: 70px;
  padding: 14px 18px;
  border: 0;
  border-right: 1px solid var(--aqcd-line);
  color: var(--aqcd-muted);
  background: var(--aqcd-milk);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.aqcd-format-tab:last-child {
  border-right: 0;
}

.aqcd-format-tab.is-active {
  color: #fff;
  background: var(--aqcd-water);
}

.aqcd-format-panel {
  min-height: 330px;
  display: grid;
  grid-template-columns: 100px 1fr 290px;
  gap: 36px;
  align-items: start;
  padding: 46px;
}

.aqcd-format-panel[hidden] {
  display: none;
}

.aqcd-format-panel__number {
  color: var(--aqcd-brick);
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -.06em;
}

.aqcd-format-panel > div:nth-child(2) p {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--aqcd-muted);
}

.aqcd-format-panel__facts {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--aqcd-line);
}

.aqcd-format-panel__facts > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--aqcd-line);
}

.aqcd-format-panel__facts dt {
  color: var(--aqcd-muted);
}

.aqcd-format-panel__facts dd {
  margin: 0;
  font-weight: 750;
  text-align: right;
}

.aqcd-offer-note {
  width: min(920px, 92%);
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
  margin: 30px 0 0 auto;
  padding: 18px 28px 18px 18px;
  border-radius: 18px;
  background: var(--aqcd-tile);
}

.aqcd-offer-note img {
  width: 220px;
  height: 142px;
  border-radius: 12px;
  object-fit: cover;
}

.aqcd-offer-note p {
  margin-bottom: 0;
}

.aqcd-offer-note__label {
  margin-bottom: 8px !important;
  color: var(--aqcd-water-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.aqcd-prices {
  padding: 116px 0 124px;
  color: #fff;
  background: var(--aqcd-brick-deep);
}

.aqcd-prices .aqcd-shell {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(48px, 8vw, 110px);
}

.aqcd-prices .aqcd-kicker {
  color: #f0a68d;
}

.aqcd-prices__intro {
  position: sticky;
  top: 118px;
  align-self: start;
}

.aqcd-prices__intro p:last-child {
  color: rgba(255, 255, 255, .72);
}

.aqcd-price-ledger {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.aqcd-price-row {
  display: grid;
  grid-template-columns: 180px 210px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  transition: background-color .2s ease;
}

.aqcd-price-row:hover {
  background: rgba(255, 255, 255, .06);
}

.aqcd-price-row--water {
  border-left: 4px solid var(--aqcd-water-light);
}

.aqcd-price-row--brick {
  border-left: 4px solid #e58b6d;
}

.aqcd-price-row__type span,
.aqcd-price-row__type strong {
  display: block;
}

.aqcd-price-row__type span {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  text-transform: uppercase;
}

.aqcd-price-row__amount {
  font-size: 31px;
  font-weight: 750;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.aqcd-price-row__amount small {
  font-size: 16px;
  font-weight: 500;
}

.aqcd-price-row p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
}

.aqcd-visit {
  padding: 130px 0;
  background: var(--aqcd-milk);
}

.aqcd-visit__grid {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.aqcd-visit__photo {
  position: sticky;
  top: 110px;
}

.aqcd-visit__photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: 0;
  border-radius: 130px 130px 22px 22px;
  background: var(--aqcd-tile);
}

.aqcd-visit__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 570px;
  border-radius: 130px 130px 22px 22px;
  object-fit: cover;
}

.aqcd-visit__photo span {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 24px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--aqcd-brick);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aqcd-current {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.aqcd-current::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 50px;
  left: 25px;
  width: 2px;
  background: linear-gradient(var(--aqcd-water), var(--aqcd-water-light));
}

.aqcd-current li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding-bottom: 31px;
}

.aqcd-current li > span {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--aqcd-water);
  border-radius: 50%;
  color: var(--aqcd-water-deep);
  background: var(--aqcd-milk);
  font-weight: 800;
}

.aqcd-current h3 {
  margin-top: 8px;
  font-size: 21px;
}

.aqcd-current p {
  margin-bottom: 0;
  color: var(--aqcd-muted);
}

.aqcd-text-link {
  display: inline-flex;
  gap: 10px;
  color: var(--aqcd-water-deep) !important;
  font-weight: 750;
  text-underline-offset: 4px;
}

.aqcd-place {
  padding: 112px 0 126px;
  color: #fff;
  background: var(--aqcd-water-deep);
}

.aqcd-place .aqcd-kicker {
  color: var(--aqcd-water-light);
}

.aqcd-place__top {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.aqcd-place__top h2 {
  margin-bottom: 0;
}

.aqcd-place__top > p {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .74);
}

.aqcd-building {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--aqcd-radius);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 40px 90px rgba(0, 29, 33, .32);
}

.aqcd-building__image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.aqcd-building__route {
  position: relative;
  display: grid;
  align-content: center;
  gap: 34px;
  padding: 48px;
}

.aqcd-building__line {
  position: absolute;
  top: 90px;
  bottom: 90px;
  left: 71px;
  width: 2px;
  background: rgba(143, 216, 213, .45);
}

.aqcd-building__route > div {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
}

.aqcd-building__route small {
  z-index: 1;
  width: 48px;
  height: 48px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--aqcd-water-deep);
  background: var(--aqcd-water-light);
  font-weight: 800;
}

.aqcd-building__route strong {
  font-size: 18px;
}

.aqcd-building__route span:not(.aqcd-building__line) {
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
}

.aqcd-place__actions {
  margin-top: 28px;
}

.aqcd-copy-status {
  min-height: 1.5em;
  color: var(--aqcd-water-light);
  font-size: 14px;
}

.aqcd-gallery {
  padding: 120px 0 132px;
  background: var(--aqcd-paper);
}

.aqcd-gallery__head {
  width: min(760px, 100%);
  margin-bottom: 52px;
}

.aqcd-gallery__head p:last-child {
  max-width: 650px;
  color: var(--aqcd-muted);
}

.aqcd-windows {
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  grid-template-rows: 310px 310px;
  gap: 18px;
}

.aqcd-window {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--aqcd-tile);
}

.aqcd-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.aqcd-window:hover img {
  transform: scale(1.025);
}

.aqcd-window figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 84, 96, .86);
  font-size: 13px;
  font-weight: 700;
}

.aqcd-window--wide {
  grid-row: 1 / 3;
  border-radius: 180px 20px 20px 20px;
}

.aqcd-window--tall {
  border-radius: 20px 150px 20px 20px;
}

.aqcd-window--round {
  border-radius: 20px 20px 150px 20px;
}

.aqcd-questions {
  padding: 112px 0 126px;
  background:
    linear-gradient(rgba(30, 41, 42, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 41, 42, .04) 1px, transparent 1px),
    var(--aqcd-milk);
  background-size: 26px 26px;
}

.aqcd-questions__grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(50px, 8vw, 120px);
}

.aqcd-questions header p:last-child {
  color: var(--aqcd-muted);
}

.aqcd-lockers {
  display: grid;
  gap: 12px;
}

.aqcd-lockers details {
  border: 1px solid var(--aqcd-line);
  border-radius: 10px;
  background: var(--aqcd-paper);
  box-shadow: 8px 8px 0 rgba(11, 119, 133, .08);
}

.aqcd-lockers summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 23px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.aqcd-lockers summary::-webkit-details-marker {
  display: none;
}

.aqcd-lockers summary > span:last-child {
  color: var(--aqcd-brick);
  font-size: 28px;
  font-weight: 300;
  transition: transform .2s ease;
}

.aqcd-lockers details[open] summary > span:last-child {
  transform: rotate(45deg);
}

.aqcd-lockers details > div {
  padding: 0 58px 22px 23px;
  color: var(--aqcd-muted);
}

.aqcd-lockers details p {
  margin-bottom: 0;
}

.aqcd-contact {
  padding: 104px 0;
  color: #fff;
  background: var(--aqcd-paper);
}

.aqcd-contact__gate {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr minmax(360px, .72fr);
  gap: 74px;
  padding: clamp(46px, 7vw, 84px);
  overflow: hidden;
  border-radius: 32px 180px 32px 32px;
  background: var(--aqcd-brick);
  box-shadow: var(--aqcd-shadow);
}

.aqcd-contact__gate::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -120px;
  width: 410px;
  height: 410px;
  border: 70px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.aqcd-contact .aqcd-kicker {
  color: #ffe2d8;
}

.aqcd-contact h2 {
  margin-bottom: 20px;
}

.aqcd-contact__gate > div:first-child > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .94);
}

.aqcd-contact__channels {
  align-self: center;
  display: grid;
}

.aqcd-contact__channels a {
  display: grid;
  gap: 1px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-decoration: none;
}

.aqcd-contact__channels a:first-child {
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.aqcd-contact__channels span {
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.aqcd-contact__channels strong {
  overflow-wrap: anywhere;
  font-size: 19px;
}

.aqcd-sources {
  padding: 86px 0 100px;
  border-top: 1px solid var(--aqcd-line);
  background: var(--aqcd-paper);
}

.aqcd-sources__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
}

.aqcd-sources h2 {
  font-size: 38px;
}

.aqcd-sources__text {
  color: var(--aqcd-muted);
}

.aqcd-sources__text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.aqcd-sources__text li a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--aqcd-line);
  border-radius: 999px;
  color: var(--aqcd-water-deep);
  font-size: 14px;
  text-decoration: none;
}

.aqcd-sources__note {
  margin-bottom: 0;
  padding-left: 18px;
  border-left: 3px solid var(--aqcd-brick);
  font-size: 14px;
}

.aqcd-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, .72);
  background: var(--aqcd-ink);
  font-size: 14px;
}

.aqcd-footer .aqcd-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.aqcd-footer a {
  color: #fff;
}

.aqcd-mobile-cta {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .aqcd-hero__grid {
    grid-template-columns: 1fr 350px;
    gap: 35px;
  }

  .aqcd-porthole {
    width: 350px;
  }

  .aqcd-format-panel {
    grid-template-columns: 70px 1fr;
  }

  .aqcd-format-panel__facts {
    grid-column: 2;
    grid-template-columns: repeat(3, 1fr);
  }

  .aqcd-format-panel__facts > div {
    display: block;
    padding-right: 10px;
  }

  .aqcd-format-panel__facts dd {
    text-align: left;
  }

  .aqcd-prices .aqcd-shell {
    grid-template-columns: 270px 1fr;
    gap: 44px;
  }

  .aqcd-price-row {
    grid-template-columns: 140px 170px 1fr;
    gap: 15px;
    padding-inline: 12px;
  }

  .aqcd-price-row__amount {
    font-size: 26px;
  }

  .aqcd-place__top {
    grid-template-columns: 1fr 340px;
    gap: 40px;
  }

  .aqcd-contact__gate {
    grid-template-columns: 1fr 330px;
    gap: 45px;
  }
}

@media (max-width: 820px) {
  :root {
    --aqcd-shell: min(100% - 32px, 650px);
  }

  html {
    scroll-padding-top: 68px;
  }

  body.aqcd-page {
    padding-bottom: 68px;
    font-size: 16px;
  }

  .aqcd-header__row {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .aqcd-menu-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
  }

  .aqcd-menu-button__icon,
  .aqcd-menu-button__icon::before {
    width: 15px;
    height: 1px;
    display: block;
    background: currentColor;
  }

  .aqcd-menu-button__icon {
    position: relative;
  }

  .aqcd-menu-button__icon::before {
    content: "";
    position: absolute;
    top: -5px;
  }

  .aqcd-menu-button[aria-expanded="true"] .aqcd-menu-button__icon {
    transform: rotate(45deg);
  }

  .aqcd-menu-button[aria-expanded="true"] .aqcd-menu-button__icon::before {
    top: 0;
    transform: rotate(90deg);
  }

  .aqcd-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    padding: 12px 16px 18px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: var(--aqcd-water-deep);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
  }

  .aqcd-nav.is-open {
    display: grid;
  }

  .aqcd-nav a {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .aqcd-header__action {
    display: none;
  }

  .aqcd-page h1 {
    font-size: clamp(43px, 12.4vw, 62px);
    line-height: 1;
  }

  .aqcd-page h2 {
    font-size: clamp(36px, 10.4vw, 52px);
  }

  .aqcd-hero {
    min-height: 0;
    padding: 58px 0 78px;
    background: linear-gradient(158deg, var(--aqcd-water-deep) 0 73%, #116f77 73% 100%);
  }

  .aqcd-hero__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .aqcd-hero__copy {
    display: contents;
  }

  .aqcd-hero__copy .aqcd-kicker,
  .aqcd-hero__copy h1,
  .aqcd-hero__copy .aqcd-hero__lead,
  .aqcd-hero__copy .aqcd-hero__support,
  .aqcd-hero__copy .aqcd-hero__actions,
  .aqcd-hero__copy .aqcd-checked {
    grid-column: 1;
  }

  .aqcd-hero__copy .aqcd-kicker { grid-row: 1; }
  .aqcd-hero__copy h1 { grid-row: 2; }
  .aqcd-hero__copy .aqcd-hero__lead { grid-row: 4; }
  .aqcd-hero__copy .aqcd-hero__support { grid-row: 5; }
  .aqcd-hero__copy .aqcd-hero__actions { grid-row: 6; }
  .aqcd-hero__copy .aqcd-checked { grid-row: 7; }
  .aqcd-porthole { grid-row: 3; }

  .aqcd-hero__copy h1,
  .aqcd-hero__copy .aqcd-kicker,
  .aqcd-hero__lead,
  .aqcd-hero__support {
    margin-bottom: 0;
  }

  .aqcd-porthole {
    width: min(92vw, 460px);
    justify-self: center;
  }

  .aqcd-porthole figcaption {
    right: -8px;
    width: 104px;
    height: 104px;
    border-width: 6px;
  }

  .aqcd-porthole figcaption strong {
    font-size: 18px;
  }

  .aqcd-formats,
  .aqcd-prices,
  .aqcd-visit,
  .aqcd-place,
  .aqcd-gallery,
  .aqcd-questions {
    padding-block: 82px;
  }

  .aqcd-section-head {
    display: block;
    margin-bottom: 36px;
  }

  .aqcd-section-head h2 {
    margin-bottom: 20px;
  }

  .aqcd-format-tabs {
    grid-template-columns: 1fr;
  }

  .aqcd-format-tab {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--aqcd-line);
    text-align: left;
  }

  .aqcd-format-tab:last-child {
    border-bottom: 0;
  }

  .aqcd-format-panel {
    min-height: 0;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 28px 20px 32px;
  }

  .aqcd-format-panel__number {
    font-size: 36px;
  }

  .aqcd-format-panel__facts {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .aqcd-format-panel__facts > div {
    display: flex;
  }

  .aqcd-format-panel__facts dd {
    text-align: right;
  }

  .aqcd-offer-note {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 16px;
  }

  .aqcd-offer-note img {
    width: 100%;
    height: 220px;
  }

  .aqcd-prices .aqcd-shell {
    display: block;
  }

  .aqcd-prices__intro {
    position: static;
    margin-bottom: 38px;
  }

  .aqcd-price-row {
    grid-template-columns: 1fr auto;
    padding: 22px 4px;
  }

  .aqcd-price-row__amount {
    text-align: right;
  }

  .aqcd-price-row p {
    grid-column: 1 / -1;
  }

  .aqcd-visit__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .aqcd-visit__photo {
    position: relative;
    top: auto;
    order: 2;
  }

  .aqcd-visit__photo::before {
    right: 0;
    left: 10px;
  }

  .aqcd-visit__copy {
    order: 1;
  }

  .aqcd-visit__photo img {
    min-height: 430px;
  }

  .aqcd-visit__photo span {
    right: 8px;
  }

  .aqcd-place__top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .aqcd-building {
    grid-template-columns: 1fr;
  }

  .aqcd-building__image img {
    min-height: 320px;
  }

  .aqcd-building__route {
    padding: 34px 26px;
  }

  .aqcd-building__line {
    top: 74px;
    bottom: 74px;
    left: 49px;
  }

  .aqcd-place__actions {
    align-items: stretch;
  }

  .aqcd-place__actions .aqcd-button {
    flex: 1 1 220px;
  }

  .aqcd-copy-status {
    flex-basis: 100%;
  }

  .aqcd-windows {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .aqcd-window,
  .aqcd-window--wide,
  .aqcd-window--tall,
  .aqcd-window--round {
    grid-row: auto;
    height: 310px;
    border-radius: 80px 18px 18px 18px;
  }

  .aqcd-questions__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .aqcd-contact {
    padding: 60px 0;
  }

  .aqcd-contact__gate {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 42px 24px 48px;
    border-radius: 26px 90px 26px 26px;
  }

  .aqcd-sources {
    padding: 70px 0 84px;
  }

  .aqcd-sources__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aqcd-sources__text ul {
    align-items: stretch;
  }

  .aqcd-mobile-cta {
    position: fixed;
    z-index: 40;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 18px;
    background: rgba(30, 41, 42, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
  }

  .aqcd-mobile-cta a {
    padding: 11px 10px;
    border-radius: 11px;
    color: #fff;
    background: var(--aqcd-brick);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }

  .aqcd-mobile-cta a:last-child {
    background: var(--aqcd-water);
  }

  .aqcd-footer .aqcd-shell {
    display: grid;
  }
}

@media (max-width: 420px) {
  :root {
    --aqcd-shell: calc(100vw - 28px);
  }

  .aqcd-brand {
    font-size: 15px;
  }

  .aqcd-brand__mark {
    width: 30px;
    height: 30px;
  }

  .aqcd-menu-button span:first-child {
    display: none;
  }

  .aqcd-menu-button {
    width: 42px;
    height: 38px;
    justify-content: center;
  }

  .aqcd-page h1 {
    font-size: 38px;
    letter-spacing: -.05em;
    line-height: 1.02;
  }

  .aqcd-page h2 {
    font-size: clamp(34px, 10vw, 43px);
  }

  .aqcd-hero__actions .aqcd-button {
    width: 100%;
  }

  .aqcd-porthole__rim {
    padding: 12px;
  }

  .aqcd-offer-note img {
    height: 190px;
  }

  .aqcd-current li {
    grid-template-columns: 46px 1fr;
    gap: 17px;
  }

  .aqcd-current li > span {
    width: 46px;
    height: 46px;
  }

  .aqcd-current::before {
    left: 22px;
  }

  .aqcd-building__route > div {
    grid-template-columns: 42px 1fr;
  }

  .aqcd-building__route small {
    width: 42px;
    height: 42px;
  }

  .aqcd-building__line {
    left: 46px;
  }

  .aqcd-window,
  .aqcd-window--wide,
  .aqcd-window--tall,
  .aqcd-window--round {
    height: 250px;
  }

  .aqcd-lockers summary {
    padding-inline: 17px;
  }

  .aqcd-lockers details > div {
    padding-right: 30px;
    padding-left: 17px;
  }

  .aqcd-contact__gate {
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
