:root {
  --wine: #641e32;
  --wine-bright: #8a2948;
  --brass: #d6b979;
  --paper: #fffaf5;
  --sans: "Aptos", "Segoe UI Variable Display", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  background: #120d0f;
}
body {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  background: #120d0f;
  color: var(--paper);
  font: 15px/1.35 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  touch-action: manipulation;
}
button, a { color: inherit; font: inherit; -webkit-tap-highlight-color: transparent; }
a { text-decoration: none; }
button { border: 0; }
::selection { background: rgba(214, 185, 121, .3); color: #fff; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 9px 13px;
  background: #fff;
  color: #1a0008;
  font-size: 11px;
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
button:focus-visible, a:focus-visible { outline: 2px solid var(--brass); outline-offset: -3px; }

.experience {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  min-height: 0;
  overflow: clip;
  display: grid;
  grid-template-rows: 76px minmax(0, 1fr) 32px;
  isolation: isolate;
}

.scene-stack, .scene, .image-treatment { position: absolute; inset: 0; }
.scene-stack { z-index: -3; background: #171113; }
.scene {
  margin: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 520ms ease, transform 900ms cubic-bezier(.2, .65, .25, 1);
}
.scene.is-active { opacity: 1; transform: scale(1); }
.scene img { width: 100%; height: 100%; display: block; object-fit: cover; }
.scene[data-scene="research"] img { object-position: 50% 59%; }
.scene[data-scene="markets"] img { object-position: 50% 47%; }
.scene[data-scene="strategy"] img { object-position: 50% 52%; }
.image-treatment {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 8, 9, .79) 0%, rgba(12, 8, 9, .26) 48%, rgba(12, 8, 9, .05) 74%),
    linear-gradient(0deg, rgba(12, 8, 9, .9) 0%, rgba(12, 8, 9, .05) 44%),
    linear-gradient(180deg, rgba(12, 8, 9, .5), transparent 27%);
}
.image-treatment::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .045;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-header {
  min-width: 0;
  margin-inline: clamp(22px, 3.2vw, 52px);
  padding-top: env(safe-area-inset-top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.wordmark { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 400; letter-spacing: -.02em; }
.wordmark strong { font-weight: 800; }
.wordmark-mark {
  width: 40px;
  height: 29px;
  display: block;
  flex: 0 0 auto;
}
.wordmark-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.build-status { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .78); font-size: 10px; font-weight: 650; letter-spacing: .025em; }
.build-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 3px rgba(214, 185, 121, .14); }

