:root {
  --ink: #f5f4ee;
  --muted: #b6c0c3;
  --soft: rgba(230, 246, 247, 0.72);
  --line: rgba(152, 247, 246, 0.22);
  --teal: #62f3ee;
  --violet: #7d67ff;
  --panel: rgba(3, 14, 19, 0.68);
  --black: #010609;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

body::selection {
  color: #001012;
  background: var(--teal);
}

.page-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 14px clamp(18px, 5.35vw, 68px) 12px;
  background:
    radial-gradient(circle at 50% 48%, rgba(42, 156, 171, 0.26), transparent 32%),
    radial-gradient(circle at 76% 14%, rgba(73, 65, 164, 0.2), transparent 30%),
    #010609;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.98;
  filter: saturate(1.08) contrast(1.02) brightness(0.82);
  transform: scaleX(1.12);
}

.vignette,
.ambient {
  position: absolute;
  pointer-events: none;
}

.vignette {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 5, 8, 0.9) 0%, rgba(0, 5, 8, 0.2) 33%, rgba(0, 5, 8, 0.07) 58%, rgba(0, 5, 8, 0.86) 100%),
    linear-gradient(180deg, rgba(0, 5, 8, 0.86) 0%, rgba(0, 5, 8, 0.08) 25%, rgba(0, 5, 8, 0.24) 62%, rgba(0, 5, 8, 0.94) 100%);
}

.ambient {
  z-index: -3;
  border-radius: 999px;
  opacity: 0.4;
  filter: blur(48px);
}

.ambient-a {
  width: 26vw;
  height: 26vw;
  min-width: 220px;
  min-height: 220px;
  left: 36%;
  top: 22%;
  background: rgba(62, 244, 239, 0.28);
}

.ambient-b {
  width: 22vw;
  height: 22vw;
  min-width: 190px;
  min-height: 190px;
  right: 19%;
  top: 13%;
  background: rgba(110, 76, 255, 0.26);
}

.brand {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: max-content;
  margin: 0 auto;
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 12px;
  text-indent: 12px;
  line-height: 0.92;
  text-shadow: 0 0 26px rgba(123, 255, 255, 0.28);
}

.brand span {
  font-size: clamp(1.32rem, 2vw, 2.12rem);
}

.brand small {
  margin-top: 7px;
  font-size: 0.66rem;
  letter-spacing: 8px;
  text-indent: 8px;
  color: rgba(245, 244, 238, 0.82);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 392px) minmax(330px, 1fr) minmax(210px, 250px);
  gap: clamp(18px, 4.15vw, 62px);
  align-items: center;
  min-height: clamp(450px, 57.8vh, 552px);
  padding-top: 0;
}

.hero-copy {
  grid-column: 1;
  max-width: 410px;
  padding-top: 7px;
  margin-left: 26px;
  transform: translateY(-18px);
}

.eyebrow {
  margin: 0 0 17px;
  color: rgba(126, 246, 237, 0.66);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 4px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
.scent-panel h2,
.detail h2 {
  font-family: "Cinzel", Georgia, serif;
}

h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(3rem, 4.35vw, 4.28rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 1.5px;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.75);
}

.divider {
  display: flex;
  align-items: center;
  width: min(100%, 224px);
  height: 16px;
  margin-bottom: 18px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202, 249, 249, 0.64));
}

.divider::after {
  background: linear-gradient(90deg, rgba(202, 249, 249, 0.64), transparent);
}

.divider span {
  width: 8px;
  height: 8px;
  margin: 0 16px;
  background: var(--teal);
  transform: rotate(45deg);
  box-shadow: 0 0 16px var(--teal);
}

