:root{--green:#176b42;--green-dark:#103d2b;--green-soft:#eaf4ee;--cream:#f8f8f4;--ink:#19352a;--muted:#66736d;--line:#dce6df;--white:#fff;--shadow:0 18px 50px rgba(18,54,39,.10);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.navbar{position:sticky;top:0;z-index:50;background:rgba(248,248,244,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-container{max-width:1200px;height:82px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand img{width:58px;height:58px;object-fit:contain}.nav-links{display:flex;gap:30px;font-weight:700;font-size:.93rem}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--green);transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.menu-toggle{display:none;border:0;background:none;font-size:1.8rem;color:var(--ink);cursor:pointer}.hero{min-height:690px;max-width:1200px;margin:auto;padding:90px 28px 70px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.eyebrow,.product-info>span,.story-category{display:inline-block;color:var(--green);font-size:.74rem;letter-spacing:.28em;font-weight:800}.hero h1,.section-heading h2,.lore-content h2,.business-content h2,.about-text h2,.contact-content h2{font-size:clamp(2.7rem,6vw,5.5rem);line-height:1.02;letter-spacing:-.055em;margin:16px 0 24px}.hero h1 span,.lore-content h2 span,.business-content h2 span,.about-text h2 span,.contact-content h2 span{display:block;color:var(--green)}.hero p{max-width:630px;color:var(--muted);font-size:1.08rem}.hero-buttons,.lore-buttons,.contact-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;border-radius:999px;font-weight:800;border:1px solid var(--green);transition:transform .2s,background .2s,color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff}.btn-outline{background:transparent;color:var(--green)}.btn-light{background:#fff;color:var(--green-dark);border-color:#fff}.hero-visual{position:relative;min-height:510px;display:grid;place-items:center}.hero-circle{position:absolute;width:430px;height:430px;border-radius:50%;background:var(--green-soft)}.hero-visual img{position:relative;z-index:1;max-height:500px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.12))}.trust-strip{background:var(--green-dark);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.trust-strip div{padding:28px;border-right:1px solid rgba(255,255,255,.12)}.trust-strip strong{display:block;letter-spacing:.15em}.trust-strip span{display:block;opacity:.72;font-size:.9rem}.section,.stories,.wellness-section,.categories-section,.lore-section,.about-section{padding:110px 28px}.section-heading{max-width:800px;margin:0 auto 55px;text-align:center}.section-heading h2{font-size:clamp(2.4rem,5vw,4.6rem);margin:12px 0}.section-heading h2 strong{color:var(--green)}.section-heading p{color:var(--muted);font-size:1.05rem}.section-alt{background:#fff}.stories-container,.lore-container,.about-grid,.footer-container{max-width:1200px;margin:auto}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.story-card,.product-card,.wellness-card,.category-card,.about-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(18,54,39,.04);transition:transform .25s,box-shadow .25s}.story-card:hover,.product-card:hover,.wellness-card:hover,.category-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.story-card>img{width:100%;height:250px;object-fit:cover;object-position:center top}.story-card:nth-child(1)>img,.story-card:nth-child(2)>img{object-position:center 15%}.story-content{padding:28px}.story-number{font-size:2.3rem;font-weight:900;color:#d6e6dc;display:block;line-height:1}.story-content h3{font-size:1.4rem;margin:8px 0}.story-content p{color:var(--muted)}.story-link,.product-card a,.wellness-card a{color:var(--green);font-weight:800}.lore-section{background:#f2f6f3}.lore-container{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.lore-content h2{font-size:clamp(3rem,6vw,5rem);margin:10px 0}.lore-content h3{font-size:1.35rem;line-height:1.35;margin:0 0 20px}.lore-content>p{color:var(--muted)}.lore-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.lore-highlights div{padding:16px;border:1px solid var(--line);background:#fff;border-radius:16px}.lore-highlights b,.lore-highlights span{display:block}.lore-highlights span{font-size:.88rem;color:var(--muted)}blockquote{margin:35px 0 0;padding:22px 0 0;border-top:1px solid var(--line);font-size:1.06rem;font-style:italic}cite{display:block;margin-top:12px;font-style:normal;font-weight:800;color:var(--green)}.lore-photo{position:relative;padding:20px 20px 45px 0}.lore-photo-frame{border-radius:32px;overflow:hidden;background:#dcebe1;min-height:520px}.lore-photo-frame img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center}.lore-photo-card{position:absolute;right:-10px;bottom:0;background:var(--green);color:#fff;border-radius:20px;padding:22px;width:250px;box-shadow:var(--shadow)}.lore-card-logo{font-size:2rem;font-weight:900;margin-bottom:10px}.lore-photo-card span{display:block;margin-top:8px;opacity:.75;font-size:.88rem}.wellness-section{max-width:1200px;margin:auto}.wellness-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wellness-card{padding:36px}.wellness-icon{font-size:2.4rem;width:62px;height:62px;display:grid;place-items:center;background:var(--green-soft);border-radius:18px}.wellness-card h3{font-size:1.4rem}.wellness-card p{color:var(--muted)}.product-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-image{height:330px;display:grid;place-items:center;background:linear-gradient(180deg,#f5f8f5,#edf3ef);padding:22px}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:28px}.product-info h3{font-size:1.4rem;margin:8px 0}.product-info p{color:var(--muted);min-height:55px}.categories-section{background:#fff}.category-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{padding:30px;text-align:center}.category-card>span{font-size:2rem}.category-card h3{margin:10px 0 4px}.category-card p{color:var(--muted);margin:0}.all-products{grid-template-columns:repeat(3,1fr)}.business-section{background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;padding:120px 28px}.business-content{max-width:900px;margin:auto;text-align:center}.business-content .eyebrow{color:#bde6cf}.business-content h2{font-size:clamp(2.7rem,6vw,5rem)}.business-content h2 span{color:#d3f2df}.business-content p{max-width:760px;margin:0 auto;opacity:.86;font-size:1.08rem}.business-points{display:flex;justify-content:center;gap:35px;margin:38px 0}.business-points div{display:flex;align-items:center;gap:10px}.business-points strong{font-size:1.8rem;color:#bde6cf}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.about-text p{color:var(--muted);font-size:1.06rem}.about-card{padding:45px;background:var(--green-dark);color:#fff}.about-card img{width:80px;margin-bottom:28px}.about-card p{opacity:.75}.contact-section{padding:120px 28px;background:var(--green-soft)}.contact-content{max-width:850px;margin:auto;text-align:center}.contact-content h2{font-size:clamp(2.8rem,6vw,5.4rem)}.contact-content p{color:var(--muted);font-size:1.08rem}.contact-buttons{justify-content:center}.contact-number{font-weight:800;margin-top:22px!important}.contact-number a{color:var(--green);text-decoration:underline}.footer{background:#0d251b;color:#fff;padding:70px 28px 25px}.footer-container{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.footer-brand img{width:64px;background:#fff;border-radius:12px;padding:5px}.footer-brand p,.footer-links a,.disclaimer{color:rgba(255,255,255,.68)}.footer-links{display:flex;flex-direction:column;gap:9px}.footer-links h4{margin:0 0 8px}.footer-bottom{max-width:1200px;margin:45px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:30px;font-size:.84rem}.footer-bottom p{margin:0}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:80;background:var(--green);color:#fff;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:var(--shadow)}.sante-chat{position:fixed;right:22px;bottom:82px;z-index:81;width:min(370px,calc(100vw - 28px));font-family:inherit}.sante-chat-toggle{margin-left:auto;display:flex;align-items:center;gap:8px;border:0;border-radius:999px;background:#fff;color:var(--green-dark);padding:12px 18px;font:inherit;font-weight:800;box-shadow:var(--shadow);cursor:pointer}.sante-chat-panel{margin-top:10px;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 25px 70px rgba(16,61,43,.22)}.sante-chat-head{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;background:var(--green-dark);color:#fff}.sante-chat-head strong,.sante-chat-head span{display:block}.sante-chat-head span{font-size:.78rem;opacity:.76}.sante-chat-close{border:0;background:transparent;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.sante-chat-body{max-height:420px;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#fbfcfb}.sante-message{max-width:88%;padding:11px 14px;border-radius:16px;font-size:.93rem;line-height:1.45}.sante-message.bot{background:var(--green-soft);align-self:flex-start}.sante-message.user{background:var(--green);color:#fff;align-self:flex-end}.sante-chat-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sante-chat-options button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;text-align:left;font:inherit;font-size:.82rem;font-weight:700;color:var(--ink);cursor:pointer}.sante-chat-options button:hover{border-color:var(--green);color:var(--green)}.sante-chat-action{display:block;background:var(--green);color:#fff;padding:10px 14px;border-radius:12px;font-size:.9rem;font-weight:800;text-align:center}.journey-card .product-image,.journey-card .pack-image,.journey-option .product-image,.journey-option .pack-image,.pack-card .product-image,.pack-card .pack-image{height:auto;min-height:0;padding:18px;overflow:visible}.journey-card .product-image img,.journey-card .pack-image img,.journey-option .product-image img,.journey-option .pack-image img,.pack-card .product-image img,.pack-card .pack-image img{width:100%;height:auto;max-height:none;object-fit:contain}.journey-card>img,.journey-option>img,.pack-card>img{width:100%;height:auto;max-height:none;object-fit:contain}.journey-card,.journey-option,.pack-card{overflow:visible}@media(max-width:900px){.hero,.lore-container,.about-grid{grid-template-columns:1fr}.hero{padding-top:70px}.hero-visual{min-height:400px;order:-1}.hero-circle{width:330px;height:330px}.hero-visual img{max-height:390px}.stories-grid,.product-grid,.all-products{grid-template-columns:repeat(2,1fr)}.wellness-cards{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.lore-photo{max-width:620px;margin:auto;width:100%}.footer-container{grid-template-columns:1fr 1fr}}@media(max-width:680px){.nav-container{height:72px;padding:0 18px}.brand img{width:50px;height:50px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 28px 25px;flex-direction:column;gap:18px}.nav-links.active{display:flex}.hero,.section,.stories,.wellness-section,.categories-section,.lore-section,.about-section,.business-section,.contact-section{padding-left:20px;padding-right:20px}.hero{min-height:auto;padding-bottom:55px}.hero-visual{min-height:330px}.hero-circle{width:280px;height:280px}.hero-visual img{max-height:310px}.trust-strip{grid-template-columns:1fr}.trust-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.stories-grid,.product-grid,.all-products,.category-grid{grid-template-columns:1fr}.section-heading{margin-bottom:35px}.product-image{height:300px}.journey-card .product-image,.journey-card .pack-image,.journey-option .product-image,.journey-option .pack-image,.pack-card .product-image,.pack-card .pack-image{height:auto}.lore-highlights{grid-template-columns:1fr 1fr}.lore-photo-frame,.lore-photo-frame img{min-height:430px}.lore-photo-card{position:relative;right:auto;width:100%;margin-top:-5px;border-radius:0 0 20px 20px}.business-points{flex-direction:column;align-items:center;gap:12px}.about-grid{gap:35px}.footer-container{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.hero-buttons,.contact-buttons,.lore-buttons{flex-direction:column}.btn{width:100%}.sante-chat{right:14px;bottom:76px}.floating-whatsapp{right:14px;bottom:14px}.sante-chat-toggle{padding:11px 14px}.sante-chat-options{grid-template-columns:1fr}.sante-chat-body{max-height:55vh}}