:root {
    --ink: #0e1111;
    --muted: #666a6a;
    --paper: #ffffff;
    --white: #ffffff;
    --green: #e21f2f;
    --green-dark: #0e1111;
    --dark: #0e1111;
    --lime: #e21f2f;
    --line: #dedede;
    --radius: 0;
    --shadow: none;
}

body { color: #0e1111; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; }
.container { width: min(1224px, calc(100% - 40px)); }
h1, h2, h3 { color: #0e1111; font-family: "Arial Black", Arial, Helvetica, sans-serif; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.75rem); line-height: 1.05; }
h2 { font-size: clamp(1.75rem, 3.2vw, 3rem); }
.eyebrow { color: #e21f2f; font-size: .78rem; letter-spacing: .08em; }

.store-header { background: #fff; border-bottom: 1px solid #d9d9d9; }
.announcement-bar { background: #0e1111; }
.announcement-bar strong { color: #ef3340; }
.store-nav-wrap { min-height: 82px; grid-template-columns: 170px minmax(0, 1fr) 150px; }
.store-brand { color: #0e1111; font-family: "Arial Black", Arial, sans-serif; font-size: 1.55rem; }
.store-brand span { color: #e21f2f; }
.store-nav .nav-links a { min-height: 82px; color: #0e1111; font-size: .82rem; letter-spacing: .025em; }
.store-nav .nav-links a::after { bottom: 15px; height: 3px; background: #e21f2f; }
.store-nav .nav-links a:hover, .store-nav .nav-links a[aria-current="page"] { color: #e21f2f; }
.header-action { color: #0e1111; border-radius: 0; }
.header-action:hover, .header-action:focus-visible { color: #e21f2f; background: #f4f4f4; }
.header-search { border-color: #cfcfcf; border-radius: 0; box-shadow: 0 10px 24px rgba(0,0,0,.09); }
.header-search input, .header-search button { border-radius: 0; }
.header-search button { background: #0e1111; text-transform: uppercase; }

.breadcrumb { padding-top: 14px; padding-bottom: 14px; border-bottom: 1px solid #e5e5e5; }
.breadcrumb ol { color: #5b5f5f; font-size: .82rem; }
.breadcrumb a { color: #0e1111; }
.breadcrumb li[aria-current="page"] { color: #0e1111; font-weight: 700; }

.hero, .sub-hero { padding: 34px 0 54px; background: #fff; }
.hero-grid, .sub-hero-grid { align-items: stretch; gap: 0; background: #f5f5f5; }
.hero-copy, .sub-hero-grid > div:first-child { display: flex; min-height: 520px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 6vw, 74px); background: #f5f5f5; }
.hero-lead { color: #555a5a; }
.hero-panel, .process-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 4vw, 46px); color: #0e1111; background: #fff; border: 1px solid #e1e1e1; border-radius: 0; box-shadow: none; }
.hero-panel::before { display: none; }
.panel-label { color: #e21f2f; }
.hero-panel a { color: #0e1111; background: #fff; border: 1px solid #d8d8d8; border-radius: 0; }
.hero-panel a:hover { color: #fff; background: #0e1111; border-color: #0e1111; }
.hero-panel small { color: #666a6a; }
.hero-panel a:hover small { color: #d9d9d9; }
.mini-step { border-color: #e1e1e1; }
.mini-step > span { color: #fff; background: #0e1111; border-radius: 0; }
.mini-step small { color: #666a6a; }

.button { min-height: 48px; padding: 12px 24px; border: 1px solid #0e1111; border-radius: 0; font-size: .86rem; letter-spacing: .03em; text-transform: uppercase; }
.button:hover { color: #fff; background: #e21f2f; border-color: #e21f2f; box-shadow: none; transform: none; }
.button-primary { color: #fff; background: #0e1111; }
.button-secondary { color: #0e1111; background: #fff; }
.trust-list li::before { color: #e21f2f; }

.section { padding: 74px 0; }
.section-white { background: #fff; }
.section-heading { margin-bottom: 30px; }
.card-grid, .prep-grid { gap: 12px; }
.info-card, .prep-grid article, .step-list li, .faq-list details, .issue-grid article { background: #fff; border: 1px solid #dedede; border-radius: 0; box-shadow: none; }
.info-card, .prep-grid article { transition: border-color .18s ease, transform .18s ease; }
.info-card:hover, .prep-grid article:hover { border-color: #0e1111; transform: translateY(-2px); }
.card-number, .prep-grid article > span { color: #e21f2f; }
.info-card a { color: #0e1111; text-decoration: underline; text-underline-offset: 4px; }
.info-card a:hover { color: #e21f2f; }
.step-number { color: #fff; background: #0e1111; border-radius: 0; }
.faq-list summary { font-family: "Arial Black", Arial, sans-serif; }
.faq-list details[open] { border-color: #0e1111; }

.section-dark { color: #fff; background: #0e1111; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: #ef3340; }
.check-list p, .trouble-grid article { background: #181b1b; border-color: #343737; border-radius: 0; }
.light-copy { color: #c7c9c9; }

.next-page { color: #fff; background: #e21f2f; }
.next-page h2 { color: #fff; }
.next-page .eyebrow { color: #fff; }
.next-page .button-primary { color: #0e1111; background: #fff; border-color: #fff; }
.next-page .button-primary:hover { color: #fff; background: #0e1111; border-color: #0e1111; }

.site-footer { color: #c9c9c9; background: #0e1111; border-top: 5px solid #e21f2f; }
.site-footer .brand span { color: #e21f2f; }
.footer-grid nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1060px) {
    .store-nav-wrap { grid-template-columns: 145px minmax(0, 1fr) 125px; }
}

@media (max-width: 820px) {
    .store-nav-wrap { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 72px; }
    .store-nav .nav-links a { min-height: 48px; }
    .hero-grid, .sub-hero-grid { background: #fff; }
    .hero-copy, .sub-hero-grid > div:first-child { min-height: auto; padding: 44px 28px; }
    .hero-panel, .process-card { padding: 28px; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 24px, 1224px); }
    .hero, .sub-hero { padding-top: 22px; }
    h1 { font-size: clamp(2.15rem, 11vw, 3.35rem); }
    .section { padding: 58px 0; }
    .info-card, .prep-grid article, .step-list li, .issue-grid article { padding: 22px; }
}
