:root {
  --ink: #1f302d;
  --forest: #244b43;
  --forest-dark: #173a34;
  --sage: #d8e3d6;
  --mint: #edf3ea;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --clay: #c86f55;
  --peach: #f3c6b4;
  --gold: #d5a94f;
  --line: #dcd5ca;
  --muted: #69746f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(35, 55, 49, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
.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; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: white; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.preview-bar { padding: 8px 20px; color: #5f3f00; background: #fff2bd; text-align: center; font-size: .85rem; font-weight: 700; }
.announcement { padding: 8px 20px; color: white; background: var(--forest-dark); text-align: center; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.announcement span { color: var(--peach); margin-left: 10px; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); }
.nav-wrap { display: grid; grid-template-columns: 230px 1fr 90px; align-items: center; max-width: 1380px; min-height: 84px; margin: auto; padding: 0 34px; gap: 24px; }
.wordmark { font-family: var(--serif); font-size: 1.5rem; line-height: 1; text-decoration: none; }
.wordmark span { display: block; color: var(--clay); font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.primary-nav { display: flex; justify-content: center; gap: clamp(16px, 2.5vw, 38px); }
.primary-nav a, .search-link { position: relative; text-decoration: none; font-size: .86rem; font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--clay); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.search-link { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.search-link span:first-child { font-size: 1.5rem; line-height: 1; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; font-weight: 500; }
h1 { font-size: clamp(2.75rem, 6vw, 5.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.eyebrow { margin: 0 0 14px; color: var(--clay); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f2c9b8; }
.hero { display: grid; grid-template-columns: minmax(500px, .92fr) minmax(540px, 1.08fr); min-height: 650px; overflow: hidden; background: var(--cream); }
.hero-copy { align-self: center; max-width: 700px; padding: 62px clamp(48px, 6vw, 92px); }
.hero h1 { max-width: 660px; margin: 0 0 22px; font-size: clamp(3.2rem, 5vw, 4.6rem); }
.hero-intro { max-width: 590px; margin: 0 0 26px; color: #53615d; font-size: 1.04rem; }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; font-weight: 750; cursor: pointer; }
.button.primary { color: white; background: var(--forest); }
.button.primary:hover { background: var(--forest-dark); }
.button.secondary { border-color: var(--forest); color: var(--forest); background: transparent; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--forest); text-decoration: none; font-weight: 750; border-bottom: 1px solid currentColor; }
.text-link span, .button span { transition: transform .2s ease; }
.text-link:hover span, .button:hover span { transform: translateX(4px); }
.trust-list { display: flex; gap: 24px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; }
.trust-list span { color: var(--forest); }
.hero-gallery { display: grid; min-height: 650px; padding: 34px 42px; background: var(--sage); }
.hero-art { display: grid; min-width: 0; overflow: hidden; border: 10px solid var(--paper); box-shadow: var(--shadow); background: #ede9dc; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-art-fallback { display: grid; place-items: center; min-height: 100%; padding: 40px; border: 1px dashed #93a597; color: var(--muted); background: var(--mint); text-align: center; }
.hero-art-fallback p { max-width: 300px; margin: 0; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1380px; margin: auto; padding: 26px 34px; border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; justify-content: center; gap: 9px; padding: 0 20px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-family: var(--serif); font-weight: 500; }
.proof-strip span { color: var(--muted); font-size: .85rem; }
.content-section { max-width: 1380px; margin: 0 auto; padding: 100px 34px; }
.soft-section { max-width: none; padding-left: max(34px, calc((100vw - 1312px)/2)); padding-right: max(34px, calc((100vw - 1312px)/2)); background: var(--mint); }
.ruled-section { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { max-width: 800px; margin: 0; }
.section-heading > p:last-child { max-width: 560px; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.centered { text-align: center; }
.centered h2, .centered p { margin-left: auto; margin-right: auto; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--paper); }
.collection-grid.large { grid-template-columns: repeat(2, 1fr); }
.collection-card { position: relative; display: flex; min-height: 240px; padding: 32px; gap: 25px; text-decoration: none; overflow: hidden; }
.collection-card h2, .collection-card h3 { margin: 0 0 12px; }
.collection-card p { max-width: 330px; margin: 0; color: #4e5c58; font-size: .9rem; }
.collection-card small { display: block; margin-top: 18px; color: var(--forest); font-weight: 750; }
.collection-number { color: rgba(31,48,45,.45); font-size: .72rem; letter-spacing: .1em; }
.circle-arrow { position: absolute; right: 24px; bottom: 24px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(31,48,45,.45); border-radius: 50%; transition: .2s ease; }
.collection-card:hover .circle-arrow { color: white; border-color: var(--forest); background: var(--forest); transform: translateX(4px); }
.collection-tone-1 { background: #e2e9df; }
.collection-tone-2 { background: #f2dfd3; }
.collection-tone-3 { background: #ede3c7; }
.collection-tone-4 { background: #d9e3e5; }
.collection-tone-5 { background: #eadde3; }
.collection-tone-6 { background: #e8e1d7; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
.product-card { min-width: 0; }
.product-image-link { position: relative; display: block; aspect-ratio: 5 / 4; overflow: hidden; background: var(--cream); }
.product-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-image-link:hover img { transform: scale(1.025); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 5px 10px; background: rgba(255,253,248,.93); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--forest); font-family: var(--serif); font-size: 2.5rem; background: var(--sage); }
.product-card-copy { padding: 17px 4px 0; }
.product-kind { margin: 0 0 7px; color: var(--clay); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: var(--sans); font-size: .94rem; font-weight: 700; line-height: 1.45; }
.product-card h3 a { text-decoration: none; }
.product-card-footer { display: flex; justify-content: space-between; margin-top: 14px; color: var(--forest); font-weight: 750; }
.story-panel { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 640px; background: var(--cream); }
.story-art { position: relative; min-height: 580px; overflow: hidden; background: #cddccf; }
.paper { position: absolute; display: block; width: 40%; aspect-ratio: 4/5; border: 10px solid var(--paper); box-shadow: var(--shadow); background: linear-gradient(150deg, #f7d3be 0 35%, #c87c67 36% 52%, #63887c 53% 100%); }
.paper-one { left: 14%; top: 12%; transform: rotate(-7deg); }
.paper-two { right: 13%; top: 20%; transform: rotate(6deg); background: linear-gradient(160deg, #f5e3bd 0 32%, #6e9c8d 33% 66%, #d78b74 67%); }
.paper-three { left: 35%; bottom: 6%; transform: rotate(2deg); background: linear-gradient(30deg, #254b43 0 40%, #e6c56d 41% 61%, #f7e6dc 62%); }
.pencil { position: absolute; width: 44%; height: 12px; right: -7%; bottom: 13%; background: var(--gold); transform: rotate(-38deg); box-shadow: inset -24px 0 var(--forest); }
.story-copy { align-self: center; max-width: 760px; padding: 70px clamp(40px, 7vw, 110px); }
.story-copy > h2 { margin: 0 0 24px; }
.story-copy > p { max-width: 620px; color: #52615d; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 42px 0; }
.benefit-grid span { color: var(--clay); font-size: .7rem; font-weight: 800; }
.benefit-grid h3 { margin: 8px 0; font-size: 1.1rem; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.freebie-panel { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; padding: 75px max(34px, calc((100vw - 1312px)/2)); color: white; background: var(--forest); }
.freebie-panel h2 { max-width: 700px; margin: 0 0 15px; }
.freebie-panel p { max-width: 680px; color: #d9e7e3; }
.inline-form { display: grid; grid-template-columns: 1fr auto; min-width: 380px; }
.inline-form input { min-width: 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 0; color: white; background: rgba(255,255,255,.08); }
.inline-form input::placeholder { color: rgba(255,255,255,.76); }
.inline-form button { padding: 13px 19px; border: 0; color: var(--forest); background: var(--paper); font-weight: 800; cursor: pointer; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.post-card h2, .post-card h3 { margin: 0 0 14px; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card > p:not(.product-kind) { color: var(--muted); }
.post-meta { display: flex; gap: 18px; margin: 20px 0; color: var(--muted); font-size: .78rem; }
.empty-editorial { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 170px; padding: 30px; color: var(--muted); border: 1px dashed #bcb5aa; background: var(--cream); }
.empty-editorial span { color: var(--clay); font-size: 1.5rem; }
.page-hero { padding: 100px max(34px, calc((100vw - 1050px)/2)); text-align: center; background: var(--cream); }
.page-hero.compact { padding-top: 75px; padding-bottom: 75px; }
.page-hero h1 { max-width: 950px; margin: 0 auto 22px; }
.page-hero > p:last-child { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.centered-actions { justify-content: center; margin-top: 30px; }
.chip-row { display: flex; gap: 8px; max-width: 1380px; margin: 26px auto 0; padding: 0 34px; overflow-x: auto; }
.chip-row a { flex: 0 0 auto; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .75rem; }
.chip-row a.selected { color: white; border-color: var(--forest); background: var(--forest); }
.catalog-layout { max-width: 1380px; margin: auto; padding: 38px 34px 100px; }
.catalog-toolbar { display: grid; grid-template-columns: 1.5fr 1fr 1fr auto; align-items: end; gap: 14px; padding: 20px; background: var(--mint); }
.catalog-toolbar label, .contact-form label, .newsletter-card label { display: block; margin-bottom: 6px; font-size: .75rem; font-weight: 800; }
.catalog-toolbar input, .catalog-toolbar select, .contact-form input, .contact-form textarea, .newsletter-card input, .search-form input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #b9c2bd; border-radius: 0; background: white; }
.results-line { margin: 28px 0 20px; color: var(--muted); font-size: .85rem; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.empty-state { max-width: 760px; margin: 30px auto; padding: 70px 30px; text-align: center; background: var(--cream); }
.empty-state > span { color: var(--clay); font-size: 2rem; }
.empty-state h2 { margin: 14px 0; }
.empty-state p { color: var(--muted); }
.category-list { border-top: 1px solid var(--line); }
.category-list a { display: grid; grid-template-columns: 1fr auto 30px; align-items: center; gap: 20px; padding: 24px 8px; border-bottom: 1px solid var(--line); text-decoration: none; }
.category-list span { font-family: var(--serif); font-size: 1.7rem; }
.category-list small { color: var(--muted); }
.breadcrumbs { display: flex; gap: 9px; max-width: 1380px; margin: auto; padding: 22px 34px; color: var(--muted); font-size: .75rem; }
.breadcrumbs a { color: var(--forest); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(370px, .75fr); gap: 55px; max-width: 1380px; margin: auto; padding: 20px 34px 100px; }
.product-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }
.gallery-item { padding: 0; border: 0; background: var(--cream); cursor: zoom-in; }
.gallery-item:first-child { grid-column: 1 / -1; }
.gallery-item img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.gallery-item.active { box-shadow: 0 0 0 3px var(--forest); }
.product-summary { position: sticky; top: 30px; align-self: start; padding-top: 30px; }
.product-summary h1 { margin: 0 0 20px; font-size: clamp(2.1rem, 4vw, 3.9rem); }
.price { margin: 0 0 25px; font-size: 1.25rem; font-weight: 800; }
.instant-note { display: flex; gap: 13px; margin: 0 0 25px; padding: 15px; background: var(--mint); }
.instant-note > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--forest); border-radius: 50%; }
.instant-note strong, .instant-note small { display: block; }
.instant-note small { color: var(--muted); }
.summary-copy { color: #53615d; }
.etsy-button { width: 100%; min-height: 58px; margin-top: 18px; color: white; background: var(--clay); }
.etsy-button:hover { background: #ad5944; }
.checkout-note { margin: 10px 0 24px; color: var(--muted); text-align: center; font-size: .75rem; }
.mini-benefits { display: grid; gap: 9px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .83rem; }
.mini-benefits b { color: var(--forest); margin-right: 7px; }
.pinterest-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; color: #a7252a; font-weight: 750; }
.pinterest-link span { display: grid; width: 25px; height: 25px; place-items: center; color: white; border-radius: 50%; background: #a7252a; font-family: var(--serif); }
.product-information { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; padding: 95px max(34px, calc((100vw - 1180px)/2)); background: var(--cream); }
.product-information h2 { margin-top: 0; }
.long-copy p { max-width: 720px; color: #4f5d59; white-space: pre-line; }
.included-card { align-self: start; padding: 35px; background: var(--paper); box-shadow: var(--shadow); }
.included-card h2 { font-size: 1.7rem; }
.included-card dl { margin: 0; }
.included-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.included-card dt { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.included-card dd { margin: 0; }
.disclosure { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.product-faq { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; max-width: 1180px; margin: auto; padding: 100px 34px; }
.product-faq h2 { margin: 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 20px 38px 20px 0; font-weight: 750; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; font-size: 1.3rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 40px 20px 0; color: var(--muted); }
.search-form { display: grid; grid-template-columns: 1fr auto; max-width: 720px; margin: 30px auto 0; }
.search-form button { padding: 10px 24px; border: 0; color: white; background: var(--forest); font-weight: 800; }
.search-form.small { max-width: 520px; }
.section-gap { margin-top: 50px; }
.article { max-width: 850px; margin: auto; padding: 100px 34px; }
.article header { text-align: center; }
.article h1 { margin: 0 0 25px; }
.article-deck { color: var(--muted); font-size: 1.2rem; }
.article .post-meta { justify-content: center; }
.article-body { margin-top: 65px; font-family: var(--serif); font-size: 1.18rem; line-height: 1.85; }
.article-body p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: var(--clay); font-size: 4rem; line-height: .75; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.tag-list span { padding: 6px 10px; background: var(--mint); font-size: .75rem; }
.narrow-content { max-width: 930px; margin: auto; padding: 90px 34px; }
.prose-section { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 35px 0; border-top: 1px solid var(--line); }
.prose-section > span { color: var(--clay); font-size: .72rem; font-weight: 800; }
.prose-section h2 { margin: 0 0 15px; font-size: 2rem; }
.prose-section p { margin: 0; color: var(--muted); }
.faq-list details { padding: 5px 0; }
.faq-list summary { font-family: var(--serif); font-size: 1.3rem; }
.signup-card { margin-top: 60px; padding: 50px; color: white; background: var(--forest); }
.signup-card h2 { margin-top: 0; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; max-width: 1120px; margin: auto; padding: 90px 34px; }
.contact-aside { padding: 40px; background: var(--mint); }
.contact-aside h2 { margin-top: 0; }
.contact-aside p:not(.eyebrow) { color: var(--muted); }
.contact-form { position: relative; }
.contact-form > label { margin-top: 18px; }
.contact-form textarea { resize: vertical; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-message { margin-bottom: 20px; padding: 14px; }
.form-message.success, .form-note.success { color: #225a3f; background: #e1f3e8; }
.form-message.error, .form-note.error { color: #8d3329; background: #fde8e4; }
.form-note { color: var(--muted); font-size: .75rem; }
.honeypot { position: absolute; left: -10000px; }
.newsletter-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; min-height: 600px; padding: 90px max(34px, calc((100vw - 1180px)/2)); color: white; background: var(--forest); }
.newsletter-hero h1 { margin: 0 0 25px; }
.newsletter-hero > div > p:last-child { max-width: 640px; color: #d7e5e1; font-size: 1.05rem; }
.newsletter-card { padding: 38px; color: var(--ink); background: var(--paper); }
.newsletter-card input { margin-bottom: 14px; }
.newsletter-card button { width: 100%; padding: 14px; border: 0; color: white; background: var(--clay); font-weight: 800; }
.newsletter-card small { display: block; margin-top: 14px; color: var(--muted); }
.site-footer { color: #dce8e5; background: var(--forest-dark); }
.footer-newsletter { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; max-width: 1380px; margin: auto; padding: 70px 34px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-newsletter h2 { max-width: 700px; margin: 0; color: white; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.footer-newsletter .form-note { grid-column: 2; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; max-width: 1380px; margin: auto; padding: 70px 34px; }
.footer-grid h3 { color: white; font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #bdcfca; text-decoration: none; font-size: .84rem; }
.footer-mark { display: inline-block; color: white; }
.footer-brand p { color: #aac0ba; }
.footer-brand > a:last-child { color: #f1c0ad; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; max-width: 1380px; margin: auto; padding: 22px 34px; border-top: 1px solid rgba(255,255,255,.15); color: #91aaa4; font-size: .72rem; }
@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 200px 1fr 80px; padding: 0 22px; }
  .primary-nav { gap: 15px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; padding: 56px 34px 38px; }
  .hero-gallery { min-height: 540px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .story-panel { grid-template-columns: 1fr; }
  .story-art { min-height: 520px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-summary { position: static; max-width: 720px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .announcement { font-size: .62rem; }
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 70px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; padding: 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 8px 0; }
  .search-link { display: none; }
  h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-copy { padding: 38px 22px 24px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(2.25rem, 10.5vw, 3rem); }
  .hero-intro { margin-bottom: 20px; font-size: .95rem; }
  .hero .button-row { gap: 18px; }
  .hero-gallery { min-height: 330px; padding: 0 22px 26px; }
  .hero-art { border-width: 7px; }
  .hero .trust-list { display: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 20px; }
  .proof-strip div { display: grid; gap: 0; padding: 12px; text-align: center; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .content-section { padding: 70px 20px; }
  .split-heading { align-items: start; flex-direction: column; }
  .collection-grid, .collection-grid.large, .product-grid, .post-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 210px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .story-copy { padding: 60px 24px; }
  .freebie-panel, .footer-newsletter, .footer-grid, .newsletter-hero, .contact-layout, .product-information, .product-faq { grid-template-columns: 1fr; gap: 35px; }
  .freebie-panel { padding: 60px 24px; }
  .inline-form { grid-template-columns: 1fr; min-width: 0; width: 100%; }
  .inline-form input, .inline-form button { min-height: 50px; }
  .page-hero { padding: 65px 24px; }
  .catalog-layout { padding: 28px 20px 70px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .chip-row { padding: 0 20px; }
  .breadcrumbs { padding: 16px 20px; overflow-x: auto; white-space: nowrap; }
  .product-detail { padding: 10px 20px 70px; }
  .product-gallery { gap: 6px; }
  .product-information, .product-faq { padding: 70px 24px; }
  .included-card { padding: 25px; }
  .included-card dl div { grid-template-columns: 90px 1fr; }
  .article, .narrow-content, .contact-layout { padding: 65px 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .newsletter-hero { padding: 70px 24px; }
  .footer-newsletter, .footer-grid { padding: 55px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; padding: 20px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
