:root {
  --bg-top: #edf6ff;
  --bg-bottom: #cfe1c8;
  --navy: #16334b;
  --blue: #417198;
  --cyan: #a9d3ec;
  --orange: #d9873d;
  --orange-deep: #9b5321;
  --gold: #f3c776;
  --sand: #edf0dc;
  --ink: #18212e;
  --forest: #23452f;
  --forest-soft: #3e6b48;
  --stone: #708394;
  --card-shadow: 0 24px 60px rgba(22, 51, 75, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(243, 199, 118, 0.3), transparent 30%),
    radial-gradient(circle at bottom right, rgba(62, 107, 72, 0.18), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  overflow-x: hidden;
}

.sky-glow {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.4;
  pointer-events: none;
}

.sky-glow-left {
  top: -8rem;
  left: -10rem;
  background: rgba(169, 211, 236, 0.55);
}

.sky-glow-right {
  right: -6rem;
  top: 10rem;
  background: rgba(62, 107, 72, 0.2);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: stretch;
  gap: 0;
  padding: 48px 0;
}

.hero-card,
.scene-card {
  position: relative;
  border-radius: 32px;
  box-shadow: var(--card-shadow);
}

.hero-card {
  overflow: hidden;
}

.hero-card {
  min-height: 760px;
  padding: 40px 128px 40px 40px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(242, 247, 240, 0.88)),
    linear-gradient(180deg, #ffffff, #eef4e9);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  background: radial-gradient(circle at top right, rgba(169, 211, 236, 0.28), transparent 42%);
  pointer-events: none;
}

.hero-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.hero-copy {
  max-width: 42rem;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.brand-lockup-scene {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 6;
  transform: rotate(7deg);
  transform-origin: top right;
}

.brand-lockup-scene .brand-logo-frame {
  width: 164px;
  padding: 8px;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(22, 51, 75, 0.26);
}

.brand-logo-frame {
  width: 188px;
  padding: 10px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 241, 0.92));
  box-shadow: 0 20px 44px rgba(22, 51, 75, 0.16);
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-caption {
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(22, 51, 75, 0.08);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #fff8ee;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(219, 86, 0, 0.25);
}

.eyebrow {
  margin: 18px 0 10px;
  color: var(--forest-soft);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1 {
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: var(--navy);
}

.lead {
  max-width: 56ch;
  margin: 18px 0 28px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(65, 113, 152, 0.1);
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.countdown {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.time-card {
  padding: 18px 14px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(180deg, #284d69, #16334b);
  color: white;
  transform: translateY(0);
  animation: floatCard 5.5s ease-in-out infinite;
}

.time-card:nth-child(2) {
  animation-delay: 0.15s;
}

.time-card:nth-child(3) {
  animation-delay: 0.3s;
}

.time-card:nth-child(4) {
  animation-delay: 0.45s;
}

.time-value {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: 1;
  color: var(--gold);
}

.time-label {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
}

.status-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(8, 59, 102, 0.08);
}

.status-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--forest-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.travel-note {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 51, 75, 0.06), rgba(22, 51, 75, 0.02));
  border: 1px solid rgba(22, 51, 75, 0.08);
}

.travel-note-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--forest-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.travel-note-title {
  display: block;
  color: var(--navy);
  font-size: 1.2rem;
}

.travel-note-details,
.travel-note-warning {
  margin: 8px 0 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

.travel-note-warning {
  color: #7b4f1d;
  font-weight: 700;
}

.scene-card {
  z-index: 2;
  align-self: stretch;
  min-height: 760px;
  height: 100%;
  margin: 0 0 0 -54px;
  min-height: 620px;
  overflow: visible;
}

.scene-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background:
    linear-gradient(180deg, #d7ebfb 0%, #9dc0da 34%, #637f98 62%, #31485e 100%);
}

.scene-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.26), transparent 16%),
    linear-gradient(180deg, transparent 0%, rgba(10, 24, 36, 0.12) 100%);
  pointer-events: none;
}

.scene-card::after {
  content: '';
  position: absolute;
  right: 62px;
  top: -6px;
  width: 86px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(225, 236, 244, 0.34));
  box-shadow: 0 8px 18px rgba(15, 34, 49, 0.1);
  transform: rotate(-7deg);
  opacity: 0.92;
}

.sun {
  position: absolute;
  right: 66px;
  top: 62px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8d4 0%, #f3c776 58%, #d9873d 100%);
  box-shadow: 0 0 50px rgba(243, 199, 118, 0.35);
}

.cloud {
  position: absolute;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(0.4px);
}

.cloud::before,
.cloud::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  width: 34px;
  height: 34px;
  left: 10px;
  bottom: 8px;
}

.cloud::after {
  width: 28px;
  height: 28px;
  right: 18px;
  bottom: 10px;
}

.cloud-left {
  top: 110px;
  left: 50px;
  width: 110px;
}

.cloud-right {
  top: 86px;
  right: 160px;
  width: 126px;
}

