/*
Theme Name: Sternenblüte
Theme URI: https://sternenbluete.de
Author: Sternenblüte
Description: Individuelles WooCommerce-Theme für Sternenblüte.
Version: 1.0.7
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: sternenbluete
*/

:root {
  --forest: #526a5a;
  --forest-dark: #34483b;
  --sand: #dccdb8;
  --clay: #bf745b;
  --cream: #f9f7f2;
  --olive: #bac3a4;
  --ink: #2f312e;
  --muted: #676b62;
  --white: #fffefd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { object-fit: contain; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  min-height: 96px; padding: 8px clamp(24px, 4vw, 68px); display: grid;
  grid-template-columns: minmax(210px,1fr) auto minmax(240px,1fr); align-items: center; background: rgba(249,247,242,.97);
  position: relative; z-index: 10; border-bottom: 1px solid rgba(82,106,90,.13);
}
.site-header.compact { min-height: 84px; }
.brand { justify-self: start; display: flex; align-items: center; }
.brand img { width: 224px; height: 76px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; gap: clamp(20px, 3vw, 46px); font-size: 14px; font-weight: 650; letter-spacing: .02em; }
.site-header nav a { padding: 10px 0; position: relative; }
.site-header nav a::after { content: ""; position: absolute; height: 1px; background: var(--forest); left: 0; right: 100%; bottom: 5px; transition: .2s; }
.site-header nav a:hover::after, .site-header nav a.active::after { right: 0; }
.header-tools { justify-self: end; display: flex; gap: 4px; align-items: center; }
.icon-button { position: relative; min-width: 54px; min-height: 56px; border: 0; background: transparent; color: var(--forest-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; cursor: pointer; border-radius: 6px; }
.icon-button:hover { background: rgba(82,106,90,.08); }
.ui-icon { position: relative; display: block; width: 25px; height: 25px; flex: 0 0 25px; }
.search-icon::before { content: ""; position: absolute; width: 13px; height: 13px; border: 1.8px solid currentColor; border-radius: 50%; left: 2px; top: 2px; }
.search-icon::after { content: ""; position: absolute; width: 9px; height: 1.8px; background: currentColor; border-radius: 2px; transform: rotate(45deg); left: 14px; top: 17px; }
.profile-icon::before { content: ""; position: absolute; width: 8px; height: 8px; border: 1.8px solid currentColor; border-radius: 50%; left: 8px; top: 1px; }
.profile-icon::after { content: ""; position: absolute; width: 20px; height: 10px; border: 1.8px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; left: 2px; bottom: 1px; }
.cart-shape::before { content: ""; position: absolute; width: 16px; height: 11px; border: 1.8px solid currentColor; border-top: 0; transform: skew(-7deg); left: 5px; top: 6px; }
.cart-shape::after { content: "••"; position: absolute; left: 6px; top: 12px; letter-spacing: 7px; font-size: 12px; line-height: 12px; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 2px; width: 21px; height: 1.8px; border-radius: 2px; background: currentColor; }
.menu-icon::before { top: 7px; box-shadow: 0 6px 0 currentColor; }
.menu-icon::after { top: 19px; width: 14px; left: 9px; }
.icon-button small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.cart-icon b { position: absolute; top: 4px; right: 3px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--clay); color: white; font-size: 9px; }
.mobile-menu-button { display: none; }

