:root {
  color-scheme: dark;
  --ink-strong: #061117;
  --ink: #09161d;
  --ink-soft: #12242b;
  --sand: #f3eadb;
  --sand-deep: #dcc7ab;
  --sand-line: rgba(232, 220, 202, 0.16);
  --mist: #aebec0;
  --teal: #6f928d;
  --gold: #b99967;
  --shadow: rgba(0, 0, 0, 0.24);
  --content-width: min(1180px, calc(100vw - 2rem));
  --section-gap: clamp(4.5rem, 7vw, 8rem);
  background: var(--ink-strong);
  color: var(--sand);
  font-family: "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background:
    radial-gradient(circle at top, rgba(91, 134, 145, 0.14), transparent 30%),
    linear-gradient(180deg, #071218 0%, #08141b 28%, #0b171e 55%, #efe4d3 55%, #f4ecdf 100%);
  color: var(--sand);
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.landing-page {
  min-height: 100svh;
}

.eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(245, 238, 225, 0.76);
}

.eyebrow--soft {
  color: rgba(245, 238, 225, 0.6);
}

.eyebrow--dark {
  color: rgba(9, 22, 29, 0.58);
}

.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--ink-strong);
  text-wrap: balance;
}

.section-title--medium {
  font-size: clamp(2.2rem, 4vw, 4.1rem);
}

.section-note {
  margin: 0;
  max-width: 30rem;
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(9, 22, 29, 0.72);
}

.page-shell {
  position: relative;
  z-index: 1;
}

.section {
  width: var(--content-width);
  margin: 0 auto;
  padding: var(--section-gap) 0;
}

.section__head {
  display: grid;
  gap: 1rem;
}

.section__head--row {
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.9fr);
  align-items: end;
}

.text-link,
.button-link,
.contact-chip,
.link-stack a,
.site-footer__links a,
.site-chrome__nav a,
.site-chrome__mark,
.bausa-hero__action {
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.site-chrome {
  position: absolute;
  top: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(0.8rem);
}

.site-chrome__mark {
  font-size: 0.82rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.82);
}

.site-chrome__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.4rem;
}

.site-chrome__nav a {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.68);
}

.site-chrome__mark:hover,
.site-chrome__mark:focus-visible,
.site-chrome__nav a:hover,
.site-chrome__nav a:focus-visible {
  color: #fff6ea;
}

.bausa-hero {
  --logo-hold: 1320ms;
  --logo-duration: 4200ms;
  --logo-ease: cubic-bezier(0.3, 0.06, 0.12, 1);
  --logo-reveal-delay: 120ms;
  --logo-reveal-duration: 1100ms;
  --logo-reveal-ease: cubic-bezier(0.2, 0.82, 0.2, 1);
  --split-the-x: max(108vw, 44rem);
  --split-the-y: calc(-1 * clamp(0.2rem, 0.55vw, 0.45rem));
  --split-bausa-x: calc(-1 * max(108vw, 44rem));
  --split-bausa-y: clamp(0.2rem, 0.55vw, 0.45rem);
  --the-clip: 0 0 66% 0;
  --bausa-clip: 36% 0 0 0;
  --media-delay: calc(var(--logo-hold) + 420ms);
  --media-duration: 1500ms;
  --cta-delay: calc(var(--media-delay) + 1120ms);
  --cta-duration: 920ms;
  position: relative;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 18%, rgba(250, 241, 218, 0.08), transparent 24%),
    linear-gradient(180deg, #04090d 0%, #08111a 58%, #060b10 100%);
}

.bausa-hero__media,
.bausa-hero__intro,
.bausa-hero__content {
  position: absolute;
  inset: 0;
}

.bausa-hero__media {
  z-index: 1;
  opacity: 0;
}

.bausa-hero__overlay {
  position: absolute;
  inset: 0;
}

.bausa-hero__video {
  opacity: 0;
  transition: opacity 420ms ease;
}

.bausa-hero.is-video-ready .bausa-hero__video {
  opacity: 1;
}

