:root {
  --bg: #0a0a0c;
  --bg-2: #121214;
  --ink: #ede6da;
  --ink-dim: color-mix(in srgb, var(--ink) 62%, transparent);
  --ink-mute: color-mix(in srgb, var(--ink) 42%, transparent);
  --orange: #f15a24;
  --orange-deep: #c94412;
  --line: color-mix(in srgb, var(--ink) 12%, transparent);
  --font-logo: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-display: Anton, "Impact", "Arial Narrow", sans-serif;
  --font-ui: Oswald, "Arial Narrow", sans-serif;
  --font-body: Oswald, system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(1.1rem, 3.6vw, 2.75rem);
  --top-h: clamp(3.6rem, 3.1rem + 1.8vw, 4.75rem);
  --dock-h: 6.35rem;
  --legal-h: 4.35rem;
  --logo-h: clamp(2.6rem, 1.95rem + 1.6vw, 3.2rem);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--ink);
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

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

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  padding: 0.6rem 0.9rem;
  background: var(--orange);
  color: #140a06;
  font-weight: 600;
  text-decoration: none;
}

.skip:focus {
  top: 0.75rem;
}

.grain,
.lamp {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.grain {
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.lamp {
  background:
    radial-gradient(70% 55% at 78% 42%, color-mix(in srgb, var(--orange) 16%, transparent), transparent 58%),
    radial-gradient(45% 40% at 12% 18%, color-mix(in srgb, var(--ink) 8%, transparent), transparent 70%),
    linear-gradient(180deg, #141416 0%, var(--bg) 46%, #070708 100%);
}

.top,
.stage,
.foot {
  position: relative;
  z-index: 1;
}

.top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1rem;
  min-height: var(--top-h);
  padding: calc(0.7rem + env(safe-area-inset-top, 0px)) var(--pad) 0.55rem;
}

.lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  margin-top: 0.5rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  overflow: visible;
}

.lockup__mark {
  display: block;
  height: var(--logo-h);
  width: auto;
  max-width: min(16.5rem, 100%);
  object-fit: contain;
  object-position: left center;
}

.btn.top__book {
  display: none;
  min-height: var(--logo-h);
}

.top__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-self: end;
}

.btn--sm {
  min-height: var(--logo-h);
  padding: 0 0.95rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
}

.btn__chev {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--orange);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.15s ease;
}

.btn:hover .btn__chev,
.btn:focus-visible .btn__chev {
  transform: translateX(2px);
}

.stage {
  padding: 0 var(--pad);
}

.hero {
  display: grid;
  grid-template-areas: "stack";
  height: calc(100dvh - var(--top-h) - var(--dock-h) - var(--legal-h) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  min-height: 0;
  padding-bottom: 0.5rem;
  container-type: size;
}

.hero__copy,
.hero__visual {
  grid-area: stack;
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 0.55rem;
  max-width: none;
  padding: 0 0 0.85rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgb(10 10 12 / 0.05) 22%,
    rgb(10 10 12 / 0.55) 48%,
    rgb(10 10 12 / 0.86) 72%,
    rgb(10 10 12 / 0.96) 100%
  );
}

/* Mobile readability insurance — micro text-shadow helps text read against busy fur */
.hook,
.hero__copy > .lede,
.hero__copy > .pill,
.hero__copy > .hero__cta > .hero__aside {
  text-shadow: 0 1px 2px rgb(10 10 12 / 0.55);
}

.eyebrow {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.64rem, 2.35vw, 0.78rem);
  letter-spacing: clamp(0.08em, 1.6vw, 0.18em);
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
  white-space: nowrap;
}

.hook {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.88;
  font-size: clamp(2.6rem, 11vw, 5.6rem);
  text-shadow:
    0.6px 0.6px 0 rgb(0 0 0 / 0.38),
    -0.4px 0.3px 0 rgb(0 0 0 / 0.22);
}

.hook span {
  display: block;
}

.hook em {
  font-style: normal;
  color: var(--orange);
}

.lede {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-dim);
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: clamp(0.98rem, 2.2vw, 1.12rem);
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 122, 41, 0.12);
  color: var(--orange);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 122, 41, 0.32);
}

.pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 8px rgba(255, 122, 41, 0.7);
}

.pill--hero {
  align-self: start;
  justify-self: start;
}

