:root {
  --demo-navy: #0b1f3a;
  --demo-ocean: #123e63;
  --demo-gold: #d8b46a;
  --demo-sand: #f5efe6;
  --demo-white: #fff;
  --demo-text: #101827;
  --demo-muted: #5b6472;
  --demo-line: rgba(11, 31, 58, 0.14);
  --demo-shadow: 0 24px 70px rgba(5, 17, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.dyp-demo-body {
  margin: 0;
  color: var(--demo-text);
  background: var(--demo-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.dyp-demo img {
  display: block;
  max-width: 100%;
}

.dyp-demo a {
  color: inherit;
  text-decoration: none;
}

.dyp-demo button {
  font: inherit;
}

.dyp-demo-container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.dyp-demo-skip {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--demo-navy);
  transform: translateY(-150%);
}

.dyp-demo-skip:focus {
  transform: translateY(0);
}

.dyp-demo-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 18, 34, 0.7);
  backdrop-filter: blur(14px);
}

.dyp-demo-header__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  align-items: center;
  min-height: 76px;
}

.dyp-demo-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dyp-demo-brand__mark {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--demo-navy);
  font-weight: 950;
  border-radius: 50%;
  background: var(--demo-gold);
}

.dyp-demo-brand > span:last-child {
  display: grid;
  line-height: 1.2;
}

.dyp-demo-brand strong {
  font-size: 0.92rem;
}

.dyp-demo-brand small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.72rem;
}

.dyp-demo-nav {
  display: flex;
  gap: 22px;
  font-size: 0.82rem;
  font-weight: 750;
}

.dyp-demo-nav a:hover,
.dyp-demo-nav a:focus-visible {
  color: var(--demo-gold);
}

.dyp-demo-exit {
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.dyp-demo-hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100svh);
  overflow: hidden;
  align-items: center;
  color: #fff;
  background: var(--demo-navy);
}

.dyp-demo-hero__image,
.dyp-demo-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dyp-demo-hero__image {
  object-fit: cover;
}

.dyp-demo-hero__overlay {
  background:
    radial-gradient(circle at 18% 35%, rgba(216, 180, 106, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(3, 11, 23, 0.9), rgba(3, 11, 23, 0.5) 55%, rgba(3, 11, 23, 0.2));
}

.dyp-demo-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 130px 76px;
}

.dyp-demo-eyebrow {
  margin: 0 0 12px;
  color: var(--demo-gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dyp-demo-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.dyp-demo-hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.dyp-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dyp-demo-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 19px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
}

.dyp-demo-button--primary {
  color: #211605;
  border-color: var(--demo-gold);
  background: var(--demo-gold);
}

.dyp-demo-button--glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.dyp-demo-button:hover,
.dyp-demo-button:focus-visible,
.dyp-demo-exit:hover,
.dyp-demo-exit:focus-visible {
  transform: translateY(-2px);
}

.dyp-demo-section {
  padding-block: clamp(72px, 9vw, 112px);
}

.dyp-demo-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.dyp-demo-heading h2,
.dyp-demo-cta h2 {
  margin: 0;
  color: var(--demo-navy);
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.dyp-demo-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--demo-muted);
  font-size: 1.06rem;
}

.dyp-demo-experience,
.dyp-demo-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.dyp-demo-card,
.dyp-demo-menu__item {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--demo-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--demo-shadow);
}

.dyp-demo-card h3,
.dyp-demo-menu__item h3,
.dyp-demo-cocktail__card h3 {
  margin: 0 0 12px;
  color: var(--demo-navy);
  font-size: 1.3rem;
}

.dyp-demo-feature {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  padding-block: 16px;
  border-top: 1px dashed rgba(11, 31, 58, 0.16);
}

.dyp-demo-feature:first-of-type {
  margin-top: 18px;
}

.dyp-demo-feature > span {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--demo-gold);
  box-shadow: 0 0 0 7px rgba(216, 180, 106, 0.16);
}

.dyp-demo-feature p,
.dyp-demo-card p {
  margin: 5px 0 0;
  color: var(--demo-muted);
}

.dyp-demo-experience__visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  box-shadow: var(--demo-shadow);
}

.dyp-demo-experience__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dyp-demo-experience__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 11, 23, 0.72), transparent 58%);
}

.dyp-demo-experience__visual figcaption {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
}

