@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #f7f4ed;
  color: #0c1427;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background: #ff8c42;
  color: #fff;
}

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

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

.wrap {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff8c42;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #ff8c42;
}

.eyebrow--light {
  color: #ffb066;
}
.eyebrow--light::before {
  background: #ffb066;
}

.eyebrow--dark {
  color: #4a5b3c;
}
.eyebrow--dark::before {
  background: #4a5b3c;
}

.h-display {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  min-height: 44px;
  border: 1px solid transparent;
}
.btn--primary {
  background: #ff8c42;
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(255, 140, 66, 0.6);
}
.btn--primary:hover {
  background: rgb(255, 121.380952381, 35.4);
  transform: translateY(-1px);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--ghost {
  background: transparent;
  color: #fef3c7;
  border-color: rgba(255, 255, 255, 0.22);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--ghost-dark {
  background: transparent;
  color: #0c1427;
  border-color: rgba(12, 20, 39, 0.18);
}
.btn--ghost-dark:hover {
  background: rgba(12, 20, 39, 0.05);
  border-color: #0c1427;
}
.btn svg {
  width: 16px;
  height: 16px;
}

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px 0;
  transition: background 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #fef3c7;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-size: 22px;
}
.nav__brand-mark {
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 30% 30%, #fef3c7, #ff8c42 40%, #ffb066);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(255, 217, 168, 0.45);
}
.nav__links {
  display: none;
  gap: 28px;
  font-size: 14px;
}
.nav__links a {
  position: relative;
  padding: 4px 0;
  transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #ff8c42;
  transition: width 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav__links a:hover::after {
  width: 100%;
}
@media (min-width: 900px) {
  .nav__links {
    display: inline-flex;
  }
}
.nav.is-scrolled {
  background: rgba(10, 17, 38, 0.85);
  backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0;
}
.nav__cta {
  padding: 10px 18px;
  font-size: 13px;
  min-height: 40px;
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  color: #fef3c7;
  overflow: hidden;
  background: radial-gradient(1100px 700px at 20% 20%, rgba(124, 92, 255, 0.18), transparent 60%), radial-gradient(900px 600px at 90% 80%, rgba(255, 140, 66, 0.14), transparent 60%), linear-gradient(180deg, #050816 0%, #0a1126 35%, #131c3a 100%);
}
.hero__sky {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__sky canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__milkyway {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 40% at 50% 35%, rgba(168, 140, 220, 0.18), transparent 65%), radial-gradient(ellipse 60% 25% at 30% 50%, rgba(255, 180, 140, 0.1), transparent 70%);
  mix-blend-mode: screen;
}
.hero__moon {
  position: absolute;
  top: 14%;
  right: 10%;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff, #fef3c7 50%, #b8a87c 85%);
  box-shadow: 0 0 60px 10px rgba(254, 243, 199, 0.18), inset -10px -10px 0 rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.hero__moon::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
}
.hero__moon::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 35%;
  width: 10px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
}
.hero__mountains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__mountains svg {
  display: block;
  width: 100%;
}
.hero__mountains--back {
  opacity: 0.65;
}
.hero__mountains--mid {
  opacity: 0.85;
}
.hero__mountains--front {
  opacity: 1;
}
.hero__campfire {
  position: absolute;
  bottom: 4%;
  left: 12%;
  z-index: 3;
  pointer-events: none;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at 50% 60%, #ffb066, rgba(255, 140, 66, 0) 70%);
  filter: blur(2px);
  animation: flicker 3.2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
@keyframes flicker {
  0%, 100% {
    transform: scale(1) translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.06) translateY(-2px);
    opacity: 1;
  }
}
.hero__content {
  position: relative;
  z-index: 4;
  padding-top: 18vh;
  padding-bottom: 14vh;
  display: grid;
  gap: 24px;
  max-width: 920px;
}
.hero__title {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(48px, 8vw, 124px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fef3c7;
}
.hero__title em {
  font-style: italic;
  color: #ffb066;
}
.hero__title .stroke {
  -webkit-text-stroke: 1px rgba(254, 243, 199, 0.55);
  color: transparent;
  font-style: italic;
}
.hero__lede {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  max-width: 56ch;
  color: rgba(254, 243, 199, 0.78);
}
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.hero__strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 17, 38, 0.55);
  backdrop-filter: blur(10px);
  padding: 18px 0;
}
.hero__strip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  color: #fef3c7;
}
@media (min-width: 760px) {
  .hero__strip-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero__stat-num {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
}
.hero__stat-lbl {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(254, 243, 199, 0.55);
}

.section {
  padding: clamp(72px, 10vw, 128px) 0;
  position: relative;
}

.section--dark {
  background: linear-gradient(180deg, #0a1126 0%, #131c3a 100%);
  color: #fef3c7;
}

.section--paper {
  background: #f7f4ed;
  color: #0c1427;
}

.section__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: clamp(40px, 6vw, 64px);
  align-items: end;
}
@media (min-width: 900px) {
  .section__head {
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
  }
}

.section__title {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 12px 0 0;
}

.section__title em {
  font-style: italic;
  color: #ff8c42;
}

.section--dark .section__title em {
  color: #ffb066;
}

.section__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #5d637a;
  max-width: 44ch;
}

