:root {
  --black: #0b0b0b;
  --ink: #141414;
  --paper: #f7f7f5;
  --white: #ffffff;
  --ivory: #f2eadc;
  --grey: #747474;
  --light-grey: #e6e6e2;
  --font-display: "Oswald", "Arial Narrow", Arial, sans-serif;
  --font-body: Helvetica, Arial, sans-serif;
  --page-pad: clamp(18px, 3vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 14px; line-height: 1.45; }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid #2e6ee6; outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.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; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 12px 16px; color: var(--black); background: var(--ivory); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.announcement { height: 30px; display: grid; place-items: center; color: var(--black); background: var(--ivory); font-family: var(--font-display); font-size: 10px; letter-spacing: .17em; }
.announcement p { margin: 0; }
.announcement span { padding: 0 8px; }

.site-header { position: relative; z-index: 30; height: 76px; padding: 0 var(--page-pad); color: var(--white); background: var(--black); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.header-action, .cart-trigger, .icon-button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.header-action { width: max-content; padding: 12px 0; display: flex; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.menu-lines { width: 20px; display: grid; gap: 5px; }
.menu-lines i { height: 1px; width: 100%; display: block; background: currentColor; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 23px; font-weight: 500; text-transform: uppercase; letter-spacing: .055em; }
.wordmark img { width: 30px; height: 24px; object-fit: contain; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 14px; }
.icon-button { width: 28px; height: 36px; padding: 6px; }
.icon-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-trigger { padding: 8px 0 8px 8px; display: flex; align-items: center; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.cart-count { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border: 1px solid #555; border-radius: 50%; font-size: 9px; }

.page-overlay { position: fixed; z-index: 70; inset: 0; background: rgba(0, 0, 0, .55); opacity: 0; transition: opacity .25s ease; }
.page-overlay.is-visible { opacity: 1; }
.drawer { position: fixed; z-index: 90; top: 0; bottom: 0; width: min(430px, 92vw); color: var(--ink); background: var(--white); box-shadow: 0 0 50px rgba(0,0,0,.2); transition: transform .35s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.menu-drawer { left: 0; transform: translateX(-105%); }
.cart-drawer { right: 0; transform: translateX(105%); }
.drawer.is-open { transform: translateX(0); }
.drawer-head { min-height: 74px; padding: 0 22px; border-bottom: 1px solid var(--light-grey); display: flex; align-items: center; justify-content: space-between; }
.drawer-head p { margin: 0; font-family: var(--font-display); font-size: 17px; text-transform: uppercase; letter-spacing: .08em; }
.drawer-close, .search-close, .modal-close { width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; font-size: 29px; font-weight: 300; line-height: 1; }
.drawer-nav { padding: 12px 22px 22px; display: grid; }
.drawer-nav button, .drawer-nav a { min-height: 47px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--light-grey); background: transparent; cursor: pointer; font-family: var(--font-display); font-size: 19px; text-align: left; text-transform: uppercase; letter-spacing: .02em; }
.drawer-nav span { color: #818181; font-family: var(--font-body); font-size: 10px; }
.drawer-feature { margin: 0 22px; position: relative; overflow: hidden; background: #333; }
.drawer-feature img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .4s ease; }
.drawer-feature:hover img { transform: scale(1.025); }
.drawer-feature p { position: absolute; left: 13px; bottom: 10px; margin: 0; padding: 6px 8px; color: white; background: rgba(0,0,0,.8); font-family: var(--font-display); font-size: 10px; letter-spacing: .13em; }
.drawer-foot { padding: 25px 22px 35px; display: flex; justify-content: space-between; color: var(--grey); font-size: 11px; }
.drawer-foot a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

.search-panel { position: fixed; z-index: 85; top: 0; right: 0; left: 0; max-height: min(640px, 88vh); color: var(--ink); background: var(--white); transform: translateY(-105%); transition: transform .35s ease; overflow-y: auto; }
.search-panel.is-open { transform: translateY(0); }
.search-inner { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 45px; }
.search-inner > label { display: block; margin-bottom: 20px; font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.search-field { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--black); }
.search-field input { width: 100%; padding: 12px 0 16px; border: 0; outline: 0; font-family: var(--font-display); font-size: clamp(25px, 5vw, 50px); letter-spacing: .03em; }
.search-hint { margin: 13px 0 25px; color: var(--grey); font-size: 11px; }
.search-results { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.search-result { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.search-result img { width: 100%; aspect-ratio: 3/2; object-fit: cover; background: #ddd; }
.search-result strong { margin-top: 9px; display: block; font-family: var(--font-display); font-size: 13px; text-transform: uppercase; }
.search-result span { color: var(--grey); font-size: 10px; }
.search-empty { grid-column: 1/-1; padding: 25px 0; border-top: 1px solid var(--light-grey); color: var(--grey); }

.hero { min-height: min(790px, calc(100vh - 106px)); position: relative; display: grid; align-items: center; color: var(--white); background: #222; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 41%, rgba(0,0,0,.08) 75%); }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.04); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 50vw); padding: 70px var(--page-pad) 100px; }
.kicker { margin: 0 0 16px; font-family: var(--font-display); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-title-row h2, .shop-heading h2, .editorial-copy h2, .give-copy h2, .faq-section h2, .newsletter h2, .simple-dialog h2 { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(70px, 10.8vw, 158px); line-height: .86; letter-spacing: -.045em; }
.hero-copy > p:not(.kicker) { max-width: 480px; margin: 27px 0 0; color: #e2e2e2; font-size: 16px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; gap: 10px; }
.button { min-height: 49px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--black); cursor: pointer; font-family: var(--font-display); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; transition: color .18s, background .18s; }
.button-light { color: var(--black); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: transparent; }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.7); }
.button-outline-light:hover { color: var(--black); background: var(--white); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { color: var(--black); background: var(--white); }
.hero-proof { position: absolute; z-index: 2; right: var(--page-pad); bottom: 28px; display: flex; align-items: center; gap: 13px; font-size: 9px; letter-spacing: .13em; }
.hero-proof p { margin: 0; }
.stars { color: var(--ivory); font-size: 12px; letter-spacing: 3px; }

.trust-strip { border-bottom: 1px solid var(--light-grey); display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { min-height: 95px; padding: 25px var(--page-pad); border-right: 1px solid var(--light-grey); display: flex; flex-direction: column; justify-content: center; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font-family: var(--font-display); font-size: 12px; letter-spacing: .1em; }
.trust-strip span { margin-top: 4px; color: var(--grey); font-size: 10px; }

.category-section, .shop-section, .newsletter { padding: 100px var(--page-pad); }
.section-title-row { margin-bottom: 38px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-title-row h2, .shop-heading h2, .faq-section h2, .newsletter h2 { margin: 0; font-size: clamp(43px, 6vw, 78px); line-height: .98; letter-spacing: -.035em; }
.section-title-row > p { max-width: 470px; margin: 0; color: var(--grey); font-size: 15px; line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.category-card { min-width: 0; padding: 0; position: relative; overflow: hidden; border: 0; background: #303030; cursor: pointer; }
.category-card img { width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .45s ease; }
.category-card-wide img { aspect-ratio: 3/2; }
.category-card:hover img { transform: scale(1.025); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.75)); }
.category-card > span { position: absolute; z-index: 1; right: 18px; bottom: 17px; left: 18px; color: var(--white); display: flex; align-items: end; justify-content: space-between; }
.category-card b { font-family: var(--font-display); font-size: clamp(20px, 2.5vw, 34px); font-weight: 500; text-transform: uppercase; letter-spacing: .02em; }
.category-card i { font-size: 10px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }

.shop-section { padding-top: 50px; }
.shop-heading { padding-bottom: 35px; border-bottom: 1px solid var(--light-grey); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.results-count { margin: 0 0 7px; color: var(--grey); font-size: 11px; }
.shop-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 30px; }
.filters { padding-top: 22px; border-right: 1px solid var(--light-grey); }
.filter-head { padding: 0 24px 19px 0; display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.filter-head button { border: 0; background: transparent; color: var(--grey); cursor: pointer; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; text-transform: uppercase; }
.filters fieldset { margin: 0; padding: 19px 24px 20px 0; border: 0; border-top: 1px solid var(--light-grey); }
.filters legend { width: 100%; margin-bottom: 13px; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.filters label { padding: 7px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; color: #454545; font-size: 11px; cursor: pointer; }
.filters label span { color: #999; }
.filters input { width: 14px; height: 14px; margin: 0; accent-color: var(--black); }
.desktop-sort { padding: 20px 24px 0 0; border-top: 1px solid var(--light-grey); display: grid; gap: 8px; }
.desktop-sort label { display: block; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.desktop-sort select, .mobile-filter-row select { width: 100%; padding: 10px 30px 10px 10px; border: 1px solid #ccc; background: var(--white); font-size: 10px; text-transform: uppercase; }
.mobile-filter-row { display: none; }
.product-grid { padding-top: 22px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 10px; }
.product-card { min-width: 0; }
.product-visual { position: relative; background: #ececea; overflow: hidden; cursor: pointer; }
.product-visual > button { width: 100%; aspect-ratio: 3/2; padding: 0; border: 0; background: transparent; display: block; overflow: hidden; cursor: pointer; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-visual img { transform: scale(1.018); }
.product-badge { position: absolute; top: 9px; left: 9px; padding: 5px 7px; color: var(--white); background: var(--black); font-family: var(--font-display); font-size: 8px; letter-spacing: .09em; }
.quick-add { position: absolute; right: 8px; bottom: 8px; left: 8px; display: grid; grid-template-columns: 1fr auto; opacity: 0; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.product-card:hover .quick-add, .quick-add:focus-within { opacity: 1; transform: none; }
.quick-add select { min-width: 0; padding: 10px 7px; border: 1px solid var(--black); border-right: 0; background: var(--white); font-size: 9px; text-transform: uppercase; }
.quick-add button { padding: 0 11px; border: 1px solid var(--black); color: var(--white); background: var(--black); cursor: pointer; font-family: var(--font-display); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.product-info { padding-top: 12px; display: grid; grid-template-columns: 1fr auto; gap: 3px 12px; }
.product-type { grid-column: 1/-1; margin: 0; color: var(--grey); font-family: var(--font-display); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.product-title-button { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.product-title-button:hover { text-decoration: underline; text-underline-offset: 3px; }
.product-info .price { font-size: 11px; }
.product-info .verse { margin: 1px 0 0; color: var(--grey); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.load-more { min-width: 180px; min-height: 48px; margin: 50px auto 0; padding: 0 20px; border: 1px solid var(--black); background: var(--white); display: flex; align-items: center; justify-content: center; gap: 15px; cursor: pointer; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.load-more:hover { color: var(--white); background: var(--black); }

.editorial-banner { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--black); color: var(--white); }
.editorial-image { min-height: 650px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h2 { margin: 0; max-width: 650px; font-size: clamp(55px, 7vw, 100px); line-height: .94; letter-spacing: -.04em; }
.editorial-copy > p:not(.kicker) { max-width: 540px; margin: 30px 0; color: #bdbdbd; font-size: 15px; line-height: 1.75; }
.arrow-link { width: max-content; padding-bottom: 5px; border-bottom: 1px solid #777; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.arrow-link span { padding-left: 20px; }

.verse-band { min-height: 380px; padding: 70px var(--page-pad); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ivory); }
.verse-band img { width: 48px; filter: invert(1); }
.verse-band blockquote { margin: 25px 0 13px; max-width: 1000px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 72px); line-height: 1.1; letter-spacing: -.025em; }
.verse-band cite { font-style: normal; font-size: 9px; letter-spacing: .18em; }

.give-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.give-copy { padding: clamp(60px, 8vw, 130px) var(--page-pad); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.give-copy h2 { max-width: 760px; margin: 0; font-size: clamp(45px, 6vw, 82px); line-height: .97; letter-spacing: -.035em; }
.give-copy > p:not(.kicker) { max-width: 590px; margin: 28px 0; color: var(--grey); font-size: 15px; line-height: 1.75; }
.give-copy small { max-width: 480px; margin-top: 20px; color: #888; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.give-image { min-height: 620px; position: relative; background: #0d0d0d; overflow: hidden; }
.give-image img { width: 100%; height: 100%; object-fit: cover; }
.give-image span { position: absolute; right: 18px; bottom: 16px; padding: 6px 8px; color: var(--white); background: rgba(0,0,0,.8); font-size: 8px; letter-spacing: .13em; }

.faq-section { border-top: 1px solid var(--light-grey); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--black); }
.faq-list details { border-bottom: 1px solid var(--light-grey); }
.faq-list summary { padding: 23px 0; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 15px; text-transform: uppercase; letter-spacing: .035em; }
.faq-list summary::-webkit-details-marker, .product-accordions summary::-webkit-details-marker { display: none; }
.faq-list summary span, .product-accordions summary span { transition: transform .2s; }
.faq-list details[open] summary span, .product-accordions details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 630px; margin: -5px 0 24px; color: var(--grey); font-size: 13px; line-height: 1.7; }

.newsletter { color: var(--white); background: var(--black); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.newsletter h2 { color: var(--white); }
.newsletter-form { border-bottom: 1px solid #777; display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; padding: 17px 0; border: 0; outline: 0; color: var(--white); background: transparent; font-family: var(--font-display); font-size: 15px; letter-spacing: .06em; }
.newsletter-form input::placeholder { color: #8d8d8d; }
.newsletter-form button { border: 0; color: var(--white); background: transparent; cursor: pointer; font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.newsletter-form button span { padding-left: 15px; }
.form-status { grid-column: 2; min-height: 18px; margin: 10px 0 0; color: #aaa; font-size: 10px; }

.site-footer { padding: 70px var(--page-pad) 25px; color: var(--white); background: var(--black); border-top: 1px solid #2d2d2d; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; }
.footer-brand img { grid-row: 1/3; width: 40px; }
.footer-brand strong { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; letter-spacing: .06em; }
.footer-brand span { color: #888; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links { margin: 60px 0 75px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links h3 { margin: 0 0 10px; color: #777; font-family: var(--font-display); font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .13em; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer; font-size: 11px; }
.footer-links a:hover, .footer-links button:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { padding-top: 22px; border-top: 1px solid #2d2d2d; display: flex; justify-content: space-between; color: #777; font-size: 8px; letter-spacing: .12em; }
.footer-bottom p { margin: 0; }

.cart-drawer { display: flex; flex-direction: column; }
.shipping-meter { padding: 17px 22px; background: #f6f6f3; }
.shipping-meter p { margin: 0 0 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.shipping-meter > span { height: 2px; display: block; background: #ddd; }
.shipping-meter i { width: 100%; height: 100%; display: block; background: var(--black); }
.cart-items { min-height: 0; padding: 0 22px; overflow-y: auto; }
.cart-line { padding: 18px 0; border-bottom: 1px solid var(--light-grey); display: grid; grid-template-columns: 94px 1fr auto; gap: 13px; }
.cart-line img { width: 94px; aspect-ratio: 3/2; object-fit: cover; }
.cart-line h3 { margin: 1px 0 5px; font-family: var(--font-display); font-size: 13px; font-weight: 500; text-transform: uppercase; }
.cart-line p { margin: 0; color: var(--grey); font-size: 9px; text-transform: uppercase; }
.cart-line strong { font-size: 10px; font-weight: 400; }
.cart-line-actions { margin-top: 12px; display: flex; align-items: center; gap: 10px; }
.cart-line-actions button { width: 24px; height: 24px; padding: 0; border: 1px solid #ccc; background: white; cursor: pointer; }
.cart-line-actions .remove-item { width: auto; margin-left: 6px; border: 0; color: var(--grey); font-size: 8px; text-decoration: underline; }
.cart-empty { margin: auto 0; padding: 55px 22px; text-align: center; }
.cart-empty img { width: 48px; margin: 0 auto 22px; filter: invert(1); }
.cart-empty h2 { margin: 0 0 10px; font-family: var(--font-display); font-size: 32px; text-transform: uppercase; }
.cart-empty p { margin: 0 0 25px; color: var(--grey); }
.cart-summary { margin-top: auto; padding: 22px; border-top: 1px solid var(--light-grey); background: var(--white); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 16px; text-transform: uppercase; }
.cart-summary p { color: var(--grey); font-size: 9px; }
.cart-summary .button { width: 100%; }

dialog { color: var(--ink); background: var(--white); border: 0; padding: 0; }
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.modal-close { position: absolute; z-index: 3; top: 10px; right: 10px; color: var(--ink); background: rgba(255,255,255,.9); }
.product-dialog { width: min(1180px, calc(100% - 30px)); max-height: calc(100vh - 30px); }
.product-dialog-layout { display: grid; grid-template-columns: 1.35fr .65fr; }
.product-dialog-media { min-height: 650px; position: relative; background: #ddd; }
.product-dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.media-badge { position: absolute; left: 15px; bottom: 15px; padding: 6px 8px; color: white; background: rgba(0,0,0,.82); font-size: 8px; letter-spacing: .13em; }
.product-dialog-copy { padding: 60px 35px 30px; overflow-y: auto; }
.product-dialog-copy h2 { margin: 3px 0 7px; font-family: var(--font-display); font-size: clamp(36px, 4vw, 60px); font-weight: 500; line-height: .98; text-transform: uppercase; }
.product-price { margin: 0 0 18px; font-size: 13px; }
.product-verse { padding: 13px 0; border-top: 1px solid var(--light-grey); border-bottom: 1px solid var(--light-grey); font-family: var(--font-display); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-dialog-copy > p:not(.product-type,.product-price,.product-verse) { color: var(--grey); font-size: 12px; line-height: 1.7; }
.size-line { margin: 25px 0 10px; display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.size-line button { border: 0; background: transparent; cursor: pointer; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.size-options { display: flex; flex-wrap: wrap; gap: 7px; }
.size-options button { min-width: 45px; height: 40px; padding: 0 10px; border: 1px solid #bbb; background: white; cursor: pointer; font-size: 10px; }
.size-options button.is-selected { color: white; background: var(--black); border-color: var(--black); }
.quantity-row { width: 120px; height: 42px; margin: 20px 0 10px; border: 1px solid #aaa; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; text-align: center; }
.quantity-row button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.modal-add { width: 100%; }
.product-accordions { margin-top: 24px; border-top: 1px solid var(--light-grey); }
.product-accordions details { border-bottom: 1px solid var(--light-grey); }
.product-accordions summary { padding: 14px 0; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-accordions details div, .product-accordions details p { margin: 0 0 16px; color: var(--grey); font-size: 10px; line-height: 1.6; }
.product-accordions dl { margin: 0; }
.product-accordions dl div { display: flex; justify-content: space-between; gap: 20px; }
.product-accordions dt { text-transform: uppercase; }
.product-accordions dd { margin: 0; text-align: right; }
.simple-dialog { width: min(620px, calc(100% - 30px)); padding: 55px 45px 45px; }
.simple-dialog h2 { margin: 0; font-size: 48px; line-height: 1; }
.simple-dialog > p:not(.kicker) { color: var(--grey); line-height: 1.7; }
.size-table { margin-top: 25px; border-top: 1px solid var(--black); }
.size-table > div { padding: 11px 5px; border-bottom: 1px solid var(--light-grey); display: grid; grid-template-columns: repeat(3,1fr); font-size: 11px; }
.toast { position: fixed; z-index: 150; right: 20px; bottom: 20px; max-width: 360px; padding: 14px 18px; color: white; background: var(--black); border: 1px solid #555; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s, transform .2s; font-size: 11px; }
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1150px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial-image { min-height: 560px; }
}

@media (max-width: 850px) {
  .site-header { height: 66px; }
  .header-action > span:last-child, .cart-trigger > span:first-child, .account-trigger { display: none; }
  .wordmark { font-size: 19px; }
  .wordmark img { width: 25px; }
  .header-tools { gap: 8px; }
  .hero { min-height: 660px; align-items: end; }
  .hero::after { background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.08) 85%); }
  .hero-image img { object-position: 61% center; }
  .hero-copy { width: 100%; padding: 45px var(--page-pad) 95px; }
  .hero h1 { font-size: clamp(66px, 18vw, 118px); }
  .hero-copy > p:not(.kicker) { max-width: 520px; }
  .hero-proof { left: var(--page-pad); right: auto; bottom: 24px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--light-grey); }
  .section-title-row { grid-template-columns: 1fr; gap: 20px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card-wide { grid-column: 1/-1; }
  .category-card-wide img { aspect-ratio: 2/1; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { display: none; padding: 18px; border: 1px solid var(--light-grey); }
  .filters.is-open { display: block; }
  .filters .desktop-sort { display: none; }
  .mobile-filter-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--light-grey); }
  .mobile-filter-row > button, .mobile-filter-row > label { min-height: 50px; padding: 0 13px; border: 0; border-right: 1px solid var(--light-grey); background: white; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-filter-row select { width: auto; padding: 0; border: 0; text-align: right; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-banner, .give-section { grid-template-columns: 1fr; }
  .editorial-image, .give-image { min-height: 0; }
  .editorial-image img, .give-image img { aspect-ratio: 3/2; }
  .editorial-copy { padding: 75px var(--page-pad); }
  .give-copy { padding-block: 75px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .newsletter { grid-template-columns: 1fr; gap: 35px; }
  .form-status { grid-column: auto; }
  .product-dialog-layout { grid-template-columns: 1fr; }
  .product-dialog-media { min-height: 0; }
  .product-dialog-media img { aspect-ratio: 3/2; }
  .search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .announcement { height: 27px; font-size: 8px; }
  .site-header { padding-inline: 15px; grid-template-columns: auto 1fr auto; }
  .wordmark { justify-self: center; gap: 7px; font-size: 16px; }
  .wordmark img { width: 22px; }
  .icon-button { width: 25px; }
  .hero { min-height: 590px; }
  .hero-image img { object-position: 65% center; }
  .hero-copy { padding-bottom: 90px; }
  .hero h1 { font-size: 68px; }
  .hero-copy > p:not(.kicker) { margin-top: 19px; font-size: 13px; }
  .hero-actions { margin-top: 24px; }
  .button { min-height: 45px; padding: 0 15px; font-size: 10px; }
  .hero-proof { font-size: 7px; }
  .trust-strip div { min-height: 78px; padding: 18px; }
  .trust-strip strong { font-size: 10px; }
  .trust-strip span { font-size: 8px; }
  .category-section, .shop-section, .newsletter { padding-block: 68px; }
  .section-title-row h2, .shop-heading h2, .faq-section h2, .newsletter h2 { font-size: 45px; }
  .section-title-row > p { font-size: 12px; }
  .category-grid { gap: 6px; }
  .category-card img { aspect-ratio: 4/5; }
  .category-card-wide img { aspect-ratio: 3/2; }
  .category-card > span { right: 10px; bottom: 10px; left: 10px; }
  .category-card b { font-size: 16px; }
  .category-card i { font-size: 7px; }
  .shop-heading { align-items: flex-start; flex-direction: column; }
  .results-count { margin: 0; }
  .shop-layout { gap: 0; }
  .product-grid { gap: 28px 7px; }
  .product-info { padding-top: 9px; grid-template-columns: 1fr; }
  .product-title-button { font-size: 11px; }
  .product-info .price { grid-row: auto; font-size: 10px; }
  .product-info .verse { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .quick-add { min-height: 42px; position: static; margin-top: 7px; opacity: 1; transform: none; }
  .quick-add select { width: 100%; }
  .quick-add button { min-width: 62px; padding-inline: 8px; }
  .load-more { margin-top: 38px; }
  .editorial-copy h2, .give-copy h2 { font-size: 40px; }
  .editorial-copy > p:not(.kicker), .give-copy > p:not(.kicker) { font-size: 13px; }
  .verse-band { min-height: 310px; }
  .verse-band blockquote { font-size: 36px; }
  .faq-list summary { font-size: 12px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .search-inner { padding-top: 35px; }
  .search-field input { font-size: 23px; }
  .product-dialog { width: 100%; max-height: 100vh; }
  .product-dialog-copy { padding: 38px 20px 28px; }
  .simple-dialog { padding: 50px 22px 30px; }
  .toast { right: 10px; bottom: 10px; left: 10px; }
}

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