﻿:root {
  --bg: #f8f0ef;
  --bg-ivory: rgba(255, 251, 248, 0.92);
  --card: rgba(255, 250, 248, 0.76);
  --card-strong: rgba(255, 248, 246, 0.88);
  --line: rgba(184, 110, 128, 0.18);
  --pink: #d9839f;
  --pink-strong: #c15c7f;
  --crimson: #8e4458;
  --text: #6f5f66;
  --text-soft: rgba(111, 95, 102, 0.76);
  --gold: #c7a15a;
  --gold-soft: rgba(199, 161, 90, 0.22);
  --shadow: 0 20px 48px rgba(138, 88, 102, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito", "Hiragino Mincho ProN", "Yu Mincho", "Yu Gothic", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 221, 233, 0.88), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(255, 240, 203, 0.58), transparent 16%),
    radial-gradient(circle at 72% 72%, rgba(244, 196, 220, 0.32), transparent 20%),
    radial-gradient(circle at top left, rgba(249, 213, 223, 0.5), transparent 25%),
    radial-gradient(circle at right 14% top 22%, rgba(255, 243, 234, 0.9), transparent 22%),
    linear-gradient(180deg, #fcf7f5 0%, #f7efed 100%);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  opacity: 0.12;
  background-image:
    linear-gradient(30deg, rgba(199, 161, 90, 0.18) 12%, transparent 12.5%, transparent 87%, rgba(199, 161, 90, 0.18) 87.5%, rgba(199, 161, 90, 0.18)),
    linear-gradient(150deg, rgba(199, 161, 90, 0.18) 12%, transparent 12.5%, transparent 87%, rgba(199, 161, 90, 0.18) 87.5%, rgba(199, 161, 90, 0.18)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.1) 2%, transparent 2.5%, transparent 97%, rgba(199, 161, 90, 0.1) 97.5%, rgba(199, 161, 90, 0.1));
  background-size: 72px 124px;
  background-position: 0 0, 0 0, 36px 62px;
}

body::after {
  opacity: 0.08;
  background:
    radial-gradient(circle at 10px 10px, rgba(193, 92, 127, 0.28) 2px, transparent 2.6px) 0 0 / 36px 36px,
    radial-gradient(circle at 10px 10px, rgba(193, 92, 127, 0.12) 2px, transparent 2.6px) 18px 18px / 36px 36px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.65) 85%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.65) 85%, transparent 100%);
}

.page-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 28px 0 44px;
}

.page-watermark {
  position: fixed;
  right: -8vw;
  bottom: -2vh;
  width: min(52vw, 680px);
  opacity: 0.09;
  filter: saturate(0.9) blur(0.2px);
  pointer-events: none;
  z-index: 0;
}

.petals,
.lights {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.petals,
.lights,
.duck-orbit,
.butterfly-orbit {
  z-index: 1;
}

.duck-orbit,
.butterfly-orbit {
  position: fixed;
  pointer-events: none;
  filter: blur(0.2px) drop-shadow(0 18px 24px rgba(141, 92, 108, 0.04));
  mix-blend-mode: multiply;
}

.duck-orbit {
  width: clamp(72px, 9vw, 112px);
  left: max(12px, 1.8vw);
  bottom: 8vh;
  opacity: 0.12;
  transform: rotate(-8deg);
}

.butterfly-orbit {
  width: clamp(92px, 11vw, 132px);
  right: max(10px, 2.2vw);
  top: 16vh;
  opacity: 0.11;
  transform: rotate(6deg);
}

.petal {
  position: absolute;
  top: -12vh;
  width: 18px;
  height: 24px;
  border-radius: 70% 0 70% 0;
  background: linear-gradient(145deg, rgba(245, 174, 198, 0.78), rgba(235, 145, 177, 0.42));
  box-shadow: 0 6px 14px rgba(190, 110, 134, 0.14);
  animation: petal-fall linear infinite;
}

.petal::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: rgba(255, 251, 251, 0.36);
}

