@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#1c1c1c;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.App{width:100%}.header{position:sticky;top:0;z-index:1000;background:#fffffff7;border-bottom:1px solid rgba(0,0,0,.06);transition:background .3s ease,box-shadow .3s ease}.header--scrolled{background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 20px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;line-height:1}.header-logo-img{width:40px;height:40px;object-fit:contain;border-radius:6px;flex-shrink:0}.header-logo-main{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800;color:#1a3a1a;letter-spacing:.5px}.header-logo-sub{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:#c8943a;padding-bottom:2px}.nav{display:flex;align-items:center;gap:.25rem}.nav a{position:relative;color:#3a3a3a;text-decoration:none;font-size:.88rem;font-weight:500;letter-spacing:.5px;padding:.5rem .9rem;border-radius:6px;transition:color .2s}.nav a:after{content:"";position:absolute;bottom:2px;left:.9rem;right:.9rem;height:2px;background:#2c5f2d;border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav a:hover{color:#2c5f2d}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.nav a.active{color:#2c5f2d;font-weight:700}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-trigger{display:flex;align-items:center;gap:3px}.nav-dropdown-chevron{width:13px;height:13px;margin-top:1px;transition:transform .25s ease;flex-shrink:0}.nav-dropdown:hover .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:.5rem 0;min-width:160px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.06))}.nav-dropdown-menu a{display:block;padding:.6rem 1.2rem;font-size:.88rem;font-weight:500;color:#3a3a3a;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap;border-radius:0}.nav-dropdown-menu a:after{display:none}.nav-dropdown-menu a:hover{background:#f4f1eb;color:#2c5f2d}.mobile-products-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.95rem 2rem;font-size:.97rem;font-weight:500;color:#3a3a3a;background:none;border:none;border-bottom:1px solid rgba(0,0,0,.04);cursor:pointer;text-align:left;font-family:inherit}.mobile-products-toggle svg{width:16px;height:16px;color:#888;transition:transform .25s ease;flex-shrink:0}.mobile-products-toggle--open svg{transform:rotate(180deg)}.mobile-products-toggle:hover{color:#2c5f2d;background:#2c5f2d0d}.mobile-products-sub{overflow:hidden;max-height:0;transition:max-height .3s ease;background:#2c5f2d08}.mobile-products-sub--open{max-height:200px}.mobile-products-sub a{padding:.75rem 2rem .75rem 3rem!important;font-size:.9rem!important;color:#555!important;border-bottom:1px solid rgba(0,0,0,.03)!important}.mobile-products-sub a:hover,.mobile-products-sub a.active{color:#2c5f2d!important;background:#2c5f2d0f!important}.nav-cta{background:#1a3a1a!important;color:#fff!important;border-radius:50px!important;padding:.52rem 1.3rem!important;font-weight:600!important;margin-left:.5rem;transition:background .2s,transform .2s!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:#2c5f2d!important;transform:translateY(-1px)}.nav-cta.active{background:#2c5f2d!important;color:#fff!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px}.hamburger span{display:block;width:24px;height:2px;background:#1a3a1a;border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;overflow:hidden;max-height:0;transition:max-height .35s ease;background:#fffffff7;border-top:1px solid rgba(0,0,0,.06)}.mobile-menu--open{max-height:520px}.mobile-menu a{padding:.95rem 2rem;font-size:.97rem;font-weight:500;color:#3a3a3a;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.04);transition:background .2s,color .2s}.mobile-menu a:hover,.mobile-menu a.active{color:#2c5f2d;background:#2c5f2d0d}@media(max-width:768px){.nav{display:none}.hamburger,.mobile-menu{display:flex}.header-container{padding:0 1.2rem}}@media(max-width:480px){.header-logo-main{font-size:1.35rem}}.footer{background:linear-gradient(160deg,#0d1e0e,#1a3a1a 60%,#0f2410);color:#fff;padding:0 0 1.5rem;border-top:3px solid #c8943a;content-visibility:auto;contain-intrinsic-size:0 420px}.footer-brand-bar{text-align:center;padding:3rem 2rem 2.5rem;border-bottom:1px solid rgba(200,148,58,.2);margin-bottom:3rem}.footer-brand-logo{display:flex;align-items:baseline;justify-content:center;gap:.4rem;margin-bottom:.6rem}.footer-brand-main{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#fff;letter-spacing:.02em}.footer-brand-sub{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#c8943a;letter-spacing:.28em;text-transform:uppercase}.footer-brand-tagline{font-size:.88rem;color:#ffffff73;font-style:italic;margin:0;letter-spacing:.03em}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:3rem;padding:0 2rem 3rem}.footer-section h3{font-family:Playfair Display,serif;color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.6rem;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#c8943a;border-radius:2px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul a{color:#fff9;text-decoration:none;font-size:.95rem;transition:color .2s,padding-left .2s;display:inline-block}.footer-section ul a:hover{color:#c8943a;padding-left:5px}.contact-item{display:flex;gap:.9rem;margin-bottom:1.2rem;align-items:flex-start}.contact-icon{flex-shrink:0;width:18px;height:18px;color:#c8943a;margin-top:3px}.contact-icon svg{width:100%;height:100%}.contact-item p{color:#fff9;line-height:1.6;font-size:.95rem;margin:0}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link-item{display:flex;align-items:center;gap:.75rem;color:#fff9;text-decoration:none;font-size:.95rem;transition:color .2s,transform .2s}.social-link-item:hover{color:#fff;transform:translate(4px)}.social-link-item img,.social-link-item svg{flex-shrink:0;border-radius:50%}.footer-bottom{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff59;font-size:.85rem;margin:0}@media(max-width:1024px){.footer-container{gap:2rem;padding:0 1.5rem 2.5rem}}@media(max-width:768px){.footer-brand-bar{padding:2.5rem 1.5rem 2rem;margin-bottom:2rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 2.5rem;text-align:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.footer-section ul a:hover{padding-left:0}.contact-item{flex-direction:column;align-items:center;gap:.4rem;text-align:center}.social-links{align-items:center}.social-link-item:hover{transform:none}.footer-bottom{padding:1.5rem 1.5rem 0}}@media(max-width:480px){.footer-brand-main{font-size:1.6rem}.footer-container{padding:0 1rem 2rem}.footer-bottom{padding:1.2rem 1rem 0}}.floating-buttons{position:fixed;bottom:28px;right:28px;display:flex;flex-direction:column;gap:14px;z-index:9999}.floating-btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:transform .2s,box-shadow .2s;text-decoration:none;border:none;position:relative}.floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px #0000004d}.floating-btn:hover .floating-label{opacity:1;transform:translate(-8px);pointer-events:auto}.floating-label{position:absolute;right:100%;top:50%;transform:translateY(-50%) translate(0);background:#333;color:#fff;padding:6px 12px;border-radius:6px;font-size:.85rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.zalo-btn{background:#0068ff}.floating-icon-img{width:32px;height:32px;object-fit:contain;border-radius:50%}.whatsapp-btn{background:#25d366}.floating-wa-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.floating-wa-menu{position:absolute;bottom:calc(100% + 10px);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000002e;overflow:hidden;min-width:170px;animation:toast-in .2s ease}.floating-wa-option{display:flex;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;color:#222;font-size:.9rem;font-weight:500;transition:background .15s}.floating-wa-option:hover{background:#f0fdf4}.scroll-top-btn{background:#2c5f2d;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.floating-buttons{bottom:16px;right:16px;gap:10px}.floating-btn{width:44px;height:44px}.floating-icon-img{width:28px;height:28px}.floating-label{display:none}}.hero{background:linear-gradient(#00000059,#00000059),url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1440&q=70&fm=webp&auto=compress) center/cover no-repeat;color:#fff;padding:6rem 2rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch;width:100%}.hero-logo-col{width:100%;display:flex;align-items:center;justify-content:center;background:#fffffff7;border-radius:20px;box-shadow:0 20px 60px #00000080;padding:2.5rem}.hero-logo-img{width:100%;max-width:320px;height:auto;object-fit:contain;display:block}.hero-content{text-align:left;background:#00000047;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.14)}.hero-title{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:1px;line-height:1.15}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hero-btn{display:inline-block;background:transparent;color:#fff;padding:.85rem 2.4rem;border:2px solid rgba(255,255,255,.75);border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.hero-btn:hover{background:#fff;color:#1a3a1a;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #ffffff38}@media(max-width:1024px){.hero{padding:4rem 1.5rem;min-height:100vh}.hero-container{gap:3rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}}@media(max-width:768px){.hero{padding:3rem 1.5rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-description{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.hero-btn{padding:.9rem 2rem;font-size:.95rem}}@media(max-width:480px){.hero{padding:2.5rem 1rem}.hero-container{gap:1.5rem}.hero-title{font-size:1.6rem}.hero-description{font-size:.9rem}.hero-btn{padding:.8rem 1.8rem;font-size:.9rem;width:100%;max-width:250px}}.why-choose-us{background:#f4f1eb;padding:5.5rem 2rem;content-visibility:auto;contain-intrinsic-size:0 500px}.why-container{max-width:1140px;margin:0 auto;width:100%}.why-header{text-align:center;margin-bottom:3.5rem}.why-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#c8943a;margin-bottom:.8rem}.why-title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:#1a3a1a;margin-bottom:1rem;line-height:1.2}.why-subtitle{font-size:1.05rem;color:#5a5a5a;max-width:580px;margin:0 auto;line-height:1.8;font-style:italic}.why-subtitle strong{color:#1a3a1a;font-style:normal}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.reason-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #00000014;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.reason-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #00000024}.reason-card-img{position:relative;height:200px;background-size:cover;background-position:center;transition:transform .5s ease;overflow:hidden}.reason-card:hover .reason-card-img{transform:scale(1.05)}.reason-card-img-overlay{position:absolute;inset:0}.reason-card-body{padding:1.6rem 1.8rem 2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.reason-card-bar{width:36px;height:3px;border-radius:2px;flex-shrink:0}.reason-card h3{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;margin:0}.reason-card p{font-size:.97rem;line-height:1.78;color:#4a4a4a;margin:0}@media(max-width:1024px){.why-title{font-size:2rem}.reasons-grid{gap:1.5rem}}@media(max-width:768px){.why-choose-us{padding:4rem 1.5rem}.reasons-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.why-title{font-size:1.8rem}}@media(max-width:480px){.why-choose-us{padding:3rem 1.2rem}.reason-card{padding:1.8rem 1.4rem 1.6rem}}.why-container{max-width:1200px;margin:0 auto;text-align:center;width:100%}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.reason-card{padding:2rem;border-radius:10px;transition:all .3s}.reason-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.reason-icon-img{width:56px;height:56px;object-fit:contain;margin-bottom:1rem}.reason-card h3{font-size:1.3rem;margin-bottom:1rem}.reason-card p{line-height:1.6}@media(max-width:1024px){.why-choose-us{padding:4rem 1.5rem;min-height:auto}.reasons-grid{gap:1.5rem}.reason-card{padding:1.5rem}}@media(max-width:768px){.why-choose-us{padding:3rem 1.5rem;min-height:auto}.reasons-grid{grid-template-columns:1fr;gap:1.5rem}.reason-icon-img{width:48px;height:48px}.reason-card h3{font-size:1.2rem}.reason-card p{font-size:.95rem}}@media(max-width:480px){.why-choose-us{padding:2.5rem 1rem}.reason-card{padding:1.5rem 1rem}.reason-icon{font-size:2.2rem}.reason-card h3{font-size:1.1rem}.reason-card p{font-size:.9rem}}.products{padding:5rem 2rem;background:linear-gradient(#ebe6dcd4,#e1dcd2d4),url(https://images.unsplash.com/photo-1589927986089-35812388d1b8?w=1440&q=70&fm=webp&auto=compress) center/cover no-repeat;content-visibility:auto;contain-intrinsic-size:0 600px;min-height:100vh;display:flex;align-items:center}.products-container{max-width:1200px;margin:0 auto;text-align:center;width:100%}.section-title{font-family:Playfair Display,serif;font-size:2.6rem;color:#1a3a1a;margin-bottom:3rem;position:relative;display:inline-block;letter-spacing:.5px;font-weight:700}.section-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#2c5f2d,#c8943a);border-radius:2px}.products-subtitle{font-size:1.08rem;color:#5a5a5a;font-style:italic;max-width:720px;margin:1.4rem auto 3rem;line-height:1.9}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.product-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:340px;height:340px;width:100%;border-radius:22px;overflow:hidden;position:relative;padding:38px 18px 28px;box-shadow:0 7px 24px #00000029;transition:box-shadow .3s,transform .3s;cursor:pointer;text-decoration:none;color:#fff}.product-card:hover{transform:scale(1.04);box-shadow:0 14px 36px #00000042}.product-card h3{color:#fff;font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700;text-shadow:0 2px 16px rgba(0,0,0,.5);margin:0;align-self:flex-start;letter-spacing:.5px;text-transform:uppercase}.product-card-label{width:100%;text-align:center;margin-top:auto;font-weight:600;font-size:.78rem;color:#fff;letter-spacing:2.5px;text-transform:uppercase;opacity:.82;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.4)}@media(max-width:1024px){.products{padding:4rem 1.5rem;min-height:auto}.products-subtitle{font-size:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-card{min-height:280px;height:280px}}@media(max-width:768px){.products{padding:3rem 1.5rem;min-height:auto}.products-subtitle{font-size:.95rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{min-height:220px;height:220px;padding:24px 12px 18px}.product-card h3{font-size:1.4rem}}@media(max-width:480px){.products{padding:2.5rem 1rem}.products-subtitle{font-size:.9rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-card{padding:1.2rem .8rem}.product-img{width:48px;height:48px}.product-card h3{font-size:.9rem}}.certificates-page{padding:5rem 2rem;min-height:60vh;display:flex;align-items:center;justify-content:center;background:#f9f7f4}.certificates-container{max-width:1200px;margin:0 auto;text-align:center}.certificates-description{font-size:1.1rem;color:#666;margin-top:2rem;line-height:1.8}.certificates-img-wrap{margin-top:3rem;display:flex;justify-content:center;gap:8rem;flex-wrap:wrap}.certificates-img{width:100%;max-width:420px;max-height:55vh;height:auto;border-radius:16px;box-shadow:0 8px 40px #0000001f;object-fit:contain;display:block}.concept{background:#fff;content-visibility:auto;contain-intrinsic-size:0 800px}.concept-header{text-align:center;padding:5rem 2rem 3.5rem;background:linear-gradient(135deg,#1a3a1a,#2c5f2d)}.concept-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#c8943a;margin-bottom:1rem}.concept-page-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:.8rem}.concept-page-sub{font-size:1.15rem;color:#ffffffb3;font-style:italic}.concept-row{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.concept-row-reverse{direction:rtl}.concept-row-reverse>*{direction:ltr}.concept-row-tinted .concept-row-text{background:#faf8f4}.concept-row-img{overflow:hidden;position:relative}.concept-row-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.concept-row:hover .concept-row-img img{transform:scale(1.04)}.concept-row-text{background:#fff;padding:4.5rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.concept-number{font-family:Playfair Display,serif;font-size:4.5rem;font-weight:800;color:#2c5f2d1a;line-height:1;margin-bottom:-.5rem;display:block}.concept-row-text h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#1a3a1a;line-height:1.25;position:relative;padding-bottom:1rem;margin-bottom:.3rem}.concept-row-text h2:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#2c5f2d,#c8943a);border-radius:2px}.concept-row-text p{font-size:1rem;line-height:1.85;color:#4a4a4a}.concept-row-text strong{color:#1a3a1a;font-weight:600}.concept-bullet{display:flex;flex-direction:column;gap:.25rem;padding:.9rem 1rem .9rem 1.1rem;border-left:3px solid #c8943a;background:#c8943a0d;border-radius:0 8px 8px 0;font-size:.97rem;line-height:1.7;color:#4a4a4a}.concept-bullet-label{font-weight:700;color:#1a3a1a;font-size:.92rem;letter-spacing:.3px;text-transform:uppercase}@media(max-width:1024px){.concept-row-text{padding:3.5rem 2.5rem}.concept-row-text h2{font-size:1.55rem}.concept-page-title{font-size:2.4rem}}@media(max-width:768px){.concept-header{padding:3.5rem 1.5rem 2.5rem}.concept-page-title{font-size:1.9rem}.concept-row,.concept-row-reverse{grid-template-columns:1fr;direction:ltr}.concept-row-img{height:260px}.concept-row-text{padding:2.5rem 1.5rem}.concept-number{font-size:3rem}.concept-row-text h2{font-size:1.4rem}}@media(max-width:480px){.concept-header{padding:3rem 1.2rem 2rem}.concept-page-title{font-size:1.6rem}.concept-row-text{padding:2rem 1.2rem}}.contact-page{padding:2.5rem 2rem 5rem;min-height:60vh;background:#f9f7f4}.contact-page-container{max-width:1000px;margin:0 auto;text-align:center}.contact-page-description{font-size:1rem;color:#666;margin-top:1rem;line-height:1.8}.contact-page-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;text-align:left;align-items:stretch}.contact-channels{background:#fff;border-radius:16px;padding:2rem 1.6rem;border:1.5px solid #e8e3d8;display:flex;flex-direction:column;gap:.5rem;height:100%;box-sizing:border-box;justify-content:space-evenly}.contact-channels-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#1a3a1a;margin:0 0 1rem;padding-bottom:.8rem;border-bottom:1px solid #f0ede6}.contact-channel-item{display:flex;align-items:center;gap:.9rem;padding:.75rem .8rem;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s}.contact-channel-item:hover{background:#f4f1eb}.contact-channel-item--static{cursor:default}.contact-channel-item--static:hover{background:none}.contact-channel-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-channel-icon--email{background:#f0ede6;color:#1a3a1a}.contact-channel-icon--location{background:#f0ede6;color:#c8943a}.contact-channel-info{display:flex;flex-direction:column;gap:1px}.contact-channel-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#999}.contact-channel-value{font-size:.92rem;font-weight:500;color:#222}.contact-page .contact-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.contact-page .form-group{display:flex;flex-direction:column;gap:.4rem}.contact-page .form-group label{font-size:.9rem;color:#555;font-weight:500}.contact-page .form-group input,.contact-page .form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;padding:.75rem .9rem;color:#333;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.contact-page .form-group input::placeholder,.contact-page .form-group textarea::placeholder{color:#aaa}.contact-page .form-group input:focus,.contact-page .form-group textarea:focus{border-color:#2c5f2d;box-shadow:0 0 0 3px #2c5f2d26}.contact-page .form-actions{display:flex;flex-direction:column;gap:.75rem}.contact-page .form-submit{background-color:#2c5f2d;color:#fff;border:none;border-radius:8px;padding:.8rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s}.contact-page .form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-page .form-submit:hover:not(:disabled){background-color:#3d7a3e;transform:translateY(-1px)}.contact-page .form-status{font-size:.9rem;margin:0;text-align:center}.contact-page .form-status.success{color:#2c5f2d}.contact-page .form-status.error{color:#d32f2f}.toast{position:fixed;top:2rem;right:2rem;display:flex;align-items:center;gap:.6rem;padding:.9rem 1.3rem;border-radius:10px;font-size:.95rem;font-weight:500;color:#fff;box-shadow:0 4px 20px #0000002e;z-index:9999;animation:toast-in .3s ease}.toast--success{background:#2c5f2d}.toast--error{background:#d32f2f}.toast-icon{font-size:1rem;font-weight:700}@keyframes toast-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact-page{padding:3rem 1.5rem}.contact-page-body{grid-template-columns:1fr;gap:2rem}}.product-detail-section{max-width:1100px;margin:0 auto;padding:3rem}.product-detail-layout{display:flex;gap:64px;align-items:flex-start}.product-detail-image-col{flex:0 0 440px;min-width:0}.product-detail-image-col img{width:100%;height:380px;object-fit:cover;border-radius:20px;box-shadow:0 8px 32px #00000024;display:block;cursor:zoom-in;transition:transform .25s ease,box-shadow .25s ease}.product-detail-image-col img:hover{transform:scale(1.02);box-shadow:0 12px 40px #00000038}.product-detail-info-col{flex:1;min-width:0;display:flex;flex-direction:column}.product-detail-title{font-family:Playfair Display,serif;font-size:2.1rem;font-weight:700;color:#1a3a1a;margin:0 0 1.4rem;line-height:1.2}.spec-card{flex:1;display:flex;flex-direction:column;border:1.5px solid #e0ddd6;border-radius:16px;background:#faf9f6;overflow:hidden;transition:box-shadow .2s}.spec-card:hover{box-shadow:0 4px 24px #2c5f2d1a}.spec-card-header{display:flex;align-items:center;padding:1.1rem 1.4rem;border-bottom:1.5px solid #e0ddd6}.spec-card-header-left{display:flex;align-items:center;gap:.6rem}.spec-card-dot{width:8px;height:8px;border-radius:50%;background:#c8943a;flex-shrink:0}.spec-card-label{font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2c5f2d}.spec-card-body{padding:1.2rem 1.4rem;flex:1;display:flex;flex-direction:column;gap:.55rem}.spec-row{display:flex;gap:.5rem;font-size:.97rem;line-height:1.55;color:#333;border-bottom:1px solid #f0ede6;padding-bottom:.5rem}.spec-row:last-child{border-bottom:none;padding-bottom:0}.spec-key{font-weight:600;color:#1a3a1a;flex-shrink:0;min-width:140px}.spec-val{color:#555}@media(max-width:900px){.product-detail-section{padding:2.5rem 1.5rem}.product-detail-layout{flex-direction:column;gap:28px;align-items:stretch}.product-detail-image-col{flex:none}.product-detail-image-col img{height:280px;min-height:unset}}@media(max-width:480px){.product-detail-section{padding:1.5rem 1rem}.product-detail-title{font-size:1.7rem}}.product-detail-layout--spaced{margin-top:4rem;padding-top:4rem;border-top:1px solid #e8e3d8}.product-detail-layout--reverse{flex-direction:row-reverse}.lightbox-overlay{position:fixed;inset:0;z-index:10000;background:#000000d1;display:flex;align-items:center;justify-content:center;animation:lbFadeIn .2s ease;cursor:zoom-out}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:12px;box-shadow:0 16px 64px #0009;cursor:default;animation:lbZoomIn .22s ease}@keyframes lbZoomIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-close{position:fixed;top:20px;right:24px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.4rem;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10001}.lightbox-close:hover{background:#ffffff47}
