:root {
  --ink: #202126;
  --ivory: #fcfaf7;
  --cream: #f4f0eb;
  --line: rgba(32, 33, 38, .12);
  --line-strong: rgba(32, 33, 38, .25);
  --serif: Georgia, "Iowan Old Style", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

body { background: #e5e7eb; color: var(--ink); }
.shell { width: min(100%, 1280px); }
.topbar { position: sticky; top: 0; z-index: 50; grid-template-columns: minmax(190px, 1fr) auto minmax(50px, 1fr); gap: 18px; padding: 11px 32px; background: rgba(252, 250, 247, .98); }
.brand { gap: 12px; min-width: 0; }
.brand img { width: 52px; height: 52px; box-shadow: none; border: 1px solid #d7dbe2; }
.brand strong { font-family: var(--sans); font-size: 1.13rem; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.brand span { margin-top: 4px; font-size: .55rem; letter-spacing: .13em; }
.topbar nav { border: 0; border-radius: 0; padding: 0; }
.topbar nav a { min-height: 46px; display: inline-flex; align-items: center; padding: 9px 15px; font-size: .89rem; font-weight: 600; }
.topbar nav a.active { background: transparent; color: var(--ink); box-shadow: inset 0 -2px currentColor; }
.topbar nav a:hover, .topbar nav a:focus-visible { background: #f0edf0; color: var(--ink); }
.topbar nav a.active:hover { background: transparent; color: var(--ink); }
.bag-link { position: relative; justify-self: end; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #d5d0d5; border-radius: 50%; color: var(--ink); text-decoration: none; transition: background .2s, border-color .2s; }
.bag-link:hover, .bag-link.active { border-color: var(--ink); background: #f0edf0; }
.bag-link svg { width: 22px; height: 22px; }
.bag-count { position: absolute; top: -5px; right: -5px; display: grid; min-width: 19px; height: 19px; padding: 0 4px; place-items: center; border-radius: 999px; background: var(--ink); color: white; font-size: .65rem; font-weight: 700; line-height: 1; }
.bag-link:not(.has-items) .bag-count { display: none; }
.eyebrow { color: #66616c; font-size: .67rem; letter-spacing: .16em; }
.button { min-width: 0; min-height: 48px; padding: 11px 22px; line-height: 1.2; font-size: .83rem; font-weight: 650; text-align: center; white-space: normal; }
.button:active, .section-chip:active { transform: scale(.985); }
.text-link { color: #48404d; }

/* Editorial storefront */
.home-hero { min-height: 630px; grid-template-columns: 1fr .9fr; background: #f6f2ee; }
.home-copy { padding: 72px 6vw; }
.home-copy h1 { max-width: 680px; font-size: clamp(4rem, 6.4vw, 6.5rem); line-height: .94; letter-spacing: -.065em; }
.home-copy h1 em, .catalog-hero h1 em { font-weight: 400; color: #756172; }
.home-copy > p:not(.eyebrow) { font-size: .97rem; }
.hero-footnote { display: block; margin-top: 32px; color: #746e75; font-family: var(--serif); font-size: 1rem; font-style: italic; }
.home-visual { min-height: 630px; background: #dce0e6; }
.home-visual > img { object-position: center 39%; }
.home-visual:after { background: linear-gradient(180deg, transparent 55%, rgba(22, 22, 28, .55)); }
.hero-empty-mark { display: grid; width: 100%; height: 100%; min-height: 630px; place-items: center; background: radial-gradient(circle at 50% 43%, #f5f5f6, #c9cdd6); }
.hero-empty-mark img { width: min(62%, 320px); border-radius: 50%; }
.home-edit { background: var(--ivory); }
.section-title h2 { line-height: 1; }
.product-card { border-radius: 12px; background: white; box-shadow: 0 5px 19px rgba(26, 26, 30, .035); }
.product-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.product-open:focus-visible { outline-offset: -3px; }
.card-add { display: flex; width: calc(100% - 40px); min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; margin: 0 20px 18px; padding: 0 0 2px; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .87rem; font-weight: 700; text-align: left; }
.card-add span { font-size: 1.3rem; font-weight: 400; }
.card-add:hover { color: #755c71; }
.product-photo { background: #e8e9ec; }
.product-copy > span { color: #766873; }
.product-copy > p { color: #66646b; }
.round-arrow { background: #eee9ec; }
.bespoke-banner { background: #26232b; }
.bespoke-banner h2 { line-height: 1; }

/* Admin-controlled collection sections */
.catalog-hero { background: linear-gradient(135deg, #f5f0ed, #e3e5e9); }
.catalog-hero h1 { line-height: .97; }
.section-filters { display: flex; gap: 9px; overflow-x: auto; padding: 20px 48px; border-bottom: 1px solid var(--line); background: var(--ivory); scrollbar-width: none; }
.section-filters::-webkit-scrollbar { display: none; }
.section-chip { flex: 0 0 auto; min-height: 44px; padding: 0 19px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: #57515a; font-size: .79rem; font-weight: 650; white-space: nowrap; }
.section-chip:hover, .section-chip:focus-visible { border-color: var(--ink); }
.section-chip.active { border-color: var(--ink); background: var(--ink); color: white; }
.catalog-sections { padding: 13px 48px 78px; background: var(--ivory); }
.collection-section { padding-top: 48px; }
.collection-section + .collection-section { margin-top: 62px; border-top: 1px solid var(--line); }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.collection-heading h2 { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(2.7rem, 4.5vw, 4.4rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.collection-heading p:last-child { max-width: 440px; margin: 10px 0 0; color: #6b6770; line-height: 1.5; }
.collection-heading > span { color: #8a838b; font-size: .72rem; white-space: nowrap; }
.collection-section .catalog-grid { padding: 0; background: transparent; }
.collection-section .catalog-grid.single { grid-template-columns: minmax(0, 1fr); max-width: 560px; }
.custom-cta { background: #d8d5dc; }
.custom-cta h2 { line-height: 1; }

.section-number { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 14px; background: #efedf0; color: #6d5c6d; font-family: var(--serif); font-size: 1.3rem; }
.section-admin-list article { grid-template-columns: 64px minmax(0, 1fr) auto; }
.section-admin-list article > div:nth-child(2) { min-width: 0; }
.section-admin-list article > div:nth-child(2) span { line-height: 1.45; }
.admin-row-actions button:disabled { opacity: .3; cursor: not-allowed; }
.admin-heading .button { flex: 0 0 auto; }
.admin-action { cursor: pointer; }
.admin-action:hover { color: #675068; }
.admin-tabs a { min-height: 42px; display: inline-flex; align-items: center; }
.admin-local-note { margin: 0; padding: 9px 28px; border-bottom: 1px solid #e4e0e5; background: #f5f2f5; color: #5c5460; font-size: .75rem; line-height: 1.45; }
.admin-local-note strong { color: #302a32; }
.modal-form .button { width: fit-content; min-width: 170px; }
.modal-form select { color: var(--ink); font-size: .92rem; }
.modal-close { position: absolute; top: 14px; right: 14px; float: none; margin: 0; box-shadow: 0 3px 14px rgba(0,0,0,.12); }
.bouquet-preview-photo { position: relative; width: 210px; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 14px; box-shadow: 0 18px 34px rgba(44,47,56,.14); background: #d2d7df; }
.bouquet-preview-photo img { width: 100%; height: 100%; object-fit: cover; }
.bouquet-preview-photo:after { content: ""; position: absolute; inset: 56% 0 0; background: linear-gradient(transparent, rgba(20,20,25,.52)); pointer-events: none; }
.bouquet-preview-photo figcaption { position: absolute; z-index: 1; right: 9px; bottom: 9px; left: 9px; color: white; font-size: .56rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.review-visual .bouquet-preview-photo { width: min(72vw, 285px); }

/* Enquiry bag and contact */
.bag-page { min-height: 65vh; padding: 65px max(32px, 6vw) 90px; background: var(--ivory); }
.bag-intro { max-width: 650px; margin-bottom: 38px; }
.bag-intro h1 { margin: 9px 0 12px; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6rem); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.bag-intro > p:last-child { max-width: 480px; margin: 0; color: #67636b; font-size: 1rem; line-height: 1.55; }
.bag-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 42px; }
.bag-list { border-top: 1px solid var(--line); }
.bag-item { display: grid; grid-template-columns: 142px minmax(0,1fr); gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.bag-item > img { width: 142px; height: 160px; border-radius: 10px; object-fit: cover; }
.bag-item-copy h2 { margin: 7px 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; }
.bag-item-copy > p:not(.eyebrow) { margin: 0; font-size: .93rem; font-weight: 650; }
.bag-item-actions { display: flex; align-items: center; gap: 18px; margin-top: 18px; }
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 999px; }
.quantity-control button { width: 42px; height: 42px; padding: 0; border: 0; background: transparent; font-size: 1.12rem; }
.quantity-control span { min-width: 24px; text-align: center; font-size: .91rem; font-weight: 700; }
.bag-remove { min-height: 42px; padding: 0; border: 0; background: transparent; color: #6b626b; font-size: .82rem; text-decoration: underline; text-underline-offset: 3px; }
.bag-summary { display: grid; gap: 12px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #f5f1f2; }
.bag-summary h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.bag-total { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bag-total span { font-size: .83rem; }
.bag-total strong { font-size: 1.18rem; }
.bag-summary > p:not(.eyebrow) { margin: 0; color: #625d65; font-size: .88rem; line-height: 1.55; }
.bag-summary > .button { width: 100%; }
.whatsapp-button { background: #1f6b4f; border-color: #1f6b4f; }
.whatsapp-button:hover { background: #185740; border-color: #185740; }
.whatsapp-button svg { width: 21px; height: 21px; flex: 0 0 auto; }
.bag-summary small { color: #6a646d; font-size: .77rem; line-height: 1.5; }
.bag-summary textarea:not([hidden]) { min-height: 150px; font-size: .82rem; }
.bag-empty { max-width: 620px; padding: 65px 20px; border: 1px dashed var(--line-strong); border-radius: 15px; text-align: center; }
.bag-empty p { margin: 0 0 22px; font-family: var(--serif); font-size: 1.7rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 31px 40px 24px; background: #f2eff0; color: var(--ink); }
.site-footer .footer-brand { display: flex; align-items: center; gap: 12px; }
.site-footer .footer-brand img { width: 44px; height: 44px; border: 1px solid #d6d2d8; }
.site-footer .footer-brand strong { font-family: var(--sans); font-size: 1rem; font-weight: 700; }
.site-footer .footer-tagline { margin: 3px 0 0; color: #6d6770; font-family: var(--sans); font-size: .78rem; font-style: normal; line-height: 1.4; text-align: left; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; font-size: .88rem; font-weight: 650; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-links svg { width: 20px; height: 20px; }
.site-footer > small { grid-column: 1 / -1; padding-top: 17px; border-top: 1px solid var(--line); color: #6d6770; font-size: .77rem; }

@media (max-width: 900px) {
  .bag-layout { grid-template-columns: 1fr; gap: 26px; }
  .bag-summary { max-width: 540px; }
  .home-copy { min-height: 0; padding: 62px 44px; }
  .home-visual, .hero-empty-mark { min-height: 520px; }
  .section-filters { padding-inline: 30px; }
  .catalog-sections { padding-inline: 30px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 125px; }
  .shell { box-shadow: none; }
  .topbar { grid-template-columns: minmax(0, 1fr) auto; gap: 0; padding: 10px 18px 0; min-height: 0; }
  .brand { gap: 11px; min-width: 0; }
  .brand img { width: 48px; height: 48px; flex: 0 0 auto; }
  .brand strong { font-size: 1.02rem; }
  .brand span { font-size: .47rem; letter-spacing: .11em; }
  .bag-link { width: 45px; height: 45px; }
  .topbar nav { width: calc(100% + 36px); justify-self: start; justify-content: space-between; margin: 10px -18px 0; padding: 0 10px; border: 0; border-top: 1px solid var(--line); border-radius: 0; gap: 0; scrollbar-width: none; }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a { min-height: 50px; padding: 0 8px; border-radius: 0; border-bottom: 2px solid transparent; color: #5b5660; font-size: .84rem; }
  .topbar nav a.active, .topbar nav a.active:hover { border-color: var(--ink); background: transparent; color: var(--ink); }
  .topbar nav a:hover { background: transparent; }

  .home-hero { position: relative; display: block; min-height: 600px; overflow: hidden; background: #d0d2d9; isolation: isolate; }
  .home-visual { position: absolute; inset: 0; min-height: 0; }
  .home-visual > img { width: 100%; height: 100%; object-position: center 37%; }
  .home-visual:after { background: linear-gradient(180deg, rgba(16,17,22,.04) 6%, rgba(16,17,22,.12) 32%, rgba(16,17,22,.83) 100%); }
  .home-visual .hero-caption { display: none; }
  .hero-empty-mark { min-height: 600px; }
  .home-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: end; width: 100%; min-width: 0; min-height: 600px; padding: 30px 21px 35px; color: white; }
  .home-copy .eyebrow { color: #e8e4e8; }
  .home-copy h1 { max-width: 350px; margin: 12px 0 14px; font-size: clamp(3.15rem, 14vw, 4.25rem); line-height: .94; letter-spacing: -.062em; text-shadow: 0 2px 15px rgba(14,15,20,.22); }
  .home-copy h1 em { color: #fff; }
  .home-copy > p:not(.eyebrow) { max-width: 340px; color: #f4f1f3; font-size: .96rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: calc(100vw - 42px); min-width: 0; gap: 8px; margin-top: 22px; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 52px; padding: 9px 10px; font-size: .84rem; overflow-wrap: anywhere; }
  .hero-actions .button:first-child { border-color: white; background: white; color: var(--ink); }
  .hero-actions .button.ghost { border-color: rgba(255,255,255,.8); color: white; background: rgba(255,255,255,.09); }
  .hero-footnote { margin-top: 17px; color: #e6e1e4; font-size: .84rem; }
  .empty-hero .home-copy, .empty-hero .home-copy h1 em { color: var(--ink); }
  .empty-hero .home-copy .eyebrow, .empty-hero .home-copy > p:not(.eyebrow), .empty-hero .hero-footnote { color: #555761; }
  .empty-hero .home-visual:after { display: none; }
  .empty-hero .hero-actions .button:first-child { border-color: var(--ink); background: var(--ink); color: white; }
  .empty-hero .hero-actions .button.ghost { border-color: var(--ink); color: var(--ink); }
  .empty-hero .hero-empty-mark { align-items: start; padding-top: 50px; }
  .empty-hero .hero-empty-mark img { width: 125px; }

  .home-edit { padding: 46px 18px 52px; }
  .section-title { gap: 10px; margin-bottom: 22px; }
  .section-title h2 { max-width: 340px; font-size: 2.55rem; line-height: 1.03; }
  .section-title .text-link { min-height: 35px; }
  .products-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -18px; padding: 0 18px 8px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .products-grid::-webkit-scrollbar { display: none; }
  .products-grid .product-card { flex: 0 0 min(78vw, 325px); scroll-snap-align: start; }
  .products-grid .public-empty { flex: 1 0 auto; }
  .product-card { border-radius: 10px; }
  .product-copy { padding: 15px; }
  .product-copy h3 { font-size: 1.45rem; line-height: 1.1; }
  .product-copy > p { min-height: 0; font-size: .89rem; }
  .product-copy > div { margin-top: 14px; padding-top: 11px; }
  .card-add { width: calc(100% - 30px); margin: 0 15px 12px; }
  .bespoke-banner { min-height: 0; padding: 56px 22px; }
  .bespoke-banner h2 { font-size: 3.1rem; }
  .bespoke-banner p:not(.eyebrow) { font-size: .87rem; line-height: 1.6; }
  .event-highlight { align-items: start; }

  .catalog-hero { gap: 15px; padding: 39px 22px 31px; }
  .catalog-hero h1 { font-size: 3.65rem; }
  .catalog-hero > p { font-size: .85rem; line-height: 1.55; }
  .section-filters { position: sticky; top: 118px; z-index: 15; gap: 7px; padding: 10px 14px; }
  .section-chip { min-height: 42px; padding-inline: 15px; font-size: .82rem; }
  .catalog-sections { padding: 3px 15px 57px; }
  .collection-section { padding-top: 33px; }
  .collection-section + .collection-section { margin-top: 39px; }
  .collection-heading { align-items: start; margin-bottom: 17px; }
  .collection-heading h2 { font-size: 2.55rem; }
  .collection-heading p:last-child { font-size: .78rem; }
  .collection-heading > span { margin-top: 31px; font-size: .67rem; }
  .collection-section .catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .collection-section .catalog-grid.single { grid-template-columns: 1fr; max-width: none; }
  .catalog-grid.single .product-copy > p { display: block; }
  .catalog-grid.single .product-copy h3 { font-size: 1.55rem; }
  .catalog-grid .product-copy { padding: 11px; }
  .catalog-grid .product-copy > span { font-size: .7rem; }
  .catalog-grid .product-copy h3 { margin: 6px 0 0; font-size: 1.14rem; }
  .catalog-grid .product-copy > p { display: none; }
  .catalog-grid .product-copy > div { margin-top: 11px; padding-top: 9px; }
  .catalog-grid .round-arrow { width: 28px; height: 28px; }
  .catalog-grid .card-add { width: calc(100% - 22px); margin: 0 11px 10px; font-size: .8rem; }
  .custom-cta { padding: 54px 18px; }
  .custom-cta h2 { font-size: 2.7rem; }

  .studio-intro { min-height: 0; padding: 33px 21px 16px; }
  .studio-intro h1 { max-width: 340px; font-size: 3.1rem; line-height: .99; }
  .studio-intro > div:first-child > p:last-child { font-size: .83rem; line-height: 1.55; }
  .preview-stage { grid-template-columns: 120px minmax(0,1fr); min-height: 156px; align-items: center; margin-top: 14px; }
  .preview-stage .bouquet-preview-photo { width: 120px; border-radius: 9px; }
  .preview-caption { padding-bottom: 0; }
  .builder { padding: 28px 19px 43px; }
  .builder h2 { font-size: 2.5rem; }
  .builder > p { margin-bottom: 20px; font-size: .85rem; }
  .choice { min-height: 77px; padding: 14px 16px; }
  .choice b { margin-bottom: 4px; }
  .flower-choice { min-height: 98px; }
  .builder-actions .button { min-width: 130px; }
  .review-visual { min-height: 410px; }
  .review-copy { padding: 38px 21px; }
  .review-copy h2 { font-size: 2.4rem; }
  .review-actions .button { width: 100%; }

  .admin-shell > header { gap: 10px; padding: 10px 13px; }
  .admin-brand img { width: 38px; height: 38px; }
  .admin-brand strong { font-size: .86rem; }
  .admin-brand span { font-size: .62rem; }
  .admin-shell > header > div:last-child .button { min-height: 40px; padding: 8px 13px; font-size: .72rem; white-space: nowrap; }
  .admin-tabs { top: 0; justify-content: start; padding: 7px 9px; scrollbar-width: none; }
  .admin-tabs::-webkit-scrollbar { display: none; }
  .admin-tabs a { min-height: 40px; padding: 0 14px; }
  .admin-local-note { padding: 9px 16px; font-size: .7rem; }
  .admin-shell main { padding: 29px 16px 54px; }
  .admin-heading { gap: 14px; }
  .admin-heading h1 { font-size: 2.75rem; line-height: 1; }
  .admin-heading > div > p:last-child { max-width: 320px; font-size: .84rem; line-height: 1.45; }
  .admin-heading .button { width: 100%; }
  .metrics { gap: 8px; margin: 25px 0; }
  .metrics article { padding: 18px; }
  .admin-panel { padding: 17px; }
  .admin-action { gap: 10px; }
  .admin-action span { min-width: 0; }
  .admin-action span strong { font-size: .87rem; }
  .admin-action span small { font-size: .72rem; line-height: 1.4; }
  .admin-list { gap: 9px; margin-top: 22px; }
  .admin-list article, .text-list article, .section-admin-list article { grid-template-columns: 58px minmax(0, 1fr); gap: 11px; padding: 11px; border-radius: 13px; }
  .admin-list article > img { width: 58px; height: 58px; }
  .section-number { width: 54px; height: 54px; }
  .admin-list article > div:nth-child(2) { min-width: 0; }
  .admin-list article > div:nth-child(2) strong { font-size: .89rem; }
  .admin-list article > div:nth-child(2) span { overflow-wrap: anywhere; font-size: .69rem; }
  .admin-row-actions { grid-column: 1 / -1; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 6px; padding-top: 5px; }
  .admin-row-actions button { min-height: 40px; min-width: 43px; padding: 0 12px; }
  .section-admin-list .admin-row-actions button:nth-child(3) { margin-left: auto; }
  .settings-form { padding: 19px; }
  .modal { width: 100vw; max-width: none; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .modal-close { width: 44px; height: 44px; }
  .modal-form { padding: 58px 20px 35px; }
  .modal-form h2 { font-size: 2.5rem; }
  .modal-form .button { width: 100%; }
  .product-modal > img { height: min(48dvh, 430px); }
  .product-modal > div { padding: 29px 21px 45px; }
  .product-modal h2 { font-size: 2.6rem; }
  .product-modal .button { width: 100%; }
  .bag-page { padding: 42px 18px 68px; }
  .bag-intro { margin-bottom: 23px; }
  .bag-intro h1 { font-size: 3.45rem; }
  .bag-intro > p:last-child { font-size: .94rem; }
  .bag-item { grid-template-columns: 102px minmax(0,1fr); gap: 14px; padding: 16px 0; }
  .bag-item > img { width: 102px; height: 124px; }
  .bag-item-copy h2 { font-size: 1.5rem; }
  .bag-item-actions { gap: 12px; margin-top: 12px; }
  .bag-summary { padding: 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding: 28px 22px 24px; text-align: left; }
  .site-footer .footer-brand { justify-content: flex-start; }
  .footer-links { justify-content: space-between; gap: 12px; }
  .site-footer > small { grid-column: 1; margin-top: 5px; }
}

@media (max-width: 360px) {
  .topbar nav a { padding-inline: 6px; font-size: .8rem; }
  .home-copy h1 { font-size: 3.05rem; }
  .hero-actions { grid-template-columns: 1fr; }
  .home-hero, .home-copy { min-height: 640px; }
  .catalog-hero h1 { font-size: 3.25rem; }
}

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