.petal-1 { left: 2%; --drift: 4vw; animation-duration: 16s; animation-delay: -2s; }
.petal-2 { left: 6%; --drift: -3vw; animation-duration: 18s; animation-delay: -5s; }
.petal-3 { left: 10%; --drift: 6vw; animation-duration: 15s; animation-delay: -1s; }
.petal-4 { left: 14%; --drift: -5vw; animation-duration: 22s; animation-delay: -7s; }
.petal-5 { left: 18%; --drift: 7vw; animation-duration: 17s; animation-delay: -3s; }
.petal-6 { left: 22%; --drift: -4vw; animation-duration: 19s; animation-delay: -8s; }
.petal-7 { left: 26%; --drift: 8vw; animation-duration: 14s; animation-delay: -4s; }
.petal-8 { left: 30%; --drift: -6vw; animation-duration: 21s; animation-delay: -9s; }
.petal-9 { left: 34%; --drift: 5vw; animation-duration: 16s; animation-delay: -6s; }
.petal-10 { left: 38%; --drift: -3vw; animation-duration: 23s; animation-delay: -10s; }
.petal-11 { left: 42%; --drift: 7vw; animation-duration: 18s; animation-delay: -5s; }
.petal-12 { left: 46%; --drift: -5vw; animation-duration: 20s; animation-delay: -11s; }
.petal-13 { left: 50%; --drift: 6vw; animation-duration: 15s; animation-delay: -7s; }
.petal-14 { left: 54%; --drift: -4vw; animation-duration: 19s; animation-delay: -12s; }
.petal-15 { left: 58%; --drift: 8vw; animation-duration: 17s; animation-delay: -9s; }
.petal-16 { left: 62%; --drift: -6vw; animation-duration: 22s; animation-delay: -13s; }
.petal-17 { left: 66%; --drift: 5vw; animation-duration: 16s; animation-delay: -4s; }
.petal-18 { left: 70%; --drift: -3vw; animation-duration: 24s; animation-delay: -14s; }
.petal-19 { left: 74%; --drift: 7vw; animation-duration: 18s; animation-delay: -8s; }
.petal-20 { left: 78%; --drift: -5vw; animation-duration: 20s; animation-delay: -15s; }
.petal-21 { left: 82%; --drift: 6vw; animation-duration: 15s; animation-delay: -6s; }
.petal-22 { left: 86%; --drift: -4vw; animation-duration: 19s; animation-delay: -16s; }
.petal-23 { left: 90%; --drift: 8vw; animation-duration: 17s; animation-delay: -10s; }
.petal-24 { left: 94%; --drift: -5vw; animation-duration: 22s; animation-delay: -17s; }
.petal-25 { left: 12%; --drift: 9vw; animation-duration: 25s; animation-delay: -13s; }
.petal-26 { left: 36%; --drift: -7vw; animation-duration: 24s; animation-delay: -18s; }
.petal-27 { left: 64%; --drift: 10vw; animation-duration: 26s; animation-delay: -12s; }
.petal-28 { left: 88%; --drift: -8vw; animation-duration: 27s; animation-delay: -19s; }

.light {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 214, 0.34), rgba(255, 245, 214, 0.06) 45%, transparent 70%);
  filter: blur(8px);
  animation: glow 7s ease-in-out infinite;
}

.light-1 { top: 10%; left: 68%; animation-delay: -1s; }
.light-2 { top: 16%; left: 82%; animation-delay: -3s; }
.light-3 { top: 28%; left: 76%; animation-delay: -2s; }
.light-4 { top: 44%; left: 12%; animation-delay: -5s; }
.light-5 { top: 58%; left: 60%; animation-delay: -4s; }
.light-6 { top: 70%; left: 28%; animation-delay: -6s; }
.light-7 { top: 78%; left: 84%; animation-delay: -2s; }
.light-8 { top: 88%; left: 48%; animation-delay: -5s; }

.hero,
.policy-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 252, 250, 0.86), rgba(255, 248, 246, 0.72));
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero {
  border-radius: var(--radius-xl);
  padding: 28px 28px 30px;
  background:
    linear-gradient(135deg, rgba(255, 250, 251, 0.95), rgba(255, 238, 244, 0.88)),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.84), transparent 20%),
    linear-gradient(180deg, rgba(255, 252, 250, 0.86), rgba(255, 248, 246, 0.72));
}

