:root {
  --pw-ink: #15231f;
  --pw-green: #173f35;
  --pw-green-2: #235b4b;
  --pw-gold: #dfa53a;
  --pw-cream: #f6f4ee;
  --pw-paper: #fffefa;
  --pw-line: #dce2dd;
  --pw-muted: #66736e;
  --pw-shadow: 0 18px 60px rgba(15, 46, 38, .11);
  --pw-radius: 22px;
}

html { scroll-behavior: smooth; }
body { color: var(--pw-ink); background: var(--pw-paper); font-family: Inter, "Segoe UI", Arial, sans-serif; }
.container { width: min(1240px, calc(100% - 48px)); }
h1, h2, h3 { color: var(--pw-ink); letter-spacing: -.035em; }
p { line-height: 1.72; }
.section { padding-top: 88px; padding-bottom: 88px; }
.section-muted { background: var(--pw-cream); }
.eyebrow, .pw-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--pw-green-2); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pw-kicker::before { width: 28px; height: 2px; background: var(--pw-gold); content: ""; }
.button { min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; letter-spacing: -.01em; box-shadow: none; }
.button-primary { color: #fff; background: var(--pw-green); }
.button-primary:hover { background: var(--pw-green-2); transform: translateY(-1px); }
.button-outline { color: var(--pw-green); background: transparent; border-color: #aebbb5; }
.button-light { color: var(--pw-green); background: #fff; }
.pw-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--pw-green); font-weight: 800; }
.pw-text-link span { color: var(--pw-gold); font-size: 1.4em; }

.pw-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--pw-line); }
.pw-assurance { color: #fff; background: var(--pw-green); font-size: .76rem; }
.pw-assurance-inner { min-height: 38px; display: flex; align-items: center; gap: 28px; }
.pw-assurance-inner > span:first-child { display: flex; align-items: center; gap: 8px; }
.pw-assurance-inner i { color: var(--pw-gold); font-style: normal; font-weight: 900; }
.pw-assurance-company { margin-left: auto; color: #cfddd8; }
.pw-market-label { display: flex; align-items: center; gap: 8px; color: #cfddd8; }
.pw-market-label select { width: auto; height: 28px; padding: 0 24px 0 8px; color: #fff; background: rgba(255,255,255,.08); border: 0; border-radius: 6px; font: inherit; }
.pw-market-label option { color: var(--pw-ink); background: #fff; }
.pw-header-main { min-height: 98px; display: grid; grid-template-columns: 245px minmax(280px, 1fr) auto; align-items: center; gap: 36px; }
.pw-brand img { display: block; width: 226px; height: auto; }
.pw-search { min-height: 48px; display: flex; align-items: center; overflow: hidden; background: #f4f6f3; border: 1px solid #e1e6e2; border-radius: 999px; }
.pw-search svg { width: 21px; margin-left: 18px; fill: none; stroke: #7b8782; stroke-width: 1.8; }
.pw-search input { min-width: 0; flex: 1; height: 46px; padding: 0 14px; background: transparent; border: 0; outline: 0; }
.pw-search button { align-self: stretch; padding: 0 22px; color: #fff; background: var(--pw-green); border: 0; font-weight: 750; }
.pw-quick-actions { display: flex; align-items: center; gap: 10px; }
.pw-quick-actions > a { min-width: 65px; display: grid; justify-items: center; gap: 4px; color: var(--pw-ink); font-size: .7rem; font-weight: 750; }
.pw-quick-actions svg { width: 23px; height: 23px; fill: none; stroke: var(--pw-green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pw-cart-link { position: relative; }
.pw-cart-link b { position: absolute; top: -7px; right: 5px; min-width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--pw-gold); border-radius: 50%; font-size: .65rem; }
.pw-menu-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; background: var(--pw-green); border: 0; border-radius: 12px; }
.pw-menu-toggle span { width: 19px; height: 2px; display: block; background: #fff; }
.pw-mobile-search { display: none; }
.pw-navigation-wrap { border-top: 1px solid #edf0ed; }
.pw-navigation { min-height: 54px; display: flex; align-items: center; gap: 25px; }
.pw-navigation a { color: #46534e; font-size: .84rem; font-weight: 720; white-space: nowrap; }
.pw-navigation a:hover { color: var(--pw-green); }
.pw-all-products { align-self: stretch; display: flex !important; align-items: center; gap: 9px; padding: 0 20px; color: #fff !important; background: var(--pw-green); }
.pw-all-products span { color: var(--pw-gold); font-size: 1.15rem; }
.pw-nav-spacer { flex: 1; }
.pw-mobile-only { display: none; }

.pw-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(112deg, #102f28 0%, #173f35 57%, #245b4b 100%); }
.pw-hero::before { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 70% 10%, #fff 0 1px, transparent 1.5px); background-size: 24px 24px; content: ""; }
.pw-hero-grid { position: relative; min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: center; gap: 76px; padding-top: 72px; padding-bottom: 72px; }
.pw-hero .pw-kicker { color: #d7e5df; }
.pw-hero-copy h1 { max-width: 820px; margin: 0 0 26px; color: #fff; font-size: clamp(3rem, 5.5vw, 5.6rem); line-height: .98; }
.pw-hero-copy > p { max-width: 720px; margin: 0 0 34px; color: #d6e2de; font-size: 1.14rem; }
.pw-hero-actions { display: flex; align-items: center; gap: 26px; }
.pw-hero-actions .button-primary { color: var(--pw-green); background: var(--pw-gold); }
.pw-hero-actions .pw-text-link { color: #fff; }
.pw-hero-proof { margin-top: 55px; display: flex; align-items: center; gap: 15px; color: #c6d6d0; font-size: .82rem; }
.pw-hero-proof strong { padding: 7px 10px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; }
.pw-hero-panel { padding: 38px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; backdrop-filter: blur(8px); }
.pw-panel-label { color: var(--pw-gold); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pw-fuel-symbol { position: relative; width: 130px; height: 130px; margin: 26px auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.pw-fuel-symbol span { position: absolute; top: 13px; left: 54px; width: 22px; height: 47px; background: var(--pw-gold); border-radius: 999px; transform-origin: 11px 52px; }
.pw-fuel-symbol span:nth-child(2){transform:rotate(60deg)}.pw-fuel-symbol span:nth-child(3){transform:rotate(120deg)}.pw-fuel-symbol span:nth-child(4){transform:rotate(180deg)}.pw-fuel-symbol span:nth-child(5){transform:rotate(240deg)}.pw-fuel-symbol span:nth-child(6){transform:rotate(300deg)}
.pw-hero-panel h2 { margin-bottom: 12px; color: #fff; font-size: 1.75rem; }
.pw-hero-panel p { color: #cfddd8; }
.pw-hero-panel dl { margin: 28px 0 0; display: grid; gap: 0; }
.pw-hero-panel dl div { display: grid; grid-template-columns: 42px 1fr; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); }
.pw-hero-panel dt { color: var(--pw-gold); font-weight: 800; }
.pw-hero-panel dd { color: #fff; font-weight: 700; }
.pw-trust-ribbon { background: #fff; border-bottom: 1px solid var(--pw-line); }
.pw-trust-ribbon .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.pw-trust-ribbon article { min-height: 128px; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid var(--pw-line); }
.pw-trust-ribbon article:first-child { border-left: 1px solid var(--pw-line); }
.pw-trust-ribbon article > span { color: var(--pw-gold); font-weight: 900; }
.pw-trust-ribbon strong { display: block; margin-bottom: 5px; }
.pw-trust-ribbon p { margin: 0; color: var(--pw-muted); font-size: .8rem; line-height: 1.45; }
.pw-section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr minmax(280px, 460px); align-items: end; gap: 60px; }
.pw-section-heading h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.06; }
.pw-section-heading > p { margin: 0; color: var(--pw-muted); }
.pw-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pw-category-card { min-height: 168px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 22px; padding: 30px; color: var(--pw-ink); background: var(--pw-cream); border: 1px solid transparent; border-radius: 18px; transition: .2s ease; }
.pw-category-card:hover { background: #fff; border-color: #cbd6d0; box-shadow: var(--pw-shadow); transform: translateY(-3px); }
.pw-category-number { align-self: start; color: var(--pw-gold); font-weight: 900; }
.pw-category-card h3 { margin: 0 0 8px; font-size: 1.4rem; }
.pw-category-card p { margin: 0; color: var(--pw-muted); font-size: .9rem; }
.pw-category-arrow { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--pw-green); border-radius: 50%; font-size: 1.2rem; }
.pw-products-stage { color: #fff; background: var(--pw-green); }
.pw-section-heading-light h2 { color: #fff; }
.pw-section-heading-light .pw-kicker { color: #d4e0dc; }
.pw-section-heading-light > p { color: #bed0c9; }
.pw-product-grid { grid-template-columns: repeat(4, 1fr); }
.pw-centered-action { margin-top: 42px; text-align: center; }
.pw-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--pw-line); border-bottom: 1px solid var(--pw-line); }
.pw-process-grid article { min-height: 250px; padding: 30px 28px; border-right: 1px solid var(--pw-line); }
.pw-process-grid article:first-child { border-left: 1px solid var(--pw-line); }
.pw-process-grid span { color: var(--pw-gold); font-size: 1.7rem; font-weight: 900; }
.pw-process-grid h3 { margin: 50px 0 10px; font-size: 1.3rem; }
.pw-process-grid p { margin: 0; color: var(--pw-muted); font-size: .9rem; }
.pw-company-proof { background: var(--pw-cream); }
.pw-company-proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.pw-company-proof h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.pw-company-proof ul { display: grid; gap: 11px; padding: 0; list-style: none; }
.pw-company-proof li { display: flex; gap: 10px; }
.pw-company-proof li span { color: var(--pw-gold); font-weight: 900; }
.pw-proof-actions { margin-top: 30px; display: flex; gap: 12px; }
.pw-company-proof aside { padding: 42px; color: #fff; background: var(--pw-green); border-radius: var(--pw-radius); box-shadow: var(--pw-shadow); }
.pw-company-proof aside > span { color: var(--pw-gold); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pw-company-proof aside > strong { display: block; margin: 18px 0 30px; font-size: 1.7rem; line-height: 1.25; }
.pw-company-proof aside dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.13); }
.pw-company-proof aside dl div { padding: 17px; background: var(--pw-green); }
.pw-company-proof aside dt { margin-bottom: 5px; color: #a9c2b9; font-size: .72rem; text-transform: uppercase; }
.pw-company-proof aside dd { font-size: .87rem; font-weight: 700; }
.pw-faq-preview > div { border-top: 1px solid var(--pw-line); }
.pw-faq-preview article { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--pw-line); }
.pw-faq-preview article > span { color: var(--pw-gold); font-weight: 900; }
.pw-faq-preview h3 { margin: 0 0 8px; }
.pw-faq-preview p { margin: 0; color: var(--pw-muted); }
.pw-faq-preview > .pw-text-link { margin-top: 28px; }

.pw-product-card { overflow: hidden; background: #fff; border: 0; border-radius: 17px; box-shadow: 0 10px 35px rgba(6,31,24,.14); }
.pw-product-card .product-card-image { position: relative; aspect-ratio: 1.1; background: #f1f2ed; }
.pw-product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; max-width: calc(100% - 28px); padding: 7px 10px; color: var(--pw-green); background: rgba(255,255,255,.92); border-radius: 999px; font-size: .64rem; font-weight: 800; }
.pw-product-card .product-card-body { padding: 22px; }
.pw-product-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--pw-muted); font-size: .68rem; font-weight: 700; }
.pw-product-card h3 { min-height: 2.7em; margin: 12px 0; font-size: 1.05rem; line-height: 1.3; }
.pw-product-card p { min-height: 4.1em; color: var(--pw-muted); font-size: .82rem; line-height: 1.5; }
.pw-product-card .product-card-bottom { align-items: end; }
.pw-product-card .product-card-bottom div { display: grid; gap: 2px; }
.pw-product-card .product-card-bottom small { color: var(--pw-muted); font-size: .65rem; }
.pw-round-link { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--pw-green); border-radius: 50%; font-size: 1.2rem; }
.page-hero, .category-hero { padding: 64px 0; background: var(--pw-cream); border-bottom: 1px solid var(--pw-line); }
.page-hero .container { max-width: 900px; margin-left: max(24px, calc((100% - 1240px)/2)); }
.page-hero h1, .category-hero h1 { margin-bottom: 15px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p, .category-hero .lead { color: var(--pw-muted); }
.catalog-toolbar { padding: 24px; background: #fff; border: 1px solid var(--pw-line); border-radius: 16px; box-shadow: 0 10px 30px rgba(20,49,41,.06); }
.category-pills { margin: 28px 0 36px; gap: 9px; }
.category-pills a { padding: 10px 16px; background: var(--pw-cream); border: 1px solid transparent; border-radius: 999px; }
.category-pills a:hover, .category-pills a.active { color: #fff; background: var(--pw-green); }
.catalog-grid { grid-template-columns: repeat(4, 1fr); }
.category-hero-grid { grid-template-columns: 1.25fr .45fr; }
.category-hero-grid img { max-height: 300px; object-fit: contain; border-radius: 22px; }

.product-detail { padding-top: 50px; }
.product-layout { gap: 64px; align-items: start; }
.product-gallery-main { background: var(--pw-cream); border-radius: var(--pw-radius); }
.product-summary { padding: 34px; background: #fff; border: 1px solid var(--pw-line); border-radius: var(--pw-radius); box-shadow: var(--pw-shadow); }
.product-summary h1 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.product-price-row { padding: 23px 0; border-top: 1px solid var(--pw-line); border-bottom: 1px solid var(--pw-line); }
.add-to-cart { grid-template-columns: 72px 1fr; }
.delivery-card { background: var(--pw-cream); border: 0; border-left: 4px solid var(--pw-gold); border-radius: 12px; }
.product-information-section { background: #f4f5f1; }
.content-panel, .specification-panel { background: #fff; border: 1px solid var(--pw-line); border-radius: var(--pw-radius); box-shadow: none; }
.cart-layout, .checkout-layout, .success-grid, .legal-layout { gap: 44px; }
.cart-item, .order-summary, .checkout-form fieldset, .payment-choice, .contact-form-panel, .withdrawal-form-panel, .return-address-card, .order-status-form, .order-status-result, .document-card, .payment-instructions, .success-summary { background: #fff; border: 1px solid var(--pw-line); border-radius: 18px; box-shadow: 0 12px 35px rgba(18,52,43,.06); }
.order-summary { padding: 30px; }
.checkout-form { gap: 20px; }
.checkout-form fieldset { padding: 30px; }
.checkout-form legend { padding: 0 10px; color: var(--pw-green); font-size: 1.15rem; font-weight: 850; }
.checkout-form input, .checkout-form select, .checkout-form textarea, .contact-form input, .contact-form textarea, .order-status-form input { border-color: #cdd6d1; border-radius: 10px; }
.shipping-method-card .shipping-method-box { border-radius: 14px; }
.shipping-method-card input:checked + .shipping-method-box { border-color: var(--pw-green); box-shadow: 0 0 0 2px rgba(23,63,53,.1); }
.sticky-summary { top: 24px; }
.success-page { max-width: 1080px; }
.success-mark { color: var(--pw-green); background: #e7f0ec; }
.reservation-notice { background: #fff8e8; border-color: #ead295; border-radius: 14px; }
.order-status-page { max-width: 820px; }
.error-page { min-height: 55vh; display: grid; place-content: center; justify-items: center; text-align: center; }
.error-page > strong { color: var(--pw-gold); font-size: 6rem; line-height: 1; }

.legal-layout { grid-template-columns: minmax(0, 1fr) 330px; }
.legal-content { gap: 18px; }
.legal-content > section { padding: 34px; background: #fff; border: 1px solid var(--pw-line); border-radius: 17px; }
.legal-content > section h2 { margin-top: 0; font-size: 1.65rem; }
.legal-sidebar { top: 24px; padding: 30px; background: var(--pw-green); border-radius: 18px; box-shadow: var(--pw-shadow); }
.legal-sidebar strong { color: var(--pw-gold); }
.legal-company-card { border-top: 5px solid var(--pw-gold) !important; }
.legal-company-data { grid-template-columns: 1fr 1fr; }
.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 20px; background: var(--pw-cream); border-radius: 12px; }
.document-grid { grid-template-columns: repeat(3, 1fr); }
.document-card { position: relative; padding: 32px; border-top: 4px solid var(--pw-gold); }
.pdf-label { color: var(--pw-green); background: #e8efec; }

.pw-footer { color: #d3dfdb; background: #0e2b24; }
.pw-footer-intro { min-height: 190px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pw-footer-intro > div:first-child { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 35px; }
.pw-footer-intro img { width: 210px; filter: brightness(0) invert(1); }
.pw-footer-intro p { margin: 0; color: #abc0b9; }
.pw-footer-contact { display: grid; justify-items: end; gap: 5px; }
.pw-footer-contact span, .pw-footer h2 { color: var(--pw-gold); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pw-footer-contact a { color: #fff; font-size: 1.12rem; font-weight: 750; }
.pw-footer-contact small { color: #9eb4ac; }
.pw-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.35fr; gap: 50px; padding-top: 58px; padding-bottom: 58px; }
.pw-footer-grid nav { display: grid; align-content: start; gap: 10px; }
.pw-footer-grid a, .pw-footer-grid button { color: #c8d6d1; background: none; border: 0; text-align: left; }
.pw-footer-grid a:hover, .pw-footer-grid button:hover { color: var(--pw-gold); }
.pw-footer-company strong { color: #fff; }
.pw-footer-company p { color: #a9bcb6; font-size: .82rem; }
.pw-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.pw-footer-bottom .container { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8fa79f; font-size: .74rem; }

@media (max-width: 1100px) {
  .pw-assurance-company { display: none; }
  .pw-header-main { grid-template-columns: 205px 1fr auto; gap: 18px; }
  .pw-brand img { width: 190px; }
  .pw-navigation { gap: 16px; overflow-x: auto; }
  .pw-navigation a { font-size: .76rem; }
  .pw-nav-spacer { display: none; }
  .pw-hero-grid { gap: 38px; }
  .pw-product-grid, .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .pw-trust-ribbon .container { grid-template-columns: 1fr 1fr; }
  .pw-trust-ribbon article:nth-child(3) { border-left: 1px solid var(--pw-line); }
  .pw-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 1240px); }
  .section { padding-top: 62px; padding-bottom: 62px; }
  .pw-assurance-inner { min-height: 34px; }
  .pw-assurance-inner > span:first-child { max-width: 62%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .pw-market-label { margin-left: auto; font-size: 0; }
  .pw-header-main { min-height: 74px; grid-template-columns: 1fr auto; }
  .pw-brand img { width: 170px; }
  .pw-header-main > .pw-search { display: none; }
  .pw-quick-actions > a:not(.pw-cart-link) { display: none; }
  .pw-quick-actions > a span { display: none; }
  .pw-menu-toggle { display: grid; }
  .pw-mobile-search { display: block; padding-bottom: 12px; }
  .pw-mobile-search .pw-search { min-height: 43px; border-radius: 10px; }
  .pw-navigation-wrap { border-top: 0; }
  .pw-navigation { position: absolute; left: 15px; right: 15px; top: calc(100% - 1px); max-height: calc(100vh - 120px); display: none; overflow-y: auto; padding: 12px; background: #fff; border: 1px solid var(--pw-line); border-radius: 0 0 16px 16px; box-shadow: var(--pw-shadow); }
  .pw-navigation.open { display: grid; }
  .pw-navigation a { padding: 12px 14px; font-size: .92rem; border-bottom: 1px solid #eef1ef; }
  .pw-all-products { min-height: 48px; border-radius: 10px; }
  .pw-mobile-only { display: block; }
  .pw-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 58px; }
  .pw-hero-copy h1 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .pw-hero-proof { margin-top: 35px; align-items: flex-start; flex-direction: column; }
  .pw-hero-panel { padding: 28px; }
  .pw-fuel-symbol { width: 110px; height: 110px; transform: scale(.84); }
  .pw-trust-ribbon .container { grid-template-columns: 1fr; }
  .pw-trust-ribbon article, .pw-trust-ribbon article:first-child, .pw-trust-ribbon article:nth-child(3) { min-height: 95px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--pw-line); }
  .pw-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .pw-category-grid, .pw-company-proof-grid { grid-template-columns: 1fr; }
  .pw-category-card { min-height: 142px; padding: 23px; }
  .pw-product-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .pw-process-grid { grid-template-columns: 1fr 1fr; }
  .pw-process-grid article { min-height: 210px; border: 1px solid var(--pw-line); }
  .pw-process-grid h3 { margin-top: 28px; }
  .pw-company-proof-grid { gap: 40px; }
  .category-hero-grid, .product-layout, .product-information-grid, .cart-layout, .checkout-layout, .success-grid, .legal-layout { grid-template-columns: 1fr; }
  .category-hero-grid img { display: none; }
  .product-summary { padding: 24px; }
  .sticky-summary, .legal-sidebar { position: static; }
  .document-grid { grid-template-columns: 1fr 1fr; }
  .pw-footer-intro { grid-template-columns: 1fr; gap: 24px; padding-top: 42px; padding-bottom: 42px; }
  .pw-footer-intro > div:first-child { grid-template-columns: 1fr; gap: 20px; }
  .pw-footer-contact { justify-items: start; }
}

@media (max-width: 560px) {
  .section { padding-top: 48px; padding-bottom: 48px; }
  .pw-brand img { width: 145px; }
  .pw-quick-actions { gap: 5px; }
  .pw-hero-copy h1 { font-size: 2.8rem; }
  .pw-hero-copy > p { font-size: 1rem; }
  .pw-hero-actions, .pw-proof-actions { align-items: stretch; flex-direction: column; }
  .pw-hero-actions .pw-text-link { justify-content: center; }
  .pw-category-grid, .pw-product-grid, .catalog-grid, .document-grid, .pw-footer-grid { grid-template-columns: 1fr; }
  .pw-category-card { grid-template-columns: 34px 1fr; }
  .pw-category-arrow { display: none; }
  .pw-process-grid { grid-template-columns: 1fr; }
  .pw-process-grid article { min-height: auto; }
  .pw-company-proof aside { padding: 28px; }
  .pw-company-proof aside dl { grid-template-columns: 1fr; }
  .pw-faq-preview article { grid-template-columns: 42px 1fr; }
  .page-hero, .category-hero { padding: 46px 0; }
  .page-hero h1, .category-hero h1 { font-size: 2.45rem; }
  .product-card-grid, .field-grid.two, .field-grid.three, .shipping-method-grid { grid-template-columns: 1fr; }
  .checkout-form fieldset, .order-summary, .legal-content > section { padding: 22px; }
  .legal-company-data { grid-template-columns: 1fr; }
  .pw-footer-bottom .container { padding: 18px 0; align-items: flex-start; flex-direction: column; }
}
