:root {
  --bg: #f6efe9;
  --bg-soft: #fffaf6;
  --surface: rgba(255, 250, 246, 0.68);
  --surface-strong: rgba(255, 248, 243, 0.92);
  --text: #241815;
  --muted: #6f5a55;
  --line: rgba(75, 42, 33, 0.12);
  --accent: #d95f5f;
  --accent-deep: #a94353;
  --accent-soft: rgba(217, 95, 95, 0.14);
  --shadow: 0 24px 60px rgba(95, 54, 46, 0.12);
  --radius-lg: 32px;
  --radius-md: 20px;
  --content-width: min(1120px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 163, 163, 0.45), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(255, 221, 177, 0.65), transparent 26%),
    linear-gradient(180deg, #fff9f2 0%, #f5ece6 45%, #efe1d8 100%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.6;
}

.page-legal {
  background: #ffffff;
}

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

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 24px 0 40px;
}

.site-header,
.site-footer,
.hero,
.section,
.page-intro,
.legal-card,
.support-card,
.faq-section {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.78);
  position: sticky;
  top: 18px;
  z-index: 10;
}

.page-legal .site-header {
  position: static;
  top: auto;
  padding: 14px 0 18px;
  margin-bottom: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ee7a71, #ba4860);
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.4rem;
}

.brand-text {
  font-size: 1rem;
}

.site-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.footer-nav a {
  color: var(--muted);
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 32px;
  align-items: center;
  padding: 72px clamp(24px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 8px);
  background:
    linear-gradient(135deg, rgba(255, 250, 246, 0.82), rgba(255, 243, 238, 0.62)),
    rgba(255, 250, 246, 0.7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.eyebrow,
.section-label,
.panel-label,
.policy-meta {
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
  font-weight: 800;
}

.hero h1,
.page-intro h1,
.section h2,
.faq-section h2,
.legal-card h2,
.support-card h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero h1 {
  margin-top: 12px;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  max-width: 10ch;
}

.hero-text,
.page-intro .hero-text {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  box-shadow: 0 14px 30px rgba(169, 67, 83, 0.25);
}

.button-secondary {
  background: rgba(255, 250, 246, 0.76);
  border-color: var(--line);
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: drift 14s ease-in-out infinite alternate;
}

.halo-one {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 144, 144, 0.64), rgba(255, 144, 144, 0.08) 70%);
  top: 34px;
  left: 26px;
}

.halo-two {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 215, 167, 0.72), rgba(255, 215, 167, 0.06) 70%);
  right: 14px;
  bottom: 28px;
  animation-duration: 18s;
}

.story-panel {
  position: relative;
  width: min(100%, 340px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 251, 248, 0.84), rgba(255, 246, 241, 0.7));
  box-shadow: 0 20px 44px rgba(124, 76, 68, 0.14);
}

.story-panel p {
  margin: 14px 0 0;
  font-size: 1.1rem;
  color: var(--text);
}

.section,
.page-intro,
.legal-card,
.faq-section {
  margin-top: 24px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.page-legal .page-intro,
.page-legal .legal-card {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.page-legal .site-shell {
  width: min(860px, calc(100vw - 48px));
}

.page-legal .brand-mark {
  width: 26px;
  height: 26px;
  font-size: 0.95rem;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}

.page-legal .brand-text {
  font-size: 0.9rem;
}

.page-legal .page-intro {
  margin-top: 0;
  padding: 14px 0 18px;
}

.page-legal .legal-card {
  margin-top: 0;
  padding: 18px 0 0;
}

.page-legal .page-intro h1 {
  font-size: clamp(1.95rem, 3.2vw, 2.65rem);
  line-height: 1.12;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.page-legal .page-intro .hero-text {
  max-width: 72ch;
  font-size: 0.96rem;
}

.page-legal .policy-meta {
  margin-top: 10px;
  color: var(--muted);
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

.page-legal .site-nav,
.page-legal .footer-nav {
  gap: 14px;
}

.page-legal .site-footer {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  padding: 16px 0 6px;
}

.page-legal .footer-nav {
  justify-content: flex-start;
}

.page-legal .footer-nav-legal {
  gap: 16px;
}

.page-legal .footer-copy {
  max-width: 68ch;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
}

.section h2,
.page-intro h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  margin-top: 10px;
}

.feature-list,
.trust-grid,
.meta-list,
.support-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

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

.feature-list article,
.trust-grid article,
.faq-list article {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 248, 0.58);
  border: 1px solid rgba(75, 42, 33, 0.08);
}

.feature-list h3,
.trust-grid h3,
.faq-list h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.feature-list p,
.trust-grid p,
.faq-list p,
.legal-card p,
.support-card p,
.footer-copy,
.footer-meta {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

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

.info-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.meta-list {
  grid-template-columns: 1fr;
}

.meta-list div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.meta-list div:last-child {
  border-bottom: 0;
}

.meta-list dt {
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-deep);
  margin-bottom: 6px;
}

.meta-list dd {
  margin: 0;
  font-size: 1.05rem;
}

.legal-layout,
.support-layout {
  display: grid;
  gap: 24px;
}

.legal-card {
  background: var(--surface-strong);
}

.policy-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.policy-nav a {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
  transition: color 180ms ease;
}

.policy-nav a:hover,
.policy-nav a:focus-visible {
  color: var(--text);
}

.legal-card section + section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.legal-card h2 {
  font-size: clamp(1.18rem, 1.7vw, 1.38rem);
  line-height: 1.3;
  margin-bottom: 8px;
}

.page-legal .legal-card p {
  max-width: 76ch;
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-legal .legal-card h2 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-legal .footer-title,
.page-legal .footer-copy {
  font-size: 0.9rem;
}

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

.support-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.support-card-primary {
  background:
    linear-gradient(135deg, rgba(255, 245, 239, 0.84), rgba(255, 237, 232, 0.74)),
    var(--surface);
}

.support-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 10px 0 16px;
}

.support-note {
  margin-top: 18px;
}

.faq-section {
  background: rgba(255, 250, 246, 0.7);
}

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

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 6px 10px;
}

.footer-title {
  margin: 0;
  font-weight: 800;
}

.footer-nav {
  justify-content: flex-start;
}

.footer-nav-legal {
  gap: 14px;
}

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

a[href^="mailto:"] {
  color: var(--accent-deep);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(10px, -14px, 0) scale(1.03);
  }
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .two-column,
  .info-band,
  .support-grid,
  .feature-list,
  .trust-grid,
  .faq-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer {
    border-radius: 30px;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 280px;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  :root {
    --content-width: min(100vw - 20px, 1120px);
  }

  body {
    background:
      radial-gradient(circle at 20% 12%, rgba(255, 163, 163, 0.34), transparent 32%),
      radial-gradient(circle at 80% 10%, rgba(255, 221, 177, 0.48), transparent 30%),
      linear-gradient(180deg, #fff9f2 0%, #f5ece6 48%, #ede0d8 100%);
  }

  .site-shell {
    padding-top: 10px;
  }

  .site-header {
    padding: 16px 18px;
  }

  .hero {
    padding: 36px 20px;
  }

  .section,
  .page-intro,
  .legal-card,
  .faq-section,
  .support-card {
    padding: 24px 20px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .section h2,
  .page-intro h1,
  .support-card h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
