:root{--brand-olive:#5d6e41;--brand-olive-deep:#344126;--brand-olive-hover:#28331f;--brand-sage:#a8b292;--brand-sage-pale:#e8eddf;--surface-cream:#f6f0e5;--surface-paper:#fffcf7;--surface-white:#fff;--text-strong:#1d281c;--text-muted:#586052;--line:#d8dccf;--accent-clay:#a74f34;--state-success:#2f6a45;--state-error:#b42318;--focus:#1c5d99;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--shadow-sm:0 4px 16px #35422912;--shadow-md:0 18px 50px #3542291c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface-paper);color:var(--text-strong);font-family:var(--font-body), "Microsoft JhengHei", sans-serif;margin:0;font-size:16px;line-height:1.7}body,button,input,select,textarea{font-family:var(--font-body), "Microsoft JhengHei", sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}::selection{background:var(--brand-sage);color:var(--text-strong)}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.container{width:min(100% - 64px,1360px);margin-inline:auto}.skip-link{z-index:1000;color:var(--text-strong);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:12px 18px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}h1,h2,h3{font-family:var(--font-heading), "Microsoft JhengHei", serif;letter-spacing:-.025em;margin:0;line-height:1.22}h1{font-size:clamp(2.5rem,4.8vw,4.65rem)}h2{font-size:clamp(2rem,3.3vw,3.25rem)}h3{font-size:clamp(1.3rem,2vw,1.7rem)}p{margin:0}.lead{max-width:42rem;color:var(--text-muted);font-size:clamp(1.06rem,1.35vw,1.28rem);line-height:1.75}.lead.compact{font-size:1.08rem}.eyebrow{color:var(--brand-olive);letter-spacing:.12em;margin-bottom:16px;font-size:.86rem;font-weight:700}.eyebrow.light{color:#dfe9cf}.section{padding:112px 0}.section-heading{max-width:820px;margin-bottom:48px}.section-heading h2{margin-bottom:20px}.section-heading>p:last-child{max-width:680px;color:var(--text-muted);font-size:1.08rem}.split-heading{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:64px;max-width:none;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:12px 24px;font-weight:700;line-height:1.2;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.button svg,.text-link svg{flex:none;width:21px;height:21px}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand-olive-deep);color:#fff}.button-primary:hover{background:var(--brand-olive-hover)}.button-secondary{border-color:var(--brand-olive-deep);color:var(--brand-olive-deep);background:#ffffffb8}.button-secondary:hover{background:#fff}.button-light{color:var(--brand-olive-deep);background:#fff;border-color:#fff}.button-light:hover{background:var(--surface-cream)}.button-row{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.text-link{color:var(--brand-olive-deep);text-underline-offset:5px;align-items:center;gap:8px;font-weight:700;-webkit-text-decoration:underline #34412647;text-decoration:underline #34412647;display:inline-flex}.text-link:hover{text-decoration-color:currentColor}.top-note{background:var(--brand-olive-deep);color:#f5f8f0;text-align:center;place-items:center;min-height:38px;padding:7px 20px;font-size:.84rem;font-weight:600;display:grid}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffcf7f0;border-bottom:1px solid #d8dccfcc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.brand{font-family:var(--font-heading), serif;align-items:center;gap:11px;font-size:1.45rem;font-weight:700;display:inline-flex}.brand img{object-fit:cover;border-radius:9px;width:46px;height:46px}.desktop-nav{align-items:center;gap:clamp(17px,2vw,30px);display:flex}.desktop-nav a{color:#364130;padding:10px 0;font-size:.94rem;font-weight:600}.desktop-nav a:hover{color:var(--accent-clay)}.header-actions{align-items:center;gap:10px;display:flex}.header-quote{min-height:46px;padding-inline:20px}.menu-button{border:1px solid var(--line);background:var(--surface-white);width:48px;height:48px;color:var(--text-strong);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:none}.menu-button svg{width:24px;height:24px}.mobile-drawer{z-index:300;visibility:hidden;pointer-events:none;position:fixed;inset:0}.mobile-drawer.is-open{visibility:visible;pointer-events:auto}.drawer-backdrop{opacity:0;background:#10180d7a;border:0;transition:opacity .18s;position:absolute;inset:0}.is-open .drawer-backdrop{opacity:1}.drawer-panel{background:var(--surface-paper);width:min(88vw,390px);height:100%;padding:24px;transition:transform .22s;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 36px #1923142e}.is-open .drawer-panel{transform:translate(0)}.drawer-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.drawer-title{font-family:var(--font-heading), serif;font-size:1.5rem;font-weight:700}.drawer-panel .menu-button{display:inline-flex}.drawer-quote{width:100%;margin-bottom:20px}.drawer-panel nav{display:grid}.drawer-panel nav a{border-bottom:1px solid var(--line);align-items:center;min-height:52px;font-weight:650;display:flex}.drawer-panel p{color:var(--text-muted);margin-top:24px;font-size:.9rem}.hero{background:var(--surface-cream);padding:46px 0 64px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);align-items:center;gap:54px;display:grid}.hero-copy{z-index:2;padding:30px 0;position:relative}.hero-copy h1{max-width:720px;margin-bottom:24px}.hero-copy .lead{max-width:650px}.hero-note{color:var(--text-muted);align-items:flex-start;gap:9px;margin-top:22px;font-size:.91rem;display:flex}.hero-note svg{width:20px;height:20px;color:var(--brand-olive);flex:none;margin-top:3px}.hero-media{border-radius:var(--radius-lg);min-height:510px;box-shadow:var(--shadow-md);background:#efe5d7;position:relative;overflow:hidden}.hero-media img{object-fit:cover;object-position:center}.image-label{color:#47513f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffcf7e6;border-radius:7px;padding:7px 11px;font-size:.75rem;position:absolute;bottom:18px;right:18px}.proof-strip{border-block:1px solid var(--line);background:#fff}.proof-grid{grid-template-columns:repeat(4,1fr);display:grid}.proof-grid div{border-right:1px solid var(--line);align-items:center;gap:14px;min-height:88px;padding:22px 28px;font-weight:700;display:flex}.proof-grid div:last-child{border-right:0}.proof-grid span{color:var(--accent-clay);font-family:var(--font-heading), serif;font-size:1.1rem}.products-section{background:var(--surface-paper)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;flex-direction:column;min-width:0;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.product-image-link{color:inherit;display:block}.product-visual{aspect-ratio:4/3;border-bottom:1px solid #505a4617;position:relative;overflow:hidden}.product-visual>span{z-index:2;font-family:var(--font-heading), serif;font-size:1rem;font-weight:700;position:absolute;top:20px;left:24px}.product-photo{background:var(--surface-cream)}.product-photo img{object-fit:cover;transition:transform .26s}.product-photo>span{color:#fff;background:#303d23e0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;top:18px;left:18px;box-shadow:0 4px 16px #19231424}.product-card:hover .product-photo img{transform:scale(1.025)}.product-detail-figure{margin:0}.product-detail-figure figcaption{color:var(--text-muted);margin-top:12px;font-size:.875rem;line-height:1.6}.shipping-figure{margin:0}.shipping-photo{aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--surface-cream);position:relative;overflow:hidden}.shipping-photo img{object-fit:cover}.shipping-figure figcaption{color:var(--text-muted);margin-top:12px;font-size:.875rem;line-height:1.6}.visual-paper{background:linear-gradient(145deg,#f4ecdf,#fffdf8)}.visual-kraft{background:linear-gradient(145deg,#d9b98a,#f5ead9)}.visual-cream{background:linear-gradient(145deg,#f1e0c9,#fff8ee)}.visual-sage{background:linear-gradient(145deg,#c7d0b7,#eff2e8)}.visual-olive{color:#fff;background:linear-gradient(145deg,#596746,#a0aa89)}.visual-clay{color:#fff;background:linear-gradient(145deg,#b86d53,#ead2bd)}.visual-sheet{background:#fffcf7e0;border-radius:3px 14px 4px 10px;width:50%;height:54%;position:absolute;bottom:11%;left:16%;transform:rotate(-7deg);box-shadow:0 12px 30px #2f38291a}.visual-box{background:#ffffffa8;border:2px solid #34412659;border-radius:12px 12px 20px 20px;width:38%;height:39%;position:absolute;bottom:15%;right:14%;transform:rotate(4deg)}.visual-olive .visual-box,.visual-clay .visual-box{background:#ffffff26;border-color:#ffffff94}.visual-olive .visual-sheet,.visual-clay .visual-sheet{background:#faf4e6c7}.product-card-body{flex-direction:column;flex:1;padding:26px;display:flex}.card-audience{min-height:42px;color:var(--brand-olive);margin-bottom:9px;font-size:.83rem;font-weight:700;line-height:1.5}.product-card h2,.product-card h3{margin-bottom:12px;font-size:clamp(1.3rem,2vw,1.7rem)}.product-card-body>p:not(.card-audience){color:var(--text-muted)}.tag-list{flex-wrap:wrap;gap:7px;margin:18px 0 22px;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--line);color:#4b5546;background:#fbfcf8;border-radius:6px;padding:5px 9px;font-size:.77rem;font-weight:650}.product-card .text-link{margin-top:auto}.capability-section{background:var(--brand-olive-deep);color:#fff}.capability-grid{grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);align-items:start;gap:90px;display:grid}.capability-copy h2{margin-bottom:24px}.capability-copy>p:not(.eyebrow){color:#dfe5d8;max-width:590px;margin-bottom:32px;font-size:1.08rem}.capability-list{border-top:1px solid #fff3}.capability-list article{border-bottom:1px solid #fff3;grid-template-columns:54px 1fr;gap:22px;padding:26px 0;display:grid}.capability-list article>span{color:#c8d6b4;font-family:var(--font-heading), serif;font-size:1.25rem}.capability-list h3{margin-bottom:8px;font-size:1.35rem}.capability-list p{color:#d5ddd0}.process-section{background:#fff}.process-grid{border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.process-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:245px;padding:30px}.process-grid article:nth-child(3n){border-right:0}.process-grid article:nth-child(n+4){border-bottom:0}.sampling-process{grid-template-columns:repeat(5,minmax(0,1fr))}.sampling-process article,.sampling-process article:nth-child(3n),.sampling-process article:nth-child(n+4){border-right:1px solid var(--line);border-bottom:0;min-height:260px}.sampling-process article:last-child{border-right:0}.process-grid span{color:var(--accent-clay);font-family:var(--font-heading), serif;margin-bottom:34px;font-size:1.1rem;font-weight:700;display:block}.process-grid h3{margin-bottom:12px;font-size:1.35rem}.process-grid p{color:var(--text-muted)}.combo-section{background:var(--brand-sage-pale)}.combo-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.combo-grid article{border-radius:var(--radius-md);background:#fffcf7b8;border:1px solid #50633a3d;min-height:260px;padding:32px}.combo-grid span,.thermal-grid article span{color:var(--accent-clay);letter-spacing:.08em;margin-bottom:46px;font-size:.83rem;font-weight:700;display:inline-block}.combo-grid h3{margin-bottom:14px}.combo-grid p{color:var(--text-muted)}.quality-preview{background:#fff}.quality-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.quality-grid h2{margin-bottom:22px}.quality-figure{margin:0}.quality-panel{border-radius:var(--radius-lg);background:var(--surface-cream);min-height:470px;position:relative;overflow:hidden}.quality-panel img{object-fit:cover}.quality-figure figcaption{color:var(--text-muted);margin-top:12px;font-size:.875rem;line-height:1.6}.quality-ring{border:28px solid #5d6e4133;border-radius:50%;place-items:center;width:260px;height:260px;display:grid;position:absolute;top:18%;left:15%}.quality-ring:before{content:"";border:3px solid var(--brand-olive);border-radius:50%;position:absolute;inset:30px}.quality-ring span{color:var(--brand-olive-deep);font-family:var(--font-heading), serif;font-size:2rem;font-weight:700}.measure-line{border-block:2px solid #a74f348c;width:55%;height:18px;position:absolute;bottom:25%;right:-5%;transform:rotate(-10deg)}.quality-swatch{background:var(--brand-olive);border-radius:12px;width:130px;height:180px;position:absolute;top:17%;right:15%;transform:rotate(8deg);box-shadow:-16px 18px #a74f34,-32px 36px #e8d6b9}.check-list{gap:12px;margin:28px 0;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:11px;font-weight:600;display:flex}.check-list svg{width:21px;color:var(--brand-olive)}.thermal-section{background:var(--surface-cream)}.thermal-grid{grid-template-columns:1fr .72fr .72fr;align-items:stretch;gap:24px;display:grid}.thermal-grid>div{padding:22px 28px 22px 0}.thermal-grid>div h2{margin-bottom:20px}.thermal-grid>div p:last-child{color:var(--text-muted)}.thermal-grid article{border-radius:var(--radius-md);background:var(--brand-olive-deep);color:#fff;flex-direction:column;min-height:330px;padding:30px;display:flex}.thermal-grid article:nth-child(3){background:var(--accent-clay)}.thermal-grid article span{color:#e9efd9}.thermal-grid article h3{margin-bottom:14px}.thermal-grid article p{color:#ffffffd1}.thermal-grid article a{text-underline-offset:5px;align-items:center;gap:7px;margin-top:auto;font-weight:700;text-decoration:underline;display:flex}.thermal-grid article svg{width:20px}.shipping-banner{background:var(--brand-olive-deep);color:#fff;padding:76px 0}.shipping-inner{justify-content:space-between;align-items:center;gap:60px;display:flex}.shipping-inner h2{max-width:860px;margin-bottom:15px}.shipping-inner p:last-child{color:#d9e0d4}.shipping-inner .button{flex:none}.final-cta{background:var(--surface-paper)}.cta-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-cream);grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;padding:58px;display:grid}.cta-card h2{margin-bottom:15px}.cta-card p:last-child{max-width:700px;color:var(--text-muted)}.cta-actions{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.site-footer{color:#eef3e8;background:#1f291b;padding:80px 0 24px}.footer-grid{grid-template-columns:1.7fr repeat(3,1fr);gap:56px;display:grid}.footer-brand{max-width:420px}.brand-word{font-family:var(--font-heading), serif;margin-bottom:18px;font-size:2rem;font-weight:700}.footer-brand p:not(.brand-word){color:#cbd4c5}.footer-origin{margin-top:20px;font-weight:650}.footer-grid h2{font-family:var(--font-body), sans-serif;letter-spacing:.1em;color:#b9c8ad;margin-bottom:18px;font-size:.84rem}.footer-grid>div:not(.footer-brand){flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-grid a{color:#e1e8dc;font-size:.92rem}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-contact-text{color:#e1e8dc;font-size:.92rem}.footer-bottom{color:#aebaa7;border-top:1px solid #ffffff24;justify-content:space-between;margin-top:60px;padding-top:22px;font-size:.82rem;display:flex}.page-hero{background:var(--surface-cream);padding:82px 0}.page-hero .container{max-width:1120px}.page-hero h1{max-width:900px;margin-bottom:22px;font-size:clamp(2.6rem,5vw,4.6rem)}.page-hero .container>p:last-of-type{max-width:750px;color:var(--text-muted);font-size:1.15rem}.page-hero-action{margin-top:28px}.page-hero-compact{padding:48px 0}.page-hero-compact h1{max-width:860px;margin-bottom:14px;font-size:clamp(2.3rem,4vw,3.7rem)}.page-hero-compact .breadcrumb{margin-bottom:16px}.page-hero-compact .eyebrow{margin-bottom:10px}.breadcrumb{color:var(--text-muted);margin-bottom:24px;font-size:.87rem}.breadcrumb a{text-underline-offset:4px;text-decoration:underline}.content-section{padding:84px 0}.content-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.content-grid h2,.prose h2{margin-bottom:20px}.content-grid p,.prose p{color:var(--text-muted)}.info-card-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.info-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:28px}.info-card h2,.info-card h3{margin-bottom:12px;font-size:1.35rem}.info-card p{color:var(--text-muted)}.about-principles{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:52px}.about-principles .info-card{min-height:250px}.contact-direct-grid{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:start;gap:64px;display:grid}.contact-method-list{gap:14px;margin-top:30px;display:grid}.contact-method{border:1px solid var(--line);border-radius:var(--radius-md);color:var(--text-strong);background:#fff;gap:4px;padding:20px 22px;transition:border-color .18s,transform .18s;display:grid}a.contact-method:hover{border-color:var(--brand-olive);transform:translateY(-2px)}.contact-method span{color:var(--brand-olive);letter-spacing:.08em;font-size:.78rem;font-weight:800}.contact-method strong{overflow-wrap:anywhere;font-size:1.08rem}.contact-method small{color:var(--text-muted);font-size:.86rem}.line-qr-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--brand-sage-pale);grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:34px;padding:36px;display:grid}.line-qr-card h2{margin-bottom:14px}.line-qr-card p:last-child{color:var(--text-muted)}.line-qr-card img{border-radius:var(--radius-md);background:#fff;border:10px solid #fff;width:240px;height:240px}.contact-primary{align-items:start}.contact-action-card{border-radius:var(--radius-lg);color:#fff;background:var(--brand-olive-deep);padding:40px}.contact-action-card h2,.contact-action-card .eyebrow{color:#fff}.contact-action-card p{color:#fffc}.contact-action-card .check-list{margin:28px 0}.contact-action-card .check-list li{border-color:#ffffff2e}.contact-action-card .check-list svg{color:#e8d6b9}.contact-action-card .button-primary{color:var(--brand-olive-deep);background:#fff}.channel-status{letter-spacing:.12em;margin-bottom:18px;font-size:.78rem;font-weight:800;color:var(--accent-clay)!important}.plain-list{gap:12px;padding-left:1.25rem;display:grid}.plain-list li{padding-left:4px}.notice{border-left:4px solid var(--accent-clay);color:#55352b;background:#fbf0ea;padding:22px 24px}.product-page-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.65fr);align-items:start;gap:70px;display:grid}.product-page-grid .product-visual{border:1px solid var(--line);border-radius:var(--radius-lg)}.spec-list{border-top:1px solid var(--line);margin:28px 0;display:grid}.spec-list div{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr;gap:22px;padding:16px 0;display:grid}.spec-list dt{color:var(--text-muted)}.spec-list dd{margin:0;font-weight:650}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:12px}.faq-list summary{cursor:pointer;align-items:center;min-height:62px;padding:16px 22px;font-weight:700;display:flex}.faq-list details p{color:var(--text-muted);padding:0 22px 22px}.product-note{border-left:3px solid var(--brand-olive);color:var(--text-muted);background:#fff;margin-top:22px;padding:16px 18px}.related-products-grid{grid-template-columns:minmax(260px,.7fr) minmax(320px,1fr);align-items:start;gap:32px 64px;display:grid}.related-product-links{gap:12px;display:grid}.related-product-links a{background:#ffffffb8;border:1px solid #3441262e;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;min-height:60px;padding:14px 18px;font-weight:700;transition:border-color .18s,background .18s;display:flex}.related-product-links a:hover{border-color:var(--brand-olive);background:#fff}.related-product-links svg{flex:none;width:18px}.product-final-cta{border-top:1px solid #3441262e;grid-column:1/-1;justify-content:space-between;align-items:center;gap:28px;padding-top:28px;display:flex}.product-final-cta p{max-width:650px;color:var(--text-muted)}.form-shell{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:34px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{font-size:.9rem;font-weight:700}.field small{color:var(--text-muted)}.field input,.field select,.field textarea{width:100%;min-height:50px;color:var(--text-strong);background:#fff;border:1px solid #bdc4b5;border-radius:9px;padding:12px 14px}.field input,.field select,.field textarea,.field .privacy-check{scroll-margin-top:136px}.field textarea{resize:vertical;min-height:150px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--focus);outline:2px solid #1c5d992e}.field .privacy-check{align-items:flex-start;gap:12px;line-height:1.6;display:flex}.field .privacy-check input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--brand-olive);border-radius:4px;flex:none;margin-top:3px;padding:0}.field [aria-invalid=true]{border-color:var(--state-error);background:snow}.field-error{color:var(--state-error);font-size:.84rem;font-weight:650;line-height:1.5}.honeypot{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.form-actions{align-items:center;gap:18px;margin-top:24px;display:flex}.form-status{border-radius:8px;margin-top:20px;padding:14px 16px;font-weight:600}.form-status.success{color:var(--state-success);background:#e7f4eb}.form-status.error{color:var(--state-error);background:#fdecea}.form-error-summary{margin:0 0 24px;scroll-margin-top:136px}.form-error-summary p{font-weight:750}.form-error-summary ul{gap:5px;margin:8px 0 0;padding-left:1.25rem;display:grid}.form-error-summary a{text-underline-offset:3px;text-decoration:underline}.quote-form-section{padding-top:44px}.form-fallback{border-left:3px solid var(--brand-olive);color:var(--text-muted);background:var(--brand-sage-pale);margin-top:18px;padding:14px 16px}.form-fallback a{color:var(--brand-olive-deep);text-underline-offset:3px;font-weight:700;text-decoration:underline}.form-note{color:var(--text-muted);margin-top:18px;font-size:.86rem}.floating-contact-trigger{right:24px;bottom:max(28px, env(safe-area-inset-bottom));z-index:180;color:#fff;background:var(--brand-olive-deep);cursor:pointer;text-align:left;border:1px solid #ffffff47;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;width:176px;min-height:66px;padding:12px 18px;display:flex;position:fixed;box-shadow:0 14px 38px #252f1b3d}.floating-contact-trigger strong{font-size:1rem;line-height:1.3}.floating-contact-trigger span{color:#ffffffc7;font-size:.75rem;line-height:1.35}.floating-contact-trigger:hover{background:var(--brand-olive-hover)}.floating-contact-trigger:focus-visible{outline-offset:3px;outline:3px solid #1c5d995c}.floating-contact-shell.is-open .floating-contact-trigger{display:none}.floating-contact-actions{right:24px;bottom:max(28px, env(safe-area-inset-bottom));z-index:180;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffcf7f7;border:1px solid #3441262e;border-radius:20px;gap:9px;width:204px;padding:15px;display:none;position:fixed;box-shadow:0 18px 50px #252f1b2e}.floating-contact-shell.is-open .floating-contact-actions{display:grid}.floating-contact-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.floating-contact-heading>p{color:var(--brand-olive-deep);letter-spacing:.12em;margin:0 2px;font-size:.82rem;font-weight:800}.floating-contact-heading button{border:1px solid var(--line);width:44px;height:44px;color:var(--text-strong);cursor:pointer;background:#fff;border-radius:10px;place-items:center;display:grid}.floating-contact-heading button svg{width:20px;height:20px}.floating-contact-link{width:100%;min-height:60px;color:var(--text-strong);cursor:pointer;text-align:left;background:#fff;border:1px solid #3441262e;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:10px 15px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}button.floating-contact-link{font:inherit}.floating-contact-link strong{font-size:1rem;line-height:1.3}.floating-contact-link span{color:var(--text-muted);font-size:.76rem;line-height:1.35}.floating-contact-link:hover{border-color:var(--brand-olive);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.floating-contact-link:focus-visible{outline-offset:2px;outline:3px solid #1c5d995c}.floating-contact-link.is-whatsapp{background:#eef5e8}.floating-contact-link.is-line{background:#edf7ef}.floating-contact-link.is-email{background:#fffaf2}.floating-contact-link.is-quote{color:#fff;border-color:var(--brand-olive-deep);background:var(--brand-olive-deep)}.floating-contact-link.is-quote span{color:#ffffffc7}.contact-modal{z-index:500;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.contact-modal-backdrop{cursor:pointer;background:#161c10b8;border:0;width:100%;height:100%;position:absolute;inset:0}.contact-modal-panel{background:var(--surface-paper);border:1px solid #3441262e;border-radius:24px;width:min(760px,100%);max-height:calc(100vh - 48px);padding:30px;position:relative;overflow:auto;box-shadow:0 28px 80px #11170d57}.contact-modal-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.contact-modal-header p{color:var(--brand-olive);letter-spacing:.12em;margin-bottom:4px;font-size:.8rem;font-weight:800}.contact-modal-header h2{font-size:clamp(1.8rem,4vw,2.55rem)}.contact-modal-close{border:1px solid var(--line);width:54px;height:54px;color:var(--text-strong);cursor:pointer;background:#fff;border-radius:50%;flex:none;place-items:center;display:grid}.contact-modal-close svg{width:24px;height:24px}.contact-modal-content{grid-template-columns:300px minmax(0,1fr);align-items:center;gap:34px;display:grid}.contact-modal-qr{justify-items:center;gap:12px;display:grid}.contact-modal-qr img{background:#fff;border:12px solid #fff;border-radius:16px;width:300px;height:300px}.contact-modal-qr strong{color:var(--brand-olive-deep)}.contact-modal-details{gap:16px;display:grid}.contact-modal-details>p{color:var(--text-muted)}.contact-modal-details .button{width:100%;min-height:54px}.wechat-copy-row{border:1px solid var(--line);background:#fff;border-radius:12px;gap:3px;padding:17px 18px;display:grid}.wechat-copy-row span{color:var(--brand-olive);letter-spacing:.08em;font-size:.78rem;font-weight:800}.wechat-copy-row strong{font-size:1.12rem}.copy-status{margin-top:-6px;font-size:.88rem;font-weight:700;color:var(--state-success)!important}@media (max-width:1180px){.desktop-nav{display:none}.menu-button{display:inline-flex}.hero-grid{grid-template-columns:1fr 1fr;gap:34px}.hero-media{min-height:440px}.product-grid{grid-template-columns:repeat(2,1fr)}.capability-grid{gap:54px}.thermal-grid{grid-template-columns:1fr 1fr}.thermal-grid>div{grid-column:1/-1}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2}}@media (max-width:900px){.container{width:min(100% - 40px,1360px)}.section{padding:76px 0}.hero{padding-top:24px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:22px 0 0}.hero-media{min-height:440px}.hero-media img{object-position:62% center}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid div:nth-child(2){border-right:0}.proof-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.split-heading,.capability-grid,.quality-grid,.content-grid,.product-page-grid,.cta-card,.contact-direct-grid{grid-template-columns:1fr;gap:38px}.about-principles{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-list{margin-top:12px}.process-grid,.sampling-process{grid-template-columns:repeat(2,1fr)}.sampling-process article,.sampling-process article:nth-child(3n),.sampling-process article:nth-child(n+4){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.sampling-process article:nth-child(2n){border-right:0}.sampling-process article:last-child{border-bottom:0;border-right:0;grid-column:1/-1}.process-grid article,.process-grid article:nth-child(3n),.process-grid article:nth-child(n+4){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid article:nth-child(2n){border-right:0}.process-grid article:nth-last-child(-n+2){border-bottom:0}.combo-grid,.info-card-grid,.related-products-grid{grid-template-columns:1fr}.product-final-cta{grid-column:auto}.quality-panel{min-height:400px}.shipping-inner{flex-direction:column;align-items:flex-start;gap:28px}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}}@media (max-width:640px){.top-note{min-height:42px;font-size:.76rem}.header-inner{min-height:68px}.brand img{width:40px;height:40px}.brand span{font-size:1.25rem}.header-quote{min-height:44px;padding:10px 14px;font-size:.86rem}.menu-button{width:44px;height:44px}h1{font-size:clamp(2.1rem,10vw,3.1rem);line-height:1.18}h2{font-size:clamp(1.85rem,8vw,2.5rem)}.hero-copy h1{margin-bottom:20px}.button-row{flex-direction:column;align-items:stretch}.button-row .button{width:100%;min-height:52px}.hero-media{border-radius:18px;min-height:340px}.hero-media img{object-position:66% center}.image-label{max-width:calc(100% - 24px);bottom:12px;left:12px;right:auto}.proof-grid{grid-template-columns:1fr}.proof-grid div,.proof-grid div:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:66px;padding:15px 12px}.proof-grid div:last-child{border-bottom:0}.section-heading{margin-bottom:34px}.product-grid,.process-grid,.thermal-grid,.about-principles,.sampling-process{grid-template-columns:1fr}.product-card-body{padding:22px}.capability-section{padding-block:68px}.capability-grid{grid-template-columns:1fr}.capability-list article{grid-template-columns:44px 1fr;gap:14px}.process-grid article,.process-grid article:nth-child(3n),.process-grid article:nth-child(n+4),.process-grid article:nth-child(2n),.process-grid article:nth-last-child(-n+2),.sampling-process article,.sampling-process article:nth-child(3n),.sampling-process article:nth-child(n+4),.sampling-process article:nth-child(2n),.sampling-process article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:24px}.process-grid article:last-child{border-bottom:0}.sampling-process article:last-child{border-bottom:0;grid-column:auto}.process-grid span{margin-bottom:18px}.combo-grid article{min-height:auto}.quality-panel{min-height:320px}.quality-ring{border-width:20px;width:190px;height:190px;left:8%}.quality-swatch{width:90px;height:130px;right:12%}.thermal-grid article{min-height:280px}.cta-card{width:calc(100% - 40px);padding:32px 24px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-brand,.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}.page-hero{padding:58px 0}.page-hero h1{font-size:clamp(2.25rem,11vw,3.2rem)}.page-hero-action .button{width:100%}.page-hero-compact{padding:34px 0}.page-hero-compact h1{font-size:clamp(2rem,9vw,2.65rem)}.content-section{padding:62px 0}.quote-form-section{padding-top:28px}.product-final-cta{flex-direction:column;align-items:stretch}.product-final-cta .button{width:100%}.form-shell{padding:24px 18px}.line-qr-card{grid-template-columns:1fr;padding:28px 22px}.line-qr-card img{justify-self:center;width:220px;height:220px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.spec-list div{grid-template-columns:1fr;gap:4px}.site-footer{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.floating-contact-actions{left:10px;right:10px;bottom:max(10px, env(safe-area-inset-bottom));border-radius:17px;grid-template-columns:1.08fr .96fr 1.08fr;gap:8px;width:auto;padding:8px;display:grid;box-shadow:0 14px 42px #252f1b3d}.floating-contact-trigger,.floating-contact-heading,.floating-contact-link.is-email{display:none}.floating-contact-link{text-align:center;align-items:center;gap:1px;min-height:60px;padding:7px 5px}.floating-contact-link strong{font-size:.88rem}.floating-contact-link span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.68rem;overflow:hidden}.contact-modal{padding:12px}.contact-modal-panel{border-radius:20px;max-height:calc(100dvh - 24px);padding:22px 18px 24px}.contact-modal-header{margin-bottom:18px}.contact-modal-header h2{font-size:1.8rem}.contact-modal-close{width:50px;height:50px}.contact-modal-content{grid-template-columns:1fr;gap:22px}.contact-modal-qr img{width:min(270px,100%);height:auto}.contact-modal-details{gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.floating-contact-trigger,.floating-contact-actions,.contact-modal{display:none!important}}
