@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --green:#315d33;
  --green2:#5d8453;
  --cream:#f8f4eb;
  --cream2:#efe6d7;
  --text:#1e2b1f;
  --muted:#667063;
  --border:#e3dccf;
  --white:#fff;
  --shadow:0 24px 70px rgba(31,48,33,.12);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 44px));margin-inline:auto}

.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(49,93,51,.12)}
.nav{height:88px;display:grid;grid-template-columns:350px 1fr auto;gap:28px;align-items:center}
.brand{display:flex;align-items:center;gap:10px;color:var(--green);min-width:max-content}
.brand-leaf{width:42px;height:42px;border-radius:14px;background:#edf4e8;display:grid;place-items:center;flex:0 0 auto}
.brand-leaf svg{width:28px;height:28px;fill:currentColor}
.brand strong{display:block;font-family:"Playfair Display",serif;font-size:30px;line-height:.96;letter-spacing:-.035em}
.brand em{display:block;margin-top:1px;font-style:normal;font-family:"Playfair Display",serif;font-size:18px;line-height:1;color:var(--green);letter-spacing:-.02em}
.brand small{display:block;font-size:11px;color:var(--green);margin-top:5px;white-space:nowrap;line-height:1.15}
.menu{display:flex;justify-content:center;gap:22px;font-size:13px;font-weight:850}
.menu a{position:relative;padding:33px 0;color:#172417;white-space:nowrap}
.menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--green)}
.nav-cta{height:42px;padding:0 18px;border-radius:999px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:850;font-size:13px;white-space:nowrap}
.menu-btn{display:none;background:transparent;border:0;padding:8px}
.menu-btn span{display:block;width:28px;height:2px;background:#111;margin:6px 0}

.hero{position:relative;background:#f4f0e7;overflow:hidden}
.hero-img{width:100%;height:auto;min-height:560px;object-fit:contain;object-position:center top}
.hero-layer{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none}
.hero-content{height:100%;display:flex;align-items:center}
.hero-card{width:min(640px,50vw);pointer-events:auto;margin-top:10px;background:rgba(255,250,245,.76);backdrop-filter:blur(6px);padding:32px 34px;border:1px solid rgba(255,255,255,.7);box-shadow:0 22px 70px rgba(31,48,33,.10)}
.eyebrow{margin:0 0 12px;color:var(--green);font-weight:900;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(43px,4.8vw,70px);line-height:.98;letter-spacing:-.055em;color:var(--green);margin:0 0 16px}
.subtitle{font-size:21px;font-weight:700;margin:0 0 18px;color:#263426}
.lead{font-size:20px;line-height:1.45;color:#303d31;margin:0 0 28px;max-width:570px}
.micro-note{font-size:13px;color:#586158;margin:18px 0 0;max-width:560px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:0;border:1px solid currentColor;font-weight:900;font-size:14px;letter-spacing:.01em;transition:.18s ease;text-transform:uppercase}
.btn:hover{transform:translateY(-1px)}
.btn.green{background:var(--green);border-color:var(--green);color:#fff}
.btn.outline{background:rgba(255,255,255,.84);color:var(--green);border-color:var(--green)}
.btn.white{background:#fff;color:var(--green);border-color:#fff}

.trust-bar{background:linear-gradient(180deg,#fbf8f0,#f1e9db);padding:22px 0;border-top:1px solid rgba(49,93,51,.08);border-bottom:1px solid var(--border)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-grid article{background:#fff9f0;border:1px solid #e7dece;padding:20px 18px;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:156px}
.trust-grid span{width:48px;height:48px;border-radius:50%;border:2px solid var(--green);display:grid;place-items:center;color:var(--green);font-size:20px;background:#fff}
.trust-grid h3{font-size:14px;text-transform:uppercase;margin:0;font-weight:900;line-height:1.25}
.trust-grid p{font-size:15px;color:#586158;margin:0;line-height:1.45}

.section{padding:86px 0}
.section-head{text-align:center;max-width:820px;margin:0 auto 38px}
.section-head p:not(.eyebrow){color:var(--muted);font-size:17px}
.section-head h2,.decision-copy h2,.person-card h2,.about-copy h2,.cooperation h2,.shop-banner h2,.faq h2,.contact h2,.business-bridge h2,.page-hero h1,.article h1,.article h2{font-family:"Playfair Display",serif;line-height:1.05;letter-spacing:-.04em;color:var(--green);margin:0 0 18px}
.section-head h2,.decision-copy h2,.person-card h2,.about-copy h2,.cooperation h2,.shop-banner h2,.faq h2,.contact h2{font-size:clamp(34px,3.2vw,50px)}

.decision-panel{background:#fff}
.decision-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}
.decision-copy p{color:var(--muted);font-size:17px}
.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.decision-grid a{background:#fbfaf6;border:1px solid var(--border);padding:24px;box-shadow:0 10px 30px rgba(31,48,33,.04);transition:.18s ease}
.decision-grid a:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(31,48,33,.08)}
.decision-grid strong{display:block;color:var(--green);font-size:18px;margin-bottom:8px}
.decision-grid span{color:var(--muted)}

.trust-person{background:#fbfaf6}
.person-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}
.person-card,.quote-card{background:#fff;border:1px solid var(--border);padding:40px;box-shadow:0 14px 42px rgba(31,48,33,.06)}
.person-card p{color:var(--muted);font-size:17px}
.quote-card{background:linear-gradient(145deg,#edf4e8,#fff);display:flex;flex-direction:column;justify-content:center}
.quote-card span{font-family:"Playfair Display",serif;font-size:90px;line-height:.5;color:var(--green)}
.quote-card p{font-family:"Playfair Display",serif;font-size:31px;line-height:1.22;color:#263426;margin:20px 0 0}

.products{background:#fff}
.centered{text-align:center}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--border);box-shadow:0 12px 36px rgba(31,48,33,.06);overflow:hidden}
.product-card img{width:100%;aspect-ratio:900 / 650;object-fit:contain;object-position:center center;background:#f7f4ed}
.product-card div{padding:22px}
.product-card h3{font-size:21px;margin:0 0 8px}
.product-card p{margin:0;color:var(--muted)}
.center-cta{text-align:center;margin-top:34px}

.education{background:#fbfaf6}
.knowledge-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:22px}
.knowledge-card{background:#fff;border:1px solid var(--border);padding:30px;box-shadow:0 12px 36px rgba(31,48,33,.05)}
.knowledge-card.featured{background:linear-gradient(145deg,#fff,#edf4e8)}
.knowledge-card h3{font-family:"Playfair Display",serif;color:var(--green);font-size:30px;line-height:1.08;margin:14px 0 12px}
.knowledge-card p{color:var(--muted);margin:0 0 18px}
.knowledge-card a{font-weight:900;color:var(--green)}
.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}

.business-bridge{background:linear-gradient(135deg,#2d532e,#5b7f4b);color:#fff;padding:50px 0}
.business-bridge-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.business-bridge h2{color:#fff;margin:0;font-size:clamp(34px,3.2vw,50px)}
.business-bridge p{margin:0;color:#edf4e9;font-size:18px}
.eyebrow.light{color:#dcead7}

.cooperation{background:linear-gradient(180deg,#fff,#fbfaf6)}
.cooperation-card{display:grid;grid-template-columns:1fr 320px;gap:34px;align-items:center;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);padding:46px}
.cooperation p{color:var(--muted);font-size:17px}
.cooperation-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.cooperation aside{background:#edf4e8;border:1px solid #d7e5d0;padding:28px;border-radius:18px}
.cooperation aside strong{display:block;color:var(--green);font-size:22px;margin-bottom:8px}
.cooperation aside span{color:#4d5c50}
.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.fit-grid article{background:#fff;border:1px solid var(--border);padding:30px;box-shadow:0 12px 36px rgba(31,48,33,.05)}
.fit-grid h3{font-size:23px;margin:0 0 16px;color:var(--green)}
.fit-grid li{margin:8px 0;color:var(--muted)}
.cooperation-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.cooperation-steps article{background:#fff;border:1px solid var(--border);padding:24px;box-shadow:0 10px 30px rgba(31,48,33,.04)}
.cooperation-steps span{font-weight:900;color:var(--green)}
.cooperation-steps h3{margin:10px 0 8px;font-size:19px}
.cooperation-steps p{margin:0;color:var(--muted)}

.shop-banner{background:linear-gradient(135deg,#2d532e,#5b7f4b);color:#fff;padding:68px 0}
.shop-banner-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}
.shop-banner h2{color:#fff;margin-bottom:10px;font-size:clamp(34px,3.2vw,50px)}
.shop-banner p{color:#edf4e9;font-size:18px;margin:0}

.faq{background:#fbfaf6}
.faq-grid{display:grid;grid-template-columns:360px 1fr;gap:50px}
.faq-intro{color:var(--muted)}
.faq-list{display:grid;gap:12px}
.faq-list h3{margin:24px 0 4px;color:var(--green);font-size:18px;text-transform:uppercase;letter-spacing:.06em}
.faq-list h3:first-child{margin-top:0}
details{background:#fff;border:1px solid var(--border);padding:18px 20px}
summary{cursor:pointer;font-weight:900}
details p{color:var(--muted);margin:12px 0 0}

.contact{background:#fff}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.contact-cards a{background:#fbfaf6;border:1px solid var(--border);padding:26px;box-shadow:0 10px 28px rgba(31,48,33,.04)}
.contact-cards strong{display:block;color:var(--green);font-size:19px;margin-bottom:8px}
.contact-cards span{color:var(--muted)}

.page-hero,.article-hero{background:linear-gradient(135deg,#f8f4eb,#edf4e8);padding:88px 0 62px;border-bottom:1px solid var(--border)}
.page-hero h1,.article h1{font-size:clamp(42px,5vw,70px);max-width:900px}
.page-hero p,.article-hero p{font-size:19px;color:var(--muted);max-width:760px}
.article-wrap{max-width:860px}
.back-link{display:inline-flex;margin-bottom:20px;color:var(--green);font-weight:900}
.article-body{padding:58px 0 86px}
.article-body p,.article-body li{font-size:18px;color:#39443a}
.article-body h2{font-size:34px;margin-top:42px}
.article-body ul{padding-left:22px}
.article-disclaimer,.remember-box{background:#fbfaf6;border:1px solid var(--border);padding:20px 22px;margin:28px 0}
.remember-box h2{margin-top:0}
.article-cta{background:linear-gradient(145deg,#edf4e8,#fff);border:1px solid var(--border);padding:32px;margin-top:36px}

.footer{background:#213220;color:#fff;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:320px 1fr;gap:50px}
.footer strong{font-family:"Playfair Display",serif;font-size:32px}
.footer p{color:#dbe5d8;margin:6px 0 0}
.footer-note{color:#b9d1b2!important;font-size:13px;font-weight:800;margin-top:8px!important}

.mobile-sticky-cta{display:none}

@media (max-width:1120px){
  .nav{grid-template-columns:330px 1fr auto}
  .menu{gap:14px;font-size:12px}
}
@media (max-width:980px){
  .nav{height:82px;display:flex}
  .header{height:82px}
  .brand small{display:none}
  .brand strong{font-size:25px}
  .brand em{font-size:16px}
  .menu-btn{display:block;margin-left:auto}
  .menu{display:none;position:absolute;left:16px;right:16px;top:82px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);padding:10px;flex-direction:column;align-items:stretch;gap:0}
  .menu.open{display:flex}
  .menu a{padding:13px 14px}
  .menu a:after{display:none!important}
  .nav-cta{display:none}
  .hero-img{min-height:620px;object-fit:cover;object-position:62% center}
  .hero-layer{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.7),rgba(255,255,255,.05))}
  .hero-card{width:min(440px,76vw);padding:22px}
  .trust-grid,.product-grid,.contact-cards,.decision-grid,.cooperation-steps,.knowledge-grid,.fit-grid{grid-template-columns:repeat(2,1fr)}
  .decision-layout,.person-grid,.shop-banner-grid,.faq-grid,.footer-grid,.cooperation-card,.business-bridge-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .container{width:calc(100% - 28px)}
  body{padding-bottom:64px}
  .hero-img{min-height:700px;object-position:64% center}
  .hero-card{width:100%;max-width:380px}
  .hero h1{font-size:40px}
  .subtitle{font-size:17px}
  .lead{font-size:17px}
  .trust-grid,.product-grid,.contact-cards,.decision-grid,.cooperation-steps,.knowledge-grid,.fit-grid{grid-template-columns:1fr}
  .section{padding:64px 0}
  .person-card,.quote-card,.cooperation-card,.knowledge-card,.decision-grid a,.fit-grid article{padding:24px}
  .quote-card p{font-size:23px}
  .mobile-sticky-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:150;background:#fff;border-top:1px solid var(--border);box-shadow:0 -10px 30px rgba(31,48,33,.12)}
  .mobile-sticky-cta a{min-height:56px;display:grid;place-items:center;font-weight:900;text-transform:uppercase;font-size:13px}
  .mobile-sticky-cta a:first-child{background:var(--green);color:#fff}
  .mobile-sticky-cta a:last-child{color:var(--green)}
}
