:root {
  --emerald: #032f27;
  --emerald-2: #064337;
  --gold: #c8a76a;
  --ivory: #fff8ee;
  --cream: #f6efe4;
  --muted: #655f56;
  --line: rgba(3, 47, 39, 0.14);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--emerald);
  background:
    radial-gradient(circle at 8% 86%, rgba(200, 167, 106, 0.2), transparent 24rem),
    linear-gradient(90deg, #fffaf3 0%, var(--cream) 52%, #eadfcb 100%);
  font-family: Inter, Arial, sans-serif;
}

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

.page-shell {
  min-height: 100vh;
}

.announcement {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--emerald);
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  padding: 0.75rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 42px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 5vw, 6rem);
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 248, 238, 0.18) 50%, rgba(3, 47, 39, 0.08)),
    repeating-linear-gradient(90deg, rgba(3, 47, 39, 0.035) 0 1px, transparent 1px 42px);
}

.hero::after {
  content: "";
  position: absolute;
  left: -4rem;
  bottom: -8rem;
  z-index: -2;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(200, 167, 106, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, rgba(200, 167, 106, 0.18), rgba(3, 47, 39, 0.05));
}

.ambient {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.ambient-one {
  top: 18%;
  right: 39%;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(200, 167, 106, 0.3);
  background: radial-gradient(circle, rgba(200, 167, 106, 0.16), transparent 70%);
}

.ambient-two {
  right: 4%;
  bottom: 8%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 66%);
}

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

.brand-logo {
  display: block;
  width: min(320px, 78vw);
  height: auto;
  margin-bottom: clamp(2.4rem, 5vw, 4.8rem);
  filter: drop-shadow(0 14px 22px rgba(3, 47, 39, 0.08));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(200, 167, 106, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 14px 36px rgba(3, 47, 39, 0.08);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  padding: 0.72rem 1.15rem;
  text-transform: uppercase;
}

h1 {
  margin: 1.6rem 0 0;
  color: var(--emerald);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5.2rem, 12vw, 10.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.86;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(3, 47, 39, 0.08);
}

.rule {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
  gap: 1.2rem;
  max-width: 580px;
  margin: clamp(1.7rem, 4vw, 2.4rem) 0;
  color: var(--gold);
}

.rule span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.rule span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.rule img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.82;
}

.intro {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 2.5vw, 1.28rem);
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.primary,
.secondary {
  display: inline-flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0.95rem 1.7rem;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary {
  background: var(--emerald);
  box-shadow: 0 22px 48px rgba(3, 47, 39, 0.22);
  color: #fffaf2;
}

.secondary {
  border: 1px solid rgba(200, 167, 106, 0.62);
  background: rgba(255, 255, 255, 0.46);
  color: var(--emerald);
}

.primary:hover,
.secondary:hover {
  transform: translateY(-2px);
}

.hero-card {
  position: relative;
  min-height: min(620px, 72vh);
}

.gold-arc {
  position: absolute;
  inset: -1.7rem -1.7rem auto auto;
  z-index: 1;
  width: 58%;
  aspect-ratio: 1;
  border-top: 2px solid rgba(200, 167, 106, 0.78);
  border-right: 2px solid rgba(200, 167, 106, 0.48);
  border-radius: 999px;
}

.arch {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 167, 106, 0.52);
  border-radius: 240px 240px 8px 8px;
  background:
    linear-gradient(160deg, rgba(3, 47, 39, 0.86), rgba(3, 47, 39, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 32px);
  box-shadow: 0 36px 90px rgba(3, 47, 39, 0.22);
}

.arch::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.12), transparent 32%),
    radial-gradient(circle at 72% 18%, rgba(200, 167, 106, 0.2), transparent 22rem);
}

.arch::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(200, 167, 106, 0.28);
  border-radius: 220px 220px 8px 8px;
}

.monogram-wrap {
  position: absolute;
  inset: 12% 12% 14%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(200, 167, 106, 0.1));
}

.monogram-wrap img {
  width: min(68%, 360px);
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.18));
}

.launch-tag {
  position: absolute;
  top: clamp(1rem, 4vw, 2.5rem);
  left: clamp(1rem, 4vw, 2.5rem);
  z-index: 2;
  display: grid;
  min-width: 116px;
  place-items: center;
  border: 1px solid rgba(200, 167, 106, 0.42);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.16);
  padding: 0.8rem 1rem;
  text-align: center;
}

.launch-tag span {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-tag strong {
  color: var(--emerald);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 0.9;
}

.promise-card {
  position: absolute;
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: clamp(1rem, 4vw, 2.5rem);
  max-width: 270px;
  border: 1px solid rgba(200, 167, 106, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  padding: 1.1rem;
}

.promise-card span {
  display: block;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.promise-card strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--emerald);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--emerald);
  color: #fffaf2;
  padding: 1px;
}

.features article {
  min-height: 170px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(200, 167, 106, 0.08)),
    var(--emerald);
  padding: clamp(1.3rem, 3vw, 2rem);
}

.features span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}

.features strong {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.features p {
  max-width: 320px;
  margin: 0.7rem 0 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 420px;
  }

  .brand-logo {
    margin-inline: auto;
  }

  .hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  .rule {
    margin-inline: auto;
  }

  .actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .announcement {
    min-height: 38px;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
    justify-content: center;
  }

  .announcement span:first-child,
  .announcement span:last-child {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 2rem 1rem 2.8rem;
  }

  .brand-logo {
    width: min(270px, 84vw);
    margin-bottom: 2.4rem;
  }

  h1 {
    font-size: clamp(4.4rem, 20vw, 5.8rem);
  }

  .intro {
    font-size: 1rem;
    line-height: 1.72;
  }

  .actions {
    display: grid;
  }

  .primary,
  .secondary {
    width: 100%;
  }

  .hero-card {
    min-height: 360px;
  }

  .promise-card {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }

  .features {
    grid-template-columns: 1fr;
  }
}