.hero::before,
.hero::after,
.policy-card::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before,
.policy-card::before {
  inset: 0;
  opacity: 0.16;
  background:
    radial-gradient(circle at 0 0, transparent 22px, rgba(199, 161, 90, 0.16) 22px, rgba(199, 161, 90, 0.16) 24px, transparent 24px) 0 0 / 56px 56px,
    radial-gradient(circle at 28px 28px, transparent 22px, rgba(199, 161, 90, 0.12) 22px, rgba(199, 161, 90, 0.12) 24px, transparent 24px) 0 0 / 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
}

.hero::after {
  top: 0;
  right: 0;
  width: 144px;
  height: 144px;
  background:
    radial-gradient(circle at top right, rgba(214, 123, 151, 0.2), transparent 60%),
    linear-gradient(135deg, rgba(214, 123, 151, 0.14), transparent 65%);
}

.hero-paper {
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-xl) - 12px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 20%, transparent 80%, rgba(255, 255, 255, 0.08));
  opacity: 0.7;
  pointer-events: none;
}

.hero-watermark {
  position: absolute;
  left: -4%;
  top: 4%;
  width: min(48%, 420px);
  opacity: 0.06;
  pointer-events: none;
  filter: grayscale(0.05);
}

.lang-switcher,
.hero-brand,
.hero-grid {
  position: relative;
  z-index: 2;
}

.lang-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.menu-toggle {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 7;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(211, 155, 174, 0.42);
  border-radius: 16px;
  background: rgba(255, 245, 249, 0.94);
  box-shadow: 0 12px 24px rgba(131, 86, 100, 0.16);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  cursor: pointer;
}

.menu-toggle-line {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--pink-strong);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open .menu-toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: rgba(74, 52, 60, 0);
  transition: background-color 200ms ease;
}

.nav-drawer-overlay.is-open {
  pointer-events: auto;
  background: rgba(74, 52, 60, 0.35);
}

.nav-drawer {
  position: absolute;
  left: 0;
  top: 0;
  width: min(86vw, 360px);
  height: 100%;
  padding: 74px 16px 20px;
  background: linear-gradient(180deg, rgba(255, 251, 249, 0.98), rgba(255, 243, 247, 0.95));
  border-right: 1px solid rgba(211, 155, 174, 0.34);
  box-shadow: 18px 0 34px rgba(74, 52, 60, 0.18);
  transform: translateX(-104%);
  transition: transform 210ms ease;
  overflow-y: auto;
}

.nav-drawer.is-open {
  transform: translateX(0);
}

.nav-drawer-title {
  margin: 0 0 12px;
  color: var(--pink-strong);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.nav-drawer-link {
  display: block;
  margin-bottom: 8px;
  padding: 12px 12px;
  border: 1px solid rgba(224, 176, 191, 0.34);
  border-radius: 14px;
  color: var(--crimson);
  text-decoration: none;
  background: rgba(255, 248, 250, 0.94);
  font-weight: 700;
}

.card-slot,
.hero {
  scroll-margin-top: 84px;
}

.lang-pill {
  appearance: none;
  border: 1px solid rgba(211, 155, 174, 0.38);
  background: rgba(255, 242, 246, 0.95);
  color: var(--crimson);
  padding: 12px 18px;
  min-width: 112px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.lang-pill:hover {
  transform: translateY(-1px);
}

.lang-pill.is-active {
  background: linear-gradient(135deg, #e88cab, #d86f93);
  color: #fff;
  box-shadow: 0 10px 22px rgba(193, 92, 127, 0.22);
}

.brand-emblem {
  width: min(100%, 700px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 34px;
  border: 1px solid rgba(210, 166, 176, 0.35);
  box-shadow: 0 20px 42px rgba(131, 86, 100, 0.18);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  align-items: start;
}

.hero-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

h1 {
  margin: 0 0 10px;
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--pink-strong);
}

.app-name {
  margin: 0 0 18px;
  color: var(--crimson);
  font-size: 1.3rem;
  font-weight: 700;
}

.lead,
.policy-card p,
.contact-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.03rem;
  line-height: 1.95;
}

.statement-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(224, 165, 181, 0.34);
  background: linear-gradient(180deg, rgba(255, 239, 243, 0.94), rgba(255, 246, 248, 0.92));
  color: var(--pink-strong);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-pill-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 6px 0 24px;
}

.hero-side-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(224, 176, 191, 0.42);
  background: rgba(255, 251, 252, 0.9);
  color: var(--crimson);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(131, 86, 100, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.hero-side-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 111, 147, 0.52);
  box-shadow: 0 18px 28px rgba(131, 86, 100, 0.12);
}

