:root {
  --black: #111111;
  --black-2: #191919;
  --ink: #262626;
  --muted: #a7a7a7;
  --line: rgba(255, 255, 255, 0.22);
  --soft: #fafafa;
  --white: #ffffff;
  --red: #f03a2f;
  --red-dark: #b81414;
  --gold: #d8c67a;
  --pink: #ef5c9d;
  --cream: #eae1c8;
  --signal: #ffe300;
  --crays-blue: #0a3753;
  --container: 1170px;
  --header: 67px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/poppins-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/poppins-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir Heavy2";
  src: url("assets/fonts/avenir-heavy.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir Heavy";
  src: url("assets/fonts/avenir-heavy.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir Medium";
  src: url("assets/fonts/avenir-medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir LT W04_95 Black1475560";
  src: url("assets/fonts/avenir-black.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir Book";
  src: url("assets/fonts/avenir-book.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Avenir Light Oblique";
  font-style: italic;
  src: url("assets/fonts/avenir-book.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black-2);
  color: var(--white);
  font-family: "Avenir Book", "Poppins", "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

body.menu-open,
body.drawer-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 20px 20px;
  color: var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  transition: background .35s ease, backdrop-filter .35s ease, box-shadow .35s ease;
}

.site-header.is-sticky,
.site-header.menu-active,
.site-header.search-active {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  box-shadow: none;
}

.fixed-header {
  position: relative;
  z-index: 82;
  height: var(--header);
  max-width: 100%;
}

.brand {
  position: absolute;
  left: 46px;
  top: 15px;
  height: 34px;
  display: grid;
  place-items: center start;
  width: 142px;
  color: var(--white);
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.brand-logo-dark {
  display: none;
}

.site-header.header-dark {
  color: #1a1a1a;
}

.site-header.header-dark .brand-logo-light {
  display: none;
}

.site-header.header-dark .brand-logo-dark {
  display: block;
}

.site-header.header-dark .search-trigger img {
  filter: brightness(0);
}

.site-header.header-dark .menu-copy {
  color: #1a1a1a;
}

.site-header.header-dark .hamburger::before,
.site-header.header-dark .hamburger::after {
  background: #1a1a1a;
}

.site-header.header-dark .member-button {
  background: #000;
  color: #fff;
}

.site-header.header-dark .member-button img {
  filter: invert(1);
}

.site-header.header-dark .login-button {
  background: rgb(84, 84, 84);
  color: var(--white);
}

.brand-search {
  left: 40px;
}

.header-nav {
  position: absolute;
  right: 40px;
  top: 7px;
  width: 560px;
  height: 60px;
  display: block;
}

.search-trigger,
.menu-trigger,
.icon-close {
  border: 0;
  color: var(--white);
  background: transparent;
}

.search-trigger {
  position: absolute;
  left: 12px;
  top: 7px;
  width: 48px;
  height: 47px;
  display: grid;
  place-items: center;
  margin: 0;
}

.search-trigger img {
  width: 24px;
  height: 25px;
}

.search-trigger svg,
.search-box svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
}

.header-button {
  position: relative;
  height: 40px;
  min-width: 126px;
  padding: 6px 40px 6px 0;
  border-radius: 7px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-family: "Avenir Medium", "Avenir Heavy2", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
}

.login-button {
  position: absolute;
  left: 78px;
  top: 7px;
  min-width: 126px;
  background: rgb(84, 84, 84);
}

.login-button::before,
.login-button::after,
.member-button::before,
.member-button::after {
  display: none;
}

.header-button span {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.login-button img {
  width: 20px;
  height: 20px;
}

.member-button,
.menu-action-light {
  background: var(--white);
  color: var(--black);
}

.member-button {
  position: absolute;
  left: 224px;
  top: 7px;
  min-width: 200px;
}

.member-button img {
  width: 21px;
  height: 9px;
}

.menu-trigger {
  position: absolute;
  left: 444px;
  top: 0;
  width: 96px;
  height: 60px;
  padding: 0;
}

.menu-copy {
  position: absolute;
  left: 7px;
  top: 23px;
  width: 50px;
  height: 20px;
  display: block;
  text-align: left;
  font-size: 10px;
  font-family: "Avenir Medium", "Avenir Heavy2", "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.menu-copy-close {
  opacity: 0;
}

.hamburger {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
}

.hamburger span,
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 28px;
  height: 1px;
  background: var(--white);
  transition: transform .3s ease, top .3s ease, opacity .2s ease;
}

.hamburger span {
  display: block;
  top: 30px;
}

.hamburger::before {
  top: 24px;
}

.hamburger::after {
  top: 36px;
}

.site-header.menu-active .menu-copy-open {
  opacity: 0;
}

.site-header.menu-active .menu-copy-close {
  opacity: 1;
}

.site-header.menu-active .hamburger::before {
  top: 30px;
  transform: rotate(45deg);
}

.site-header.menu-active .hamburger::after {
  top: 30px;
  transform: rotate(-45deg);
}

.site-header.menu-active .hamburger span {
  opacity: 0;
}

.search-layer {
  position: fixed;
  inset: -620px 0 auto;
  z-index: 84;
  height: var(--header);
  background: rgba(250, 250, 250, .96);
  color: var(--black);
  transition: transform .45s var(--ease);
}

.search-layer.active {
  transform: translateY(620px);
}

.search-box {
  position: absolute;
  left: 325px;
  top: 5px;
  width: min(630px, calc(100vw - 520px));
  height: 44px;
}

.search-box svg {
  position: absolute;
  left: 10px;
  top: 11px;
  color: #252525;
}

.search-box input {
  width: 100%;
  height: 44px;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  background: var(--white);
  color: var(--black);
  padding: 10px 14px 10px 58px;
  outline: 0;
  font-size: 14px;
}

.suggestions {
  position: absolute;
  inset: 44px 0 auto;
  background: var(--white);
  color: var(--black);
  border-top: 0;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
}

.suggestion-heading,
.suggestions button {
  height: 43px;
  width: 100%;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--black);
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.suggestion-heading {
  height: 39px;
  color: #6e6e6e;
  font-weight: 800;
}

.suggestions button:hover {
  background: #f0f0f0;
}

.icon-close {
  position: absolute;
  right: 40px;
  top: 15px;
  width: 32px;
  height: 32px;
}

.icon-close span {
  position: absolute;
  left: 6px;
  top: 15px;
  width: 20px;
  height: 1px;
  background: var(--black);
}

.icon-close span:first-child {
  transform: rotate(45deg);
}

.icon-close span:last-child {
  transform: rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 78;
  background: rgba(17, 17, 17, .98);
  transition: height .45s var(--ease), visibility .45s var(--ease);
}

.menu-overlay.active {
  height: 100vh;
  visibility: visible;
}

.menu-overlay-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 25% 100%,
    #111;
}

.menu-small {
  position: absolute;
  left: calc(50% - 360px);
  top: 240px;
  width: 300px;
  min-height: 260px;
  padding: 6px 0;
  background: #d8d8d8;
  color: var(--black);
}

.menu-small a {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
}

.menu-small a:hover {
  background: var(--white);
}

.menu-large {
  position: absolute;
  right: 51px;
  top: 105px;
  width: 580px;
  min-height: 632px;
  padding: 50px;
  background: rgba(250, 250, 250, .96);
  color: var(--black);
}

.menu-title {
  display: block;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 900;
}

.menu-large ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-large li {
  border-top: 1px solid rgba(0, 0, 0, .14);
}

.menu-large li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.menu-large a,
.menu-large button {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--black);
  padding: 0;
  text-align: left;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.menu-large a:hover,
.menu-large button:hover {
  color: var(--red);
}

.menu-secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  margin-top: 28px;
}

.menu-secondary a {
  min-height: auto;
  font-size: 13px;
  font-weight: 700;
}

.menu-actions {
  position: absolute;
  left: calc(50% - 360px);
  bottom: 58px;
  width: 300px;
  display: grid;
  gap: 12px;
}

.menu-actions a,
.menu-actions button {
  height: 56px;
  border: 1px solid var(--white);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-action-dark {
  background: transparent;
  color: var(--white);
}

.menu-footer {
  position: absolute;
  left: 70px;
  bottom: 38px;
  right: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
}

.menu-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.privacy-link {
  position: absolute;
  right: 150px;
  bottom: 78px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
}

.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
  background: #050505;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
  transition: opacity .5s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--hero-shift, 0px), 0);
  will-change: transform;
}

.hero-bg-campaign {
  object-position: center 48%;
  filter: saturate(1.05) contrast(1.04);
}

.hero-bg-pulse {
  object-position: center 54%;
  filter: saturate(1.04) contrast(1.02);
}

.hero-bg-focus {
  object-position: center 52%;
  filter: saturate(1.03) contrast(1.03);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .08) 55%, rgba(0, 0, 0, .26));
  pointer-events: none;
}

