:root {
  --ink: #2d2a35;
  --muted: #716d78;
  --paper: #fffaf2;
  --cream: #f7e9d8;
  --coral: #ed725b;
  --berry: #aa456d;
  --sun: #f5c64b;
  --mint: #a7d7c7;
  --lilac: #c8b6e6;
  --line: rgba(45, 42, 53, 0.14);
  --shadow: 0 16px 40px rgba(66, 42, 39, 0.12);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; border-radius: 99px; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem clamp(1rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-text-logo { color: #ed6f9d; font-family: "Comic Neue", "Comic Sans MS", cursive; font-size: 1.25rem; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; color: var(--berry); background: var(--sun); font-size: 1.25rem; }
.top-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 2rem); font-size: .86rem; font-weight: 500; }
.top-nav a:not(.nav-cta) { text-decoration: none; color: var(--muted); }
.top-nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { padding: .7rem .95rem; border-radius: 99px; color: white; background: var(--berry); text-decoration: none; }

.intro { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; min-height: 32rem; padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 8vw, 7rem); overflow: hidden; background: var(--cream); }
.intro-copy { position: relative; z-index: 2; max-width: 42rem; }
.eyebrow { margin: 0 0 .65rem; color: var(--berry); font-size: .73rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Fraunces, Georgia, serif; letter-spacing: -.05em; }
h1 { margin-bottom: 1.2rem; font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .92; }
h1 em { color: var(--coral); font-style: normal; }
.intro-text { max-width: 29rem; margin-bottom: 1.6rem; color: var(--muted); font-size: 1.06rem; line-height: 1.6; }
.primary-button, .outline-button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 0; cursor: pointer; text-decoration: none; font-weight: 700; }
.primary-button { padding: .92rem 1.15rem; border-radius: .8rem; color: white; background: var(--berry); box-shadow: 0 8px 0 #79344f; transition: transform .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #79344f; }
.primary-button:active { transform: translateY(3px); box-shadow: 0 4px 0 #79344f; }
.intro-art { position: relative; min-height: 22rem; }
.intro-art img { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(16rem, 54vw); aspect-ratio: 1; object-fit: cover; transform: translate(-50%, -50%) rotate(4deg); border: .8rem solid white; border-radius: 50% 44% 48% 40%; box-shadow: var(--shadow); }
.blob { position: absolute; border-radius: 44% 56% 52% 48%; }
.blob-one { inset: 7% 5% 4% 13%; background: var(--mint); transform: rotate(-12deg); }
.blob-two { inset: 17% 16% 12% 3%; background: var(--lilac); transform: rotate(18deg); }
.doodle { position: absolute; z-index: 3; color: var(--berry); font-size: 2.7rem; }
.doodle-star { top: 2%; right: 5%; color: var(--coral); transform: rotate(14deg); }
.doodle-sun { bottom: 0; left: 2%; color: var(--sun); font-size: 3.7rem; }

.catalog-section { padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 6vw, 5.5rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.7rem; }
h2 { margin-bottom: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: .95; }
.price-note { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.5; text-align: right; }
.filter-row { display: flex; gap: .55rem; overflow-x: auto; margin: 0 -1rem 1.8rem; padding: .2rem 1rem .7rem; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: .83rem; }
.filter-button:hover, .filter-button.is-active { border-color: var(--berry); color: white; background: var(--berry); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.8rem); }
.product-card { min-width: 0; animation: rise .45s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.product-media { position: relative; height: clamp(18rem, 30vw, 28rem); }
.product-image-button { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 1rem; overflow: hidden; background: var(--cream); cursor: zoom-in; }
.product-image, .product-video { display: block; width: 100%; height: 100%; min-height: 100%; aspect-ratio: auto; object-fit: cover; transition: transform .45s ease; }
.product-image-button:hover .product-image { transform: scale(1.045); }
.image-arrow { position: absolute; right: .75rem; bottom: .75rem; z-index: 3; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 250, 242, .9); cursor: pointer; font-size: 1.1rem; line-height: 1; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; text-decoration: none; }
.product-media:hover .image-arrow, .product-media:focus-within .image-arrow { opacity: 1; transform: translateY(0); }
.media-nav { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 250, 242, .92); box-shadow: 0 3px 12px rgba(50, 35, 20, .16); cursor: pointer; font-size: 1.7rem; line-height: 1; opacity: 0; pointer-events: none; transform: translateY(-50%); transition: opacity .2s ease, color .2s ease, background .2s ease; }
.media-prev { left: .7rem; }
.media-next { right: .7rem; }
.product-media:hover .media-nav, .product-media:focus-within .media-nav { opacity: 1; pointer-events: auto; }
.media-nav:hover { color: white; background: var(--berry); }
.media-count { position: absolute; z-index: 2; bottom: .75rem; left: 50%; padding: .25rem .55rem; border-radius: 99px; color: var(--ink); background: rgba(255, 250, 242, .9); font-size: .7rem; transform: translateX(-50%); }
.product-new-badge { position: absolute; z-index: 2; top: .75rem; left: .75rem; padding: .35rem .6rem; border-radius: 99px; color: var(--ink); background: var(--sun); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 3px 10px rgba(50, 35, 20, .12); }
.product-category-badge { position: absolute; z-index: 2; top: .75rem; right: .75rem; max-width: 40%; padding: .35rem .6rem; border: 1px solid rgba(255, 255, 255, .55); border-radius: 99px; color: white; background: rgba(92, 47, 68, .88); font-size: .66rem; font-weight: 700; letter-spacing: .04em; line-height: 1.2; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.product-meta { padding: .8rem .1rem 1.4rem; }
.product-category { color: var(--berry); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-title { margin: .3rem 0 .2rem; font-family: Fraunces, Georgia, serif; font-size: 1.35rem; line-height: 1.05; }
.product-date { margin: 0; color: var(--muted); font-size: .78rem; }
.load-more-wrap { display: grid; place-items: center; min-height: 3.5rem; color: var(--muted); font-size: .8rem; }
.scroll-hint { transition: opacity .25s; }
.empty-state { padding: 3rem 1rem; color: var(--muted); text-align: center; }
#sentinel { height: 1px; }

.story-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(1rem, 4vw, 3rem); margin: 1rem clamp(1rem, 6vw, 5.5rem) 5rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1.5rem; background: var(--cream); }
.story-section h2 { margin-bottom: .6rem; font-size: clamp(2rem, 4vw, 3.3rem); }
.story-section p:not(.eyebrow) { max-width: 36rem; margin: 0; color: var(--muted); line-height: 1.6; }
.story-stamp { display: grid; place-items: center; width: 4rem; height: 4rem; border: 2px solid var(--berry); border-radius: 50%; color: var(--berry); font-size: 2rem; transform: rotate(-12deg); }
.outline-button { padding: .85rem 1rem; border: 1px solid var(--berry); border-radius: .8rem; color: var(--berry); white-space: nowrap; }
.outline-button:hover { color: white; background: var(--berry); }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1rem, 6vw, 5.5rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.site-footer a { color: var(--berry); text-decoration: none; }

dialog { border: 0; }
.image-dialog { position: fixed; width: min(92vw, 48rem); padding: 0; border-radius: 1rem; overflow: hidden; background: var(--ink); box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.image-dialog::backdrop, .admin-dialog::backdrop { background: rgba(35, 27, 34, .65); backdrop-filter: blur(4px); }
.image-dialog img, .image-dialog video { display: block; width: 100%; max-height: 78vh; object-fit: contain; background: var(--ink); }
.dialog-nav { position: absolute; z-index: 3; top: 50%; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 250, 242, .92); box-shadow: 0 3px 12px rgba(0, 0, 0, .2); cursor: pointer; font-size: 2rem; line-height: 1; transform: translateY(-50%); }
.dialog-prev { left: .8rem; }
.dialog-next { right: .8rem; }
.dialog-nav:hover { color: white; background: var(--berry); }
.dialog-caption { padding: .8rem 1rem 1rem; color: white; font-size: .85rem; line-height: 1.5; }
.dialog-close { position: absolute; top: .55rem; right: .65rem; z-index: 2; display: grid; place-items: center; width: 2rem; height: 2rem; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 250, 242, .9); cursor: pointer; font-size: 1.4rem; line-height: 1; }
.admin-toggle { position: fixed; right: 1rem; bottom: 1rem; z-index: 5; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: rgba(255, 250, 242, .92); cursor: pointer; font-size: .75rem; box-shadow: 0 6px 20px rgba(45,42,53,.1); }
.admin-toggle:hover { color: white; background: var(--berry); }
.admin-dialog { width: min(92vw, 30rem); padding: 0; border-radius: 1rem; background: var(--paper); box-shadow: var(--shadow); }
.admin-form { position: relative; display: grid; gap: 1rem; padding: 2rem; }
.admin-form h2 { font-size: 2.4rem; }
.admin-note { color: var(--muted); font-size: .85rem; line-height: 1.5; }
.admin-form label { display: grid; gap: .4rem; font-size: .82rem; font-weight: 700; }
.admin-form input, .admin-form select { width: 100%; padding: .75rem .8rem; border: 1px solid var(--line); border-radius: .6rem; color: var(--ink); background: white; }
.admin-form .primary-button { justify-self: start; }
.admin-status { min-height: 2.4em; margin: .2rem 0 0; padding: .35rem .5rem 0; color: var(--berry); font-size: .8rem; line-height: 1.5; overflow-wrap: anywhere; }
.admin-page { min-height: 100vh; width: 100%; background: var(--cream); overflow-x: hidden; }
.admin-page.is-authenticated .admin-lede, .admin-page.is-authenticated .email-label, .admin-page.is-authenticated #admin-email, .admin-page.is-authenticated #email-login, .admin-page.is-authenticated #auth-status { display: none !important; }
.admin-shell { display: grid; gap: 2rem; width: min(92vw, 34rem); margin: 0 auto; padding: 2rem 0 4rem; }
.admin-card { position: relative; padding: clamp(1.5rem, 5vw, 3rem); border-radius: 1.5rem; background: var(--paper); box-shadow: var(--shadow); }
.admin-card h1 { margin-bottom: 1rem; font-size: clamp(2.7rem, 8vw, 4.5rem); }
.admin-lede { margin-bottom: 1.5rem; color: var(--muted); line-height: 1.6; }
.google-button { width: 100%; margin-bottom: .8rem; }
.google-mark { display: inline-grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: #4285f4; background: white; font-weight: 700; }
.email-label { margin-top: .5rem; font-size: .82rem; font-weight: 700; }
.admin-email { width: 100%; margin-bottom: .9rem; padding: .8rem .85rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--ink); background: white; }
.back-link { display: inline-block; margin-top: .8rem; color: var(--berry); font-size: .85rem; text-decoration: none; }
.admin-status[data-kind="error"] { color: #a23f50; }
.admin-status[data-kind="success"] { color: #39775b; }
.admin-upload { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.admin-upload h2 { margin: .35rem 0 .8rem; font-family: Fraunces, Georgia, serif; font-size: 2rem; }
.admin-upload .admin-form { padding: 0; }
.admin-table-wrap { width: 100%; max-width: 100%; margin-top: 1rem; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: white; }
.admin-product-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font-size: .78rem; }
.admin-product-table th, .admin-product-table td { padding: .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-product-table th { color: var(--muted); background: var(--paper); font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.admin-product-table tr:last-child td { border-bottom: 0; }
.table-sort { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; font-weight: 700; text-transform: inherit; }
.table-sort[data-direction="asc"]::after { content: " ↑"; color: var(--berry); }
.table-sort[data-direction="desc"]::after { content: " ↓"; color: var(--berry); }
.admin-table-thumb { display: block; width: 3.5rem; height: 3.5rem; border-radius: .55rem; object-fit: cover; }
.admin-table-caption { max-width: 15rem; color: var(--muted); overflow: hidden; overflow-wrap: anywhere; text-overflow: ellipsis; white-space: nowrap; }
.admin-table-editor { display: grid; grid-template-columns: 1fr 12rem; gap: .6rem; align-items: start; }
.admin-table-editor input, .admin-table-editor select, .admin-table-editor textarea { width: 100%; padding: .6rem .7rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--ink); background: var(--paper); }
.admin-table-editor textarea { grid-column: 1 / -1; resize: vertical; line-height: 1.45; }
.admin-table-editor input[type="file"] { grid-column: 1 / -1; }
.admin-pagination { display: flex; justify-content: center; align-items: center; gap: 1rem; padding-top: 1rem; }
.admin-pagination .text-button:disabled { opacity: .4; cursor: default; }
.admin-sort-label { display: grid; gap: .4rem; margin-top: 1rem; color: var(--muted); font-size: .78rem; font-weight: 700; }
.admin-sort-label select { width: 100%; padding: .65rem .75rem; border: 1px solid var(--line); border-radius: .6rem; color: var(--ink); background: white; font: inherit; }
.admin-product-list { display: grid; gap: .8rem; margin-top: 1rem; }
.admin-card-list { display: grid; gap: .8rem; margin-top: 1rem; }
.admin-empty-state { margin: 0; padding: 1.2rem; border: 1px dashed var(--line); border-radius: .9rem; color: var(--muted); background: rgba(255, 255, 255, .55); text-align: center; }
.admin-product-card { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: .9rem; align-items: start; padding: .85rem; border: 1px solid var(--line); border-radius: .95rem; background: white; }
.admin-product-card-media, .admin-product-card-content { min-width: 0; }
.admin-product-card .admin-table-thumb { display: block; width: 5rem; height: 5rem; border-radius: .7rem; object-fit: cover; }
.admin-product-card-content { display: grid; gap: .3rem; }
.admin-product-card-content h3 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: 1.15rem; line-height: 1.15; overflow-wrap: anywhere; }
.admin-product-card-category { color: var(--berry); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.admin-product-card-details { color: var(--muted); font-size: .75rem; line-height: 1.35; }
.admin-product-card-caption { margin: .15rem 0; color: var(--muted); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.admin-product-card-action { display: flex; justify-content: flex-end; margin-top: .25rem; }
.admin-card-editor { display: grid; grid-column: 1 / -1; gap: .65rem; min-width: 0; }
.admin-card-editor input, .admin-card-editor select, .admin-card-editor textarea { width: 100%; min-width: 0; box-sizing: border-box; padding: .65rem .7rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--ink); background: var(--paper); }
.admin-card-editor textarea { min-height: 7rem; resize: vertical; line-height: 1.45; }
.admin-card-editor input[type="file"] { background: white; }
.admin-product-item { display: grid; grid-template-columns: 4.5rem 1fr; gap: .8rem; align-items: center; padding: .7rem; border: 1px solid var(--line); border-radius: .9rem; background: white; }
.admin-product-item img { display: block; width: 4.5rem; height: 4.5rem; border-radius: .65rem; object-fit: cover; }
.admin-product-fields { display: grid; gap: .45rem; min-width: 0; }
.admin-product-fields input, .admin-product-fields select, .admin-product-fields textarea { width: 100%; min-width: 0; padding: .55rem .65rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--ink); background: var(--paper); }
.admin-product-fields textarea { resize: vertical; line-height: 1.45; }
.admin-product-summary { display: grid; gap: .2rem; min-width: 0; }
.admin-product-summary strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-product-summary span { color: var(--muted); font-size: .75rem; }
.admin-product-actions { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; }
.admin-product-actions .outline-button { padding: .5rem .7rem; font-size: .78rem; }
.text-button { padding: .4rem; border: 0; color: var(--berry); background: transparent; cursor: pointer; font-size: .78rem; }

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

@media (max-width: 900px) {
  body.admin-page { min-width: 0; overflow-x: hidden; }
  .admin-shell { display: block; width: 100%; min-width: 0; margin: 0; padding: 1rem; box-sizing: border-box; }
  .admin-card { display: block; width: 100%; min-width: 0; margin: 0; padding: 1.25rem; box-sizing: border-box; overflow: hidden; }
  .admin-card > * { max-width: 100%; box-sizing: border-box; }
  .site-header { align-items: center; }
  .top-nav { flex-wrap: wrap; justify-content: flex-end; gap: .65rem .9rem; font-size: .78rem; }
  .top-nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: .6rem .72rem; }
  .intro { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; }
  .intro-art { min-height: 17rem; margin-top: 1rem; }
  .intro-art img { width: min(12rem, 48vw); }
  .section-heading { align-items: start; flex-direction: column; }
  .price-note { text-align: left; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
  .product-media { height: clamp(17rem, 42vw, 24rem); }
  .product-title { font-size: 1.1rem; }
  .product-meta { padding-bottom: 1rem; }
  .story-section { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .story-section .outline-button { grid-column: 1 / -1; justify-self: start; }
  .desktop-only { display: none; }
  .admin-product-card { grid-template-columns: 4.25rem minmax(0, 1fr); gap: .7rem; padding: .7rem; }
  .admin-product-card .admin-table-thumb { width: 4.25rem; height: 4.25rem; }
}

@media (hover: none), (pointer: coarse) {
  .media-nav { opacity: 1; pointer-events: auto; }
}

@media (max-width: 760px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-media { height: clamp(20rem, 78vw, 30rem); }
  .product-category-badge { max-width: 40%; }
  .media-count { top: auto; bottom: .75rem; }
  .admin-upload, .admin-table-wrap, .admin-pagination { min-width: 0; width: 100%; max-width: 100%; }
  .admin-table-wrap { overflow: visible; border: 0; background: transparent; }
  .admin-product-table { display: block; min-width: 0; font-size: .82rem; }
  .admin-product-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .admin-product-table tbody, .admin-product-table tr, .admin-product-table td { display: block; width: 100%; }
  .admin-product-table tr { margin-bottom: .8rem; border: 1px solid var(--line); border-radius: .85rem; background: white; overflow: hidden; }
  .admin-product-table td { display: grid; grid-template-columns: 5.2rem minmax(0, 1fr); gap: .6rem; align-items: center; padding: .55rem .7rem; border-bottom: 1px solid var(--line); }
  .admin-product-table td::before { content: attr(data-label); color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .admin-product-table td:first-child { display: block; padding: .7rem; }
  .admin-product-table td:first-child::before { display: none; }
  .admin-product-table td:last-child { border-bottom: 0; }
  .admin-table-caption { max-width: none; white-space: normal; }
  .admin-table-editor { grid-template-columns: 1fr; }
  .admin-table-editor textarea, .admin-table-editor input[type="file"] { grid-column: auto; }
}

@media (max-width: 900px) {
  .product-category-badge { right: .6rem; max-width: 40%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .media-count { top: auto; bottom: .75rem; }
}

@media (max-width: 420px) {
  .brand-text-logo { font-size: 1.05rem; }
  .intro { padding-inline: 1rem; }
  h1 { font-size: 3.5rem; }
  .catalog-section { padding-inline: 1rem; }
  .story-section { margin-inline: 1rem; }
}

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
