    @font-face { font-family: Inter; src: url(../fonts/inter-latin.woff2) format("woff2"); font-weight: 100 900; font-display: swap; }
    @font-face { font-family: Playfair; src: url(../fonts/playfair-italic-latin.woff2) format("woff2"); font-weight: 600; font-style: italic; font-display: swap; }
    :root {
      --ink: #111315;
      --muted: #5f6264;
      --silver: #eef0f1;
      --paper: #fbfbfa;
      --line: #cdd1d3;
      --copper: #a85b3d;
      --copper-dark: #773a27;
      --focus: #1c5c78;
      --serif: Playfair, Georgia, "Times New Roman", serif;
      --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    * { box-sizing: border-box; }
    html { background: var(--silver); color: var(--ink); }
    body { margin: 0; font-family: var(--sans); line-height: 1.55; }
    a { color: inherit; }
    a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
    .wrap { width: min(900px, calc(100% - 32px)); margin: 0 auto; }
    .site-header { padding: 22px 0; border-bottom: 1px solid var(--line); }
    .header-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
    .brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; text-decoration: none; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .brand-mark { width: 28px; height: 28px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; }
    .brand-mark::after { content: ""; width: 2px; height: 17px; background: var(--copper); transform: rotate(32deg); }
    .back { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; font-weight: 700; }
    main { padding: 56px 0 80px; }
    .eyebrow { margin: 0 0 18px; color: var(--copper-dark); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    h1, h2 { margin: 0; font-weight: 850; letter-spacing: -.035em; line-height: 1.03; }
    h1 { max-width: 760px; font-size: clamp(2.8rem, 8vw, 5.8rem); }
    h1 em, h2 em { color: var(--copper); font-family: var(--serif); font-weight: 500; }
    .intro { max-width: 680px; margin: 24px 0 36px; font-size: clamp(1.1rem, 2.2vw, 1.35rem); }
    .notice { border-left: 5px solid var(--copper); background: var(--paper); padding: 20px 22px; margin: 0 0 42px; }
    .notice strong { display: block; margin-bottom: 4px; }
    .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 48px; }
    .card { background: var(--paper); border: 1px solid var(--line); padding: 24px; }
    .card-number { color: var(--copper); font-weight: 850; font-size: 1.2rem; }
    h2 { font-size: clamp(1.75rem, 4vw, 2.6rem); margin: 0 0 14px; }
    h3 { margin: 8px 0 8px; font-size: 1.12rem; line-height: 1.2; }
    .card p { margin: 0; color: #303437; }
    .scope { background: var(--ink); color: var(--paper); padding: 30px; margin: 0 0 42px; }
    .scope h2 { color: var(--paper); }
    .scope ul { margin: 0; padding-left: 1.25rem; }
    .scope li + li { margin-top: 9px; }
    .price { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; border-top: 1px solid #42494b; margin-top: 24px; padding-top: 24px; }
    .price strong { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1; }
    .price small { color: #dfe3e2; }
    .cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 26px 0 0; }
    .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 2px solid var(--copper); background: var(--copper); color: #fff; font-weight: 800; text-decoration: none; }
    .button:hover { background: var(--copper-dark); border-color: var(--copper-dark); }
    .secondary { color: var(--ink); font-weight: 700; }
    .scope .fine { color: #dfe3e2; }
    .scope .secondary { color: var(--paper); }
    .secondary, .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
    .fine { color: var(--muted); font-size: .94rem; }
    footer { border-top: 1px solid var(--line); padding: 24px 0 36px; color: var(--muted); font-size: .9rem; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
    @media (max-width: 620px) {
      .wrap { width: min(100% - 28px, 900px); }
      .site-header { padding: 14px 0; }
      .header-inner { align-items: flex-start; flex-wrap: wrap; gap: 4px 16px; }
      .brand { font-size: .82rem; }
      main { padding: 38px 0 56px; }
      .grid { grid-template-columns: 1fr; gap: 14px; }
      .card, .scope, .notice { padding: 20px; }
      .price { grid-template-columns: 1fr; gap: 8px; }
      .cta-row { align-items: stretch; flex-direction: column; }
      .button, .secondary { width: 100%; text-align: center; }
    }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
