:root {
  --red: #d20a16;
  --red-dark: #a80610;
  --ink: #101010;
  --muted: #646464;
  --line: #e7e7e7;
  --soft: #f5f5f3;
  --white: #ffffff;
  --page: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img { display: block; max-width: 100%; }

.container {
  width: min(calc(100% - 48px), var(--page));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(16,16,16,.08);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 230px; height: 68px; object-fit: contain; object-position: left center; }

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: #2b2b2b;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--red); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "7";
  position: absolute;
  right: -3vw;
  top: -190px;
  z-index: -1;
  color: #f6f6f4;
  font-size: min(50vw, 620px);
  font-weight: 900;
  line-height: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 3px; background: var(--red); }

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

h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 7.4vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .96;
}

h1 .red, h2 .red { color: var(--red); }

.lede {
  max-width: 720px;
  margin-bottom: 38px;
  color: #3f3f3f;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red); border-color: var(--red); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.section { padding: 92px 0; }
.section.soft { background: var(--soft); }
.section.black { background: var(--ink); color: var(--white); }

.section-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.section-heading p { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.black .section-heading p { color: #bcbcbc; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.card-number { color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .14em; }
.card h3 { margin: 60px 0 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }

.bilingual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.bilingual h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; line-height: 1.06; }
.bilingual p { color: #c5c5c5; }
.language-label { margin-bottom: 18px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.statement {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  align-items: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.statement-mark { width: 70px; height: 70px; border-radius: 16px; object-fit: cover; }
.statement h2 { margin-bottom: 10px; font-size: 1.45rem; }
.statement p { margin-bottom: 0; color: var(--muted); }

.page-hero { padding: 88px 0 54px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.page-hero .lede { margin-bottom: 0; }

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.pill { padding: 8px 13px; border-radius: 999px; background: #f3f3f1; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.pill.red { background: #fff0f1; color: var(--red-dark); }

.content-wrap { display: grid; grid-template-columns: 250px 1fr; gap: 68px; }
.side-nav { position: sticky; top: 118px; align-self: start; }
.side-nav p { margin-bottom: 10px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.side-nav a { display: block; padding: 5px 0; color: #3e3e3e; font-size: .92rem; text-decoration: none; }
.side-nav a:hover { color: var(--red); }

.prose { max-width: 800px; }
.prose section { margin-bottom: 54px; scroll-margin-top: 120px; }
.prose h2 { margin-bottom: 16px; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.035em; line-height: 1.15; }
.prose h3 { margin: 26px 0 8px; font-size: 1.05rem; }
.prose p, .prose li { color: #4d4d4d; }
.prose ul { padding-left: 1.25rem; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--red-dark); text-underline-offset: 3px; }
.notice { padding: 24px; border-left: 4px solid var(--red); background: var(--soft); }
.notice p:last-child { margin-bottom: 0; }

.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.flow-item { padding: 24px; border-radius: 16px; background: var(--soft); }
.flow-item strong { display: block; margin-bottom: 7px; font-size: 1rem; }
.flow-item span { color: var(--muted); font-size: .9rem; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand img { width: 58px; height: 58px; border-radius: 13px; object-fit: cover; }
.footer-brand p { margin: 0; color: var(--muted); font-size: .82rem; }
.footer-brand strong { display: block; color: var(--ink); font-size: .95rem; letter-spacing: .08em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #333; font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: var(--red); }
.legal-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #7a7a7a; font-size: .75rem; }

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--page)); }
  .nav { min-height: 72px; }
  .brand img { width: 176px; height: 54px; }
  .nav-links { gap: 14px; }
  .nav-links a { font-size: .69rem; letter-spacing: .04em; }
  .hero { padding: 68px 0 60px; }
  .hero::after { top: -30px; right: -70px; }
  .section { padding: 68px 0; }
  .section-heading, .bilingual, .content-wrap { grid-template-columns: 1fr; gap: 28px; }
  .grid { grid-template-columns: 1fr 1fr; }
  .side-nav { display: none; }
  .flow { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .nav { align-items: flex-start; flex-direction: column; gap: 4px; padding: 10px 0 12px; }
  .brand img { width: 168px; height: 48px; }
  .nav-links { width: 100%; justify-content: space-between; }
  h1 { font-size: 3.25rem; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 210px; }
  .card h3 { margin-top: 42px; }
  .statement { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