.section--dark .section__sub {
  color: rgba(254, 243, 199, 0.7);
}

.exp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 760px) {
  .exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .exp-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.exp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(12, 20, 39, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -30px rgba(12, 20, 39, 0.25);
  border-color: rgba(12, 20, 39, 0.18);
}
.exp-card__art {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a1126 0%, #131c3a 70%, #1c2547 100%);
}
.exp-card__art canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.exp-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(247, 244, 237, 0.95);
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c1427;
}
.exp-card__body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.exp-card__title {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
}
.exp-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: #5d637a;
  flex: 1;
}
.exp-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(12, 20, 39, 0.1);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  color: #5d637a;
}
.exp-card__price {
  color: #0c1427;
  font-weight: 500;
}
.exp-card__price small {
  color: #5d637a;
  font-weight: 400;
  margin-left: 4px;
}

.loc-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .loc-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.loc-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #131c3a;
  color: #fef3c7;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 460px;
}
.loc-card__art {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(180deg, #0a1126 0%, #131c3a 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.loc-card__art canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.loc-card__body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.loc-card__name {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0;
}
.loc-card__where {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.5px;
  color: rgba(254, 243, 199, 0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.loc-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(254, 243, 199, 0.78);
}
.loc-card__specs {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.loc-card__spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}
.loc-card__spec-k {
  font-size: 10.5px;
  color: rgba(254, 243, 199, 0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.loc-card__spec-v {
  font-size: 14px;
  color: #fef3c7;
}
.loc-card__bortle {
  display: inline-flex;
  gap: 3px;
  margin-top: 4px;
}
.loc-card__bortle div {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}
.loc-card__bortle div.on {
  background: linear-gradient(135deg, #ffb066, #ff8c42);
  box-shadow: 0 0 6px rgba(255, 140, 66, 0.5);
}

.included {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 760px) {
  .included {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .included {
    grid-template-columns: repeat(3, 1fr);
  }
}

.incl-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: background 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.incl-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.incl-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 140, 66, 0.14);
  color: #ffb066;
}
.incl-item__icon svg {
  width: 20px;
  height: 20px;
}
.incl-item__title {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 4px;
  color: #fef3c7;
}
.incl-item__desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(254, 243, 199, 0.7);
  margin: 0;
}

.tonight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) {
  .tonight {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
  }
}

.tonight__viz {
  position: relative !important;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #1c2547 0%, #0a1126 70%, #050816 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: 0 0 60px -10px rgba(124, 92, 255, 0.2) inset;
  max-width: 480px;
  margin-inline: auto;
}
.tonight__viz canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tonight__viz-ring {
  position: absolute;
  inset: 8%;
  border: 1px dashed rgba(254, 243, 199, 0.18);
  border-radius: 50%;
}
.tonight__viz-ring--inner {
  position: absolute;
  inset: 28%;
  border: 1px dashed rgba(254, 243, 199, 0.1);
  border-radius: 50%;
}
.tonight__viz-cardinal {
  position: absolute;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(254, 243, 199, 0.45);
  pointer-events: none;
}

.tonight__list {
  display: grid;
  gap: 12px;
}

.tonight__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
.tonight__row-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(254, 243, 199, 0.06);
  color: #fef3c7;
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
}
.tonight__row-name {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #fef3c7;
}
.tonight__row-meta {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: rgba(254, 243, 199, 0.55);
  letter-spacing: 0.08em;
}
.tonight__row-val {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  color: #ffb066;
  text-align: right;
}

.quote {
  position: relative;
  padding: 36px 40px 32px;
  background: #ffffff;
  border: 1px solid rgba(12, 20, 39, 0.1);
  border-radius: 16px;
}
.quote__text {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.4;
  color: #0c1427;
  margin: 0 0 24px;
}
.quote__by {
  display: flex;
  align-items: center;
  gap: 14px;
}
.quote__avi {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a8b6a, #4a5b3c);
  color: #fef3c7;
  display: grid;
  place-items: center;
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
}
.quote__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.quote__name {
  font-weight: 500;
  font-size: 14px;
  color: #0c1427;
}
.quote__when {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: #5d637a;
  letter-spacing: 0.08em;
}
.quote::before {
  content: "“";
  position: absolute;
  top: -16px;
  left: 24px;
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 80px;
  line-height: 1;
  color: #ff8c42;
}

.book {
  position: relative;
  border-radius: 24px;
  background: radial-gradient(700px 400px at 80% 20%, rgba(255, 140, 66, 0.2), transparent 60%), linear-gradient(160deg, #0a1126 0%, #131c3a 100%);
  color: #fef3c7;
  padding: clamp(48px, 7vw, 88px) clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 900px) {
  .book {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
  }
}
.book__title {
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.book__title em {
  font-style: italic;
  color: #ffb066;
}
.book__sub {
  color: rgba(254, 243, 199, 0.78);
  font-size: 16px;
  max-width: 42ch;
}

.bk-form {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
}
.bk-form__row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .bk-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
.bk-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bk-form__field label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(254, 243, 199, 0.6);
}
.bk-form__field input, .bk-form__field select, .bk-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fef3c7;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  transition: border-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bk-form__field input::placeholder, .bk-form__field textarea::placeholder {
  color: rgba(254, 243, 199, 0.4);
}
.bk-form__field input:focus, .bk-form__field select:focus, .bk-form__field textarea:focus {
  outline: 0;
  border-color: #ff8c42;
  background: rgba(255, 255, 255, 0.1);
}
.bk-form__field .help {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: rgba(254, 243, 199, 0.5);
}
.bk-form__submit {
  margin-top: 6px;
  justify-content: center;
}
.bk-form__legal {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: rgba(254, 243, 199, 0.45);
  text-align: center;
}

.foot {
  background: #0c1427;
  color: rgba(254, 243, 199, 0.7);
  padding: 64px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.foot__cols {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .foot__cols {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.foot__cols {
  margin-bottom: 48px;
}
.foot__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Fraunces", "Cormorant Garamond", "Times New Roman", serif;
  font-size: 24px;
  color: #fef3c7;
  margin-bottom: 12px;
}
.foot__brand-mark {
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 30% 30%, #fef3c7, #ff8c42 40%, #ffb066);
  border-radius: 50%;
}
.foot__about {
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.55;
}
.foot__col-h {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(254, 243, 199, 0.4);
  margin-bottom: 14px;
}
.foot__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.foot__col a {
  color: #fef3c7;
  transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.foot__col a:hover {
  color: #ffb066;
}
.foot__base {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: rgba(254, 243, 199, 0.45);
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
  .hero__campfire {
    animation: none;
  }
}
:focus-visible {
  outline: 2px solid #ff8c42;
  outline-offset: 3px;
  border-radius: 4px;
}
