/* Shared storefront refinements. Keep catalog and checkout behavior independent. */
:root {
  --paper: #f5f7f3;
  --leaf: #d0ed9b;
  --muted: #59685d;
  --line: rgba(16, 41, 27, .14);
  --shadow: 0 16px 46px rgba(9, 39, 22, .09);
  --page-gutter: max(clamp(20px, 5vw, 72px), calc((100vw - 1320px) / 2));
}
body { line-height: 1.65; }
section[id], form[id], #top { scroll-margin-top: 112px; }
.site-header {
  position: sticky; top: 0; min-height: 90px;
  grid-template-columns: 240px minmax(0, 1fr) 120px;
  padding: 12px var(--page-gutter);
  background: rgba(12, 36, 23, .97);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s, background .2s;
}
.site-header.is-scrolled { background: rgba(12, 36, 23, .99); box-shadow: 0 8px 28px #061c1426; }
.logo-link { gap: 12px; min-width: 0; }
.logo-link img { width: 54px; height: 58px; flex: 0 0 54px; }
.brand-wordmark { display: grid; gap: 2px; min-width: 0; line-height: 1.25; }
.brand-wordmark strong { font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.brand-wordmark small { font-size: 14px; color: #c3d0c6; }
.site-header nav { gap: clamp(18px, 3vw, 42px); }
.site-header nav a { font-size: 14px; }
.site-header nav a:after { bottom: 5px; height: 1px; }
.cart-button { min-height: 46px; border-radius: 12px; padding: 9px 12px; transition: background .2s, border-color .2s; }
.cart-button:hover, .cart-button.has-new-items { border-color: var(--leaf); background: #ffffff19; }
.cart-button span { font-size: 14px; min-width: 25px; padding: 0 5px; height: auto; min-height: 25px; }
.menu-toggle span { transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.pill { min-height: 50px; border-radius: 12px; font-size: 15px; padding: 13px 24px; }
.pill:hover { transform: translateY(-2px); box-shadow: 0 6px 16px #10291b1a; }
.pill.light:hover { background: #dff4b9; }
.pill.dark:hover { background: var(--forest-2); }
.text-link { display: inline-flex; align-items: center; min-height: 48px; border-bottom: 1px solid #ffffff65; font-size: 15px; }
.text-link:hover { color: var(--leaf); border-color: var(--leaf); }

.hero {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center; gap: clamp(30px, 5vw, 76px);
  padding: 44px var(--page-gutter) 70px;
}
.hero:after { display: none; }
.hero > img {
  grid-column: 2; grid-row: 1; height: clamp(410px, 43vw, 600px); min-height: 0;
  border-radius: 22px; filter: none; object-position: center; background: #294936;
}
.hero-card { grid-column: 1; grid-row: 1; position: static; transform: none; width: auto; max-width: 590px; padding: 0; }
.hero h1 { font-size: clamp(54px, 6.1vw, 88px); line-height: 1.02; margin-bottom: 26px; }
.hero-card p { font-size: 18px; line-height: 1.7; max-width: 470px; color: #d7e1d9; }
.hero-card .hero-eyebrow { font-size: 14px; font-weight: 500; letter-spacing: .14em; color: var(--leaf); margin: 0 0 26px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; }
.hero-actions .pill { min-width: 160px; }
.home-storefront { padding: 84px var(--page-gutter) 88px; text-align: left; }
.home-shop-heading { gap: 28px; margin-bottom: 32px; }
.home-shop-eyebrow { letter-spacing: .13em; margin-bottom: 10px; }
.home-storefront .home-shop-heading h2 { font-size: clamp(44px, 5.2vw, 66px); margin-bottom: 16px; }
.home-shop-heading p { max-width: 530px; font-size: 16px; }
.home-shop-actions { gap: 22px; }
.home-carousel-controls button { border-radius: 12px; width: 48px; height: 48px; border-color: #b8c5b6; }
.home-view-cart { gap: 12px; }
.home-carousel { width: 100%; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.home-product-card { grid-template-columns: 1.05fr .95fr; border: 0; }
.home-storefront .home-product-grid { overscroll-behavior-x: contain; }
.home-storefront .home-product-photo img { min-height: 460px; }
.home-product-photo > span { top: 22px; left: 22px; background: #f6faef; border: 1px solid #ffffff80; }
.home-product-copy { padding: clamp(28px, 4vw, 56px); }
.home-product-copy .home-price { font-size: 15px; letter-spacing: .03em; margin-bottom: 14px; }
.home-product-copy h3 { font-size: clamp(44px, 5vw, 66px); margin-bottom: 20px; }
.home-product-description { font-size: 16px; color: var(--muted); line-height: 1.7; margin: 0 0 30px; max-width: 390px; }
.home-product-copy > a {
  align-self: start; justify-content: center; gap: 18px; border: 0; border-radius: 12px;
  background: var(--ink); color: white; min-height: 50px; padding: 13px 20px; transition: background .2s;
}
.home-product-copy > a:hover { background: var(--forest-2); }
.home-product-copy > a:focus-visible { outline-offset: 3px; }
.carousel-footer { justify-content: space-between; margin: 14px 0 24px; }
.carousel-position { letter-spacing: .1em; font-weight: 500; }
.home-shop-all { min-width: 220px; }
.services {
  background: #e9efe5; color: var(--ink); padding: 88px var(--page-gutter);
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 88px);
}
.services > img { border-radius: 22px; box-shadow: var(--shadow); }
.service-copy { gap: 32px; }
.service-copy article { border-color: #abbba9; padding-top: 24px; }
.services h2 { font-size: clamp(40px, 4.5vw, 58px); }
.services p { color: #4e6151; font-size: 16px; }
.services .pill.light { color: white; background: var(--ink); }
.services .pill.light:hover { background: var(--forest-2); }
.contact-section {
  padding: 92px var(--page-gutter); gap: clamp(32px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .75fr); align-items: start;
}
.contact-form-wrap { padding: clamp(26px, 4vw, 48px); color: var(--ink); background: white; border: 0; border-radius: 22px; box-shadow: 0 20px 50px #0000001a; }
.contact-section h2 { font-size: clamp(44px, 5vw, 64px); margin-bottom: 30px; }
.contact-form-wrap form { gap: 20px; }
.contact-form-wrap label { color: #304a36; font-size: 14px; font-weight: 600; }
.contact-form-wrap input, .contact-form-wrap textarea { background: #f6f8f4; color: var(--ink); border: 1px solid #c3cebf; border-radius: 10px; }
.contact-form-wrap input::placeholder, .contact-form-wrap textarea::placeholder { color: #6b776b; }
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus { outline-color: #597d3f; background: white; }
.contact-form-wrap textarea { min-height: 150px; }
.contact-form-wrap .send { color: white; background: var(--ink); }
.contact-form-wrap .send:hover:not(:disabled) { background: var(--forest-2); }
.contact-form-wrap .form-note { color: #566b5a; font-size: 14px; }
.contact-form-wrap .form-note[data-state="success"] { color: #236338; }
.contact-form-wrap .form-note[data-state="error"] { color: #982c2c; }
.contact-details { padding-top: 0; gap: 16px; }
.contact-details section { padding: 26px; border: 1px solid #ffffff26; border-radius: 16px; background: #ffffff05; }
.contact-details h3 { font-size: 32px; margin-bottom: 14px; }
.contact-details p { font-size: 16px; line-height: 1.8; }
.contact-details p:last-child { margin-bottom: 0; }
.contact-details a { text-decoration-color: #88a486; transition: color .2s; }
.contact-details a:hover { color: var(--leaf); }
footer { padding: 28px var(--page-gutter); min-height: 106px; font-size: 14px; gap: 24px; border-top: 1px solid #ffffff12; }
footer p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; }
.footer-links a { overflow-wrap: anywhere; transition: color .2s; }
.footer-links a:hover { color: var(--leaf); }

.store, .inventory-main { padding: 66px var(--page-gutter) 92px; }
.store-heading { max-width: none; display: grid; grid-template-columns: 1fr .85fr; gap: 0 48px; align-items: end; padding-bottom: 34px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.store-heading > p { grid-column: 1 / -1; letter-spacing: .13em; }
.store-heading h1 { font-size: clamp(52px, 6.2vw, 80px); margin: 0; }
.store-heading span { font-size: 17px; max-width: 450px; padding-bottom: 5px; }
.store-grid { gap: 24px; }
.store-card { border-radius: 18px; box-shadow: 0 8px 26px #17382308; transition: border-color .2s, box-shadow .2s; }
.store-card:hover, .store-card:focus-within { border-color: #a8b9a0; box-shadow: var(--shadow); }
.store-card .available, .product-photo .available { padding: 7px 13px; font-size: 14px; background: #f6faef; }
.product-image-link img { aspect-ratio: 1.12; }
.store-card-copy { padding: 26px; }
.store-card h2 { font-size: 34px; line-height: 1.1; }
.store-card h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.store-card-copy .selected-price { font-size: 20px; margin: 14px 0; font-variant-numeric: tabular-nums; }
.store-card-copy > p:not(.selected-price):not(.product-message) { min-height: 80px; font-size: 16px; line-height: 1.65; }
.store-card .purchase-options { grid-template-columns: minmax(0, 1fr); gap: 18px; }
.store-card select { margin-top: 0; padding: 11px 12px; min-height: 48px; border-color: #bdcbb7; border-radius: 10px; background: #f8faf6; }
.add-to-cart, .product-add, .order-button { border-radius: 12px; min-height: 52px; padding: 13px 18px; font-size: 15px; transition: background .2s, box-shadow .2s, transform .2s; }
.add-to-cart:hover:not(:disabled), .product-add:hover:not(:disabled) { background: var(--forest-2); transform: translateY(-1px); box-shadow: 0 5px 14px #123f2726; }
.add-to-cart[data-added="true"], .product-add[data-added="true"] { background: #e5f3d1; color: #204d2c; opacity: 1; }
.product-message { font-size: 14px; line-height: 1.6; }
.product-message a { font-weight: 600; }
.cart-panel { padding: 32px; border-radius: 20px; box-shadow: none; }
.cart-panel .cart-title { gap: 16px; }
.cart-panel .cart-title h2 { font-size: 38px; }
.cart-panel .cart-title span { font-size: 14px; }
.cart-panel .cart-total { font-size: 17px; }
.cart-panel .cart-total strong { font-size: 24px; font-variant-numeric: tabular-nums; }
.cart-panel .mini-cart-product { grid-template-columns: 56px minmax(0, 1fr); }
.cart-panel .mini-cart-product img { width: 56px; height: 60px; border-radius: 9px; }
.cart-panel .mini-cart-product span { font-size: 14px; }
.cart-panel .quantity button:hover { background: #ffffff15; }
.cart-panel .remove-item { font-size: 14px; }
.inventory-main > h1 { font-size: clamp(48px, 6vw, 78px); max-width: 900px; margin: 0 0 24px; text-align: left; }
.inventory-list { max-width: 1000px; text-align: left; margin: 0 0 42px; padding-bottom: 30px; border-bottom: 1px solid var(--line); line-height: 1.8; }
.inventory-grid { gap: 26px 22px; }
.inventory-grid article { display: flex; flex-direction: column; border-radius: 16px; box-shadow: 0 8px 24px #17382306; }
.inventory-grid article:hover { transform: translateY(-3px); }
.inventory-grid h2 { margin: 22px 22px 14px; font-size: 30px; }
.inventory-prices { flex: 1; padding: 0 22px; margin: 0 0 20px; font-size: 15px; }
.inventory-prices > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 8px 0; border-bottom: 1px solid #e8ede4; }
.inventory-prices dt { color: var(--muted); }
.inventory-prices dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.inventory-action { display: flex; align-items: center; justify-content: center; min-height: 46px; margin: 0 20px 22px; padding: 9px 12px; border: 1px solid #bac9b3; border-radius: 10px; font-size: 14px; font-weight: 600; text-align: center; transition: background .2s, color .2s; }
.inventory-action:hover { background: var(--ink); border-color: var(--ink); color: white; }
.bulk-order { padding: 80px var(--page-gutter); }
.bulk-order > h2 { font-size: clamp(46px, 5vw, 68px); }
.bulk-lead { font-size: 17px; margin-bottom: 42px; }
.steps { margin-bottom: 42px; }
.steps article { border-radius: 16px; padding: 30px; min-height: 0; }
.steps b { font-size: 42px; }
.steps h3 { font-size: 30px; }

.product-main, .cart-main { padding: 42px var(--page-gutter) 88px; }
.back-to-shop { margin-bottom: 30px; }
.back-to-shop:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.product-detail { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 76px); }
.product-photo { position: sticky; top: 120px; }
.product-photo > img { border-radius: 20px; box-shadow: none; border: 1px solid var(--line); }
.product-info { padding-top: 0; }
.product-info h1 { font-size: clamp(50px, 5.8vw, 80px); }
.product-price { font-size: 28px; font-weight: 600; font-variant-numeric: tabular-nums; }
.product-description { font-size: 17px; }
.product-info .product-buy { grid-template-columns: minmax(0, 1fr); gap: 22px; }
.size-picker { min-width: 0; padding: 0; margin: 0; border: 0; }
.size-picker legend { font-size: 14px; font-weight: 600; color: var(--ink); padding: 0; margin-bottom: 12px; }
.size-choices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.size-choice { position: relative; display: grid; gap: 4px; min-height: 76px; justify-items: center; align-content: center; padding: 12px 6px; border: 1px solid #bdcbb7; border-radius: 10px; background: white; color: var(--ink); cursor: pointer; transition: background .2s, border-color .2s; }
.size-choice input[type="radio"] { width: 1px; height: 1px; min-height: 0; margin: -1px; padding: 0; border: 0; }
.size-choice:hover { border-color: #67875b; background: #f4f8ee; }
.size-choice:has(input:checked) { border-color: #315c36; background: #eaf3de; box-shadow: inset 0 0 0 1px #315c36; }
.size-choice:has(input:focus-visible) { outline: 3px solid #597d3f; outline-offset: 3px; }
.size-choice span { font-size: 14px; font-weight: 600; }
.size-choice small { font-size: 14px; font-weight: 400; color: #50604c; }
.purchase-quantity { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.purchase-quantity > label { display: block; margin: 0; color: var(--ink); font-size: 14px; font-weight: 600; }
.quantity-stepper { display: grid; grid-template-columns: 44px minmax(44px, 1fr) 44px; width: 148px; border: 1px solid #bdcbb7; border-radius: 10px; background: white; }
.quantity-stepper button { display: grid; place-items: center; width: 44px; min-height: 46px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: var(--ink); font-size: 22px; }
.quantity-stepper button:hover:not(:disabled) { background: #edf4e7; }
.quantity-stepper button:disabled { color: #8c9987; }
.purchase-quantity .quantity-stepper input { width: 100%; min-width: 0; min-height: 46px; height: 46px; margin: 0; padding: 0 2px; border: 0; border-radius: 0; background: transparent; color: var(--ink); text-align: center; appearance: textfield; font-size: 16px; }
.quantity-stepper input::-webkit-inner-spin-button, .quantity-stepper input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.product-notes { margin-top: 26px; padding: 24px; background: #eaf0e4; border: 1px solid #d5dfce; border-radius: 14px; }
.product-notes h2 { font-size: 30px; }
.product-notes p { font-size: 15px; margin-bottom: 0; }
.cart-heading { margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.cart-heading h1 { font-size: clamp(54px, 6vw, 78px); margin-bottom: 12px; }
.cart-list-panel { border-radius: 18px; box-shadow: none; }
.cart-list-labels { background: #ecf1e7; padding-top: 16px; padding-bottom: 16px; }
.cart-page-line { transition: background .2s; }
.cart-page-line:focus-within { background: #fafcf7; }
.cart-line-info h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.cart-page-layout .order-summary { top: 114px; border-radius: 20px; padding: 28px; box-shadow: none; }
.order-summary h2 { font-size: 40px; }
.checkout-status-badge { font-size: 14px; letter-spacing: .06em; }
.fulfillment-options label { border-radius: 12px; transition: border-color .2s, background .2s; }
.fulfillment-options label:hover { border-color: #a6bf96; }
.order-summary > button { border-radius: 12px; }
.checkout-success { background: white; border: 1px solid var(--line); border-radius: 22px; min-height: 0; margin: 34px auto; padding: 56px 32px; }
.checkout-success h1 { font-size: clamp(46px, 6vw, 68px); }
.checkout-success .success-actions a { border-radius: 12px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 220px minmax(0, 1fr) 104px; }
  .site-header nav { gap: 20px; }
  .brand-wordmark strong { font-size: 17px; }
  .hero { gap: 30px; }
  .hero h1 { font-size: clamp(50px, 6.5vw, 70px); }
  .contact-section { gap: 30px; grid-template-columns: minmax(0, 1.1fr) minmax(0, .85fr); }
  .contact-form-wrap .field-row { grid-template-columns: minmax(0, 1fr); }
  .home-product-copy { padding: 32px; }
  .home-product-copy h3 { font-size: 48px; }
  .store-card-copy { padding: 24px; }
  .cart-page-layout .order-summary { position: static; }
}
@media (max-width: 850px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 38px; gap: 36px; }
  .hero-card { grid-column: 1; grid-row: 1; max-width: 670px; }
  .hero > img { grid-column: 1; grid-row: 2; height: auto; aspect-ratio: 1.5; max-height: 520px; }
  .hero h1 { font-size: clamp(54px, 8.5vw, 76px); }
  .hero-card p { max-width: 580px; }
  .home-product-card { grid-template-columns: minmax(0, 1fr); }
  .home-storefront .home-product-photo img { min-height: 0; height: auto; aspect-ratio: 1.5; }
  .home-product-description { max-width: 590px; }
  .services { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .services > img { max-width: 650px; }
  .contact-section { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .contact-form-wrap .field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-details { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .contact-details section { padding: 20px; }
  .contact-details h3 { font-size: 29px; }
  .product-detail { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .product-photo { position: static; max-width: 670px; }
  footer { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  :root { --page-gutter: 20px; }
  section[id], form[id], #top { scroll-margin-top: 94px; }
  .site-header { display: grid; grid-template-columns: minmax(0, 1fr) 44px auto; min-height: 78px; gap: 8px; padding: 10px 16px; }
  .logo-link { gap: 9px; }
  .logo-link img { width: 44px; height: 48px; flex-basis: 44px; }
  .brand-wordmark { max-width: 108px; }
  .brand-wordmark strong { font-size: 16px; line-height: 1.2; }
  .brand-wordmark small { display: none; }
  .menu-toggle { margin: 0; padding: 6px; }
  .cart-button { margin: 0; padding: 8px 10px; font-size: 14px; }
  .cart-button span { margin-left: 4px; }
  .site-header nav { padding: 14px 20px 22px; gap: 3px; border-bottom: 1px solid #ffffff24; box-shadow: 0 12px 28px #00000024; }
  .site-header nav a { padding: 13px 10px; border-radius: 8px; font-size: 16px; }
  .site-header nav a.active { background: #ffffff0e; color: var(--leaf); }
  .site-header nav a:after { display: none; }
  .hero { padding-bottom: 48px; gap: 30px; }
  .hero-card { left: auto; right: auto; top: auto; bottom: auto; }
  .hero h1 { font-size: clamp(50px, 13vw, 66px); }
  .hero-card .hero-eyebrow { font-size: 14px; margin-bottom: 20px; }
  .hero-card p { font-size: 16px; margin-bottom: 26px; }
  .hero > img { aspect-ratio: 1.15; border-radius: 16px; }
  .hero-actions { gap: 14px 22px; }
  .hero-actions .pill { min-width: 148px; }
  .home-storefront, .services, .contact-section, .bulk-order { padding: 58px var(--page-gutter); }
  .home-shop-heading { margin-bottom: 24px; }
  .home-storefront .home-shop-heading h2 { font-size: 46px; }
  .home-carousel { border-radius: 16px; }
  .home-storefront .home-product-photo img { aspect-ratio: 1.2; }
  .home-product-copy { padding: 26px; }
  .home-product-copy h3 { font-size: 44px; }
  .home-product-copy > a { width: 100%; gap: 12px; }
  .home-product-description { margin-bottom: 24px; }
  .home-product-photo > span { left: 16px; top: 16px; }
  .home-shop-all { width: 100%; }
  .services > img { border-radius: 18px; }
  .services h2 { font-size: 44px; }
  .service-copy .pill { width: 100%; }
  .contact-form-wrap { padding: 28px 22px; border-radius: 18px; }
  .contact-form-wrap .field-row { grid-template-columns: minmax(0, 1fr); }
  .contact-details { grid-template-columns: minmax(0, 1fr); }
  .contact-details section { padding: 24px; }
  footer { align-items: flex-start; text-align: left; gap: 16px; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 12px; }
  .store, .inventory-main, .product-main, .cart-main { padding: 40px var(--page-gutter) 62px; }
  .store-heading { display: block; padding-bottom: 28px; margin-bottom: 28px; }
  .store-heading h1 { font-size: 58px; }
  .store-heading span { margin-top: 18px; font-size: 16px; }
  .store-grid { gap: 28px; }
  .store-card-copy > p:not(.selected-price):not(.product-message) { min-height: 0; }
  .product-image-link img { aspect-ratio: 1.2; }
  .cart-panel { padding: 26px 22px; }
  .cart-panel .cart-title h2 { font-size: 34px; }
  .inventory-main > h1 { font-size: 50px; }
  .inventory-list { font-size: 15px; margin-bottom: 28px; }
  .inventory-grid { gap: 22px 14px; }
  .inventory-grid h2 { font-size: 27px; margin: 20px 18px 12px; }
  .inventory-prices { padding: 0 18px; }
  .inventory-action { margin: 0 16px 20px; }
  .product-info h1 { font-size: 58px; }
  .product-photo > img { border-radius: 18px; }
  .product-description { font-size: 16px; }
  .product-notes { padding: 22px; }
  .cart-page-layout .order-summary { padding: 26px 22px; border-radius: 18px; }
  .cart-heading h1 { font-size: 58px; }
  .checkout-success { padding: 38px 24px; margin: 10px auto; }
  .checkout-success .success-actions { flex-direction: column; }
}
@media (max-width: 550px) {
  .size-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
