@font-face {
  font-family: "Giorgio";
  src: url("assets/Giorgio.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Giorgio";
  src: url("assets/Giorgio-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #231f20;
  --muted: #7b797a;
  --paper: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Giorgio", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
}

.page {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.4rem 2.4rem 4.8rem;
  padding: clamp(2rem, 5.6vw, 4.4rem) clamp(1rem, 4vw, 2.4rem)
           clamp(2.4rem, 6.4vw, 4.8rem);
  text-align: center;
}

.brand-logo {
  display: block;
  width: 25.5rem;
  width: clamp(13.2rem, 47.5vw, 25.5rem);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.contact {
  margin-top: 4.7rem;
  margin-top: clamp(2.5rem, 6.5vw, 4.7rem);
}

.contact h1,
.contact .role,
.contact address {
  margin: 0;
  -webkit-text-stroke: 0.010em currentColor;
}

.contact h1 {
  color: var(--ink);
  font-size: 3rem;
  font-size: clamp(1.55rem, 4.75vw, 3rem);
  font-weight: 200;
  line-height: 1.05;
  letter-spacing: 0.23em;
  letter-spacing: clamp(0.10em, 1.05vw, 0.23em);
  text-transform: uppercase;
}

.contact .role {
  margin-top: 1.35rem;
  margin-top: clamp(0.85rem, 1.9vw, 1.35rem);
  color: var(--muted);
  font-size: 2rem;
  font-size: clamp(1rem, 2.9vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0.20em;
  letter-spacing: clamp(0.11em, 0.9vw, 0.20em);
}

.contact .role span,
.contact address span {
  display: block;
}

.contact address {
  margin-top: 3.05rem;
  margin-top: clamp(1.85rem, 4.4vw, 3.05rem);
  color: var(--ink);
  font-style: normal;
  font-size: 2.05rem;
  font-size: clamp(1.1rem, 3.15vw, 2.05rem);
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: 0.165em;
  letter-spacing: clamp(0.085em, 0.78vw, 0.165em);
}

@media (max-width: 30rem) {
  .page {
    padding-inline: 1rem;
  }

  .contact h1 {
    letter-spacing: 0.10em;
  }

  .contact .role,
  .contact address {
    letter-spacing: 0.08em;
  }

  .contact address {
    font-size: clamp(1.1rem, 5.8vw, 1.65rem);
  }
}

.site-footer {
  padding: 0 1rem 2rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 0.004em currentColor;
}

.site-footer p {
  margin: 0.15rem 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.legal-page {
  width: min(100%, 54rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 3rem) 4rem;
}

.legal-header {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.legal-logo {
  width: clamp(9rem, 26vw, 14rem);
  height: auto;
}

.legal-content {
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.035em;
  -webkit-text-stroke: 0.003em currentColor;
}

.legal-content h1,
.legal-content h2,
.legal-content h3 {
  margin: 2.2em 0 0.8em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.006em currentColor;
}

.legal-content h1 {
  margin-top: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-align: center;
}

.legal-content h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.legal-content h3 {
  color: var(--ink);
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
}

.legal-content p,
.legal-content ul {
  margin: 0 0 1.05em;
}

.legal-content ul {
  padding-left: 1.4em;
}

.legal-content a {
  color: inherit;
  overflow-wrap: anywhere;
}

.legal-back {
  margin-top: 3rem;
  text-align: center;
}

.legal-back a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.10em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