.dashboard-section {
  margin: 18px 0 14px;
}

.dashboard-heading {
  margin: 0 6px 14px;
}

.dashboard-kicker {
  margin: 0 0 6px;
  color: var(--pink-strong);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.dashboard-lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dashboard-card {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 20px;
  border-radius: 26px;
  border: 1px solid rgba(224, 176, 191, 0.35);
  background:
    linear-gradient(180deg, rgba(255, 251, 252, 0.95), rgba(255, 238, 244, 0.86)),
    radial-gradient(circle at top right, rgba(255, 219, 234, 0.55), transparent 34%);
  box-shadow:
    0 18px 30px rgba(131, 86, 100, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dashboard-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -28px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 227, 238, 0.8), transparent 68%);
  pointer-events: none;
}

.dashboard-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 244, 247, 0.98), rgba(255, 226, 236, 0.96));
  color: var(--pink-strong);
  box-shadow: inset 0 0 0 1px rgba(219, 172, 188, 0.34);
}

.dashboard-icon svg {
  color: var(--gold);
  font-size: 1.1rem;
}

.dashboard-label {
  margin: 14px 0 8px;
  color: var(--crimson);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--pink-strong);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.dashboard-value-number {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 0.95;
  font-weight: 800;
}

.dashboard-value-suffix {
  font-size: 0.92rem;
  font-weight: 800;
}

.dashboard-note {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

.statement-pill svg,
.mini-pill svg,
.divider svg,
.contact-link svg {
  color: var(--gold);
}

.divider {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 20px 6px 24px;
  color: var(--pink-strong);
}

.divider-line {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(213, 131, 159, 0.24), rgba(213, 131, 159, 0.78), rgba(213, 131, 159, 0.24));
}

.divider-mark {
  display: inline-grid;
  place-items: center;
  color: var(--pink-strong);
}

.divider-mark.center {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 245, 247, 0.92), rgba(255, 231, 237, 0.94));
  box-shadow: inset 0 0 0 1px rgba(211, 155, 174, 0.28), 0 10px 22px rgba(193, 92, 127, 0.1);
}

.divider-mark.center svg {
  font-size: 1.6rem;
}

.divider-mark.side svg {
  font-size: 1.15rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.topics-section {
  margin-bottom: 12px;
}

.topics-heading {
  margin: 0 6px 14px;
}

.topics-kicker {
  margin: 0 0 6px;
  color: var(--pink-strong);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.topics-lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.topic-card-featured {
  grid-row: span 2;
  padding-top: 28px;
  background:
    linear-gradient(180deg, rgba(255, 247, 243, 0.94), rgba(255, 237, 243, 0.88)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), transparent 65%);
}

.topic-featured-head {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topic-featured-layout {
  display: grid;
  grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 18px;
}

.topic-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.topic-card {
  padding-top: 24px;
}

.topic-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 242, 246, 0.95);
  border: 1px solid rgba(224, 176, 191, 0.4);
  color: var(--pink-strong);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.topic-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 20px rgba(131, 86, 100, 0.1);
}

