:root{--ink:#18352c;--ink-2:#284b40;--paper:#fbfcf9;--sage:#e9f1ec;--sage-2:#d7e6dc;--gold:#e8b85f;--gold-dark:#8a621f;--coral:#bb604b;--text:#1d2824;--muted:#5f6e68;--line:#cbd8d0;--white:#fff;--shadow:0 18px 45px rgba(31,62,50,.12);--serif:Georgia,"Times New Roman",serif;--sans:Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--text);font-family:var(--sans);font-size:17px;line-height:1.55;letter-spacing:0}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgba(24,53,44,.12);background:rgba(251,252,249,.96);backdrop-filter:blur(12px)}
.nav{min-height:72px;display:flex;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;margin-right:auto;color:var(--ink);font-weight:900;text-decoration:none}
.brand-mark{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--gold-dark);border-radius:50%;font-family:var(--serif);color:var(--gold-dark)}
.nav-links{display:flex;align-items:center;gap:22px}
.nav-links a{text-decoration:none;color:#365249;font-size:14px;font-weight:800}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--coral)}
.nav-access{padding:9px 12px;border:1px solid var(--ink);border-radius:6px}
.nav-toggle{display:none;border:0;background:transparent;font-size:25px;color:var(--ink)}
.hero{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;background-color:#dce8e0;background-image:url('miron-portrait.png');background-repeat:no-repeat;background-position:right 10% center;background-size:610px}.hero:before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:64%;background:rgba(232,241,236,.97)}
.hero-content{position:relative;z-index:2;max-width:720px;padding:90px 0 96px}
.home-hero{height:calc(100svh - 120px);min-height:600px;max-height:720px;background-color:#102c22;background-image:url('miron-main-hero.webp');background-position:center;background-size:cover}.home-hero:before{inset:0;width:100%;background:linear-gradient(90deg,rgba(7,29,21,.86) 0%,rgba(7,29,21,.68) 46%,rgba(7,29,21,.13) 78%,rgba(7,29,21,.04) 100%)}
.home-hero-mobile-image{display:none}
.home-hero .hero-content{max-width:820px;padding:68px 0 76px}.home-hero h1{max-width:820px;color:#fff;font-size:clamp(48px,6.3vw,78px)}.home-hero .kicker{color:#f2cc78}.home-hero .hero-lead{max-width:720px;color:#edf4ef}.home-hero .trust-line{color:#edf4ef}.home-hero .button-accent{box-shadow:0 12px 28px rgba(0,0,0,.22)}
.kicker{margin:0;color:var(--coral);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.hero h1,.page-hero h1,.section-title h2,.product-copy h2,.recipe-story h2{font-family:var(--serif);font-weight:700;letter-spacing:0;color:var(--ink)}
.hero h1{margin:18px 0 22px;font-size:clamp(48px,7vw,84px);line-height:.98;max-width:780px}
.hero-lead{max-width:650px;margin:0 0 30px;color:#3f554d;font-size:21px}
.hero-actions,.button-row{display:flex;gap:12px;flex-wrap:wrap}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid transparent;border-radius:6px;font:inherit;font-weight:900;text-decoration:none;cursor:pointer}
.button-primary{background:var(--ink);color:#fff}
.button-primary:hover{background:var(--ink-2)}
.button-accent{background:var(--gold);color:#15251f}
.button-accent:hover{background:#dca54a}
.button-ghost{border-color:var(--ink);background:transparent;color:var(--ink)}
.trust-line{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#53685f;font-size:14px;font-weight:700}
.trust-line span:before{content:"✓";margin-right:6px;color:var(--coral)}
.section{padding:88px 0}
.section-sage{background:var(--sage)}
.section-white{background:#fff}
.section-title{max-width:800px;margin-bottom:38px}
.section-title h2{margin:10px 0 14px;font-size:clamp(38px,5.5vw,62px);line-height:1.02}
.section-title p{margin:0;color:var(--muted);font-size:19px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card{min-width:0;display:grid;grid-template-rows:240px auto;height:100%;border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden;text-decoration:none;box-shadow:var(--shadow)}
.category-card img{width:100%;height:240px;object-fit:cover}.category-card:nth-child(1) img,.category-card:nth-child(3) img{object-fit:contain;background:#edf3ef}
.category-card:nth-child(2) img{object-position:center 28%}
.category-copy{padding:24px}
.category-copy h3{margin:0 0 8px;color:var(--ink);font-family:var(--serif);font-size:29px;line-height:1.08}
.category-copy p{margin:0 0 18px;color:var(--muted)}
.text-link{color:var(--coral);font-weight:900}
.proof-band{padding:36px 0;background:var(--ink);color:#fff}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.proof-grid div{display:grid;gap:4px}
.proof-grid strong{color:#f3d99a;font-size:20px}
.proof-grid span{color:#d8e3dc}
.free-band{display:grid;grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:32px}
.free-band img{width:180px;max-height:260px;object-fit:contain;box-shadow:var(--shadow)}
.free-band h2{margin:6px 0 10px;font-family:var(--serif);color:var(--ink);font-size:clamp(34px,4.4vw,52px);line-height:1.05}
.free-band p{margin:0;color:var(--muted)}
.support-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}
.support-layout h2{margin:10px 0 14px;font-family:var(--serif);color:var(--ink);font-size:46px;line-height:1.05}
.support-form{display:grid;gap:15px;padding:28px;border:1px solid var(--line);border-radius:6px;background:#fff}
.field{display:grid;gap:6px;font-weight:800;color:var(--ink)}
.field input,.field select,.field textarea,.shop-field input{width:100%;padding:14px;border:1px solid #aebfb5;border-radius:4px;background:#fff;color:#17241f;font:inherit}
.field textarea{min-height:130px;resize:vertical}
.form-status,.shop-error{min-height:24px;margin:0;color:var(--muted);font-size:14px}
.form-status.is-error,.shop-error{color:#9d3529}
.form-status.is-success{color:#267247}
.page-hero{padding:78px 0 72px;background:var(--sage)}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:center}
.page-hero h1{margin:14px 0 18px;font-size:clamp(48px,7vw,78px);line-height:.98}
.page-hero p{max-width:700px;color:#40584f;font-size:20px}
.page-hero img{width:100%;max-height:470px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(31,62,50,.22))}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{display:grid;grid-template-rows:auto auto 1fr auto;min-width:0;padding:18px;border:1px solid var(--line);border-radius:6px;background:#fff}
.product-card>img{width:100%;height:auto;aspect-ratio:900/1273;object-fit:contain;background:#eef3ef}
.product-card h3{margin:18px 0 8px;color:var(--ink);font-family:var(--serif);font-size:27px;line-height:1.08}
.product-card p{margin:0 0 18px;color:var(--muted)}
.product-card footer{display:grid;gap:10px}
.price{color:var(--ink);font-family:var(--serif);font-size:34px;font-weight:700}
.details{border-top:1px solid var(--line);padding-top:14px}
.details summary{color:var(--coral);font-weight:900;cursor:pointer}
.details div{padding-top:12px;color:#4d5f58;font-size:15px}
.details ul{padding-left:20px}
.bundle-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:44px;align-items:center;padding:42px;border:1px solid #9bae9f;border-radius:6px;background:var(--ink);color:#fff}
.bundle-band h2{margin:8px 0 16px;color:#fff;font-family:var(--serif);font-size:52px;line-height:1}
.bundle-band p{color:#dce6df}
.bundle-covers{display:grid;grid-template-columns:repeat(6,1fr);align-items:end;gap:5px}
.bundle-covers img{width:100%;box-shadow:0 14px 26px rgba(0,0,0,.28)}
.audio-hero{min-height:650px;background-color:#e9f1ec;background-image:url('track-04.jpg');background-position:center right;background-size:cover;background-repeat:no-repeat}.audio-hero:before{background:rgba(233,241,236,.97)}
.audio-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.audio-item{padding:24px;border:1px solid var(--line);border-radius:6px;background:#fff}
.audio-item span{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--gold);font-weight:900;color:var(--ink)}
.audio-item h3{margin:14px 0 7px;color:var(--ink)}
.audio-item p{margin:0;color:var(--muted)}
.recipe-hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background-color:#f4f6f2;background-image:url('product-assets/recipes-hero.png');background-position:right center;background-size:58% auto;background-repeat:no-repeat}.recipe-hero:before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:62%;background:rgba(244,246,242,.97)}
.recipe-hero .hero-content{max-width:680px}
.recipe-hero h1{font-family:var(--serif);color:var(--ink);font-size:clamp(50px,7vw,82px);line-height:.97;margin:14px 0 20px}
.recipe-cover-band{display:grid;grid-template-columns:370px minmax(0,1fr);gap:64px;align-items:center}
.recipe-cover-band>img{width:100%;height:auto;max-height:560px;align-self:center;object-fit:contain;box-shadow:var(--shadow)}
.recipe-cover-band h2{font-family:var(--serif);color:var(--ink);font-size:52px;line-height:1.02;margin:10px 0 16px}
.benefit-list{display:grid;gap:15px;margin:28px 0}
.benefit-list div{padding:16px 0;border-top:1px solid var(--line)}
.benefit-list strong{display:block;color:var(--ink);font-size:20px}
.benefit-list span{color:var(--muted)}
.chapter-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;counter-reset:chapters}
.chapter-grid div{position:relative;padding:22px 22px 22px 68px;border:1px solid var(--line);border-radius:6px;background:#fff}
.chapter-grid div:before{counter-increment:chapters;content:counter(chapters);position:absolute;left:20px;top:20px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:var(--ink);font-weight:900}
.chapter-grid strong{display:block;color:var(--ink)}
.chapter-grid span{color:var(--muted);font-size:14px}
.sample-spread{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.sample-page{padding:28px;border:1px solid var(--line);border-radius:6px;background:#fff}
.sample-page .number{color:var(--coral);font-weight:900}
.sample-page h3{margin:8px 0;color:var(--ink);font-family:var(--serif);font-size:30px}
.sample-page ul{padding-left:20px;color:#4d5f58}
.offer-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;align-items:center;padding:42px;border:1px solid var(--ink);border-radius:6px;background:#fff}
.offer-box h2{margin:8px 0 10px;font-family:var(--serif);color:var(--ink);font-size:48px}
.offer-price{text-align:right}
.offer-price .price{font-size:54px}
.offer-price p{margin:4px 0 16px;color:var(--muted);font-size:14px}
.safety{padding:28px;border-left:5px solid var(--coral);background:#fff}
.safety h3{margin:0 0 8px;color:var(--ink)}
.site-footer{padding:38px 0;background:var(--ink);color:#d8e3dc}
.footer-layout{display:flex;gap:28px;align-items:flex-start}
.footer-layout>div{margin-right:auto}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:#fff;font-size:13px}
.shop-modal{position:fixed;z-index:100;inset:0;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(11,27,21,.68)}
.shop-modal.is-open{display:flex}
.shop-modal-card{position:relative;width:min(560px,100%);max-height:calc(100vh - 30px);overflow:auto;padding:32px;border-radius:6px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.3)}
.shop-modal-card h2{margin:5px 45px 8px 0;color:var(--ink);font-family:var(--serif);font-size:38px;line-height:1.04}
.shop-modal-line{color:var(--muted)}
.shop-modal-close{position:absolute;right:16px;top:14px;width:42px;height:42px;border:0;border-radius:50%;background:var(--sage);color:var(--ink);font-size:28px;cursor:pointer}
.shop-field{display:grid;gap:7px;margin-top:18px;color:var(--ink);font-weight:800}
.shop-currency{display:flex;gap:8px;margin:18px 0;padding:0;border:0}
.shop-currency legend{margin-bottom:7px;color:var(--ink);font-weight:800}
.shop-currency label{flex:1}
.shop-currency input{position:absolute;opacity:0}
.shop-currency span{display:block;padding:12px;border:1px solid var(--line);border-radius:4px;text-align:center;font-weight:900}
.shop-currency input:checked+span{border-color:var(--ink);background:var(--sage)}
.shop-consent{display:flex;gap:10px;align-items:flex-start;color:#52635c;font-size:14px}
.shop-consent input{margin-top:4px}
.shop-submit{width:100%;margin-top:8px}
.small-note{color:var(--muted);font-size:13px}
.catalog-note{max-width:800px;padding:18px;border-left:4px solid var(--gold);background:#fff;color:var(--muted)}

@media(max-width:960px){.nav-links{display:none}
.nav-toggle{display:block}
.hero{min-height:auto;background-position:center;background-size:cover}.hero:before,.recipe-hero:before{width:100%;background:rgba(238,244,240,.91)}
.hero-content{padding:76px 0}
.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
.page-hero-grid,.recipe-cover-band,.bundle-band,.support-layout{grid-template-columns:1fr}
.page-hero img{width:min(360px,80%);margin:auto}
.free-band{grid-template-columns:170px 1fr}
.free-band .button{grid-column:1/-1}
.proof-grid{grid-template-columns:1fr}
.bundle-covers{max-width:620px}
.recipe-hero{background-size:cover}
.offer-box{grid-template-columns:1fr}
.offer-price{text-align:left}
}

@media(max-width:640px){body{font-size:16px}
.container{width:min(100% - 26px,1180px)}
.nav{min-height:62px}
.brand-mark{width:32px;height:32px}
.nav-access{font-size:12px;padding:7px 8px}
.hero h1,.page-hero h1,.recipe-hero h1{font-size:45px}
.hero-lead,.page-hero p{font-size:18px}
.hero-content{padding:58px 0 64px}
.hero-actions .button,.button-row .button{width:100%}
.section{padding:62px 0}
.section-title h2{font-size:39px}
.category-grid,.product-grid,.audio-list,.chapter-grid,.sample-spread{grid-template-columns:1fr}
.category-card{grid-template-rows:210px auto}
.category-card img{height:210px}
.free-band{grid-template-columns:1fr;text-align:left}
.free-band img{width:150px}
.free-band .button{grid-column:auto;width:100%}
.page-hero{padding:54px 0}
.page-hero-grid{gap:28px}
.page-hero img{width:min(270px,75%)}
.bundle-band{padding:26px 18px}
.bundle-band h2,.recipe-cover-band h2,.offer-box h2{font-size:39px}
.bundle-covers{grid-template-columns:repeat(3,1fr)}
.recipe-cover-band{gap:30px}
.recipe-cover-band>img{width:min(260px,80%);margin:auto}
.offer-box{padding:28px 20px}
.offer-price .price{font-size:46px}
.offer-price .button{width:100%}
.support-form{padding:20px 16px}
.footer-layout{display:grid}
.shop-modal{padding:10px}
.shop-modal-card{padding:26px 18px}
.shop-modal-card h2{font-size:34px}
.shop-currency{display:grid;grid-template-columns:repeat(3,1fr)}
}

@media(max-width:370px){.hero h1,.page-hero h1,.recipe-hero h1{font-size:39px}
.section-title h2{font-size:35px}
.shop-currency{grid-template-columns:1fr}
}

@media(max-width:960px){.home-hero{height:calc(100svh - 110px);min-height:620px;max-height:760px;background-position:61% center}.home-hero:before{background:linear-gradient(90deg,rgba(7,29,21,.9) 0%,rgba(7,29,21,.74) 58%,rgba(7,29,21,.34) 100%)}}
@media(max-width:640px){.home-hero{height:auto;min-height:0;max-height:none;display:block;background:#102c22}.home-hero:before{display:none}.home-hero-mobile-image{position:relative;z-index:2;display:block;width:100%;height:190px;object-fit:cover;object-position:77% 34%}.home-hero .hero-content{padding:30px 0 38px}.hero.home-hero h1{color:#fff;font-size:39px}.home-hero .hero-lead{font-size:17px}.home-hero .trust-line{display:grid;gap:8px}}
@media(max-width:370px){.home-hero h1{font-size:39px}}

.hero.home-hero h1{color:#fff}
