:root {
  --cream: #f8f3e9;
  --paper: #fffdf7;
  --ink: #173632;
  --muted: #6f7d78;
  --coral: #e66f54;
  --sand: #e9cfa8;
  --aqua: #b8ded6;
  --display: "Italiana", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.cart-open,
body.option-dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.shipping-bar {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 0.55rem 1rem;
  background: var(--ink);
  color: white;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.shop-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(23, 54, 50, 0.16);
  background: rgba(248, 243, 233, 0.92);
  backdrop-filter: blur(16px);
}

.shop-brand { display: inline-flex; align-items: center; gap: 0.72rem; justify-self: start; }
.shop-brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
}
.shop-brand-mark::before,
.shop-brand-mark::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--cream);
}
.shop-brand-mark::before { left: 1px; }
.shop-brand-mark::after { right: 1px; }
.shop-brand-copy { display: flex; flex-direction: column; }
.shop-brand-copy strong { font-family: var(--display); font-size: 1.13rem; font-weight: 400; }
.shop-brand-copy span { margin-top: 0.18rem; font-size: 0.53rem; font-weight: 600; letter-spacing: 0.23em; text-transform: uppercase; }

.shop-nav { display: flex; gap: clamp(1.3rem, 2.8vw, 3rem); }
.shop-nav a {
  position: relative;
  padding: 0.5rem 0;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}
.shop-nav a:hover::after,
.shop-nav a[aria-current="page"]::after { right: 0; }

.bag-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border: 0;
  background: none;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.bag-count { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: white; }