.dyp-demo-menu {
  background: linear-gradient(180deg, #fff, var(--demo-sand));
}

.dyp-demo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.dyp-demo-filter {
  padding: 9px 15px;
  color: var(--demo-navy);
  font-weight: 850;
  cursor: pointer;
  border: 1px solid rgba(11, 31, 58, 0.18);
  border-radius: 999px;
  background: #fff;
}

.dyp-demo-filter.is-active {
  color: #fff;
  border-color: var(--demo-navy);
  background: var(--demo-navy);
}

.dyp-demo-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dyp-demo-menu__item {
  padding: 22px;
}

.dyp-demo-menu__item small {
  color: #9d762a;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dyp-demo-menu__item p {
  min-height: 52px;
  margin: 0 0 14px;
  color: var(--demo-muted);
}

.dyp-demo-menu__item > strong {
  color: var(--demo-navy);
}

.dyp-demo-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.dyp-demo-slider > button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--demo-navy);
  font-size: 1.7rem;
  cursor: pointer;
  border: 1px solid var(--demo-line);
  border-radius: 50%;
  background: #fff;
}

.dyp-demo-slider__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px;
  scroll-snap-type: x mandatory;
}

.dyp-demo-slider figure {
  position: relative;
  flex: 0 0 min(78vw, 330px);
  height: 230px;
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  scroll-snap-align: start;
}

.dyp-demo-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dyp-demo-slider figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 11, 23, 0.74), transparent 60%);
}

.dyp-demo-slider figcaption {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-weight: 900;
}

.dyp-demo-cocktail {
  color: #fff;
  background: var(--demo-navy);
}

.dyp-demo-cocktail__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.dyp-demo-cocktail__grid > img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.dyp-demo-cocktail .dyp-demo-heading h2,
.dyp-demo-cocktail__card h3 {
  color: #fff;
}

.dyp-demo-cocktail .dyp-demo-heading > p:last-child,
.dyp-demo-cocktail__card p {
  color: rgba(255, 255, 255, 0.72);
}

.dyp-demo-cocktail__card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.dyp-demo-location__placeholder {
  display: grid;
  min-height: 380px;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 850;
  border-radius: 22px;
  background:
    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.06) 50%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.06) 50%, transparent 52%),
    var(--demo-ocean);
  background-size: 54px 54px;
}

.dyp-demo-cta {
  padding-block: clamp(76px, 10vw, 120px);
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(216, 180, 106, 0.22), transparent 42%),
    linear-gradient(135deg, var(--demo-navy), #07172b);
}

.dyp-demo-cta h2 {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
}

.dyp-demo-cta p {
  max-width: 680px;
  margin: 20px auto 28px;
  color: rgba(255, 255, 255, 0.74);
}

.dyp-demo-footer {
  padding-block: 32px;
  color: rgba(255, 255, 255, 0.68);
  background: #061426;
}

.dyp-demo-footer .dyp-demo-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.dyp-demo-footer strong {
  color: #fff;
}

@media (max-width: 900px) {
  .dyp-demo-header__inner {
    grid-template-columns: 1fr auto;
  }

  .dyp-demo-nav {
    display: none;
  }

  .dyp-demo-experience,
  .dyp-demo-location,
  .dyp-demo-cocktail__grid {
    grid-template-columns: 1fr;
  }

  .dyp-demo-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dyp-demo-cocktail__grid > img {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .dyp-demo-container {
    width: min(100% - 30px, 1180px);
  }

  .dyp-demo-header__inner {
    min-height: 70px;
  }

  .dyp-demo-brand small {
    display: none;
  }

  .dyp-demo-exit {
    padding-inline: 12px;
    font-size: 0.7rem;
  }

  .dyp-demo-hero {
    min-height: 760px;
  }

  .dyp-demo-hero__content {
    padding-top: 112px;
  }

  .dyp-demo-menu__grid {
    grid-template-columns: 1fr;
  }

  .dyp-demo-menu__item p {
    min-height: 0;
  }

  .dyp-demo-slider {
    grid-template-columns: 1fr;
  }

  .dyp-demo-slider > button {
    display: none;
  }

  .dyp-demo-experience__visual {
    min-height: 340px;
  }

  .dyp-demo-footer .dyp-demo-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .dyp-demo-button,
  .dyp-demo-exit {
    transition: none;
  }
}
