:root {
    --cream: #fbf8f3;
    --cream-deep: #f5eee8;
    --paper: #fffdf9;
    --ink: #493834;
    --muted: #766966;
    --rose: #a55675;
    --rose-dark: #8d4965;
    --rose-soft: #efd7dc;
    --rose-pale: #faedef;
    --teal: #45958d;
    --teal-dark: #347b76;
    --teal-soft: #dcece8;
    --line: rgba(73, 56, 52, .12);
    --shadow: 0 20px 55px rgba(92, 64, 62, .09);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
    --script: "Caveat", cursive;
    --shell: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25em; color: var(--muted); }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--ink); font-family: var(--serif); line-height: 1.02; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 5.4vw, 5.4rem); font-weight: 600; }
h2 { font-size: clamp(2.25rem, 3.4vw, 3.6rem); font-weight: 600; }
h3 { font-size: 1.42rem; font-weight: 600; line-height: 1.12; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(69, 149, 141, .45); outline-offset: 3px; }
::selection { background: var(--rose-soft); color: var(--ink); }

.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.shell--narrow { max-width: 820px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: var(--ink); background: #fff; border-radius: 6px; box-shadow: var(--shadow); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.pmjk-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.pmjk-icon .icon-fill { fill: currentColor; stroke: none; }

.announcement-bar { position: relative; z-index: 50; min-height: 36px; color: #fff; background: linear-gradient(90deg, #a65e7b, #bc7892 48%, #9a526e); font-size: 12px; }
.announcement-bar__inner { min-height: 36px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.announcement-bar__side { display: inline-flex; align-items: center; gap: 7px; width: fit-content; opacity: .95; }
.announcement-bar__side--right { justify-self: end; }
.announcement-bar .pmjk-icon { width: 16px; height: 16px; }
.announcement-bar__message { text-align: center; }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(251, 248, 243, .96); border-bottom: 1px solid rgba(73, 56, 52, .06); backdrop-filter: blur(14px); }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(73, 56, 52, .08); }
.site-header__inner { min-height: 104px; display: grid; grid-template-columns: 260px 1fr auto; gap: 32px; align-items: center; }
.site-logo { width: 248px; height: 76px; display: flex; align-items: center; overflow: hidden; }
.site-logo__image { width: 248px; height: auto; max-height: 76px; object-fit: contain; }
.main-nav { justify-self: center; }
.nav-list { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 32px); margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: block; padding: 12px 0; color: #3f3937; font-size: 14px; font-weight: 500; white-space: nowrap; }
.nav-list a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ""; background: var(--rose); transform: scaleX(0); transition: transform .2s ease; }
.nav-list a:hover, .nav-list .current-menu-item > a, .nav-list .current_page_item > a { color: var(--rose); }
.nav-list a:hover::after, .nav-list .current-menu-item > a::after, .nav-list .current_page_item > a::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 17px; align-items: center; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 25px; border: 1px solid transparent; border-radius: 4px; color: #fff; background: var(--rose); font-family: var(--sans); font-size: 14px; font-weight: 600; line-height: 1.2; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.button:hover { color: #fff; background: var(--rose-dark); box-shadow: 0 10px 24px rgba(141, 73, 101, .18); transform: translateY(-2px); }
.button--header { min-width: 116px; }
.button--outline { color: var(--rose-dark); background: transparent; border-color: var(--rose); }
.button--outline:hover { color: #fff; background: var(--rose); }
.button--cream { color: var(--teal-dark); background: var(--cream); }
.button--cream:hover { color: var(--teal-dark); background: #fff; }
.button--small { min-height: 40px; padding: 9px 20px; font-size: 13px; }
.button .pmjk-icon, .text-link .pmjk-icon, .post-card__meta .pmjk-icon, .contact-form .pmjk-icon { width: 17px; height: 17px; }
.search-toggle, .nav-toggle { display: inline-grid; place-items: center; padding: 9px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.search-toggle .pmjk-icon { width: 22px; height: 22px; }
.nav-toggle { display: none; }
.header-search { padding: 16px 0 20px; background: var(--paper); border-top: 1px solid var(--line); }
.header-search[hidden] { display: none; }
.header-search .search-form { max-width: 680px; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-left: auto; }
.header-search label { margin: 0; }
.header-search input { min-height: 46px; }
.header-search input[type="submit"] { width: auto; padding-inline: 25px; color: #fff; background: var(--rose); border: 0; }
.search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.search-form .search-submit { min-height: 46px; padding: 10px 24px; color: #fff; background: var(--rose); border: 0; border-radius: 3px; cursor: pointer; }
.empty-state .search-form { max-width: 470px; margin: 25px auto 0; }

.hero { position: relative; overflow: hidden; }
.hero__grid { min-height: 645px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .93fr); gap: 68px; align-items: center; padding-block: 68px 78px; }
.hero--inner .hero__grid { min-height: 610px; }
.hero--compact .hero__grid { min-height: 535px; padding-top: 48px; }
.hero__content { position: relative; z-index: 2; max-width: 650px; }
.hero__content h1 { font-size: clamp(3.25rem, 4.8vw, 4.85rem); }
.hero--home .hero__content h1 { max-width: 670px; }
.hero__content > p { max-width: 600px; font-size: 17px; line-height: 1.72; }
.hero__intro { margin-bottom: 28px; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--teal); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow--small { color: var(--ink); font-size: 11px; }
.eyebrow--light { color: rgba(255,255,255,.82); }
.title-sprig, .section-heading h2 > span, .downloads-section h2 > span, .blog-hero h1 > span { margin-left: 8px; color: #d89ab2; font-size: .6em; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.short-rule { width: 55px; height: 2px; display: block; margin: 24px 0 26px; background: var(--rose); }
.script-text { margin: -5px 0 22px !important; color: #c07a94 !important; font-family: var(--script); font-size: 2rem !important; line-height: 1.15 !important; }
.script-text--small { font-size: 1.7rem !important; }
.script-text--signature { margin-top: 28px !important; font-size: 2.3rem !important; }
.hero-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.hero-features > div { display: grid; grid-template-rows: 34px auto; gap: 7px; justify-items: center; text-align: center; color: var(--ink); font-size: 11px; line-height: 1.35; }
.hero-features .pmjk-icon { color: var(--rose); }
.hero__visual { position: relative; z-index: 1; min-height: 480px; display: grid; place-items: center; }
.organic-blob { position: absolute; inset: 8% 3% 7% 7%; background: var(--rose-soft); border-radius: 47% 53% 51% 49% / 42% 38% 62% 58%; transform: rotate(-5deg); }
.organic-blob--back { box-shadow: 25px 20px 0 rgba(242, 209, 205, .55); }
.organic-photo { position: relative; z-index: 2; width: 470px; height: 455px; overflow: hidden; background: #eaded4; box-shadow: 0 18px 44px rgba(90, 61, 56, .11); }
.organic-photo img { width: 100%; height: 100%; object-fit: cover; }
.organic-photo--round { border-radius: 50% 47% 51% 45% / 44% 54% 46% 56%; }
.organic-photo--round img { object-fit: contain; }
.organic-photo--portrait img { object-fit: cover; object-position: 50% 78%; }
.organic-photo--portrait { width: 450px; height: 470px; border-radius: 44% 56% 46% 54% / 52% 40% 60% 48%; }
.organic-photo--wide { width: 500px; height: 375px; border-radius: 44% 56% 42% 58% / 51% 40% 60% 49%; }
.organic-photo--wide img { object-position: 50% 79%; }
.botanical { position: absolute; z-index: 3; color: var(--teal); font-size: 9rem; font-family: var(--serif); line-height: 1; transform: rotate(-35deg); }
.botanical--left { bottom: 25px; left: 2px; }
.botanical--right { right: -5px; bottom: 65px; transform: rotate(30deg); }
.dot-cluster { position: absolute; z-index: 3; right: 18px; bottom: 25px; width: 86px; height: 84px; opacity: .55; background-image: radial-gradient(var(--rose) 2px, transparent 2.5px); background-size: 17px 17px; transform: rotate(15deg); }

.section-heading { margin-bottom: 42px; }
.section-heading--center { text-align: center; }
.section-heading--center h2 { width: fit-content; margin-inline: auto; }
.section-heading--center h2::after { width: 78px; height: 2px; display: block; margin: 12px auto 0; content: ""; background: var(--rose); border-radius: 2px; transform: rotate(-2deg); }
.section-heading p { font-size: 14px; }
.section-wave { position: relative; padding: 78px 0 86px; }
.section-wave::before { position: absolute; z-index: -1; top: -28px; right: 0; left: 0; height: calc(100% + 42px); content: ""; background: var(--rose-pale); clip-path: polygon(0 7%, 13% 3%, 30% 6%, 48% 1%, 65% 5%, 83% 2%, 100% 6%, 100% 95%, 82% 98%, 62% 95%, 42% 99%, 21% 96%, 0 99%); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; }
.category-item { text-align: center; }
.round-icon { width: 58px; height: 58px; display: inline-grid; place-items: center; color: #fff; border-radius: 50%; }
.round-icon--teal { background: var(--teal); }
.round-icon--rose { background: #bf708e; }
.round-icon .pmjk-icon { width: 27px; height: 27px; }
.category-item h3 { margin-top: 14px; margin-bottom: 7px; font-size: 1.35rem; }
.category-item p { min-height: 48px; margin-bottom: 12px; font-size: 12px; line-height: 1.48; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-size: 12px; font-weight: 600; }

.ebook-cta { padding: 30px 0 48px; background: var(--rose-pale); }
.ebook-cta__inner { min-height: 270px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: #fff; background: linear-gradient(110deg, #3b8f87, #4ca39a); border-radius: 8px; }
.ebook-cta__content { align-self: center; padding: 42px 60px; }
.ebook-cta__content h2 { color: #fff; font-size: 2.5rem; }
.ebook-cta__content p { max-width: 525px; color: rgba(255,255,255,.86); font-size: 13px; }
.ebook-cta__visual { position: relative; min-height: 270px; overflow: hidden; }
.ebook-cta__visual > img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.ebook-cover { position: absolute; top: 25px; left: 28%; width: 180px; height: 225px; display: flex; flex-direction: column; justify-content: center; padding: 24px; color: var(--ink); background: #f8f3eb; box-shadow: 0 18px 32px rgba(43, 43, 36, .18); transform: rotate(-7deg); }
.ebook-cover small { font-family: var(--serif); font-size: 1.1rem; }
.ebook-cover strong { font-family: var(--serif); font-size: 1.4rem; line-height: 1.05; }
.ebook-cover span { margin-top: 18px; color: var(--rose); font-size: 9px; text-transform: uppercase; }

.latest-section { padding: 60px 0 78px; background: var(--rose-pale); }
.latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 38px; align-items: end; }
.post-grid { display: grid; gap: 22px; }
.post-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 10px 30px rgba(74, 54, 53, .04); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.post-card__image { height: 185px; display: block; overflow: hidden; background: var(--cream-deep); }
.post-card__image > img, .sprite-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__image > img, .post-card:hover .sprite-image { transform: scale(1.035); }
.sprite-image { background-image: var(--sprite); background-repeat: no-repeat; background-size: 200% 200%; }
.sprite-image--1 { background-position: left top; }
.sprite-image--2 { background-position: right top; }
.sprite-image--3 { background-position: left bottom; }
.sprite-image--4 { background-position: right bottom; }
.post-card__body { padding: 19px 20px 18px; }
.post-card__category { display: block; margin-bottom: 7px; color: var(--teal); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.post-card h3 { min-height: 48px; margin-bottom: 15px; font-size: 1.22rem; }
.post-card h3 a:hover { color: var(--rose); }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #9b8e8a; font-size: 10px; }
.post-card__meta a { display: inline-flex; align-items: center; gap: 5px; color: var(--rose); font-weight: 600; }
.section-action { padding-top: 25px; text-align: center; }
.about-mini { padding: 22px 24px 25px; text-align: center; background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 7px; }
.about-mini__label { display: block; margin-bottom: 14px; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.about-mini img { width: 116px; height: 116px; margin: 0 auto 15px; object-fit: cover; object-position: 50% 80%; border-radius: 50%; }
.about-mini p { font-size: 12px; line-height: 1.58; }
.quote-strip { padding: 12px 20px; color: #fff; background: linear-gradient(90deg, #9d5772, #bd8197, #9c536f); font-family: var(--serif); font-size: 1.3rem; text-align: center; }

.values-section { padding: 36px 0 44px; background: #f8eee8; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-item { min-height: 132px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; padding: 0 30px; border-right: 1px solid var(--line); }
.value-item:first-child { padding-left: 0; }
.value-item:last-child { padding-right: 0; border-right: 0; }
.value-item h3 { margin-bottom: 7px; font-size: 1.35rem; }
.value-item p { font-size: 12px; }
.story-section { padding: 76px 0 86px; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.story-copy h2 { max-width: 420px; font-size: 3.4rem; }
.story-copy p:not(.script-text) { font-size: 14px; line-height: 1.75; }
.story-photo-wrap { position: relative; min-height: 540px; padding-right: 130px; }
.story-photo-wrap::before { position: absolute; z-index: -1; top: 28px; right: 0; bottom: 10px; left: 36px; content: ""; background: #f4e7df; border-radius: 18% 22% 17% 18%; }
.story-photo { width: 520px; height: 540px; object-fit: cover; object-position: 50% 80%; border-radius: 4px; }
.fact-card { position: absolute; top: 70px; right: 5px; width: 265px; padding: 26px; background: rgba(255,255,255,.94); border-radius: 6px; box-shadow: var(--shadow); }
.fact-card h3 { padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 1.35rem; }
.fact-card ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.fact-card li { display: grid; grid-template-columns: 19px 1fr; gap: 8px; color: var(--muted); font-size: 12px; }
.fact-card .pmjk-icon { width: 18px; height: 18px; padding: 2px; color: #fff; background: var(--teal); border-radius: 50%; }

.contact-section { padding: 10px 0 72px; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: rgba(255,255,255,.8); border-radius: 10px; box-shadow: 0 12px 38px rgba(73,56,52,.05); }
.contact-form-wrap, .contact-methods { padding: 48px 52px; }
.contact-methods { border-left: 1px solid var(--line); }
.contact-panel h2 { font-size: 2.05rem; }
.contact-panel h2 > span { color: var(--rose-soft); }
.contact-form { display: grid; gap: 8px; }
.contact-form label { margin-top: 7px; color: var(--ink); font-size: 12px; font-weight: 600; }
.contact-form label span { color: var(--rose); }
input[type="text"], input[type="email"], input[type="search"], input[type="url"], textarea, select { width: 100%; min-height: 46px; padding: 12px 15px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 3px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(69,149,141,.13); }
input::placeholder, textarea::placeholder { color: #b2aaa7; }
.contact-form .button { width: fit-content; margin-top: 12px; border: 0; }
.contact-methods { display: flex; flex-direction: column; }
.contact-method { display: grid; grid-template-columns: 65px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-method h3 { margin-bottom: 1px; font-size: 1.3rem; }
.contact-method a, .contact-method p { margin: 0; color: var(--muted); font-size: 12px; }
.postal-card { display: grid; grid-template-columns: 34px 1fr; gap: 18px; margin-top: 25px; padding: 22px 25px; background: #f1f2e9; border-radius: 5px; }
.postal-card > .pmjk-icon { color: var(--teal); }
.postal-card h3 { margin: 0; font-size: 1.25rem; }
.postal-card p { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.5; }
.form-notice { margin-bottom: 20px; padding: 14px 18px; border-radius: 5px; font-weight: 600; }
.form-notice--success { color: #22635c; background: var(--teal-soft); }
.form-notice--error { color: #813b55; background: var(--rose-pale); }
.faq-section { margin-bottom: 48px; padding: 30px 0; background: #f9f0eb; }
.faq-section h2 { font-size: 2rem; }
.faq-section h2 span { color: var(--rose-soft); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.faq-grid article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 0 32px; border-right: 1px solid var(--line); }
.faq-grid article:first-child { padding-left: 0; }
.faq-grid article:last-child { padding-right: 0; border: 0; }
.faq-grid article > .pmjk-icon { width: 52px; height: 52px; padding: 12px; color: var(--ink); background: #f4e7df; border-radius: 50%; }
.faq-grid h3 { margin-bottom: 5px; font-family: var(--sans); font-size: 13px; letter-spacing: 0; }
.faq-grid p { margin: 0; font-size: 11px; }

.download-benefits { padding: 22px 0 42px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 34px; background: #faeeea; border: 1px solid rgba(165,86,117,.08); border-radius: 10px; }
.benefits-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 0 28px; border-right: 1px solid var(--line); }
.benefits-grid article:first-child { padding-left: 0; }
.benefits-grid article:last-child { padding-right: 0; border: 0; }
.benefits-grid h3 { margin-bottom: 5px; font-size: 1.2rem; }
.benefits-grid p { margin: 0; font-size: 11px; }
.downloads-section { padding: 24px 0 70px; }
.download-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.download-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; }
.download-card__image { position: relative; height: 210px; }
.download-card__image > img, .download-card__image > .sprite-image { width: 100%; height: 100%; object-fit: cover; }
.download-card__icon { position: absolute; right: 50%; bottom: -28px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--teal); border: 3px solid var(--paper); border-radius: 50%; transform: translateX(50%); }
.download-card:nth-child(odd) .download-card__icon { background: var(--rose); }
.download-card__icon .pmjk-icon { width: 25px; height: 25px; }
.download-card__body { padding: 43px 22px 24px; text-align: center; }
.download-card__body h3 { font-size: 1.25rem; }
.download-card__body p { min-height: 45px; font-size: 12px; }
.inline-newsletter { padding: 0 0 38px; }
.inline-newsletter__inner { min-height: 128px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 25px 60px; background: linear-gradient(100deg, #e9efeb, #d8eae7); border-radius: 8px; }
.inline-newsletter h2 { margin-bottom: 5px; font-size: 2rem; }
.inline-newsletter p { margin: 0; font-size: 12px; }

.blog-hero { position: relative; overflow: hidden; padding: 56px 0 45px; }
.blog-hero::after { position: absolute; z-index: -1; right: 0; bottom: -40px; left: 0; height: 90px; content: ""; background: #fff; border-radius: 50% 50% 0 0 / 20% 20% 0 0; }
.blog-hero__grid { min-height: 340px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.blog-hero h1 { font-size: 5.2rem; }
.blog-hero p { max-width: 590px; font-size: 16px; }
.blog-hero__visual { position: relative; height: 335px; display: grid; place-items: center; }
.blog-hero__visual img { position: relative; z-index: 2; width: 380px; height: 330px; object-fit: contain; }
.blog-content { padding: 40px 0 72px; background: #fff; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(275px, .72fr); gap: 48px; align-items: start; }
.blog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.blog-toolbar h2 { margin: 0; font-size: 2rem; }
.blog-toolbar form { width: min(360px, 50%); display: grid; grid-template-columns: 1fr 48px; }
.blog-toolbar input { border-radius: 4px 0 0 4px; }
.blog-toolbar button { display: grid; place-items: center; color: #fff; background: var(--rose); border: 0; border-radius: 0 4px 4px 0; cursor: pointer; }
.blog-toolbar button .pmjk-icon { width: 21px; height: 21px; }
.blog-list { display: grid; gap: 16px; }
.post-card--horizontal { display: grid; grid-template-columns: 290px minmax(0, 1fr); }
.post-card--horizontal .post-card__image { height: 190px; }
.post-card--horizontal .post-card__body { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; }
.post-card--horizontal h3 { min-height: 0; margin-bottom: 8px; font-size: 1.65rem; }
.post-card--horizontal p { margin-bottom: 12px; font-size: 12px; line-height: 1.5; }
.navigation.pagination { margin-top: 25px; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.page-numbers { min-width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.page-numbers.current { color: #fff; background: var(--rose); border-color: var(--rose); }
.blog-sidebar { display: grid; gap: 19px; padding-top: 59px; }
.sidebar-card, .sidebar-newsletter { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.sidebar-card h2, .sidebar-newsletter h2 { font-size: 1.65rem; }
.sidebar-card h2 span { color: var(--rose-soft); }
.sidebar-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sidebar-card li a { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 12px; }
.sidebar-card li a span::before { width: 20px; height: 20px; display: inline-grid; margin-right: 9px; content: ""; vertical-align: middle; background: var(--teal); border-radius: 50%; }
.sidebar-card li:nth-child(even) a span::before { background: #bf708e; }
.sidebar-newsletter { color: #fff; background: linear-gradient(140deg, #378a83, #51a49a); }
.sidebar-newsletter h2 { color: #fff; }
.sidebar-newsletter p { color: rgba(255,255,255,.86); font-size: 12px; }
.sidebar-newsletter .newsletter-form { grid-template-columns: 1fr; }
.sidebar-newsletter .newsletter-form button { background: #fff; color: var(--teal-dark); }
.sidebar-newsletter .newsletter-form__privacy { color: rgba(255,255,255,.9); }

.newsletter-form { position: relative; display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 8px; align-items: stretch; }
.newsletter-form input[type="email"] { min-width: 0; min-height: 45px; }
.newsletter-form button { min-height: 45px; padding: 10px 25px; color: #fff; background: var(--rose); border: 0; border-radius: 3px; cursor: pointer; }
.newsletter-form__privacy { grid-column: 1 / -1; display: flex; gap: 7px; align-items: flex-start; color: var(--muted); font-size: 10px; }
.newsletter-form__privacy input { margin-top: 2px; }

.footer-promo { position: relative; overflow: hidden; }
.footer-promo--newsletter { background: linear-gradient(90deg, #f6dfe3, #f9ebec, #efd6dd); }
.footer-promo--ebook { background: var(--rose-pale); }
.footer-promo__inner { min-height: 126px; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 25px; align-items: center; }
.footer-promo__icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--rose); border: 1px solid currentColor; border-radius: 50%; }
.footer-promo__icon .pmjk-icon { width: 34px; height: 34px; }
.footer-promo h2 { margin-bottom: 3px; font-size: 2rem; }
.footer-promo p { margin: 0; font-size: 12px; }
.footer-promo .newsletter-form { min-width: 430px; }
.footer-main { padding-top: 48px; background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .72fr .72fr 1.15fr; gap: 70px; padding-bottom: 42px; }
.footer-logo { width: 245px; height: 82px; display: flex; align-items: center; overflow: hidden; }
.footer-logo img { width: 245px; height: auto; }
.footer-brand > p { max-width: 300px; margin: 10px 0 14px; font-size: 12px; }
.footer-socials { display: flex; gap: 13px; color: var(--rose); }
.footer-socials a { padding: 5px; }
.footer-socials .pmjk-icon { width: 22px; height: 22px; }
.footer-column { display: flex; flex-direction: column; gap: 7px; }
.footer-column h3 { margin-bottom: 7px; font-size: 1.25rem; }
.footer-column > a, .footer-column > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-column > a:hover { color: var(--rose); }
.footer-column--newsletter .newsletter-form { grid-template-columns: 1fr 46px; }
.footer-column--newsletter .newsletter-form button { width: 46px; padding: 0; font-size: 0; }
.footer-column--newsletter .newsletter-form button::after { content: "→"; font-size: 18px; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-bottom nav { display: flex; gap: 12px; align-items: center; }

.editor-content { padding: 55px 0; }
.editor-content img { height: auto; border-radius: 8px; }
.entry-header, .archive-header { padding: 80px 0 35px; text-align: center; }
.entry-content { padding-bottom: 80px; }
.entry-content > .container, .entry-header > .container, .archive-header > .container, .container { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.entry-content ul, .entry-content ol { color: var(--muted); }
.entry-thumbnail img { width: 100%; height: auto; }
.empty-state { max-width: 620px; margin: 0 auto; padding: 65px 30px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.empty-state .round-icon { margin-bottom: 20px; }
.shop-content { background: var(--rose-pale); }

.fade-in { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.fade-in.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .fade-in { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; } }

@media (max-width: 1120px) {
    .site-header__inner { grid-template-columns: 215px 1fr auto; gap: 20px; }
    .site-logo, .site-logo__image { width: 210px; }
    .nav-list { gap: 15px; }
    .nav-list a { font-size: 13px; }
    .button--header { min-width: 98px; padding-inline: 18px; }
    .hero__grid { grid-template-columns: 1fr 440px; gap: 35px; }
    .organic-photo { width: 420px; }
    .story-grid { gap: 45px; }
    .story-photo-wrap { padding-right: 85px; }
    .fact-card { width: 240px; }
    .footer-grid { gap: 40px; }
}

@media (max-width: 980px) {
    .announcement-bar__message { grid-column: 1 / -1; grid-row: 1; }
    .announcement-bar__side { display: none; }
    .site-header__inner { min-height: 84px; grid-template-columns: 1fr auto auto; }
    .site-logo { height: 65px; }
    .main-nav { justify-self: end; order: 3; }
    .nav-toggle { width: 45px; height: 45px; display: flex; flex-direction: column; gap: 5px; justify-content: center; }
    .nav-toggle > span:not(.screen-reader-text) { width: 24px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
    .nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
    .nav-list { position: fixed; top: 84px; right: 0; left: 0; max-height: calc(100vh - 84px); display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 18px 32px 32px; overflow-y: auto; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 22px 40px rgba(73,56,52,.12); }
    .nav-list.is-open { display: flex; }
    .nav-list a { padding: 15px 0; font-size: 16px; border-bottom: 1px solid var(--line); }
    .nav-list a::after { display: none; }
    .header-actions { grid-column: 2; grid-row: 1; }
    .hero__grid, .hero--inner .hero__grid { min-height: auto; grid-template-columns: 1fr 380px; gap: 25px; padding-block: 55px; }
    .hero__visual { min-height: 400px; }
    .organic-photo { width: 365px; height: 380px; }
    .organic-photo--wide { height: 310px; }
    .hero-features { grid-template-columns: repeat(2, 1fr); }
    .category-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
    .value-item:nth-child(2) { border-right: 0; }
    .value-item:nth-child(3) { padding-left: 0; }
    .story-grid { grid-template-columns: 1fr; }
    .story-photo-wrap { width: min(700px, 100%); margin-inline: auto; }
    .contact-form-wrap, .contact-methods { padding: 38px 35px; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .benefits-grid article:nth-child(2) { border: 0; }
    .benefits-grid article:nth-child(3) { padding-left: 0; }
    .download-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-layout { grid-template-columns: 1fr; }
    .blog-sidebar { grid-template-columns: repeat(3, 1fr); padding-top: 0; }
    .post-card--horizontal { grid-template-columns: 250px 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    body { font-size: 15px; }
    .shell, .entry-content > .container, .entry-header > .container, .archive-header > .container, .container { width: min(100% - 36px, var(--shell)); }
    .announcement-bar__inner { min-height: 32px; }
    .announcement-bar__message { font-size: 10px; line-height: 1.25; }
    .site-header__inner { min-height: 74px; gap: 4px; }
    .site-logo { width: 165px; height: 55px; }
    .site-logo__image { width: 165px; max-height: 55px; }
    .main-nav { order: initial; }
    .nav-list { top: 74px; }
    .header-actions { grid-column: auto; grid-row: auto; gap: 3px; }
    .button--header { display: none; }
    .hero__grid, .hero--inner .hero__grid, .hero--compact .hero__grid { grid-template-columns: 1fr; padding: 45px 0 55px; }
    .hero__content { text-align: left; }
    .hero__content h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
    .hero__content > p { font-size: 15px; }
    .hero__visual { min-height: 340px; order: -1; }
    .hero--home .hero__visual { order: initial; }
    .organic-photo, .organic-photo--portrait, .organic-photo--wide { width: min(345px, 92vw); height: 330px; }
    .organic-photo--wide { height: 285px; }
    .botanical { font-size: 6rem; }
    .hero-features { gap: 18px; }
    .button-row { display: grid; grid-template-columns: 1fr; }
    .button-row .button { width: 100%; }
    .section-wave { padding: 65px 0; }
    .category-grid { grid-template-columns: 1fr; gap: 38px; }
    .category-item { max-width: 330px; margin-inline: auto; }
    .category-item p { min-height: 0; }
    .ebook-cta { padding-inline: 18px; }
    .ebook-cta__inner { width: 100%; grid-template-columns: 1fr; }
    .ebook-cta__content { padding: 35px 25px; }
    .ebook-cta__visual { min-height: 220px; }
    .latest-layout { grid-template-columns: 1fr; }
    .post-grid--three { grid-template-columns: 1fr; }
    .post-card__image { height: 230px; }
    .about-mini { width: 100%; }
    .values-grid { grid-template-columns: 1fr; }
    .value-item, .value-item:first-child, .value-item:nth-child(3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .value-item:last-child { border-bottom: 0; }
    .story-section { padding: 55px 0; }
    .story-copy h2 { font-size: 2.8rem; }
    .story-photo-wrap { min-height: 600px; padding: 0 0 105px; }
    .story-photo { width: 100%; height: 440px; }
    .fact-card { top: auto; right: 14px; bottom: 0; left: 14px; width: auto; }
    .contact-panel { grid-template-columns: 1fr; }
    .contact-methods { border-top: 1px solid var(--line); border-left: 0; }
    .contact-form-wrap, .contact-methods { padding: 32px 22px; }
    .contact-panel h2 { font-size: 1.8rem; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-grid article, .faq-grid article:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefits-grid { grid-template-columns: 1fr; padding: 25px; }
    .benefits-grid article, .benefits-grid article:first-child, .benefits-grid article:nth-child(3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefits-grid article:last-child { border-bottom: 0; }
    .download-grid { grid-template-columns: 1fr; }
    .download-card__image { height: 260px; }
    .inline-newsletter__inner { grid-template-columns: 1fr; gap: 20px; padding: 30px 24px; }
    .newsletter-form { grid-template-columns: 1fr; width: 100%; }
    .blog-hero { padding-top: 25px; }
    .blog-hero__grid { grid-template-columns: 1fr; gap: 20px; }
    .blog-hero h1 { font-size: 4.1rem; }
    .blog-hero__visual { height: 270px; order: -1; }
    .blog-hero__visual img { width: 300px; height: 260px; }
    .blog-toolbar { align-items: stretch; flex-direction: column; }
    .blog-toolbar form { width: 100%; }
    .post-card--horizontal { grid-template-columns: 1fr; }
    .post-card--horizontal .post-card__image { height: 230px; }
    .blog-sidebar { grid-template-columns: 1fr; }
    .footer-promo__inner { grid-template-columns: 52px 1fr; gap: 16px; padding: 28px 0; }
    .footer-promo__icon { width: 50px; height: 50px; }
    .footer-promo .button, .footer-promo .newsletter-form { grid-column: 1 / -1; width: 100%; min-width: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 0; }
    .footer-bottom nav { flex-wrap: wrap; }
}
