:root{--font-primary:"Cormorant Garamond",serif;--font-secondary:"Raleway",sans-serif}*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:var(--font-secondary),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:300;line-height:1.2;margin-bottom:.5em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:2rem 0}@media (max-width:768px){.product-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:1.5rem 0}}@media (max-width:480px){.product-grid{gap:1rem;grid-template-columns:1fr;margin:1rem 0}}.product-grid-empty,.product-grid-error,.product-grid-loading{color:#333;font-family:Raleway,sans-serif;padding:2rem;text-align:center}.product-grid-error{color:#c00}.product-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-3px)}@media (max-width:768px){.product-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-2px)}}.product-image{background:#f9f9f9;height:200px;overflow:hidden;position:relative;width:100%}@media (max-width:480px){.product-image{height:180px}}.product-image img{height:100%;object-fit:cover;object-position:center;width:100%}.no-image{align-items:center;background:#f0f0f0;color:#999;display:flex;font-family:Raleway,sans-serif;height:100%;justify-content:center}.product-info{padding:1rem}.product-title{color:#333;font-family:Cormorant Garamond,serif;font-size:1.2rem;margin:0 0 .5rem}.product-price{color:#3a7d44;font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;margin:0}.product-detail{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}@media (min-width:768px){.product-detail{flex-direction:row}}@media (max-width:768px){.product-detail{gap:1.5rem;padding:1.5rem}}@media (max-width:480px){.product-detail{gap:1rem;padding:1rem}}.product-detail-images{flex:1 1}.product-detail-image{border-radius:8px;height:400px;margin-bottom:1rem;overflow:hidden;width:100%}.product-detail-image img{height:100%;object-fit:cover;object-position:center;width:100%}.product-detail-info{display:flex;flex:1 1;flex-direction:column;gap:1rem}.product-detail-title{color:#333;font-family:Cormorant Garamond,serif;font-size:2rem;margin:0}.product-detail-price{color:#3a7d44;font-family:Raleway,sans-serif;font-size:1.5rem;font-weight:700;margin:0}.product-detail-description{color:#555;font-family:Raleway,sans-serif;line-height:1.6}.product-detail-variants{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-detail-variant{border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.product-detail-add-to-cart,.product-detail-variant.selected,.product-detail-variant:hover{background-color:#3a7d44;color:#fff}.product-detail-add-to-cart{border:none;border-radius:4px;cursor:pointer;font-family:Raleway,sans-serif;font-size:1rem;margin-top:1rem;padding:1rem 2rem;transition:background-color .3s ease}.product-detail-add-to-cart:hover{background-color:#2a5d33}@media (max-width:768px){.product-detail-image{height:300px}.product-detail-title{font-size:1.7rem}.product-detail-price{font-size:1.3rem}.product-detail-add-to-cart{font-size:1.1rem;padding:1rem;width:100%}}@media (max-width:480px){.product-detail-image{height:250px}.product-detail-title{font-size:1.5rem}.product-detail-price{font-size:1.2rem}.product-card{margin-bottom:1rem}.product-info{padding:.8rem}.product-title{font-size:1.1rem}.product-price{font-size:.95rem}}:root{--primary-color:#3a7d44;--secondary-color:#e9b44c;--text-color:#333;--light-bg:#f8f9fa;--white:#fff;--border-color:#e1e1e1;--box-shadow:0 4px 6px #0000001a;--transition:all 0.3s ease}.container{max-width:1200px;padding:0 1rem;width:100%}@media (max-width:768px){.container{padding:0 .8rem}}@media (max-width:480px){.container{padding:0 .64rem}}.btn{transition:var(--transition)}.btn-primary{background-color:var(--primary-color);color:var(--white);transition:all .3s ease}.btn-primary,.btn-secondary{border:2px solid var(--primary-color)}.btn-secondary{background-color:var(--white);color:var(--primary-color)}.btn-outline{background-color:#3a7d44;background-color:var(--primary-color);border:1px solid #3a7d44;border:1px solid var(--primary-color);color:#fff;color:var(--white);transition:all .3s ease}.btn-outline:hover{background-color:#22c55e;border-color:#22c55e;color:#fff;color:var(--white)}.btn-outline.selected{background-color:#3a7d44;background-color:var(--primary-color);color:#fff;color:var(--white)}.site-header{background-color:#fff;background-color:var(--white);box-shadow:0 2px 4px #0000000d;padding:.56rem 0;position:relative}.site-header .container{align-items:center;display:flex;justify-content:space-between;position:relative}.main-logo{height:27px;width:auto}.main-nav{margin-left:auto}.main-nav ul{display:flex;list-style:none;margin:0;padding:0}.main-nav li{margin-left:1.2rem}.main-nav a{color:#333;color:var(--text-color);font-family:Raleway,sans-serif;font-size:.94rem;font-weight:500;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.main-nav a:hover{color:#3a7d44;color:var(--primary-color)}.mobile-contact{display:none}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.mobile-menu-toggle span{background:#3a7d44;background:var(--primary-color);border-radius:10px;height:3px;position:relative;transform-origin:1px;transition:all .3s linear;width:25px}.mobile-menu-toggle:hover span{background:#2a5d33}.site-header .mini-cart-container{margin-top:-2px}.hero-section{background-color:#000;color:#fff;color:var(--white);padding:6rem 0;position:relative}.hero-overlay{background-color:#00000080;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-section .container{align-items:flex-start;display:flex;flex-direction:column;position:relative;z-index:2}.hero-content{max-width:800px}.hero-section h1{color:#fff;color:var(--white);font-family:Cormorant Garamond,serif;font-size:2.5rem;margin-bottom:1rem;text-shadow:1px 1px 3px #00000080}.subheadline{color:#fff;color:var(--white);font-family:Raleway,sans-serif;font-size:1.2rem;line-height:1.5;margin-bottom:2rem;max-width:100%;text-shadow:1px 1px 2px #00000080}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-section .btn-secondary{background-color:#ffffffe6;border-color:#fff;border-color:var(--white)}.hero-section .btn-secondary:hover{background-color:#fff;background-color:var(--white)}.trust-badges{display:flex;justify-content:space-between;width:100%}.badge{align-items:center;background-color:#ffffffd9;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:flex;flex:1 1;gap:.5rem;margin:0 .5rem;padding:.5rem 1rem}.badge:first-child{margin-left:0}.badge:last-child{margin-right:0}.badge-icon{color:#3a7d44;color:var(--primary-color);font-weight:700}.badge-text{color:#333;color:var(--text-color);font-family:Raleway,sans-serif;font-size:.9rem;white-space:nowrap}.selling-points-section{background-color:#f8f9fa;padding:2.5rem 0}.selling-points{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:flex-start;overflow-x:auto;padding-bottom:.75rem;scroll-behavior:smooth;scrollbar-color:#0003 #0000;scrollbar-width:thin}.selling-points::-webkit-scrollbar{height:4px}.selling-points::-webkit-scrollbar-track{background:#0000}.selling-points::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.selling-point{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:0 0 auto;max-width:400px;min-width:280px;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease;width:calc(33.333% - 1rem)}.selling-point:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.selling-point h3{color:#006064;font-size:1.1rem;margin-bottom:.75rem;text-align:center}.selling-point ul{list-style:none;padding-left:0}.selling-point li{font-size:.9rem;line-height:1.4;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.selling-point li:last-child{margin-bottom:0}.selling-point li:before{color:#00a09a;content:"\2713";font-weight:700;left:0;position:absolute}.selling-point-icon{margin-bottom:1rem;text-align:center}.selling-point-icon img{height:48px;object-fit:contain;transition:transform .3s ease;width:48px}.selling-point:hover .selling-point-icon img{transform:scale(1.1)}@media (max-width:768px){.selling-points{flex-wrap:wrap}.selling-point{margin-bottom:1rem;min-width:100%;width:100%}}.product-options-section{background-color:#f8f9fa;background-color:var(--light-bg)}.product-options-section h2{color:var(--text-color)}.section-subtitle{max-width:900px}.cta-divider,.sample-request-divider{align-items:center;display:flex;justify-content:center;margin:1.5rem 0;position:relative}.cta-divider:after,.cta-divider:before,.sample-request-divider:after,.sample-request-divider:before{background-color:#0000001a;content:"";flex-grow:1;height:1px;margin:0 1rem}.cta-divider span,.sample-request-divider span{color:#888;font-family:Raleway,sans-serif;font-size:.9rem;letter-spacing:1px;padding:0 .5rem;text-transform:uppercase}.error-message,.loading-indicator{background-color:var(--white);box-shadow:var(--box-shadow)}.loading-indicator{color:var(--primary-color)}.product-option{background-color:#fff;background-color:var(--white);box-shadow:var(--box-shadow);transition:var(--transition)}.product-option.selected{border-color:var(--primary-color)}.product-option h3{color:var(--text-color);margin-bottom:.5rem;margin-top:0}.price{color:var(--primary-color)}.product-options-section .btn-primary{display:block;margin:0 auto 2rem}.vendor-section{background-color:#fff;background-color:var(--white);padding:4rem 0}.vendor-section h2{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2rem;text-align:center}.vendors{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.vendor{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease}.vendor:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-5px)}.vendor-icon{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:1rem}.vendor-icon img{height:64px;object-fit:contain;transition:transform .3s ease;width:64px}.vendor:hover .vendor-icon img{transform:scale(1.1)}.vendor h3{color:#333;color:var(--text-color);font-size:1.2rem;font-weight:600;margin:0}.vendor h3,.vendor-note{font-family:Raleway,sans-serif}.vendor-note{color:#666;font-style:italic;text-align:center}.testimonial-section{background-color:#f8f9fa;background-color:var(--light-bg);padding:4rem 0}.testimonial-section h2{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2.5rem;text-align:center}.testimonials{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2rem;max-width:1400px}.testimonial{background-color:#fff;background-color:var(--white);border-left:3px solid #3a7d44;border-left:3px solid var(--primary-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;height:100%;min-height:200px;padding:1.75rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.testimonial:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.testimonial:before{color:#0000001a;content:"\201C";font-family:Georgia,serif;font-size:4rem;left:15px;line-height:1;position:absolute;top:10px}.testimonial p{color:#333;color:var(--text-color);font-family:Raleway,sans-serif;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:1rem;padding-left:.5rem;position:relative;z-index:1}.testimonial-author{align-items:flex-end;border-top:1px solid #0000000d;color:#666;display:flex;flex-direction:column;font-family:Raleway,sans-serif;font-size:.85rem;font-style:normal!important;font-weight:600;line-height:1.5;margin-bottom:0!important;margin-top:auto!important;min-width:220px;padding-top:.75rem;text-align:right;white-space:nowrap}.comparison-section{padding:3rem 0}.comparison-table{-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 -1rem;overflow-x:auto;padding:0 1rem}@media (min-width:769px){.comparison-table{margin:0;padding:0}}.comparison-table table{border-collapse:collapse;border-radius:8px;min-width:500px;overflow:hidden;table-layout:fixed;width:100%}.comparison-table th{background-color:#3a7d44;background-color:var(--primary-color);color:#fff;padding:1rem 1.5rem;text-align:center;width:33.33%}.comparison-table tr:nth-child(2n){background-color:#f2f2f2}.comparison-table tr:nth-child(odd){background-color:#fff}.comparison-table tr:hover{background-color:#e9f5f5}.comparison-table td{color:#666;padding:1rem 1.5rem;text-align:center}.comparison-table td:first-child{color:#555;font-weight:500}.comparison-table td:nth-child(2){color:#2e7d32;font-weight:500}.comparison-table td:nth-child(3){color:#c62828}.affordable-section{background-color:#f8f9fa;background-color:var(--light-bg);padding:4rem 0 2rem}.affordable-section h2{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2rem;text-align:center}.affordable-points{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.affordable-point{background-color:#fff;background-color:var(--white);border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);padding:1.5rem;text-align:center}.affordable-point p{color:#333;color:var(--text-color);font-family:Raleway,sans-serif;margin:0}.direct-source{border-bottom:2px solid #3a7d44;border-bottom:2px solid var(--primary-color);border-top:2px solid #3a7d44;border-top:2px solid var(--primary-color);margin:0 auto;max-width:600px;padding:1.5rem;text-align:center}.direct-source p{color:#3a7d44;color:var(--primary-color);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;letter-spacing:.05em;margin:0}@media (max-width:768px){.affordable-points{grid-template-columns:1fr}}.cta-section{background-color:#fff;background-color:var(--white);padding:4rem 0}.cta-buttons{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.cta-buttons .btn{transition:all .3s ease}.cta-buttons .btn:hover{box-shadow:0 5px 10px #0000001a;transform:translateY(-3px)}.sample-request-cta{margin-bottom:3rem;text-align:center}.no-returns-policy{background-color:#f9f9f9;border-left:3px solid #3a7d44;border-left:3px solid var(--primary-color);border-radius:4px;color:#666;font-family:Raleway,sans-serif;font-size:.95rem;margin:0 auto 2rem;max-width:800px;padding:1rem;text-align:center}.lead-form{background-color:#f8f9fa;background-color:var(--light-bg);border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);margin:0 auto 3rem;max-width:600px;padding:2rem;text-align:center}.lead-form h3{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0;text-align:center}.lead-form .btn{margin:0 auto;min-width:180px}.product-features{margin:0 auto;max-width:600px}.feature-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style:none;margin:0;padding:0}.feature-list li{align-items:center;background-color:#f8f9fa;background-color:var(--light-bg);border-radius:4px;color:#333;color:var(--text-color);display:flex;font-family:Raleway,sans-serif;padding:.5rem 1rem}.feature-list li:before{color:#3a7d44;color:var(--primary-color);content:"\2713";font-weight:700;margin-right:.5rem}.site-footer{background-color:#2a3b2d;color:#fff;color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer-info{flex:1 1;margin-bottom:2rem;min-width:300px}.footer-info h3{color:#fff;color:var(--white);font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.footer-info p{font-family:Raleway,sans-serif;line-height:1.6;margin-bottom:.5rem}.footer-info a{color:#e9b44c;color:var(--secondary-color);text-decoration:none;transition:all .3s ease;transition:var(--transition)}.footer-info a:hover{text-decoration:underline}.footer-addresses{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;width:100%}.address-box{border-left:2px solid #e9b44c;border-left:2px solid var(--secondary-color);flex:1 1;margin-bottom:1rem;min-width:250px;padding-left:1.5rem}.address-box h4{color:#fff;color:var(--white);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;margin-top:0}.address-box p{color:#fffc;font-family:Raleway,sans-serif;font-size:.9rem;line-height:1.6;margin:0}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem;text-align:center}.copyright{color:#ffffffb3;font-size:.9rem;margin:0}.copyright,.icons-attribution{font-family:Raleway,sans-serif}.icons-attribution{color:#ffffff80;font-size:.8rem;margin-top:.5rem}.icons-attribution a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.icons-attribution a:hover{color:#e9b44c;color:var(--secondary-color);text-decoration:underline}.testimonial-pagination{gap:1rem;margin-top:2rem}.pagination-btn,.testimonial-pagination{align-items:center;display:flex;justify-content:center}.pagination-btn{background-color:#3a7d44;background-color:var(--primary-color);border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;font-size:1.5rem;height:45px;transition:all .3s ease;width:45px}.pagination-btn:hover{background-color:#2a5d33;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.pagination-btn:active{transform:translateY(0)}.pagination-dots{align-items:center;display:flex;gap:.5rem}.pagination-dot{background-color:#3a7d444d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.pagination-dot:hover{background-color:#3a7d4499;transform:scale(1.2)}.pagination-dot.active{background-color:#3a7d44;background-color:var(--primary-color);transform:scale(1.3)}@media (max-width:1024px){.testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.site-header{background-color:#fff;background-color:var(--white);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.site-header .container{align-items:center;flex-wrap:nowrap;justify-content:space-between}.mobile-menu-toggle{display:flex;margin-left:auto}.main-nav{background:#fff;box-shadow:0 4px 6px #0000001a;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:1000}.main-nav.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.main-nav ul{flex-direction:column;gap:0;padding:1rem 0}.main-nav li{margin-left:0;text-align:center}.main-nav a{border-bottom:1px solid #f0f0f0;display:block;font-size:1rem;padding:1rem 2rem;transition:all .3s ease}.main-nav a:hover{background-color:#f8f9fa}.hero-section{padding:3rem 0 2rem}.hero-section h1{font-size:1.8rem;line-height:1.3}.subheadline{font-size:1rem;line-height:1.5}.hero-buttons{flex-direction:column;gap:.8rem;width:100%}.hero-buttons .btn{font-size:1rem;padding:1rem;width:100%}.trust-badges{flex-direction:column;gap:.5rem}.badge{font-size:.85rem;margin:.25rem 0;padding:.7rem 1rem}.comparison-table{font-size:.9rem;overflow-x:auto}.comparison-table td,.comparison-table th{min-width:120px;padding:.8rem .5rem}.footer-content{flex-direction:column;gap:1rem}.footer-addresses{flex-direction:column;gap:1.5rem}.testimonials{gap:1rem;grid-template-columns:repeat(2,1fr)}.testimonial{padding:1.5rem}.testimonial-pagination{gap:.8rem}.pagination-btn{font-size:1.3rem;height:40px;width:40px}.pagination-dot{height:10px;width:10px}.soak-image-container{align-items:center;flex-direction:column;gap:1.5rem;max-width:100%}.soak-image{margin-bottom:1rem;max-width:95%}.soak-details{max-width:100%;padding:0 1rem}.palawan-origin-section{background-attachment:scroll;padding:3rem 0}.product-options{gap:1rem;grid-template-columns:1fr}.product-option{cursor:pointer;padding:1.2rem;transition:all .3s ease}.product-option:active{transform:scale(.98)}.product-option h3{font-size:1.2rem}.product-option .price{font-size:1.4rem}.cta-buttons{gap:.8rem;grid-template-columns:1fr}.cta-buttons .btn{font-size:1rem;padding:1rem;text-align:center;width:100%}.vendors{gap:1rem;grid-template-columns:repeat(2,1fr)}.vendor{padding:1rem}.vendor h3{font-size:1rem}.selling-points{flex-direction:column;gap:1rem}.selling-point{max-width:none;min-width:0;min-width:auto;width:100%}.affordable-points{gap:1rem}.affordable-point{padding:1.2rem}.lead-form{margin:0 auto 2rem;padding:1.5rem}.lead-form h3{font-size:1.4rem}.feature-list{flex-direction:column;gap:.8rem}.feature-list li{justify-content:flex-start;width:100%}}.photo-slider-section{background-color:#fff;background-color:var(--white);padding:4rem 0}.photo-slider-section h2{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2rem;text-align:center}.slider-container{max-width:1820px;padding:0}.photo-slider{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.photo-slider::-webkit-scrollbar{display:none}.slider-item{border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);flex:0 0 auto;height:390px;overflow:hidden;transition:transform .3s ease;width:390px}.slider-item:hover{transform:scale(1.03)}.slider-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.slider-item:hover img{transform:scale(1.05)}.slider-btn{align-items:center;background-color:#0009;border:none;border-radius:50%;box-shadow:0 4px 8px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:20}.slider-btn:hover{background-color:#000c;transform:translateY(-50%) scale(1.1)}.slider-btn-left{left:20px}.slider-btn-right{right:20px}@media (max-width:768px){.slider-container{padding:0}.slider-item{height:312px;width:312px}.slider-btn{font-size:1.6rem;height:45px;width:45px}.slider-btn-left{left:15px}.slider-btn-right{right:15px}}.soaking-power-section{background-color:#fff;background-color:var(--white);padding:4rem 0}.soaking-power-section h2{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:1rem;text-align:center}.soak-comparison{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.soak-image-container{display:flex;gap:2rem;justify-content:center;max-width:900px;width:100%}.soak-image{border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);display:flex;flex:1 1;flex-direction:column;height:auto;max-width:400px;overflow:hidden;position:relative;transition:transform .3s ease}.soak-image:hover{transform:scale(1.03)}.soak-image img{border-radius:8px 8px 0 0;height:360px;object-fit:cover;width:100%}.soak-label{background-color:#3a7d44;background-color:var(--primary-color);border-radius:0 0 8px 8px;box-sizing:border-box;color:#fff;font-family:Raleway,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:.75rem .5rem;position:relative;text-align:center;width:100%}.soak-details{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:900px;padding-top:0;width:100%}.soak-details ul{grid-gap:.5rem 1.5rem;display:grid;gap:.5rem 1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding-left:0}.soak-details li{font-family:Raleway,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.soak-details li:before{color:#3a7d44;color:var(--primary-color);content:"\2713";font-size:1.2rem;font-weight:700;left:0;position:absolute}.soak-details li:last-child{margin-bottom:0}.palawan-origin-section{background-attachment:fixed;background-color:#f0f7f0;background-image:linear-gradient(#ffffffd9,#ffffffd9),url(https://www.premiumseamosswholesale.com/media/palawan.avif);background-position:50%;background-size:cover;overflow:hidden;padding:5rem 0;position:relative}.palawan-origin-section h2{color:#3a7d44;color:var(--primary-color);font-family:Cormorant Garamond,serif;font-size:2.2rem;margin-bottom:1rem;position:relative;text-align:center}.palawan-origin-section .section-subtitle{font-size:1.15rem;line-height:1.8;margin-bottom:2.5rem;max-width:900px}.learn-more-container{margin-top:2rem;text-align:center}.learn-more-container .btn{box-shadow:0 4px 8px #0000001a;font-size:1.1rem;padding:.9rem 2.5rem;transition:transform .3s ease,box-shadow .3s ease}.learn-more-container .btn:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}@media (max-width:992px){.soak-details ul{grid-template-columns:1fr}.main-nav li{margin-left:.8rem}.main-nav a{font-size:.9rem}.selling-point{min-width:250px}}@media (max-width:480px){.site-header{padding:.4rem 0}.main-logo{height:24px}.mobile-menu-toggle{height:28px;width:28px}.mobile-menu-toggle span{height:2px;width:22px}.main-nav a{font-size:.95rem;padding:.9rem 1.5rem}.hero-section{padding:2rem 0 1.5rem}.hero-section h1{font-size:1.5rem;line-height:1.2;margin-bottom:.8rem}.subheadline{font-size:.9rem;line-height:1.4;margin-bottom:1.5rem}.hero-buttons .btn{font-size:.9rem;padding:.9rem .8rem}.badge{gap:.3rem;padding:.5rem .8rem}.badge,.badge-text{font-size:.8rem}.affordable-section,.cta-section,.product-options-section,.selling-points-section,.testimonial-section,.vendor-section{padding:2.5rem 0}h2{font-size:1.6rem}.section-subtitle{font-size:.95rem}.product-option{padding:1rem}.product-option h3{font-size:1.1rem}.footer-info h3,.price{font-size:1.3rem}.footer-info p{font-size:.9rem}.address-box h4{font-size:1rem}.address-box p{font-size:.85rem}.testimonials{grid-template-columns:1fr}.testimonial{padding:1.2rem}.pagination-btn{font-size:1.1rem;height:35px;width:35px}.pagination-dot{height:8px;width:8px}}.inquiry-section{background-color:#f9f9f9;padding:4rem 0}.inquiry-form-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--box-shadow);margin:0 auto;max-width:800px;padding:2rem}.inquiry-form-container h3{color:#333;color:var(--text-color);font-family:Cormorant Garamond,serif;font-size:1.8rem;margin-bottom:1rem;margin-top:0;text-align:center}.form-subtitle{color:#666;font-family:Raleway,sans-serif;font-size:1rem;margin-bottom:2rem;text-align:center}.inquiry-form{gap:1.5rem}.form-group,.inquiry-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;color:var(--text-color);font-family:Raleway,sans-serif;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;color:#333;color:var(--text-color);font-family:Raleway,sans-serif;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3a7d44;border-color:var(--primary-color);box-shadow:0 0 0 2px #3a7d441a;outline:none}.inquiry-form .btn-primary{align-self:center;margin-top:1rem;min-width:250px}.form-success{padding:2rem;text-align:center}.form-success p{color:#3a7d44;color:var(--primary-color);font-family:Raleway,sans-serif;font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.inquiry-form-container{padding:1.5rem 1rem}.inquiry-form .btn-primary{width:100%}.tally-form-container{border-radius:0;margin:0 -.4rem}.tally-form-container iframe{border-radius:0;min-height:380px}}@media (max-width:480px){.tally-form-container{margin:0 -.32rem}.tally-form-container iframe{min-height:360px}.inquiry-form-container{padding:1.2rem .8rem}.inquiry-form-container h3{font-size:1.5rem;margin-bottom:.8rem}.form-subtitle{font-size:.95rem;margin-bottom:1.5rem}}.tally-form-container{background:#0000;border-radius:8px;margin:0 auto;min-height:400px;overflow:hidden;width:100%}.tally-form-container iframe{background:#0000;border:none;min-height:400px;transition:height .3s ease;width:100%}.tally-form-container .tally-block-checkbox>div>div,.tally-form-container .tally-block-dropdown>div>div,.tally-form-container .tally-block-multi-select>div>div,.tally-form-container .tally-block-multiple-choice-option>div>div,.tally-form-container .tally-block-payment>div,.tally-form-container div[class*=" tally-block-input"]>div>div{min-width:100%!important}.products-gallery-page{display:flex;flex-direction:column;min-height:100vh}.gallery-hero{background:#0000;color:#333;padding:3rem 0;text-align:center}.gallery-hero h1{font-family:Cormorant Garamond,serif;font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.gallery-hero .hero-subtitle{font-family:Raleway,sans-serif;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.photo-gallery-section{background:#f8f9fa;flex:1 1;padding:4rem 0}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px}.gallery-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.gallery-item:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-8px)}.gallery-item img{display:block;height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.05)}.product-options-section{background:#fff;padding:4rem 0}.product-options-section h2{color:#333;font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:1rem;text-align:center}.section-subtitle{font-family:Raleway,sans-serif;margin:0 auto 3rem;max-width:600px;text-align:center}.error-message,.loading-indicator{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-family:Raleway,sans-serif;margin-bottom:2rem;padding:2rem;text-align:center}.loading-indicator{color:#3a7d44}.error-message{color:#c00}.product-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.product-option{background:#fff;border:2px solid #0000;border-radius:8px;box-shadow:0 4px 6px #0000001a;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.product-option:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.product-option.selected{background:#f8f9fa;border-color:#3a7d44}.product-option h3{color:#333;font-family:Cormorant Garamond,serif;font-size:1.3rem;margin:0 0 .5rem}.weight{color:#666;font-size:1rem}.price,.weight{font-family:Raleway,sans-serif;margin-bottom:.5rem}.price{color:#3a7d44;font-size:1.5rem;font-weight:700}.shipping{color:#666;font-size:.85rem}.btn,.shipping{font-family:Raleway,sans-serif}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#3a7d44;border:2px solid #3a7d44;color:#fff}.btn-primary:hover{background-color:#2a5d33;border-color:#2a5d33;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.btn-primary:disabled{background-color:#a0c3a7;border-color:#a0c3a7;box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.btn-secondary{background-color:#fff;border:2px solid #3a7d44;color:#3a7d44}.btn-secondary:hover{background-color:#f0f0f0}.btn-large{display:block;font-size:1.1rem;margin:0 auto 2rem;min-width:200px;padding:1rem 2rem}.sample-request-divider{align-items:center;display:flex;justify-content:center;margin:1.5rem 0;position:relative}.sample-request-divider:after,.sample-request-divider:before{background-color:#0000001a;content:"";flex-grow:1;height:1px;margin:0 1rem}.sample-request-divider span{color:#888;font-family:Raleway,sans-serif;font-size:.9rem;letter-spacing:1px;padding:0 .5rem;text-transform:uppercase}.sample-request{text-align:center}@media (max-width:768px){.products-gallery-page{display:flex;flex-direction:column}.photo-gallery-section{order:1}.product-options-section{order:0}.products-gallery-page .site-footer{order:999}.gallery-hero{padding:2rem 0}.gallery-hero h1{font-size:1.8rem}.gallery-hero .hero-subtitle{font-size:1rem}.photo-gallery-section{padding:3rem 0}.gallery-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.gallery-item img{height:200px}.product-options-section{padding:3rem 0}.product-options-section h2{font-size:1.7rem}.product-options{gap:1rem;grid-template-columns:1fr}.product-option{padding:1.2rem}.btn-large{padding:1rem;width:100%}}@media (max-width:480px){.gallery-hero h1{font-size:1.5rem}.gallery-grid{gap:1rem;grid-template-columns:1fr}.product-options-section h2{font-size:1.5rem}.product-option{padding:1rem}.product-option h3{font-size:1.1rem}.price{font-size:1.3rem}}.gallery-item img[loading=lazy]{transition:opacity .3s ease}.gallery-item img[loading=lazy]:not([src]){opacity:0}.gallery-item{contain:layout style paint}.gallery-grid{will-change:scroll-position}@media (prefers-reduced-motion:reduce){.btn,.gallery-item,.gallery-item img,.product-option{transition:none}.gallery-item:hover{transform:none}}.lab-test-page{display:flex;flex-direction:column;min-height:100vh}.lab-test-hero{align-items:center;background-attachment:fixed;background-position:50%;background-size:cover;color:#fff;display:flex;min-height:48vh;overflow:hidden;padding:4rem 0;position:relative}.lab-test-hero:before{background:#0009;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.lab-test-hero .hero-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin:0 auto;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.lab-test-hero h1{font-family:Cormorant Garamond,serif;font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px #00000080}.lab-test-hero .hero-subtitle{font-family:Raleway,sans-serif;font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 2px #00000080}.test-badge{align-items:center;background:#28a745f2;border:2px solid #28a745;border-radius:50px;box-shadow:0 4px 15px #0000004d;color:#fff!important;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.test-badge .badge-icon{align-items:center;background:#fff;border-radius:50%;color:#28a745;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.test-results-section{background:#f8f9fa;padding:4rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#333;font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:1rem}.section-header .section-subtitle{color:#666;font-family:Raleway,sans-serif;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.test-overview{margin-bottom:3rem}.test-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.test-info-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.test-info-item h3{color:#3a7d44;font-family:Raleway,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.test-info-item p{color:#333;font-family:Raleway,sans-serif;line-height:1.4;margin:0}.results-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:3rem;overflow:hidden}.results-table{border-collapse:collapse;width:100%}.results-table th{background:#3a7d44;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}.results-table td,.results-table th{font-family:Raleway,sans-serif;padding:1rem}.results-table td{border-bottom:1px solid #eee}.results-table tbody tr:hover{background:#f8f9fa}.parameter-cell strong{color:#333;display:block;font-size:1rem;margin-bottom:.25rem}.test-code{color:#666;font-size:.8rem;font-style:italic}.method-cell{color:#555;font-size:.9rem}.result-cell .result-value{background:#28a7451a;border-radius:4px;color:#28a745;font-size:1.1rem;font-weight:700;padding:.25rem .5rem}.limit-cell{color:#666;font-size:.9rem}.status-cell .status-pass{align-items:center;color:#28a745;display:flex;font-weight:700;gap:.25rem}.test-explanation{margin-top:2rem}.explanation-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.explanation-item{background:#fff;border-left:4px solid #3a7d44;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.explanation-item h3{color:#3a7d44;font-family:Raleway,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.explanation-item p{color:#555;font-family:Raleway,sans-serif;line-height:1.6;margin:0}.quality-assurance-section{background:#fff;padding:4rem 0}.quality-assurance-section h2{color:#333;font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:3rem;text-align:center}.quality-points{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quality-point{background:#f8f9fa;border-radius:12px;padding:2rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.quality-point:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.quality-icon{font-size:3rem;margin-bottom:1rem}.quality-point h3{color:#3a7d44;font-family:Raleway,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.quality-point p{color:#555;font-family:Raleway,sans-serif;line-height:1.6;margin:0}.lab-test-cta{align-items:center;background:linear-gradient(135deg,#2a5d33,#3a7d44);color:#fff;display:flex;padding:2rem}.lab-test-cta .cta-content{margin:0 auto;max-width:600px;text-align:center}.lab-test-cta h2{font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:1rem}.lab-test-cta p{font-family:Raleway,sans-serif;font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-buttons .btn{font-size:1rem;min-width:200px;padding:1rem 2rem}@media (max-width:768px){.lab-test-hero{background-attachment:scroll;min-height:50vh;padding:3rem 0}.lab-test-hero .hero-content{margin:0 1rem;padding:1.5rem}.lab-test-hero h1{font-size:2rem}.lab-test-hero .hero-subtitle{font-size:1.1rem}.test-results-section{padding:3rem 0}.section-header h2{font-size:1.7rem}.test-info-grid{gap:1rem;grid-template-columns:1fr}.test-info-item{padding:1rem}.results-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.results-table{min-width:600px}.results-table td,.results-table th{font-size:.9rem;padding:.75rem .5rem}.explanation-grid{gap:1rem;grid-template-columns:1fr}.explanation-item{padding:1.5rem}.quality-assurance-section{padding:3rem 0}.quality-points{gap:1.5rem;grid-template-columns:1fr}.quality-point{padding:1.5rem 1rem}.quality-icon{font-size:2.5rem}.lab-test-cta{padding:2rem}.lab-test-cta h2{font-size:1.7rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.lab-test-hero h1{font-size:1.5rem}.test-badge{font-size:.9rem;padding:.5rem 1rem}.section-header h2{font-size:1.5rem}.results-table td,.results-table th{font-size:.8rem;padding:.5rem .25rem}.explanation-item,.quality-point{padding:1rem}.quality-icon{font-size:2rem}}.App{background-color:#fff;color:#333;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}.container{margin:0 auto;max-width:960px;padding:0 1.5rem;width:80%}@media (max-width:768px){.container{padding:0 1.2rem;width:95%}}@media (max-width:480px){.container{padding:0 .96rem;width:98%}}h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:300;line-height:1.2}p{font-family:var(--font-secondary);line-height:1.6}.line-breaker{background-color:#0000001a;height:1px;margin:.5rem 0;width:100%}.logo-section{padding:.6rem 0;text-align:center}.main-logo{height:auto;max-width:84px;object-fit:contain}.heading-section{padding:1rem 0 1.5rem;text-align:center}.heading-section h2{color:#2c3e50;font-size:3rem;margin-bottom:.5rem}.heading-section p{color:#34495e;font-size:1.5rem}.slider-section{padding:0 0 2rem}.slider-container{border-radius:8px;box-shadow:0 10px 20px #0000001a;margin:0 auto;max-width:960px;overflow:hidden;position:relative;width:100%}.slider{display:flex;height:60vh;max-height:500px;transition:transform .5s ease-in-out}.slide{height:100%;min-width:100%}.slide img{height:100%;object-fit:cover;width:100%}.slider-arrows{display:flex;justify-content:space-between;padding:0 1rem;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:10}.slider-arrow{align-items:center;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .3s;width:40px}.slider-arrow:hover{background-color:#000c}.slider-arrow-left:before{content:"←";font-size:1.5rem}.slider-arrow-right:before{content:"→";font-size:1.5rem}.slider-dots{display:none}.about-section{background-color:#f9f9f9;margin-top:-1rem;padding:3rem 0}.about-content{align-items:center;display:flex;gap:4rem;position:relative}.about-text{background-color:#f5f5f5;left:0;padding:3rem;position:absolute;top:50%;transform:translateY(-50%);width:50%;z-index:2}.about-text h4{color:#2c3e50;font-size:2.2rem;margin-bottom:2rem}.about-text p{color:#34495e;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.about-image{height:624px;margin-left:auto;overflow:hidden;width:62%}.about-image img{height:100%;object-fit:cover;object-position:center;width:100%}.harvest-section{background-color:#fff;margin-top:-1rem;padding:3rem 0}.harvest-content{grid-gap:2rem;display:grid;grid-template-columns:70% 30%}.harvest-left{display:flex;flex-direction:column;gap:.5rem}.harvest-image{border-radius:8px;box-shadow:0 10px 30px #0000001a;height:300px;overflow:hidden;width:100%}.harvest-image img{display:block;height:100%;object-fit:cover;width:100%}.harvest-caption{color:#2c3e50;font-family:var(--font-secondary);font-size:.85rem;font-style:italic;letter-spacing:.5px;line-height:1.5;margin:0;padding:.5rem 0;text-align:left;text-transform:uppercase}.harvest-video{align-items:center;border-radius:8px;box-shadow:0 10px 30px #0000001a;display:flex;height:380px;justify-content:center;overflow:hidden;width:100%}.harvest-video video{height:100%;object-fit:cover;width:100%}.wholesale-section{background-color:#f9f9f9;margin-top:-1rem;padding:3rem 0}.wholesale-content{align-items:center;display:flex;gap:4rem}.wholesale-image{flex:1 1;position:relative}.wholesale-image:before{background-color:#00000040;border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wholesale-image img{border-radius:8px;box-shadow:0 10px 30px #0000001a;display:block;position:relative;width:100%}.wholesale-image-overlay{background-color:#000;border-radius:0;bottom:-15px;height:100%;left:-15px;position:absolute;width:100%;z-index:-1}.wholesale-text{color:#333;flex:1 1;padding:2rem}.wholesale-text h4{color:#2c3e50;font-size:2.2rem;margin-bottom:1rem}.wholesale-text p{color:#34495e;font-size:1.1rem;margin-bottom:1.5rem}.wholesale-text p:first-of-type{color:#2c3e50;font-size:1.4rem;font-weight:400}.contact-btn{cursor:pointer;display:inline-block;margin-top:.5rem;text-align:center;text-decoration:none!important;transition:all .3s ease}.contact-section{background-color:#fff;margin-top:-1rem;padding:2rem 0 1.5rem;text-align:center}.contact-info{margin:0 auto;max-width:600px}.contact-info p{color:#34495e;font-size:1.2rem;line-height:1.8;margin-bottom:1rem}.contact-info a{color:#34495e;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#2c3e50;text-decoration:underline}.copyright{color:#7f8c8d;font-size:1rem}@media (max-width:992px){.heading-section h2{font-size:2.5rem}.slider{height:50vh}.harvest-content{grid-template-columns:65% 35%}}@media (max-width:768px){.main-logo{max-width:58px}.logo-section{padding:.4rem 0}.about-content{flex-direction:column;gap:0;padding-top:0}.about-text{left:auto;margin:0;padding:2rem;position:relative;top:auto;transform:none;width:100%}.about-image{display:none}.wholesale-content{flex-direction:column;flex-direction:column-reverse;gap:2rem}.wholesale-image-overlay{bottom:-10px;height:50%;left:-10px;width:70%}.heading-section h2{font-size:2.2rem}.heading-section p{font-size:1.3rem}.about-text h4,.wholesale-text h4{font-size:1.8rem}.slider{height:40vh}.harvest-content{gap:2rem;grid-template-columns:1fr}.harvest-video{height:250px}}@media (max-width:576px){.main-logo{max-width:50px}.logo-section{padding:.3rem 0}.heading-section h2{font-size:1.8rem}.heading-section p{font-size:1.1rem}.about-text h4,.wholesale-text h4{font-size:1.6rem}.about-text{padding:1.5rem}.harvest-caption{font-size:.75rem}.contact-info p{font-size:1rem}.slider{height:30vh}.slider-arrow{height:30px;width:30px}.wholesale-image-overlay{bottom:-5px;left:-5px;width:60%}}.faq-page{display:flex;flex-direction:column;min-height:100vh}.sample-request-section{background-color:#f9f9f9;padding:2rem 0;text-align:center}.sample-note{color:#555;font-size:1rem;font-style:italic;margin-top:.75rem}.text-center{text-align:center}.faq-section{background-color:#fff;padding:3rem 0}.faq-content{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:900px}.faq-item{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.faq-item h3{color:#2c3e50;font-family:var(--font-primary);font-size:1.4rem;margin-bottom:1rem}.faq-item p{color:#34495e;font-family:var(--font-secondary);font-size:1.1rem;line-height:1.6}@media (max-width:768px){.faq-item{padding:1.2rem}.faq-item h3{font-size:1.2rem}.faq-item p{font-size:1rem}}@media (max-width:576px){.faq-item{padding:1rem}.faq-item h3{font-size:1.1rem}}.order-section{background-color:#f9f9f9;padding:3rem 0;text-align:center}.order-section h2{color:#2c3e50;font-family:var(--font-primary);font-size:2.2rem;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cta-buttons .btn{min-width:160px}.loading-text{color:#666;font-style:italic;margin-top:1rem}@media (max-width:768px){.order-section h2{font-size:1.8rem}.section-subtitle{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:80%}body{font-size:16px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}li,p{font-size:.95rem;line-height:1.6}.btn,a,button{min-height:44px;min-width:44px}.btn{font-size:1rem;padding:.75rem 1.25rem}input,select,textarea{font-size:16px;padding:.75rem;width:100%}.form-group{margin-bottom:1.25rem}img{height:auto;max-width:100%}.hero-section{background-position:50%;background-size:cover}section{padding:3rem 0}.mb-3{margin-bottom:1.5rem}.mt-3{margin-top:1.5rem}table{font-size:.875rem}td,th{padding:.5rem}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.modal,.overlay{padding:1rem}.modal-content{margin:1rem auto;max-width:none;width:95%}.mobile-menu-toggle{margin-right:-.5rem;padding:.5rem}.main-nav.mobile-open{max-height:calc(100vh - 60px);overflow-y:auto}.main-nav a{display:block;padding:1rem 1.5rem;text-decoration:none}}@media (max-width:375px){.container{padding:0 .75rem}h1{font-size:1.5rem}h2{font-size:1.35rem}.btn{font-size:.9rem;padding:.65rem 1rem}section{padding:2.5rem 0}}.seamoss-102-page{background-color:#fff;font-family:var(--font-secondary)}.article-container{margin:0 auto;max-width:680px;padding:2rem 20px}.article-header{margin-bottom:3rem;padding-top:2rem}.article-header-content{text-align:left}.article-title{color:#292929;font-family:var(--font-primary);font-size:42px;font-weight:400;letter-spacing:-.016em;line-height:1.2;margin-bottom:.5rem}.article-subtitle{color:#757575;font-family:var(--font-secondary);font-size:20px;font-weight:400;line-height:1.4;margin-bottom:2rem;margin-top:1rem}.article-meta{margin-top:2rem}.article-meta,.author-info{align-items:center;display:flex}.author-avatar{border-radius:50%;height:48px;margin-right:12px;width:48px}.author-details{align-items:center;color:#757575;display:flex;font-size:14px}.author-details,.author-name{font-family:var(--font-secondary)}.author-name{color:#292929;font-weight:500}.meta-separator{color:#757575;margin:0 8px}.publish-date{color:#757575}.article-content{margin-top:3rem}.article-paragraph{color:#292929;font-family:var(--font-secondary);font-size:21px;font-weight:400;letter-spacing:-.003em;line-height:1.58;margin-bottom:2rem}.section-number{color:#292929;font-family:var(--font-primary);font-size:30px;font-weight:400;letter-spacing:-.015em;line-height:1.3;margin-bottom:1rem;margin-top:3rem}.intro-quote{font-style:italic;margin:2rem 0;padding-left:23px;position:relative}.intro-quote:before{background-color:#292929;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.intro-quote p{color:#757575;font-family:var(--font-secondary);font-size:26px;font-style:italic;font-weight:400;line-height:1.48}.article-quote{margin:2rem 0;padding-left:23px;position:relative}.article-quote:before{background-color:#292929;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.article-quote p{color:#757575;font-family:var(--font-secondary);font-size:21px;font-style:italic;line-height:1.58;margin:0}.article-list{margin:2rem 0;padding-left:30px}.article-list li{color:#292929;font-family:var(--font-secondary);font-size:21px;line-height:1.58;margin-bottom:1rem}.article-cta{border-top:1px solid #e6e6e6;margin-top:4rem;padding:2rem 0;text-align:center}.cta-title{color:#292929;font-family:var(--font-primary);font-size:26px;font-style:italic;font-weight:400;line-height:1.4;margin-bottom:1rem}.cta-text{color:#757575;font-family:var(--font-secondary);font-size:18px;line-height:1.58;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:560px}.cta-button{margin-top:1.5rem}.article-image-container{margin:3rem 0;text-align:center}.article-image{border-radius:4px;box-shadow:0 1px 4px #0000001a;height:auto;max-width:100%;width:100%}.image-caption{color:#757575;font-family:var(--font-secondary);font-size:14px;font-style:italic;line-height:1.4;margin-top:.75rem;text-align:center}.article-image-grid-container{margin:3rem 0}.image-grid-2x2{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:.75rem}.grid-item{background:#f8f9fa;border-radius:4px;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative}.grid-image{display:block;height:200px;object-fit:cover;width:100%}.grid-label{background:#000000b3;bottom:0;color:#fff;font-family:var(--font-secondary);font-size:14px;font-weight:500;left:0;padding:.5rem;position:absolute;right:0;text-align:center}@media (max-width:480px){.image-grid-2x2{grid-gap:.75rem;grid-template-columns:1fr}.grid-image{height:180px}}@media (max-width:768px){.article-title{font-size:32px}.article-paragraph,.article-subtitle{font-size:18px}.section-number{font-size:24px}.intro-quote p{font-size:22px}.article-list li{font-size:18px}}@media (max-width:480px){.article-container{padding:1.5rem 15px}.article-title{font-size:28px}.article-paragraph,.article-subtitle{font-size:16px}.section-number{font-size:20px}.intro-quote p{font-size:18px}.article-list li{font-size:16px}.cta-title{font-size:20px}.cta-text{font-size:16px}}
/*# sourceMappingURL=main.1f579dbd.css.map*/