:root {
  color-scheme: light;
  --ink: #211c18;
  --muted: #6e6258;
  --line: #e2d5c6;
  --paper: #f7f1e9;
  --soft: #efe5d9;
  --surface: rgba(255, 253, 248, .88);
  --surface-strong: #fffaf5;
  --coral: #e65f47;
  --green: #d9d96a;
  --shadow: 0 24px 70px rgba(44, 34, 25, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -8%, rgba(217, 217, 106, .16), transparent 26rem),
    radial-gradient(circle at 94% 0%, rgba(230, 95, 71, .12), transparent 30rem),
    linear-gradient(180deg, #fffdf8 0, var(--paper) 28rem, #f3eadf 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .17;
  background-image:
    linear-gradient(rgba(33, 28, 24, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 28, 24, .025) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

a:hover {
  color: var(--coral);
}

.privacy-header,
.hero,
.summary,
.content,
footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.privacy-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
}

.brand strong {
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.brand span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .12em;
}

.header-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}

.hero {
  padding: clamp(52px, 8vw, 92px) 0 34px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 500;
  line-height: .88;
}

.hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.hero span {
  display: inline-flex;
  padding: 9px 14px;
  background: rgba(255, 253, 248, .64);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 750;
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.summary article {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 253, 248, .82);
}

.summary article:nth-child(4),
.summary article:nth-child(6) {
  background: rgba(255, 240, 234, .72);
}

.summary h2 {
  margin-bottom: 10px;
  color: var(--coral);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.summary p {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.5;
}

.content {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  padding: 66px 0 96px;
}

.toc {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(255, 253, 248, .74);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(44, 34, 25, .055);
}

.toc strong {
  margin-bottom: 4px;
  color: var(--coral);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.toc a {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-text {
  display: grid;
  gap: 18px;
}

.legal-text section,
.note {
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(255, 253, 248, .76);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(44, 34, 25, .045);
}

.legal-text h2 {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 600;
  line-height: 1.04;
}

.legal-text p,
.legal-text li {
  color: var(--muted);
  font-size: 1rem;
}

.legal-text p {
  margin-bottom: 14px;
}

.legal-text p:last-child,
.legal-text ul:last-child {
  margin-bottom: 0;
}

.legal-text ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 1.2rem;
}

.legal-text strong {
  color: var(--ink);
}

.legal-text a {
  color: var(--coral);
  font-weight: 800;
}

.note {
  background: linear-gradient(135deg, rgba(255, 240, 234, .88), rgba(243, 244, 200, .54));
}

.note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.note p {
  margin: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 42px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: .9rem;
  font-weight: 700;
}

footer a {
  color: var(--coral);
  font-weight: 850;
}

@media (max-width: 880px) {
  .summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .toc {
    position: static;
  }
}

@media (max-width: 620px) {
  .privacy-header,
  .hero,
  .summary,
  .content,
  footer {
    width: min(100% - 32px, 1120px);
  }

  .privacy-header {
    min-height: 74px;
  }

  .brand span {
    max-width: 190px;
    line-height: 1.25;
  }

  .header-link {
    padding-inline: 14px;
    font-size: .72rem;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }

  .summary {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .summary article {
    min-height: 0;
    padding: 20px;
  }

  .legal-text section,
  .note {
    padding: 22px;
    border-radius: 20px;
  }

  .legal-text p,
  .legal-text li {
    font-size: .96rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
