:root {
  --blue: #073c8f;
  --blue-deep: #052e61;
  --blue-soft: #eaf2fb;
  --orange: #ff5100;
  --orange-dark: #dc4300;
  --white: #ffffff;
  --surface: #f5f7fa;
  --ink: #122033;
  --muted: #627086;
  --line: #dce3eb;
  --success: #167b45;
  --danger: #c63333;
  --shadow-sm: 0 8px 24px rgba(18, 32, 51, .07);
  --shadow-md: 0 18px 48px rgba(5, 46, 97, .12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shell: 1200px;
  --font: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(255, 81, 0, .38); outline-offset: 3px; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; line-height: 1.25; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 52px; padding: 14px 22px; }
.button--orange { color: var(--white); background: var(--orange); }
.button--orange:hover { background: var(--orange-dark); box-shadow: 0 10px 26px rgba(255, 81, 0, .22); }
.button--blue { color: var(--white); background: var(--blue); }
.button--blue:hover { background: var(--blue-deep); }
.button--white { color: var(--blue); background: var(--white); }
.button--white:hover { color: var(--orange-dark); box-shadow: var(--shadow-sm); }
.button--ghost { color: var(--blue); background: rgba(255, 255, 255, .78); border-color: #bfd0e4; }
.button--ghost:hover, .button--outline:hover { border-color: var(--blue); background: var(--white); }
.button--outline { color: var(--blue); background: transparent; border-color: #b7c7da; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 700; }
.text-link:hover { color: var(--orange-dark); }

.service-bar { color: rgba(255,255,255,.84); background: var(--blue-deep); font-size: 12px; }
.service-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.service-bar p { margin: 0; }
.service-bar__inner > div { display: flex; align-items: center; gap: 24px; }
.service-bar a { color: var(--white); font-weight: 700; }

.main-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(5,46,97,.1); backdrop-filter: blur(16px); }
.main-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-lockup img { width: 54px; height: 54px; object-fit: contain; }
.brand-lockup span { display: grid; gap: 2px; line-height: 1.1; }
.brand-lockup small { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.brand-lockup strong { color: var(--blue); font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.main-nav { height: 78px; display: flex; align-items: stretch; gap: 31px; }
.main-nav a { position: relative; display: flex; align-items: center; color: #34445b; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: 8px; }
.header-icon-link, .header-cart { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--blue); border-radius: 8px; font-size: 12px; font-weight: 700; }
.header-icon-link:hover, .header-cart:hover { background: var(--blue-soft); }
.header-icon-link svg, .header-cart svg { width: 20px; height: 20px; }
.header-cart strong { min-width: 21px; height: 21px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 5px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: 10px; }
.header-cart strong:empty { display: none; }
.header-order { min-height: 42px; padding-inline: 15px; margin-left: 2px; font-size: 13px; }
.nav-toggle { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; padding: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.nav-toggle svg { width: 23px; height: 23px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
.mobile-menu { display: none; }

.hero-section { position: relative; overflow: hidden; padding: 86px 0 0; background: linear-gradient(110deg, #ffffff 0%, #ffffff 42%, #eef5fc 100%); }
.hero-section::before { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 7px; background: var(--orange); }
.hero-grid { min-height: 490px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 55px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 62px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 24px; color: var(--blue); font-size: clamp(47px, 5vw, 72px); font-weight: 800; line-height: 1.04; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy > p { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 27px 0 0; padding: 0; color: #45576e; list-style: none; font-size: 12px; font-weight: 600; }
.hero-assurance li { display: flex; align-items: center; gap: 7px; }
.hero-assurance svg { width: 18px; height: 18px; color: var(--success); stroke-width: 2.4; }
.hero-product { position: relative; min-width: 0; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.hero-product__disc { position: absolute; z-index: 0; width: min(39vw, 500px); aspect-ratio: 1; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 34px rgba(7,60,143,.06); }
.hero-product__disc::after { content: ""; position: absolute; top: -7%; right: -5%; width: 38%; aspect-ratio: 1; background: var(--orange); border-radius: 50%; }
.hero-product img { position: relative; z-index: 1; width: 110%; max-width: none; clip-path: inset(9px); filter: drop-shadow(0 26px 22px rgba(5,46,97,.2)); transform: translateY(22px); }
.hero-product__note { position: absolute; z-index: 2; right: 0; bottom: 46px; display: grid; gap: 2px; padding: 12px 15px; color: var(--blue); background: rgba(255,255,255,.92); border-radius: 10px; box-shadow: var(--shadow-sm); }
.hero-product__note span { font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-product__note strong { font-size: 17px; }
.reassurance-rail { position: relative; z-index: 3; min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border: 1px solid var(--line); border-bottom: 0; border-radius: 16px 16px 0 0; box-shadow: 0 -14px 40px rgba(5,46,97,.07); }
.reassurance-rail > div { display: flex; align-items: center; gap: 14px; padding: 21px 28px; }
.reassurance-rail > div + div { border-left: 1px solid var(--line); }
.reassurance-rail svg { width: 27px; height: 27px; flex: 0 0 auto; color: var(--orange); }
.reassurance-rail span { display: grid; color: var(--muted); font-size: 11px; line-height: 1.4; }
.reassurance-rail strong { margin-bottom: 3px; color: var(--blue); font-size: 13px; }

.price-section { padding: 30px 0; color: var(--white); background: var(--blue); }
.price-layout { display: grid; grid-template-columns: 1.05fr 1.35fr auto; align-items: center; gap: 34px; }
.price-heading h2 { margin-bottom: 7px; font-size: 24px; line-height: 1.15; }
.price-heading p { max-width: 440px; margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.55; }
.price-heading p a { color: var(--white); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.price-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.price-list article { padding: 15px 17px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; }
.price-list span, .price-list small { display: block; color: rgba(255,255,255,.7); font-size: 9px; }
.price-list strong { display: block; margin: 3px 0 1px; font-size: 23px; letter-spacing: -.03em; }
.price-call { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; white-space: nowrap; }
.price-call:hover { color: #ffd0b8; }

.products-section { padding: 104px 0 112px; background: var(--white); }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.section-title-row h2 { max-width: 690px; margin-bottom: 12px; color: var(--blue-deep); font-size: clamp(34px, 4vw, 50px); font-weight: 800; line-height: 1.12; }
.section-title-row p { max-width: 680px; margin: 0; color: var(--muted); }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 22px; }
.catalog-filter { min-height: 42px; padding: 9px 17px; color: #495a70; background: var(--surface); border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.catalog-filter:hover { color: var(--blue); border-color: #b9c9dc; }
.catalog-filter.is-active { color: var(--white); background: var(--blue); }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-summary p { margin: 0; color: var(--muted); font-size: 11px; }
.catalog-summary p:first-child { color: var(--ink); font-size: 13px; font-weight: 700; }
.commerce-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.product-card:hover { border-color: #b7c8dc; box-shadow: var(--shadow-md); transform: translateY(-5px); }
.product-card__media { position: relative; aspect-ratio: 1; display: block; overflow: hidden; background: var(--surface); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 18px 17px; }
.product-card__brand { margin-bottom: 6px; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.product-card h3 { min-height: 46px; margin-bottom: 9px; color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.35; }
.product-card h3 a:hover { color: var(--blue); }
.product-card__description { display: -webkit-box; min-height: 58px; margin-bottom: 14px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.7; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid #e9edf2; color: var(--muted); font-size: 9px; }
.product-card__price { margin-top: 11px; }
.product-card__price strong { display: block; color: var(--blue-deep); font-size: 21px; letter-spacing: -.03em; }
.product-card__price span { display: block; color: var(--muted); font-size: 8px; }
.product-card__price.is-contact strong { font-size: 18px; }
.product-card__actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 15px; }
.product-card__add { min-height: 42px; padding: 9px 12px; color: var(--white); background: var(--orange); border: 0; border-radius: 8px; font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.product-card__add:hover { background: var(--orange-dark); transform: translateY(-1px); }
.product-card__detail { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; color: var(--blue); background: var(--blue-soft); border-radius: 8px; }
.product-card__detail:hover { color: var(--white); background: var(--blue); }
.catalog-more { margin-top: 34px; text-align: center; }
.catalog-more[hidden] { display: none; }

.order-flow-section { padding: 92px 0; color: var(--white); background: var(--blue-deep); }
.order-flow-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.order-flow-copy h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 52px); font-weight: 800; line-height: 1.12; }
.order-flow-copy p { max-width: 500px; margin-bottom: 30px; color: rgba(255,255,255,.72); }
.order-flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.order-flow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.order-flow-list > li > span { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--blue-deep); background: var(--orange); border-radius: 50%; font-weight: 800; }
.order-flow-list strong { font-size: 17px; }
.order-flow-list p { margin: 5px 0 0; color: rgba(255,255,255,.66); font-size: 12px; }

.safety-section { padding: 108px 0; background: var(--surface); }
.safety-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; }
.safety-copy h2 { margin-bottom: 18px; color: var(--blue-deep); font-size: clamp(36px, 4vw, 50px); font-weight: 800; line-height: 1.12; }
.safety-copy p { margin-bottom: 24px; color: var(--muted); }
.safety-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfd9e5; }
.safety-list li { display: grid; grid-template-columns: 56px 1fr; gap: 21px; padding: 22px 0; border-bottom: 1px solid #cfd9e5; }
.safety-list > li > span { color: var(--orange-dark); font-size: 13px; font-weight: 800; }
.safety-list strong { color: var(--blue); font-size: 16px; }
.safety-list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.store-section { padding: 110px 0; background: var(--white); }
.store-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 82px; }
.store-media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--blue-soft); border-radius: var(--radius-lg); }
.store-media::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--orange) 0 38%, var(--blue) 38%); }
.store-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.store-copy h2 { margin-bottom: 20px; color: var(--blue-deep); font-size: clamp(40px, 5vw, 60px); font-weight: 800; line-height: 1.06; }
.store-address { margin-bottom: 30px; color: var(--muted); font-size: 16px; }
.store-copy dl { margin: 0; border-top: 1px solid var(--line); }
.store-copy dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.store-copy dt { color: var(--muted); font-size: 11px; }
.store-copy dd { margin: 0; color: var(--blue); font-weight: 700; }
.store-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.brand-cta-section { padding: 0 0 100px; background: var(--white); }
.brand-cta { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 54px; color: var(--white); background: var(--orange); border-radius: var(--radius-lg); }
.brand-cta h2 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1.15; }
.brand-cta p { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); }
.brand-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.main-footer { padding: 68px 0 20px; color: #adc0d6; background: var(--blue-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 56px; }
.brand-lockup--footer small { color: #ff9c6b; }
.brand-lockup--footer strong { color: var(--white); }
.footer-brand > p { max-width: 350px; margin: 20px 0 0; font-size: 12px; }
.main-footer h3 { margin-bottom: 17px; color: var(--white); font-size: 13px; letter-spacing: 0; }
.main-footer .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.main-footer .footer-grid a, .main-footer .footer-grid p { margin: 0 0 9px; font-size: 11px; }
.main-footer .footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; }
.footer-bottom p { margin: 0; }
.mobile-bottom-nav { display: none; }
.site-toast { position: fixed; z-index: 500; right: 22px; bottom: 22px; max-width: 350px; padding: 13px 17px; color: var(--white); background: var(--blue-deep); border-radius: 9px; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.site-toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 19px; }
  .header-icon-link span, .header-cart > span { display: none; }
  .hero-grid { gap: 25px; }
  .hero-copy h1 { font-size: clamp(44px, 5.8vw, 64px); }
  .hero-product { min-height: 440px; }
  .commerce-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-layout { grid-template-columns: 1fr 1.35fr; }
  .price-call { display: none; }
  .order-flow-grid, .safety-grid { gap: 55px; }
  .store-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .service-bar__inner > div span { display: none; }
  .main-nav, .header-order { display: none; }
  .nav-toggle { display: inline-flex; }
  .mobile-menu { position: fixed; z-index: 99; inset: 112px 0 auto; max-height: calc(100vh - 112px); display: grid; padding: 13px 16px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { padding: 15px 8px; color: var(--blue); border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero-section { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 12px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-assurance { justify-content: center; }
  .hero-product { min-height: 390px; }
  .hero-product__disc { width: min(66vw, 440px); }
  .hero-product img { width: min(760px, 110%); }
  .reassurance-rail { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); border-radius: 14px; }
  .reassurance-rail > div { padding: 17px 22px; }
  .reassurance-rail > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .price-layout { grid-template-columns: 1fr; gap: 20px; }
  .price-heading { text-align: center; }
  .price-heading p { margin-inline: auto; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .commerce-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-flow-grid, .safety-grid, .store-grid { grid-template-columns: 1fr; gap: 48px; }
  .store-media { max-width: 620px; width: 100%; margin-inline: auto; aspect-ratio: 4 / 4.7; }
  .brand-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  body { padding-bottom: 70px; font-size: 14px; }
  .shell { width: min(100% - 24px, var(--shell)); }
  .service-bar { display: none; }
  .main-header__inner { min-height: 68px; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { width: 44px; height: 44px; }
  .brand-lockup small { font-size: 7px; }
  .brand-lockup strong { font-size: 15px; }
  .header-icon-link { display: none; }
  .header-cart { padding: 7px; }
  .mobile-menu { inset: 68px 0 auto; max-height: calc(100vh - 138px); }
  .hero-section { padding-top: 43px; }
  .hero-section::before { width: 48%; height: 5px; }
  .hero-copy h1 { margin-bottom: 17px; font-size: clamp(38px, 11vw, 50px); }
  .hero-copy > p { margin-bottom: 23px; font-size: 14px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-assurance { display: grid; justify-content: start; width: fit-content; margin: 22px auto 0; text-align: left; }
  .hero-product { min-height: 300px; }
  .hero-product img { width: 118%; transform: translateY(10px); }
  .hero-product__disc { width: 76vw; }
  .hero-product__note { right: 3px; bottom: 20px; padding: 9px 11px; }
  .hero-product__note strong { font-size: 14px; }
  .reassurance-rail { margin-top: 12px; }
  .price-section { padding: 29px 0; }
  .price-heading h2 { font-size: 21px; }
  .price-list { gap: 7px; }
  .price-list article { padding: 12px; }
  .price-list strong { font-size: 18px; }
  .products-section, .safety-section, .store-section { padding: 72px 0; }
  .section-title-row { margin-bottom: 26px; }
  .section-title-row h2, .safety-copy h2 { font-size: 32px; }
  .section-title-row .text-link { display: none; }
  .catalog-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 15px; scrollbar-width: none; }
  .catalog-filters::-webkit-scrollbar { display: none; }
  .catalog-filter { flex: 0 0 auto; }
  .catalog-summary { align-items: flex-start; flex-direction: column; gap: 4px; padding-top: 12px; }
  .catalog-summary p:last-child { font-size: 9px; }
  .commerce-product-grid { gap: 10px; }
  .product-card { border-radius: 11px; }
  .product-card__body { padding: 12px; }
  .product-card__brand { font-size: 7px; }
  .product-card h3 { min-height: 42px; margin-bottom: 7px; font-size: 14px; }
  .product-card__description { display: none; }
  .product-card__meta { font-size: 7px; }
  .product-card__price strong { font-size: 17px; }
  .product-card__price.is-contact strong { font-size: 15px; }
  .product-card__actions { grid-template-columns: 1fr; }
  .product-card__detail { display: none; }
  .product-card__add { min-height: 39px; padding-inline: 7px; font-size: 9px; }
  .order-flow-section { padding: 70px 0; }
  .order-flow-copy h2 { font-size: 33px; }
  .order-flow-list li { grid-template-columns: 42px 1fr; gap: 15px; }
  .store-copy h2 { font-size: 38px; }
  .store-copy dl > div { grid-template-columns: 125px 1fr; gap: 13px; }
  .store-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .brand-cta-section { padding-bottom: 72px; }
  .brand-cta { min-height: 0; padding: 31px 24px; border-radius: 16px; }
  .brand-cta h2 { font-size: 29px; }
  .brand-cta__actions { display: grid; width: 100%; }
  .main-footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-bottom-nav { position: fixed; z-index: 400; right: 0; bottom: 0; left: 0; height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 22px rgba(5,46,97,.08); backdrop-filter: blur(12px); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #6b788a; font-size: 9px; font-weight: 600; }
  .mobile-bottom-nav svg { width: 20px; height: 20px; }
  .mobile-bottom-nav a.is-active { color: var(--blue); }
  .site-toast { right: 12px; bottom: 81px; left: 12px; max-width: none; }
}

@media (max-width: 380px) {
  .commerce-product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card h3 { min-height: 0; font-size: 17px; }
  .product-card__description { display: -webkit-box; }
  .product-card__actions { grid-template-columns: 1fr auto; }
  .product-card__detail { display: inline-flex; }
}

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

/* Commerce pages: cart, checkout, orders and member profile */
.shop-body { min-height: 100vh; display: flex; flex-direction: column; color: var(--ink); background: var(--surface); }
.shop-container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.shop-skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.shop-skip-link:focus { transform: translateY(0); }
.shop-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.shop-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.shop-brand { display: inline-flex; align-items: center; gap: 11px; }
.shop-brand img { width: 52px; height: 52px; object-fit: contain; }
.shop-brand span { display: grid; gap: 2px; line-height: 1.08; }
.shop-brand small { color: var(--orange-dark); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.shop-brand strong { color: var(--blue); font-size: 17px; font-weight: 800; }
.shop-nav { align-self: stretch; display: flex; align-items: stretch; gap: 26px; }
.shop-nav a { position: relative; display: flex; align-items: center; gap: 7px; color: #526176; font-size: 12px; font-weight: 700; }
.shop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.shop-nav a:hover, .shop-nav a.is-active { color: var(--blue); }
.shop-nav a.is-active::after { transform: scaleX(1); }
.commerce-count { min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; padding: 0 5px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: 9px; }
.commerce-count:empty { display: none; }
.shop-main { flex: 1; padding: 34px 0 90px; }
.shop-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 10px; }
.shop-breadcrumbs a:hover { color: var(--blue); }
.shop-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 25px; }
.shop-page-heading h1 { margin: 4px 0 0; color: var(--blue-deep); font-size: clamp(35px, 4.5vw, 52px); font-weight: 800; line-height: 1.08; }
.shop-page-heading > p { max-width: 520px; margin: 0 0 5px; color: var(--muted); }
.shop-kicker { display: block; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.shop-demo-note { margin: 0 0 27px; padding: 12px 15px; color: #50647b; background: var(--blue-soft); border-radius: 8px; font-size: 10px; }
.shop-demo-note strong { color: var(--blue); }
.shop-visually-live { min-height: 0; margin: -12px 0 12px; color: var(--blue); font-size: 10px; }
.shop-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 17px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.shop-button:hover { transform: translateY(-1px); }
.shop-button--primary { color: var(--white); background: var(--orange); }
.shop-button--primary:hover { background: var(--orange-dark); }
.shop-button--primary[aria-disabled="true"], .shop-button--primary:disabled { opacity: .45; pointer-events: none; }
.shop-button--secondary { color: var(--blue); background: var(--white); border-color: #b9c8da; }
.shop-button--secondary:hover { border-color: var(--blue); }
.shop-panel, .shop-cart-panel, .shop-summary { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.shop-panel { padding: 27px; }
.shop-panel__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.shop-panel__heading > div { display: flex; align-items: center; gap: 12px; }
.shop-panel__heading h2 { margin: 0; color: var(--blue-deep); font-size: 20px; font-weight: 700; letter-spacing: -.025em; }
.shop-panel__heading > a, .shop-text-button { color: var(--blue); font-size: 10px; font-weight: 700; }
.shop-text-button { padding: 4px 0; background: none; border: 0; cursor: pointer; }
.shop-text-button:hover, .shop-panel__heading > a:hover { color: var(--orange-dark); }
.shop-step { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 9px; font-weight: 800; }
.shop-inline-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; }
.shop-inline-note--warning { padding: 10px 12px; color: #8a450d; background: #fff4ea; border-radius: 7px; }
.shop-empty-state { padding: 48px 25px 56px; text-align: center; }
.shop-empty-state[hidden] { display: none; }
.shop-empty-state h2 { margin-bottom: 8px; color: var(--blue-deep); font-size: 25px; }
.shop-empty-state p { margin-bottom: 20px; color: var(--muted); }

.shop-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 24px; }
.shop-cart-panel { overflow: hidden; }
.shop-cart-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.shop-cart-toolbar > a { color: var(--blue); font-size: 10px; font-weight: 700; }
.commerce-check { display: inline-flex; align-items: center; gap: 9px; color: #44546a; font-size: 11px; cursor: pointer; }
.commerce-check input { width: 17px; height: 17px; accent-color: var(--blue); }
.shop-cart-list { display: grid; }
.shop-cart-item { display: grid; grid-template-columns: 24px 112px minmax(0, 1fr); align-items: center; gap: 16px; padding: 18px; }
.shop-cart-item + .shop-cart-item { border-top: 1px solid var(--line); }
.shop-cart-item__select { align-self: start; padding-top: 44px; }
.shop-cart-item__select input { width: 17px; height: 17px; accent-color: var(--blue); }
.shop-cart-item__media { overflow: hidden; aspect-ratio: 1; background: var(--surface); border-radius: 10px; }
.shop-cart-item__media img { width: 100%; height: 100%; object-fit: contain; }
.shop-cart-item__body { min-width: 0; }
.shop-cart-item__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.shop-product__category { display: block; margin-bottom: 4px; color: var(--orange-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.shop-cart-item h2 { margin: 0; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.4; }
.shop-icon-button { padding: 3px 0; color: var(--danger); background: none; border: 0; font-size: 9px; font-weight: 600; cursor: pointer; }
.shop-cart-item__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; }
.shop-product__price { color: var(--blue); font-size: 15px; font-weight: 700; }
.shop-product__price--quote { color: var(--muted); font-size: 11px; }
.commerce-quantity { display: grid; grid-template-columns: 34px 38px 34px; height: 34px; overflow: hidden; border: 1px solid #bdc9d8; border-radius: 7px; }
.commerce-quantity button { padding: 0; background: var(--surface); border: 0; cursor: pointer; }
.commerce-quantity output { display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 11px; font-weight: 700; }
.shop-summary { position: sticky; top: 100px; padding: 22px; }
.shop-summary > h2 { margin-bottom: 18px; color: var(--blue-deep); font-size: 20px; }
.shop-summary__rows { display: grid; }
.shop-summary__rows > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--muted); border-bottom: 1px solid #e9edf2; font-size: 10px; }
.shop-summary__rows > div strong { color: var(--ink); text-align: right; }
.shop-summary__rows .shop-summary__total { align-items: center; margin-top: 5px; padding: 16px 0; color: var(--ink); border-bottom: 0; font-size: 12px; }
.shop-summary__total strong { color: var(--orange-dark) !important; font-size: 20px; }
.shop-summary__notice { margin: 10px 0 14px; padding: 10px 12px; color: #7c4a1d; background: #fff5ed; border-radius: 7px; font-size: 9px; }
.shop-summary > .shop-button, .shop-summary--checkout > .shop-button { width: 100%; margin-top: 9px; }
.shop-summary__legal { margin: 14px 0 0; color: var(--muted); font-size: 8px; line-height: 1.55; }

.shop-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 24px; }
.shop-checkout-content { display: grid; gap: 16px; }
.shop-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.shop-field { display: grid; gap: 7px; color: #43546b; font-size: 9px; font-weight: 700; }
.shop-field--full { grid-column: 1 / -1; }
.shop-field input, .shop-field select, .shop-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid #bdc9d8; border-radius: 7px; outline: none; font-size: 12px; font-weight: 500; }
.shop-field textarea { resize: vertical; }
.shop-field input:focus, .shop-field select:focus, .shop-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,60,143,.1); }
.shop-panel > .commerce-check { margin-top: 17px; }
.commerce-payment-options { display: grid; gap: 10px; }
.commerce-payment-option { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.commerce-payment-option:has(input:checked) { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(7,60,143,.08); }
.commerce-payment-option input { margin-top: 3px; accent-color: var(--blue); }
.commerce-payment-option span { display: grid; gap: 4px; }
.commerce-payment-option strong { color: var(--blue-deep); font-size: 12px; }
.commerce-payment-option small { color: var(--muted); font-size: 9px; line-height: 1.55; }
.commerce-invoice-toggle { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; }
.commerce-invoice-toggle > span { display: grid; gap: 3px; }
.commerce-invoice-toggle strong { color: var(--blue-deep); font-size: 14px; }
.commerce-invoice-toggle small { color: var(--muted); font-size: 9px; }
.commerce-invoice-toggle input { width: 38px; height: 21px; accent-color: var(--blue); }
.shop-business-invoice { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.shop-business-invoice[hidden] { display: none; }

.commerce-filter-bar { display: flex; gap: 8px; margin-bottom: 23px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.commerce-filter-bar::-webkit-scrollbar { display: none; }
.commerce-filter-bar[hidden] { display: none; }
.commerce-filter-bar button { flex: 0 0 auto; min-height: 38px; padding: 8px 14px; color: #536277; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; cursor: pointer; }
.commerce-filter-bar button.is-active { color: var(--white); background: var(--blue); border-color: var(--blue); }
.shop-orders-list { display: grid; gap: 12px; }
.shop-order-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.shop-order-card:hover { border-color: #bac9db; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.shop-order-card__link { display: grid; gap: 16px; padding: 21px 23px; }
.shop-order-card__heading, .shop-order-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.shop-order-card__heading > div { display: grid; gap: 4px; }
.shop-order-card__code { color: var(--blue); font-weight: 800; }
.shop-order-card time { color: var(--muted); font-size: 9px; }
.shop-order-card__items { display: flex; flex-wrap: wrap; gap: 6px 18px; color: #485a71; font-size: 10px; }
.shop-order-card__footer { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.shop-order-card__footer strong { color: var(--orange-dark); font-size: 17px; }
.commerce-status, .commerce-tag { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 9px; color: var(--blue); background: var(--blue-soft); border-radius: 999px; font-size: 8px; font-weight: 800; }
.commerce-status--completed { color: var(--success); background: #eaf7f0; }
.commerce-status--cancelled { color: var(--danger); background: #fff0f0; }
.commerce-status--shipping { color: #8a4b00; background: #fff3e5; }
.shop-order-detail-host[hidden] { display: none; }
.shop-order-detail { max-width: 850px; margin-inline: auto; }
.shop-order-detail__top { margin-bottom: 25px; }
.shop-back-link { display: inline-flex; margin-bottom: 18px; color: var(--blue); font-size: 10px; font-weight: 700; }
.shop-order-detail__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.shop-order-detail__title h1 { margin: 4px 0; color: var(--blue-deep); font-size: 32px; }
.shop-order-detail__title time { color: var(--muted); font-size: 9px; }
.shop-panel__section { padding: 24px 0; border-top: 1px solid var(--line); }
.shop-panel__section h2 { margin-bottom: 17px; color: var(--blue-deep); font-size: 17px; }
.shop-order-lines { display: grid; gap: 11px; }
.shop-order-line { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 14px; }
.shop-order-line img { width: 70px; height: 70px; object-fit: contain; background: var(--surface); border-radius: 8px; }
.shop-order-line > div { display: grid; gap: 4px; }
.shop-order-line span { color: var(--muted); font-size: 9px; }
.shop-order-line b { color: var(--blue); font-size: 12px; }
.shop-order-timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.shop-order-timeline__item { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 12px; padding-bottom: 18px; }
.shop-order-timeline__item::before { content: ""; position: absolute; top: 14px; bottom: 0; left: 5px; width: 1px; background: var(--line); }
.shop-order-timeline__item:last-child::before { display: none; }
.shop-order-timeline__dot { position: relative; z-index: 1; width: 11px; height: 11px; margin-top: 4px; background: var(--orange); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--orange); }
.shop-order-timeline__item > div { display: grid; gap: 2px; }
.shop-order-timeline time, .shop-order-timeline p { margin: 0; color: var(--muted); font-size: 8px; }
.shop-address { display: grid; gap: 5px; color: var(--muted); font-size: 10px; font-style: normal; }
.shop-address strong { color: var(--ink); }
.shop-definition-list { margin: 0; }
.shop-definition-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.shop-definition-list dt { color: var(--muted); }
.shop-definition-list dd { margin: 0; color: var(--ink); }
.shop-order-detail__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }

.shop-account-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.shop-account-overview article { display: grid; gap: 3px; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.shop-account-overview strong { color: var(--blue); font-size: 24px; }
.shop-account-overview span { color: var(--muted); font-size: 9px; }
.shop-account-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-bottom: 18px; }
.shop-profile-form > .shop-button { margin-top: 20px; }
.shop-account-actions nav { display: grid; }
.shop-account-actions nav a { display: grid; gap: 2px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.shop-account-actions nav a:first-child { padding-top: 0; }
.shop-account-actions nav a:last-child { padding-bottom: 0; border-bottom: 0; }
.shop-account-actions nav strong { color: var(--blue); font-size: 12px; }
.shop-account-actions nav span { color: var(--muted); font-size: 9px; }
.shop-address-list { display: grid; gap: 10px; }
.shop-address-card { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 15px 17px; background: var(--surface); border-radius: 9px; }
.shop-address-card__heading { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.shop-address-card address { display: grid; gap: 3px; color: var(--muted); font-size: 9px; font-style: normal; }
.shop-address-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; flex: 0 0 auto; }
.shop-address-card__actions button { padding: 3px 0; color: var(--blue); background: none; border: 0; font-size: 8px; font-weight: 700; cursor: pointer; }
.shop-address-card__actions button:last-child { color: var(--danger); }
.shop-address-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.shop-address-form[hidden] { display: none; }
.shop-address-form h3 { margin-bottom: 16px; color: var(--blue-deep); font-size: 17px; }
.shop-address-form__actions { display: flex; gap: 9px; margin-top: 18px; }

.shop-footer { color: #a9bdd5; background: var(--blue-deep); }
.shop-footer__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 20px; }
.shop-footer p { margin: 0; font-size: 10px; }
.shop-footer strong, .shop-footer a { color: var(--white); }

@media (max-width: 850px) {
  .shop-container { width: min(100% - 32px, 1120px); }
  .shop-page-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .shop-cart-layout, .shop-checkout-layout { grid-template-columns: 1fr; }
  .shop-summary { position: static; }
  .shop-account-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .shop-body { padding-bottom: 66px; }
  .shop-container { width: min(100% - 24px, 1120px); }
  .shop-header { backdrop-filter: none; }
  .shop-header__inner { min-height: 66px; }
  .shop-brand img { width: 43px; height: 43px; }
  .shop-brand small { font-size: 7px; }
  .shop-brand strong { font-size: 14px; }
  .shop-nav { position: fixed; z-index: 400; right: 0; bottom: 0; left: 0; height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -8px 22px rgba(5,46,97,.08); }
  .shop-nav a { justify-content: center; padding: 5px 2px; text-align: center; font-size: 9px; }
  .shop-nav a::after { top: 0; bottom: auto; }
  .shop-nav .commerce-count { position: absolute; top: 8px; right: calc(50% - 34px); }
  .shop-main { padding: 23px 0 65px; }
  .shop-breadcrumbs { margin-bottom: 19px; }
  .shop-page-heading h1 { font-size: 34px; }
  .shop-page-heading > p { font-size: 11px; }
  .shop-demo-note { margin-bottom: 18px; }
  .shop-panel { padding: 19px 16px; }
  .shop-panel__heading { align-items: flex-start; }
  .shop-panel__heading h2 { font-size: 17px; }
  .shop-cart-toolbar { padding-inline: 13px; }
  .shop-cart-item { grid-template-columns: 19px 82px minmax(0, 1fr); gap: 10px; padding: 14px 12px; }
  .shop-cart-item__select { padding-top: 30px; }
  .shop-cart-item h2 { font-size: 12px; }
  .shop-cart-item__heading { gap: 7px; }
  .shop-cart-item__meta { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 10px; }
  .shop-product__price { font-size: 13px; }
  .commerce-quantity { grid-template-columns: 29px 34px 29px; }
  .shop-form-grid { grid-template-columns: 1fr; }
  .shop-field--full { grid-column: auto; }
  .shop-account-overview { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .shop-account-overview article { padding: 14px 10px; }
  .shop-account-overview strong { font-size: 17px; }
  .shop-address-book .shop-panel__heading { align-items: flex-start; flex-direction: column; }
  .shop-address-card { flex-direction: column; gap: 12px; }
  .shop-address-card__actions { justify-content: flex-start; }
  .shop-order-card__heading, .shop-order-card__footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .shop-order-line { grid-template-columns: 56px 1fr; }
  .shop-order-line img { width: 56px; height: 56px; }
  .shop-order-line b { grid-column: 2; }
  .shop-order-detail__title { flex-direction: column; }
  .shop-order-detail__actions { display: grid; }
  .shop-definition-list > div { grid-template-columns: 110px 1fr; }
  .shop-footer__inner { align-items: flex-start; flex-direction: column; }
}

/* Product detail */
.product-detail-main { padding-top: 35px; }
.product-detail-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: 66px; padding: 28px 0 88px; }
.product-detail-media { position: sticky; top: 104px; overflow: hidden; aspect-ratio: 1; background: var(--surface); border-radius: 18px; }
.product-detail-media img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-copy { padding-top: 18px; }
.product-detail-brand { margin: 9px 0 6px; color: var(--orange-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-detail-copy h1 { margin-bottom: 18px; color: var(--blue-deep); font-size: clamp(36px, 4.8vw, 57px); font-weight: 800; line-height: 1.08; }
.product-detail-intro { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.product-detail-price { margin-bottom: 25px; color: var(--orange-dark); font-size: 27px; font-weight: 800; letter-spacing: -.03em; }
.product-detail-specs { border-top: 1px solid var(--line); }
.product-detail-specs > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.product-detail-specs span { color: var(--muted); }
.product-detail-specs strong { color: var(--ink); text-align: right; }
.product-detail-note { margin: 18px 0 0; padding: 12px 14px; color: #52667c; background: var(--blue-soft); border-radius: 8px; font-size: 9px; }
.product-detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.product-detail-back { display: inline-flex; margin-top: 19px; color: var(--blue); font-size: 10px; font-weight: 700; }
.product-recommendations { padding: 82px 0 100px; border-top: 1px solid var(--line); }
.product-recommendations .section-title-row { margin-bottom: 28px; }
.product-recommendations .section-title-row h2 { font-size: 38px; }

@media (max-width: 820px) {
  .product-detail-layout { grid-template-columns: 1fr; gap: 35px; }
  .product-detail-media { position: static; }
}

@media (max-width: 600px) {
  .product-detail-main { padding-top: 22px; }
  .product-detail-layout { padding: 10px 0 64px; }
  .product-detail-copy { padding-top: 0; }
  .product-detail-copy h1 { font-size: 33px; }
  .product-detail-actions { grid-template-columns: 1fr; }
  .product-recommendations { padding: 62px 0 72px; }
  .product-recommendations .section-title-row h2 { font-size: 30px; }
}

/* Store information */
.store-page-layout { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 72px; padding: 25px 0 55px; }
.store-page-copy h1 { margin-bottom: 22px; color: var(--blue-deep); font-size: clamp(44px, 6vw, 70px); font-weight: 800; line-height: 1.03; }
.store-page-lead { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.store-page-details { margin: 0; border-top: 1px solid var(--line); }
.store-page-details > div { display: grid; grid-template-columns: 135px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.store-page-details dt { color: var(--muted); font-size: 10px; }
.store-page-details dd { margin: 0; color: var(--ink); font-size: 12px; font-weight: 600; }
.store-page-details a { color: var(--blue); }
.store-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.store-page-photo { overflow: hidden; aspect-ratio: 3 / 4; background: var(--blue-soft); border-radius: 18px; }
.store-page-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.store-service-band { display: grid; grid-template-columns: repeat(3, 1fr); margin: 25px 0 72px; color: var(--white); background: var(--blue); border-radius: 14px; }
.store-service-band > div { display: grid; gap: 4px; padding: 23px 26px; }
.store-service-band > div + div { border-left: 1px solid rgba(255,255,255,.16); }
.store-service-band strong { font-size: 13px; }
.store-service-band span { color: rgba(255,255,255,.7); font-size: 9px; }
.store-brand-banner { overflow: hidden; margin-bottom: 65px; border-radius: 18px; }
.store-brand-banner img { width: 100%; height: auto; }

@media (max-width: 760px) {
  .store-page-layout { grid-template-columns: 1fr; gap: 38px; }
  .store-page-photo { max-width: 560px; width: 100%; margin-inline: auto; }
}

@media (max-width: 600px) {
  .store-page-copy h1 { font-size: 40px; }
  .store-page-details > div { grid-template-columns: 100px 1fr; gap: 14px; }
  .store-page-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store-service-band { grid-template-columns: 1fr; margin-bottom: 52px; }
  .store-service-band > div + div { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .store-brand-banner { margin-bottom: 45px; border-radius: 12px; }
}

/* Safety guide */
.safety-page .shop-main { background: var(--white); }
.safety-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr); align-items: end; gap: 72px; padding: 24px 0 70px; border-bottom: 1px solid var(--line); }
.safety-hero__copy h1 { margin: 0; color: var(--blue-deep); font-size: clamp(48px, 6.4vw, 78px); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.safety-hero__copy h1 span { color: var(--orange); }
.safety-hero__copy > p { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.safety-hero__actions, .safety-article__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.safety-hero__callout { position: relative; overflow: hidden; padding: 30px; color: var(--white); background: var(--blue); border-radius: 16px; box-shadow: var(--shadow-md); }
.safety-hero__callout::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--orange); }
.safety-hero__callout strong { display: block; margin-bottom: 10px; font-size: 20px; }
.safety-hero__callout p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.75; }
.safety-hero__callout a { display: inline-flex; margin-top: 19px; color: var(--white); font-size: 11px; font-weight: 800; }
.safety-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 58px; padding: 66px 0 42px; }
.safety-article { min-width: 0; }
.safety-article__media { overflow: hidden; aspect-ratio: 16 / 9; margin: 0 0 34px; background: var(--surface); border-radius: 16px; }
.safety-article__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.safety-article__lead { margin: 0; color: var(--blue-deep); font-size: 18px; font-weight: 600; line-height: 1.75; }
.safety-section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.safety-section h2 { margin: 0 0 14px; color: var(--blue-deep); font-size: 30px; font-weight: 800; letter-spacing: -.035em; }
.safety-section > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.safety-checklist { margin: 30px 0 0; padding: 0; list-style: none; }
.safety-checklist li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.safety-checklist li > span { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.safety-checklist strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 14px; }
.safety-checklist p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.safety-warning { margin-top: 28px; padding: 24px 26px; color: var(--white); background: var(--blue-deep); border-radius: 12px; box-shadow: inset 5px 0 0 var(--orange); }
.safety-warning strong { display: block; margin-bottom: 6px; font-size: 16px; }
.safety-warning p { margin: 0; color: #b8c9db; font-size: 11px; line-height: 1.7; }
.safety-legal { margin: 28px 0 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.safety-aside { position: sticky; top: 104px; display: grid; gap: 15px; }
.safety-aside section { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; }
.safety-aside h2 { margin: 0 0 14px; color: var(--blue-deep); font-size: 18px; }
.safety-aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.safety-aside li { position: relative; padding-left: 18px; color: #4d6078; font-size: 10px; line-height: 1.55; }
.safety-aside li::before { content: ""; position: absolute; top: .62em; left: 0; width: 7px; height: 7px; background: var(--success); border-radius: 50%; }
.safety-aside__order { color: var(--white); background: var(--blue) !important; border-color: var(--blue) !important; }
.safety-aside__order h2 { color: var(--white); }
.safety-aside__order p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.65; }
.safety-aside__order .shop-button { width: 100%; }

@media (max-width: 880px) {
  .safety-hero { grid-template-columns: 1fr; gap: 34px; }
  .safety-layout { grid-template-columns: 1fr; }
  .safety-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .safety-hero { gap: 28px; padding: 12px 0 48px; }
  .safety-hero__copy h1 { font-size: 43px; }
  .safety-hero__copy > p { margin-top: 18px; font-size: 12px; }
  .safety-hero__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 22px; }
  .safety-hero__callout { padding: 24px 22px; }
  .safety-layout { gap: 38px; padding-top: 42px; }
  .safety-article__media { margin-bottom: 26px; border-radius: 12px; }
  .safety-article__lead { font-size: 15px; }
  .safety-section { padding: 35px 0; }
  .safety-section h2 { font-size: 25px; }
  .safety-checklist { margin-top: 24px; }
  .safety-checklist li { grid-template-columns: 37px 1fr; gap: 12px; }
  .safety-warning { padding: 21px 19px; }
  .safety-article__actions { display: grid; grid-template-columns: 1fr; }
  .safety-aside { grid-template-columns: 1fr; }
}