.mountain {
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-back {
  left: 110px;
  bottom: 246px;
  width: 300px;
  height: 250px;
  background: linear-gradient(180deg, #ebf3fb 10%, #7c94ab 74%);
}

.mountain-front {
  right: 38px;
  bottom: 188px;
  width: 360px;
  height: 326px;
  background: linear-gradient(180deg, #ffffff 8%, #d7e3ef 16%, #536a7f 72%);
}

.ridge {
  position: absolute;
  inset: auto 0 0;
  clip-path: polygon(0 45%, 10% 36%, 20% 52%, 32% 40%, 44% 56%, 56% 38%, 68% 51%, 82% 34%, 100% 48%, 100% 100%, 0 100%);
}

.ridge-back {
  bottom: 118px;
  height: 180px;
  background: linear-gradient(180deg, #587361, #3d5846);
}

.ridge-front {
  bottom: 0;
  height: 220px;
  background: linear-gradient(180deg, #4b6a53, #2a3e31);
}

.trail {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 180px;
  height: 230px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #b98a5a, #8e6034);
  clip-path: polygon(48% 0, 66% 18%, 73% 42%, 70% 60%, 86% 100%, 14% 100%, 30% 60%, 27% 42%, 34% 18%);
}

.pine {
  position: absolute;
  width: 132px;
  height: 238px;
  bottom: 88px;
}

.pine-left {
  left: 38px;
}

.pine-right {
  right: 30px;
  transform: scale(0.88);
  transform-origin: bottom right;
}

.pine-trunk {
  position: absolute;
  left: 54px;
  bottom: 0;
  width: 16px;
  height: 84px;
  border-radius: 10px;
  background: linear-gradient(180deg, #6f4728, #432612);
}

.pine-crown {
  position: absolute;
  left: 10px;
  width: 108px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background: linear-gradient(180deg, #497357, #23452f);
}

.pine-crown-1 {
  top: 28px;
  height: 84px;
}

.pine-crown-2 {
  top: 68px;
  left: 0;
  width: 128px;
  height: 92px;
}

.pine-crown-3 {
  top: 114px;
  height: 100px;
}

.badge-float {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(244, 246, 235, 0.92);
  color: var(--forest);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scene-overlay {
  position: absolute;
  left: 26px;
  right: 24px;
  top: 190px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 34, 49, 0.28), rgba(15, 34, 49, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  color: #f4fbff;
}

.scene-kicker {
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 251, 255, 0.82);
}

.scene-title {
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.scene-note {
  margin: 10px 0 0;
  max-width: 24ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 251, 255, 0.84);
}

.finished-state {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(255, 209, 92, 0.3));
}

.finished-state h2,
.finished-state p {
  margin: 0;
}

.finished-state p {
  margin-top: 8px;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 980px) {
  .page-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 36px;
  }

  .hero-header {
    grid-template-columns: 1fr;
  }

  .brand-lockup-scene {
    top: -10px;
    right: -10px;
  }

  .scene-card {
    min-height: 420px;
    order: -1;
    margin-left: 0;
  }

  .mountain-back {
    left: 60px;
    bottom: 188px;
  }

  .mountain-front {
    right: 10px;
    bottom: 132px;
    width: 300px;
    height: 250px;
  }

  .pine-right {
    right: 12px;
  }
}

@media (max-width: 720px) {
  .hero-card,
  .scene-card {
    border-radius: 24px;
  }

  .hero-card {
    padding: 26px 20px;
  }

  .brand-lockup {
    margin-bottom: 14px;
  }

  .brand-logo-frame {
    width: min(100%, 210px);
    padding: 10px;
    border-radius: 22px;
  }

  .brand-lockup-scene .brand-logo-frame {
    width: 122px;
    padding: 7px;
    border-radius: 18px;
  }

  .countdown,
  .status-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-overlay {
    left: 14px;
    right: 14px;
    top: 148px;
    padding: 14px;
  }

  .scene-card::after {
    right: 40px;
    top: -4px;
    width: 70px;
    height: 18px;
  }

  .scene-note {
    max-width: none;
    font-size: 0.88rem;
  }

  .scene-card {
    min-height: 320px;
  }

  .sun {
    width: 92px;
    height: 92px;
    top: 28px;
    right: 30px;
  }

  .mountain-back {
    left: 42px;
    width: 180px;
    height: 160px;
    bottom: 130px;
  }

  .mountain-front {
    right: 16px;
    width: 220px;
    height: 186px;
    bottom: 96px;
  }

  .ridge-back {
    bottom: 86px;
    height: 120px;
  }

  .ridge-front {
    height: 150px;
  }

  .trail {
    width: 120px;
    height: 150px;
  }

  .pine {
    bottom: 42px;
    transform: scale(0.62);
    transform-origin: bottom left;
  }

  .pine-right {
    transform: scale(0.56);
    transform-origin: bottom right;
  }

  .cloud-right {
    right: 88px;
    width: 92px;
  }

  .cloud-left {
    left: 20px;
    width: 84px;
  }

  .badge-float {
    right: 14px;
    bottom: 14px;
    font-size: 0.72rem;
  }
}