:root {
  color-scheme: light;
  --ink: #1c1a16;
  --muted: #706b63;
  --paper: #f7f4ef;
  --surface: #fffdf9;
  --line: #e4ded4;
  --accent: #c96d4b;
  --accent-dark: #93452e;
  --shadow: 0 24px 60px rgba(60, 42, 25, 0.10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 24px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 750; letter-spacing: -0.03em; }
.brand-mark { display: block; width: 36px; height: 36px; object-fit: contain; }
.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .footer-links a:hover { color: var(--accent-dark); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; padding: 86px 0 110px; }
.eyebrow { color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -0.055em; line-height: 1.05; }
h1 { max-width: 680px; margin-top: 18px; font-size: clamp(48px, 7vw, 88px); }
h2 { font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: 21px; }
.hero-copy p { max-width: 540px; margin: 26px 0 32px; color: var(--muted); font-size: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--ink); color: #fffaf2; text-decoration: none; font-size: 14px; font-weight: 750; }
.button:hover { background: var(--accent-dark); }
.button.secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.button.secondary:hover { border-color: var(--accent); color: var(--accent-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.paper-card { position: relative; min-height: 460px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(2deg); }
.paper-card::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid #ead5c9; border-radius: 28px; background: #f2e6dc; transform: rotate(-5deg); }
.paper-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.paper-name { font-size: 27px; font-weight: 800; letter-spacing: -0.06em; }
.paper-role { margin-top: 4px; color: var(--accent-dark); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .10em; }
.paper-dot { width: 58px; height: 58px; border-radius: 18px; background: linear-gradient(135deg, #e6a47f, #ad5940); }
.paper-section { padding-top: 24px; }
.paper-label { margin-bottom: 11px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.paper-line { height: 8px; margin: 8px 0; border-radius: 99px; background: #e9e3db; }
.paper-line.short { width: 62%; }
.paper-line.tiny { width: 37%; }
.feature-section { padding: 22px 0 110px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-intro p { max-width: 430px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,249,.64); }
.feature-number { display: block; margin-bottom: 44px; color: var(--accent); font-size: 13px; font-weight: 800; }
.feature p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto 90px; padding: 34px; border-radius: 24px; background: var(--ink); color: #fffaf2; }
.cta > div { width: 100%; flex: 1; text-align: center; }
.cta p { max-width: 440px; margin: 10px auto 0; color: #c7c0b6; }
.cta .button { background: #fffaf2; color: var(--ink); }
.cta .button:hover { background: #f0d4c4; }
.site-footer { padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-decoration: none; }
.legal-page { max-width: 760px; padding: 76px 0 110px; }
.legal-page h1 { font-size: clamp(42px, 6vw, 68px); }
.legal-page .lead { margin: 20px 0 54px; color: var(--muted); font-size: 18px; }
.legal-page h2 { margin: 44px 0 14px; font-size: 27px; }
.legal-page p, .legal-page li { color: #514d47; }
.legal-page ul { padding-left: 22px; }
.callout { margin: 28px 0; padding: 20px 22px; border-left: 3px solid var(--accent); border-radius: 0 14px 14px 0; background: #f1e5da; }
.email-link { color: var(--accent-dark); font-weight: 750; }

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 600px); }
  .nav-links { gap: 12px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 54px 0 86px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .paper-card { min-height: 390px; }
  .section-intro, .footer-row { align-items: flex-start; flex-direction: column; }
  .cta { align-items: center; flex-direction: column; text-align: center; }
  .cta p { margin-right: auto; margin-left: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .feature-number { margin-bottom: 28px; }
}
