.nagula-coming__label,
.nagula-coming__fineprint {
  text-align: center;
}

.home-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.home-page__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 233, 173, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(3, 6, 5, 0.08), rgba(3, 6, 5, 0.2));
  pointer-events: none;
  z-index: 0;
}

.home-shell {
  position: relative;
  z-index: 1;
  padding-top: clamp(5.5rem, 9vw, 7rem);
  padding-bottom: 4.5rem;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
  min-height: min(78vh, 760px);
}

.home-eyebrow,
.home-feature__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 233, 173, 0.88);
}

.home-title {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-size: clamp(3rem, 6vw, 5.25rem);
  color: rgba(255, 248, 234, 0.98);
  text-wrap: balance;
}

.home-intro {
  max-width: 44rem;
  color: rgba(240, 244, 241, 0.84);
  font-size: 1.05rem;
}

.home-intro p {
  margin: 0;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.75rem;
}

.home-hero__link,
.home-story__link {
  color: rgba(255, 233, 173, 0.96);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-hero__link:hover,
.home-story__link:hover {
  color: #fff8df;
}

.home-portrait-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 233, 173, 0.14);
  background:
    radial-gradient(circle at top, rgba(255, 233, 173, 0.08), transparent 50%),
    linear-gradient(180deg, rgba(12, 23, 19, 0.92), rgba(6, 11, 9, 0.96));
  box-shadow: 0 1.8rem 3.8rem rgba(0, 0, 0, 0.3);
}

.home-portrait-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.home-portrait-card--placeholder,
.home-portrait-card--logo {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.home-portrait-placeholder {
  padding: 2rem;
  color: rgba(255, 233, 173, 0.74);
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.home-portrait-card--logo {
  padding: 2rem;
}

.home-portrait-glow {
  position: absolute;
  inset: 14% 11%;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 246, 223, 0.92), rgba(246, 232, 189, 0.68) 42%, rgba(246, 232, 189, 0.12) 72%, transparent 100%);
  filter: blur(22px);
  opacity: 0.86;
  pointer-events: none;
}

.home-portrait-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 520px);
  height: auto;
  filter:
    brightness(1.16)
    contrast(1.04)
    saturate(0.92)
    drop-shadow(0 16px 36px rgba(0, 0, 0, 0.3));
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 1.5rem;
}

.home-secondary {
  display: grid;
  gap: 1.5rem;
}

.home-feature {
  padding: 1.75rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 233, 173, 0.12);
  background:
    radial-gradient(circle at top, rgba(255, 233, 173, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(12, 23, 19, 0.88), rgba(6, 11, 9, 0.94));
  box-shadow: 0 1.4rem 3.4rem rgba(0, 0, 0, 0.26);
}

.home-feature__header {
  margin-bottom: 1.2rem;
}

.home-feature__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  color: rgba(255, 248, 234, 0.98);
}

.home-book {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.home-book__media,
.home-story__media {
  display: block;
  text-decoration: none;
}

.home-book__image {
  display: block;
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.28);
}

.home-book__headline {
  margin: 0 0 1rem;
  color: rgba(210, 222, 254, 0.9);
  font-size: 1.05rem;
}

.home-book__copy,
.home-story__copy,
.home-promo__copy,
.home-signup__copy,
.home-empty {
  color: rgba(240, 244, 241, 0.84);
}

.home-promo {
  display: grid;
  gap: 1rem;
}

.home-promo__media {
  overflow: hidden;
  border-radius: 22px;
}

.home-promo__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-promo__offer {
  margin: 0 0 0.8rem;
  color: rgba(255, 233, 173, 0.96);
  font-size: 1.1rem;
  font-weight: 700;
}

.home-book__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.home-story__image {
  display: block;
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 1rem;
}

.home-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
  color: rgba(231, 238, 234, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-signup__form {
  margin-top: 1.2rem;
}

.home-signup__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.home-signup__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.home-signup__input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 233, 173, 0.14);
  background: rgba(246, 248, 244, 0.96);
  color: #0b1210;
}

.home-signup__button {
  padding: 0.95rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 233, 173, 0.24);
  background: linear-gradient(180deg, rgba(255, 233, 173, 0.96), rgba(215, 181, 106, 0.95));
  color: #07130f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-signup__fineprint,
.home-signup__status {
  margin: 0.85rem 0 0;
  color: rgba(231, 238, 234, 0.7);
}

.home-signup__status--success {
  color: rgba(193, 234, 206, 0.95);
}

.home-signup__status--error {
  color: rgba(255, 211, 202, 0.95);
}

.home-social-proof {
  margin-top: 3rem;
}

.home-social-proof__header {
  margin-bottom: 1.2rem;
}

