:root {
  --bg: #fbfbfa;
  --surface: #ffffff;
  --ink: #151515;
  --muted: #6d6a67;
  --line: #e9e6e3;
  --accent: #e94f54;
  --accent-dark: #cc343c;
  --accent-soft: #fff1f1;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(33, 24, 22, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  transform: translateY(-160%);
  z-index: 1000;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(251,251,250,.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.025); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; text-decoration: none; font-size: 24px; font-weight: 690; letter-spacing: -.04em; }
.brand img { width: 30px; height: 42px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a, .footer-bottom a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .15s ease; }
.nav a:hover, .nav a:focus-visible, .footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--ink); }
.header-cta { justify-self: end; text-decoration: none; font-size: 14px; font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.hero { position: relative; overflow: hidden; padding: 170px 0 64px; min-height: 850px; display: flex; flex-direction: column; justify-content: center; }
.hero-orbit { position: absolute; width: 720px; height: 720px; border: 1px solid rgba(233,79,84,.12); border-radius: 50%; right: -250px; top: 100px; box-shadow: 0 0 0 80px rgba(233,79,84,.025), 0 0 0 170px rgba(233,79,84,.015); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 760; }
.hero h1 { margin: 0; font-size: clamp(68px, 8.2vw, 126px); line-height: .88; letter-spacing: -.075em; font-weight: 680; }
.hero h1 span { color: var(--accent); }
.hero-text { margin: 36px 0 0; max-width: 670px; color: var(--muted); font-size: clamp(19px, 2vw, 24px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 14px; margin-top: 42px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-size: 15px; font-weight: 680; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(233,79,84,.24); outline-offset: 3px; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #2b2928; }
.button-ghost { background: transparent; border-color: var(--line); }
.button-ghost:hover { border-color: #cbc5c1; background: var(--surface); }
.hero-mark { position: relative; display: flex; justify-content: center; align-items: center; min-height: 530px; }
.hero-mark::before { content: ""; position: absolute; width: 420px; height: 420px; background: radial-gradient(circle, rgba(233,79,84,.13), rgba(233,79,84,0) 68%); filter: blur(12px); }
.hero-mark img { position: relative; width: min(100%, 420px); filter: drop-shadow(0 30px 60px rgba(233,79,84,.15)); }
.hero-footnote { position: relative; z-index: 2; margin-top: 80px; display: flex; align-items: center; gap: 13px; color: #8e8985; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.hero-footnote i { width: 24px; height: 1px; background: #cfcac6; }

.statement { padding: 130px 0; background: var(--ink); color: white; }
.statement-grid { display: grid; grid-template-columns: .42fr 1.58fr; gap: 80px; }
.statement .section-kicker { color: #ff777b; padding-top: 13px; }
.statement h2 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.055em; max-width: 930px; font-weight: 630; }
.statement p:not(.section-kicker) { margin: 38px 0 0; color: #bcb8b5; max-width: 730px; font-size: 18px; line-height: 1.7; }

.pillars { padding: 130px 0 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading .section-kicker { margin: 0 0 8px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; font-weight: 630; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { position: relative; overflow: hidden; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 45px rgba(36,28,25,.035); }
.pillar-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -82px; bottom: -78px; background: var(--accent-soft); }
.pillar-index { color: var(--accent); font-size: 12px; font-weight: 780; letter-spacing: .14em; }
.pillar-card h3 { margin: 116px 0 12px; font-size: 33px; letter-spacing: -.045em; }
.pillar-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); max-width: 320px; line-height: 1.65; }

.manifesto { padding: 0 0 140px; }
.manifesto-inner { position: relative; overflow: hidden; min-height: 330px; border-radius: 30px; background: linear-gradient(135deg, #fff2f2 0%, #fff 58%, #f8f6f5 100%); display: flex; align-items: center; padding: 58px 7%; border: 1px solid #f0e1e1; }
.manifesto p { position: relative; z-index: 2; margin: 0; font-size: clamp(31px, 4.2vw, 58px); line-height: 1.16; letter-spacing: -.045em; font-weight: 420; }
.manifesto strong { color: var(--accent-dark); font-weight: 650; }
.manifesto-mark { position: absolute; right: 4%; top: 50%; transform: translateY(-50%) rotate(4deg); opacity: .15; }
.manifesto-mark img { width: 260px; }

.contact-section { padding: 130px 0; border-top: 1px solid var(--line); background: #f5f3f1; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.contact-intro h2 { margin: 0; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.055em; font-weight: 640; }
.contact-intro > p:not(.section-kicker) { max-width: 500px; margin: 28px 0 24px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.mail-link { display: inline-block; color: var(--accent-dark); font-weight: 680; text-underline-offset: 4px; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; font-size: 13px; font-weight: 700; }
.optional { color: #9b9692; font-weight: 500; }
input, textarea { width: 100%; border: 1px solid #ded9d5; background: #fff; border-radius: 13px; padding: 14px 15px; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
input { min-height: 50px; }
textarea { resize: vertical; min-height: 160px; line-height: 1.55; }
input:hover, textarea:hover { border-color: #c9c2bd; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(233,79,84,.08); outline: none; }
.privacy-note { color: #7d7874; font-size: 12px; line-height: 1.55; margin: 4px 0 20px; }
.field-help { margin: 8px 0 0; color: #8b8681; font-size: 11px; line-height: 1.5; }
.captcha-field { padding: 15px; border: 1px solid #eadbd8; border-radius: 14px; background: #fffafa; }
.captcha-field[hidden] { display: none; }
.captcha-field input { max-width: 150px; }
.submit-button:disabled { cursor: wait; opacity: .62; transform: none; }
.privacy-note a { text-underline-offset: 3px; }
.submit-button { border: 0; gap: 10px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin-bottom: 20px; padding: 12px 14px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.form-status.success { background: #edf8ef; color: #1d6130; border: 1px solid #cfe8d5; }
.form-status.error { background: #fff1f1; color: #8b2429; border: 1px solid #f1ced0; }

.site-footer { padding: 60px 0 32px; background: var(--ink); color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 50px; }
.brand-footer { color: white; }
.footer-top p { color: #aaa5a1; margin: 0; }
.footer-bottom { border-top: 1px solid #343230; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #918d89; font-size: 13px; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a { color: #aaa5a1; }

.legal-main { padding: 150px 0 100px; }
.legal-shell { width: min(860px, calc(100% - 48px)); margin: 0 auto; }
.legal-kicker { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 760; }
.legal-main h1 { margin: 16px 0 20px; font-size: clamp(48px, 7vw, 76px); letter-spacing: -.06em; line-height: 1; }
.legal-intro { color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-warning { margin: 28px 0; padding: 17px 18px; border-radius: 14px; background: #fff6df; border: 1px solid #f1dd9f; color: #654f11; line-height: 1.55; }
.legal-card { margin-top: 30px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.legal-card h2 { margin: 0 0 16px; font-size: 25px; letter-spacing: -.03em; }
.legal-card h3 { margin: 24px 0 8px; font-size: 18px; }
.legal-card p, .legal-card li { color: #585450; line-height: 1.7; }
.legal-card ul { padding-left: 20px; }
.placeholder { background: #fff2c7; color: #684e00; padding: 2px 5px; border-radius: 4px; font-weight: 650; }
.back-link { display: inline-flex; margin-top: 36px; color: var(--accent-dark); font-weight: 680; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .shell, .legal-shell { width: min(100% - 32px, 760px); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .nav { display: none; }
  .hero { min-height: auto; padding: 135px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(62px, 18vw, 105px); }
  .hero-mark { min-height: 320px; justify-content: flex-start; }
  .hero-mark img { width: 250px; margin-left: 8%; }
  .hero-footnote { margin-top: 46px; }
  .statement-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .statement, .pillars, .contact-section { padding: 92px 0; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 255px; }
  .pillar-card h3 { margin-top: 78px; }
  .manifesto { padding-bottom: 92px; }
}

@media (max-width: 600px) {
  .header-cta { font-size: 13px; }
  .brand { font-size: 22px; }
  .brand img { width: 26px; }
  .hero h1 { letter-spacing: -.065em; }
  .hero-text { margin-top: 28px; font-size: 18px; }
  .hero-actions { margin-top: 32px; }
  .button { min-height: 50px; padding: 0 19px; }
  .hero-mark { min-height: 250px; }
  .hero-mark img { width: 185px; }
  .hero-footnote { gap: 9px; font-size: 10px; letter-spacing: .12em; }
  .statement h2, .section-heading h2, .contact-intro h2 { letter-spacing: -.045em; }
  .statement { padding: 78px 0; }
  .pillars, .contact-section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .pillar-card { padding: 24px; }
  .manifesto-inner { min-height: 290px; padding: 36px 28px; border-radius: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; border-radius: 20px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top { padding-bottom: 35px; }
  .footer-bottom nav { flex-wrap: wrap; }
  .legal-main { padding-top: 125px; }
  .legal-card { padding: 22px 18px; }
}

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