* { 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: 1120px; margin: 0 auto; padding: 0 28px; }
    .cp-h1 { font-family: var(--font-headline); text-transform: uppercase; line-height: 1.02; letter-spacing: -0.015em; margin: 0; font-size: clamp(46px, 6vw, 82px); }
    .cp-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); }
    .cp-h3 { font-family: var(--font-headline); text-transform: uppercase; font-size: 19px; letter-spacing: -0.01em; margin: 0; color: var(--text-strong); }
    .cp-body { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin: 0; }
    .cp-eyebrow { font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--stor-red); margin-bottom: 14px; }
    .cp-eyebrow--light { color: var(--stor-yellow); }
    .cp-note { margin-top: 18px; font-size: 14px; color: var(--text-subtle); }
    .cp-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); }
    .cp-header__in { display: flex; align-items: center; height: 66px; }
    .cp-logo { height: 28px; display: block; }
    .cp-nav { display: flex; align-items: center; gap: 26px; margin-left: 34px; }
    .cp-nav a { font-size: 15px; font-weight: 500; color: var(--text-body); text-decoration: none; }
    .cp-nav a:hover, .cp-nav a[aria-current="page"] { color: var(--stor-red); }
    .cp-header__right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
    .cp-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; }
    .cp-lane:hover { color: var(--stor-red); border-color: var(--stor-red); background: rgba(192,22,22,.05); }
    .cp-burger { display: none; background: none; border: 0; cursor: pointer; color: var(--text-strong); padding: 4px; }
    .cp-cta-light.stor-btn { background: var(--stor-red); color: #fff; border-color: var(--stor-red); }
    .cp-cta-light.stor-btn:hover { background: var(--red-700); border-color: var(--red-700); color: #fff; }
    .cp-cta-onred.stor-btn { background: #fff; color: var(--stor-red); border-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.14); }
    .cp-cta-onred.stor-btn:hover { background: #f2e7e4; color: var(--stor-red); border-color: #f2e7e4; }
    .cp-hero { background: var(--stor-red); color: #fff; padding: clamp(56px, 7.5vw, 104px) 0; overflow: hidden; }
    .cp-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
    .cp-hero .cp-h1 { color: #fff; }
    .cp-hero__sub { font-size: 20px; line-height: 1.6; color: rgba(255,255,255,.94); margin: 24px 0 32px; max-width: 42ch; }
    .cp-hero__art { border-radius: var(--radius-lg); background: var(--red-700); color: rgba(255,255,255,.8); aspect-ratio: 4/3.4; 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; }
    .cp-hero__flag { position: absolute; left: -10px; bottom: 22px; }
    .cp-hero__reassure { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,.82); }
    .cp-sec { padding: clamp(52px, 7vw, 92px) 0; }
    .cp-sec--tan { background: var(--tan-100); }
    .cp-head { max-width: 720px; margin-bottom: 44px; }
    .cp-head .cp-h2 { max-width: 20ch; }
    .cp-head .cp-body { margin-top: 16px; max-width: 58ch; }
    .cp-air { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .cp-air--two { grid-template-columns: repeat(2, 1fr); position: relative; }
    .cp-air__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: 760px) { .cp-air__plus { display: none; } }
    .cp-air__card { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); }
    .cp-air__icon { width: 54px; height: 54px; border-radius: var(--radius-md); background: var(--red-50); color: var(--stor-red); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .cp-air__card .cp-h3 { margin-bottom: 10px; }
    .cp-mm { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
    .cp-mm__art { border-radius: var(--radius-lg); background: var(--tan-200); color: var(--neutral-600); aspect-ratio: 1/1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 600; text-align: center; padding: 24px; border: 1px solid var(--border-subtle); }
    .cp-mm__list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 16px; }
    .cp-mm__list li { display: flex; gap: 12px; align-items: flex-start; }
    .cp-mm__list b { color: var(--text-strong); }
    .cp-mm__list span { font-size: 15px; line-height: 1.55; color: var(--text-muted); }
    .cp-mm__tag { margin-bottom: 16px; }
    .cp-signup { background: var(--stor-red); color: #fff; padding: clamp(52px, 7vw, 84px) 0; text-align: center; }
    .cp-signup .cp-h2 { color: #fff; }
    .cp-signup__sub { font-size: 18px; color: rgba(255,255,255,.94); margin: 16px auto 30px; max-width: 50ch; }
    .cp-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
    .cp-form input { flex: 1 1 240px; min-width: 0; height: 52px; border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.12); color: #fff; padding: 0 18px; font-size: 16px; font-family: var(--font-body); }
    .cp-form input::placeholder { color: rgba(255,255,255,.7); }
    .cp-form input:focus { outline: none; border-color: #fff; background: rgba(255,255,255,.18); }
    .cp-form__ok { margin-top: 18px; font-size: 15px; min-height: 20px; }
    .cp-form__ok--error { color: #ffcdd2; }
    .cp-form__ok--success { color: var(--stor-yellow); font-weight: 600; }
    .cp-signup__fine { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.78); }
    .cp-footer { background: var(--neutral-900); color: rgba(255,255,255,.72); padding: 44px 0 30px; }
    .cp-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); }
    .cp-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; }
    .cp-flane:hover { color: var(--stor-yellow) !important; border-color: var(--stor-yellow); background: rgba(255,255,255,.06); }
    .cp-fbar { display: flex; align-items: center; gap: 16px; padding-top: 24px; flex-wrap: wrap; }
    .cp-fbar__logo { height: 24px; }
    .cp-fbar__tag { font-family: var(--font-headline); text-transform: uppercase; color: #fff; font-size: 13px; }
    .cp-copy { color: rgba(255,255,255,.5); font-size: 13px; margin-left: auto; }
    @media (max-width: 920px) {
      .cp-nav { display: none; }
      .cp-burger { display: block; }
      .cp-hero__grid, .cp-mm { grid-template-columns: 1fr; }
      .cp-air, .cp-air--two { grid-template-columns: 1fr; }
    }