.hero-slide-campaign::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .02) 58%, rgba(0, 0, 0, .12));
}

.hero-campaign-layer {
  position: absolute;
  top: 0;
  left: -.32vw;
  z-index: 3;
  width: 106.15vw;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.hero-campaign-layer,
.hero-copy {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition:
    opacity .82s cubic-bezier(.22, .61, .36, 1),
    transform .82s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

.hero-campaign-copy {
  position: absolute;
  z-index: 3;
  left: 7.35%;
  top: 30.3%;
  width: min(780px, 52vw);
  color: var(--white);
  text-shadow: 0 4px 0 rgba(0, 0, 0, .72);
}

.hero-wordmark {
  margin-bottom: 34px;
  font-family: "Avenir Heavy2", "Poppins", sans-serif;
  font-size: clamp(34px, 3.1vw, 59px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-campaign-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 9vw, 170px);
  line-height: .66;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-campaign-copy h1 span {
  display: block;
}

.hero-campaign-copy h1 em {
  display: block;
  margin-left: clamp(245px, 21vw, 405px);
  font-size: clamp(36px, 4.2vw, 80px);
  line-height: .85;
  font-style: italic;
  white-space: nowrap;
}

.hero-campaign-copy p {
  margin: 36px 0 0;
  color: rgba(255, 255, 255, .82);
  font-family: "Avenir Heavy2", "Poppins", sans-serif;
  font-size: clamp(16px, 1.6vw, 31px);
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: none;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 28%;
  max-width: 640px;
}

.hero-copy-right {
  left: auto;
  right: 9%;
  text-align: right;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Avenir Book", "Poppins", sans-serif;
  font-size: clamp(72px, 6.1vw, 112px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--white);
}

.hero-copy p {
  display: inline-block;
  margin: 18px 0 0 44%;
  padding: 3px 15px;
  background: #ef5c9d;
  color: var(--white);
  font-family: "Avenir Book", "Poppins", sans-serif;
  font-size: clamp(18px, 1.55vw, 30px);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-copy-right p {
  margin-left: 0;
}

.hero-buttons {
  position: absolute;
  z-index: 4;
  left: 7.9%;
  bottom: 253px;
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  transition: opacity .55s ease .24s;
  will-change: opacity;
}

.hero-slide:nth-child(2) .hero-buttons,
.hero-slide:nth-child(3) .hero-buttons {
  left: 7.13%;
  bottom: 179px;
}

.hero-buttons button,
.hero-buttons a {
  min-width: 210px;
  height: 61px;
  border: 1px solid var(--white);
  border-radius: 7px;
  background: transparent;
  color: var(--white);
  display: block;
  padding: 0 42px;
  font-family: "Poppins", "Avenir Medium", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  letter-spacing: .992188px;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  white-space: nowrap;
}

.hero-buttons button:first-child,
.hero-buttons a:first-child {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.hero-slide:nth-child(2) .hero-buttons button:first-child,
.hero-slide:nth-child(2) .hero-buttons a:first-child,
.hero-slide:nth-child(3) .hero-buttons button:first-child,
.hero-slide:nth-child(3) .hero-buttons a:first-child {
  background: rgba(255, 255, 255, .49);
  color: rgb(26, 26, 26);
  border-color: rgba(255, 255, 255, .72);
}

.hero-buttons > *:nth-child(2) {
  min-width: 241px;
}

.hero-buttons > * + * {
  margin-left: 0;
}

.hero-slide.active.hero-enter .hero-campaign-layer,
.hero-slide.active.hero-enter .hero-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-slide.active.hero-enter .hero-buttons {
  opacity: 1;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  left: 38px;
  bottom: 151px;
  width: 119px;
  height: 49px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.scroll-cue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / contain no-repeat url("assets/scroll-down-original.svg");
  transform: none;
  border: 0;
}

.scroll-cue {
  padding: 0;
}

.hero-line {
  position: absolute;
  z-index: 5;
  left: 15.2%;
  bottom: 161px;
  width: 207px;
  height: 12px;
  background: center / contain no-repeat url("assets/transform-your-life-original.svg");
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.hero-count {
  position: absolute;
  z-index: 5;
  right: 232px;
  bottom: 160px;
  display: flex;
  gap: 4px;
  color: var(--white);
  font-size: 13px;
}

.hero-arrows {
  position: absolute;
  z-index: 5;
  right: 40px;
  bottom: 158px;
  display: flex;
}

.hero-arrows button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}

.hero-arrows button:first-child {
  border-radius: 35px 0 0 35px;
  border-right: 0;
}

.hero-arrows button:last-child {
  border-radius: 0 35px 35px 0;
}

.hero-arrows svg {
  width: 22px;
  height: 22px;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 170px;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.hero-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e5e5e5;
}

.hero-dots button.active {
  background: var(--white);
}

.hero-help {
  position: absolute;
  right: 24px;
  bottom: 111px;
  z-index: 12;
  min-width: 206px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 6px 6px 0 6px;
  background: rgba(255, 255, 255, .94);
  color: #161943;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

.hero-widget {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 12;
  width: 40px;
  height: 48px;
  border: 0;
  border-radius: 7px 0 0 7px;
  background: rgba(60, 60, 60, .88);
  color: var(--signal);
}

.hero-widget span,
.hero-widget span::before,
.hero-widget span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.hero-widget span::before {
  transform: translate(-50%, -50%) rotate(60deg);
}

.hero-widget span::after {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.opening-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: var(--crays-blue);
  color: var(--white);
  font-family: "Avenir Book", sans-serif;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 2.5px;
  box-shadow: 0 -14px 42px rgba(0, 0, 0, .08);
}

.opening-copy {
  width: auto;
  height: 27px;
  margin: 0 27px 0 0;
  font-family: "Avenir Heavy", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  letter-spacing: 2.5px !important;
  text-transform: none;
  font-synthesis: none;
  white-space: nowrap;
}

.opening-time {
  display: block;
  height: 54px;
  font-family: "Avenir Book", sans-serif;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 2.5px;
}

.opening-time span {
  display: inline-flex;
  height: 54px;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  margin: 0 8px 0 0;
  color: rgba(255, 255, 255, .72);
}

.opening-time strong {
  font-family: "Avenir LT W04_95 Black1475560", "Avenir Heavy2", "Poppins", sans-serif;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--white);
  margin: 0 4px;
}

.opening-time em {
  display: block;
  font-family: "Avenir Medium", "Avenir Book", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

.round-action {
  position: absolute;
  top: -18px;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.fingerprint-action {
  left: 40px;
}

.fingerprint-action::before,
.fingerprint-action::after {
  content: "";
  position: absolute;
}

.fingerprint-action::before {
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M20 5.9c7.5 0 13.6 5.9 13.9 13.1' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M6.4 21.2C5.9 13.4 12.1 7.1 20 7.1c5.8 0 10.8 3.7 12.8 8.8' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M8.3 25.1c-1.7-6.8 1.7-13.9 8.5-16.1 6.7-2.1 13.8 1.4 15.9 8.1.4 1.3.6 2.8.6 4.4' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M11.2 28.7c-2.3-5.1-2-12.4 2.6-16 4.6-3.6 11.5-2.5 14.6 2.4 2.3 3.7 1.7 8.4.7 11.7' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M14.8 31.1c-2.5-5-2.9-12.8.9-15.8 3.2-2.5 8.6-1.8 10.8 2.1 1.9 3.5.8 8.9-.4 12.2' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M18.7 32.8c-2.2-4.9-3.1-11.7-.3-13.8 1.7-1.3 4.7-.8 5.8 1.1 1.3 2.3.5 7.4-.8 11.2' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3Cpath d='M22.6 33.1c1.4-3.8 2.7-10.4.6-12-1.1-.8-2.7-.4-3.3.8-1.2 2.3-.3 7.5 1.5 11' stroke='white' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
}

.fingerprint-action::after {
  display: none;
}

.chat-action {
  top: -18px;
  right: 24px;
  width: 80px;
  height: 80px;
}

.chat-action::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("assets/icon-melibo-chat.png");
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
}

.chat-action::after {
  display: none;
}

.newsfeed {
  background: #1a1a1a;
}

.news-grid {
  width: min(1440px, calc(100vw - 96px));
  min-height: 2807px;
  margin: 0 auto;
  padding: 50px 45px 110px 30px;
  display: grid;
  grid-template-columns: 440px 425px 425px;
  column-gap: 45px;
  align-items: start;
  position: relative;
}

.intro-copy {
  grid-column: 1;
  padding-top: 96px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .intro-copy {
    position: sticky;
    top: 0;
  }
}

.intro-copy h2 {
  margin: 0 0 11px;
  padding-left: 7px;
  padding-bottom: 10px;
  color: var(--white);
  font-family: "Avenir Medium", "Avenir Book", Arial, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .6px;
}

.intro-copy h3 {
  margin: 0 0 60px;
  color: var(--white);
  font-family: "Avenir LT W04_95 Black1475560", "Avenir Heavy2", "Poppins", Arial, sans-serif;
  font-size: 60px;
  line-height: 48px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.1px;
}

.intro-copy h3 span {
  color: var(--white);
}

.intro-copy p {
  margin: 15px 0 0;
  color: #d8d8d8;
  font-family: "Avenir Book", Arial, sans-serif;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}

.news-cards {
  grid-column: 2 / 4;
  position: relative;
  height: 2601px;
  margin-top: 96px;
}

.news-card {
  position: absolute;
  width: 425px;
  margin: 0;
  padding-bottom: 60px;
  color: #d8d8d8;
}

.news-card:nth-child(1) {
  left: 0;
  top: 0;
}

.news-card:nth-child(2) {
  left: 455px;
  top: 150px;
}

.news-card:nth-child(3) {
  left: 0;
  top: 861px;
}

.news-card:nth-child(4) {
  left: 455px;
  top: 1011px;
}

.news-card:nth-child(5) {
  left: 0;
  top: 1776px;
}

.news-card-main {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-card img {
  display: block;
  width: 425px;
  height: 495px;
  object-fit: cover;
  border-radius: 15px;
}

.news-card h4 {
  margin: 16px 0 24px;
  color: #d8d8d8;
  font-family: "Avenir Book", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2.5px;
}

.news-card p {
  margin: 15px 0 35px;
  color: #d8d8d8;
  font-family: "Avenir Light Oblique", "Avenir Book", Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 27px;
  letter-spacing: 0;
}

.news-read-more {
  position: relative;
  min-width: 122px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  border: 1px solid var(--white);
  border-radius: 7px;
  color: var(--white);
  overflow: hidden;
  font-family: "Avenir Medium", "Avenir Book", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.1px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
  z-index: 0;
}

.news-read-more::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: var(--white);
  transform: translateX(-102%);
  transition: transform .24s ease;
  z-index: -1;
}

.news-read-more:hover {
  border-color: transparent;
  color: var(--black);
  transform: scale(1.05);
}

.news-read-more:hover::before {
  transform: translateX(0);
}

.logo-section,
.label-band {
  background: var(--soft);
  color: var(--ink);
}

.logo-container {
  width: min(1440px, calc(100vw - 96px));
  min-height: 372px;
  margin: 0 auto;
  padding: 70px 0 30px;
  text-align: center;
}

.logo-container h2 {
  margin: 0;
  color: var(--ink);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.12;
}

.logo-container h2.muted {
  color: #c0c0c0;
}

.logo-pill {
  width: min(502px, 100%);
  min-height: 44px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 30px;
  border-radius: 12px;
  background: rgba(217, 217, 217, .3);
  overflow: hidden;
}

.logo-pill span {
  white-space: nowrap;
  font-size: 14px;
}

.logo-rail {
  display: flex;
  gap: 24px;
  white-space: nowrap;
}

.logo-rail b {
  color: #242424;
  font-size: 14px;
  font-weight: 900;
}

.press-rail b:nth-child(1) {
  font-size: 26px;
  line-height: 1;
}

.press-rail b:nth-child(2) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
}

.press-rail b:nth-child(3) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1;
}

.press-rail b:nth-child(4) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
}

.label-container {
  width: min(var(--container), calc(100vw - 96px));
  min-height: 551px;
  margin: 0 auto;
  padding: 104px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.label-card {
  overflow: hidden;
  border-radius: 15px;
}

.label-card a {
  display: block;
  color: var(--black);
}

.label-card img {
  width: 100%;
  aspect-ratio: 1 / .99;
  object-fit: cover;
  border-radius: 15px;
  transition: transform .4s ease;
}

.label-card h3 {
  margin: 12px 0 0;
  padding: 0 12px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  transition: color .3s ease;
}

.label-card:hover img {
  transform: scale(1.01);
}

.label-move:hover h3 { color: var(--red); }
.label-focus:hover h3 { color: var(--gold); }
.label-pulse:hover h3 { color: var(--pink); }
.label-recover:hover h3 { color: var(--cream); }

.white-block {
  width: 100%;
  display: table;
  background: var(--white);
  color: var(--black);
}

.max-row {
  width: min(1980px, 100%);
  min-height: 316px;
  margin: 0 auto 9px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: center;
  background: var(--white);
}

.max-row.reverse {
  min-height: 392px;
  grid-template-columns: 7fr 5fr;
}

.row-copy {
  padding: 60px clamp(34px, 6vw, 75px);
}

.row-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .96;
  font-weight: 900;
}

.row-copy p {
  max-width: 374px;
  margin: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 1.72;
}

.outline-button {
  width: 240px;
  height: 59px;
  margin-top: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row-media {
  height: 100%;
  min-height: 316px;
  overflow: hidden;
  border-radius: 15px;
}

.max-row.reverse .row-media {
  min-height: 392px;
}

.row-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.impressions {
  background: var(--black-2);
}

.impression-container {
  width: min(var(--container), calc(100vw - 96px));
  min-height: 888px;
  margin: 0 auto;
  padding: 150px 0 100px;
  text-align: center;
}

.impression-container h2 {
  margin: 0 0 76px;
  color: var(--white);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.impression-stage {
  width: 100%;
  overflow: hidden;
}

.impression-track {
  display: flex;
  gap: 30px;
  transition: transform .45s var(--ease);
  will-change: transform;
}

.impression-slide {
  flex: 0 0 min(672px, 72vw);
  padding: 15px;
}

.impression-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
}

.impression-caption {
  margin: 20px 0 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.impression-dots {
  margin-top: 46px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.impression-dots button {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  position: relative;
}

.impression-dots button::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: #a0a0a0;
}

.impression-dots button.active::before {
  background: var(--white);
}

.site-footer {
  background: var(--black-2);
  color: var(--white);
}

.social-strip {
  min-height: 816px;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  text-align: center;
}

.marquee {
  position: absolute;
  left: 0;
  width: 220%;
  color: rgba(255, 255, 255, .08);
  font-family: "Krona One", sans-serif;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1;
  white-space: nowrap;
}

.marquee-left {
  top: 100px;
  animation: marqueeLeft 24s linear infinite;
}

.marquee-right {
  top: 162px;
  animation: marqueeRight 28s linear infinite;
}

@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.social-strip p {
  margin: 245px 0 20px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.social-handle {
  display: inline-block;
  margin-bottom: 60px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}

.social-grid img {
  width: 100%;
  aspect-ratio: 253 / 188;
  object-fit: cover;
}

.footer-main {
  width: min(var(--container), calc(100vw - 96px));
  min-height: 887px;
  margin: 0 auto;
  padding: 80px 0 120px;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.2fr;
  gap: 60px;
}

.footer-column h3 {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 900;
}

.footer-column a {
  display: block;
  margin-bottom: 15px;
  color: #d8d8d8;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 500;
}

.footer-column a:hover {
  color: var(--red);
}

.language-row {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}

.language-row a {
  margin: 0;
}

.footer-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: 20px;
  align-content: start;
  padding-top: 42px;
}

.footer-badges span {
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, .26);
  display: grid;
  place-items: center;
  color: var(--white);
  text-align: center;
  font-family: "Krona One", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.promo-panel {
  display: none;
  position: fixed;
  right: 8px;
  bottom: 10px;
  z-index: 60;
  width: min(366px, calc(100vw - 32px));
  min-height: 88px;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .24);
  transition: opacity .25s ease, transform .25s ease;
}

.promo-panel.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
}

.promo-panel button {
  position: absolute;
  right: 0;
  top: -64px;
  width: 86px;
  height: 64px;
  border: 0;
  background: rgba(17, 17, 17, .92);
  color: var(--white);
  font-size: 30px;
}

.promo-panel img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.promo-panel strong,
.promo-panel span {
  display: block;
  padding: 0 16px;
}

.promo-panel strong {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 900;
}

.promo-panel span {
  margin: 4px 0 16px;
  color: #555;
  font-size: 12px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 88;
  background: rgba(0, 0, 0, .46);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.drawer-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.member-drawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
  width: min(480px, 100vw);
  height: 100vh;
  background: var(--white);
  color: var(--black);
  transform: translateX(100%);
  transition: transform .34s var(--ease);
  box-shadow: -20px 0 70px rgba(0, 0, 0, .25);
}

.member-drawer.active {
  transform: translateX(0);
}

.drawer-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--black);
  font-size: 30px;
  line-height: 1;
}

.drawer-body {
  height: 100%;
  overflow-y: auto;
  padding: 78px 24px 40px;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

.stepper li {
  color: #aaa;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.stepper li::before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 8px;
  background: #ddd;
}

.stepper li.active {
  color: var(--red);
}

.stepper li.active::before {
  background: var(--red);
}

.stepper span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #555;
}

.drawer-step {
  display: none;
}

.drawer-step.active {
  display: block;
}

.drawer-step h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.drawer-step p {
  margin: 0 0 28px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.5;
}

.drawer-search {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 16px;
  outline: 0;
  font-size: 15px;
  margin-bottom: 38px;
}

.club-list {
  display: grid;
  gap: 12px;
}

.club-card {
  width: 100%;
  min-height: 79px;
  border: 1px solid #e7e7e7;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  text-align: left;
  color: var(--black);
}

.club-card strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-card span {
  display: block;
  margin-top: 6px;
  color: #626262;
  font-size: 15px;
}

.club-card em {
  color: var(--red);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.club-card:hover,
.club-card.selected {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.club-card:hover span,
.club-card.selected span {
  color: #d8d8d8;
}

.drawer-options,
.plan-list {
  display: grid;
  gap: 14px;
}

.drawer-options button,
.plan-card,
.drawer-next {
  min-height: 58px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  color: var(--black);
  padding: 0 18px;
  text-align: left;
  font-weight: 800;
}

.drawer-options button.active,
.plan-card.active,
.drawer-options button:hover,
.plan-card:hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.plan-card {
  min-height: 112px;
}

.plan-card strong,
.plan-card span {
  display: block;
}

.plan-card strong {
  font-size: 18px;
}

.plan-card span {
  margin-top: 8px;
  color: inherit;
  opacity: .75;
}

.drawer-next {
  width: 100%;
  margin-top: 26px;
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  text-align: center;
  text-transform: uppercase;
}

.member-form {
  display: grid;
  gap: 16px;
}

.member-form label {
  display: grid;
  gap: 8px;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 800;
}

.member-form input {
  height: 52px;
  border: 1px solid #ddd;
  padding: 0 14px;
  outline: 0;
}

.summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #f5f5f5;
}

.summary p {
  margin: 0;
}

@media (max-width: 1180px) {
  .brand {
    left: 40px;
  }

  .header-nav {
    right: 40px;
    top: 7px;
    width: 160px;
    height: 60px;
  }

  .login-button,
  .member-button {
    display: none;
  }

  .search-trigger {
    left: 0;
    top: 7px;
  }

  .menu-trigger {
    left: 68px;
    top: 0;
  }

  .news-grid {
    width: min(960px, calc(100vw - 48px));
    min-height: auto;
    padding: 50px 24px 110px;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    position: relative;
    top: auto;
    max-width: 440px;
  }

  .news-cards {
    grid-column: 1;
    height: auto;
    min-height: 0;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 30px;
  }

  .news-card,
  .news-card:nth-child(1),
  .news-card:nth-child(2),
  .news-card:nth-child(3),
  .news-card:nth-child(4),
  .news-card:nth-child(5) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-bottom: 0;
  }

  .news-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 425 / 495;
  }

  .menu-small {
    left: 70px;
  }
}

