* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: #f6f1ea;
}
body {
  min-height: 100vh;
  margin: 0;
  color: #2c2926;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  background: #f6f1ea;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.home {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 72px);
  isolation: isolate;
}
.home__background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.85), transparent 28%), radial-gradient(circle at 78% 32%, rgba(214, 199, 178, 0.55), transparent 28%), linear-gradient(135deg, #f8f3ec 0%, #eee2d3 100%);
}
.home__background::before,
.home__background::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.55;
}
.home__background::before {
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: -120px;
  background: rgba(255, 255, 255, 0.55);
}
.home__background::after {
  width: 260px;
  height: 260px;
  right: 8vw;
  top: 12vh;
  background: rgba(184, 163, 138, 0.18);
}
.home__hero {
  width: min(100%, 1060px);
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: clamp(28px, 4vw, 48px);
  background: rgba(255, 252, 247, 0.55);
  box-shadow: 0 24px 80px rgba(44, 41, 38, 0.1);
  backdrop-filter: blur(22px);
}
.home__intro {
  max-width: 740px;
  margin: 0 auto clamp(34px, 6vw, 58px);
  text-align: center;
}
.home__eyebrow {
  margin: 0 0 14px;
  color: #756f68;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.home h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.045em;
}
.home__text {
  max-width: 620px;
  margin: 24px auto 0;
  color: #756f68;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}
.home__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.home__note {
  margin: clamp(26px, 4vw, 42px) auto 0;
  max-width: 600px;
  color: rgba(44, 41, 38, 0.62);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
}
.choice-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(44, 41, 38, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 44px rgba(44, 41, 38, 0.07);
  overflow: hidden;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1), background 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.choice-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -55% -20%;
  height: 70%;
  background: radial-gradient(circle, rgba(184, 163, 138, 0.18), transparent 62%);
  transform: translateY(20px);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.55s;
  opacity: 0.7;
}
.choice-card:hover,
.choice-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(44, 41, 38, 0.22);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 70px rgba(44, 41, 38, 0.13);
  outline: none;
}
.choice-card:hover::before,
.choice-card:focus-visible::before {
  transform: translateY(0);
  opacity: 1;
}
.choice-card:hover .choice-card__arrow,
.choice-card:focus-visible .choice-card__arrow {
  transform: translateX(6px);
  opacity: 1;
}
.choice-card:hover .choice-card__icon,
.choice-card:focus-visible .choice-card__icon {
  transform: scale(1.04);
}
.choice-card--soft {
  background: rgba(246, 241, 234, 0.64);
}
.choice-card__icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(44, 41, 38, 0.06);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.choice-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #2c2926;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.choice-card__content {
  position: relative;
  display: block;
}
.choice-card__label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}
.choice-card__description {
  display: block;
  max-width: 360px;
  color: #756f68;
  font-size: 1rem;
  line-height: 1.65;
}
.choice-card__arrow {
  position: absolute;
  right: 28px;
  top: 28px;
  font-size: 1.55rem;
  opacity: 0.48;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s;
}
.js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 760px) {
  .home {
    padding: 18px;
  }
  .home__hero {
    padding: 28px 18px;
    border-radius: 30px;
  }
  .home__choices {
    grid-template-columns: 1fr;
  }
  .choice-card {
    min-height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js-reveal {
    opacity: 1;
    transform: none;
  }
}
