@font-face {
  font-family: "Poynter";
  src:
    url("https://www.passenger-clothing.com/cdn/shop/t/883/assets/Poynter_Oldstyle_Display_Bold.woff2?v=6564816799172610981760356938") format("woff2"),
    url("https://www.passenger-clothing.com/cdn/shop/t/883/assets/Poynter_Oldstyle_Display_Bold.woff?v=24080665991907104431760356937") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "GT Pressura";
  src: url("https://www.passenger-clothing.com/cdn/shop/t/883/assets/GT-Pressura-Standard-Regular.woff2?v=4765449934357965631755109682") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "GT Pressura";
  src: url("https://www.passenger-clothing.com/cdn/shop/t/883/assets/GT-Pressura-Standard-Medium.woff2?v=167292161349135979911755109681") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "GT Pressura";
  src: url("https://www.passenger-clothing.com/cdn/shop/t/883/assets/GT-Pressura-Standard-Medium.woff2?v=167292161349135979911755109681") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  --bone: #e7e3de;
  --bone-soft: #eeeae4;
  --sand: #d8cbb8;
  --sand-deep: #c8b79e;
  --moss: #8a9a7b;
  --brown: #3b2f2a;
  --charcoal: #2b2b2b;
  --ember: #b5522e;
  --paper-line: rgba(59, 47, 42, 0.12);
  --soft-shadow: 0 24px 70px rgba(43, 43, 43, 0.14);
  --serif: "Poynter", "New York", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "GT Pressura", Helvetica, Arial, sans-serif;
  --hero-progress: 0;
  --header-line-opacity: 0.16;
  --header-bg-opacity: 0.14;
  --hero-stage-opacity: 1;
  --hero-content-opacity: 1;
  --hero-content-shift: 0px;
  --hero-image-scale: 1.02;
  --hero-image-shift: 0px;
  --hero-layer-opacity: 1;
  --forest-layer-opacity: 0;
  --scene-reveal: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 4px;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(59, 47, 42, 0.025) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(180deg, rgba(59, 47, 42, 0.018) 1px, transparent 1px) 0 0 / 38px 38px,
    var(--bone);
  color: var(--brown);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(138, 154, 123, 0.06), transparent 42%),
    repeating-linear-gradient(0deg, rgba(59, 47, 42, 0.018), rgba(59, 47, 42, 0.018) 1px, transparent 1px, transparent 5px);
  mix-blend-mode: multiply;
}

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

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--bone);
  color: var(--brown);
  font-size: 0.84rem;
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(231, 227, 222, var(--header-line-opacity));
  background: rgba(8, 12, 9, var(--header-bg-opacity));
  backdrop-filter: blur(14px) saturate(0.92);
  color: var(--bone);
  text-shadow: 0 1px 18px rgba(43, 43, 43, 0.26);
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.logo {
  width: fit-content;
  font-family: var(--serif);
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1;
}

.primary-nav {
  display: flex;
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  justify-self: end;
  color: rgba(231, 227, 222, 0.82);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.primary-nav a {
  transition: color 180ms ease;
}

.primary-nav a:hover {
  color: var(--ember);
}

.immersive-shell {
  position: relative;
  min-height: 362svh;
  background: #071007;
  color: var(--bone);
  overflow: clip;
}

.immersive-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero,
.categories-section {
  position: absolute;
  inset: 0;
  min-height: 100svh;
  padding: 0;
}

.hero {
  z-index: 2;
  pointer-events: none;
  opacity: var(--hero-layer-opacity);
}

.categories-section {
  z-index: 1;
  opacity: var(--forest-layer-opacity);
  background: transparent;
}

.hero-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  opacity: var(--hero-stage-opacity);
}

.hero-stage::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 42svh;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(13, 19, 13, 0) 0%, rgba(13, 19, 13, 0.22) 28%, rgba(13, 19, 13, 0.82) 76%, rgba(13, 19, 13, 0.98) 100%);
  opacity: calc(1 - var(--scene-reveal) * 1.1);
}

.hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.66) contrast(0.94) brightness(0.82) sepia(0.1);
  transform: translate3d(0, var(--hero-image-shift), 0) scale(var(--hero-image-scale));
  transform-origin: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(43, 43, 43, 0.3) 0%, rgba(43, 43, 43, 0.12) 34%, rgba(43, 43, 43, 0.56) 100%),
    linear-gradient(90deg, rgba(43, 43, 43, 0.22) 0%, rgba(43, 43, 43, 0.08) 28%, rgba(43, 43, 43, 0.08) 72%, rgba(43, 43, 43, 0.24) 100%),
    linear-gradient(35deg, rgba(181, 82, 46, 0.08), transparent 42%);
}

