*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#127143;--green-hover:#0d5a34;--green-deep:#103c28;--green-deeper:#0a2a1c;--nude:#e8e0cf;--nude-light:#f7f3ea;--nude-dark:#d9ceb6;--beige:#c9b99a;--gold:#c5a572;--gold-light:#d9c08f;--gold-deep:#127143;--pink:#f2ecdf;--pink-accent:#e9e1cf;--white:#fff;--text-dark:#3a3a3a;--text-light:#6b6b6b;--nav-height:78px;--font-heading-stack:var(--font-heading), "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body-stack:var(--font-body), "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body-stack);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading-stack);font-weight:500}img{max-width:100%;height:auto;display:block}ul[class],ol[class]{list-style:none}address{font-style:normal}:focus-visible{outline:2px solid var(--green);outline-offset:3px}section[id],[id].faq-entry,.prose [id]{scroll-margin-top:calc(var(--nav-height) + 16px)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.skip-link{z-index:2000;background:var(--text-dark);color:var(--white);border-radius:8px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;position:fixed;top:-100px;left:1rem}.skip-link:focus{top:1rem}.lang-toggle{background:var(--nude-light);border-radius:25px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:flex}.lang-btn{cursor:pointer;font-family:var(--font-body-stack);color:var(--text-light);background:0 0;border:none;border-radius:15px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.lang-btn.active{background:var(--green);color:var(--white)}.lang-btn:hover:not(.active){color:var(--green)}.site-header{z-index:1000;position:fixed;top:0;left:0;right:0}.nav{-webkit-backdrop-filter:blur(10px);background:#fffffff2;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:relative;box-shadow:0 2px 20px #0000000d}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.logo img{width:auto;height:38px;display:block}.nav-center{gap:2.5rem;list-style:none;display:flex}.nav-center a{color:var(--text-dark);letter-spacing:1px;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-center a:hover,.nav-center a[aria-current=page]{color:var(--green)}.nav-right{align-items:center;gap:1.5rem;display:flex}.mobile-menu{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:.5rem .25rem;display:none}.mobile-menu span{background:var(--text-dark);width:25px;height:2px;transition:all .3s}.mobile-menu[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 50%, var(--nude) 100%);align-items:center;min-height:100vh;padding:120px 5% 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#c5a5721a 0%,#0000 70%);width:80%;height:200%;position:absolute;top:-50%;right:-20%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.hero-content{z-index:2}.hero-badge{background:var(--gold);color:var(--green-deeper);letter-spacing:2px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:500;display:inline-block}.hero h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero h1 span{color:var(--green)}.hero-subtitle{color:var(--text-light);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--green);color:var(--white);font-family:var(--font-body-stack);letter-spacing:2px;text-transform:uppercase;border:2px solid var(--green);cursor:pointer;text-align:center;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{color:var(--green);background:0 0}.btn-primary:disabled{opacity:.7;cursor:progress}.btn-secondary{color:var(--text-dark);font-family:var(--font-body-stack);letter-spacing:2px;text-transform:uppercase;border:2px solid var(--text-dark);text-align:center;background:0 0;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:var(--text-dark);color:var(--white)}.hero-image{z-index:2;position:relative}.hero-image img{aspect-ratio:3/2;object-fit:cover;border-radius:20px;width:100%;max-width:550px;box-shadow:0 30px 60px #0000001a}main>section,.content-layout{padding:100px 5%}.section-header{text-align:center;margin-bottom:4rem}.eyebrow{color:var(--green);letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:inline-block}.section-header h2,.section-header h1{color:var(--text-dark);margin-bottom:1rem;font-size:2.8rem;line-height:1.2}.section-header p:not(.eyebrow){color:var(--text-light);max-width:600px;margin:0 auto;font-weight:300}.section-more{text-align:center;margin-top:3rem}.section-more a{color:var(--gold-deep);letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid;padding-bottom:2px;font-size:.85rem;font-weight:600;text-decoration:none}.about{background:var(--white)}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;display:grid}.about-image{z-index:0;position:relative}.about-image img{aspect-ratio:3/2;object-fit:cover;border-radius:20px;width:100%;box-shadow:0 30px 60px #0000001a}.about-image:before{content:"";border:3px solid var(--gold);z-index:-1;border-radius:20px;position:absolute;inset:-20px 20px 20px -20px}.about-content h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.about-content h2 span{color:var(--green)}.about-content p:not(.eyebrow){color:var(--text-light);margin-bottom:1.5rem;font-weight:300}.about-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.about-feature{align-items:center;gap:1rem;display:flex}.about-feature-icon{background:var(--nude-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.about-feature-icon svg{width:24px;height:24px;stroke:var(--green)}.about-feature span:last-child{color:var(--text-dark);font-size:.9rem;font-weight:500}.services{background:linear-gradient(180deg, var(--nude-light) 0%, var(--white) 100%)}.services-grid{grid-template-columns:repeat(5,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.service-card{background:var(--white);text-align:center;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.service-card:before{content:"";background:var(--gold);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover,.service-card:focus-within{transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.service-card:hover:before,.service-card:focus-within:before{transform:scaleX(1)}.service-icon{background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.service-icon svg{width:36px;height:36px;stroke:var(--green)}.service-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.2rem}.service-card p{color:var(--text-light);flex:1;font-size:.85rem;font-weight:300}.card-link{color:inherit;text-decoration:none}.card-link:after{content:"";z-index:1;position:absolute;inset:0}.card-link:focus-visible{outline:none}.card-link:focus-visible:after{outline:2px solid var(--gold);outline-offset:-4px;border-radius:20px}.card-more{letter-spacing:1px;text-transform:uppercase;color:var(--gold-deep);margin-top:1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.products{background:var(--white)}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.product-card{background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 100%);border-radius:20px;flex-direction:column;transition:all .4s;display:flex;position:relative;overflow:hidden}.product-card:hover,.product-card:focus-within{transform:scale(1.02);box-shadow:0 20px 50px #0000001a}.product-image{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.product-info{background:var(--white);text-align:center;flex:1;padding:1.5rem}.product-info h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.product-info p{color:var(--green);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.why-us{background:linear-gradient(135deg, var(--green-deep) 0%, var(--green-deeper) 100%);color:var(--white)}.why-us .eyebrow{color:var(--gold-light)}.why-us .section-header h2{color:var(--white)}.why-us .section-header p:not(.eyebrow){color:#ffffffbf}.why-grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.why-card{text-align:center;padding:2rem}.why-number{font-family:var(--font-heading-stack);color:var(--gold);margin-bottom:1rem;font-size:4rem;line-height:1;display:block}.why-card h3{color:var(--white);margin-bottom:1rem;font-size:1.3rem}.why-card p{color:#ffffffc7;font-size:.9rem;font-weight:300}.process{background:linear-gradient(180deg, var(--white) 0%, var(--nude-light) 100%)}.process-grid{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.process-step{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000000d}.process-number{background:var(--green);width:44px;height:44px;color:var(--white);font-family:var(--font-heading-stack);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.4rem;display:inline-flex}.process-step h3{margin-bottom:.5rem;font-size:1.35rem}.process-step p{color:var(--text-light);font-size:.9rem;font-weight:300}.faq{background:var(--nude-light)}.faq-list{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.faq-item{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000000a}.faq-item summary{cursor:pointer;font-family:var(--font-heading-stack);padding:1.4rem 3.5rem 1.4rem 1.75rem;font-size:1.3rem;font-weight:600;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-family:var(--font-body-stack);color:var(--green);font-size:1.5rem;font-weight:300;transition:transform .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.faq-item[open] summary:after{transform:translateY(-50%)rotate(45deg)}.faq-answer{color:var(--text-light);font-weight:300}.faq-item .faq-answer{padding:0 1.75rem 1.5rem}.faq-answer a,.prose a{color:var(--gold-deep);text-underline-offset:3px;text-decoration:underline}.faq-entry{background:var(--white);border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000000a}.faq-entry h2{margin-bottom:.75rem;font-size:1.6rem;line-height:1.3}.blog-teaser,.blog-list{background:var(--white)}.posts-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.post-card{background:var(--white);border-radius:20px;flex-direction:column;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.post-card:hover,.post-card:focus-within{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.post-image{object-fit:cover;width:100%;height:230px}.post-body{padding:1.75rem}.post-meta{color:var(--gold-deep);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem}.post-body h2,.post-body h3{margin-bottom:.75rem;font-size:1.45rem;line-height:1.3}.post-body p:last-child{color:var(--text-light);font-size:.9rem;font-weight:300}.empty{text-align:center;color:var(--text-light)}.contact{background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 100%)}.contact-container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.contact-info h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem;font-weight:300}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 5px 20px #0000000d}.contact-icon svg{width:22px;height:22px;stroke:var(--green)}.contact-label{font-family:var(--font-body-stack);color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-size:.85rem;font-weight:600}.contact-item-content address,.contact-item-content a{color:var(--text-light);font-size:.95rem;text-decoration:none;transition:color .3s}.contact-item-content a:hover{color:var(--green)}.social-links{gap:1rem;margin-top:2rem;display:flex}.social-link{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 5px 20px #0000000d}.social-link:hover{background:var(--green);transform:translateY(-5px)}.social-link svg{width:22px;height:22px;stroke:var(--green);transition:stroke .3s}.social-link:hover svg{stroke:var(--white)}.contact-form{background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 20px 50px #00000014}.contact-form h3{color:var(--text-dark);margin-bottom:2rem;font-size:1.8rem}.form-row{grid-template-columns:1fr 1fr;align-items:end;gap:1rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-group label .optional{text-transform:none;letter-spacing:0;color:var(--text-light);font-weight:400}.form-group input,.form-group textarea,.form-group select{border:2px solid var(--nude);width:100%;font-family:var(--font-body-stack);background:var(--white);color:var(--text-dark);border-radius:10px;padding:1rem;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green);outline:none}.form-group [aria-invalid=true]{border-color:#b4543a}.form-group textarea{resize:vertical;min-height:120px}.form-consent{color:var(--text-light);align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.form-consent input{width:18px;height:18px;accent-color:var(--green);flex-shrink:0;margin-top:.2rem}.form-consent a{color:var(--gold-deep)}.hp-field{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.field-error{color:#b4543a;margin-top:.4rem;font-size:.8rem}.contact-form .btn-primary{width:100%;padding:1.2rem}.form-status{min-height:1.4em;margin-top:1rem;font-size:.9rem}.form-status-success{color:#3f7a4f}.form-status-error,.form-status-rate{color:#b4543a}.site-footer{background:linear-gradient(180deg, var(--green-deep) 0%, var(--green-deeper) 100%);color:var(--white);padding:4rem 5% 2rem}.footer-container{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;padding-bottom:3rem;display:grid}.footer-brand .logo{margin-bottom:1.25rem}.footer-brand .logo img{height:44px}.footer-brand p{color:#ffffffc7;max-width:300px;font-size:.9rem;font-weight:300}.footer-title{font-family:var(--font-body-stack);text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.8rem}.footer-column a{color:#fffc;overflow-wrap:anywhere;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-column a:hover{color:var(--gold-light)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding-top:2rem;display:flex}.footer-bottom p,.footer-legal a{color:#ffffff9e;font-size:.85rem;text-decoration:none}.footer-legal{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-legal a:hover{color:var(--gold-light)}.whatsapp-float{z-index:900;background:var(--green);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 30px #00000026}.whatsapp-float:hover{transform:translateY(-4px)}.whatsapp-float svg{width:28px;height:28px;stroke:var(--white)}.page-hero{background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 50%, var(--nude) 100%);position:relative;overflow:hidden;padding:calc(var(--nav-height) + 70px) 5% 70px!important}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(#c5a5721f 0%,#0000 70%);width:60%;height:220%;position:absolute;top:-60%;right:-15%}.page-hero-inner{max-width:1100px;margin:0 auto;position:relative}.page-hero h1{max-width:900px;margin:1rem 0;font-size:3.2rem;line-height:1.15}.page-lead{color:var(--text-light);max-width:760px;font-size:1.1rem;font-weight:300}.page-meta{letter-spacing:.3px;color:var(--gold-deep);flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:1.25rem;font-size:.85rem;display:flex}.breadcrumbs ol{color:var(--text-light);flex-wrap:wrap;gap:.25rem;font-size:.8rem;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";color:var(--gold);margin:0 .5rem}.breadcrumbs a{color:var(--text-light);text-decoration:none}.breadcrumbs a:hover{color:var(--gold)}.summary-section{padding-bottom:0!important}.summary-box{background:var(--nude-light);border-left:4px solid var(--green);border-radius:0 20px 20px 0;max-width:1100px;margin:0 auto;padding:2.25rem 2.5rem}.summary-box h2{margin-bottom:.75rem;font-size:1.8rem}.summary-box p{color:var(--text-dark);font-weight:300}.content-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.content-layout-narrow{grid-template-columns:minmax(0,1fr);max-width:860px}.content-cover{aspect-ratio:16/9;object-fit:cover;border-radius:20px;width:100%;margin-bottom:2.5rem;box-shadow:0 20px 50px #00000014}.content-aside{top:calc(var(--nav-height) + 24px);flex-direction:column;gap:1.5rem;display:flex;position:sticky}.toc,.aside-links{background:var(--nude-light);border-radius:20px;padding:1.75rem}.toc-title{letter-spacing:2px;text-transform:uppercase;color:var(--gold-deep);margin-bottom:1rem;font-size:.8rem;font-weight:600}.toc ol,.aside-links ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.toc a,.aside-links a{color:var(--text-dark);font-size:.9rem;line-height:1.4;text-decoration:none}.toc a:hover,.aside-links a:hover{color:var(--green)}.prose{color:var(--text-dark);font-size:1rem;line-height:1.8}.prose>*+*{margin-top:1.1rem}.prose h2{margin-top:2.75rem;font-size:2.1rem;line-height:1.25}.prose h3{margin-top:2rem;font-size:1.5rem;line-height:1.3}.prose h4{margin-top:1.5rem;font-size:1.2rem}.prose p,.prose li{color:#4a4a4a;font-weight:400}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.45rem}.prose li::marker{color:var(--gold)}.prose strong{color:var(--text-dark);font-weight:600}.prose blockquote{border-left:4px solid var(--gold);background:var(--nude-light);border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;font-style:italic}.prose blockquote p{color:var(--text-dark)}.prose table{border-collapse:collapse;width:100%;font-size:.9rem}.prose th,.prose td{text-align:left;border-bottom:1px solid var(--nude);vertical-align:top;padding:.8rem 1rem}.prose th{background:var(--nude-light);white-space:nowrap;font-weight:600}.prose hr{border:0;border-top:1px solid var(--nude);margin:2.5rem 0}.prose code{background:var(--nude-light);border-radius:4px;padding:.1rem .35rem;font-size:.9em}.sources{border-top:1px solid var(--nude);margin-top:3rem;padding-top:2rem}.sources h2{margin-bottom:1rem;font-size:1.6rem}.sources ol{padding-left:1.4rem;font-size:.9rem}.sources li+li{margin-top:.5rem}.sources a{color:var(--gold-deep);overflow-wrap:anywhere}.cta-band{background:linear-gradient(135deg, var(--green-deep) 0%, var(--green-deeper) 100%);color:var(--white);text-align:center}.cta-band .btn-primary{background:var(--gold);border-color:var(--gold);color:var(--green-deeper)}.cta-band .btn-primary:hover{color:var(--gold-light);background:0 0}.cta-inner{max-width:760px;margin:0 auto}.cta-band h2{margin-bottom:1rem;font-size:2.6rem}.cta-band p{color:#fffc;margin-bottom:2rem;font-weight:300}.not-found{text-align:center;background:linear-gradient(135deg, var(--nude-light) 0%, var(--pink) 50%, var(--nude) 100%);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:70vh;display:flex;padding:calc(var(--nav-height) + 60px) 5% 80px!important}.not-found-global{min-height:100vh;padding-top:60px!important}.not-found-global .logo{margin-bottom:2rem}.not-found-global .logo img{height:48px}.product-gallery{margin-bottom:3rem}.product-gallery h2{margin-bottom:1.25rem;font-size:2rem}.product-gallery ul{grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none;display:grid}.product-gallery figure{background:var(--white);border:1px solid var(--nude);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-gallery img{aspect-ratio:1;object-fit:contain;background:var(--white);width:100%}.product-gallery figcaption{color:var(--text-dark);text-align:center;border-top:1px solid var(--nude-light);flex-direction:column;flex:1;gap:.3rem;padding:.8rem 1rem 1rem;font-size:.85rem;display:flex}.product-gallery figcaption strong{font-weight:500}.product-gallery figcaption span{color:var(--text-light);font-size:.78rem;line-height:1.45}.product-placeholder{aspect-ratio:1;background:var(--nude-light) url(/brand/ottoria-mark.svg) center / 30% no-repeat}.product-tile{height:100%;color:inherit;text-decoration:none;display:block}.product-tile figure{transition:border-color .3s,box-shadow .3s,transform .3s}.product-tile:hover figure,.product-tile:focus-visible figure{border-color:var(--green);transform:translateY(-3px);box-shadow:0 16px 36px #103c281a}.product-tile .card-more{color:var(--green);margin-top:auto;padding-top:.35rem;font-size:.7rem}main>section.product-detail{padding:60px 5% 0}.product-detail-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.product-detail-media{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.product-detail-media figure,.product-detail-media .product-placeholder{background:var(--white);border:1px solid var(--nude);border-radius:20px;overflow:hidden}.product-detail-main{grid-column:1/-1}.product-detail-media img{aspect-ratio:1;object-fit:contain;width:100%}.product-detail-summary{top:calc(var(--nav-height) + 24px);background:var(--nude-light);border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;position:sticky}.product-detail-series{color:var(--text-light);font-size:.9rem}.product-detail-series a{color:var(--green);font-weight:600;text-decoration:none}.product-detail-series a:hover{text-decoration:underline}.page-meta a{color:inherit;font-weight:600;text-decoration:none}.page-meta a:hover{text-decoration:underline}.product-detail-description{font-family:var(--font-heading-stack);color:var(--text-dark);font-size:1.4rem;line-height:1.45}.product-detail-actions{flex-wrap:wrap;gap:.75rem;display:flex}.product-detail-actions a{padding:.95rem 1.6rem}.product-detail-note{color:var(--text-light);border-top:1px solid var(--nude);padding-top:1.25rem;font-size:.88rem}main>section.related-products{padding-top:0}.related-products-inner{max-width:1200px;margin:0 auto}.related-products ul{grid-template-columns:repeat(4,1fr)}.not-found h1{font-size:3rem}.not-found p:not(.eyebrow){color:var(--text-light)}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.nav-center{gap:1.6rem}}@media (max-width:992px){.hero-container,.about-container,.contact-container{grid-template-columns:1fr;gap:3rem}.hero h1{font-size:2.8rem}.hero-image{order:-1}.products-grid,.posts-grid,.process-grid,.product-gallery ul{grid-template-columns:repeat(2,1fr)}.product-detail-inner{grid-template-columns:1fr;gap:2rem}.product-detail-summary{padding:1.75rem;position:static}.footer-container{grid-template-columns:repeat(2,1fr)}.nav-center{display:none}.nav-center.open{background:var(--white);flex-direction:column;gap:1.25rem;padding:1.5rem 5% 2rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 20px 30px #0000000f}.mobile-menu{display:flex}.content-layout{grid-template-columns:minmax(0,1fr);gap:2.5rem}.content-aside{position:static}.page-hero h1{font-size:2.6rem}}@media (max-width:768px){.hero h1{font-size:2.2rem}.prose table{display:block;overflow-x:auto}.section-header h2,.section-header h1{font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.about-features,.form-row{grid-template-columns:1fr}.lang-toggle{padding:.3rem .5rem}.lang-btn{padding:.2rem .5rem;font-size:.7rem}.logo img{height:30px}.nav-right{gap:.75rem}.contact-form{padding:2rem 1.5rem}.page-hero h1,.cta-band h2{font-size:2.1rem}.prose h2{font-size:1.7rem}}@media (max-width:576px){main>section,.content-layout{padding:60px 5%}.services-grid,.products-grid,.posts-grid,.process-grid,.footer-container{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.hero-actions{flex-direction:column}.about-image:before{top:-10px;left:-10px}.summary-box{padding:1.75rem 1.5rem}.product-detail-description{font-size:1.2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00y8kskkn0hyx.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.1xjn85gt7t6qs.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.1xtu7gopqv2u0.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.p.3aak_kra40y8r.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.3huc2loe0ie8a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00y8kskkn0hyx.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.1xjn85gt7t6qs.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.1xtu7gopqv2u0.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.p.3aak_kra40y8r.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.3huc2loe0ie8a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00y8kskkn0hyx.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.1xjn85gt7t6qs.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.1xtu7gopqv2u0.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.p.3aak_kra40y8r.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.3huc2loe0ie8a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_c99b6dee-module__pU8Fja__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_c99b6dee-module__pU8Fja__variable{--font-heading:"Cormorant Garamond", "Cormorant Garamond Fallback"}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.3q4n78m6muld7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.1d_6dtvtn9g3_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.16nfeub7ja6ze.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.p.1mvr14jy3vxq7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.1dqa_6e_ad4sj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_1b9e38d7-module__tkBDBG__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_1b9e38d7-module__tkBDBG__variable{--font-body:"Montserrat", "Montserrat Fallback"}
