/* Sadguru parlour theme. Native CSS; playful brand direction, not a UI library.
   Design variance 8 / motion 4 / density 5: expressive hero, useful catalogue.
   Shapes: 28px feature panels, 22px product cards, pill controls.
   Layers: header 30, toast 40, native dialogs in the browser top layer. */
@font-face { font-family: Fredoka; src: url('../fonts/fredoka.woff2') format('woff2'); font-style: normal; font-weight: 300 700; font-display: swap; }
@font-face { font-family: 'Nunito Sans'; src: url('../fonts/nunito-sans.woff2') format('woff2'); font-style: normal; font-weight: 200 1000; font-display: swap; }
:root {
  color-scheme: only light;
  --red: #cf2850; --red-deep: #ac183d; --cream: #fffaf5; --cream-warm: #fff0e7;
  --ink: #4d2432; --ink-soft: #795566; --gold: #b62549; --gold-soft: #ffe79c; --pista: #506b44;
  --font-display: Fredoka, 'Trebuchet MS', sans-serif; --font-body: 'Nunito Sans', 'Segoe UI', sans-serif;
  --radius: 22px; --radius-lg: 28px; --shell: 1440px; --shadow: none; --shadow-lift: none;
  --line: #eed6db; --panel: #ffffff; --hero: #ffedb6; --hero-ink: #69233c;
  --pink: #ffe4eb; --yellow: #fff1c7; --mint: #e6f3df; --blue: #e7f1fb;
  --pink-text: #762e48; --yellow-text: #695023; --mint-text: #355e40; --blue-text: #375974;
  --selected: #cf2850; --selected-text: #fffaf5; --button-text: #fffaf5;
}
[hidden] { display: none !important; }
body { font-size: 16px; background: var(--cream); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.025em; text-wrap: balance; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button:active, .btn:active { transform: translateY(2px); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.site-header { background: var(--cream); border-bottom: 1px solid var(--line); z-index: 30; backdrop-filter: none; }
.site-header.is-stuck { border-color: var(--line); box-shadow: none; }
.nav { min-height: 80px; }
.nav__logo img { height: 46px; }
.nav__links { gap: 8px; }
.nav__links a { font: 750 14px var(--font-body); text-transform: none; letter-spacing: 0; padding: 11px 17px; border-radius: 30px; transition: background .2s, color .2s; }
.nav__links a::after { display: none; }
.nav__links a:hover { background: var(--pink); }
.nav__links a[aria-current='page'] { background: var(--pink); color: var(--pink-text); }
.btn { border-radius: 30px; font: 800 14px var(--font-body); min-height: 48px; padding: 13px 23px; box-shadow: none; }
.btn--primary, .btn--wa { background: var(--selected); color: var(--selected-text); box-shadow: none; }
.btn--primary:hover, .btn--wa:hover { background: var(--red-deep); color: #fffaf5; box-shadow: 0 4px 0 #771c3c; }
.btn--ghost { background: var(--panel); color: var(--ink); border: 2px solid var(--line); }
.btn--ghost:hover { border-color: var(--red); background: var(--pink); }
.nav__cta .btn { min-height: 42px; }
.shortlist-trigger { display: inline-flex; align-items: center; gap: 9px; background: var(--pink); border: 1px solid var(--line); border-radius: 30px; color: var(--pink-text); font-size: 13px; font-weight: 800; padding: 10px 14px 10px 19px; cursor: pointer; transition: transform .2s; }
.shortlist-trigger:hover { transform: translateY(-2px); }
.shortlist-count { min-width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--selected); color: var(--selected-text); font-size: 11px; }
.catalogue-hero { display: grid; grid-template-columns: 1fr 1.08fr; margin-top: 24px; background: var(--hero); border-radius: 30px; overflow: hidden; isolation: isolate; }
.catalogue-hero__copy { padding: clamp(28px,2.5vw,36px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; }
.catalogue-kicker { color: var(--hero-ink); font-weight: 800; font-size: 12px; letter-spacing: .025em; margin-bottom: 18px; }
.catalogue-hero h1 { color: var(--hero-ink); font-size: clamp(46px,4.4vw,64px); font-weight: 600; line-height: 1.03; letter-spacing: -.035em; margin: 0 0 16px; text-wrap: initial; }
.catalogue-hero h1 span { display: block; color: #b9244e; }
.catalogue-hero__copy > p:not(.catalogue-kicker) { color: var(--hero-ink); font-size: 15px; line-height: 1.7; max-width: 36ch; margin-bottom: 24px; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 30px; border: 2px solid #ae1b43; background: #c8214c; color: #fffaf5; font-size: 15px; font-weight: 850; text-decoration: none; min-height: 51px; padding: 12px 21px; box-shadow: 0 4px 0 #82213d; transition: transform .2s, box-shadow .2s; }
.text-link:hover { transform: translateY(-3px); box-shadow: 0 7px 0 #82213d; }
.text-link:active { transform: translateY(2px); box-shadow: 0 1px 0 #82213d; }
.text-link span { font-size: 23px; line-height: 1; }
.catalogue-hero__image { min-height: 350px; position: relative; background: #ffbed3; overflow: hidden; border-radius: 100px 0 0 100px; }
.catalogue-hero__image img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 24%; }
.catalogue-facts { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px 19px; border-bottom: 2px dashed var(--line); font-size: 12px; color: var(--ink-soft); }
.catalogue-facts > span { display: flex; align-items: baseline; gap: 6px; }
.catalogue-facts strong { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--ink); }
.catalogue-facts .fact-place strong { font-family: var(--font-body); font-size: 12px; font-weight: 800; }
.catalogue-intro { padding-block: 25px 17px; }
.catalogue-intro h2 { font-size: clamp(32px,2.9vw,41px); margin: 0 0 5px; }
.catalogue-intro p { color: var(--ink-soft); font-size: 14px; margin: 0; }
.catalogue-layout { display: flex; flex-direction: column; gap: 0; padding-bottom: 55px; scroll-margin-top: 96px; }
.catalogue-sidebar { width: 100%; margin-bottom: 23px; }
.sidebar-label, .sidebar-help { display: none; }
.category-list { display: flex; gap: 8px; flex-wrap: wrap; }
.category-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 15px; min-height: 43px; border: 1px solid var(--line); border-radius: 30px; background: var(--panel); color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .18s, transform .18s, border-color .18s; }
.category-button > span:last-child { font-size: 10px; opacity: .8; }
.category-button:hover { background: var(--pink); transform: translateY(-2px); }
.category-button[aria-pressed='true'] { background: var(--selected); color: var(--selected-text); border-color: var(--selected); }
.catalogue-content { width: 100%; min-width: 0; }
.catalogue-toolbar { display: flex; gap: 12px; margin-bottom: 15px; }
.catalogue-search { position: relative; flex: 1; min-width: 0; }
.catalogue-search svg { position: absolute; top: 16px; left: 19px; width: 18px; height: 18px; color: var(--ink-soft); }
.catalogue-search input { min-height: 50px; width: 100%; padding: 13px 48px; font-size: 14px; background: var(--panel); border: 2px solid var(--line); border-radius: 30px; }
.catalogue-search input::placeholder { color: var(--ink-soft); opacity: 1; }
.catalogue-search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search-clear { position: absolute; top: 0; right: 8px; width: 40px; height: 50px; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.sort-wrap { display: flex; align-items: center; padding-inline: 16px 10px; border: 2px solid var(--line); border-radius: 30px; background: var(--panel); font-size: 12px; }
.sort-wrap label { color: var(--ink-soft); }
.sort-wrap select { min-height: 46px; max-width: 155px; font-size: 13px; font-weight: 750; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.catalogue-results { min-height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; color: var(--ink-soft); font-size: 12px; }
.catalogue-results p { margin: 0; }
.catalogue-results button { border: 0; background: none; color: var(--red); font-size: 12px; min-height: 32px; font-weight: 750; text-decoration: underline; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 23px; list-style: none; margin: 0; padding: 0; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: 24px; background: var(--pink); color: var(--pink-text); padding: 10px 10px 14px; transition: transform .25s var(--ease), box-shadow .25s; }
.product-card:nth-child(4n+2) { background: var(--mint); color: var(--mint-text); }
.product-card:nth-child(4n+3) { background: var(--yellow); color: var(--yellow-text); }
.product-card:nth-child(4n+4) { background: var(--blue); color: var(--blue-text); }
.product-photo { position: relative; aspect-ratio: 1.14; background: var(--panel); border-radius: 16px; overflow: hidden; }
.product-open { display: block; width: 100%; height: 100%; padding: 0; border: none; background: none; cursor: pointer; }
.product-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.product-open:hover img { transform: scale(1.05); }
.save-product { position: absolute; top: 9px; right: 9px; width: 37px; height: 37px; padding: 0; display: grid; place-items: center; border: 1px solid #e8bec9; border-radius: 50%; background: #fffaf5; color: #722841; cursor: pointer; transition: transform .2s, background .2s; }
.save-product svg { width: 17px; height: 17px; }
.save-product:hover { transform: rotate(-8deg) scale(1.06); }
.save-product[aria-pressed='true'] { background: #c8214c; color: #fffaf5; border-color: #c8214c; }
.save-product[aria-pressed='true'] svg { fill: currentColor; }
.product-category { font-size: 10px; font-weight: 800; margin: 13px 5px 5px; letter-spacing: .025em; }
.product-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 9px; margin-inline: 5px; }
.product-title-row h3 { font-size: 20px; font-weight: 500; line-height: 1.15; margin: 0; }
.product-title-row h3 button { border: 0; background: none; padding: 0; cursor: pointer; font: inherit; text-align: left; color: inherit; }
.product-price { font: 600 18px var(--font-display); white-space: nowrap; font-variant-numeric: tabular-nums; color: inherit; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 10px 5px 0; font-size: 11px; }
.product-bottom > span { max-width: 52%; }
.product-bottom a { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; background: var(--panel); border-radius: 30px; color: var(--ink); font-size: 11px; font-weight: 850; padding: 7px 12px; text-decoration: none; transition: transform .2s; }
.product-bottom a:hover { transform: translateX(2px); text-decoration: underline; }
.load-more { text-align: center; margin-top: 29px; padding-top: 10px; }
.load-more p { font-size: 12px; color: var(--ink-soft); margin-bottom: 13px; }
.load-more .btn { min-width: 220px; }
.catalogue-note { text-align: center; color: var(--ink-soft); font-size: 11px; margin-top: 24px; }
.catalogue-mobile-category { display: none; }
.catalogue-empty { padding: 45px 24px; text-align: center; border-radius: 24px; background: var(--pink); color: var(--pink-text); }
.catalogue-empty h3 { font-size: 30px; font-weight: 500; }
.catalogue-empty p { font-size: 14px; max-width: 48ch; margin: 0 auto 20px; }
.price-list { border-top: 2px dashed var(--line); background: var(--cream); }
.price-list .head { margin-bottom: 24px; }
.price-list__groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.price-list details { align-self: start; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); overflow: hidden; scroll-margin-top: 100px; }
.price-list summary { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; color: var(--ink); font-weight: 850; cursor: pointer; }
.price-list summary span { color: var(--ink-soft); font-size: 12px; font-weight: 700; white-space: nowrap; }
.price-list details > div { padding: 0 18px 16px; }
.price-list details p { margin-bottom: 10px; color: var(--ink-soft); font-size: 12px; }
.price-list ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 13px; }
.price-list li strong { color: var(--red-deep); font-variant-numeric: tabular-nums; }
.gathering { position: relative; padding: 50px 0; background: var(--pink); color: var(--pink-text); border-top: 3px dashed var(--line); }
.gathering .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gathering h2 { font-size: clamp(32px,3.3vw,47px); margin-bottom: 10px; }
.gathering p { font-size: 14px; max-width: 55ch; }
.gathering .btn { flex-shrink: 0; }
.site-footer { background: var(--cream); color: var(--ink-soft); padding-top: 40px; }
.footer__grid { grid-template-columns: 1.4fr 1fr 1.2fr; gap: 45px; padding-bottom: 28px; }
.footer__logo img { filter: none; height: 44px; }
.footer__grid h3 { color: var(--ink); font-size: 18px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.footer__grid p, .footer__list a, .footer__list address { color: var(--ink-soft); font-size: 13px; }
.footer__list a { min-height: 36px; }
.footer__list a:hover { color: var(--red); }
.footer__bottom { border-color: var(--line); font-size: 11px; }
.footer__bottom a { color: var(--ink); }
.wa-float { background: var(--selected); color: var(--selected-text); box-shadow: none; font-size: 13px; }
.wa-float:hover { box-shadow: none; }
.banner { background: var(--pink); border-bottom: 2px dashed var(--line); padding-block: 30px 42px; }
.banner::before { display: none; }
.banner h1 { color: var(--pink-text); font-weight: 600; max-width: 20ch; }
.banner p, .crumbs, .crumbs a { color: var(--pink-text); }
.section--cream, .section--ink { background: var(--yellow); color: var(--yellow-text); }
.section--ink h2, .section--ink h3, .section--ink .head p, .section--ink .step p { color: var(--yellow-text); }
.section--ink .step { background: var(--panel); border-color: var(--line); }
.section--ink .step::before { background: var(--yellow); color: var(--yellow-text); }
.section--ink .btn--ghost { color: var(--ink); border-color: var(--line); }
.section--ink .eyebrow { color: var(--yellow-text); }
.eyebrow { font-family: var(--font-body); font-size: 12px; text-transform: none; letter-spacing: 0; }
.eyebrow::before, .eyebrow::after, .head--center .eyebrow::after { display: none; }
.info-card, .step, .faq details { border: 1px solid var(--line); background: var(--panel); }
.info-card__icon { background: var(--pink); }
.info-card h3, .step h3 { font-weight: 500; }
.info-card a { color: var(--red); }
.info-card a.btn--wa { color: var(--selected-text); }
.cta-band { background: var(--pink); color: var(--pink-text); }
.cta-band::before { display: none; }
.cta-band h2, .cta-band p { color: var(--pink-text); }
.cta-band .btn--primary { background: var(--selected); color: var(--selected-text); }
.cta-band .btn--ghost { background: var(--panel); color: var(--ink); border-color: var(--line); }
.cta-band .btn--ghost:hover { background: var(--yellow); }
.field input, .field select, .field textarea { background: var(--panel); border-color: var(--line); }
.faq summary { font-weight: 500; }
[data-reveal] { opacity: 1; transform: none; }
.catalogue-dialog { border: 2px solid var(--line); padding: 0; border-radius: 28px; background: var(--cream); color: var(--ink); width: min(810px,calc(100% - 28px)); max-height: calc(100dvh - 32px); overflow-y: auto; }
.catalogue-dialog::backdrop { background: #3f182bd6; }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 23px; background: var(--pink); color: var(--pink-text); }
.dialog-top h2 { font-size: 27px; margin: 0; font-weight: 500; }
.dialog-close { border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: var(--ink); width: 40px; height: 40px; padding: 0; font-size: 26px; cursor: pointer; }
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; }
.detail-layout > img { width: 100%; height: 100%; max-height: 480px; object-fit: cover; }
.detail-copy { padding: 28px; }
.detail-copy h3 { font-size: 34px; font-weight: 500; }
.detail-copy .product-category { margin: 0 0 10px; color: var(--red); }
.detail-copy .product-price { font-size: 24px; }
.detail-copy p { font-size: 14px; color: var(--ink-soft); }
.detail-copy .btn { width: 100%; margin-top: 9px; }
.detail-copy .detail-note { font-size: 11px; margin-top: 16px; }
.shortlist-body { padding: 24px; }
.shortlist-body > p { font-size: 14px; color: var(--ink-soft); }
.shortlist-items { list-style: none; margin: 0 0 23px; padding: 0; }
.shortlist-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 15px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.shortlist-item img { width: 60px; height: 60px; border-radius: 12px; object-fit: cover; }
.shortlist-item strong { display: block; font: 500 20px var(--font-display); }
.shortlist-item small { font-size: 11px; color: var(--ink-soft); }
.shortlist-item button { font-size: 12px; font-weight: 800; border: none; background: none; color: var(--red); min-height: 44px; cursor: pointer; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 40; background: var(--selected); color: var(--selected-text); border-radius: 28px; padding: 13px 22px; font-size: 13px; font-weight: 750; text-align: center; max-width: calc(100% - 30px); }
@media (hover: hover) { .product-card:hover { transform: translateY(-5px); box-shadow: 0 7px 0 var(--line); } }
@media (prefers-reduced-motion: no-preference) {
  @keyframes scoop-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
  .catalogue-hero__copy { animation: scoop-in .55s var(--ease) both; }
  .catalogue-hero__image img { animation: scoop-in .7s .1s var(--ease) both; }
  .catalogue-dialog[open] { animation: scoop-in .2s var(--ease); }
}
@media (max-width: 1100px) {
  .product-grid { gap: 17px; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .nav__links a { padding-inline: 12px; }
  .catalogue-hero h1 { font-size: 55px; }
  .catalogue-hero__image { min-height: 365px; }
}
@media (max-width: 900px) {
  .nav { min-height: 74px; } .nav__logo img { height: 39px; }
  .nav__links { visibility: hidden; background: var(--cream); border-color: var(--line); padding-inline: var(--pad-x); }
  .nav__links.is-open { visibility: visible; }
  .nav__links a { display: block; padding: 14px 16px; font-size: 16px; margin-block: 3px; }
  .nav__links .nav__mobile-cta a { color: var(--selected-text); }
  .catalogue-hero h1 { font-size: 45px; }
  .catalogue-hero__copy { padding: 29px; }
  .catalogue-kicker { font-size: 11px; }
  .catalogue-hero__copy > p:not(.catalogue-kicker) { font-size: 14px; }
  .catalogue-hero__image { min-height: 345px; border-radius: 60px 0 0 60px; }
  .product-title-row h3 { font-size: 19px; }
  .product-price { font-size: 17px; }
  .catalogue-facts { padding-inline: 2px; }
}
@media (max-width: 767px) {
  .catalogue-hero { grid-template-columns: 1fr; }
  .catalogue-hero__copy { padding: 26px 28px 31px; }
  .catalogue-hero h1 { font-size: clamp(42px,7.5vw,56px); line-height: 1.04; }
  .catalogue-hero__image { min-height: 260px; border-radius: 55px 55px 0 0; }
  .catalogue-hero__image img { object-fit: cover; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalogue-facts .fact-place { display: none; }
  .gathering .shell { flex-direction: column; align-items: flex-start; gap: 13px; }
  .gathering { padding-block: 33px; }
}
@media (max-width: 640px) {
  .nav { gap: 9px; } .nav__logo img { height: 33px; }
  .nav__cta { gap: 8px; } .shortlist-trigger { padding: 8px 10px; font-size: 11px; gap: 6px; }
  .shortlist-count { width: 21px; min-width: 21px; height: 21px; font-size: 10px; }
  .nav__toggle { width: 38px; height: 38px; border-radius: 50%; border-color: var(--line); }
  .catalogue-hero { margin-top: 16px; border-radius: 24px; }
  .catalogue-hero__copy { padding: 25px 24px 29px; }
  .catalogue-kicker { margin-bottom: 13px; font-size: 10px; }
  .catalogue-hero h1 { margin-bottom: 13px; }
  .catalogue-hero__copy > p:not(.catalogue-kicker) { font-size: 13px; line-height: 1.6; margin-bottom: 18px; max-width: 34ch; }
  .text-link { min-height: 45px; padding: 9px 18px; font-size: 13px; gap: 25px; }
  .catalogue-hero__image { min-height: 210px; border-radius: 45px 45px 0 0; }
  .catalogue-facts { padding-block: 15px; gap: 8px; font-size: 9px; }
  .catalogue-facts > span { gap: 4px; } .catalogue-facts strong { font-size: 15px; }
  .catalogue-intro { padding-block: 25px 18px; }
  .catalogue-intro h2 { font-size: 33px; } .catalogue-intro p { font-size: 12px; }
  .catalogue-sidebar { display: none; } .catalogue-layout { scroll-margin-top: 86px; }
  .catalogue-mobile-category { display: block; margin-bottom: 11px; }
  .catalogue-mobile-category select { width: 100%; min-height: 45px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 25px; background: var(--pink); color: var(--pink-text); font-size: 13px; font-weight: 800; }
  .catalogue-toolbar { gap: 8px; margin-bottom: 10px; }
  .catalogue-search input { min-height: 45px; padding: 10px 30px 10px 35px; font-size: 12px; }
  .catalogue-search svg { left: 12px; top: 15px; width: 15px; height: 15px; }
  .search-clear { right: 0; height: 45px; width: 30px; }
  .sort-wrap { padding-inline: 2px; } .sort-wrap label { display: none; }
  .sort-wrap select { width: 105px; min-height: 41px; font-size: 11px; padding: 8px; }
  .catalogue-results { font-size: 10px; margin-bottom: 13px; }
  .product-grid { gap: 13px; }
  .product-card { padding: 7px 7px 10px; border-radius: 19px; }
  .product-photo { border-radius: 13px; aspect-ratio: .96; }
  .save-product { width: 32px; height: 32px; top: 6px; right: 6px; }
  .save-product svg { width: 14px; height: 14px; }
  .product-category { font-size: 12px; margin: 9px 3px 5px; letter-spacing: 0; line-height: 1.35; min-height: 2.7em; }
  .product-title-row { margin-inline: 3px; gap: 4px; align-items: flex-start; }
  .product-title-row h3 { font-size: 16px; }
  .product-price { font-size: 14px; }
  .product-bottom { margin: 9px 3px 0; font-size: 12px; gap: 6px; flex-wrap: wrap; }
  .product-bottom > span { max-width: 100%; min-height: 32px; display: flex; align-items: center; }
  .product-bottom a { padding: 7px 10px; min-height: 34px; font-size: 12px; gap: 4px; }
  .catalogue-note { font-size: 12px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; } .footer__logo { grid-column: 1 / -1; }
  .footer__grid p { max-width: 45ch; } .footer__grid h3 { font-size: 17px; }
  .footer__list a, .footer__list address { font-size: 12px; }
  .footer__bottom { font-size: 12px; padding-bottom: 30px; }
  .detail-layout { grid-template-columns: 1fr; } .detail-layout > img { height: 230px; }
  .detail-copy { padding: 22px; }
  .shortlist-item { grid-template-columns: 48px 1fr auto; gap: 10px; }
  .shortlist-item img { width: 48px; height: 48px; }
  .shortlist-item strong { font-size: 17px; }
  .banner { padding-block: 18px 30px; }
  .banner h1 { font-size: 43px; }
  .price-list__groups { grid-template-columns: 1fr; }
}
@media print {
  .site-header, .catalogue-hero, .catalogue-sidebar, .catalogue-toolbar, .catalogue-mobile-category, .save-product, .load-more, .gathering, .site-footer, .toast { display: none; }
  .product-grid { grid-template-columns: repeat(3,1fr); } .product-card { break-inside: avoid; }
}