.hero-content {
  display: flex;
  width: min(780px, calc(100% - 40px));
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 17svh 0 clamp(54px, 7vw, 92px);
  color: var(--bone);
  text-align: center;
  opacity: var(--hero-content-opacity);
  transform: translate3d(0, var(--hero-content-shift), 0);
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--moss);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d7c8ad;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 9.1rem;
  text-transform: lowercase;
}

.hero-copy {
  max-width: 26ch;
  margin-bottom: 0;
  color: rgba(231, 227, 222, 0.86);
  font-size: 1.125rem;
}

.hero-play {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: clamp(24px, 3.4vw, 36px);
  padding: 12px 22px 12px 14px;
  border: 1px solid rgba(231, 227, 222, 0.24);
  border-radius: 999px;
  background: rgba(10, 16, 10, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  color: var(--bone);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.hero-play:hover,
.hero-play:focus-visible {
  border-color: rgba(231, 227, 222, 0.38);
  background: rgba(14, 22, 14, 0.34);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.hero-play.is-playing {
  border-color: rgba(216, 196, 161, 0.58);
  background: rgba(20, 30, 20, 0.42);
}

.hero-play-icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(231, 227, 222, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-play-icon::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
  content: "";
}

.hero-play.is-playing .hero-play-icon::before {
  width: 11px;
  height: 11px;
  margin-left: 0;
  border: 0;
  background: currentColor;
  border-radius: 2px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.categories-anchor,
.page-anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.categories-anchor {
  top: 112svh;
}

.page-anchor {
  top: 254svh;
}

.categories-section .section-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
}

.category-overview {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.categories-scene {
  --scene-text: #f3ede3;
  --scene-muted: rgba(243, 237, 227, 0.78);
  --scene-soft: rgba(243, 237, 227, 0.58);
  --scene-line: rgba(243, 237, 227, 0.18);
  --scene-accent: #d8c4a1;
  --panorama-width: 100vw;
  --scene-view-scale: 1.92;
  --scene-view-x: 0px;
  --scene-view-y: 0px;
  --scene-brightness: 0.48;
  --scene-veil: 0.84;
  --scene-bottom-veil: 0.98;
  --scene-side-veil: 0.34;
  --scene-pin-opacity: 0.08;
  --pointer-x: 50%;
  --pointer-y: 42%;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #0d130d;
  isolation: isolate;
}

.categories-scene::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, calc(0.09 + var(--scene-reveal) * 0.1)), transparent 22%),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, calc(0.08 + var(--scene-reveal) * 0.14)), transparent 26%),
    linear-gradient(180deg, rgba(7, 11, 7, calc(var(--scene-veil) * 0.92)) 0%, rgba(7, 11, 7, calc(var(--scene-veil) * 0.48)) 26%, rgba(7, 11, 7, 0.08) 58%, rgba(7, 11, 7, calc(var(--scene-veil) * 0.62)) 100%),
    linear-gradient(90deg, rgba(7, 11, 7, var(--scene-side-veil)) 0%, rgba(7, 11, 7, calc(var(--scene-side-veil) * 0.42)) 16%, rgba(7, 11, 7, calc(var(--scene-side-veil) * 0.42)) 84%, rgba(7, 11, 7, var(--scene-side-veil)) 100%);
}

.categories-scene::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 38%;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 11, 7, 0) 0%, rgba(7, 11, 7, 0.08) 20%, rgba(7, 11, 7, calc(var(--scene-bottom-veil) * 0.7)) 72%, rgba(7, 11, 7, var(--scene-bottom-veil)) 100%);
}

.categories-scene[data-active-theme="fire"] {
  --scene-accent: #d7bf97;
}

.categories-scene[data-active-theme="hands"] {
  --scene-accent: #b8c7a6;
}

.categories-scene[data-active-theme="rest"] {
  --scene-accent: #d9cfbc;
}

.categories-scene[data-active-theme="dusk"] {
  --scene-accent: #c49c82;
}

.categories-panorama-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: default;
  user-select: none;
  touch-action: pan-y;
}

.categories-scene.is-explorable .categories-panorama-viewport {
  cursor: ew-resize;
}

.categories-panorama-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--panorama-width);
  height: 100%;
  transform: translate3d(var(--scene-view-x), var(--scene-view-y), 0) scale(var(--scene-view-scale));
  transform-origin: 0 0;
  will-change: transform;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.categories-scene.is-roaming .categories-panorama-layer {
  transition-duration: 180ms;
}

.categories-scene.is-scroll-panning .categories-panorama-layer {
  transition-duration: 240ms;
}

.categories-panorama-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.78) contrast(0.94) brightness(var(--scene-brightness)) sepia(0.04);
}

.categories-panorama-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 11, 7, 0.08), rgba(7, 11, 7, 0.02) 34%, rgba(7, 11, 7, 0.08) 58%, rgba(7, 11, 7, 0.14) 100%),
    linear-gradient(90deg, rgba(7, 11, 7, calc(var(--scene-side-veil) * 0.7)) 0%, transparent 12%, transparent 88%, rgba(7, 11, 7, calc(var(--scene-side-veil) * 0.76)) 100%);
}