@media (max-width: 767px) {
  :root {
    --header: 66px;
  }

  .site-header {
    height: var(--header);
  }

  .brand {
    left: 20px;
    width: 142px;
  }

  .header-nav {
    right: 18px;
    top: 3px;
    width: 150px;
    height: 60px;
  }

  .search-trigger {
    left: 0;
    top: 10px;
    margin-right: 2px;
  }

  .menu-trigger {
    left: 72px;
    top: 0;
    width: 72px;
  }

  .menu-copy {
    width: 72px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hamburger {
    right: -4px;
  }

  .search-box {
    left: 20px;
    top: 76px;
    width: calc(100vw - 40px);
  }

  .search-layer {
    height: 380px;
  }

  .search-layer.active {
    transform: translateY(620px);
  }

  .search-close {
    right: 20px;
  }

  .menu-small,
  .menu-actions {
    display: none;
  }

  .menu-large {
    left: 20px;
    right: 20px;
    top: 92px;
    width: auto;
    min-height: 0;
    padding: 34px 26px;
  }

  .menu-large a,
  .menu-large button {
    min-height: 48px;
    font-size: 22px;
  }

  .menu-footer {
    left: 20px;
    right: 20px;
    bottom: 26px;
    display: block;
    font-size: 11px;
  }

  .menu-footer nav {
    margin-top: 16px;
  }

  .privacy-link {
    right: 20px;
    bottom: 82px;
  }

  .hero-slider {
    min-height: 850px;
    height: 100vh;
  }

  .hero-bg,
  .hero-campaign-layer {
    object-position: center;
  }

  .hero-copy {
    left: 20px;
    right: 20px;
    top: 138px;
    max-width: none;
  }

  .hero-copy-right {
    left: 20px;
    right: 20px;
    text-align: left;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-buttons,
  .hero-slide:nth-child(2) .hero-buttons,
  .hero-slide:nth-child(3) .hero-buttons {
    left: 50%;
    bottom: 124px;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    justify-content: center;
  }

  .hero-buttons button,
  .hero-buttons a {
    min-width: 0;
    width: 50%;
    height: 56px;
    font-size: 10px;
  }

  .hero-line {
    display: none;
  }

  .hero-count {
    display: none;
  }

  .hero-arrows {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .hero-dots {
    bottom: 100px;
  }

  .hero-help {
    right: 14px;
    bottom: 92px;
    min-width: 174px;
    height: 42px;
    font-size: 14px;
  }

  .hero-widget {
    top: 38%;
  }

  .opening-bar {
    height: 76px;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 4px;
    padding: 8px 76px;
    text-align: center;
  }

  .opening-copy,
  .opening-time {
    grid-column: 1;
  }

  .opening-copy {
    font-size: 9px;
    letter-spacing: 2px;
    white-space: normal;
  }

  .opening-time {
    gap: 10px;
  }

  .opening-time strong {
    font-size: 22px;
  }

  .opening-time em {
    font-size: 7px;
  }

  .round-action {
    top: -19px;
    width: 58px;
    height: 58px;
  }

  .fingerprint-action {
    left: 14px;
  }

  .chat-action {
    right: 14px;
  }

  .news-grid {
    width: calc(100vw - 40px);
    min-height: 0;
    padding: 60px 0 80px;
    display: block;
  }

  .intro-copy {
    padding-top: 10px;
    padding-right: 0;
  }

  .intro-copy h3 {
    max-width: 280px;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 36px;
  }

  .intro-copy p {
    display: none;
  }

  .news-cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0 20% 0 0;
  }

  .news-card,
  .news-card:nth-child(2),
  .news-card:nth-child(3),
  .news-card:nth-child(4),
  .news-card:nth-child(5) {
    flex: 0 0 80%;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    padding-bottom: 0;
    scroll-snap-align: start;
  }

  .news-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 425 / 495;
  }

  .news-card img,
  .label-card img,
  .row-media,
  .row-media img,
  .impression-slide img {
    border-radius: 10px;
  }

  .logo-container {
    width: calc(100vw - 40px);
    padding: 70px 0 30px;
  }

  .logo-container h2 {
    font-size: 30px;
  }

  .logo-pill {
    flex-direction: column;
    align-items: center;
    padding: 16px 20px;
  }

  .label-container {
    width: calc(100vw - 40px);
    min-height: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0;
    gap: 16px 10px;
  }

  .label-card h3 {
    font-size: 16px;
    line-height: 1.15;
  }

  .white-block {
    background: #262626;
    color: var(--white);
  }

  .max-row,
  .max-row.reverse {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 0;
    padding: 60px 20px;
    background: #262626;
  }

  .max-row.reverse .row-media {
    order: 2;
  }

  .row-copy {
    width: 100%;
    padding: 0 0 50px;
  }

  .row-copy h2,
  .row-copy p {
    color: var(--white);
  }

  .row-copy p {
    max-width: none;
  }

  .outline-button {
    margin: 40px auto 0;
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
  }

  .row-media,
  .max-row.reverse .row-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .impression-container {
    width: calc(100vw - 40px);
    min-height: 660px;
    padding: 86px 0 80px;
  }

  .impression-container h2 {
    margin-bottom: 44px;
  }

  .impression-slide {
    flex-basis: 88vw;
    padding: 8px;
  }

  .social-strip {
    min-height: 620px;
  }

  .social-strip p {
    margin-top: 200px;
    padding: 0 20px;
  }

  .social-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-right: 20%;
  }

  .social-grid img {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .footer-main {
    width: calc(100vw - 40px);
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 70px 0 100px;
    gap: 42px;
  }

  .footer-column a {
    font-size: 22px;
  }

  .footer-badges {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .promo-panel {
    width: calc(100vw - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