.bausa-hero__fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Portrait phones: zoom the scene in a touch. The critical content spans
   x 270-885 / y 730-1195 of the 940x1672 asset; on a 19.5:9 phone the
   cover-crop shows a 772px-wide window, so 1.15x is the ceiling before
   the fountain or the seated guy's shoe gets cut. The right-shifted
   object-position + origin keep the fountain's right edge in frame and
   let the trim eat sky (the extended filler) instead of the scene. */
@media (orientation: portrait) and (max-width: 820px) {
  .bausa-hero__fill {
    object-position: 100% bottom;
    transform: scale(1.22);
    transform-origin: 71% 86%;
  }
}

.bausa-hero__overlay {
  z-index: 4;
  pointer-events: none;
}

.bausa-hero__overlay--gradient {
  background:
    linear-gradient(180deg, rgba(4, 9, 13, 0.78) 0%, rgba(4, 9, 13, 0.22) 24%, rgba(5, 12, 18, 0.1) 52%, rgba(3, 7, 11, 0.72) 100%),
    linear-gradient(90deg, rgba(3, 7, 11, 0.56) 0%, rgba(3, 7, 11, 0.12) 28%, rgba(3, 7, 11, 0) 52%);
}

.bausa-hero__overlay--grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='%23ffffff' fill-opacity='.06'%3E%3Ccircle cx='14' cy='19' r='1'/%3E%3Ccircle cx='63' cy='47' r='1'/%3E%3Ccircle cx='127' cy='24' r='1'/%3E%3Ccircle cx='165' cy='68' r='1'/%3E%3Ccircle cx='21' cy='109' r='1'/%3E%3Ccircle cx='88' cy='96' r='1'/%3E%3Ccircle cx='145' cy='121' r='1'/%3E%3Ccircle cx='49' cy='157' r='1'/%3E%3Ccircle cx='115' cy='167' r='1'/%3E%3Ccircle cx='174' cy='154' r='1'/%3E%3C/g%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.bausa-hero__intro {
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 3rem 1.25rem;
  pointer-events: none;
}

.bausa-hero__lockup {
  position: relative;
  width: min(78vw, 64rem);
  aspect-ratio: 13660 / 7680;
  opacity: 0;
  transform: translateY(-1.5vh);
}

.bausa-hero__logo-layer {
  position: absolute;
  inset: 0;
  will-change: transform, opacity;
}

.bausa-hero__logo-layer--the {
  clip-path: inset(var(--the-clip));
}

.bausa-hero__logo-layer--bausa {
  clip-path: inset(var(--bausa-clip));
}

.bausa-hero--split-assets .bausa-hero__logo-layer {
  clip-path: none;
}

.bausa-hero__logo-asset {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
}

.bausa-hero__content {
  z-index: 6;
  width: 100%;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.bausa-hero__lower {
  position: absolute;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 22rem);
  align-items: end;
  gap: 2rem;
  pointer-events: none;
}

.bausa-hero__copy,
.bausa-hero__aside {
  pointer-events: auto;
}

.bausa-hero__copy {
  max-width: 31rem;
  opacity: 0;
  transform: translateY(0.8rem);
}

.bausa-hero__lede {
  margin: 1rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgba(247, 241, 230, 0.92);
  text-wrap: balance;
}

.bausa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  max-width: 36rem;
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(0.9rem);
}

.bausa-hero__action {
  position: relative;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(247, 240, 228, 0.94);
  padding-bottom: 0.55rem;
}

.bausa-hero__action::after,
.text-link::after,
.site-footer__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  transform-origin: left center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.bausa-hero__action:hover::after,
.bausa-hero__action:focus-visible::after,
.text-link:hover::after,
.text-link:focus-visible::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after {
  opacity: 0.84;
  transform: scaleX(1.03);
}

.bausa-hero__action:hover,
.bausa-hero__action:focus-visible {
  opacity: 0.76;
}

.bausa-hero__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 1.2rem;
  opacity: 0;
  transform: translateY(0.9rem);
}

.bausa-hero__socials a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.52);
  transition: color 220ms ease;
}

.bausa-hero__socials a:hover,
.bausa-hero__socials a:focus-visible {
  color: rgba(243, 234, 219, 0.88);
}

.bausa-hero__aside {
  padding: 1.2rem 1.2rem 1.1rem;
  border: 1px solid rgba(239, 226, 207, 0.14);
  background: linear-gradient(180deg, rgba(8, 21, 28, 0.62), rgba(9, 18, 24, 0.36));
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(0.8rem);
}

