.store-page{color:#122941;background:#fff}
.store-intro nav{display:flex;gap:24px;font-size:15px;font-weight:650}
.store-intro nav a{padding:8px 0;color:#1b59a5;border-bottom:2px solid #bacde5}
.store-section{padding:36px 0 42px;scroll-margin-top:95px}
.store-section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:23px}
.store-section-heading h2{font-size:30px;margin:0 0 9px;line-height:1.2;letter-spacing:-.025em}
.store-section-heading p{margin:0;font-size:15px;color:#5f7085}
.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.store-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce4ed;border-radius:11px;background:white;transition:border-color .15s,box-shadow .15s}
.store-card:hover{border-color:#8eaed4;box-shadow:0 6px 18px #172f4710}
.store-card>.original-product-art{border-bottom:1px solid #edf0f5}
.store-card-copy{display:flex;flex-direction:column;flex:1;min-width:0;padding:20px 23px}
.store-card-identity{display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px 10px;font-size:13px;font-weight:700;color:#235da5}
.store-card-identity small{font-size:11px;font-weight:400;color:#6b7582}
.store-card h3{font-size:23px;line-height:1.25;margin:10px 0 13px;letter-spacing:-.02em}
.store-card p{font-size:15px;line-height:1.6;color:#5f7085;margin:0 0 18px}
.store-card dl{margin:auto 0 18px;font-size:13px;line-height:1.5}
.store-card dl div{display:grid;grid-template-columns:88px 1fr;gap:12px;padding:8px 0;border-top:1px solid #e5eaf0}
.store-card dt{color:#5f7085}
.store-card dd{margin:0;text-align:right;font-weight:600}
.store-card-link{display:flex;align-items:center;justify-content:space-between;font-weight:650;color:#235da5;font-size:14px}
.store-card-link svg{width:18px;height:18px}
.store-packages{background:#f7f9fc;border-top:1px solid #e3e9f0}
.store-help{padding:30px 0;border-top:1px solid #e3e9f0}
.store-help>.shell{display:flex;align-items:center;justify-content:space-between;gap:28px}
.store-help h2{font-size:26px;margin:0 0 10px}
.store-help p{font-size:15px;margin:0;color:#5f7085}
.store-page a:focus-visible{outline:3px solid #2563eb;outline-offset:4px}
.package-detail{padding:34px 0 48px}
.package-detail-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.package-detail h1{font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-.035em;margin:14px 0 20px}
.package-detail p{font-size:17px;line-height:1.7;color:#53677e}
.package-detail .back-link{margin-bottom:26px;display:block}
.package-contents{max-width:850px;padding:32px 0 0;border-top:1px solid #dce4ed;margin-top:36px}
.package-contents h2{font-size:29px;margin:0 0 20px}
.package-contents li{font-size:16px;line-height:1.65;margin-bottom:10px}
.package-contents ul{margin:0 0 24px;padding-left:21px}
@media(max-width:980px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.package-detail-grid{gap:28px}.store-card-copy{padding:20px}}
@media(max-width:620px){.store-grid{grid-template-columns:1fr;gap:16px}.store-section{padding:28px 0 34px}.store-section-heading,.store-help>.shell{align-items:flex-start;flex-direction:column;gap:16px}.store-intro nav{font-size:14px}.store-card h3{font-size:23px}.package-detail-grid{grid-template-columns:1fr}.package-detail h1{font-size:36px}}