.mobile-drawer-overlay { position: fixed; inset: 0; z-index: 120; display: grid; grid-template-columns: 1fr min(440px,92vw); }
.drawer-backdrop { grid-column: 1; grid-row: 1; border: 0; background: rgba(31,39,33,.52); backdrop-filter: blur(5px); cursor: pointer; }
.mobile-drawer { grid-column: 2; grid-row: 1; position: relative; height: 100%; overflow-y: auto; background: var(--cream); padding: 24px clamp(24px,6vw,45px) 34px; box-shadow: -25px 0 80px rgba(31,39,33,.2); }
.drawer-top { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(47,49,46,.12); }
.drawer-top img { width: 175px; height: auto; }
.drawer-top .close-button { position: static; width: 42px; height: 42px; }
.mobile-drawer nav { display: grid; padding: 26px 0 22px; }
.mobile-drawer nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid rgba(47,49,46,.11); color: var(--forest-dark); font-family: Georgia,serif; font-size: 29px; }
.mobile-drawer nav a span { color: var(--clay); font-family: "Avenir Next", Avenir, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.drawer-search { padding: 24px; background: #edf0e7; }
.drawer-search > label { display: block; margin-bottom: 12px; color: var(--forest-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.drawer-search-field { display: grid; grid-template-columns: 28px 1fr; align-items: center; border-bottom: 1px solid var(--forest); }
.drawer-search-field .search-icon { transform: scale(.75); transform-origin: left center; }
.drawer-search-field input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 13px 0; color: var(--ink); font-size: 16px; }
.drawer-results { display: grid; margin-top: 12px; }
.drawer-results > a { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(47,49,46,.1); }
.drawer-results > a > span { display: grid; gap: 2px; }
.drawer-results small { color: var(--clay); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.drawer-results b { color: var(--forest-dark); font-family: Georgia,serif; font-size: 17px; font-weight: 400; }
.drawer-results strong { font-size: 16px; }
.drawer-results p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.drawer-service { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 24px 2px 0; color: var(--muted); font-size: 11px; }

.overlay { position: fixed; inset: 0; z-index: 100; background: rgba(47,49,46,.48); backdrop-filter: blur(6px); display: grid; place-items: start center; padding: 9vh 20px 30px; }
.search-panel, .profile-panel { position: relative; width: min(760px,100%); background: var(--cream); padding: clamp(30px,5vw,60px); box-shadow: 0 28px 90px rgba(47,49,46,.22); }
.search-panel h2, .profile-panel h2 { font-size: clamp(38px,5vw,58px); margin: 0 0 28px; color: var(--forest-dark); }
.close-button { position: absolute; right: 18px; top: 14px; border: 0; background: none; font-size: 32px; color: var(--muted); cursor: pointer; }
.search-panel > input { width: 100%; border: 0; border-bottom: 2px solid var(--forest); background: transparent; padding: 17px 3px; font-size: 18px; outline: 0; }
.search-results { display: grid; margin-top: 22px; max-height: 360px; overflow: auto; }
.search-results a { display: grid; grid-template-columns: 1fr 2fr auto; gap: 16px; align-items: center; padding: 17px 4px; border-bottom: 1px solid rgba(47,49,46,.1); }
.search-results a:hover { color: var(--clay); }
.search-results span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.search-results b { font-family: Georgia,serif; font-size: 20px; font-weight: 400; }
.search-results strong { font-size: 13px; }
.profile-overlay { place-items: center; padding-top: 30px; }
.profile-panel { width: min(510px,100%); }
.profile-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.profile-panel label { display: grid; gap: 7px; margin-top: 18px; font-size: 12px; font-weight: 750; }
.profile-panel label input { border: 1px solid rgba(47,49,46,.16); padding: 15px; background: var(--white); outline: 0; }
.profile-panel .button { width: 100%; margin-top: 22px; }
.register-link { width: 100%; border: 0; background: none; padding: 17px; color: var(--forest); cursor: pointer; }
.profile-panel > small { display: block; text-align: center; color: var(--muted); font-size: 10px; line-height: 1.5; }

.hero-slider { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; transition: background .35s ease; }
.slide-copy { padding: clamp(70px, 9vw, 135px) clamp(35px, 8vw, 125px); align-self: center; }
.eyebrow { margin: 0 0 20px; color: var(--clay); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-slider h1 { font-size: clamp(52px, 6vw, 88px); line-height: .98; margin: 0; color: var(--forest-dark); }
h1 em, h2 em { color: var(--clay); font-weight: 400; }
.slide-copy > p:not(.eyebrow) { max-width: 590px; margin: 34px 0; font-size: 19px; line-height: 1.7; color: var(--muted); }
.button-row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 27px; border: 0; cursor: pointer; border-radius: 3px; font-weight: 750; font-size: 14px; letter-spacing: .02em; }
.button.primary { background: var(--forest); color: white; box-shadow: 0 12px 30px rgba(52,72,59,.18); }
.button.primary:hover { background: var(--forest-dark); transform: translateY(-1px); }
.button.secondary { border: 1px solid var(--forest); color: var(--forest-dark); }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(47,49,46,.3); padding-bottom: 5px; }
.text-link span { margin-left: 8px; }
.slide-visual { position: relative; min-height: 630px; background: var(--olive); overflow: hidden; }
.slide-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.38); right: -70px; top: 60px; }
.slide-visual img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 54px; z-index: 1; object-fit: contain; transition: opacity .25s ease; }
.slide-clay .slide-visual img { padding: 0; object-fit: cover; opacity: .88; }
.slide-rose .slide-visual { background: #e5cfc5; }
.slide-sand .slide-visual { background: #ded0ba; }
.slide-green .slide-visual { background: #c5cfb5; }
.slide-clay .slide-visual { background: #c98a72; }
.slide-number { position: absolute; right: 25px; top: 18px; color: rgba(52,72,59,.32); font-family: Georgia,serif; font-size: 70px; z-index: 2; }
.slide-arrow { position: absolute; z-index: 3; bottom: 28px; width: 48px; height: 48px; border: 0; background: rgba(249,247,242,.9); color: var(--forest-dark); cursor: pointer; }
.slide-arrow.previous { left: 28px; }
.slide-arrow.next { left: 80px; }
.slide-dots { display: flex; gap: 9px; margin-top: 42px; }
.slide-dots button { width: 28px; height: 3px; border: 0; padding: 0; background: var(--sand); cursor: pointer; transition: .2s; }
.slide-dots button.active { width: 58px; background: var(--forest); }

.benefit-strip { background: var(--forest-dark); color: white; display: grid; grid-template-columns: repeat(3,1fr); padding: 34px clamp(30px, 6vw, 90px); gap: 35px; }
.benefit-strip article { display: flex; gap: 20px; align-items: flex-start; border-right: 1px solid rgba(255,255,255,.18); padding-right: 30px; }
.benefit-strip article:last-child { border: 0; }
.benefit-strip article > span { color: #e7c993; font-family: Georgia, serif; font-size: 27px; }
.benefit-strip h3 { font-size: 15px; margin: 0 0 6px; }
.benefit-strip p { font-size: 12px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.55; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section h2, .archive-hero h1 { font-size: clamp(43px, 5.2vw, 72px); color: var(--forest-dark); line-height: 1.02; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.product-card { min-width: 0; }
.product-image { display: block; position: relative; height: 455px; overflow: hidden; background: #eef0e8; }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 28px; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.tone-1 .product-image { background: #eadfd8; }
.tone-2 .product-image { background: #e7dfd2; }
.tone-3 .product-image { background: #dfe5d7; }
.badge { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 8px 11px; background: var(--forest-dark); color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.product-meta { padding: 22px 4px 0; }
.product-meta > p:first-child { margin: 0 0 8px; color: var(--clay); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 800; }
.product-meta h3 { font-family: Georgia, serif; font-weight: 400; font-size: 27px; margin: 0 0 16px; }
.product-meta > div { display: flex; justify-content: space-between; border-top: 1px solid rgba(47,49,46,.13); padding-top: 14px; font-size: 13px; }
.product-meta strong { color: var(--forest-dark); }
.card-copy { min-height: 50px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.story { display: grid; grid-template-columns: 1fr 1fr; padding-top: 30px; gap: clamp(50px, 8vw, 130px); align-items: center; }
.story-photo { position: relative; min-height: 650px; background: var(--sand); }
.story-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-stamp { position: absolute; right: -48px; top: 50%; transform: translateY(-50%) rotate(4deg); width: 118px; height: 118px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--clay); color: white; font-family: Georgia,serif; font-size: 17px; line-height: 1.2; }
.story-copy h2 { margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; color: var(--muted); }
.story-copy blockquote { font-family: Georgia, serif; color: var(--forest-dark); font-size: 24px; line-height: 1.5; margin: 35px 0; padding-left: 25px; border-left: 2px solid var(--clay); }

.voices { text-align: center; background: #edf0e7; }
.voices h2 { margin-bottom: 60px; }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; text-align: left; }
.quote-grid blockquote { margin: 0; padding: 38px; background: var(--cream); min-height: 290px; display: flex; flex-direction: column; }
.quote-grid .featured-quote { background: var(--forest); color: white; transform: translateY(-15px); }
.quote-grid blockquote div { color: #d9955d; letter-spacing: .15em; font-size: 12px; }
.quote-grid blockquote p { font-family: Georgia, serif; font-size: 21px; line-height: 1.55; flex: 1; }
.quote-grid blockquote footer { font-size: 12px; opacity: .7; }

.contact-section { background: var(--sand); display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(50px,8vw,130px); padding: clamp(75px,9vw,125px) clamp(30px,7vw,110px); }
.contact-section h2 { font-size: clamp(42px,5vw,68px); margin: 0 0 25px; color: var(--forest-dark); }
.contact-section > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-section > div:first-child > a { display: inline-block; margin-top: 18px; color: var(--forest-dark); font-weight: 800; border-bottom: 1px solid var(--forest); }
.contact-section form { background: var(--cream); padding: clamp(26px,4vw,50px); }
.contact-section label { display: grid; gap: 8px; color: var(--forest-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-section input, .contact-section textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(47,49,46,.28); background: transparent; padding: 13px 0; outline: 0; text-transform: none; letter-spacing: 0; resize: vertical; }
.contact-section textarea { border: 1px solid rgba(47,49,46,.2); padding: 13px; margin-top: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 24px; }
.contact-section form > .button { margin-top: 20px; }
.contact-section form > small { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; text-transform: none; }
.form-success { min-height: 360px; background: var(--forest); color: white; padding: 55px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.form-success > span { font-size: 36px; color: #e7c993; }
.form-success h3 { font-family: Georgia,serif; font-size: 34px; margin: 15px 0; }
.form-success p { color: rgba(255,255,255,.72); line-height: 1.6; }
.form-success button { border: 0; background: transparent; border-bottom: 1px solid white; color: white; padding: 5px 0; cursor: pointer; }
.site-footer { background: var(--forest-dark); color: white; padding: 65px clamp(25px,7vw,110px) 28px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 45px; }
.footer-logo-card { width: fit-content; display: flex; align-items: center; padding: 8px 14px; background: var(--cream); border-radius: 3px; }
.footer-logo-card img { width: 210px; height: auto; opacity: 1; }
.footer-brand p, .site-footer a { color: rgba(255,255,255,.6); font-size: 13px; }
.site-footer .footer-logo-card { color: inherit; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer h4 { margin: 0 0 8px; font-family: Georgia,serif; font-size: 18px; }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 25px; font-size: 11px; color: rgba(255,255,255,.42); }

.archive-hero { text-align: center; padding: 95px 24px 72px; background: linear-gradient(180deg,#edf0e7,var(--cream)); }
.archive-hero p:last-child { max-width: 610px; margin: 28px auto 0; line-height: 1.7; color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 80px 36px; padding-top: 30px; }
.archive-grid .product-image { height: 570px; }
.mini-footer { padding: 28px clamp(24px,6vw,90px); display: flex; justify-content: space-between; background: var(--forest-dark); color: rgba(255,255,255,.72); font-size: 12px; }

.breadcrumbs { padding: 22px clamp(24px,6vw,90px); display: flex; gap: 10px; color: var(--muted); font-size: 12px; }
.product-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; padding: 30px clamp(24px,6vw,90px) 80px; gap: clamp(45px,7vw,110px); }
.detail-image { position: relative; min-height: 590px; background: #e7e1d6; }
.detail-image img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 38px; object-fit: contain; }
.accent-rose .detail-image { background: #eadfd8; }
.accent-sand .detail-image { background: #e7dfd2; }
.accent-green .detail-image { background: #dfe5d7; }
.accent-clay .detail-image { background: #e8d9cc; }
.detail-copy { align-self: center; max-width: 600px; }
.detail-copy h1 { font-size: clamp(50px,5.7vw,80px); line-height: 1; margin: 0 0 25px; color: var(--forest-dark); }
.detail-copy .lead { font-family: Georgia,serif; font-size: 22px; line-height: 1.55; color: var(--muted); }
.detail-copy ul { list-style: none; padding: 15px 0; margin: 0; }
.detail-copy li { display: flex; gap: 12px; padding: 8px 0; color: var(--forest); font-weight: 800; }
.detail-copy li span { color: var(--ink); font-weight: 500; }
.buy-row { margin-top: 15px; display: flex; align-items: end; gap: 15px; }
.buy-row strong { font-family: Georgia,serif; font-size: 32px; }
.buy-row span { color: var(--muted); font-size: 11px; padding-bottom: 5px; }
.buy-button { width: 100%; margin-top: 20px; }
.delivery { text-align: center; color: var(--forest); font-size: 12px; }
.product-story { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: #edf0e7; }
.product-story p:not(.eyebrow) { font-size: 17px; line-height: 1.85; color: var(--muted); margin-top: 0; }
.product-promise { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sand); }
.product-promise > div { background: var(--cream); padding: 55px 7vw; text-align: center; }
.product-promise span { color: var(--clay); font-size: 30px; }
.product-promise h3 { font-family: Georgia,serif; font-size: 23px; color: var(--forest-dark); }
.product-promise p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.next-products { text-align: center; }
.small-product-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 45px; text-align: left; }
.small-product-row a { padding: 24px; border: 1px solid rgba(47,49,46,.12); display: grid; gap: 9px; }
.small-product-row span { color: var(--clay); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.small-product-row b { font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.small-product-row strong { color: var(--forest); font-size: 13px; }

.info-hero { padding: clamp(70px,9vw,125px) clamp(24px,10vw,160px) 75px; background: linear-gradient(145deg,#edf0e7,var(--cream)); }
.info-hero h1 { max-width: 900px; margin: 0; color: var(--forest-dark); font-size: clamp(52px,7vw,92px); line-height: .98; }
.info-hero > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.info-content { width: min(940px,calc(100% - 44px)); margin: 0 auto; padding: 75px 0 105px; }
.info-content h2 { margin: 52px 0 15px; color: var(--forest-dark); font-size: clamp(28px,3.4vw,42px); letter-spacing: -.025em; }
.info-content p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.info-content a { color: var(--forest-dark); font-weight: 750; border-bottom: 1px solid rgba(52,72,59,.4); }
.draft-notice { display: grid; grid-template-columns: minmax(180px,.35fr) 1fr; gap: 25px; padding: 26px 30px; background: #f1e5d8; border-left: 4px solid var(--clay); color: var(--forest-dark); line-height: 1.6; }
.draft-notice span { color: var(--muted); }
.legal-placeholder { display: inline; padding: 1px 5px; background: #f1e5d8; color: #8a4f3e; border-radius: 2px; }
.info-footer { padding: 28px clamp(24px,6vw,90px); display: flex; flex-wrap: wrap; gap: 24px; background: var(--forest-dark); color: rgba(255,255,255,.72); font-size: 12px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 23px 25px; border: 1px solid rgba(47,49,46,.13); background: var(--white); }
.faq-list summary { color: var(--forest-dark); font-family: Georgia,serif; font-size: 22px; cursor: pointer; }
.faq-list p { margin-bottom: 0; }
.payment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 25px 0; }
.payment-grid article { padding: 28px; background: #edf0e7; }
.payment-grid strong { color: var(--forest-dark); font-family: Georgia,serif; font-size: 24px; }
.payment-grid p { margin-bottom: 0; font-size: 14px; }
.muted-note { padding: 20px; background: #f1e5d8; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .desktop-search { display: none; }
  .mobile-menu-button { display: flex; }
  .hero-slider { grid-template-columns: 1fr; }
  .slide-visual { min-height: 560px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: min(520px,110vw); }
  .story, .product-story { grid-template-columns: 1fr; gap: 55px; }
  .story-photo { min-height: 520px; }
  .story-stamp { right: 15px; top: auto; bottom: -35px; transform: rotate(4deg); }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid .featured-quote { transform: none; }
  .contact-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid .product-image { height: min(570px,120vw); }
  .product-hero { grid-template-columns: 1fr; }
  .detail-image { min-height: min(590px,110vw); }
  .product-promise { grid-template-columns: 1fr; }
  .small-product-row { grid-template-columns: 1fr; }
  .payment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { min-height: 76px; padding: 8px 18px; }
  .brand img { width: 155px; height: 58px; }
  .header-tools { gap: 0; }
  .icon-button { min-width: 40px; }
  .icon-button small { display: none; }
  .mobile-drawer-overlay { grid-template-columns: 1fr min(390px,94vw); }
  .mobile-drawer { padding-left: 22px; padding-right: 22px; }
  .draft-notice { grid-template-columns: 1fr; }
  .slide-copy { padding: 70px 24px; }
  .hero-slider h1 { font-size: 49px; }
  .slide-visual { min-height: 460px; }
  .slide-visual img { padding: 25px; }
  .section-heading { align-items: flex-start; gap: 25px; flex-direction: column; }
  .section { padding-left: 22px; padding-right: 22px; }
  .site-footer { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .search-results a { grid-template-columns: 1fr auto; }
  .search-results span { grid-column: 1/-1; }
  .product-hero { padding-left: 18px; padding-right: 18px; }
  .detail-copy h1 { font-size: 50px; }
}

/* WordPress and WooCommerce integration */
[hidden] { display: none !important; }
html.sb-overlay-open { overflow: hidden; }
.site-content { min-height: 50vh; }
.hero-slider { display: block; min-height: 680px; position: relative; isolation: isolate; }
.hero-slide {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  overflow: hidden;
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity .85s cubic-bezier(.22,.61,.36,1),
    transform .95s cubic-bezier(.22,.61,.36,1),
    visibility 0s linear .95s;
}
.hero-slide.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.hero-slide .slide-copy > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}
.hero-slide.is-active .slide-copy > * {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide.is-active .slide-copy > *:nth-child(2) { transition-delay: .08s; }
.hero-slide.is-active .slide-copy > *:nth-child(3) { transition-delay: .14s; }
.hero-slide.is-active .slide-copy > *:nth-child(4) { transition-delay: .2s; }
.hero-slide.is-active .slide-copy > *:nth-child(5) { transition-delay: .26s; }
.hero-slide .slide-visual img {
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .75s ease, transform 1.25s cubic-bezier(.22,.61,.36,1);
}
.hero-slide.is-active .slide-visual img {
  opacity: 1;
  transform: scale(1);
}
.hero-slide.slide-clay .slide-visual img { opacity: 0; }
.hero-slide.slide-clay.is-active .slide-visual img { opacity: .88; }
.wp-product-search { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: end; }
.wp-product-search input { width: 100%; border: 0; border-bottom: 2px solid var(--forest); background: transparent; padding: 17px 3px; font-size: 18px; outline: 0; }
.profile-panel form { display: grid; }
.profile-account-link { width: 100%; margin-top: 22px; }
.content-page > article, .entry-content { max-width: 940px; margin: 0 auto; }
.entry-content { font-size: 16px; line-height: 1.8; color: var(--muted); }
.entry-content h2, .entry-content h3 { color: var(--forest-dark); font-family: Georgia,serif; font-weight: 400; }
.entry-content h2 { margin-top: 48px; font-size: clamp(30px,4vw,44px); }
.entry-content a { color: var(--forest-dark); text-decoration: underline; text-underline-offset: 3px; }
.empty-shop { grid-column: 1/-1; text-align: center; padding: 80px 20px; }
.shop-pagination { padding: 0 7vw 80px; }
.shop-pagination ul { list-style: none; display: flex; justify-content: center; gap: 8px; padding: 0; }
.shop-pagination a, .shop-pagination span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(47,49,46,.18); }
.sb-add-cart-form { display: grid; grid-template-columns: 90px 1fr; gap: 12px; align-items: end; margin-top: 20px; }
.sb-add-cart-form .quantity input { width: 100%; height: 54px; border: 1px solid rgba(47,49,46,.2); background: var(--white); padding: 0 12px; }
.sb-add-cart-form .buy-button { margin: 0; }
.sb-native-cart { margin-top: 20px; }
.sb-native-cart .variations { width: 100%; margin-bottom: 15px; }
.sb-native-cart select { width: 100%; padding: 12px; }
.woocommerce-notices-wrapper { padding: 15px clamp(24px,6vw,90px); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { max-width: 1100px; margin: 0 auto; padding: 18px 22px; list-style: none; border-left: 4px solid var(--forest); background: #edf0e7; }
.woocommerce-error { border-color: var(--clay); background: #f1e5d8; }
.woocommerce-message .button { float: right; min-height: auto; padding: 0; background: none; color: var(--forest-dark); box-shadow: none; }
.woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout, .woocommerce-account .woocommerce { width: min(1180px,calc(100% - 44px)); margin: 45px auto 90px; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; background: var(--white); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-bottom: 1px solid rgba(47,49,46,.12); text-align: left; }
.woocommerce table.shop_table img { width: 80px; height: 80px; object-fit: contain; }
.woocommerce .cart_totals { margin-left: auto; max-width: 520px; }
.woocommerce .checkout-button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 3px; padding: 0 22px; background: var(--forest); color: white; font-weight: 750; cursor: pointer; }
.woocommerce form .form-row { display: grid; gap: 7px; margin-bottom: 17px; }
.woocommerce form input.input-text, .woocommerce form textarea, .woocommerce form select { width: 100%; padding: 13px; border: 1px solid rgba(47,49,46,.18); background: var(--white); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 230px 1fr; gap: 45px; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; background: #edf0e7; }
.woocommerce-MyAccount-navigation a { display: block; padding: 14px 18px; border-bottom: 1px solid rgba(47,49,46,.1); }
.woocommerce-MyAccount-content { min-width: 0; }

@media (max-width: 900px) {
  .hero-slide, .hero-slide.is-active { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero-slider, .hero-slide { min-height: 0; }
  .wp-product-search { grid-template-columns: 1fr; }
  .sb-add-cart-form { grid-template-columns: 75px 1fr; }
  .woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout, .woocommerce-account .woocommerce { width: min(100% - 28px,1180px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide .slide-copy > *,
  .hero-slide .slide-visual img {
    transition-duration: .01ms !important;
    transform: none !important;
  }
}