.bausa-hero__aside-city {
  margin: 0.4rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.94;
  color: #f6eddf;
}

.bausa-hero__aside-meta {
  margin: 0.5rem 0 1rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(244, 237, 225, 0.7);
}

.text-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f7e7cf;
}

.bausa-hero.is-playing .bausa-hero__lockup {
  animation: lockup-reveal var(--logo-reveal-duration) var(--logo-reveal-ease) var(--logo-reveal-delay) forwards;
}

.bausa-hero.is-playing .bausa-hero__logo-layer--the {
  animation: split-the var(--logo-duration) var(--logo-ease) var(--logo-hold) forwards;
}

.bausa-hero.is-playing .bausa-hero__logo-layer--bausa {
  animation: split-bausa var(--logo-duration) var(--logo-ease) var(--logo-hold) forwards;
}

.bausa-hero.is-playing .bausa-hero__media {
  animation: media-reveal var(--media-duration) cubic-bezier(0.2, 0.7, 0.2, 1) var(--media-delay) forwards;
}

/* Returning within a session skips the intro; a short fade keeps the
   landing from snapping in abruptly. */
.bausa-hero.is-returning .bausa-hero__media {
  animation: media-reveal 640ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.bausa-hero.is-returning .site-chrome,
.bausa-hero.is-returning .bausa-hero__copy,
.bausa-hero.is-returning .bausa-hero__aside,
.bausa-hero.is-returning .bausa-hero__actions,
.bausa-hero.is-returning .bausa-hero__socials {
  animation: content-reveal 560ms cubic-bezier(0.18, 0.8, 0.22, 1) 140ms both;
}

.bausa-hero.is-playing .site-chrome,
.bausa-hero.is-playing .bausa-hero__copy,
.bausa-hero.is-playing .bausa-hero__aside {
  animation: content-reveal 980ms cubic-bezier(0.18, 0.8, 0.22, 1) calc(var(--media-delay) + 820ms) forwards;
}

.bausa-hero.is-playing .bausa-hero__actions,
.bausa-hero.is-playing .bausa-hero__socials {
  animation: cta-reveal var(--cta-duration) cubic-bezier(0.2, 0.78, 0.18, 1) var(--cta-delay) forwards;
}

.bausa-hero.is-complete .bausa-hero__media,
.bausa-hero.is-static .bausa-hero__media {
  opacity: 1;
}

.bausa-hero.is-complete .site-chrome,
.bausa-hero.is-static .site-chrome,
.bausa-hero.is-complete .bausa-hero__copy,
.bausa-hero.is-static .bausa-hero__copy,
.bausa-hero.is-complete .bausa-hero__aside,
.bausa-hero.is-static .bausa-hero__aside {
  opacity: 1;
  transform: translateY(0);
}

.bausa-hero.is-complete .bausa-hero__actions,
.bausa-hero.is-static .bausa-hero__actions,
.bausa-hero.is-complete .bausa-hero__socials,
.bausa-hero.is-static .bausa-hero__socials {
  opacity: 1;
  transform: translateY(0);
}

.bausa-hero.is-static .bausa-hero__video {
  display: none;
}

.bausa-hero.is-static .bausa-hero__intro {
  opacity: 0;
}

.bausa-hero.is-static .bausa-hero__content {
  padding-top: 6rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: 2.4rem;
}

.intro-grid__body {
  display: grid;
  gap: 1.35rem;
  padding-top: 0.35rem;
}

.intro-grid__body p,
.booking-banner__text,
.feature-panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.95;
  color: rgba(9, 22, 29, 0.8);
}

.editorial-card {
  margin: 0;
  border: 1px solid rgba(9, 22, 29, 0.08);
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 70px rgba(18, 33, 43, 0.08);
  overflow: hidden;
}

.editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-card figcaption {
  padding: 1rem 1.1rem 1.05rem;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(9, 22, 29, 0.54);
}

.editorial-card--portrait {
  align-self: start;
}

