:root {
  --background: #fff8f5;
  --surface: #ffffff;
  --surface-soft: #fbf2ed;
  --surface-muted: #efe6e2;
  --primary: #03271a;
  --primary-soft: #c5ebd7;
  --text: #1e1b18;
  --muted: #414844;
  --outline: rgba(65, 72, 68, 0.18);
  --shadow: 0 32px 80px rgba(3, 39, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--background);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(197, 235, 215, 0.46), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(159, 214, 224, 0.24), transparent 30rem),
    linear-gradient(180deg, #fff8f5 0%, #f6ece6 100%);
}

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

.page-shell {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}

.topbar,
.footer {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 24px clamp(20px, 5vw, 64px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: var(--primary);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.status-pill {
  border: 1px solid var(--outline);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.status-pill {
  padding: 10px 16px;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 164px));
  place-items: center;
  overflow: hidden;
  padding: 56px clamp(20px, 5vw, 64px);
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(255, 248, 245, 0.94));
  content: "";
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: clamp(16px, 3vw, 40px);
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface-muted);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  opacity: 0.7;
  transform: scale(1.04);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 39, 26, 0.04), rgba(255, 248, 245, 0.24)),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22) 36%, transparent 62%);
  content: "";
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: clamp(36px, 7vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(3, 39, 26, 0.13);
  text-align: center;
  backdrop-filter: blur(24px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--primary);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(54px, 10vw, 112px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 0.95;
}

.lede {
  width: min(100%, 560px);
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.footer a {
  color: var(--primary);
  font-weight: 700;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.powered-logo {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
}

@media (min-width: 901px) {
  .page-shell {
    min-height: 100vh;
  }

  .hero {
    width: min(100%, 1280px);
    min-height: min(720px, calc(100vh - 164px));
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.78fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    overflow: visible;
    padding: 42px clamp(28px, 5vw, 64px) 56px;
    place-items: stretch;
  }

  .hero::before {
    inset: 9% clamp(28px, 5vw, 64px) 11%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.2));
    box-shadow: 0 28px 74px rgba(3, 39, 26, 0.1);
  }

  .hero-media {
    position: relative;
    inset: auto;
    order: 2;
    width: min(100%, 440px);
    height: min(620px, calc(100vh - 250px));
    min-height: 500px;
    justify-self: end;
    border: 10px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .hero-media img {
    opacity: 1;
    filter: none;
    object-position: top center;
    transform: none;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 248, 245, 0.08));
  }

  .hero-panel {
    order: 1;
    width: min(100%, 640px);
    align-self: center;
    padding: clamp(38px, 4.8vw, 64px);
    text-align: left;
  }

  h1 {
    max-width: 560px;
    font-size: clamp(58px, 5.2vw, 86px);
    line-height: 1;
  }

  .lede {
    margin-inline: 0;
  }
}

@media (max-width: 700px) {
  .topbar,
  .footer {
    padding-inline: 20px;
  }

  .hero {
    min-height: calc(100vh - 150px);
    padding-block: 28px;
  }

  .hero-media {
    inset: 10px;
    border-radius: 20px;
  }

  .hero-panel {
    border-radius: 24px;
  }

  h1 {
    font-size: clamp(54px, 15vw, 74px);
  }

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