:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  --ink: #4b2735;
  --muted: #755763;
  --plum: #641f3b;
  --rose: #b9697c;
  --paper: #fffaf5;
  --line: #ead6d4;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  padding: clamp(1rem, 3vw, 2.75rem);
  color: var(--ink);
  background: radial-gradient(circle at 8% 8%, #9b526a 0, transparent 26%),
              radial-gradient(circle at 96% 90%, #762f4a 0, transparent 31%),
              linear-gradient(145deg, #351023 0%, #531a35 52%, #321020 100%);
}
a:focus-visible { outline: 3px solid #af536c; outline-offset: 4px; }
.shell { width: min(100%, 1120px); margin: 0 auto; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  color: #ffece6;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.topbar a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .55rem .8rem;
  border: 1px solid #fff2e933;
  border-radius: 99px;
  color: inherit;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: none;
  transition: background .18s ease, transform .18s ease;
}
.topbar a:hover { background: #fff2e91c; transform: translateX(-2px); }
.paper {
  overflow: hidden;
  border: 1px solid #fff8f230;
  border-radius: 30px;
  background: var(--paper);
  box-shadow: 0 34px 100px #18050f80, 0 0 0 1px #fff9f314;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, .65fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  background: linear-gradient(135deg, #fff5ee 0%, #f8dedc 100%);
}
.hero::before {
  content: "♡";
  position: absolute;
  top: -1.8rem;
  right: 35%;
  color: #d98b9a35;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 10rem;
  transform: rotate(15deg);
}
.hero > * { position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex;
  margin: 0 0 1.15rem;
  padding: .5rem .75rem;
  border: 1px solid #e4bfc2;
  border-radius: 99px;
  background: #fff9f5b8;
  color: #a24f66;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 {
  max-width: 18ch;
  margin: 0;
  color: #4d2435;
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.intro { max-width: 43rem; margin: 1.35rem 0 0; color: var(--muted); font-size: 1.075rem; line-height: 1.78; }
.illustration {
  display: grid;
  place-items: center;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #fff9f3a8;
  border-radius: 34% 34% 24% 24%;
  background: radial-gradient(circle at 50% 42%, #fff7ee 0, #f6cfd1 58%, #ecb4c0 100%);
  box-shadow: inset 0 0 0 10px #fff9f32b, 0 18px 35px #63273c16;
}
.illustration img { display: block; width: min(100%, 330px); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 14px 18px #63273c22); }
.body { padding: clamp(1.5rem, 5vw, 4.5rem); background: linear-gradient(180deg, #fffaf5, #fff7f1); }
.body h2 { margin: 0 0 1.5rem; color: #5b2a3d; font-size: clamp(1.85rem, 3.2vw, 2.55rem); letter-spacing: -.035em; }
.reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: note;
}
.reasons li {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  min-height: 4.2rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(150deg, #fffefa, #fff6f1);
  color: #573746;
  font-size: 1rem;
  line-height: 1.52;
  counter-increment: note;
  box-shadow: 0 7px 16px #6a1e3b0b;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.reasons li:hover { border-color: #d9a9af; box-shadow: 0 12px 22px #6a1e3b14; transform: translateY(-2px); }
.reasons li::before {
  content: counter(note, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #f4dadd;
  color: #a44e66;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 1;
}
.closing {
  margin: 2.5rem 0 0;
  padding: 1.5rem 1.7rem;
  border: 1px solid #e5c4c6;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8e5e2, #fff6ef);
  color: #643b4b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  line-height: 1.7;
  box-shadow: 0 14px 26px #6a1e3b10;
}
.bottom-nav { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.bottom-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: .75rem 1rem;
  border: 1px solid #dec0c3;
  border-radius: 12px;
  color: #641f3b;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.bottom-nav a:hover { background: #f8e8e8; transform: translateY(-2px); }
.bottom-nav .next { margin-left: auto; border-color: #741f3e; background: linear-gradient(135deg, #8b2d50, #681b3b); color: #fffaf6; box-shadow: 0 8px 18px #6a1e3b24; }
.bottom-nav .next:hover { background: linear-gradient(135deg, #a63b60, #741f3e); }
.song-card {
  display: grid;
  justify-items: center;
  gap: 1.15rem;
  padding: clamp(2rem, 6vw, 4rem) 1.5rem;
  border: 1px solid #ecd0d0;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 30%, #fffaf4, transparent 54%), #f8e6e2;
  text-align: center;
}
.song-card .music-heart { color: #bc5a74; font-family: Georgia, 'Times New Roman', serif; font-size: 4rem; line-height: 1; }
.song-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.song-card p { max-width: 34rem; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.song-button {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-height: 56px;
  padding: .95rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #8b2d50, #681b3b);
  color: #fffaf6;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px #6a1e3b2e;
  transition: transform .18s ease, box-shadow .18s ease;
}
.song-button:hover { transform: translateY(-3px); box-shadow: 0 16px 28px #6a1e3b40; }
.song-note { color: #9c5368 !important; font-size: .9rem !important; }
@media (max-width: 760px) {
  body { padding: 1rem; }
  .topbar { font-size: .68rem; }
  .hero { grid-template-columns: 1fr; gap: 1.5rem; padding: clamp(1.5rem, 6vw, 2.5rem); }
  .hero::before { right: -1rem; }
  .illustration { order: -1; min-height: 225px; border-radius: 22px; }
  .illustration img { width: min(62vw, 240px); }
  .reasons { grid-template-columns: 1fr; }
  .body { padding: clamp(1.25rem, 5vw, 2.5rem); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
