:root {
  --color-cream: #F7F3EC;
  --color-sand: #EDEFD3;
  --color-stone: #BBAE97;
  --color-sage: #A3B49A;
  --color-ink: #1E1E1E;
  --color-olive: #4F5B27;
  --color-bronze: #9E7656;
  --font-title: 'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', Arial, sans-serif;
  --shadow-soft: 0 24px 80px rgba(30, 30, 30, 0.12);
  --line: rgba(30, 30, 30, 0.12);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--color-cream);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(163, 180, 154, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--color-cream), #fffdf7 58%, #f1eadf);
  color: var(--color-ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

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

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

.page {
  width: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(520px, 48vw) minmax(0, 1fr);
  isolation: isolate;
}

.intro-panel {
  position: relative;
  min-height: 100svh;
  background: linear-gradient(135deg, rgba(247,243,236,0.98), rgba(255,253,247,0.96));
  z-index: 2;
  overflow: visible;
}

.intro-inner {
  position: relative;
  width: min(100%, 760px);
  min-height: 100svh;
  padding: clamp(28px, 5vw, 70px) clamp(24px, 5vw, 58px) clamp(26px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 44px);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.44;
  filter: blur(12px);
  animation: float-soft 11s ease-in-out infinite alternate;
}

.ambient-one {
  width: 240px;
  height: 240px;
  left: -110px;
  top: 19%;
  background: rgba(163, 180, 154, 0.22);
}

.ambient-two {
  width: 180px;
  height: 180px;
  right: 8%;
  bottom: 10%;
  background: rgba(187, 174, 151, 0.2);
  animation-delay: -4s;
}

.brand-logo {
  width: clamp(98px, 10vw, 155px);
  height: auto;
}

.status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(79, 91, 39, 0.14);
  border-radius: 7px;
  background: rgba(237, 239, 211, 0.55);
  color: var(--color-olive);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(79, 91, 39, 0.04);
}

.status-pill svg,
.location svg,
.social-card svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.hero-copy {
  max-width: 600px;
}

h1 {
  margin: 0;
  color: var(--color-olive);
  font-family: var(--font-title);
  font-size: clamp(4.8rem, 8.4vw, 8.75rem);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.tagline {
  margin: clamp(26px, 3vw, 36px) 0 0;
  max-width: 560px;
  color: rgba(30, 30, 30, 0.84);
  font-size: clamp(1.04rem, 1.35vw, 1.38rem);
  line-height: 1.52;
  font-weight: 500;
}

.ornament {
  position: relative;
  width: min(100%, 465px);
  height: 1px;
  margin: clamp(26px, 3vw, 34px) 0;
  background: linear-gradient(90deg, var(--color-stone), transparent 46%, transparent 54%, var(--color-stone));
  opacity: 0.85;
}

.ornament span,
.small-ornament::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  border: 1.5px solid var(--color-bronze);
  border-radius: 100% 0 100% 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-cream);
}

.intro-text {
  margin: 0;
  max-width: 480px;
  color: rgba(30, 30, 30, 0.74);
  font-size: clamp(0.96rem, 1vw, 1.06rem);
  line-height: 1.64;
  font-weight: 500;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  color: var(--color-olive);
  font-size: 0.96rem;
  font-weight: 700;
}

.location svg { width: 24px; height: 24px; }

.launch-card {
  width: min(900px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 1.05fr 0.84fr 0.85fr;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 42px);
  border: 1px solid rgba(187, 174, 151, 0.38);
  border-radius: 5px;
  background: rgba(247, 243, 236, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.card-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(30,30,30,0.72);
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 500;
}

.launch-date strong {
  display: block;
  color: var(--color-ink);
  font-family: var(--font-title);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
}

.small-ornament {
  position: relative;
  display: block;
  width: 132px;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, transparent, var(--color-stone), transparent);
}

.days-card {
  position: relative;
  min-height: 176px;
  display: grid;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(187, 174, 151, 0.7);
  border-radius: 10px;
  color: var(--color-olive);
  overflow: hidden;
}

.days-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(187, 174, 151, 0.46);
  border-radius: 8px;
}

.days-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -52px;
  bottom: -50px;
  background: rgba(163, 180, 154, 0.16);
  border-radius: 50%;
  animation: pulse-soft 5s ease-in-out infinite;
}

.days-card span,
.days-card em {
  position: relative;
  z-index: 1;
  display: block;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.days-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: -10px 0 -4px;
  font-family: var(--font-title);
  font-size: clamp(4.2rem, 6vw, 5.4rem);
  font-weight: 500;
  line-height: 1;
}

.social-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding-left: clamp(18px, 3vw, 38px);
  border-left: 1px solid rgba(187, 174, 151, 0.65);
}

.social-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: rgba(30, 30, 30, 0.78);
  font-size: 0.94rem;
  font-weight: 600;
  transition: transform 240ms ease, color 240ms ease;
}

.social-card a:hover {
  color: var(--color-olive);
  transform: translateX(5px);
}

.social-card svg {
  width: 26px;
  height: 26px;
  color: var(--color-olive);
}

.visual-panel {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  background: var(--color-sand);
  z-index: 1;
}

.visual-panel picture,
.visual-panel img {
  width: 100%;
  height: 100%;
}

.visual-panel img {
  object-fit: cover;
  object-position: center center;
  animation: image-breathe 18s ease-in-out infinite alternate;
  filter: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 760ms ease, transform 760ms ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes image-breathe {
  0% { transform: scale(1); }
  100% { transform: scale(1.035); }
}

@keyframes float-soft {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(18px, -20px, 0) scale(1.06); }
}

@keyframes pulse-soft {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.18); opacity: 0.64; }
}

@media (max-width: 1180px) {
  .page {
    grid-template-columns: minmax(440px, 52vw) minmax(0, 1fr);
  }

  h1 {
    font-size: clamp(4rem, 8vw, 6.8rem);
  }

  .launch-card {
    grid-template-columns: 1fr 0.9fr;
  }

  .social-card {
    grid-column: 1 / -1;
    min-height: auto;
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid rgba(187, 174, 151, 0.44);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .social-card .card-label {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 880px) {
  .page {
    display: flex;
    flex-direction: column;
  }

  .intro-panel,
  .intro-inner {
    min-height: auto;
  }

  .intro-inner {
    width: 100%;
    padding: 28px 22px 0;
  }

  .visual-panel {
    position: relative;
    order: -1;
    height: min(66vh, 620px);
    min-height: 420px;
  }

  .brand {
    margin-top: 10px;
  }

  .brand-logo {
    width: 112px;
  }

  .hero-copy {
    margin-top: 6px;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 5.4rem);
    letter-spacing: 0.06em;
  }

  .tagline {
    font-size: 1rem;
  }

  .launch-card {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 26px;
    transform: translateY(34px);
  }

  .social-card {
    border-top: 1px solid rgba(187, 174, 151, 0.44);
  }

  .days-card {
    min-height: 150px;
  }
}

@media (max-width: 560px) {
  .visual-panel {
    height: 48vh;
    min-height: 320px;
  }

  .intro-inner {
    padding-inline: 18px;
  }

  .status-pill {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .launch-card {
    padding: 24px 20px;
  }

  .social-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
