:root {
  --ink: #1e293b;
  --muted: #5b6474;
  --paper: #fffdf8;
  --peach: #ffdfc3;
  --pink: #ff6d8f;
  --purple: #6449b6;
  --line: #e7dfd5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, #fff0e4 0, transparent 31rem), radial-gradient(circle at 90% 40%, #f5edff 0, transparent 28rem), var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a { color: var(--purple); text-underline-offset: 0.18em; }
a:hover { color: #3e287f; }

.site-header, main, footer {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.brand { color: var(--ink); font-weight: 800; font-size: 1.1rem; letter-spacing: -0.025em; text-decoration: none; }
.brand span { color: var(--pink); }
nav { display: flex; gap: 1.25rem; }
nav a { font-weight: 650; text-decoration: none; }
nav a[aria-current="page"] { color: var(--ink); }

.hero { padding: 4.6rem 0 5.4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.hero-copy { padding-block: 2.3rem; }
.eyebrow { margin: 0 0 0.8rem; color: var(--purple); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: .54rem; height: .54rem; margin: 0 .52rem .05rem 0; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px #ffe6ed; }
h1, h2 { line-height: 1.05; letter-spacing: -0.045em; }
h1 { margin: 0; max-width: 650px; font-size: clamp(3rem, 6.1vw, 5.7rem); }
h1 em { color: var(--pink); font-family: Georgia, serif; font-weight: 500; }
.intro, .lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); max-width: 690px; }
.hero-points { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.8rem; }
.hero-points span { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); padding: .38rem .75rem; color: var(--ink); font-size: .84rem; font-weight: 700; }

.hero-visual { position: relative; min-height: 600px; }
.hero-frame { position: absolute; z-index: 2; top: 0; right: 11%; width: min(74%, 330px); margin: 0; padding: .65rem; border-radius: 2rem; background: #fff; box-shadow: 0 22px 50px rgba(92, 51, 42, .17); transform: rotate(4deg); }
.hero-frame img { display: block; width: 100%; height: auto; border-radius: 1.45rem; }
.hero-frame figcaption { display: flex; justify-content: space-between; gap: .5rem; padding: .8rem .28rem .25rem; color: var(--muted); font-size: .62rem; letter-spacing: .02em; }
.hero-frame figcaption b { color: var(--ink); font-size: .61rem; }
.image-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: .55rem; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(92, 51, 42, .12); padding: .35rem .85rem .35rem .35rem; color: var(--ink); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.image-chip img { width: 2.25rem; height: 2.25rem; border-radius: 50%; object-fit: cover; }
.chip-top { top: 20%; left: 0; }
.chip-bottom { right: 0; bottom: 10%; }
.hero-spark { position: absolute; z-index: 1; color: var(--pink); font-size: 2.2rem; }
.spark-one { top: 2%; left: 8%; transform: rotate(25deg); }
.spark-two { right: 2%; bottom: 21%; color: var(--purple); transform: rotate(18deg); }

.proof-strip { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.25rem 0; margin-bottom: 7rem; }
.proof-strip p { max-width: 350px; margin: 0; font-weight: 750; line-height: 1.35; }
.proof-strip div { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; color: var(--muted); font-size: .82rem; font-weight: 700; }
.proof-strip i { width: .28rem; height: .28rem; border-radius: 50%; background: var(--pink); }
.section-heading { max-width: 610px; margin-bottom: 2.25rem; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 3.55rem); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0 0 5.5rem; }
.card, .notice { border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(255,255,255,.78); }
.card { padding: 1.7rem; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(83, 52, 58, .08); }
.card h2 { margin: 0.25rem 0 0.7rem; font-size: 1.35rem; }
.card p:last-child { color: var(--muted); margin-bottom: 0; }
.number { margin: 0; color: var(--pink); font-weight: 850; }

.notice { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; margin-bottom: 6rem; padding: clamp(1.8rem, 5vw, 3.4rem); background: linear-gradient(110deg, #fff1e3, #f7efff); }
.notice h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); }
.notice p { max-width: 650px; }
.notice a { margin-right: 1.25rem; font-weight: 800; text-decoration: none; }
.notice a span { display: inline-block; transition: transform .2s ease; }
.notice a:hover span { transform: translateX(4px); }

.legal { max-width: 800px; padding: 4rem 0 6rem; }
.legal h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); }
.legal h2 { margin-top: 2.75rem; font-size: 1.45rem; }
.legal p { color: var(--muted); }
.legal .lead { color: var(--ink); }

footer { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding: 1.7rem 0 2.5rem; color: var(--muted); font-size: 0.92rem; }
footer p { margin: 0; }
footer div { display: flex; gap: 1rem; }

/* The artwork becomes a standalone block well before phone width. This prevents
   the portrait image from overlapping the following sections on tablets. */
@media (max-width: 1100px) {
  .hero { padding-bottom: 4.2rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-copy { max-width: 690px; padding-block: 0; }
  .hero-visual { width: min(100%, 470px); min-height: 570px; margin: 0 auto; }
  .hero-frame { top: 0; right: 10%; width: min(74%, 330px); }
  .chip-top { left: 0; top: 20%; }
  .chip-bottom { right: 0; bottom: 8%; }
  .proof-strip { align-items: flex-start; flex-direction: column; gap: 1rem; margin-bottom: 4.5rem; }
  .card-grid { grid-template-columns: 1fr; margin-bottom: 4rem; }
  .notice { grid-template-columns: 1fr; gap: .5rem; }
}

@media (max-width: 680px) {
  .site-header { padding: 1.1rem 0; }
  .hero { padding: 2.5rem 0 3.5rem; }
  .hero-visual { min-height: 500px; width: 100%; }
  .hero-frame { right: 10%; width: min(74%, 310px); }
  .chip-top { left: 0; top: 22%; }
  .chip-bottom { right: 0; bottom: 8%; }
  .notice { margin-bottom: 4rem; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .site-header, main, footer { width: min(100% - 1.5rem, 1120px); }
  .site-header { gap: .65rem; }
  nav { gap: .8rem; font-size: .9rem; }
  .hero-visual { min-height: 465px; }
  .hero-frame { right: 7%; width: min(76%, 292px); }
  .image-chip { padding-right: .65rem; font-size: .67rem; }
  .image-chip img { width: 2rem; height: 2rem; }
}
