:root {
  --ink: #17211e;
  --muted: #65706b;
  --paper: #f5f3ed;
  --card: #fffdfa;
  --acid: #e7ff73;
  --line: #d9d8d0;
  --violet: #5c50c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; }
.site-nav { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--acid); font: 700 17px/1 Georgia, serif; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav-links a:not(.nav-contact):hover { opacity: .58; }
.nav-contact { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; transition: .2s ease; }
.nav-contact:hover { background: var(--ink); color: white; }

.hero { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 12vw, 156px) 0 112px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 32px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(231,255,115,.36); }
.hero h1, .support-intro h1, .legal-header h1 { margin: 0; font: 500 clamp(58px, 8.5vw, 120px)/.89 Georgia, 'Times New Roman', serif; letter-spacing: -.065em; }
.hero-lower { max-width: 590px; margin: 44px 0 0 auto; }
.hero-copy { margin: 0; color: var(--muted); font-size: clamp(19px, 2vw, 26px); line-height: 1.45; letter-spacing: -.025em; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 205px; padding: 16px 19px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #30413b; transform: translateY(-2px); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.signal-strip { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 48px); padding: 24px; background: var(--ink); color: #e9ece9; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--acid); }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.section-index { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.section-heading h2, .about h2, .contact-band h2 { margin: 0; font: 500 clamp(46px, 5.5vw, 78px)/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.section-heading > div > p { max-width: 560px; margin: 26px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }

.product-card { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--card); box-shadow: 0 30px 90px rgba(23,33,30,.07); }
.product-main { padding: clamp(34px, 5vw, 68px); }
.status { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; background: #f0f2dc; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #667408; }
.product-number { margin: 72px 0 10px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.product-card h3 { margin: 0; font: 500 clamp(68px, 8vw, 104px)/1 Georgia, serif; letter-spacing: -.06em; }
.product-description { max-width: 550px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.product-tags span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #4f5955; font-size: 12px; }
.product-visual { min-height: 560px; display: grid; place-items: center; padding: 8%; background: var(--violet); background-image: radial-gradient(circle at 90% 12%, rgba(231,255,115,.22), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.05), transparent 50%); }
.visual-window { width: 100%; padding: 18px 20px 24px; border-radius: 16px; background: #faf9f4; box-shadow: 0 30px 70px rgba(24,16,78,.32); transform: rotate(1.5deg); }
.visual-top { display: flex; align-items: center; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid #e4e4df; }
.visual-top i { width: 7px; height: 7px; border-radius: 50%; background: #cacac5; }
.visual-top span { margin-left: auto; color: #737873; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.score-wrap { display: flex; align-items: center; gap: 20px; padding: 35px 0; }
.score-ring { width: 90px; height: 90px; display: grid; align-content: center; justify-content: center; border: 7px solid var(--acid); border-right-color: #d6d5ce; border-radius: 50%; text-align: center; transform: rotate(-20deg); }
.score-ring > * { transform: rotate(20deg); }
.score-ring b { font: 500 31px/1 Georgia, serif; }
.score-ring small { color: #7a7d78; font-size: 9px; }
.score-wrap strong, .score-wrap span { display: block; }
.score-wrap strong { font-size: 15px; }
.score-wrap span { margin-top: 6px; color: #777a76; font-size: 11px; }
.analysis-row { display: grid; grid-template-columns: 95px 1fr 52px; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid #e4e4df; color: #656a65; font-size: 10px; font-style: normal; }
.analysis-row > i { height: 5px; overflow: hidden; border-radius: 5px; background: #e1e2dd; }
.analysis-row > i b { display: block; height: 100%; border-radius: 5px; background: var(--violet); }
.analysis-row em { font-style: normal; text-align: right; }
.independence-note { grid-column: 1 / -1; margin: 0; padding: 20px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }

.capabilities { border-top: 1px solid var(--line); }
.section-heading-compact { align-items: end; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.capability-grid article { min-height: 330px; padding: 30px; border-right: 1px solid var(--line); }
.capability-grid article:last-child { border-right: 0; }
.capability-grid article > span, .support-options article > span { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.capability-grid h3 { margin: 110px 0 18px; font: 500 29px/1.1 Georgia, serif; letter-spacing: -.03em; }
.capability-grid p { color: var(--muted); font-size: 15px; line-height: 1.6; }

.about { border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 70px; }
.about-grid .eyebrow { margin-bottom: 26px; }
.about-copy { padding-top: 42px; }
.about-copy p { margin: 0 0 28px; color: var(--muted); font-size: 20px; line-height: 1.65; letter-spacing: -.015em; }

.contact-band { padding: clamp(70px, 10vw, 130px) max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.eyebrow-dark { color: #b3bbb7; }
.contact-band h2 { max-width: 850px; }
.button-light { margin-top: 55px; background: var(--acid); color: var(--ink); }
.button-light:hover { transform: translateY(-2px); background: white; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 90px max(24px, calc((100vw - 1180px) / 2)) 28px; background: #101815; color: #e4e8e5; }
.brand-mark-light { background: var(--acid); color: var(--ink); }
.footer-lead p { margin-top: 25px; color: #89938e; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; font-size: 14px; }
.footer-links span { margin-bottom: 10px; color: #77817c; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a:hover { color: var(--acid); }
.footer-base { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 50px; padding-top: 24px; border-top: 1px solid #2c3531; color: #77817c; font-size: 11px; }

.legal-page, .support-page { width: min(980px, calc(100% - 48px)); margin: 0 auto; padding: 115px 0 140px; }
.legal-header { padding-bottom: 65px; border-bottom: 1px solid var(--line); }
.legal-header h1 { font-size: clamp(54px, 8vw, 94px); }
.legal-header > p:last-child { margin: 30px 0 0; color: var(--muted); font-size: 13px; }
.legal-body { max-width: 740px; margin: 70px 0 0 auto; }
.legal-body > p { margin-bottom: 50px; color: #39423f; font-size: 19px; line-height: 1.7; }
.legal-body section { padding: 35px 0; border-top: 1px solid var(--line); }
.legal-body h2 { margin: 0 0 16px; font: 500 27px/1.15 Georgia, serif; letter-spacing: -.025em; }
.legal-body section p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.legal-body a { text-decoration: underline; text-underline-offset: 3px; }

.support-page { width: min(1180px, calc(100% - 48px)); }
.support-intro { max-width: 900px; }
.support-intro > p:last-child { max-width: 580px; margin: 35px 0 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.support-card { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; margin-top: 85px; padding: clamp(35px, 6vw, 70px); border-radius: 28px; background: var(--card); box-shadow: 0 30px 90px rgba(23,33,30,.07); }
.support-label { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.support-card h2 { margin: 18px 0; font: 500 clamp(26px, 4vw, 45px)/1 Georgia, serif; letter-spacing: -.04em; }
.support-card > div > p:not(.support-label) { max-width: 600px; color: var(--muted); line-height: 1.6; }
.support-card .button { margin-top: 24px; }
.response-note { align-self: end; display: flex; gap: 14px; padding: 20px 0 0; border-top: 1px solid var(--line); }
.response-note > span { color: var(--violet); font-size: 25px; }
.response-note p { margin: 0; font-size: 12px; }
.response-note strong { display: block; margin-bottom: 7px; color: var(--ink); }
.support-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 100px; }
.support-options h3 { margin: 45px 0 12px; font: 500 24px/1.15 Georgia, serif; }
.support-options p { color: var(--muted); font-size: 14px; line-height: 1.65; }

a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; border-radius: 3px; }

@media (max-width: 800px) {
  .site-nav, .hero, .section, .support-page { width: min(100% - 32px, 1180px); }
  .legal-page { width: min(100% - 32px, 980px); }
  .site-nav { min-height: 80px; }
  .nav-links a:not(.nav-contact) { display: none; }
  .hero { padding: 90px 0 80px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-lower { margin-left: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .signal-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section { padding: 90px 0; }
  .section-heading, .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 400px; }
  .capability-grid, .support-options { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 70px; }
  .about-copy { padding-top: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-base { grid-column: auto; flex-direction: column; gap: 8px; }
  .support-card { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .wordmark { font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .hero h1 { font-size: 51px; }
  .section-heading h2, .about h2, .contact-band h2 { font-size: 45px; }
  .product-main { padding: 28px; }
  .product-number { margin-top: 52px; }
  .product-card h3 { font-size: 65px; }
  .product-visual { min-height: 330px; padding: 20px; }
  .analysis-row { grid-template-columns: 78px 1fr 42px; }
  .legal-page, .support-page { padding: 80px 0 100px; }
  .support-card { padding: 28px; }
}

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