@font-face {
  font-family: "Crafty Girls";
  src: url("/assets/font/CraftyGirls-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #20201e;
  --muted: #68665f;
  --paper: #fffdf8;
  --canvas: #eeeae1;
  --line: #cec8bb;
  --accent: #d9552e;
  --accent-dark: #ae3d1d;
  --focus: #075f8f;
  --warm: #e4ded2;
  --braille-dot: 5px;
  --braille-gap: 3px;
  --braille-cell-width: 21px;
  --braille-cell-height: 25px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); }
body.drawer-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.product-preview:focus-visible { outline-offset: -7px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.announcement { display: flex; min-height: 31px; align-items: center; justify-content: center; gap: min(22vw, 310px); padding: 6px 24px; color: #fff; background: var(--ink); }
.announcement p { margin: 0; font-size: .64rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.shop-header { position: relative; z-index: 20; display: grid; min-height: 82px; padding: 14px clamp(20px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); grid-template-columns: 1fr auto 1fr; align-items: center; }
.ri-brand { display: inline-flex; width: fit-content; gap: 12px; align-items: center; text-decoration: none; }
.ri-mark { display: grid; grid-template: repeat(3, 6px) / repeat(2, 6px); gap: 3px; padding: 7px 8px; border: 1px solid var(--ink); border-radius: 50% 50% 48% 52%; transform: rotate(-2deg); }
.ri-mark i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.ri-mark i:nth-child(2), .ri-mark i:nth-child(5) { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.ri-wordmark strong, .ri-wordmark small { display: block; }
.ri-wordmark strong { font: 1.08rem Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.ri-wordmark small { margin-top: 3px; color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .15em; }
.desktop-nav { display: flex; gap: clamp(22px, 3.4vw, 52px); align-items: center; }
.desktop-nav a, .footer-links a { position: relative; font-size: .74rem; font-weight: 750; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform 160ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.bag-button { display: flex; min-height: 40px; gap: 9px; align-items: center; justify-self: end; padding: 0 0 0 14px; border: 0; color: var(--ink); background: transparent; font-size: .74rem; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.bag-count { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--accent-dark); font-size: .66rem; }

.hero { display: grid; min-height: 690px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 14% 10%, #fff 0, transparent 26rem), var(--canvas); grid-template-columns: minmax(360px, .88fr) minmax(480px, 1.12fr); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 118px) clamp(30px, 6.3vw, 105px); border-right: 1px solid var(--line); }
.eyebrow { margin: 0 0 18px; color: var(--accent-dark); font-size: .67rem; font-weight: 850; letter-spacing: .18em; }
.hero h1 { margin: 0; font: 500 clamp(3.5rem, 6.2vw, 6.6rem)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent-dark); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 30px 0 32px; color: #5f5d57; font: 1.05rem/1.7 Georgia, serif; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; font-size: .73rem; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background 150ms ease, color 150ms ease, transform 100ms ease; }
.button:active { transform: translateY(1px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--accent-dark); }
.button-rust { color: #fff; background: var(--accent-dark); }
.button-rust:hover { background: var(--accent); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { color: #fff; background: transparent; border-color: var(--paper); }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .75rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--accent-dark); font-size: 1rem; transition: transform 150ms ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-trust { display: flex; gap: 21px; margin: 45px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: .65rem; font-weight: 700; }
.hero-trust span { margin-right: 5px; color: var(--accent); font-size: .45rem; }

.hero-art { position: relative; min-height: 650px; overflow: hidden; background: linear-gradient(132deg, #d8d0c2, #bfb5a4); }
.hero-art::before { position: absolute; inset: 0; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.6' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); content: ""; mix-blend-mode: multiply; }
.hero-shadow { position: absolute; top: 50%; left: 50%; width: 410px; height: 450px; border-radius: 50%; background: rgba(50,41,30,.24); filter: blur(32px); transform: translate(-43%,-42%) rotate(7deg); }
.hero-card { position: absolute; top: 50%; left: 50%; display: flex; width: min(390px, 54%); aspect-ratio: .73; flex-direction: column; justify-content: center; padding: 12% 8%; background: linear-gradient(110deg, rgba(222,210,188,.24), transparent 30%), var(--paper); box-shadow: 0 36px 55px rgba(45,37,29,.3); transform: translate(-48%,-50%) rotate(5.5deg); }
.hero-card::after { position: absolute; inset: 0; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); content: ""; pointer-events: none; }
.small-script { margin-bottom: 14px; color: var(--accent-dark); font: 1.1rem "Crafty Girls", Georgia, serif; transform: rotate(-3deg); }
.hero-card > strong { font: 500 clamp(1.8rem, 3vw, 3.35rem)/.94 Georgia, serif; letter-spacing: -.04em; }
.hero-braille { --braille-dot: 3px; --braille-gap: 2px; --braille-cell-width: 14px; --braille-cell-height: 18px; display: flex; max-width: 250px; margin-top: 35px; flex-direction: column; gap: 4px; color: var(--ink); }
.hero-braille .braille-line { justify-content: flex-start; }
.tactile-note { position: absolute; right: 23px; bottom: 22px; display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: .48rem; font-weight: 850; letter-spacing: .11em; }
.tactile-note i { width: 20px; height: 1px; background: var(--accent); }
.paper-swatch { position: absolute; width: 125px; height: 170px; box-shadow: 0 14px 24px rgba(50,42,32,.18); }
.swatch-one { right: -48px; bottom: 65px; background: var(--accent-dark); transform: rotate(-14deg); }
.swatch-two { top: 68px; left: -75px; background: #2d2c29; transform: rotate(16deg); }
.hero-caption { position: absolute; right: 30px; bottom: 24px; margin: 0; color: rgba(32,32,30,.72); font: italic .72rem Georgia, serif; }
.hero-caption span { margin-right: 9px; font: 800 .56rem Inter, sans-serif; }

.braille-home-promo { position: relative; display: grid; min-height: 190px; overflow: hidden; align-items: center; gap: 32px; padding: clamp(32px, 4vw, 52px) clamp(24px, 6.5vw, 105px); border-bottom: 1px solid #466886; color: #fff; background: linear-gradient(112deg, #0b2442, #123c59); grid-template-columns: minmax(0, 1fr) auto; }
.braille-home-promo__copy { position: relative; z-index: 1; min-width: 0; max-width: 720px; }
.braille-home-promo .eyebrow { margin-bottom: 10px; color: #8fddd3; }
.braille-home-promo h2 { margin: 0; overflow-wrap: anywhere; font: 500 clamp(1.75rem, 3vw, 2.65rem)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.braille-home-promo__copy > p:last-child { margin: 13px 0 0; color: #dceaf5; font: 1rem/1.6 Georgia, serif; }
.braille-home-promo__actions { position: relative; z-index: 1; display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 22px; }
.braille-home-promo .text-link { color: #fff; border-color: #fff; }
.braille-home-promo .text-link span { color: #8fddd3; }
.braille-home-promo__path { position: absolute; top: 24px; right: 5%; display: grid; opacity: .7; grid-template: repeat(3, 9px) / repeat(2, 9px); gap: 8px 11px; transform: rotate(10deg); }
.braille-home-promo__path i { width: 9px; height: 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: #9fe9e0; box-shadow: 0 0 10px rgba(159,233,224,.9); }
.braille-home-promo__path i:nth-child(2), .braille-home-promo__path i:nth-child(5) { opacity: .55; }

.promise-strip { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: clamp(25px,6vw,100px); padding: 14px 25px; border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-strip p { margin: 0; font: italic 1rem Georgia, serif; }
.promise-strip span { color: var(--accent); }
.section-pad { padding: clamp(75px, 9vw, 135px) clamp(22px, 6.5vw, 105px); }
.collection { background: var(--paper); }
.section-heading { display: flex; max-width: 1400px; align-items: end; justify-content: space-between; gap: 60px; margin: 0 auto 45px; }
.section-heading h2, .customizer h2, .customizer h1, .story-copy h2, .closing-cta h2 { margin: 0; font: 500 clamp(2.7rem, 4.5vw, 4.8rem)/.98 Georgia, serif; letter-spacing: -.05em; }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); font: .96rem/1.6 Georgia, serif; }
.custom-gallery { padding-block: clamp(42px, 5vw, 72px); background: var(--paper); border-bottom: 1px solid var(--line); }
.custom-gallery .section-heading { max-width: 900px; margin-bottom: 24px; }
.custom-gallery-grid { display: grid; max-width: 760px; margin: auto; gap: 18px; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); }
.custom-gallery-grid:empty { display: none; }
.custom-gallery-empty { max-width: 760px; margin: 0 auto; padding: 20px; border: 1px dashed var(--line); color: var(--muted); background: rgba(255,253,248,.55); font: italic 1rem/1.5 Georgia, serif; text-align: center; }
.custom-gallery-empty[hidden] { display: none; }
.custom-gallery-card { max-width: 360px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); background: var(--canvas); box-shadow: 0 12px 28px rgba(55,48,38,.07); }
.custom-gallery-card img { display: block; width: 100%; max-height: 360px; aspect-ratio: 4/3; object-fit: cover; background: #ded6c8; }
.custom-gallery-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 13px 14px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.custom-gallery-card strong { color: var(--ink); font: 500 1rem Georgia, serif; letter-spacing: 0; text-transform: none; }
.filter-row { display: flex; max-width: 1400px; gap: 9px; margin: 0 auto 36px; overflow-x: auto; scrollbar-width: none; }
.filter-chip { flex: 0 0 auto; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: .67rem; font-weight: 800; cursor: pointer; }
.filter-chip.active { border-color: var(--ink); color: #fff; background: var(--ink); }
.product-grid { display: grid; max-width: 1400px; margin: auto; gap: 50px 24px; grid-template-columns: repeat(3,1fr); }
.product-card[hidden] { display: none; }
.product-preview { position: relative; display: flex; width: 100%; aspect-ratio: .91; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 0; color: var(--ink); cursor: pointer; box-shadow: inset 0 0 0 1px rgba(32,32,30,.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.product-preview::after { position: absolute; inset: 8.5%; border: 1px solid rgba(32,32,30,.14); content: ""; pointer-events: none; }
.product-card:hover .product-preview { box-shadow: 0 18px 40px rgba(50,42,32,.14); transform: translateY(-4px); }
.product-preview.rust { color: #fff8ec; background: #bb4d2d; }
.product-preview.ink { color: #fffdf8; background: #292926; }
.product-preview.cream { background: #f2ebdd; }
.product-preview.clay { color: #fffdf8; background: #93513c; }
.product-preview.oat { background: #d8cdb8; }
.product-preview.custom { background: repeating-linear-gradient(-45deg,#f4f0e7 0,#f4f0e7 9px,#ece6da 9px,#ece6da 10px); }
.product-preview.has-photo { background-color: #d8d0c2; background-position: center; background-size: cover; }
.product-preview.has-photo > * { opacity: 0; }
.product-photo-gallery { display: grid; gap: 8px; margin-top: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.product-photo-gallery button { position: relative; min-height: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 2px; background-position: center; background-size: cover; cursor: pointer; }
.product-photo-gallery button[aria-pressed="true"] { border: 2px solid var(--accent-dark); }
.product-photo-gallery span { position: absolute; right: 4px; bottom: 4px; padding: 4px 7px; color: #fff; background: rgba(32,32,30,.82); font-size: .52rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-preview strong { position: relative; z-index: 1; font: 500 clamp(1.7rem, 2.7vw, 3rem)/.92 Georgia, serif; letter-spacing: -.045em; text-align: center; }
.product-preview strong em { font-family: "Crafty Girls", Georgia, serif; font-weight: 400; }
.mini-label { position: relative; z-index: 1; margin-bottom: 13px; font-size: .5rem; font-weight: 850; letter-spacing: .15em; }
.mini-dots { --braille-dot: 2px; --braille-gap: 1px; --braille-cell-width: 9px; --braille-cell-height: 12px; position: relative; z-index: 1; display: flex; max-width: 78%; margin-top: 27px; flex-direction: column; align-items: center; gap: 2px; }
.mini-dots .braille-line { justify-content: center; }
.sunburst { position: absolute; top: 14%; right: 16%; width: 55px; height: 55px; border: 1px solid var(--accent); border-radius: 50%; box-shadow: 0 0 0 8px transparent, 0 0 0 9px var(--accent); opacity: .72; }
.corner-flower { position: absolute; top: 12%; left: 16%; font-size: 2.2rem; }
.tiny-stars { position: absolute; top: 17%; color: var(--accent-dark); font-size: 1.5rem; }
.custom-plus { position: absolute; top: 16%; font: 300 2.5rem Georgia, serif; }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding-top: 17px; }
.product-info h3 { margin: 0 0 5px; font: 500 1.2rem Georgia, serif; }
.product-info p { margin: 0; color: var(--muted); font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.product-info .product-color { display: flex; gap: 6px; align-items: center; margin-top: 6px; font-size: .61rem; }
.product-color i { width: 12px; height: 12px; border: 1px solid rgba(32,32,30,.25); border-radius: 50%; }
.product-color-picker { display: grid; width: min(230px,100%); align-items: center; gap: 6px; margin-top: 10px; grid-template-columns: auto 1fr; }
.product-color-picker label { grid-column: 1/-1; color: var(--muted); font-size: .57rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-color-picker i { width: 18px; height: 18px; border: 1px solid rgba(32,32,30,.25); border-radius: 50%; }
.product-color-picker select { width: 100%; height: 38px; padding: 0 30px 0 9px; border: 1px solid #aaa397; border-radius: 2px; color: var(--ink); background: var(--paper); font-size: .72rem; }
.product-info > strong { font: 500 1rem Georgia, serif; }
.product-action { width: 100%; margin-top: 13px; padding: 10px 0; border: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; font-size: .67rem; font-weight: 850; text-align: left; text-transform: uppercase; cursor: pointer; }
.product-action span { float: right; color: var(--accent-dark); font-size: .9rem; }

.customizer { padding: clamp(80px,9vw,135px) clamp(20px,5vw,78px); border-block: 1px solid var(--line); background: var(--canvas); }
.customizer-intro { display: grid; max-width: 1400px; margin: 0 auto 55px; column-gap: 65px; grid-template-columns: .8fr 1.2fr; }
.customizer-intro .eyebrow { grid-column: 1/-1; }
.customizer-intro > p:not(.eyebrow) { max-width: 520px; align-self: end; margin: 0; color: var(--muted); font: 1rem/1.7 Georgia, serif; }
.how-list { display: flex; grid-column: 1/-1; gap: 34px; margin-top: 40px; padding-top: 23px; border-top: 1px solid var(--line); }
.how-list span { color: var(--muted); font-size: .68rem; font-weight: 750; }
.how-list b { display: inline-grid; width: 23px; height: 23px; margin-right: 8px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-dark); font-size: .58rem; }
.builder-shell { display: grid; max-width: 1400px; margin: auto; overflow: hidden; border: 1px solid #bdb6a9; background: var(--paper); box-shadow: 0 22px 60px rgba(55,48,38,.09); grid-template-columns: minmax(340px,.82fr) minmax(520px,1.18fr); }
.builder-controls { padding: clamp(28px,3.6vw,55px); border-right: 1px solid var(--line); }
.builder-topline { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .56rem; font-weight: 850; letter-spacing: .11em; }
.builder-topline span:first-child { color: var(--ink); }
.prefilled-editor[hidden], .full-custom-editor[hidden] { display: none; }
.selected-design { margin-top: 24px; padding: 20px; border: 1px solid #d7b6a8; background: #f6e9e3; }
.selected-design > span { color: var(--accent-dark); font-size: .55rem; font-weight: 850; letter-spacing: .12em; }
.selected-design h2 { margin: 7px 0 8px; font-size: 1.65rem; }
.selected-color { display: flex; gap: 7px; align-items: center; margin: -1px 0 9px; color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.selected-color i { width: 13px; height: 13px; border: 1px solid rgba(32,32,30,.25); border-radius: 50%; }
.selected-design > p { margin: 0; color: var(--muted); font: .78rem/1.5 Georgia,serif; }
.selected-design dl { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid #d7b6a8; }
.selected-design dl > div + div { margin-top: 11px; }
.selected-design dt { margin-bottom: 3px; color: var(--accent-dark); font-size: .55rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.selected-design dd { margin: 0; font: .8rem/1.45 Georgia,serif; }
.optional-label { margin-left: 6px; color: var(--muted); font-size: .53rem; font-weight: 700; letter-spacing: .05em; }
.prefilled-editor .closing-step { border-bottom: 0; }
.step-block { display: grid; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); grid-template-columns: 28px 1fr; }
.step-number { color: var(--accent-dark); font: 700 .6rem Georgia, serif; }
.field-label { display: block; margin-bottom: 8px; font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.builder-controls input, .builder-controls textarea, .builder-controls select, .quantity-label + select { width: 100%; border: 1px solid #aaa397; border-radius: 2px; color: var(--ink); background: var(--paper); outline: 0; }
.builder-controls input:focus, .builder-controls textarea:focus, .builder-controls select:focus, .quantity-label + select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,85,46,.12); }
.builder-controls input { height: 45px; padding: 0 12px; font: 1rem Georgia, serif; }
.builder-controls select, .quantity-label + select { height: 43px; padding: 0 34px 0 11px; }
.builder-controls textarea { min-height: 125px; padding: 13px 14px; resize: vertical; font: .98rem/1.55 Georgia, serif; }
.field-count { display: block; margin-top: 6px; color: var(--muted); font-size: .62rem; text-align: right; }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: .62rem; line-height: 1.45; }
.start-choice { margin-top: 17px; padding: 15px; border: 1px solid #d7b6a8; background: #f6e9e3; }
.start-choice[hidden] { display: none; }
.start-choice-grid { display: grid; gap: 9px; margin-bottom: 11px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.start-choice-grid label { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #b8a89e; border-radius: 2px; background: var(--paper); font: .74rem Georgia,serif; cursor: pointer; }
.start-choice-grid input { width: auto; height: auto; margin: 0; accent-color: var(--accent-dark); }
.start-choice-grid label:has(input:checked) { border-color: var(--accent-dark); box-shadow: inset 0 0 0 1px var(--accent-dark); }
.input-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 6px; color: var(--muted); font-size: .62rem; }
.front-images-label { margin-top: 18px; }
.background-color-label { margin-top: 18px; }
.inside-panel-fields { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.inside-panel-fields > div { min-width: 0; padding: 12px; border: 1px solid var(--line); background: rgba(255,253,248,.55); }
.inside-panel-fields textarea { min-height: 130px; }
.custom-message-extras { display: grid; gap: 14px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.custom-message-extras > div { min-width: 0; padding: 12px; border: 1px solid var(--line); background: rgba(255,253,248,.55); }
.custom-message-extras textarea { min-height: 78px; }
.panel-alignment-label { margin-top: 14px; }
.style-row { display: grid; gap: 14px; padding-top: 25px; grid-template-columns: 1fr 1fr; }

.builder-preview { min-width: 0; padding: clamp(28px,3.4vw,52px); background: #e4ded2; }
.preview-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.live-dot { color: var(--muted); font-size: .56rem; font-weight: 850; letter-spacing: .12em; }
.live-dot i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #4f955a; box-shadow: 0 0 0 4px rgba(79,149,90,.13); }
.preview-toolbar h2, .preview-toolbar h3 { margin: 6px 0 0; font: 500 1.75rem Georgia, serif; }
.preview-tabs { display: inline-flex; padding: 3px; border: 1px solid #aaa397; border-radius: 3px; }
.preview-tabs button { min-width: 68px; min-height: 31px; border: 0; color: var(--muted); background: transparent; font-size: .61rem; font-weight: 850; cursor: pointer; text-transform: uppercase; }
.preview-tabs button.active { color: #fff; background: var(--ink); }
.public-card-stage { display: grid; min-height: 520px; place-items: center; padding: 35px 0 24px; perspective: 1200px; }
.public-card { position: relative; width: min(100%, 670px); aspect-ratio: 1.31; overflow: hidden; border: 1px solid rgba(32,32,30,.1); background: linear-gradient(100deg,rgba(188,170,138,.1),transparent 10%), var(--paper); box-shadow: 0 27px 50px rgba(54,46,36,.19), 0 2px 6px rgba(54,46,36,.1); }
.public-card::after { position: absolute; inset: 0; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); content: ""; pointer-events: none; mix-blend-mode: multiply; }
.public-card.has-actual-photo { width: min(100%,520px); aspect-ratio: 1200/1319; background-color: #d8d0c2; background-position: center; background-repeat: no-repeat; background-size: cover; }
.public-card.has-actual-photo::after { display: none; }
.cover-view.has-actual-photo .outside-preview-panel { visibility: hidden; }
.inside-view.has-actual-photo { transform: none; }
.inside-view.has-actual-photo::before, .inside-view.has-actual-photo .fold-label, .inside-view.has-actual-photo .public-card-panel { display: none; }
.actual-card-personalization { position: absolute; inset: 0; z-index: 3; }
.actual-text-zone { --braille-dot: 2px; --braille-gap: 1px; --braille-cell-width: 8px; --braille-cell-height: 10px; position: absolute; left: 60%; width: 30%; padding: 4px 5px; border-radius: 2px; color: var(--ink); background: rgba(255,253,248,.48); }
.actual-text-zone.greeting-zone { top: 9%; }
.actual-text-zone.closing-zone { bottom: 14%; }
.actual-text-zone > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.actual-message-pair + .actual-message-pair { margin-top: 3px; }
.actual-message-pair p { margin: 0 0 2px; font: .54rem/1.15 Arial,sans-serif; text-align: center; }
.actual-braille-line { display: flex; min-height: var(--braille-cell-height); align-items: center; justify-content: center; }
.inside-view { --braille-dot: 4px; --braille-gap: 2.5px; --braille-cell-width: 17px; --braille-cell-height: 21px; transform: rotateY(-1.5deg); transform-origin: left center; }
.inside-view::before { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 2; border-left: 1px dashed rgba(32,32,30,.2); content: ""; }
.inside-view.custom-card-preview { background: var(--custom-card-border-color,#f4f0e7); }
.inside-view.custom-card-preview::before { top: 14px; bottom: 14px; }
.inside-view.custom-card-preview .public-card-panel { top: 14px; width: calc(50% - 14px); height: calc(100% - 28px); background: #fff; box-shadow: 0 0 0 1px rgba(32,32,30,.06), inset 0 0 18px rgba(188,170,138,.055); }
.inside-view.custom-card-preview .public-card-panel:not(.left-card-panel) { right: 14px; }
.inside-view.custom-card-preview .left-card-panel { left: 14px; }
.inside-view.custom-card-preview .fold-label { top: 30px; }
.fold-label { position: absolute; top: 18px; left: 75%; z-index: 2; color: var(--muted); font-size: .47rem; font-weight: 850; letter-spacing: .13em; transform: translateX(-50%); }
.public-card-panel { position: absolute; top: 0; right: 0; z-index: 1; display: flex; width: 50%; height: 100%; flex-direction: column; padding: 43px 26px 25px; }
.left-card-panel { right: auto; left: 0; }
.preview-lines { display: flex; flex: 1; flex-direction: column; justify-content: center; min-height: 0; }
.message-pair { margin-bottom: 7px; }
.print-line { min-height: 21px; margin: 0; font-family: var(--customer-print-font, Georgia, serif); font-size: .88rem; line-height: 1.25; }
.braille-line { display: flex; min-height: var(--braille-cell-height); align-items: center; }
.inside-view.align-center .print-line { text-align: center; }
.inside-view.align-center .braille-line { justify-content: center; }
.public-card-panel.align-center .print-line { text-align: center; }
.public-card-panel.align-center .braille-line { justify-content: center; }
.custom-extra-preview { width: 100%; }
.custom-extra-preview:empty { display: none; }
.custom-extra-preview .message-pair { margin-bottom: 4px; }
.custom-extra-preview.align-left .print-line { text-align: left; }
.custom-extra-preview.align-left .braille-line { justify-content: flex-start; }
.custom-extra-preview.align-center .print-line { text-align: center; }
.custom-extra-preview.align-center .braille-line { justify-content: center; }
.braille-cell { display: grid; flex: 0 0 var(--braille-cell-width); width: var(--braille-cell-width); height: var(--braille-cell-height); grid-auto-flow: column; grid-template: repeat(3,var(--braille-dot)) / repeat(2,var(--braille-dot)); gap: var(--braille-gap); align-content: center; justify-content: center; }
.braille-dot { width: var(--braille-dot); height: var(--braille-dot); border: 1px solid rgba(32,32,30,.15); border-radius: 50%; }
.braille-dot.active { border-color: var(--ink); background: var(--ink); box-shadow: 0 1px 1px rgba(0,0,0,.17); }
.translation-message { margin: 0; color: var(--muted); font: italic .85rem Georgia, serif; text-align: center; }
.card-legend { display: flex; gap: 6px; align-items: center; justify-content: flex-end; padding-top: 10px; border-top: 1px solid rgba(32,32,30,.16); color: #8d887e; font-size: .42rem; font-weight: 850; letter-spacing: .09em; }
.card-legend i { width: 13px; height: 1px; background: #8d887e; }
.card-legend span:nth-of-type(2) { margin-left: 5px; }
.card-legend b { font-size: .53rem; letter-spacing: 1px; }
.cover-view { display: flex; padding: 0; color: var(--ink); background: var(--paper); text-align: center; }
.cover-view[hidden], .back-view[hidden] { display: none; }
.single-panel-preview { --braille-dot: 4px; --braille-gap: 2.4px; --braille-cell-width: 16px; --braille-cell-height: 20px; display: grid; width: min(100%,430px); aspect-ratio: 5.5/8.5; place-items: stretch; padding: 14px; color: var(--ink); background: var(--custom-card-border-color,#f4f0e7); text-align: center; }
.single-panel-preview.has-actual-photo { width: min(100%,520px); aspect-ratio: 1200/1319; padding: 0; background-color: #d8d0c2; background-position: center; background-repeat: no-repeat; background-size: cover; }
.cover-view.custom-card-preview, .back-view.custom-card-preview { background: var(--custom-card-border-color,#f4f0e7); }
.cover-view > p:not(.sr-only) { display: none; }
.cover-view.has-actual-photo .single-preview-panel { visibility: hidden; }
.single-preview-panel { position: relative; z-index: 1; display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 44px 24px 31px; background: #fff; box-shadow: inset 0 0 18px rgba(188,170,138,.055); }
.outside-sheet-preview { --braille-dot: 3.5px; --braille-gap: 2px; --braille-cell-width: 15px; --braille-cell-height: 18px; flex-direction: row; }
.outside-preview-panel { position: relative; z-index: 1; display: flex; width: 50%; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 44px 24px 31px; }
.outside-preview-back { border-right: 1px dashed rgba(32,32,30,.22); }
.single-preview-panel.outside-preview-back { border-right: 0; }
.outside-panel-label { position: absolute; top: 19px; left: 50%; color: var(--muted); font-size: .47rem; font-weight: 850; letter-spacing: .16em; transform: translateX(-50%); }
.back-imprint { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 3%; }
.outside-message-pair { width: 100%; }
.outside-message-pair + .outside-message-pair { margin-top: 7px; }
.outside-message-pair p { margin: 0 0 3px; font: .68rem/1.2 Georgia, serif; text-align: center; }
.copyright-pair p { font-size: .58rem; }
.outside-braille { display: flex; width: 100%; flex-direction: column; align-items: center; }
.outside-braille .braille-line { justify-content: center; }
.front-imprint { display: flex; width: 100%; flex-direction: column; align-items: center; justify-content: center; }
.front-image-preview { display: flex; width: 100%; margin-bottom: 12px; justify-content: center; }
.front-image-preview:empty { display: none; }
.front-image-preview img { width: var(--front-art-width, 53%); max-width: 95%; max-height: 150px; object-fit: contain; }
.cover-preview-lines { width: 100%; max-width: 95%; }
.cover-message-pair { width: 100%; margin: 0; }
.cover-message-pair + .cover-message-pair { margin-top: 2px; }
.cover-message-pair .print-line { min-height: 0; margin: 0 0 2px; overflow: hidden; font-family: var(--customer-print-font, "Crafty Girls", Georgia, serif); font-size: 1.55rem; line-height: 1.05; letter-spacing: -.035em; text-align: center; white-space: nowrap; }
.cover-message-pair .braille-line { justify-content: center; min-height: var(--braille-cell-height); }
.preview-foot { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; border-top: 1px solid #bdb6a9; color: var(--muted); font-size: .59rem; font-weight: 700; }
.preview-foot .warning { color: var(--accent-dark); font-weight: 850; }
.order-bar { display: grid; min-height: 85px; align-items: center; padding: 16px clamp(24px,3.5vw,52px); border-top: 1px solid var(--line); background: var(--paper); grid-column: 1/-1; grid-template-columns: 1fr auto 60px auto; gap: 16px; }
.order-bar > div span, .order-bar > div strong { display: block; }
.order-bar > div span { margin-bottom: 3px; color: var(--muted); font-size: .56rem; font-weight: 850; letter-spacing: .09em; }
.order-bar > div strong { font: 500 1.25rem Georgia, serif; }
.order-bar > div small { display: block; margin-top: 3px; color: var(--muted); font-size: .52rem; }
.quantity-label { font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.quantity-label + select { width: 60px; }
.order-bar .button { min-width: 190px; }

.story { display: grid; align-items: center; gap: clamp(55px,8vw,140px); background: var(--paper); grid-template-columns: 1fr 1fr; }
.story-card-art { display: grid; min-height: 570px; place-items: center; background: linear-gradient(140deg,#d8d0c1,#bfb2a0); }
.story-paper { display: flex; width: min(68%,390px); aspect-ratio: .75; flex-direction: column; justify-content: center; padding: 12%; background: var(--paper); box-shadow: 0 35px 65px rgba(55,45,33,.26); transform: rotate(-4deg); }
.story-paper span { font: 500 clamp(2rem,4vw,4rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.story-paper em { color: var(--accent-dark); font-family: "Crafty Girls", Georgia, serif; }
.story-braille { --braille-dot: 2.5px; --braille-gap: 1.5px; --braille-cell-width: 12px; --braille-cell-height: 15px; display: flex; margin-top: 45px; flex-direction: column; gap: 3px; }
.story-braille .braille-line { justify-content: flex-start; }
.story-copy { max-width: 590px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font: 1rem/1.75 Georgia, serif; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy .text-link { margin-top: 18px; }
.closing-cta { position: relative; display: flex; min-height: 520px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 75px 20px; color: #fff; background: var(--accent-dark); text-align: center; }
.closing-cta::before, .closing-cta::after { position: absolute; width: 260px; height: 390px; border: 1px solid rgba(255,255,255,.14); content: ""; transform: rotate(22deg); }
.closing-cta::before { top: -140px; left: -40px; }
.closing-cta::after { right: -45px; bottom: -170px; }
.closing-cta .eyebrow { color: #f3d6cb; }
.closing-cta h2 { margin-bottom: 35px; font-size: clamp(3.2rem,6vw,6.2rem); }
.closing-dots { position: absolute; top: 50%; left: 9%; color: rgba(255,255,255,.22); font-size: 1.7rem; line-height: 1.4; letter-spacing: 10px; transform: translateY(-50%); }

.shop-footer { display: grid; min-height: 170px; align-items: center; padding: 45px clamp(22px,6vw,90px); border-top: 1px solid var(--line); background: var(--paper); grid-template-columns: 1fr auto 1fr; }
.customize-page .customizer { padding-top: clamp(38px, 4.5vw, 68px); border-top: 0; }
.customize-page .customizer-intro { display: block; max-width: 780px; margin: 0 auto 48px; text-align: center; }
.customize-page .customizer-intro > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 27px; justify-content: center; }
.shop-footer > p { justify-self: end; margin: 0; color: var(--muted); font-size: .61rem; }

.policy-main { background: var(--paper); }
.policy-hero { display: grid; min-height: 330px; align-items: end; padding: clamp(68px, 9vw, 118px) clamp(22px, 6vw, 90px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 14% 10%, #fff 0, transparent 24rem), var(--canvas); }
.policy-hero > div { max-width: 900px; }
.policy-hero h1 { margin: 0; font: 500 clamp(3rem, 6vw, 6rem)/.92 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.policy-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font: 1rem/1.65 Georgia, serif; }
.policy-content { max-width: 860px; margin: 0 auto; padding: clamp(48px, 7vw, 92px) clamp(22px, 5vw, 44px); }
.policy-card { padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); background: rgba(255,253,248,.78); box-shadow: 0 18px 45px rgba(55,48,38,.07); }
.policy-card h2 { margin: 0 0 18px; font: 500 clamp(1.8rem, 3vw, 2.8rem)/1 Georgia, serif; letter-spacing: -.03em; }
.policy-card p { margin: 0; color: var(--ink); font: 1rem/1.75 Georgia, serif; }
.policy-card p + p { margin-top: 17px; }
.policy-card ul { margin: 14px 0 0; padding-left: 21px; color: var(--ink); font: 1rem/1.7 Georgia, serif; }
.policy-card li + li { margin-top: 6px; }
.policy-card a { color: var(--accent-dark); font-weight: 750; }
.policy-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--accent-dark); background: #f6e9e3; color: var(--ink); font: .94rem/1.6 Georgia, serif; }
.policy-note strong { color: var(--accent-dark); }

.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(32,32,30,.38); backdrop-filter: blur(2px); }
.bag-drawer { position: fixed; top: 0; right: 0; z-index: 60; display: flex; width: min(440px,100%); height: 100dvh; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(32,32,30,.18); transform: translateX(105%); transition: transform 220ms ease; }
.bag-drawer.open { transform: none; }
.drawer-header { display: flex; min-height: 85px; align-items: center; justify-content: space-between; padding: 18px 25px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font: 500 1.9rem Georgia, serif; }
.drawer-header button { width: 38px; height: 38px; border: 0; background: transparent; font: 300 2rem Georgia, serif; cursor: pointer; }
.bag-items { flex: 1; overflow-y: auto; padding: 25px; }
.empty-bag { margin-top: 35%; color: var(--muted); font: italic 1rem/1.5 Georgia, serif; text-align: center; }
.bag-item { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line); grid-template-columns: 74px 1fr auto; gap: 14px; }
.bag-item-swatch { display: grid; aspect-ratio: .78; place-items: center; color: #fff; background: var(--accent-dark); font: 500 .64rem/1.1 Georgia,serif; text-align: center; }
.bag-item h3 { margin: 3px 0 5px; font: 500 1rem Georgia,serif; }
.bag-item p { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.5; }
.bag-item .bag-price-breakdown { margin-top: 6px; color: var(--ink); font-weight: 700; }
.bag-item strong { font: 500 .9rem Georgia,serif; }
.remove-item { margin-top: 13px; padding: 0; border: 0; border-bottom: 1px solid var(--muted); color: var(--muted); background: transparent; font-size: .58rem; cursor: pointer; }
.bag-footer { padding: 22px 25px 28px; border-top: 1px solid var(--line); }
.bag-footer > div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 5px; }
.bag-footer > div strong { font: 500 1.25rem Georgia,serif; }
.bag-footer .bag-total-row { margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.bag-footer .bag-total-row strong { color: var(--accent-dark); }
.bag-footer p { margin: 7px 0 18px; color: var(--muted); font-size: .61rem; }
.bag-footer .checkout-reminder { margin: 12px 0 18px; padding: 12px 13px; border: 1px solid #d7b6a8; background: #f6e9e3; color: var(--ink); font-size: .68rem; line-height: 1.45; }
.bag-footer .button { width: 100%; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 70; max-width: min(360px,calc(100vw - 48px)); padding: 13px 17px; border-radius: 2px; color: #fff; background: var(--ink); box-shadow: 0 9px 28px rgba(0,0,0,.22); font-size: .76rem; opacity: 0; transform: translateY(10px); transition: opacity 180ms ease, transform 180ms ease; pointer-events: none; }
.toast.visible { opacity: 1; transform: none; }
.checkout-result { display: flex; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 40px 20px; text-align: center; }
.checkout-result h1 { max-width: 760px; font: 500 clamp(3.4rem, 7vw, 7rem)/.9 Georgia, serif; letter-spacing: -.06em; }
.checkout-result p:not(.eyebrow) { max-width: 560px; margin: 0; color: var(--muted); font: 1rem/1.6 Georgia, serif; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 45px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .builder-shell { grid-template-columns: 1fr; }
  .builder-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .shop-footer { gap: 30px; grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
  .shop-footer > p { justify-self: start; grid-column: 1/-1; }
}

@media (max-width: 800px) {
  .announcement { justify-content: center; }
  .announcement p:nth-child(2) { display: none; }
  .shop-header { padding-bottom: 8px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: flex; width: 100%; grid-column: 1/-1; grid-row: 2; gap: 24px; justify-content: center; overflow-x: auto; padding: 13px 4px 7px; border-top: 1px solid var(--line); scrollbar-width: none; }
  .desktop-nav a { flex: 0 0 auto; min-height: 28px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; border-right: 0; }
  .hero-art { min-height: 610px; }
  .braille-home-promo { grid-template-columns: minmax(0, 1fr); }
  .braille-home-promo__actions { justify-content: flex-start; }
  .promise-strip { gap: 17px; }
  .promise-strip p { font-size: .8rem; }
  .customizer-intro { display: block; }
  .customizer-intro > p:not(.eyebrow) { margin-top: 25px; }
  .story { grid-template-columns: 1fr; }
  .story-card-art { min-height: 480px; }
  .story-copy { max-width: none; }
}

@media (max-width: 600px) {
  .ri-wordmark strong { font-size: .96rem; }
  .ri-wordmark small { font-size: .47rem; }
  .hero-copy { min-height: 550px; padding: 65px 24px; }
  .hero h1 { font-size: clamp(3.3rem,16vw,5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-trust { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 34px; }
  .hero-card { width: 69%; }
  .braille-home-promo { gap: 24px; padding: 34px 24px; }
  .braille-home-promo__copy { width: calc(100vw - 48px); max-width: 100%; }
  .braille-home-promo h2, .braille-home-promo__copy > p:last-child { max-width: 100%; white-space: normal; }
  .braille-home-promo__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-caption { right: 16px; }
  .promise-strip { flex-wrap: wrap; gap: 8px 14px; padding-block: 18px; }
  .promise-strip p { width: calc(50% - 20px); text-align: center; }
  .promise-strip p:last-child { width: 100%; }
  .promise-strip span:nth-of-type(2) { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .product-grid { gap: 40px; grid-template-columns: 1fr; }
  .product-preview { aspect-ratio: 1.05; }
  .how-list { flex-direction: column; gap: 12px; }
  .builder-controls, .builder-preview { padding: 25px 18px; }
  .builder-topline span:last-child { display: none; }
  .style-row { grid-template-columns: 1fr; }
  .start-choice-grid { grid-template-columns: 1fr; }
  .inside-panel-fields { grid-template-columns: 1fr; }
  .custom-message-extras { grid-template-columns: 1fr; }
  .preview-toolbar { align-items: start; flex-direction: column; }
  .public-card-stage { min-height: 370px; padding-block: 24px 12px; }
  .public-card { width: 550px; transform: scale(.57); }
  .inside-view { margin: -95px -120px; transform: scale(.57) rotateY(-1.5deg); }
  .cover-view, .back-view { margin: -95px -120px; transform: scale(.57); }
  .inside-view.has-actual-photo, .cover-view.has-actual-photo { width: 500px; margin: -80px -105px; transform: scale(.57); }
  .order-bar { grid-template-columns: 1fr auto 60px; }
  .order-bar .button { width: 100%; grid-column: 1/-1; }
  .closing-dots { display: none; }
  .shop-footer { display: flex; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; justify-self: auto; }
  .shop-footer > p { justify-self: auto; }
}

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

@media (forced-colors: active) {
  :where(a, button, input, textarea, select, [tabindex]):focus-visible { outline-color: Highlight; }
  .braille-dot.active { background: CanvasText; }
  .filter-chip.active, .preview-tabs button.active { border: 2px solid ButtonText; }
}