.categories-panorama-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.category-pin {
  position: absolute;
  top: var(--pin-y);
  left: var(--pin-x);
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.6);
  transform: translate(-50%, calc(-50% + 18px)) scale(0.92);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.2, 0.95, 0.28, 1);
  transition-delay: calc(var(--pin-order, 0) * 36ms);
}

.category-pin.is-revealed {
  opacity: var(--scene-pin-opacity);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.category-pin.is-active {
  z-index: 3;
  opacity: 1;
}

.category-pin[data-anchor="top"] {
  flex-direction: column;
}

.category-pin[data-anchor="bottom"] {
  flex-direction: column-reverse;
}

.category-pin[data-anchor="top"] .category-pin-marker {
  flex-direction: column;
}

.category-pin[data-anchor="bottom"] .category-pin-marker {
  flex-direction: column-reverse;
}

.category-pin[data-align="center"] {
  align-items: center;
  text-align: center;
}

.category-pin[data-align="right"] {
  align-items: flex-end;
  text-align: right;
}

.category-pin-label {
  min-width: 0;
  max-width: clamp(126px, 14vw, 190px);
  padding: 0;
  border: 0;
  color: var(--scene-text);
  box-shadow: none;
  backdrop-filter: none;
  opacity: 0.7;
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    color 220ms ease;
}

.category-pin:hover .category-pin-label,
.category-pin:focus-visible .category-pin-label,
.category-pin.is-active .category-pin-label {
  transform: translateY(-2px);
  opacity: 1;
}

.category-pin-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(243, 237, 227, 0.62);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.category-pin-label strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.56rem);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.category-pin-marker {
  display: flex;
  align-items: center;
  gap: 0;
}

.category-pin-line {
  width: 1px;
  height: clamp(32px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(243, 237, 227, 0.54), rgba(243, 237, 227, 0));
}

.category-pin-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(12, 16, 12, 0.34);
  background: var(--pin-accent, var(--scene-accent));
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.06),
    0 14px 22px rgba(0, 0, 0, 0.32);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.category-pin-dot::before {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  opacity: 0;
}

.category-pin:hover .category-pin-dot,
.category-pin:focus-visible .category-pin-dot,
.category-pin.is-active .category-pin-dot {
  transform: scale(1.08);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 16px 24px rgba(0, 0, 0, 0.34);
}

.category-pin.is-active .category-pin-dot::before {
  animation: pin-pulse 3.4s ease-out infinite;
}

.category-pin[data-theme="fire"] {
  --pin-accent: #d7bf97;
}

.category-pin[data-theme="hands"] {
  --pin-accent: #b8c7a6;
}

.category-pin[data-theme="rest"] {
  --pin-accent: #d9cfbc;
}

.category-pin[data-theme="dusk"] {
  --pin-accent: #c49c82;
}

@keyframes pin-pulse {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  20% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 7.25rem;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    column-gap: 18px;
  }

  .primary-nav {
    justify-self: end;
    gap: 18px;
  }

  .category-pin-label {
    max-width: 168px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .primary-nav {
    gap: 13px;
    font-size: 0.76rem;
  }

  .immersive-shell {
    min-height: 338svh;
  }

  .hero img {
    object-position: 62% center;
  }

  .hero-content {
    width: min(100% - 32px, 560px);
    padding-top: 16svh;
  }

  h1 {
    font-size: 5rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-play {
    margin-top: 22px;
    padding: 11px 18px 11px 13px;
    font-size: 0.84rem;
  }

  .hero-play-icon {
    width: 38px;
    height: 38px;
  }

  .categories-anchor {
    top: 102svh;
  }

  .page-anchor {
    top: 230svh;
  }

  .category-pin-label {
    max-width: 134px;
  }

  .category-pin-label strong {
    font-size: 1rem;
  }

  .category-pin-line {
    height: 24px;
  }

  .categories-panorama-viewport {
    cursor: auto;
  }
}

@media (max-width: 430px) {
  .primary-nav {
    gap: 9px;
    font-size: 0.7rem;
  }

  .logo {
    font-size: 1.55rem;
  }

  .immersive-shell {
    min-height: 328svh;
  }

  .hero-content {
    padding-top: 15svh;
  }

  .categories-anchor {
    top: 98svh;
  }

  .page-anchor {
    top: 220svh;
  }

  .category-pin-label {
    max-width: 114px;
  }

  .category-pin-kicker {
    font-size: 0.62rem;
  }

  .category-pin-label strong {
    font-size: 0.92rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-content,
  .immersive-shell {
    transform: none !important;
  }

  .category-pin.is-active .category-pin-dot::before {
    animation: none;
  }
}
