@font-face {
  font-family: "Mersad";
  src: url("../fonts/mersad-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "FiraGO";
  src: url("../fonts/firago-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Plex Mono";
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --cream: #f3ece0;
  --ink: #241f1b;
  --pine: #2b4436;
  --terracotta: #c8563c;
  --gold: #c8a96e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font: 400 1rem/1.75 "FiraGO", system-ui, sans-serif;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--cream);
  background: var(--ink);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: none;
}

.privacy-shell {
  width: min(72rem, calc(100% - 3rem));
  margin-inline: auto;
}

.privacy-head {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.2rem;
  padding: 0.8rem clamp(1.5rem, 4vw, 3rem);
  color: var(--cream);
  background: rgba(36, 31, 27, 0.94);
  backdrop-filter: blur(12px);
}

.brand img {
  display: block;
  width: clamp(140px, 12vw, 180px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(94%) sepia(9%) saturate(430%)
    hue-rotate(343deg) brightness(105%);
}

.return-link {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(243, 236, 224, 0.35);
  border-radius: 999px;
  font: 0.68rem "Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-hero {
  padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid rgba(200, 86, 60, 0.25);
}

.eyebrow,
.updated,
.contents,
.section-no {
  font-family: "Plex Mono", monospace;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--terracotta);
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Mersad", sans-serif;
  font-weight: 700;
}

h1 {
  max-width: 56rem;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

h1 em {
  color: var(--terracotta);
  font-style: normal;
}

.intro {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: rgba(36, 31, 27, 0.75);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.updated {
  margin: 2rem 0 0;
  color: rgba(36, 31, 27, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 15rem minmax(0, 42rem);
  justify-content: space-between;
  gap: clamp(3rem, 9vw, 9rem);
  padding-block: clamp(4rem, 9vw, 8rem);
}

.contents {
  position: sticky;
  top: 8rem;
  align-self: start;
  color: rgba(36, 31, 27, 0.64);
  font-size: 0.68rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.contents p {
  margin: 0 0 1rem;
  color: var(--terracotta);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contents ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.contents li {
  padding-block: 0.55rem;
  border-bottom: 1px solid rgba(36, 31, 27, 0.12);
}

.contents a {
  text-decoration: none;
}

.contents a:hover {
  color: var(--terracotta);
}

.notice section + section {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  border-top: 1px solid rgba(36, 31, 27, 0.14);
}

.section-no {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--terracotta);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.notice p,
.notice ul {
  margin: 0 0 1.25rem;
}

.notice ul {
  padding-left: 1.3rem;
}

.notice li + li {
  margin-top: 0.5rem;
}

.notice a {
  color: var(--terracotta);
  text-underline-offset: 0.2em;
}

.confirmation {
  margin-top: 1.8rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--terracotta);
  background: rgba(200, 169, 110, 0.13);
  font-size: 0.88rem;
  line-height: 1.6;
}

.confirmation strong {
  display: block;
  color: var(--terracotta);
  font-family: "Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer {
  padding: 2.2rem 0;
  color: var(--cream);
  background: var(--pine);
  font: 0.68rem "Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer .privacy-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .privacy-shell {
    width: min(100% - 2rem, 42rem);
  }

  .privacy-head {
    min-height: 4.5rem;
    padding-inline: 1rem;
  }

  .return-link {
    padding: 0.6rem 0.75rem;
    font-size: 0.58rem;
  }

  .privacy-layout {
    display: block;
  }

  .contents {
    position: static;
    margin-bottom: 4rem;
  }

  footer .privacy-shell {
    display: block;
  }

  footer a {
    display: inline-block;
    margin-top: 0.8rem;
  }
}