.section--gallery {
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.editorial-card--wide {
  grid-column: span 7;
}

.editorial-card--square {
  grid-column: span 5;
}

.editorial-card--tall {
  grid-column: span 7;
}

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

.tour-stage {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(4.5rem, 8vw, 7rem);
}

.tour-stage__inner {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
}

.tour-heading {
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--sand);
}

.tour-dates {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sand-line);
}

.tour-dates__item {
  border-bottom: 1px solid var(--sand-line);
}

.tour-dates__empty {
  padding: clamp(1.4rem, 3vw, 2rem) 0.25rem;
  border-bottom: 1px solid var(--sand-line);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  color: rgba(243, 234, 219, 0.75);
}

.js .tour-dates__item {
  opacity: 0;
  transform: translateY(1.3rem);
  transition:
    opacity 640ms ease var(--reveal-delay, 0ms),
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.js .tour-dates__item.is-in {
  opacity: 1;
  transform: none;
}

.tour-date {
  display: grid;
  grid-template-columns: clamp(4.2rem, 8vw, 7rem) minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.4rem 1.5rem;
  padding: clamp(1.05rem, 2.4vw, 1.55rem) 0.25rem;
  transition: opacity 300ms ease;
}

.tour-date:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 6px;
}

.tour-date__when {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  color: rgba(243, 234, 219, 0.58);
}

.tour-date__city {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4.8vw, 3.9rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--sand);
  transition: color 280ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tour-date__meta {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  justify-self: end;
  text-align: right;
}

.tour-date__venue {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(243, 234, 219, 0.68);
}

.tour-date__cta {
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.tour-date__cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  transform: scaleX(0.55);
  transform-origin: right center;
  transition: opacity 280ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .tour-dates:hover .tour-date,
  .tour-dates:focus-within .tour-date {
    opacity: 0.34;
  }

  .tour-dates .tour-date:hover,
  .tour-dates .tour-date:focus-visible {
    opacity: 1;
  }

  .tour-date:hover .tour-date__city,
  .tour-date:focus-visible .tour-date__city {
    color: #fff6ea;
    transform: translateX(0.5rem);
  }

  .tour-date:hover .tour-date__cta::after,
  .tour-date:focus-visible .tour-date__cta::after {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

.contact-stage {
  position: relative;
  display: grid;
  align-content: center;
  min-height: calc(100svh - 11rem);
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.contact-stage__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/web/dsp_right_size_2.jpg");
  background-size: cover;
  background-position: center 30%;
  opacity: 0.42;
}

/* The press photo comes in two crops; wide viewports would trim the
   portrait one down to a strip across the guys' heads, so landscape
   screens get the landscape crop instead. */
@media (min-aspect-ratio: 4/3) {
  .contact-stage__backdrop {
    background-image: url("../images/web/dsp_right_size_1.jpg");
    background-position: center 30%;
  }
}

.contact-stage__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 17, 23, 0.9) 0%,
    rgba(6, 17, 23, 0.72) 46%,
    rgba(6, 17, 23, 0.94) 100%
  );
}

.contact-stage__inner {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
}

.contact-stage__eyebrow {
  animation: contact-in 700ms ease 80ms both;
}

.contact-stage__title {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--sand);
  text-wrap: balance;
  animation: contact-in 700ms ease 180ms both;
}

.contact-list {
  list-style: none;
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--sand-line);
}

.contact-list__item {
  display: grid;
  grid-template-columns: clamp(8rem, 18vw, 14rem) minmax(0, 1fr);
  align-items: baseline;
  gap: 0.5rem 1.5rem;
  padding: clamp(1.4rem, 3vw, 2rem) 0.25rem;
  border-bottom: 1px solid var(--sand-line);
  animation: contact-in 700ms ease both;
}

.contact-list__item:nth-child(1) {
  animation-delay: 320ms;
}

.contact-list__item:nth-child(2) {
  animation-delay: 440ms;
}

.contact-list__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.58);
}

.contact-list__link {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 4.6vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--sand);
  overflow-wrap: anywhere;
  transition: color 280ms ease;
}

.contact-list__link:hover,
.contact-list__link:focus-visible {
  color: #fff6ea;
}

.contact-list__link:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 6px;
}

.contact-list__link::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.35rem;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 280ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-list__link:hover::after,
.contact-list__link:focus-visible::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: clamp(2.2rem, 5vw, 3.5rem);
  animation: contact-in 700ms ease 560ms both;
}

