@font-face {
  font-family: Figtree;
  src: url('/fonts/Figtree-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url('/fonts/Figtree-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url('/fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:root {
  color-scheme: light dark;
  --bg: #FAF7F1;
  --surface: #FFFFFF;
  --sunken: #F1ECE3;
  --line: #E4DFD5;
  --ink: #2F2A24;
  --ink-2: #605B52;
  --ink-3: #7A756C;
  --accent: #E8845C;
  --accent-tint: #FBE9E1;
  --accent-ink: #B4551F;
  --round: #456B4F;
  --amber: #C98A2E;
  --radius-card: 28px;
  --radius-row: 19px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #1C1814;
    --surface: #25201B;
    --sunken: #332C25;
    --line: #3D362E;
    --ink: #F5EFE6;
    --ink-2: #B9AFA1;
    --ink-3: #9C9285;
    --accent: #F79A72;
    --accent-tint: #3A241A;
    --accent-ink: #FFBFA0;
    --round: #7FC9A0;
    --amber: #EFBC66;
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Figtree, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: var(--accent-ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 4px; }
.shell { width: min(100% - 48px, 1080px); margin-inline: auto; }
.skip { position: absolute; left: 16px; top: -80px; z-index: 5; background: var(--surface); padding: 10px 16px; }
.skip:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--surface); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 20px; font-weight: 800; color: var(--ink); text-decoration: none; }
.header-inner nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; }
.header-inner nav a { color: var(--ink-2); font-weight: 700; text-decoration: none; }
.header-inner nav a[aria-current="page"] { color: var(--accent-ink); }
.lang { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 15px; border: 1px solid var(--line); border-radius: var(--radius-row); text-decoration: none; color: var(--ink); font-weight: 700; white-space: nowrap; }
.hero { position: relative; overflow: hidden; margin-block: 48px 38px; padding: clamp(28px, 6vw, 64px); border-radius: 34px; background: var(--surface); border: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 320px; height: 320px; right: -95px; top: -180px; border-radius: 50%; background: radial-gradient(circle, var(--accent-tint), transparent 70%); pointer-events: none; }
.hero > * { position: relative; }
.eyebrow { margin: 0 0 12px; color: var(--accent-ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(37px, 6vw, 66px); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
.lead { max-width: 740px; margin: 22px 0 0; font-size: clamp(17px, 2vw, 20px); color: var(--ink-2); line-height: 1.55; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-block: 32px; }
.card, .notice, .legal section { padding: 28px; border-radius: var(--radius-card); background: var(--surface); border: 1px solid var(--line); }
.card-index { color: var(--accent-ink); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
h2 { margin: 0 0 12px; font-size: 22px; line-height: 1.28; font-weight: 800; }
p { margin: 0; }
p + p { margin-top: 12px; }
.card h2 { margin-top: 28px; }
.card p, .notice p, .legal p { color: var(--ink-2); }
.notice { margin-block: 16px 64px; background: var(--accent-tint); }
.notice p { max-width: 780px; }
.legal { display: grid; gap: 14px; max-width: 860px; margin-bottom: 64px; }
.legal section { scroll-margin-top: 24px; }
.legal p + p { margin-top: 18px; }
.legal strong { color: var(--ink); }
.legal .contact { background: var(--accent-tint); }
.email { font-size: clamp(18px, 3vw, 25px); font-weight: 800; overflow-wrap: anywhere; }
.button { display: inline-flex; min-height: 48px; align-items: center; padding: 9px 20px; border-radius: var(--radius-row); background: var(--accent-ink); color: #fff; font-weight: 700; text-decoration: none; }
.button:hover { text-decoration: underline; }
.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-inner { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--ink-3); font-size: 13px; }
.footer-inner a { color: var(--ink-2); }
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1080px); }
  .header-inner { display: grid; grid-template-columns: 1fr auto; gap: 0 10px; padding-block: 12px; }
  .header-inner nav { grid-row: 2; grid-column: 1 / -1; order: 3; margin: 8px 0 0; gap: 15px; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; }
  .header-inner nav a { padding-block: 8px; }
  .lang { grid-column: 2; grid-row: 1; }
  .hero { margin-block: 24px; padding: 28px; }
  .card-grid { grid-template-columns: 1fr; gap: 12px; }
  .card h2 { margin-top: 12px; }
  .card, .notice, .legal section { padding: 24px; }
  .footer-inner { padding-block: 24px; align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
