@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@300;400;500;600&display=swap";:root{color:#111;--bg:#f6f6f6;--bg-elevated:#fff;--bg-panel:#fffffff2;--border:#0000001a;--border-strong:#0000002e;--text-strong:#111;--text-muted:#000000b3;--text-subtle:#00000080;--accent:#000;--accent-soft:#00000059;--shadow-strong:#00000026;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;background-color:#f6f6f6;font-family:Manrope,Segoe UI,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box}body{background-color:var(--bg);min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{z-index:2;border:1px solid var(--border);background:#fff;border-top:none;border-radius:0 0 22px 22px;justify-content:space-between;justify-self:center;align-items:center;width:100vw;margin-bottom:4rem;padding:1.25rem clamp(1.25rem,3vw,2.5rem);transition:background-color .35s,color .35s,border-color .35s,box-shadow .35s;display:flex;position:sticky;top:0;box-shadow:0 14px 32px #00000014}.site-header.is-scrolled{color:#fff;background:#111;border-color:#ffffff2e;box-shadow:0 16px 36px #00000059}.site-header.is-scrolled .brand-sub,.site-header.is-scrolled .nav{color:#ffffffb3}.site-header.is-scrolled .brand-sub{opacity:0;max-height:0;transform:translateY(-6px)}.site-header.is-scrolled .brand-mark{color:#fff}.site-header.is-scrolled .nav a:after{background:linear-gradient(90deg,#0000,#fff,#0000)}.brand{letter-spacing:.04em;flex-direction:column;font-family:Cormorant Garamond,Times New Roman,serif;display:flex}.brand-mark{color:#111;font-size:2rem;font-weight:600}.brand-mark-b{color:#fff;font-size:2rem;font-weight:600}.brand-sub{text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);max-height:2rem;font-size:.9rem;transition:opacity .35s,transform .35s,max-height .35s;overflow:hidden}.nav{color:var(--text-muted);gap:1.5rem;font-size:.95rem;display:flex}.nav a{padding-bottom:.25rem;position:relative}.nav a:after{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;width:100%;height:1px;transition:opacity .3s;position:absolute;bottom:0;left:0}.nav a:hover:after,.nav a.active:after{opacity:1}.header-cta{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-strong);cursor:pointer;border-radius:999px;padding:.7rem 1.5rem;transition:border .3s,transform .3s}.header-cta:hover{border-color:var(--accent-soft);transform:translateY(-2px)}@media (max-width:900px){.site-header{flex-direction:column;align-items:flex-start}.nav{flex-wrap:wrap}.header-cta{text-align:center;align-self:stretch}}.page{flex-direction:column;min-height:80vh;padding:0;display:flex;position:relative;top:-50px;overflow:hidden visible}.content{flex-direction:column;flex:1;display:flex}.site-footer{z-index:1;text-align:center;color:var(--text-subtle);border-top:1px solid var(--border);margin-top:auto;padding-top:2rem;font-size:.85rem;position:relative}@media (max-width:600px){.page{margin:0;padding:2rem 1.5rem}}.margined-content{margin-left:2rem;margin-right:2rem}.section{z-index:1;margin-bottom:4.5rem;position:relative}.section-header h2{margin:.8rem 0 2rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem)}.eyebrow{text-transform:uppercase;letter-spacing:.35em;color:var(--text-muted);font-size:.75rem}.primary{color:#f6f6f6;cursor:pointer;background:linear-gradient(120deg,#0f0f0f,#2a2a2a);border:none;border-radius:999px;padding:.85rem 1.8rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 24px #00000040}.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059}.ghost{border:1px solid var(--border-strong);color:var(--text-strong);cursor:pointer;background:0 0;border-radius:999px;padding:.85rem 1.8rem;transition:background .3s,border .3s}.ghost:hover{border-color:var(--accent);background:#0000000d}.about-grid{color:var(--text-muted);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;font-size:1rem;display:grid}@media not (max-width:720px){.about-grid{font-size:1.5rem}}.contact-copy{text-align:center;color:var(--text-subtle);margin:0 0 2rem;font-size:1.1rem;line-height:1.6}.contact .section-header h2{text-align:center}.contact .section-header .eyebrow{text-align:left;margin-bottom:2rem}.contact-card{background:var(--bg-panel);border:1px solid var(--border);text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 2rem;display:flex}.contact-info{flex-direction:column;gap:1.5rem;max-width:600px;display:flex}.contact-email{margin:0;padding:2rem 0;position:relative}.contact-email:before,.contact-email:after{content:"✦";color:var(--border);opacity:.6;font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%)}.contact-email:before{left:-3rem}.contact-email:after{right:-3rem}.contact-email a{color:var(--text-primary);border-bottom:1px solid var(--border);padding-bottom:.25rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.5rem;text-decoration:none;transition:color .2s}.contact-email a:hover{color:var(--text-subtle);border-bottom-color:var(--text-subtle)}.contact-tagline{color:var(--text-subtle);margin:0;font-size:1.1rem;line-height:1.6}@media (max-width:600px){.contact-card{padding:3rem 1.5rem}.contact-email:before,.contact-email:after{display:none}.contact-email a{font-size:1.5rem}.contact-tagline{font-size:1rem}}.image-slider{background:#f3f0ea;justify-self:center;width:100vw;height:40vh;min-height:320px;margin-bottom:2rem;margin-left:-2rem;margin-right:-2rem;position:relative;box-shadow:0 20px 40px #1414141f}.image-slider-track{width:100%;height:100%;position:absolute;inset:0}.image-slide{opacity:0;transition:opacity .6s,transform .6s;position:absolute;inset:0;transform:scale(1.02)}.image-slide.is-active{opacity:1;transform:scale(1)}.image-slide img{object-fit:cover;width:100%;height:100%}.image-slide-caption{color:#fff;text-shadow:0 2px 8px #00000080;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.5rem;font-weight:700;position:absolute;top:.5rem;right:1.5rem}.image-slider-dots{gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.image-slider-dots button{cursor:pointer;background:#fff6;border:none;border-radius:999px;width:32px;height:4px;transition:background .3s,transform .3s}.image-slider-dots button.is-active{background:#ffffffe6;transform:scaleX(1.1)}@media (max-width:600px){.image-slider{border-radius:0;width:105vw;min-height:240px}}@media not (max-width:900px){.image-slider{height:70vh}.image-slide-caption{font-size:3rem}}.features-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}.feature-tile{background:var(--bg-panel);border:1px solid var(--border);text-align:center;color:var(--text-primary);border-radius:16px;justify-content:center;align-items:center;min-height:120px;padding:2rem 1.5rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.3rem;transition:transform .2s,box-shadow .2s;display:flex}.feature-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}@media (max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-tile{min-height:100px;padding:1.5rem 1rem;font-size:1.1rem}.key-features{margin:0}}@media (max-width:400px){.features-grid{grid-template-columns:1fr}.key-features{margin:0}}.loading{min-height:65vh;color:var(--text-strong);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;overflow:hidden}.loading-mark{width:min(220px,60vw);height:auto;color:var(--text-strong)}.loading-outline{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:800;animation:3s ease-in-out infinite loading-draw}.loading-dropper{transform-origin:50%;animation:3s ease-in-out infinite loading-open-close}.loading-text{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.95rem}@keyframes loading-open-close{0%,to{transform:translateY(0)}30%,70%{transform:translateY(-28px)}}@keyframes loading-draw{0%{stroke-dashoffset:800px;opacity:0}20%{opacity:1}40%,to{stroke-dashoffset:0}}.intro{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;gap:3rem;margin-bottom:3rem;display:grid;position:relative}.intro-content{flex-direction:column;align-items:center;gap:.5rem;display:flex}.intro-content h1{justify-self:center;margin:1rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.05}.intro-copy{max-width:80vw;color:var(--text-muted);place-self:center;font-size:1.2rem}.intro-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.intro-card{border:1px solid var(--border);background:#ffffffe6;border-radius:24px;padding:2rem;box-shadow:inset 0 0 0 1px #00000008}.intro-card-inner{flex-direction:column;gap:1rem;display:flex}.intro-card-title{margin:0;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.8rem}.intro-card-meta{color:var(--text-subtle);justify-content:space-between;display:flex}@media (max-width:600px){.intro-actions{flex-direction:column}.intro-content h1{margin-bottom:2rem;font-size:23px}.intro-copy{font-size:15px}}.product-card{color:#f6f6f6;cursor:pointer;background:#0b0b0b;border-radius:18px;justify-content:center;align-items:center;width:100%;height:40vh;min-height:300px;transition:background-color .3s,color .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{background:#111;border-color:#fff3}.product-card:hover span{color:#f6f6f6bf}.product-media{z-index:1;flex:0 0 45%;width:100%;min-width:50%;max-width:50%;height:120%;position:relative;left:-15px;overflow:hidden}.product-media img{object-fit:cover;object-position:center;width:100%;height:100%;transform:translateY(var(--parallax-offset,0px));border-radius:14px;transition:transform .2s ease-out;display:block;position:absolute;inset:0}.product-content{z-index:2;flex-direction:column;margin-right:1rem;display:flex;position:relative}.product-card h3{margin:0;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.6rem}.product-card span{color:#f6f6f6a6;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem}@media not (max-width:1500px){.product-card{width:40vw;height:60vh}}@media (max-width:720px){.product-card{flex-direction:column;gap:2.5rem;width:80vw;height:45vh;left:0;overflow:hidden}.product-media{place-items:center;width:100%;max-width:none;max-height:none;position:relative;left:0;overflow:hidden}.product-media img{height:130%;top:-30px}.product-content{width:100%;padding:2rem}}@media (max-width:500px){.product-card{flex-direction:column;gap:0;height:50vh;left:0;overflow:hidden}.product-media{border-radius:0;place-items:center;width:100%;max-width:none;max-height:none;position:relative;top:-40px;left:0;overflow:hidden}.product-media img{height:120%}.product-content{width:100%;padding:2rem;font-size:.8rem}.product-content h3{font-size:1.5rem}}.product-detail-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-detail-modal{color:#f6f6f6;background:#0b0b0b;border-radius:18px;max-width:90vw;max-height:90vh;padding:3rem;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #000c}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-button{color:#f6f6f6;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;transition:background-color .2s,color .2s;display:flex;position:absolute;top:1rem;right:1rem}.close-button:hover{color:#fff;background-color:#ffffff1a}.product-detail-content{align-items:center;gap:3rem;display:flex}.product-detail-image{flex:0 0 40%;justify-content:center;align-items:center;min-width:300px;max-width:30vw;display:flex;overflow:hidden}.product-detail-image img{border-radius:14px;width:100%;height:auto}.product-detail-info{flex-direction:column;flex:1;gap:1.2rem;display:flex}.product-detail-info h2{margin:0;font-family:Cormorant Garamond,Times New Roman,serif;font-size:2rem}.scientific-name{color:#f6f6f6b3;margin:0;font-size:.95rem;font-style:italic}.scientific-name__species{font-family:Cormorant Garamond,Times New Roman,serif;font-size:1rem}.scientific-name__authority{color:#f6f6f680;font-family:sans-serif;font-size:.85rem;font-style:normal}.description{color:#f6f6f6e6;margin:0;font-size:1rem;line-height:1.6}.sizes,.validity{color:#f6f6f6cc;margin:0;font-size:.95rem}.sizes strong,.validity strong{color:#f6f6f6}.detailed-section{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1.5rem}.detailed-section h3{margin:0 0 1rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.3rem}.detailed-section p{color:#f6f6f6d9;margin:0;line-height:1.7}.usage-instructions{color:#f6f6f6d9;margin:0 0 1rem;line-height:1.7}.usage-tips-title{color:#f6f6f6;margin-top:.5rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:1.1rem;font-weight:400}.usage-tips{flex-direction:column;gap:.35rem;margin:0;padding-left:1.2rem;display:flex}.usage-tips li{color:#f6f6f6d9;line-height:1.6}.inquire-button{color:#f6f6f6;cursor:pointer;text-align:center;background:linear-gradient(120deg,#0f0f0f,#2a2a2a);border:1px solid #ffffff26;border-radius:999px;align-self:flex-end;width:fit-content;margin-top:1rem;padding:.85rem 1.8rem;font-size:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.inquire-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059}.product-detail-modal::-webkit-scrollbar{width:8px}.product-detail-modal::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.product-detail-modal::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.product-detail-modal::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width:768px){.product-detail-modal{max-width:95vw;padding:2rem}.product-detail-content{flex-direction:column;gap:2rem}.product-detail-image{flex:1;min-width:100%}.product-detail-info h2{font-size:1.5rem}.close-button{width:2.5rem;height:2.5rem;font-size:1.5rem;top:.5rem;right:.5rem}}.products .product-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;margin-top:6vw;display:grid}.product-grid{justify-self:center}.section-header{margin-bottom:3rem}.section-header p{font-size:15px}@media (max-width:720px){.products .product-grid{flex-direction:column;gap:1rem;display:flex}}