.shop-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
}
.shop-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
}
.shop-eyebrow { margin: 0 0 1.4rem; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.shop-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8.5rem); font-weight: 400; line-height: 0.84; letter-spacing: -0.05em; }
.shop-hero h1 em { color: var(--coral); font-weight: 400; }
.shop-intro { max-width: 520px; margin: 2rem 0 0; font-size: 1rem; line-height: 1.75; }
.shop-hero-art { position: relative; min-height: 460px; overflow: hidden; background: var(--aqua); }
.shop-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.shop-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(23,54,50,.12), transparent 55%); }
.sale-hero { background: var(--coral); color: #fffaf0; }
.sale-hero h1 em { color: var(--sand); }
.sale-hero .shop-hero-art { background: #243e3a; }

.concept-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.9rem 1.5rem;
  background: var(--sand);
  color: var(--ink);
  font-size: 0.71rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.concept-note strong { font-size: 0.61rem; letter-spacing: 0.16em; text-transform: uppercase; }

.collection-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading p { margin: 0 0 0.8rem; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: 0.95; }
.section-heading > span { max-width: 360px; padding-bottom: 0.7rem; color: var(--muted); font-size: 0.86rem; line-height: 1.6; text-align: right; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2.5rem); }
body[data-category="clothing"] .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.empty-products { grid-column: 1 / -1; margin: 0; padding: 3rem; border: 1px solid rgba(23,54,50,.16); background: var(--paper); color: var(--muted); text-align: center; }
body[data-category="souvenirs"] .souvenirs-hero { grid-template-columns: 1fr; background: var(--paper); }
body[data-category="souvenirs"] .souvenirs-hero .shop-hero-copy { min-height: 460px; }
body[data-category="souvenirs"] .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sale-hero-clean { grid-template-columns: 1fr; background: var(--paper); min-height: auto; }
.sale-hero-clean .shop-hero-copy { padding: 6rem 2rem 4rem; }
.sale-hero-clean h1 { font-size: clamp(3.2rem, 7vw, 5.5rem); line-height: 0.9; font-weight: 500; color: var(--ink); text-shadow: none; }
.sale-hero-clean h1 em { color: var(--coral); }

.iron-on-gallery { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: #fffdf7; }
.iron-on-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); gap: 1rem; }
.iron-on-item { display: block; border: 1px solid #e9cfa8; transition: all 0.2s; }
.iron-on-item:hover { transform: scale(1.04); border-color: #e66f54; box-shadow: 0 10px 30px rgba(230,111,84,0.15); }
.iron-on-item img { width: 100%; height: auto; display: block; }
.shirt-options { margin-top: 3rem; padding: 1.5rem; background: #f8f3e9; border: 1px solid #e9cfa8; text-align: center; font-size: 0.95rem; }
.full-custom-cta { padding: 4rem 2rem; background: #173632; color: #f8f3e9; text-align: center; }
.full-custom-cta h2 { font-family: var(--display); font-size: clamp(2.8rem, 6vw, 4.5rem); margin: 0 0 1rem; }
.full-custom-cta a { display: inline-block; margin-top: 1.5rem; padding: 1rem 2rem; background: #e9cfa8; color: #173632; font-weight: 600; font-size: 1.1rem; text-decoration: none; border-radius: 4px; }

body[data-category="sale"] .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { opacity: 0; transform: translateY(20px); transition: opacity 600ms var(--delay) ease, transform 600ms var(--delay) ease; }
.shop-ready .product-card { opacity: 1; transform: translateY(0); }
.product-image-wrap { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d9dfd5; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-badge,
.save-badge { position: absolute; top: 1rem; padding: 0.55rem 0.72rem; background: var(--paper); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.product-badge { left: 1rem; }
.save-badge { right: 1rem; background: var(--coral); color: white; }
.product-info { padding: 1.4rem 0 0; }
.product-colors { margin: 0 0 0.55rem; color: var(--muted); font-size: 0.61rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.product-info h2 { margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 2.5vw, 2.25rem); font-weight: 400; }
.product-description { min-height: 3.2em; margin: 0.8rem 0 1.25rem; color: var(--muted); font-size: 0.83rem; line-height: 1.6; }
.product-option-error { min-height: 0; margin: 0; color: #a33e31; font-size: .66rem; line-height: 1.4; }
.product-option-error:empty { display: none; }
.product-buy-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(23,54,50,.16); }
.product-price { display: flex; align-items: baseline; gap: 0.6rem; margin: 0; }
.product-price strong { font-size: 0.94rem; }
.product-price s { color: var(--muted); font-size: 0.73rem; }
.add-button { padding: 0.75rem 1rem; border: 1px solid rgba(23,54,50,.07); background: #f2ede3; color: var(--ink); font-size: 0.63rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease; }
.add-button:hover { border-color: rgba(23,54,50,.07); background: #eae3d7; color: var(--ink); }

.option-dialog-backdrop { position: fixed; z-index: 70; inset: 0; display: grid; place-items: center; padding: 1.2rem; background: rgba(10,27,25,.68); opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 0s 220ms; }
.option-dialog-backdrop.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.option-dialog { position: relative; width: min(820px,100%); max-height: min(760px,92vh); display: grid; grid-template-columns: minmax(250px,.85fr) minmax(320px,1.15fr); overflow: auto; background: var(--paper); box-shadow: 0 28px 90px rgba(10,27,25,.3); }
.option-dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 1px solid rgba(23,54,50,.2); border-radius: 50%; background: var(--paper); font-size: 1.35rem; cursor: pointer; }
.option-dialog-visual { min-height: 100%; background: #d9dfd5; }
.option-dialog-visual img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.option-dialog-copy { display: flex; flex-direction: column; padding: clamp(2rem,5vw,3.5rem); }
.option-dialog-kicker { margin: 0 0 .7rem; color: var(--coral); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.option-dialog-copy h2 { margin: 0; padding-right: 2.5rem; font-family: var(--display); font-size: clamp(2.2rem,4vw,3.7rem); font-weight: 400; line-height: .95; }
.option-dialog-description { margin: .9rem 0 1.2rem; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.option-palette { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: .8rem; margin: 0 0 1.2rem; padding: .7rem; border: 1px solid rgba(23,54,50,.16); background: var(--cream); }
.option-palette img { width: 100px; height: 72px; object-fit: cover; background: white; }
.option-palette figcaption { color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.option-dialog-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.option-dialog-fields:empty { display: none; }
.option-dialog-fields label { display: grid; gap: .4rem; color: var(--ink); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.option-dialog-fields select { width: 100%; min-height: 46px; padding: .65rem 2rem .65rem .75rem; border: 1px solid rgba(23,54,50,.3); border-radius: 0; background: white; color: var(--ink); font-size: .78rem; letter-spacing: 0; text-transform: none; }
.option-dialog-buy { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid rgba(23,54,50,.16); }
.option-dialog-buy strong { font-size: 1rem; }
.option-dialog-buy button { min-height: 46px; padding: .7rem 1.2rem; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(23,54,50,.16); border-bottom: 1px solid rgba(23,54,50,.16); }
.service-strip article { min-height: 190px; padding: 2.5rem clamp(1.2rem, 3vw, 3rem); border-right: 1px solid rgba(23,54,50,.16); }
.service-strip article:last-child { border-right: 0; }
.service-strip span { color: var(--coral); font-family: var(--display); font-size: 1.2rem; }
.service-strip h3 { margin: 1rem 0 0.5rem; font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.service-strip p { margin: 0; color: var(--muted); font-size: 0.8rem; line-height: 1.6; }

.shop-footer { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; padding: 4rem clamp(1.25rem, 4vw, 4.5rem); background: var(--ink); color: var(--cream); }
.shop-footer h2 { max-width: 600px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 0.95; }
.footer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-self: end; font-size: 0.78rem; line-height: 1.7; }
.footer-details strong { display: block; margin-bottom: 0.5rem; font-size: 0.61rem; letter-spacing: 0.15em; text-transform: uppercase; }

.cart-backdrop { position: fixed; z-index: 49; inset: 0; background: rgba(10,27,25,.52); opacity: 0; visibility: hidden; transition: opacity 250ms ease, visibility 0s 250ms; }
.cart-backdrop.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(470px, 94vw); height: 100%; display: flex; flex-direction: column; padding: 2rem; background: var(--paper); transform: translateX(102%); visibility: hidden; transition: transform 450ms cubic-bezier(.76,0,.24,1), visibility 0s 450ms; }
.cart-drawer.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(23,54,50,.16); }
.cart-head h2 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.cart-head button { width: 42px; height: 42px; border: 1px solid rgba(23,54,50,.2); border-radius: 50%; background: transparent; font-size: 1.3rem; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 1.5rem 0; }
.cart-line { display: grid; grid-template-columns: 74px 1fr auto; gap: 1rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px solid rgba(23,54,50,.12); }
.cart-line img { width: 74px; height: 86px; object-fit: cover; }
.cart-line div { display: flex; flex-direction: column; gap: 0.45rem; font-size: 0.78rem; }
.cart-line div strong { font-family: var(--display); font-size: 1.1rem; font-weight: 400; }
.cart-line button { border: 0; background: none; font-size: 1.2rem; cursor: pointer; }
.empty-cart { display: grid; place-items: center; height: 100%; text-align: center; }
.empty-cart p { margin: 0; font-family: var(--display); font-size: 2rem; }
.empty-cart span { color: var(--muted); font-size: 0.78rem; }
.cart-summary { padding-top: 1.5rem; border-top: 1px solid rgba(23,54,50,.16); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 0.86rem; }
.shipping-free { margin: 0.8rem 0 1.2rem; color: var(--muted); font-size: 0.72rem; }
.checkout-button { width: 100%; min-height: 54px; border: 0; background: var(--ink); color: white; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.checkout-note { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.64rem; line-height: 1.5; text-align: center; }

.checkout-warning {
  margin: 1rem 0 0;
  padding: 0.85rem;
  background: #f7dfd7;
  color: var(--ink);
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.checkout-preview-shell {
  min-height: calc(100vh - 36px - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  background: var(--paper);
}
.checkout-preview-main,
.checkout-preview-side { padding: clamp(2rem, 5vw, 5rem); }
.checkout-preview-main { background: var(--paper); }
.checkout-preview-side { background: #f3eee3; border-left: 1px solid rgba(23,54,50,.16); }
.checkout-preview-kicker { margin: 0 0 1rem; color: var(--coral); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.checkout-preview-main h1 { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 400; line-height: 0.86; letter-spacing: -0.05em; }
.checkout-preview-main h1 em { color: var(--coral); font-weight: 400; }
.checkout-preview-copy { max-width: 620px; margin: 1.6rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.checkout-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.5rem 0; }
.checkout-flow article { padding: 1.2rem; border: 1px solid rgba(23,54,50,.16); background: var(--cream); }
.checkout-flow span { color: var(--coral); font-family: var(--display); font-size: 1.35rem; }
.checkout-flow h2 { margin: 0.7rem 0 0.4rem; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.checkout-flow p { margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.55; }
.stripe-box { max-width: 640px; border: 1px solid rgba(23,54,50,.18); background: white; box-shadow: 0 20px 70px rgba(23,54,50,.10); }
.stripe-box-head { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem; border-bottom: 1px solid rgba(23,54,50,.12); }
.stripe-box-head strong { font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; }
.stripe-box-head span { color: var(--muted); font-size: 0.72rem; }
.stripe-form { display: grid; gap: 0.75rem; padding: 1.2rem; }
.stripe-field { padding: 0.9rem 1rem; border: 1px solid rgba(23,54,50,.16); color: var(--muted); font-size: 0.78rem; }
.fake-pay-button { min-height: 52px; border: 0; background: #635bff; color: white; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.checkout-muted-note { margin: 1rem 0 0; color: var(--muted); font-size: 0.72rem; line-height: 1.55; }
.order-card { position: sticky; top: 120px; padding: 1.4rem; background: white; border: 1px solid rgba(23,54,50,.16); }
.order-card h2 { margin: 0 0 1rem; font-family: var(--display); font-size: 2.2rem; font-weight: 400; }
.checkout-line { display: grid; grid-template-columns: 62px 1fr auto; gap: 0.8rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid rgba(23,54,50,.1); }
.checkout-line img { width: 62px; height: 72px; object-fit: cover; }
.checkout-line strong { display: block; font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.checkout-line span { color: var(--muted); font-size: 0.68rem; }
.order-total { display: grid; gap: 0.65rem; margin-top: 1rem; font-size: 0.8rem; }
.order-total div { display: flex; justify-content: space-between; }
.order-total strong { font-size: 1.05rem; }
.checkout-back { display: inline-flex; margin-top: 1.5rem; padding: 0.85rem 1rem; border: 1px solid var(--ink); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.checkout-empty { padding: 1rem; background: var(--cream); color: var(--muted); font-size: 0.8rem; line-height: 1.6; }

@media (max-width: 900px) {
  .checkout-preview-shell { grid-template-columns: 1fr; }
  .checkout-preview-side { border-left: 0; border-top: 1px solid rgba(23,54,50,.16); }
  .checkout-flow { grid-template-columns: 1fr; }
  .order-card { position: static; }
}

@media (max-width: 900px) {
  .shop-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: 76px auto;
  }
  .shop-brand { grid-column: 1; grid-row: 1; }
  .bag-button { grid-column: 2; grid-row: 1; }
  .shop-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    width: 100%;
    gap: 1.5rem;
    padding: 0.75rem 0;
    overflow-x: auto;
    border-top: 1px solid rgba(23, 54, 50, 0.12);
    scrollbar-width: none;
  }
  .shop-nav::-webkit-scrollbar { display: none; }
  .shop-nav a { flex: 0 0 auto; }
  .shop-hero { grid-template-columns: 1fr; }
  .shop-hero-copy { min-height: 480px; }
  .shop-hero-art { min-height: 420px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-category="clothing"] .product-grid,
  body[data-category="souvenirs"] .product-grid,
  body[data-category="sale"] .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip article { border-right: 0; border-bottom: 1px solid rgba(23,54,50,.16); }
  .shop-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shipping-bar { font-size: 0.57rem; }
  .shop-header { min-height: auto; padding: 0 1rem; }
  .shop-brand-copy strong { font-size: 1rem; }
  .bag-button { font-size: 0; }
  .bag-count { font-size: 0.7rem; }
  .shop-hero-copy { min-height: 430px; padding: 4rem 1.2rem; }
  .shop-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .shop-hero-art { min-height: 330px; }
  .concept-note { align-items: flex-start; flex-direction: column; gap: 0.3rem; text-align: left; }
  .collection-section { padding: 4rem 1rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > span { text-align: left; }
  .product-grid { grid-template-columns: 1fr; gap: 3rem; }
  body[data-category="clothing"] .product-grid,
  body[data-category="souvenirs"] .product-grid,
  body[data-category="sale"] .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { aspect-ratio: 5 / 6; }
  .product-description { min-height: 0; }
  .option-dialog-backdrop { padding: 0; place-items: end center; }
  .option-dialog { width: 100%; max-height: 94vh; grid-template-columns: 1fr; }
  .option-dialog-visual { max-height: 240px; }
  .option-dialog-visual img { min-height: 240px; max-height: 240px; }
  .option-dialog-copy { padding: 1.5rem 1.2rem 1.7rem; }
  .option-dialog-fields { grid-template-columns: 1fr; }
  .service-strip article { min-height: 160px; }
  .shop-footer { padding: 3.5rem 1.2rem; }
  .footer-details { grid-template-columns: 1fr; }
}

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