.topic-badge-novel {
  background: linear-gradient(135deg, #2b2530, #4c4152);
  border: 1px solid rgba(255, 224, 167, 0.34);
  color: #f7e2ab;
}

.topic-badge-line {
  background: linear-gradient(135deg, #16c85d, #0da64c);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.topic-image {
  display: block;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1.45;
  margin: 0;
  border-radius: 22px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(219, 185, 195, 0.5);
  box-shadow: 0 18px 30px rgba(131, 86, 100, 0.14);
}

.topic-title {
  margin: 16px 0 10px;
  color: var(--crimson);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.topic-title-featured {
  margin: 0 0 18px;
  font-size: 1.7rem;
  max-width: 12ch;
}

.topic-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  padding-top: 8px;
}

.topic-description {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.topic-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e88cab, #d86f93);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(193, 92, 127, 0.18);
}

.topic-card-featured .topic-title {
  font-size: 1.9rem;
}

.topic-card-featured .topic-description {
  font-size: 1.05rem;
}

.card-slot.is-wide {
  grid-column: 1 / -1;
}

.answer-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.policy-card {
  min-height: 100%;
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
}

.corner-seal {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 88px;
  height: 88px;
  object-fit: contain;
  opacity: 0.9;
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(131, 86, 100, 0.08));
}

.card-slot.is-wide .policy-card {
  min-height: 164px;
}

.policy-card .card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding-right: 92px;
  color: var(--pink-strong);
  font-family: "Quicksand", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

.contact-card {
  position: relative;
}

.contact-card .card-heading {
  padding-right: 0;
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(249, 225, 233, 0.92), rgba(255, 245, 248, 0.98));
  color: var(--pink-strong);
  box-shadow: inset 0 0 0 1px rgba(219, 172, 188, 0.34);
}

.icon-badge svg {
  font-size: 1.1rem;
}

.policy-card p + p,
.pill-row,
.contact-box {
  margin-top: 12px;
}

.answer-list {
  margin: 14px 0 0;
  padding-left: 1.2rem;
  color: var(--ink);
}

.answer-list li + li {
  margin-top: 10px;
}

.faq-list {
  margin-top: 14px;
}

.faq-item + .faq-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed rgba(219, 185, 195, 0.72);
}

.faq-question {
  margin: 0;
  font-size: 1rem;
  color: var(--ink-strong);
}