.home-social-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-proof-card {
  padding: 1.3rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 233, 173, 0.1);
  background:
    radial-gradient(circle at top, rgba(255, 233, 173, 0.04), transparent 48%),
    linear-gradient(180deg, rgba(12, 23, 19, 0.82), rgba(7, 12, 10, 0.9));
}

.home-proof-card__body {
  margin: 0 0 0.9rem;
  color: rgba(244, 248, 246, 0.92);
}

.home-proof-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(231, 238, 234, 0.68);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-proof-card__meta a {
  color: rgba(255, 233, 173, 0.9);
  text-decoration: none;
}

.nagula-coming__label {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
  opacity: 0.9;
}

.nagula-coming {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 4rem);
}

.nagula-coming__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  z-index: 0;
}

.nagula-coming__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1200px 700px at 50% 35%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
}

.nagula-coming__card {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  text-align: center;
  padding: clamp(1.4rem, 3vw, 2.7rem);
  border-radius: 32px;
  background: rgba(6, 12, 10, 0.04);
  border: 1px solid rgba(255, 233, 173, 0.03);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(1.5px);
}

.nagula-coming__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  filter:
    brightness(1.16)
    contrast(1.14)
    saturate(0.82)
    sepia(0.08)
    drop-shadow(0 3px 2px rgba(27, 14, 5, 0.4));
}

.nagula-coming__brandplate {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto 1.85rem;
  padding: 1rem 1.25rem 1.15rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(128, 130, 123, 0.94), rgba(84, 86, 81, 0.98)),
    linear-gradient(90deg, rgba(63, 64, 60, 0.28), rgba(176, 179, 170, 0.16), rgba(63, 64, 60, 0.28));
  border: 1px solid rgba(68, 69, 65, 0.72);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(233, 236, 224, 0.08) inset,
    0 12px 18px rgba(44, 45, 41, 0.22) inset;
}

.nagula-coming__brandplate::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 19px;
  background:
    repeating-linear-gradient(
      176deg,
      rgba(79, 80, 74, 0.24) 0 8px,
      rgba(173, 176, 167, 0.14) 8px 17px,
      rgba(97, 98, 91, 0.22) 17px 26px
    ),
    linear-gradient(180deg, rgba(233, 236, 224, 0.07), rgba(0, 0, 0, 0));
  opacity: 0.96;
  pointer-events: none;
}

.nagula-coming__brandplate::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  box-shadow:
    0 2px 0 rgba(229, 232, 220, 0.12) inset,
    0 -2px 0 rgba(58, 59, 55, 0.28) inset;
  pointer-events: none;
}

.nagula-coming__title {
  font-family: var(--font-display, serif);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: #0b1210;
}

.nagula-coming__quote {
  max-width: 42rem;
  margin: 0 auto 1.8rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.7;
  color: #2b3a34;
}

.nagula-coming__form {
  margin: 0 auto 1.8rem;
  max-width: 42rem;
  text-align: left;
}

.nagula-coming__label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: rgba(255, 233, 173, 0.92);
  letter-spacing: 0.02em;
}

.nagula-coming__fieldRow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.nagula-coming__input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 233, 173, 0.16);
  background: rgba(246, 248, 244, 0.96);
  color: #0b1210;
  outline: none;
}

.nagula-coming__input:focus {
  border-color: rgba(47, 107, 75, 0.7);
  box-shadow: 0 0 0 4px rgba(47, 107, 75, 0.15);
}

.nagula-coming__submit {
  padding: 0.95rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 233, 173, 0.24);
  background: linear-gradient(
    180deg,
    rgba(255, 233, 173, 0.96),
    rgba(215, 181, 106, 0.95)
  );
  color: #07130f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nagula-coming__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.nagula-coming__fineprint {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: rgba(234, 244, 239, 0.74);
}

.nagula-coming__cta {
  display: flex;
  justify-content: center;
}

.nagula-coming__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.5rem;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 233, 173, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 233, 173, 0.94),
    rgba(215, 181, 106, 0.94)
  );
  color: #07130f;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nagula-coming__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.nagula-coming__btnSub {
  display: block;
  font-weight: 600;
  opacity: 0.78;
  font-size: 0.95rem;
}

.nagula-coming__honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 520px) {
  .nagula-coming__fieldRow {
    grid-template-columns: 1fr;
  }

  .nagula-coming__submit {
    width: 100%;
  }

  .home-signup__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .home-hero,
  .home-grid,
  .home-book {
    grid-template-columns: 1fr;
  }

  .home-title {
    max-width: none;
  }

  .home-shell {
    padding-top: 5.75rem;
  }

  .home-hero {
    min-height: auto;
  }

  .home-social-proof__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nagula-coming__video {
    display: none;
  }

  .nagula-coming__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
  }
}