.contact-socials a {
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.62);
  transition: color 240ms ease;
}

.contact-socials a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  transition: opacity 240ms ease;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
  color: #fff6ea;
}

.contact-socials a:hover::after,
.contact-socials a:focus-visible::after {
  opacity: 0.85;
}

@keyframes contact-in {
  from {
    opacity: 0;
    transform: translateY(0.9rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(9, 22, 29, 0.16);
  color: var(--ink-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.button-link:hover,
.button-link:focus-visible {
  background: var(--ink-strong);
  border-color: var(--ink-strong);
  color: var(--sand);
}

.connect-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.feature-panel {
  padding: clamp(1.5rem, 2.2vw, 2rem);
  border: 1px solid rgba(9, 22, 29, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at top right, rgba(111, 146, 141, 0.08), transparent 30%);
  box-shadow: 0 24px 70px rgba(18, 33, 43, 0.08);
}

.feature-panel h3 {
  margin: 0.6rem 0 0.7rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  color: var(--ink-strong);
}

.feature-panel--spotify {
  min-height: 20rem;
  align-content: space-between;
}

.button-link {
  margin-top: 1.5rem;
  width: fit-content;
}

.link-stack {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.link-stack li + li {
  margin-top: 0.75rem;
}

.link-stack a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(9, 22, 29, 0.1);
  color: var(--ink-strong);
}

.link-stack a span {
  color: rgba(9, 22, 29, 0.5);
}

.link-stack a:hover,
.link-stack a:focus-visible {
  color: rgba(9, 22, 29, 0.68);
}

.booking-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(8, 17, 23, 0.12);
  background:
    linear-gradient(135deg, rgba(10, 24, 31, 0.95), rgba(7, 17, 23, 0.9)),
    radial-gradient(circle at top right, rgba(185, 153, 103, 0.16), transparent 32%);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.18);
}

.booking-banner .section-title,
.booking-banner .booking-banner__text,
.booking-banner .eyebrow {
  color: var(--sand);
}

.booking-banner__text {
  margin-top: 1rem;
  max-width: 34rem;
}

.booking-banner__links {
  display: grid;
  gap: 0.9rem;
}

.contact-chip {
  display: grid;
  gap: 0.3rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(243, 234, 219, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.contact-chip span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.58);
}

.contact-chip strong {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 600;
  color: #fff7ea;
  overflow-wrap: anywhere;
}

.contact-chip:hover,
.contact-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 234, 219, 0.28);
}

body.subpage {
  background: var(--ink-strong);
}

body.subpage--light {
  background: #f4ecdf;
}

body.subpage--light .page-header__mark {
  color: rgba(9, 22, 29, 0.7);
}

body.subpage--light .page-header__mark:hover,
body.subpage--light .page-header__mark:focus-visible {
  color: var(--ink-strong);
}

body.subpage--light .page-header__nav a {
  color: rgba(9, 22, 29, 0.58);
}

body.subpage--light .page-header__nav a:hover,
body.subpage--light .page-header__nav a:focus-visible {
  color: var(--ink-strong);
}

body.subpage--light .page-footer {
  color: rgba(9, 22, 29, 0.55);
}

/* Mirrors .site-chrome's viewport-edge insets so the mark and nav sit in
   the same spot when navigating between the landing page and subpages.
   The landing page has no scrollbar but subpages do, which narrows their
   content box; (100vw - 100%) measures exactly that scrollbar width, so
   the right inset is taken from the true viewport edge like on landing. */
.page-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  padding-right: max(0px, calc(clamp(1rem, 2vw, 1.5rem) - (100vw - 100%)));
}

.page-header__mark {
  font-size: 0.82rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.82);
  transition: color 220ms ease;
}

.page-header__mark:hover,
.page-header__mark:focus-visible {
  color: #fff6ea;
}

.page-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.4rem;
}

.page-header__nav a {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.68);
  transition: color 220ms ease;
}

.page-header__nav a:hover,
.page-header__nav a:focus-visible {
  color: #fff6ea;
}

.page-footer {
  position: relative;
  z-index: 2;
  background: var(--ink-strong);
}

