
:root {
  --ink: #251b26;
  --muted: #735f6c;
  --blush: #f6dfe7;
  --rose: #c6537a;
  --berry: #71304b;
  --cream: #fff8f3;
  --champagne: #ebcfaa;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 2rem), 1160px); margin-inline: auto; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 25%, rgba(198,83,122,.18), transparent 30%),
    linear-gradient(135deg, #fffaf7 0%, #f8e9ee 55%, #f2d8df 100%);
}
.topline {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), 1160px);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .72rem;
  letter-spacing: .18em;
  font-weight: 700;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 4rem;
  align-items: center;
  padding: 7rem 0 4rem;
}
.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 700;
  color: var(--berry);
}
h1, h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -.04em;
  line-height: .98;
}
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(4rem, 9vw, 8rem);
}
h1 em { color: var(--rose); font-weight: 600; }
.subhead {
  max-width: 650px;
  margin: 1.5rem 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--muted);
}
.status { margin-top: 1.2rem; font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  background: var(--berry);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(113,48,75,.18);
}
.button.dark { background: var(--ink); }
.text-link { font-weight: 700; }

.visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.ring {
  position: absolute;
  border-radius: 46% 54% 50% 50%;
  border: 1px solid rgba(113,48,75,.22);
}
.ring-one { width: 420px; height: 420px; transform: rotate(18deg); }
.ring-two { width: 310px; height: 430px; transform: rotate(-24deg); }
.shine {
  width: 250px;
  height: 410px;
  border-radius: 50%;
  background:
    linear-gradient(100deg, transparent 14%, rgba(255,255,255,.75) 26%, transparent 38%),
    linear-gradient(180deg, #f8c4d4, #b64870 60%, #6e2947);
  box-shadow: 0 35px 80px rgba(113,48,75,.3);
  transform: rotate(22deg);
}
.three {
  position: absolute;
  font-family: "Playfair Display", serif;
  font-size: 11rem;
  color: rgba(255,255,255,.8);
  text-shadow: 0 10px 40px rgba(113,48,75,.18);
}
.gloss-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.orb-one {
  width: 110px; height: 110px; left: 5%; bottom: 9%;
  background: rgba(235,207,170,.55);
}
.orb-two {
  width: 70px; height: 70px; right: 6%; top: 18%;
  background: rgba(255,255,255,.65);
}

.purpose { padding: 7rem 0; background: var(--white); }
.purpose-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 4rem;
}
h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
}
.purpose-copy { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.statement {
  margin-top: 2rem;
  color: var(--berry);
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.signup { padding: 5rem 0; background: linear-gradient(135deg, var(--blush), var(--champagne)); }
.signup-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem;
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(113,48,75,.12);
}
.signup-card h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }

footer { padding: 2rem 0; background: var(--ink); color: rgba(255,255,255,.72); }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; font-size: .86rem; }

@media (max-width: 850px) {
  .hero-grid, .purpose-grid { grid-template-columns: 1fr; }
  .visual { min-height: 390px; }
  .ring-one { width: 310px; height: 310px; }
  .ring-two { width: 230px; height: 330px; }
  .shine { width: 190px; height: 310px; }
  .three { font-size: 8rem; }
  .signup-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .topline { position: relative; top: auto; left: auto; transform: none; padding-top: 1.2rem; flex-direction: column; }
  .hero-grid { padding-top: 3rem; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .footer-row { flex-direction: column; }
}

.hero-logo{
  max-width:min(440px,100%);
  width:100%;
  height:auto;
  display:block;
  margin:auto;
}



.justice-word {
  display: inline;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.visual {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.hero-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  object-fit: contain;
}