.hero__cta {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.hero__cta .btn {
  display: none;
}

.hero__aside {
  margin: 0;
  color: var(--ink-mute);
  font-size: 0.88rem;
}

@container (max-height: 540px) {
  .lede,
  .hero__aside {
    display: none;
  }

  .hero__copy {
    gap: 0.28rem;
    padding-bottom: 0.6rem;
  }

  .hook {
    font-size: clamp(1.7rem, 8.4vw, 2.15rem);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.2rem;
  border: 0;
  border-radius: 0.35rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.82rem;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.btn--orange {
  background: var(--orange);
  color: #140a06;
}

.btn--orange:hover {
  background: #ff6a32;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero__visual {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.portrait {
  margin: 0;
  height: 100%;
  min-height: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgb(0 0 0 / 0.45),
    inset 0 0 0 1px color-mix(in srgb, var(--ink) 8%, transparent);
}

.portrait__img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 48% 0%;
}

.foot {
  background: color-mix(in srgb, #070708 88%, transparent);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.dock {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.45rem;
  min-height: var(--dock-h);
  padding: 0.55rem max(var(--pad), calc((100% - 1440px) / 2 + var(--pad))) 0.45rem;
}

.dock__fence {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  min-width: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 2.4vw, 0.78rem);
  font-weight: 500;
  letter-spacing: clamp(0.06em, 1.2vw, 0.14em);
  text-transform: uppercase;
  color: var(--ink-dim);
}

.dock__line {
  white-space: nowrap;
}

.dock__icon {
  color: var(--orange);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.dock__btn {
  width: 100%;
}

.legal {
  display: grid;
  gap: 0.45rem;
  min-height: var(--legal-h);
  padding: 0.2rem max(var(--pad), calc((100% - 1440px) / 2 + var(--pad)))
    calc(0.65rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
}

.legal__holdings {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: var(--ink-dim);
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.legal__holdings:hover,
.legal__holdings:focus-visible {
  color: var(--ink);
}

.legal__emblem {
  flex: 0 0 auto;
  width: 0.8rem;
  height: auto;
}

.legal__place {
  color: var(--ink-mute);
}

.legal__place::before {
  content: "·";
  margin-right: 0.5rem;
  color: var(--ink-mute);
}

.legal__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
}

.legal__link {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink-mute);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.legal__link:hover,
.legal__link:focus-visible {
  color: var(--orange);
}

.legal__link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.sheet {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.sheet::backdrop {
  background: rgb(4 4 6 / 0.72);
  backdrop-filter: blur(10px);
}

.sheet__frame {
  display: grid;
  height: 100%;
  overflow: hidden;
  background: var(--bg-2);
  border: 0;
  border-radius: 0;
  position: relative;
}

.sheet__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  border: 1px solid var(--line);
  background: rgb(10 10 12 / 0.7);
  color: var(--ink);
  border-radius: 999px;
  min-height: 2.4rem;
  padding: 0 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

/* About modal only: nudge close right so it clears the scrollbar gutter */
#about .sheet__close {
  right: 1.6rem;
}

.sheet__side {
  display: none;
  position: relative;
}

.sheet__side picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sheet__side picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.sheet__lockup {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  z-index: 2;
  width: auto;
  height: clamp(2.25rem, 4.2vw, 3.05rem);
  max-width: min(15rem, 78%);
  object-fit: contain;
  object-position: center top;
  transform: translateX(-50%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.sheet__caption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent, rgb(10 10 12 / 0.92) 38%);
}

.sheet__caption h2 {
  margin: 0.2rem 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sheet__caption p {
  margin: 0 0 0.55rem;
  color: var(--ink-dim);
}

.sheet__quiet {
  color: var(--ink-mute) !important;
  font-size: 0.88rem;
}

.sheet__faq {
  margin: 0 0 0.55rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.45rem 0;
}

.sheet__faq summary {
  cursor: pointer;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--ink);
  list-style: none;
  padding: 0.4rem 0;
  position: relative;
  padding-right: 1.6rem;
}

.sheet__faq summary::-webkit-details-marker {
  display: none;
}

.sheet__faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.45rem;
  color: var(--orange);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}

.sheet__faq[open] summary::after {
  content: "−";
}

.sheet__faq p {
  margin: 0.5rem 0 0;
  color: var(--ink-dim);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  line-height: 1.5;
}

.sheet__cal {
  min-height: 70dvh;
  background: #1a1a1d;
}

.sheet__copy {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 70dvh;
  padding: 4.2rem 1.6rem 1.6rem;
  overflow: auto;
  scrollbar-gutter: stable;
}

.sheet__copy-kicker {
  margin-bottom: 0.1rem;
}

.sheet__copy-hero {
  margin: 0 0 0.15rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 8vw, 2.6rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sheet__copy-title {
  margin: 0.7rem 0 0;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.sheet__copy p {
  margin: 0;
  max-width: 36rem;
  color: var(--ink-dim);
}

.sheet__copy-link {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sheet__copy-link:hover,
.sheet__copy-link:focus-visible {
  color: var(--orange);
}

.about-list {
  margin: 0.15rem 0 0.2rem;
  padding: 0;
  max-width: 36rem;
  list-style: none;
}

.about-list li {
  position: relative;
  margin: 0;
  padding: 0.55rem 0 0.55rem 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--ink-dim);
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--orange);
}

.sheet__copy .btn {
  width: fit-content;
  margin-top: 0.45rem;
}

.cal-fallback {
  display: grid;
  place-content: center;
  gap: 0.5rem;
  min-height: 70dvh;
  padding: 2rem;
  text-align: center;
}

.cal-fallback[hidden] {
  display: none;
}

.cal-fallback code {
  font-size: 0.85em;
  color: var(--orange);
}

@media (min-width: 720px) {
  :root {
    --dock-h: 4.5rem;
    --legal-h: 2.7rem;
  }

  .top,
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    column-gap: clamp(1.25rem, 3vw, 2.5rem);
  }

  .lockup__mark {
    max-width: 100%;
  }

  .hero__cta .btn {
    display: inline-flex;
    width: fit-content;
  }

  .hero {
    grid-template-areas: none;
    align-items: stretch;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    height: calc(100dvh - var(--top-h) - var(--dock-h) - var(--legal-h) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding-bottom: 0;
  }

  .hero__copy,
  .hero__visual {
    grid-area: auto;
  }

  .hero__copy {
    align-content: center;
    padding: 1rem 0 2rem;
    max-width: 38rem;
    background: none;
    gap: 1rem;
    container-type: inline-size;
  }

  .hook {
    font-size: clamp(2.05rem, 9.4cqi, 4.5rem);
  }

  .hook span {
    white-space: nowrap;
  }

  .portrait {
    height: 100%;
    min-height: 0;
  }

  .portrait__img {
    height: 100%;
    min-height: 0;
    object-position: 52% 16%;
  }

  .dock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem max(var(--pad), calc((100% - 1440px) / 2 + var(--pad))) 0.45rem;
  }

  .legal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem max(var(--pad), calc((100% - 1440px) / 2 + var(--pad)))
      calc(0.55rem + env(safe-area-inset-bottom, 0px));
  }

  .dock__fence {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .dock__btn {
    width: auto;
    flex: 0 0 auto;
  }

  .sheet {
    width: min(1120px, calc(100% - 2rem));
    height: min(860px, calc(100% - 2rem));
    margin: auto;
  }

  .sheet__frame {
    grid-template-columns: 0.42fr 0.58fr;
    border: 1px solid var(--line);
    border-radius: 1rem;
  }

  .sheet__side {
    display: block;
  }

  .sheet__cal,
  .cal-fallback,
  .sheet__copy {
    min-height: 100%;
  }

  .sheet__copy {
    padding: 3.4rem 2.4rem 1.8rem;
  }

  .sheet__copy-kicker,
  .sheet__copy-hero {
    display: none;
  }
}

@media (min-width: 1440px) {
  .stage {
    max-width: 1440px;
    margin: 0 auto;
  }

  .top {
    max-width: 1440px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 719px) and (orientation: landscape) {
  .hero {
    grid-template-areas: none;
    grid-template-columns: 1.05fr 0.95fr;
    height: calc(100dvh - var(--top-h) - var(--dock-h) - var(--legal-h) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding-bottom: 0.25rem;
    gap: 0.85rem;
  }

  .hero__copy,
  .hero__visual {
    grid-area: auto;
  }

  .hero__copy {
    align-content: center;
    background: none;
    padding: 0.35rem 0;
    max-width: none;
  }

  .hook {
    font-size: clamp(1.8rem, 7vh, 2.8rem);
  }

  .lede {
    display: none;
  }
}

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

  .btn {
    transition: none;
    transform: none;
  }
}