/* The landing page is the hero and nothing else, on every screen size. */
.page-footer--landing {
  display: none;
}

.page-footer__inner {
  display: grid;
  gap: 1rem;
  width: var(--content-width);
  margin: 0 auto;
  padding: 1.8rem 0 2rem;
  color: rgba(243, 234, 219, 0.55);
}

.page-footer__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.page-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
}

.page-footer__socials a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.6);
  transition: color 220ms ease;
}

.page-footer__socials a:hover,
.page-footer__socials a:focus-visible {
  color: #fff6ea;
}

.page-footer p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-footer__credit {
  color: rgba(243, 234, 219, 0.38);
}

.page-footer__credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 220ms ease;
}

.page-footer__credit a:hover,
.page-footer__credit a:focus-visible {
  color: rgba(243, 234, 219, 0.85);
}

.not-found {
  width: var(--content-width);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(4rem, 9vw, 7rem);
}

.not-found__title {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--sand);
}

.not-found__body {
  margin: 1.4rem 0 2.2rem;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(243, 234, 219, 0.72);
}

.page-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.page-footer__links a {
  position: relative;
  padding-bottom: 0.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.page-footer__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
  transform-origin: left center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.page-footer__links a:hover::after,
.page-footer__links a:focus-visible::after {
  opacity: 0.84;
  transform: scaleX(1.03);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 2rem;
  color: rgba(9, 22, 29, 0.52);
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.site-footer__links a {
  position: relative;
  padding-bottom: 0.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes lockup-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes split-the {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  76% {
    opacity: 0.92;
  }

  to {
    transform: translate3d(var(--split-the-x), var(--split-the-y), 0);
    opacity: 0;
  }
}

@keyframes split-bausa {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  76% {
    opacity: 0.9;
  }

  to {
    transform: translate3d(var(--split-bausa-x), var(--split-bausa-y), 0);
    opacity: 0;
  }
}

@keyframes media-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes cta-reveal {
  from {
    opacity: 0;
    transform: translateY(0.9rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes content-reveal {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .section__head--row,
  .intro-grid,
  .connect-grid,
  .booking-banner,
  .bausa-hero__lower {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-card--wide,
  .editorial-card--square,
  .editorial-card--tall {
    grid-column: span 1;
  }

  .bausa-hero__aside {
    max-width: 24rem;
  }
}

@media (max-width: 720px) {
  :root {
    --content-width: min(100vw - 1.5rem, 42rem);
  }

  body {
    background:
      radial-gradient(circle at top, rgba(91, 134, 145, 0.12), transparent 24%),
      linear-gradient(180deg, #071218 0%, #08141b 30%, #0b171e 54%, #efe4d3 54%, #f4ecdf 100%);
  }

  .section {
    padding: clamp(3.5rem, 12vw, 5rem) 0;
  }

  .bausa-hero__intro {
    padding: 2rem 1rem;
  }

  .bausa-hero__lockup {
    width: min(84vw, 22rem);
    transform: translateY(-1vh);
  }

  .bausa-hero__content {
    padding: 1rem;
  }

  .bausa-hero__lower {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    gap: 1.25rem;
  }

  .bausa-hero__aside {
    display: none;
  }

  .bausa-hero__lede {
    font-size: 1.35rem;
  }

  .bausa-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .tour-date {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 0.35rem;
    align-items: end;
  }

  .tour-date__when {
    grid-column: 1 / -1;
  }

  .tour-date__meta {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.45rem;
  }

  .contact-list__item {
    grid-template-columns: 1fr;
    row-gap: 0.65rem;
  }

  .page-header__nav {
    justify-content: flex-start;
  }

  .page-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .bausa-hero,
  .bausa-hero * {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
    transition-duration: 1ms !important;
  }

  .contact-stage__eyebrow,
  .contact-stage__title,
  .contact-list__item,
  .contact-socials {
    animation: none;
  }

  .contact-list__link,
  .contact-list__link::after {
    transition: none;
  }

  .js .tour-dates__item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tour-date,
  .tour-date__city,
  .tour-date__cta::after {
    transition: none;
  }

  .contact-chip:hover,
  .contact-chip:focus-visible {
    transform: none;
  }
}