.faq-answer {
  margin: 8px 0 0;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(224, 176, 191, 0.4);
  background: rgba(255, 245, 248, 0.9);
  color: var(--pink-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-box {
  position: relative;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.store-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  justify-self: start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 245, 248, 0.94);
  border: 1px solid rgba(224, 176, 191, 0.45);
  color: var(--pink-strong);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.contact-actions > * {
  min-width: 0;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e88cab, #d86f93);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 14px 24px rgba(193, 92, 127, 0.18);
}

.contact-link svg {
  flex: 0 0 auto;
  font-size: 0.92rem;
}

.store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 6px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(219, 185, 195, 0.72);
  box-shadow: 0 14px 24px rgba(131, 86, 100, 0.08);
}

.store-badge {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.contact-note {
  display: block;
  margin-top: 14px;
}

.mascot-slot {
  align-self: stretch;
}

.contact-mascot-panel {
  position: relative;
  min-height: 100%;
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, rgba(255, 252, 250, 0.32), rgba(255, 244, 247, 0.18));
  box-shadow: 0 18px 34px rgba(131, 86, 100, 0.08);
  padding: 12px;
  overflow: visible;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.mascot-frame {
  position: absolute;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  padding: 0;
}

.mascot-duck {
  width: 142px;
  height: 142px;
  left: 8px;
  bottom: 4px;
  transform: rotate(-8deg);
}

.mascot-butterfly-wrap {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 168px;
  height: 214px;
}

.mascot-butterfly {
  width: 156px;
  height: 156px;
  top: 46px;
  right: -4px;
  transform: rotate(10deg);
}

.speech-bubble {
  position: absolute;
  padding: 10px 16px;
  border-radius: 18px 18px 18px 6px;
  background: linear-gradient(135deg, rgba(255, 217, 232, 0.96), rgba(255, 244, 247, 0.98));
  color: var(--pink-strong);
  font-family: "Quicksand", "Yu Gothic", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 20px rgba(193, 92, 127, 0.12);
  white-space: nowrap;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: inherit;
  transform: rotate(45deg);
}

.fight-bubble {
  top: 20px;
  left: -8px;
}

.fight-bubble::after {
  left: 18px;
  bottom: -8px;
  border-radius: 0 0 4px 0;
}

.duck-bubble {
  right: auto;
  left: 132px;
  bottom: 92px;
  border-radius: 18px 18px 6px 18px;
}

.duck-bubble::after {
  left: -8px;
  bottom: 14px;
  border-radius: 4px 0 0 0;
}

.footer {
  margin: 22px 0 0;
  text-align: center;
  color: rgba(111, 95, 102, 0.68);
  font-size: 0.96rem;
}

.loading-card {
  min-height: 280px;
  display: flex;
  align-items: center;
}

@keyframes petal-fall {
  from {
    transform: translate3d(0, -10vh, 0) rotate(0deg) scale(0.95);
  }
  to {
    transform: translate3d(var(--drift), 112vh, 0) rotate(360deg) scale(1.06);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.54;
    transform: scale(1.06);
  }
}

@media (max-width: 1180px) {
  .contact-link {
    font-size: 0.92rem;
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.18fr) 360px;
    gap: 24px;
  }

  .page-watermark {
    width: min(64vw, 620px);
  }

  .store-link {
    height: 52px;
  }

  .dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .contact-mascot-panel {
    min-height: 214px;
  }

  .topics-grid {
    grid-template-columns: 1fr;
  }

  .topic-card-featured {
    grid-row: auto;
  }

  .topic-featured-layout {
    grid-template-columns: 1fr;
  }

  .topic-title-featured {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    padding: 20px 18px 22px;
  }

  .hero-brand {
    margin-bottom: 14px;
  }

  .brand-emblem {
    width: min(100%, 560px);
    border-radius: 28px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-grid,
  .answer-section {
    grid-template-columns: 1fr;
  }

  .card-slot.is-wide {
    grid-column: auto;
  }

  .page-watermark {
    right: -24vw;
    bottom: 10vh;
    width: min(92vw, 620px);
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 18px 16px 20px;
  }

  .topics-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .topic-card-featured .topic-title {
    font-size: 1.6rem;
  }

  .topic-title-featured {
    font-size: 1.35rem;
  }

  .topic-title {
    font-size: 1.3rem;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .store-badge {
    height: 42px;
  }
}

@media (max-width: 560px) {
  .menu-toggle {
    top: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  h1 {
    font-size: 2.8rem;
  }

  .lang-switcher {
    gap: 8px;
  }

  .lang-pill {
    min-width: 0;
    flex: 1 1 0;
    padding: 11px 12px;
  }

  .brand-emblem {
    width: min(100%, 420px);
    border-radius: 24px;
  }

  .hero-pill-column {
    gap: 14px;
    margin-bottom: 18px;
  }

  .hero-side-pill {
    min-height: 62px;
    width: 100%;
    padding: 0 20px;
    font-size: 1.05rem;
  }

  .divider {
    gap: 10px;
  }

  .divider-mark.center {
    width: 48px;
    height: 48px;
  }

  .policy-card {
    padding: 22px 18px 20px;
  }

  .dashboard-card {
    padding: 20px 16px 18px;
    border-radius: 22px;
  }

  .policy-card .card-heading {
    padding-right: 0;
    font-size: 1.35rem;
  }

  .corner-seal {
    width: 62px;
    height: 62px;
    top: 10px;
    right: 10px;
  }

  .contact-mascot-panel {
    min-height: 190px;
  }

  .mascot-duck {
    width: 116px;
    height: 116px;
    left: 4px;
    bottom: 8px;
  }

  .mascot-butterfly-wrap {
    top: 4px;
    right: 8px;
    width: 128px;
    height: 176px;
  }

  .mascot-butterfly {
    width: 122px;
    height: 122px;
    top: 38px;
    right: -2px;
  }

  .speech-bubble {
    font-size: 0.88rem;
    padding: 8px 12px;
  }

  .fight-bubble {
    top: 18px;
    left: -4px;
  }

  .duck-bubble {
    left: 98px;
    bottom: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .petal,
  .light {
    animation: none;
  }
}






