* { box-sizing: border-box; }
    html, body { margin: 0; }
    body { font-family: var(--font-body); color: var(--text-body); background: var(--surface-page); -webkit-font-smoothing: antialiased; }
    a { color: inherit; }
    a:hover { color: inherit; }
    .px { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
    .hp-h1 { font-family: var(--font-headline); text-transform: uppercase; line-height: 1.02; letter-spacing: -0.015em; margin: 0; font-size: clamp(42px, 5.6vw, 76px); }
    .hp-h2 { font-family: var(--font-headline); text-transform: uppercase; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; letter-spacing: -0.01em; margin: 0; color: var(--text-strong); }
    .hp-h3 { font-family: var(--font-headline); text-transform: uppercase; font-size: 19px; letter-spacing: -0.01em; margin: 0; color: var(--text-strong); }
    .hp-body { font-size: 16px; line-height: 1.6; color: var(--text-muted); margin: 0; }
    .hp-eyebrow { font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stor-red); margin-bottom: 14px; }
    .hp-eyebrow--light { color: var(--stor-yellow); }
    .hp-note { margin-top: 26px; font-size: 15px; color: var(--text-subtle); font-style: italic; }
    .hp-creds { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
    .hp-cred { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-muted); background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-pill); padding: 8px 14px; }
    .hp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-subtle); }
    .hp-header__in { display: flex; align-items: center; height: 66px; }
    .hp-logo { height: 28px; display: block; }
    .hp-nav { display: flex; align-items: center; gap: 26px; margin-left: 34px; }
    .hp-nav a { font-size: 15px; font-weight: 500; color: var(--text-body); text-decoration: none; }
    .hp-nav a:hover, .hp-nav a[aria-current="page"] { color: var(--stor-red); }
    .hp-header__right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
    .hp-lane { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 13px; font-weight: 600; color: var(--text-muted); text-decoration: none; border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 7px 14px; background: transparent; transition: color .15s, border-color .15s, background .15s; }
    .hp-lane:hover { color: var(--stor-red); border-color: var(--stor-red); background: rgba(192,22,22,.05); }
    .hp-burger { display: none; background: none; border: 0; cursor: pointer; color: var(--text-strong); padding: 4px; }
    .hp-hero { background: var(--stor-red); color: #fff; padding: clamp(52px, 7vw, 96px) 0; overflow: hidden; }
    .hp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
    .hp-hero .hp-h1 { color: #fff; }
    .hp-hero__sub { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.92); margin: 22px 0 32px; max-width: 46ch; }
    .hp-hero__art { border-radius: var(--radius-lg); background: var(--red-700); color: rgba(255,255,255,.8); aspect-ratio: 4/3.2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 600; text-align: center; padding: 20px; box-shadow: var(--shadow-lg); position: relative; }
    .hp-hero__flag { position: absolute; left: -10px; bottom: 22px; }
    .hp-hero__cta.stor-btn { background: #fff; color: var(--stor-red); border-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.14); }
    .hp-hero__cta.stor-btn:hover { background: #f2e7e4; color: var(--stor-red); border-color: #f2e7e4; }
    .hp-btn-onred.stor-btn--secondary { color: #fff; border-color: rgba(255,255,255,.7); }
    .hp-btn-onred.stor-btn--secondary:hover { background: rgba(255,255,255,.12); }
    .hp-sec { padding: clamp(52px, 7vw, 92px) 0; }
    .hp-sec--tan { background: var(--tan-100); }
    .hp-sec--dark { background: var(--neutral-800); color: #fff; }
    .hp-head { max-width: 760px; margin-bottom: 46px; }
    .hp-head .hp-h2 { max-width: 20ch; }
    .hp-head .hp-body { margin-top: 16px; max-width: 62ch; }
    .hp-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; position: relative; }
    .hp-modes__plus { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: 56px; height: 56px; border-radius: 50%; background: var(--stor-red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo Black', sans-serif; font-size: 34px; line-height: 1; box-shadow: var(--shadow-md); }
    @media (max-width: 860px) { .hp-modes__plus { display: none; } }
    .hp-mode { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
    .hp-mode--preserve { border-color: var(--red-200); background: var(--red-50); }
    .hp-mode__icon { width: 56px; height: 56px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .hp-mode--preserve .hp-mode__icon { background: var(--stor-red); color: #fff; }
    .hp-mode--marinate .hp-mode__icon { background: var(--neutral-200); color: var(--neutral-700); }
    .hp-mode__k { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-subtle); margin: 14px 0 6px; }
    .hp-problem { display: flex; gap: 12px; align-items: flex-start; margin-top: 26px; padding: 18px 22px; background: #fff; border: 1px dashed var(--border-strong); border-radius: var(--radius-md); }
    .hp-problem p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--text-muted); }
    .hp-pays { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .hp-pay { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); }
    .hp-pay__rank { font-family: var(--font-headline); font-size: 30px; color: var(--neutral-200); line-height: 1; }
    .hp-pay__k { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--stor-red); margin: 12px 0 6px; }
    .hp-pay .hp-h3 { margin-bottom: 10px; }
    .hp-roi-ph { border: 2px dashed var(--border-default); border-radius: var(--radius-lg); background: rgba(255,255,255,.5); color: var(--text-muted); min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 32px; }
    .hp-roi-ph__t { font-family: var(--font-headline); text-transform: uppercase; letter-spacing: -0.01em; color: var(--text-body); font-size: 20px; }
    .hp-roi-ph__s { font-size: 14px; color: var(--text-subtle); }
    .hp-pilot { background: var(--stor-red); color: #fff; padding: clamp(52px, 7vw, 84px) 0; text-align: center; }
    .hp-pilot .hp-h2 { color: #fff; }
    .hp-pilot__sub { font-size: 17px; color: rgba(255,255,255,.92); margin: 16px auto 28px; max-width: 54ch; }
    .hp-footer { background: var(--neutral-900); color: rgba(255,255,255,.72); padding: 44px 0 30px; }
    .hp-fnav { display: flex; flex-wrap: wrap; gap: 14px 28px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
    .hp-fnav > a { font-size: 14px; text-decoration: none; color: rgba(255,255,255,.72); }
    .hp-fnav > a:hover { color: var(--stor-yellow); }
    .hp-flane-row { display: flex; justify-content: flex-end; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
    .hp-flane { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85) !important; text-decoration: none; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-pill); padding: 8px 15px; transition: color .15s, border-color .15s, background .15s; }
    .hp-flane:hover { color: var(--stor-yellow) !important; border-color: var(--stor-yellow); background: rgba(255,255,255,.06); }
    .hp-fbar { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 24px; }
    .hp-fbar__logo { height: 24px; }
    .hp-fbar__tag { font-family: var(--font-headline); text-transform: uppercase; color: #fff; font-size: 13px; }
    .hp-fbar__marks { display: flex; gap: 8px; }
    .hp-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border-radius: var(--radius-pill); padding: 8px 14px; }
    .hp-copy { color: rgba(255,255,255,.5); font-size: 13px; width: 100%; margin-top: 4px; }
    @media (max-width: 920px) {
      .hp-nav { display: none; }
      .hp-burger { display: block; }
      .hp-hero__grid, .hp-modes { grid-template-columns: 1fr; }
      .hp-pays { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 560px) { .hp-pays { grid-template-columns: 1fr; } }
    /* ROI Widget */
    .roi-widget { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
    .roi-tabs { display: flex; gap: 10px; margin-bottom: 36px; }
    .roi-tab { font-family: var(--font-headline); text-transform: uppercase; letter-spacing: .06em; padding: 10px 22px; font-size: 13px; background: transparent; color: var(--text-body); border: 2px solid var(--border-default); cursor: pointer; border-radius: var(--radius-md); transition: all .15s; }
    .roi-tab.active { background: var(--stor-red); border-color: var(--stor-red); color: #fff; }
    .roi-tab:not(.active):hover { border-color: var(--text-muted); }
    .roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
    .roi-inputs { display: flex; flex-direction: column; gap: 28px; flex: 1; justify-content: center; }
    .roi-col { display: flex; flex-direction: column; }
    .roi-col .roi-result { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
    .roi-field { display: flex; flex-direction: column; gap: 7px; }
    .roi-field-top { display: flex; justify-content: space-between; align-items: baseline; }
    .roi-field-top label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--text-subtle); font-weight: 700; }
    .roi-field-top .val-out { font-family: var(--font-headline); color: var(--stor-red); font-size: 15px; letter-spacing: -0.01em; }
    input[type="range"].roi-range { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; background: var(--neutral-200); border-radius: 2px; outline: none; }
    input[type="range"].roi-range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; background: var(--stor-red); border: 2px solid #fff; cursor: pointer; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.18); }
    input[type="range"].roi-range::-moz-range-thumb { width: 18px; height: 18px; background: var(--stor-red); border: 2px solid #fff; cursor: pointer; border-radius: 50%; }
    .roi-select { background: var(--surface-page); border: 1px solid var(--border-default); color: var(--text-strong); padding: 10px 12px; width: 100%; font-family: var(--font-body); font-size: 15px; border-radius: var(--radius-sm); }
    .roi-select:focus { outline: 2px solid var(--stor-red); outline-offset: 0; }
    .roi-result { background: var(--stor-red); border-radius: var(--radius-lg); padding: 32px; color: #fff; }
    .roi-result__eyebrow { font-family: var(--font-headline); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--stor-yellow); margin-bottom: 4px; }
    .roi-result__sub { font-size: 14px; opacity: .82; margin-bottom: 16px; }
    .roi-result__big { font-family: var(--font-headline); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
    .roi-result__big-sub { font-size: 14px; opacity: .82; margin-bottom: 16px; }
    .roi-result__row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 14px; }
    .roi-result__row .lbl { opacity: .85; }
    .roi-result__row .val { font-family: var(--font-headline); }
    .roi-result__cta { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 20px; padding: 14px 20px; background: #fff; color: var(--stor-red); font-family: var(--font-headline); text-transform: uppercase; letter-spacing: .06em; font-size: 14px; border-radius: var(--radius-md); border: 2px solid #fff; transition: background .15s, color .15s, border-color .15s; cursor: pointer; text-decoration: none; }
    .roi-result__cta:hover { background: var(--stor-yellow); color: var(--text-strong); border-color: var(--stor-yellow); }
    .roi-disclaimer { font-size: 12px; color: var(--text-subtle); line-height: 1.5; margin-top: 12px; font-style: italic; }
    /* Directional range calculator */
    .roi-panel { background: var(--stor-charcoal); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; }
    .roi-panel .roi-field-top label { color: rgba(255,255,255,.72); }
    .roi-panel .roi-field-top .val-out { color: var(--stor-yellow); }
    .roi-panel input[type="range"].roi-range { background: rgba(255,255,255,.2); }
    .roi-result__big-range { font-family: var(--font-headline); font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 6px; }
    .roi-item { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.18); }
    .roi-item__top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
    .roi-item__lbl { opacity: .88; font-size: 14px; }
    .roi-item__val { font-family: var(--font-headline); font-size: 15px; white-space: nowrap; }
    .roi-item--emph .roi-item__lbl { opacity: 1; }
    .roi-item--emph .roi-item__val { color: var(--stor-yellow); font-size: 18px; }
    .roi-item__sub { font-size: 12px; opacity: .72; margin-top: 5px; }
    .roi-item__sub--payoff { font-size: 20px; font-weight: 700; opacity: 1; line-height: 1.35; }
    .roi-item__note { font-size: 12px; opacity: .72; margin-top: 6px; line-height: 1.45; }
    .roi-context { display: flex; gap: 32px; margin-top: 18px; padding-top: 18px; border-top: 2px solid rgba(255,255,255,.28); }
    .roi-context__fig { display: flex; flex-direction: column; gap: 3px; }
    .roi-context__fig .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
    .roi-context__fig .val { font-family: var(--font-headline); font-size: 16px; }
    .roi-callout { background: rgba(0,0,0,.18); border-radius: var(--radius-md); padding: 13px 16px; font-size: 13px; line-height: 1.45; margin-top: 16px; }
    .roi-callout strong { color: var(--stor-yellow); font-weight: 700; }
    @media (max-width: 720px) { .roi-grid { grid-template-columns: 1fr; } }