.intro {
  max-width: 258px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 179px;
  min-height: 40px;
  padding: 0 25px 0 30px;
  border: 1px solid rgba(132, 246, 244, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(100deg, rgba(97, 230, 227, 0.78), rgba(106, 78, 206, 0.82));
  box-shadow: 0 17px 36px rgba(5, 32, 44, 0.44), inset 0 1px rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta span:last-child {
  font-size: 0.95rem;
  line-height: 1;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(31, 148, 166, 0.34), inset 0 1px rgba(255, 255, 255, 0.22);
}

.scent-panel {
  grid-column: 3;
  justify-self: end;
  width: min(100%, 217px);
  margin-top: -30px;
  margin-right: 28px;
  padding: 22px 35px 22px;
  border: 1px solid rgba(180, 246, 246, 0.12);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(7, 19, 25, 0.62), rgba(6, 18, 24, 0.28));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 26px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(13px);
}

.scent-panel h2 {
  margin-bottom: 9px;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 5px;
}

.scent-panel p,
.scent-panel span,
.scent-panel dt {
  color: var(--soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.scent-panel span {
  display: block;
  margin-top: 23px;
}

.panel-line {
  height: 1px;
  margin: 21px 0;
  background: rgba(180, 246, 246, 0.14);
}

.scent-panel dl {
  display: grid;
  gap: 17px;
  margin: 0;
}

.scent-panel dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.scent-panel dd {
  display: flex;
  gap: 8px;
  margin: 0;
}

.scent-panel i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px rgba(98, 243, 238, 0.86);
}

.scent-panel i.dim {
  background: rgba(95, 151, 153, 0.26);
  box-shadow: none;
}

.detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 1fr 1.02fr;
  gap: 14px;
  margin-top: 2px;
}

.detail {
  position: relative;
  height: 194px;
  overflow: hidden;
  border: 1px solid rgba(215, 246, 246, 0.22);
  border-radius: 8px;
  background: rgba(3, 13, 18, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 22px 55px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.detail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--glow-x, 74%) var(--glow-y, 32%), rgba(98, 243, 238, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(1, 8, 12, 0.94), rgba(1, 8, 12, 0.48) 58%, rgba(1, 8, 12, 0.08));
  pointer-events: none;
}

.detail-content {
  position: relative;
  z-index: 2;
  width: min(58%, 242px);
  padding: 27px 28px 20px;
}

.detail h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.detail h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: rgba(157, 246, 244, 0.34);
}

.detail h2 span {
  color: var(--teal);
  font-family: "Inter", Arial, sans-serif;
  text-shadow: 0 0 12px rgba(98, 243, 238, 0.9);
}

.detail p,
.detail dd {
  color: rgba(226, 234, 232, 0.76);
  font-size: 0.58rem;
  line-height: 1.45;
}

.detail dl {
  display: grid;
  gap: 3px;
  margin: 0;
}

.detail dt {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.9px;
}

.detail dd {
  margin: 0 0 5px;
}

.detail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-notes img {
  object-position: 70% center;
}

.detail-craft {
  background: rgba(3, 13, 18, 0.72);
}

.detail-craft img {
  object-position: 72% 47%;
}

.detail-experience::before {
  background:
    radial-gradient(circle at var(--glow-x, 72%) var(--glow-y, 22%), rgba(98, 243, 238, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(1, 8, 12, 0.88), rgba(1, 8, 12, 0.4) 45%, rgba(1, 8, 12, 0.03));
}

@media (max-width: 980px) {
  .page-shell {
    min-height: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 700px;
    align-items: start;
  }

  .hero-copy {
    max-width: 520px;
  }

  .scent-panel {
    grid-column: 1;
    justify-self: start;
    margin-top: 210px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .detail {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 14px 16px 18px;
  }

  .hero-video {
    object-position: 50% 4%;
  }

  .brand {
    letter-spacing: 8px;
    text-indent: 8px;
  }

  .brand small {
    letter-spacing: 5px;
    text-indent: 5px;
  }

  .hero {
    min-height: 675px;
    padding-top: 38px;
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(3rem, 17vw, 4.6rem);
  }

  .intro {
    max-width: 285px;
    font-size: 0.9rem;
  }

  .scent-panel {
    width: 100%;
    max-width: 330px;
    margin-top: 130px;
    padding: 24px;
  }

  .detail-content {
    width: 72%;
    padding: 24px 22px;
  }

  .detail h2 {
    flex-wrap: wrap;
    font-size: 0.88rem;
  }

  .detail h2::after {
    width: 42px;
  }
}
