:root {
  --bg: #fcf5f2;
  --paper: rgba(255, 255, 255, 0.82);
  --surface: #ffffff;
  --primary: #f2788f;
  --secondary: #fac7b8;
  --accent: #f5abc2;
  --text: #3d3847;
  --muted: #87828f;
  --line: rgba(242, 120, 143, 0.16);
  --shadow: 0 24px 70px rgba(159, 95, 115, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Zen Maru Gothic", "Hiragino Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(245, 171, 194, 0.55), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(250, 199, 184, 0.55), transparent 24%),
    linear-gradient(180deg, #fff7f5 0%, var(--bg) 40%, #fffaf8 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(242, 120, 143, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  line-height: 1.9;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.page-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.hero,
.section,
.legal-content,
.legal-header {
  animation: fade-up 0.8s ease both;
}

.hero {
  padding-top: 10px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand strong {
  display: block;
  font-size: 1rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 18px 38px rgba(242, 120, 143, 0.28);
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.topbar-links a:hover,
.text-link:hover {
  color: var(--primary);
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(14px);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: 34px;
  overflow: hidden;
  position: relative;
}

.hero-panel::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 171, 194, 0.28), transparent 70%);
  content: "";
}

.hero-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.eyebrow {
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.legal-header h1 {
  font-family: "Cormorant Garamond", "Zen Maru Gothic", serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.98;
}

.hero .lead {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #ef8ea2);
  box-shadow: 0 16px 28px rgba(242, 120, 143, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
}

.hero-note {
  display: grid;
  gap: 16px;
  align-content: center;
}

.mini-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.mini-card strong,
.info-card h3,
.legal-card h3,
.contact-card h2,
.spotlight h2,
.section-heading h2,
.legal-section h2,
.faq-item summary {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.mini-label,
.meta,
.muted {
  color: var(--muted);
}

.mini-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.accent-card {
  background: linear-gradient(180deg, rgba(250, 199, 184, 0.72), rgba(255, 255, 255, 0.9));
}

.section {
  padding-top: 72px;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 24px;
}

.section-heading p:last-child {
  color: var(--muted);
  margin-top: 10px;
}

.grid {
  display: grid;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card,
.legal-card,
.contact-card,
.spotlight,
.legal-section,
.faq-item {
  padding: 26px;
}

.spotlight-section {
  padding-top: 28px;
}

.spotlight {
  display: grid;
  gap: 16px;
  background: linear-gradient(135deg, rgba(245, 171, 194, 0.18), rgba(255, 255, 255, 0.95));
}

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

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  color: var(--muted);
  padding-top: 8px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 199, 184, 0.34));
}

.text-link {
  color: var(--primary);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 42px;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-shell {
  width: min(860px, calc(100% - 32px));
}

.legal-header {
  display: grid;
  gap: 12px;
  padding: 34px 0 22px;
}

.legal-header p:nth-of-type(2) {
  color: var(--muted);
}

.legal-content {
  display: grid;
  gap: 16px;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .hero-panel,
  .three-up,
  .two-up,
  .contact-card,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-panel {
    padding: 24px;
  }

  .hero h1,
  .legal-header h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }
}

@media (max-width: 640px) {
  .page-shell,
  .legal-shell {
    width: min(100% - 20px, 100%);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    gap: 12px;
  }

  .section {
    padding-top: 56px;
  }

  .info-card,
  .legal-card,
  .contact-card,
  .spotlight,
  .legal-section,
  .faq-item,
  .mini-card {
    padding: 22px;
  }

  .button {
    width: 100%;
  }
}