main {
  min-height: 0;
  padding: clamp(24px, 5vh, 58px) clamp(22px, 3.2vw, 52px) clamp(19px, 3vh, 34px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}
.hero-copy { align-self: center; }
.hero-brand {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(60px, 7.5vw, 112px);
  font-weight: 260;
  line-height: .86;
  letter-spacing: -.07em;
  display: flex;
  align-items: center;
  gap: .2em;
}
.hero-brand strong { font-weight: 780; }
.hero-brand > span { display: inline-flex; align-items: baseline; gap: .18em; font-weight: 240; }
.hero-brand small {
  color: var(--brass);
  font-size: .28em;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateY(-.16em);
}
h1 {
  margin: 0;
  padding-left: clamp(13px, 1.2vw, 19px);
  border-left: 1px solid rgba(214, 185, 121, .72);
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: .96;
  letter-spacing: -.045em;
}
h1 strong, h1 em { display: block; }
h1 strong { font-weight: 720; }
h1 em { margin-top: 5px; color: rgba(255, 255, 255, .84); font-style: normal; font-weight: 320; }
h1 strong span { color: var(--brass); }
h1 em span { color: #fff; font-weight: 650; }

.focus-selector {
  width: min(100%, 950px);
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .31);
  backdrop-filter: blur(12px);
}
.focus-selector > button {
  position: relative;
  min-width: 0;
  min-height: 82px;
  padding: 15px clamp(13px, 2vw, 28px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgba(18, 13, 15, .34);
  color: rgba(255, 255, 255, .63);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}
.focus-selector > button + button { border-left: 1px solid rgba(255, 255, 255, .2); }
.focus-selector > button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}
.focus-selector > button:hover, .focus-selector > button.is-active { background: rgba(100, 30, 50, .72); color: #fff; }
.focus-selector > button.is-active::before { transform: scaleX(1); }
.focus-selector strong { overflow: hidden; font-size: clamp(17px, 1.4vw, 21px); font-weight: 670; letter-spacing: -.03em; text-overflow: ellipsis; white-space: nowrap; }
.focus-selector strong i { font-style: normal; font-weight: 330; }
.menu-cue { position: absolute; top: 13px; right: 14px; color: var(--brass); font-size: 16px; font-weight: 350; line-height: 1; }

.focus-menu {
  position: fixed;
  inset: auto clamp(22px, 3.2vw, 52px) clamp(130px, 18vh, 156px) auto;
  width: min(950px, calc(100% - clamp(44px, 6.4vw, 104px)));
  max-width: none;
  margin: 0;
  padding: clamp(18px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(214, 185, 121, .42);
  background: linear-gradient(120deg, rgba(22, 13, 16, .97), rgba(74, 14, 28, .94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
  color: #fff;
  backdrop-filter: blur(22px);
}
.focus-menu[open] { animation: menu-rise 220ms cubic-bezier(.2, .7, .2, 1); }
.focus-menu::backdrop { background: rgba(8, 5, 6, .36); backdrop-filter: blur(2px); }
.focus-menu-head { margin-bottom: 17px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.focus-menu-head p { margin: 0 0 3px; color: var(--brass); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.focus-menu h2 { margin: 0; font-size: clamp(22px, 2vw, 30px); font-weight: 540; letter-spacing: -.04em; }
.menu-close { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .3); background: transparent; color: #fff; cursor: pointer; font-size: 24px; font-weight: 250; line-height: 1; }
.menu-close:hover { border-color: var(--brass); background: rgba(123, 29, 53, .55); }
.destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .22); }
.destination {
  min-width: 0;
  min-height: 78px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: rgba(255, 255, 255, .045);
}
.destination + .destination { border-left: 1px solid rgba(255, 255, 255, .18); }
.destination:nth-child(odd) { border-left: 0; }
.destination:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .18); }
.destination span { min-width: 0; display: grid; gap: 3px; }
.destination small { color: var(--brass); font-size: 8px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.destination strong { overflow: hidden; font-size: clamp(15px, 1.35vw, 19px); font-weight: 620; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.destination b { color: var(--brass); font-size: 14px; }
.destination.is-available { transition: background 160ms ease; }
.destination.is-available:hover { background: rgba(123, 29, 53, .72); }
.destination.is-planned { color: rgba(255, 255, 255, .46); }
.destination.is-planned small { color: rgba(255, 255, 255, .38); }

@keyframes menu-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

footer {
  margin-inline: clamp(22px, 3.2vw, 52px);
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
}
footer a { color: rgba(255, 255, 255, .78); font-weight: 700; }

@media (max-width: 700px) {
  .experience { grid-template-rows: 58px minmax(0, 1fr) 24px; }
  .site-header, footer { margin-inline: 14px; }
  .site-header { gap: 12px; }
  .wordmark { gap: 8px; font-size: 13px; }
  .wordmark-mark { width: 36px; height: 26px; }
  .build-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  main { padding: 22px 14px 12px; }
  .hero-copy { align-self: start; padding-top: clamp(28px, 8vh, 74px); }
  .hero-brand { margin-bottom: 12px; font-size: clamp(43px, 14.2vw, 57px); line-height: .9; }
  h1 { font-size: clamp(21px, 6.2vw, 26px); line-height: 1; letter-spacing: -.035em; }
  h1 em { margin-top: 4px; }
  .focus-selector { width: 100%; }
  .focus-selector > button { min-height: 68px; padding: 10px 9px; align-content: center; }
  .focus-selector strong { font-size: clamp(13px, 3.8vw, 16px); line-height: 1.08; white-space: normal; }
  .focus-selector strong i { display: block; }
  .menu-cue { top: 7px; right: 7px; font-size: 13px; }
  .focus-menu { inset: auto 14px 104px auto; width: calc(100% - 28px); padding: 16px; }
  .focus-menu-head { margin-bottom: 13px; }
  .focus-menu-head p { font-size: 8px; }
  .focus-menu h2 { font-size: 21px; }
  .menu-close { width: 30px; height: 30px; }
  .destination { min-height: 64px; padding: 10px 11px; }
  .destination strong { font-size: clamp(13px, 3.8vw, 16px); white-space: normal; }
  footer { font-size: 8px; line-height: 1.1; }
  .scene[data-scene="research"] img { object-position: 53% 57%; }
  .scene[data-scene="markets"] img { object-position: 56% 48%; }
  .scene[data-scene="strategy"] img { object-position: 52% 52%; }
  .image-treatment {
    background:
      linear-gradient(180deg, rgba(12, 8, 9, .52) 0%, rgba(12, 8, 9, .02) 46%, rgba(12, 8, 9, .88) 100%),
      linear-gradient(90deg, rgba(12, 8, 9, .48), transparent 78%);
  }
}

@media (max-height: 580px) and (max-width: 700px) {
  .experience { grid-template-rows: 50px minmax(0, 1fr) 20px; }
  main { padding-top: 12px; padding-bottom: 8px; }
  .hero-copy { padding-top: 13px; }
  .hero-brand { margin-bottom: 9px; font-size: 41px; }
  h1 { font-size: 20px; }
  .focus-selector > button { min-height: 58px; }
  .focus-menu { bottom: 86px; padding: 13px; }
  .focus-menu-head { margin-bottom: 10px; }
  .destination { min-height: 56px; padding: 8px 9px; }
  footer { font-size: 7.5px; }
}

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