:root {
  --bg: #080807;
  --surface: #11110f;
  --surface-2: #181713;
  --paper: #f2eee5;
  --paper-2: #e4dcca;
  --text: #f7f3ea;
  --text-dark: #11100e;
  --muted: #aaa39a;
  --muted-dark: #5e584f;
  --line: #292720;
  --line-light: #d4ccba;
  --accent: #d8bd72;
  --gold: #bd9b55;
  --danger: #ff5c5c;
  --radius: 8px;
  --container: 1180px;
  --font-body: "Aptos", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Aptos Display", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@theme inline {
  --color-background: var(--bg);
  --color-foreground: var(--text);
  --font-sans: var(--font-body);
  --font-mono: "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: 0;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.promo-bar {
  display: flex;
  justify-content: center;
  gap: 28px;
  min-height: 34px;
  padding: 8px 16px;
  background: var(--paper);
  color: var(--text-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr minmax(160px, 260px) auto;
  align-items: center;
  gap: 24px;
  max-width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark img {
  width: 88px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a {
  color: var(--muted);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--text);
}

.header-search {
  display: grid;
  grid-template-columns: 1fr 44px;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.header-search input,
.mobile-panel input {
  min-width: 0;
  padding: 0 12px;
  background: var(--surface);
  color: var(--text);
  outline: none;
}

.header-search button,
.mobile-panel button {
  background: var(--text);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 900;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button,
.cart-button {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  font-weight: 900;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  text-transform: uppercase;
}

.cart-button span {
  display: grid;
  min-width: 24px;
  min-height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text-dark);
}

.mobile-menu-button {
  display: none;
}

.mobile-panel {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.button--light {
  background: var(--text);
  color: var(--text-dark);
}

.button--dark {
  background: var(--text-dark);
  color: var(--text);
}

.button--accent {
  background: var(--accent);
  color: var(--text-dark);
  border-color: var(--accent);
}

.button--wide {
  width: 100%;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: stretch;
  min-height: clamp(560px, 78vh, 760px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 24px 52px;
  background: var(--bg);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding-left: max(0px, calc((100vw - var(--container)) / 2));
}

.hero-copy p,
.section-heading p,
.catalog-heading p,
.page-heading p,
.policy-hero p,
.pdp-info > p,
.order-status p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 84px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy span,
.section-heading span,
.catalog-heading span,
.page-heading span,
.policy-hero span,
.order-status span {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-product {
  display: grid;
  align-content: end;
  min-height: 540px;
  padding: 24px;
  background: var(--paper);
  color: var(--text-dark);
}

.hero-product .product-visual {
  min-height: 500px;
}

.hero-product__note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
}

.hero-product__note strong {
  font-size: 20px;
  text-transform: uppercase;
}

.hero-product__note span {
  color: var(--muted-dark);
}

.merch-bar,
.footer-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.merch-bar div,
.footer-benefits div {
  min-height: 116px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.merch-bar strong,
.footer-benefits strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  text-transform: uppercase;
}

.merch-bar span,
.footer-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 72px 24px;
}

.band-light {
  background: var(--paper);
  color: var(--text-dark);
}

.band-dark,
.page--dark {
  background: var(--bg);
  color: var(--text);
}

.page--paper {
  background: var(--paper);
  color: var(--text-dark);
}

.section-heading,
.catalog-heading,
.page-heading,
.policy-hero {
  max-width: var(--container);
  margin: 0 auto 34px;
}

.section-heading h2,
.catalog-heading h1,
.page-heading h1,
.policy-hero h1,
.order-status h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.band-light .section-heading p,
.page--paper .policy-hero p,
.page--paper .order-status p {
  color: #6e551e;
}

.band-light .section-heading span,
.page--paper .policy-hero span,
.page--paper .order-status span {
  color: var(--muted-dark);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--container);
  margin: 0 auto;
}

.product-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  display: block;
  color: inherit;
}

.product-card article {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.band-light .product-card article {
  border-color: var(--line-light);
  background: #ffffff;
}

.product-card__body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-card__eyebrow,
.product-card__foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.band-light .product-card__eyebrow,
.band-light .product-card__foot {
  color: var(--muted-dark);
}

.product-card h2 {
  min-height: 48px;
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p {
  min-height: 44px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.band-light .product-card p {
  color: var(--muted-dark);
}

.product-card__price {
  display: grid;
  gap: 2px;
}

.product-card__price strong {
  font-size: 19px;
}

.product-card__price span {
  color: var(--muted);
  font-size: 13px;
}

.band-light .product-card__price span {
  color: var(--muted-dark);
}

.product-visual {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  aspect-ratio: 4 / 5;
  min-height: 460px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(17, 16, 14, 0.12);
  background: #e9e5dd;
  color: var(--text-dark);
  overflow: hidden;
}

.product-visual--compact {
  min-height: 330px;
}

.product-visual__stage {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  background: #e9e5dd;
}

.product-visual__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.product-visual__meta {
  position: static;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
  padding: 12px 14px;
  border-top: 1px solid rgba(17, 16, 14, 0.12);
  background: rgba(242, 238, 229, 0.92);
  color: var(--muted-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
  padding: 72px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--surface-2);
}

.editorial-band h2,
.newsletter-band h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-band p,
.newsletter-band p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-band span {
  display: block;
  max-width: 620px;
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 18px;
}

.editorial-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.editorial-stack--wide {
  max-width: 760px;
  margin: 0 auto;
}

.newsletter-band {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px);
  gap: 24px;
  align-items: center;
  padding: 54px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--accent);
  color: var(--text-dark);
}

.newsletter-band form {
  display: grid;
  grid-template-columns: 1fr 120px;
  min-height: 52px;
  border: 1px solid var(--text-dark);
  border-radius: var(--radius);
  overflow: hidden;
}

.newsletter-band input {
  min-width: 0;
  padding: 0 16px;
  background: transparent;
  color: var(--text-dark);
  outline: none;
}

.newsletter-band button {
  background: var(--text-dark);
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
}

.page {
  min-height: 70vh;
  padding: 54px 24px 76px;
}

.catalog-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.catalog-heading strong {
  color: var(--accent);
  white-space: nowrap;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  max-width: var(--container);
  margin: 0 auto;
}

.filter-panel {
  align-self: start;
  position: sticky;
  top: 132px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.filter-panel form,
.checkout-form fieldset {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.filter-panel label,
.checkout-form label,
.shipping-widget label,
.checkout-summary label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-panel input,
.filter-panel select,
.checkout-form input,
.checkout-form select,
.shipping-widget input,
.coupon-row input,
.pix-result textarea {
  min-height: 44px;
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #050505;
  color: var(--text);
  outline: none;
}

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 34px;
  max-width: var(--container);
  margin: 0 auto;
}

.pdp-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.pdp-info {
  align-self: start;
  position: sticky;
  top: 134px;
}

.pdp-info nav {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.pdp-info h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.pdp-info > span {
  display: block;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 17px;
}

.configurator {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.configurator__price {
  display: grid;
  gap: 4px;
}

.configurator__price strong {
  font-size: 28px;
}

.configurator__price span,
.configurator__price del,
.stock-note,
.payment-note,
.form-error {
  color: var(--muted);
  font-size: 14px;
}

.option-block {
  display: grid;
  gap: 10px;
}

.option-block__header,
.quantity-row,
.cart-drawer__summary div,
.checkout-summary dl div,
.checkout-items div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.option-block__header span,
.quantity-row > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.option-block__header a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.swatch-row,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatch {
  width: 38px;
  height: 38px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--swatch);
}

.swatch--active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--accent);
}

.chip {
  min-width: 48px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-weight: 900;
}

.chip--active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--text-dark);
}

.quantity-row > div,
.cart-line__actions {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quantity-row button,
.cart-line__actions button {
  min-width: 40px;
  min-height: 40px;
  background: var(--surface);
  color: var(--text);
  font-weight: 900;
}

.quantity-row input {
  width: 56px;
  min-height: 40px;
  background: #050505;
  color: var(--text);
  text-align: center;
  outline: none;
}

.shipping-widget {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.shipping-widget div {
  display: grid;
  grid-template-columns: 1fr 102px;
  gap: 8px;
}

.shipping-widget button,
.coupon-row button {
  border-radius: var(--radius);
  background: var(--text);
  color: var(--text-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.shipping-widget p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pdp-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--container);
  margin: 48px auto 0;
}

.pdp-details article,
.policy-grid article,
.checkout-summary,
.order-status {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.pdp-details article {
  padding: 20px;
}

.pdp-details h2,
.policy-grid h2,
.checkout-summary h2,
.order-status h1 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.pdp-details ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.measure-table {
  overflow-x: auto;
}

.measure-table table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
  font-size: 14px;
}

.measure-table th,
.measure-table td {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.measure-table--page {
  max-width: var(--container);
  margin: 0 auto;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: #ffffff;
}

.measure-table--page th,
.measure-table--page td {
  border-bottom-color: var(--line-light);
}

.cart-drawer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
}

.cart-drawer--open {
  pointer-events: auto;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 160ms ease;
}

.cart-drawer--open .cart-drawer__backdrop {
  background: rgba(0, 0, 0, 0.56);
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(440px, 100%);
  height: 100%;
  background: var(--bg);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.cart-drawer--open .cart-drawer__panel {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.cart-drawer__header p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.cart-drawer__items {
  min-height: 0;
  overflow: auto;
  padding: 18px;
}

.cart-line,
.cart-page-item {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img,
.cart-page-item img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.cart-line strong,
.cart-page-item p {
  display: block;
  margin: 0 0 4px;
  font-weight: 900;
}

.cart-line span,
.cart-page-item span {
  color: var(--muted);
  font-size: 13px;
}

.cart-line__actions {
  width: fit-content;
  margin-top: 8px;
}

.cart-line__actions span {
  min-width: 34px;
  text-align: center;
}

.cart-line__actions button:last-child {
  padding: 0 12px;
  color: var(--danger);
}

.cart-drawer__summary {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.cart-drawer__summary p {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.cart-drawer__total {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.empty-state {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 280px;
  padding: 24px;
  text-align: left;
}

.empty-state h1,
.empty-state h2,
.empty-state h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.empty-state--page {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--text-dark);
}

.empty-state--page p {
  color: var(--muted-dark);
}

.cart-page-grid,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  max-width: var(--container);
  margin: 0 auto;
}

.cart-page-list {
  border-top: 1px solid var(--line);
}

.cart-page-item {
  grid-template-columns: 86px 1fr auto;
  padding: 18px 0;
}

.cart-page-item img {
  width: 86px;
  height: 86px;
}

.checkout-summary {
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 20px;
}

.checkout-summary--sticky {
  position: sticky;
  top: 134px;
}

.checkout-summary p {
  margin: 0;
  color: var(--muted);
}

.coupon-row {
  display: grid;
  grid-template-columns: 1fr 98px;
  gap: 8px;
}

.checkout-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.checkout-summary dt,
.checkout-summary dd {
  margin: 0;
}

.checkout-summary dd {
  font-weight: 900;
}

.checkout-form {
  display: grid;
  gap: 18px;
}

.page-heading--compact {
  margin-bottom: 0;
}

.checkout-form fieldset {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.checkout-form legend {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.payment-tab {
  min-height: 46px;
  background: #050505;
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
}

.payment-tab--active {
  background: var(--accent);
  color: var(--text-dark);
}

.card-fields {
  display: grid;
  gap: 12px;
}

.form-error {
  margin: 0;
  color: var(--danger);
}

.checkout-items {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.pix-result,
.paid-result {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pix-result h3,
.paid-result h3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.fake-qr {
  width: 160px;
  height: 160px;
  background-color: #fff;
  background-image:
    linear-gradient(90deg, #111 10px, transparent 10px),
    linear-gradient(#111 10px, transparent 10px);
  background-size: 24px 24px;
  border: 12px solid #fff;
}

.pix-result textarea {
  height: 112px;
  padding: 12px;
  resize: vertical;
}

.policy-hero {
  padding-top: 22px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--container);
  margin: 0 auto;
}

.policy-grid article {
  padding: 22px;
  background: #ffffff;
  border-color: var(--line-light);
}

.policy-grid p {
  margin: 0;
  color: var(--muted-dark);
}

.order-status {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  border-color: var(--line-light);
}

.order-status strong {
  color: #2f6c12;
  font-size: 20px;
  text-transform: uppercase;
}

.order-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.order-timeline div {
  min-height: 70px;
  padding: 12px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  color: var(--muted-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.order-timeline .done {
  background: var(--accent);
  color: var(--text-dark);
  border-color: var(--accent);
}

.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 34px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 42px 24px;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 96px;
  height: auto;
}

.footer-main p,
.footer-contact span,
.footer-contact a {
  color: var(--muted);
}

.footer-main nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-main nav a,
.footer-contact strong {
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .header-search {
    display: none;
  }

  .mobile-menu-button {
    display: inline-grid;
    place-items: center;
  }

  .mobile-panel--open {
    display: grid;
    gap: 18px;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--line);
  }

  .mobile-panel nav {
    display: grid;
    gap: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-panel form {
    display: grid;
    grid-template-columns: 1fr 96px;
    min-height: 44px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .hero-section,
  .editorial-band,
  .newsletter-band,
  .pdp-layout,
  .cart-page-grid,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-product {
    min-height: auto;
  }

  .hero-product .product-visual {
    min-height: 460px;
  }

  .merch-bar,
  .footer-benefits,
  .product-grid,
  .product-grid--four,
  .pdp-gallery,
  .pdp-details,
  .policy-grid,
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel,
  .pdp-info,
  .checkout-summary--sticky {
    position: static;
  }
}

@media (max-width: 680px) {
  .promo-bar {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
  }

  .nav-wrap {
    min-height: 64px;
    padding: 0 14px;
  }

  .brand-mark span {
    font-size: 20px;
  }

  .cart-button {
    padding: 0 10px;
    font-size: 0;
  }

  .cart-button span {
    font-size: 12px;
  }

  .hero-section,
  .section,
  .page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .section-heading h2,
  .catalog-heading h1,
  .page-heading h1,
  .policy-hero h1,
  .editorial-band h2,
  .newsletter-band h2,
  .pdp-info h1 {
    font-size: 34px;
  }

  .hero-copy span,
  .section-heading span,
  .catalog-heading span,
  .page-heading span,
  .policy-hero span,
  .editorial-band span {
    font-size: 16px;
  }

  .merch-bar,
  .footer-benefits,
  .product-grid,
  .product-grid--four,
  .pdp-gallery,
  .pdp-details,
  .policy-grid,
  .footer-main,
  .editorial-stack,
  .order-timeline {
    grid-template-columns: 1fr;
  }

  .catalog-heading {
    display: grid;
  }

  .newsletter-band form,
  .shipping-widget div,
  .coupon-row,
  .form-grid,
  .form-grid--three {
    grid-template-columns: 1fr;
  }

  .cart-line,
  .cart-page-item {
    grid-template-columns: 58px 1fr;
  }

  .cart-line > strong,
  .cart-page-item > strong {
    grid-column: 2;
  }

  .cart-line img,
  .cart-page-item img {
    width: 58px;
    height: 58px;
  }

  .product-visual,
  .product-visual--compact {
    min-height: 300px;
  }
}

.footer-brand img { width: 94px; height: auto; }
.checkout-summary .paid-result p + p { color: var(--muted); }
