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

@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/comfortaa_semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #241b18;
  --ink-soft: #675751;
  --paper: #fffaf5;
  --paper-deep: #f6eee7;
  --card: rgb(255 255 255 / 82%);
  --line: #e7d7cc;
  --orange: #d13f0f;
  --coral: #d7263d;
  --magenta: #b91c5c;
  --amber: #ffbb73;
  --focus: #006ca8;
  --shadow: 0 24px 70px rgb(66 34 22 / 12%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 280px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgb(255 187 115 / 32%), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgb(215 38 61 / 14%), transparent 34rem),
    linear-gradient(180deg, #fffdfb 0%, var(--paper) 35%, var(--paper-deep) 100%);
  font-family: "Comfortaa", "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

a {
  color: #9d2d17;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

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

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

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

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--coral) 52%, var(--magenta));
  box-shadow: 0 9px 24px rgb(185 28 92 / 22%);
}

.brand-mark::before {
  width: 0.84rem;
  height: 1.18rem;
  border: solid currentColor;
  border-width: 0 0.2rem 0.2rem 0;
  content: "";
  transform: skewY(-18deg) rotate(18deg);
}

.brand-note {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 66%);
  backdrop-filter: blur(14px);
}

.language-switcher button {
  min-width: 3.1rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 0;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"] {
  color: #fff;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.52fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  min-height: 31rem;
  overflow: clip;
  padding: clamp(3rem, 8vw, 7.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.2;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.65rem, 8vw, 6.5rem);
  font-weight: 600;
  letter-spacing: -0.065em;
}

.hero h1 [data-language-copy],
.hero-lead [data-language-copy] {
  display: block;
}

.hero-lead {
  max-width: 46rem;
  margin: 1.75rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-top: 1.6rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.record {
  position: relative;
  justify-self: end;
  width: min(24rem, 100%);
  aspect-ratio: 1;
  border: 1px solid rgb(185 28 92 / 18%);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--paper) 0 7%, transparent 7.5%),
    radial-gradient(circle, var(--coral) 0 18%, var(--amber) 18.5% 23%, transparent 23.5%),
    repeating-radial-gradient(circle, #2e201e 0 3px, #3c2824 4px 6px);
  box-shadow: var(--shadow);
  transform: rotate(-8deg);
}

.record::after {
  position: absolute;
  top: 8%;
  right: -7%;
  width: 42%;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #b9a49a, #fff, #7c6961);
  box-shadow: 0 5px 16px rgb(36 27 24 / 20%);
  content: "";
  transform: rotate(54deg);
  transform-origin: right center;
}

.content-layout {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.page-nav {
  position: sticky;
  top: 1.5rem;
  align-self: start;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 68%);
  box-shadow: 0 18px 45px rgb(66 34 22 / 7%);
  backdrop-filter: blur(14px);
}

.page-nav p {
  margin: 0 0 0.75rem;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-nav a {
  display: block;
  margin-top: 0.35rem;
  padding: 0.72rem 0.85rem;
  border-radius: 0.9rem;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.9rem;
}

.page-nav a:hover {
  color: var(--ink);
  background: #fff;
}

.page-nav a[aria-current="page"] {
  color: #fff;
  background: linear-gradient(120deg, var(--orange), var(--coral), var(--magenta));
}

.legal-document {
  min-width: 0;
}

.no-js-note {
  margin: 0 0 2rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--orange);
  background: rgb(255 255 255 / 66%);
}

.js .no-js-note {
  display: none;
}

.language-panel + .language-panel {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid var(--line);
}

.js .language-panel[hidden] {
  display: none;
}

.js [data-language-copy][hidden] {
  display: none;
}

.section {
  padding: 0 0 3.2rem;
}

.section + .section {
  padding-top: 3.2rem;
  border-top: 1px solid var(--line);
}

.section h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.section h3 {
  margin: 2rem 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.section p,
.section ul,
.section ol {
  max-width: 48rem;
}

.section p {
  margin: 0.8rem 0;
}

.section ul,
.section ol {
  margin: 1rem 0;
  padding-left: 1.35rem;
}

.section li {
  margin: 0.55rem 0;
  padding-left: 0.4rem;
}

.section li::marker {
  color: var(--coral);
  font-weight: 600;
}

.callout {
  margin: 1.8rem 0;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgb(209 63 15 / 22%);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgb(255 187 115 / 20%), rgb(255 255 255 / 65%));
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.data-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.6rem 0;
}

.data-card,
.step-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: var(--card);
  box-shadow: 0 14px 40px rgb(66 34 22 / 6%);
}

.data-card h3,
.step-card h3 {
  margin: 0 0 0.7rem;
}

.data-card p,
.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.step-card {
  position: relative;
  padding-top: 3.8rem;
}

.step-card::before {
  position: absolute;
  top: 1.25rem;
  left: 1.4rem;
  color: var(--coral);
  content: attr(data-step);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  margin-top: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: 1.6rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 8%), transparent 50%),
    #2b1b19;
  box-shadow: var(--shadow);
}

.contact-card p {
  margin: 0;
}

.contact-card a {
  color: var(--amber);
}

.contact-card .wide {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem 0 3rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.site-footer p {
  margin: 0;
}

[data-language-status] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .record {
    position: absolute;
    z-index: 0;
    right: -8rem;
    bottom: 2rem;
    width: 20rem;
    opacity: 0.13;
  }

  .content-layout {
    grid-template-columns: 1fr;
  }

  .page-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.35rem;
  }

  .page-nav p {
    grid-column: 1 / -1;
  }

  .page-nav a {
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .site-shell {
    width: min(100% - 1.25rem, 1160px);
  }

  .site-header {
    align-items: start;
  }

  .brand-note {
    display: none;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .page-nav {
    grid-template-columns: 1fr;
  }

  .data-grid,
  .step-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card .wide {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
    gap: 0.4rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  .site-header,
  .record,
  .page-nav,
  .site-footer,
  .no-js-note {
    display: none;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 0 0 1.5rem;
  }

  .content-layout {
    display: block;
    padding: 1.5rem 0 0;
  }

  .section,
  .section + .section {
    padding: 0 0 1.5rem;
    border: 0;
    break-inside: avoid;
  }

  .callout,
  .data-card,
  .step-card,
  .contact-card {
    color: #000;
    background: #fff;
    box-shadow: none;
  }
}
