@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--pink:#e73e77;--pale:#fcebf1;--ink:#242126;--muted:#716b70;--line:#ede8eb}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:95px}
body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}
button,a{-webkit-tap-highlight-color:transparent}
button,input{font:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible{outline:3px solid var(--pink);outline-offset:5px}
button{color:inherit}
svg{width:23px;height:23px}
button{border:0;background:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.announcement{height:33px;background:var(--pale);display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.06em;gap:10px}
.announcement span{font-size:18px;color:var(--pink)}
.header{height:86px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #f4f1f3}
.logo{font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:-1.6px;font-size:29px;white-space:nowrap}
.logo span{color:var(--pink)}
.logo i{font-style:normal;font-size:11px;vertical-align:top;margin:4px 0 0 4px;display:inline-block;letter-spacing:0}
.header nav{display:flex;gap:34px;font-size:14px}
.header nav a{padding:12px 0;position:relative}
.header nav a:hover:after{content:'';position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--pink)}
.bag-button{display:flex;align-items:center;gap:10px;font-size:14px}
.bag-button #bag-count{display:grid;place-items:center;background:var(--pale);border-radius:50%;min-width:22px;height:22px;font-size:12px}
.hero{display:grid;grid-template-columns:45% 55%;min-height:510px;background:#fbf0f4}
.hero-copy{padding:58px 10% 24px 11%;display:flex;align-items:flex-start;flex-direction:column}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:600;display:flex;align-items:center;gap:10px}
.eyebrow>span{width:18px;height:1px;background:var(--pink)}
h1,h2,p{margin:0}
h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(44px,5.4vw,80px);line-height:1.08;letter-spacing:-.065em;font-weight:500;margin-top:22px}
em{font-style:normal;color:var(--pink)}
.hero-copy>p{color:#63565e;line-height:1.65;margin-top:23px;font-size:16px}
.primary{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--ink);color:#fff;padding:17px 23px;font-size:14px;border-radius:3px;transition:background .2s,transform .2s}
.primary:hover{background:var(--pink);transform:translateY(-1px)}
.primary>span{font-size:20px}
.hero .primary{margin-top:28px}
.hero-caption{margin-top:auto;padding-top:36px;display:flex;justify-content:space-between;gap:20px;width:100%;font-size:10px;letter-spacing:.06em;color:#8d7a83}
.hero-photo{position:relative;min-width:0;overflow:hidden}
.hero-photo>img{position:absolute;object-position:center 42%}
.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#33202b60)}
.photo-label{position:absolute;bottom:35px;left:36px;color:white;z-index:1}
.photo-label>span{font-size:11px;letter-spacing:.2em}
.photo-label strong{font-family:Manrope,Arial,sans-serif;display:block;font-size:25px;font-weight:500;letter-spacing:-.04em;line-height:1.25;margin-top:11px}
.image-number{position:absolute;right:28px;bottom:35px;color:white;z-index:1;font-size:12px;letter-spacing:.15em}
.brand-strip{height:62px;background:var(--pink);color:#fff;display:flex;gap:48px;align-items:center;justify-content:space-around;overflow:hidden;white-space:nowrap;font-size:12px;letter-spacing:.14em;font-weight:500;padding:0 3%}
.spark{font-size:26px}
.collection{padding:66px 5% 55px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px}
.section-heading .eyebrow{color:var(--pink);font-size:11px}
.section-heading h2{font-family:Manrope,Arial,sans-serif;font-weight:500;font-size:34px;letter-spacing:-.05em;margin-top:11px}
.product-count{font-size:13px;color:var(--muted);padding-bottom:4px;white-space:nowrap}
.filters{display:flex;gap:10px;margin:27px 0 30px;overflow-x:auto;padding:3px 2px 7px}
.filters button{font-size:14px;border:1px solid var(--line);padding:10px 24px;border-radius:30px;white-space:nowrap;transition:all .2s}
.filters button.active{background:var(--ink);border-color:var(--ink);color:white}
.filters button:hover:not(.active){background:var(--pale)}
.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px}
.product-image{display:block;padding:0;width:100%;aspect-ratio:3/4;background:#f7f3f4;position:relative;overflow:hidden;border-radius:4px}
.product-image img{transition:transform .6s;object-position:center}
.product-image:hover img{transform:scale(1.04)}
.product-image.crop-top img{object-fit:cover;transform:scale(1.8);transform-origin:50% 23%}
.product-image.crop-top:hover img{transform:scale(1.85)}
.product-image.crop-bottom img{object-fit:cover;transform:scale(1.7);transform-origin:50% 76%}
.product-image.crop-bottom:hover img{transform:scale(1.75)}
.badge{position:absolute;top:14px;left:14px;background:white;padding:7px 10px;font-size:11px;letter-spacing:.08em;z-index:1;border-radius:2px}
.quick-add{position:absolute;right:13px;bottom:13px;width:35px;height:35px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:24px;line-height:1;box-shadow:0 2px 8px #00000008}
.product-type{font-size:12px;color:var(--muted);margin-top:18px;margin-bottom:6px}
.product-title{font-size:16px;font-weight:500;display:block;text-align:left;padding:0}
.product-title:hover{color:var(--pink)}
.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:9px}
.price{font-size:14px}
.price small{color:var(--muted);font-size:11px;margin-left:4px}
.swatch{display:block;width:14px;height:14px;border:3px solid white;outline:1px solid #ded7da;border-radius:50%}
.sample-note{color:var(--muted);font-size:12px;margin-top:27px}
.manifesto{background:var(--pale);margin:10px 5% 62px;position:relative;overflow:hidden;padding:48px 6%;border-radius:5px}
.manifesto .eyebrow{color:#946074;font-size:11px}
.manifesto h2{font-family:Manrope,Arial,sans-serif;font-size:46px;font-weight:500;line-height:1.12;letter-spacing:-.055em;margin-top:15px;position:relative;z-index:1}
.manifesto p{font-size:14px;color:#725b65;line-height:1.7;margin-top:21px;position:relative;z-index:1}
.manifesto>a{font-size:14px;display:inline-flex;gap:50px;padding-bottom:8px;border-bottom:1px solid #92616f;margin-top:25px;position:relative;z-index:1}
.manifesto-mark{position:absolute;right:6%;top:-67px;color:#edb9cd;font-family:Manrope,Arial,sans-serif;font-size:380px;font-weight:700;line-height:1.1;letter-spacing:-.13em;transform:rotate(-12deg);user-select:none}
footer{padding:0 5% 24px}
.footer-top{display:flex;align-items:center;gap:50px;border-bottom:1px solid var(--line);padding-bottom:32px}
.footer-top p{font-size:14px;color:var(--muted)}
.footer-top>a:last-child{margin-left:auto;font-size:14px}
.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;color:var(--muted);font-size:12px}
dialog{border:0;padding:0;color:var(--ink);border-radius:8px;box-shadow:0 20px 100px #25101930;max-height:90dvh}
dialog::backdrop{background:#23131c70;backdrop-filter:blur(4px)}
.close{position:absolute;right:14px;top:12px;border-radius:50%;width:38px;height:38px;background:#fff;font-size:27px;z-index:3;display:grid;place-items:center}
.product-detail{display:grid;grid-template-columns:1fr 1fr;max-width:850px}
.detail-photo{min-height:510px;background:#f9f4f6;overflow:hidden}
.detail-info{padding:49px 32px 30px}
.detail-info h2{font-family:Manrope,Arial,sans-serif;letter-spacing:-.05em;font-size:31px;line-height:1.2;margin-top:15px}
.detail-price{font-size:21px;margin-top:16px}
.detail-info>p:not(.detail-price){color:var(--muted);font-size:14px;line-height:1.6;margin-top:17px}
.color-label{font-size:14px;margin-top:23px}
.color-label strong{font-weight:500}
fieldset{border:0;padding:0;margin:23px 0 0}
legend{font-size:14px;margin-bottom:12px}
.sizes{display:flex;gap:8px}
.sizes label{position:relative}
.sizes input{position:absolute;opacity:0;width:100%;height:100%;margin:0}
.sizes span{display:grid;place-items:center;width:46px;height:40px;border:1px solid #ded6db;border-radius:3px;font-size:14px}
.sizes input:checked+span{background:var(--ink);color:white;border-color:var(--ink)}
.sizes input:focus-visible+span{outline:3px solid var(--pink);outline-offset:2px}
.detail-info .size-note{font-size:12px!important}
.add-button{width:100%;margin-top:25px}
.detail-info .detail-note{font-size:12px!important}
#bag-dialog{position:fixed;left:auto;right:0;top:0;bottom:0;margin:0;width:450px;max-width:100%;max-height:100dvh;height:100dvh;border-radius:0;padding:28px;overflow-y:auto}
.bag-head{position:relative;padding-bottom:25px;border-bottom:1px solid var(--line)}
.bag-head h2{font-family:Manrope,Arial,sans-serif;font-size:27px;font-weight:500;letter-spacing:-.045em}
.bag-head .close{top:-8px;right:-10px}
.bag-head h2 span{font-size:15px;color:var(--muted);margin-left:5px}
.empty-bag{text-align:center;padding:80px 0}
.empty-bag .empty-symbol{font-size:43px;color:var(--pink);margin-bottom:16px}
.empty-bag p{line-height:1.6;color:var(--muted);font-size:14px;margin:14px 0 25px}
.empty-bag button{margin:auto}
.bag-item{display:flex;gap:16px;padding:23px 0;border-bottom:1px solid var(--line)}
.bag-item img{width:85px;height:110px;background:var(--pale);border-radius:3px}
.bag-item-info{flex:1}
.bag-item-info h3{font-size:15px;margin:0 0 6px;font-weight:500}
.bag-item-info p{font-size:12px;color:var(--muted);line-height:1.8}
.quantity-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px}
.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:3px}
.quantity button{width:29px;height:29px}
.quantity span{font-size:13px;min-width:23px;text-align:center}
.remove-item{font-size:12px;color:var(--muted);text-decoration:underline}
.subtotal{display:flex;justify-content:space-between;margin-top:25px;font-size:18px}
.checkout-note{margin-top:18px;padding:17px;background:var(--pale);border-radius:4px;font-size:14px;line-height:1.6}
.continue{width:100%;margin-top:18px}
#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:14px 23px;border-radius:4px;font-size:14px;z-index:50;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 4px 25px #0002}
#toast.show{opacity:1;transform:translate(-50%,0)}
body:has(dialog[open]){overflow:hidden}

/* Flexible layout and touch targets shared by all screen sizes. */
:root { --gutter: clamp(1rem, 5vw, 5rem); }
html { scroll-padding-top: 7rem; }
.header { padding-inline: var(--gutter); gap: 1.25rem; height: auto; min-height: 5.375rem; }
.header > *, .hero > *, .product, .detail-info, .bag-item-info { min-width: 0; }
.header nav { flex-wrap: wrap; column-gap: clamp(1rem, 2.5vw, 2.125rem); row-gap: 0; }
.header nav a, .bag-button { min-height: 2.75rem; display: inline-flex; align-items: center; }
.bag-button { flex-shrink: 0; }
.announcement { height: auto; min-height: 2.0625rem; padding: .4rem 1rem; text-align: center; line-height: 1.5; }
.hero { grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); }
.hero-copy { padding-left: var(--gutter); padding-right: clamp(1.25rem, 4vw, 4rem); }
.hero-copy > p { font-size: 1rem; }
h1 { font-size: clamp(3rem, 5.4vw, 5.5rem); overflow-wrap: normal; }
.primary { font-size: .875rem; min-height: 3rem; max-width: 100%; gap: 1rem; text-align: left; line-height: 1.5; }
.primary > span { flex-shrink: 0; }
.hero-caption { flex-wrap: wrap; font-size: .75rem; line-height: 1.5; }
.eyebrow, .section-heading .eyebrow, .manifesto .eyebrow, .photo-label > span { font-size: .75rem; line-height: 1.5; }
.collection { padding-inline: var(--gutter); }
.section-heading { flex-wrap: wrap; }
.section-heading h2 { font-size: clamp(1.75rem, 3vw, 2.125rem); line-height: 1.2; }
.filters { max-width: 100%; scrollbar-width: thin; overscroll-behavior-x: contain; }
.filters button { flex-shrink: 0; min-height: 2.75rem; font-size: .875rem; }
.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-title { font-size: 1rem; line-height: 1.45; min-height: 2.75rem; }
.product-type, .badge, .price small, .sample-note { font-size: .75rem; line-height: 1.5; }
.price { font-size: .875rem; }
.price-row { gap: .5rem; flex-wrap: wrap; margin-top: .25rem; }
.swatch { flex-shrink: 0; }
.quick-add { width: 2.75rem; height: 2.75rem; }
.manifesto { margin-inline: var(--gutter); }
.manifesto p, .footer-top p { font-size: 1rem; }
.manifesto > a, .footer-top > a:last-child { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .875rem; }
footer { padding-inline: var(--gutter); padding-bottom: max(1.5rem, env(safe-area-inset-bottom)); }
.footer-top, .footer-bottom { flex-wrap: wrap; }
.footer-bottom { font-size: .75rem; gap: .75rem 1.5rem; }
#product-dialog { width: min(56rem, calc(100% - 3rem)); max-width: none; max-height: calc(100dvh - 3rem); overflow-y: auto; overscroll-behavior: contain; }
.product-detail { max-width: none; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.detail-photo { position: relative; min-height: 32rem; }
.detail-photo img { position: absolute; inset: 0; }
.detail-info { padding: 3rem 2rem 2rem; }
.detail-info h2 { font-size: clamp(1.75rem, 3vw, 2rem); }
.detail-info > p:not(.detail-price) { font-size: 1rem; }
.detail-info .size-note, .detail-info .detail-note { font-size: .75rem !important; }
.color-label, legend { font-size: .875rem; }
.sizes { flex-wrap: wrap; gap: .5rem; }
.sizes span { width: 2.875rem; height: 2.875rem; font-size: .875rem; }
.close { width: 2.75rem; height: 2.75rem; font-size: 1.75rem; }
#bag-dialog { width: min(29rem, 100%); padding: max(1.5rem, env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.5rem, env(safe-area-inset-left)); overscroll-behavior: contain; }
.bag-head { padding-right: 2.75rem; }
.bag-head .close { right: 0; }
.bag-item img { flex-shrink: 0; }
.bag-item-info h3 { font-size: 1rem; }
.bag-item-info p { font-size: .875rem; }
.quantity-row { gap: .5rem; flex-wrap: wrap; }
.quantity { flex-shrink: 0; }
.quantity button { width: 2.75rem; height: 2.75rem; }
.quantity span { font-size: .875rem; }
.remove-item { min-height: 2.75rem; font-size: .875rem; }
.subtotal { flex-wrap: wrap; gap: .75rem; font-size: 1.125rem; }
.checkout-note, .empty-bag p { font-size: 1rem; }
.empty-bag { padding-block: clamp(2rem, 10vh, 5rem); }
#toast { max-width: calc(100% - 2rem); width: max-content; text-align: center; font-size: .875rem; bottom: max(1.25rem, env(safe-area-inset-bottom)); }
.menu-button { display: none; }
#menu-dialog { margin: 0; inset: 0 auto 0 0; width: min(25rem, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; border-radius: 0; padding: max(1.5rem, env(safe-area-inset-top)) 1.5rem max(1.5rem, env(safe-area-inset-bottom)); overscroll-behavior: contain; }
.menu-head { position: relative; padding: .5rem 3rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.menu-head h2 { font: 600 1.5rem/1.3 Manrope, Arial, sans-serif; letter-spacing: -.04em; }
.menu-head .close { right: 0; top: 0; background: var(--pale); }
.mobile-nav { display: flex; flex-direction: column; padding-block: 1rem; }
.mobile-nav a { display: flex; justify-content: space-between; gap: 1rem; align-items: center; min-height: 3.75rem; padding: .75rem 0; font-size: 1.125rem; border-bottom: 1px solid var(--line); }
.mobile-nav a span { color: var(--pink); }
.menu-caption { color: var(--muted); padding-top: 1.5rem; font-size: .875rem; }

@media (min-width: 100rem) {
  .hero { min-height: 38rem; }
  .hero-copy { padding-top: 5rem; }
  .collection { padding-top: 4.5rem; }
}

/* Tablet: retain breathing room instead of squeezing four product cards. */
@media (max-width: 64rem) {
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
  .hero-copy { padding-top: 2.75rem; }
  .hero-caption span:last-child { display: none; }
  .brand-strip { justify-content: flex-start; gap: 2rem; }
  .footer-top { gap: 1.5rem; }
}
@media (max-width: 60rem) {
  html { scroll-padding-top: 6rem; }
  .header { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 4.5rem; gap: .5rem; }
  .header nav { display: none; }
  .menu-button { display: grid; place-items: center; width: 2.75rem; min-height: 2.75rem; padding: 0; justify-self: start; }
  .header .logo { font-size: clamp(1.25rem, 3vw, 1.8rem); letter-spacing: -.06em; }
  .bag-button { justify-self: end; padding: 0; gap: .4rem; }
  .bag-label { display: none; }
  .hero { min-height: 29rem; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hero-copy { padding-left: var(--gutter); padding-right: 1.5rem; }
  h1 { font-size: clamp(2.75rem, 5.5vw, 4rem); }
  .hero .primary { padding: 1rem; }
  .photo-label { left: 1.5rem; bottom: 1.5rem; }
  .photo-label strong { font-size: 1.5rem; }
  .image-number { right: 1.5rem; bottom: 1.5rem; }
  .manifesto-mark { opacity: .5; right: 0; }
  #product-dialog { width: min(48rem, calc(100% - 2rem)); }
  .detail-info { padding-inline: 1.5rem; }
}

/* Phones: full-width imagery, reachable navigation and roomy product sheets. */
@media (max-width: 47.5rem) {
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 2rem var(--gutter); }
  h1 { font-size: clamp(2.75rem, 9vw, 4.25rem); line-height: 1.08; max-width: 34rem; margin-top: 1rem; }
  h1 br { display: none; }
  .hero-copy > p { margin-top: 1rem; line-height: 1.6; }
  .hero-copy > p br { display: none; }
  .hero .primary { margin-top: 1.5rem; padding: .875rem 1.125rem; }
  .hero-caption { display: none; }
  .hero-photo { width: 100%; height: auto; aspect-ratio: 3 / 2; }
  .hero-photo > img { object-position: center; }
  .photo-label strong { font-size: 1.375rem; }
  .image-number { display: none; }
  .brand-strip { height: 3.25rem; font-size: .75rem; gap: 1.75rem; }
  .collection { padding-block: 2.5rem; }
  .section-heading { gap: .75rem; align-items: start; }
  .section-heading h2 { font-size: clamp(1.75rem, 5vw, 2rem); }
  .product-count { font-size: .75rem; }
  .filters { margin: 1.25rem 0; gap: .5rem; }
  .filters button { padding: .625rem 1.125rem; }
  .products { gap: 1.5rem 1rem; }
  .product-type { margin-top: .875rem; margin-bottom: .25rem; }
  .product-title { font-size: .875rem; }
  .badge { padding: .375rem .5rem; top: .5rem; left: .5rem; letter-spacing: .025em; }
  .quick-add { right: .5rem; bottom: .5rem; }
  .sample-note { margin-top: 1.5rem; }
  .manifesto { margin-top: 0; margin-bottom: 2.5rem; padding: 2rem 1.5rem; }
  .manifesto h2 { font-size: clamp(2rem, 6vw, 2.75rem); }
  .manifesto p { max-width: 25rem; }
  .manifesto p br { display: none; }
  .manifesto-mark { font-size: 17rem; right: -2.5rem; top: 3rem; opacity: .3; }
  .footer-top { gap: 1rem; padding-bottom: 1.5rem; }
  .footer-top p { width: 100%; order: 2; }
  .footer-top .logo { font-size: 1.5rem; }
  #product-dialog { position: fixed; inset: auto 0 0; margin: 0 auto; width: 100%; max-height: 94dvh; border-radius: 1rem 1rem 0 0; }
  .product-detail { display: block; }
  .detail-photo { min-height: 0; height: clamp(13rem, 36dvh, 23rem); }
  .detail-photo img { object-fit: contain; }
  .detail-info { padding: 1.5rem var(--gutter) max(1.5rem, env(safe-area-inset-bottom)); }
  .detail-info h2 { font-size: 1.75rem; margin-top: .75rem; }
  .detail-price { font-size: 1.25rem; }
  .detail-info .add-button { position: static; }
  #product-dialog > .close { position: sticky; top: .75rem; float: right; margin: .75rem .75rem -3.5rem 0; box-shadow: 0 2px 12px #0001; }
}
@media (max-width: 30rem) {
  .header { padding-inline: 1rem; }
  .header .logo { font-size: 1.375rem; }
  .header .logo i { font-size: .625rem; margin-left: .125rem; }
  .bag-button svg { width: 1.25rem; }
  .bag-button #bag-count { min-width: 1.125rem; font-size: .75rem; }
  .announcement { font-size: .75rem; letter-spacing: .015em; }
  .hero-copy { padding-block: 1.75rem; }
  .hero-photo { aspect-ratio: 6 / 5; }
  .hero .primary { width: 100%; }
  .photo-label { left: 1rem; bottom: 1rem; }
  .photo-label strong { font-size: 1.25rem; }
  .product-count { display: none; }
  .products { column-gap: .75rem; }
  .badge { font-size: .75rem; max-width: calc(100% - 1rem); }
  .footer-top > a:last-child { margin-left: 0; }
  .footer-bottom { flex-direction: column; }
  #bag-dialog { padding-inline: 1rem; }
  .bag-item { gap: .75rem; }
  .bag-item img { width: 4.25rem; height: 6rem; }
  .quantity-row { align-items: start; }
}
@media (max-width: 21.25rem) {
  .products { grid-template-columns: minmax(0, 1fr); }
  .product-title { font-size: 1rem; }
  .header { gap: .25rem; padding-inline: .75rem; }
  .header .logo { font-size: 1.25rem; }
  .bag-button { gap: .125rem; }
}
@media (max-height: 32rem) and (orientation: landscape) {
  #product-dialog { inset: 0; margin: auto; max-height: calc(100dvh - 1rem); border-radius: .5rem; }
  .detail-photo { height: 12rem; }
  .empty-bag { padding-block: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
