:root{--dark:#18161a;--dark-mid:#242028;--dark-lite:#2f2b33;--ivory:#f7f3ec;--ivory-alt:#ede7db;--text:#1a1714;--muted:#6b6460;--accent:#4a3327;--accent-h:#382619;--green:#1c7a4b;--line:rgba(26,23,20,.1);--line-dark:hsla(38,41%,95%,.12);--shadow-sm:0 2px 12px rgba(0,0,0,.08);--shadow-md:0 8px 40px rgba(0,0,0,.14);--r:8px;--max:1280px;--accent-strong:var(--accent-h);--accent-light:var(--accent);--surface:hsla(0,0%,100%,.88);--surface-strong:#fff;--shadow:var(--shadow-md);--radius:var(--r);--bg:var(--ivory);--bg-alt:var(--ivory-alt)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;color-scheme:light;scroll-behavior:smooth;scrollbar-color:var(--dark-lite) var(--ivory);scrollbar-width:thin}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--ivory)}::-webkit-scrollbar-thumb{background:rgba(26,20,16,.25);border-radius:4px}body{font-family:var(--font-sans,"Helvetica Neue",Arial,sans-serif);color:var(--text);background:var(--ivory);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif,Georgia,serif)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}p{margin:0}.container{width:min(var(--max),calc(100% - 3rem));margin:0 auto}[data-reveal]{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}[data-reveal].revealed{opacity:1;transform:none}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.32s}[data-delay="4"]{transition-delay:.44s}[data-delay="5"]{transition-delay:.56s}:root{--announce-h:40px}.announcement-bar{position:fixed;top:0;left:0;right:0;height:var(--announce-h);z-index:110;background:var(--dark);color:var(--ivory);display:flex;align-items:center;justify-content:center;gap:.6rem;padding:0 2.5rem}.announcement-text{font-size:.76rem;font-weight:600;letter-spacing:.01em;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.announcement-arrow{background:none;border:none;color:hsla(38,41%,95%,.6);font-size:1.1rem;line-height:1;cursor:pointer;padding:.25rem .4rem;transition:color .2s;flex-shrink:0}.announcement-arrow:hover{color:var(--ivory)}body:has(.announcement-bar) .site-nav{top:var(--announce-h)}body:has(.adm-login-page) .announcement-bar,body:has(.adm-wrap) .announcement-bar{display:none}@media (max-width:640px){.announcement-bar{padding:0 1.1rem;height:36px}:root{--announce-h:36px}.announcement-text{font-size:.68rem}}.site-nav{position:fixed;inset:0 0 auto 0;z-index:100;transition:background .3s,border-color .3s,box-shadow .3s;border-bottom:1px solid transparent}.site-nav--scrolled{background:hsla(38,41%,95%,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--line);box-shadow:var(--shadow-sm)}.site-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(var(--max),calc(100% - 3rem));margin:0 auto;padding:1.2rem 0;transition:padding .3s}.site-nav--scrolled .site-nav-inner{padding:.85rem 0}.site-nav-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.18rem;line-height:1}.site-nav-wordmark{font-family:var(--font-serif,Georgia,serif);font-size:1.7rem;font-weight:500;letter-spacing:.015em;color:#fff;transition:color .3s}.site-nav-tagline{font-size:.55rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:hsla(0,0%,100%,.55);padding-left:2px;transition:color .3s}.site-nav--scrolled .site-nav-wordmark{color:var(--text)}.site-nav--scrolled .site-nav-tagline{color:var(--muted)}.site-nav-links{display:flex;align-items:center;gap:1.7rem}.site-nav-links a{position:relative;font-size:.79rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.82);padding:.45rem 0;transition:color .25s}.site-nav-links a:not(.site-nav-cta):after{content:"";position:absolute;left:0;bottom:.1rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.site-nav--scrolled .site-nav-links a{color:var(--muted)}.site-nav-links a:hover{color:#fff}.site-nav--scrolled .site-nav-links a:hover{color:var(--text)}.site-nav-links a:not(.site-nav-cta):hover:after,.site-nav-links a[aria-current=page]:after{transform:scaleX(1);transform-origin:left}.site-nav-links a[aria-current=page]{color:#fff}.site-nav--scrolled .site-nav-links a[aria-current=page]{color:var(--text)}.site-nav-cta{background:var(--accent)!important;color:#fff!important;border-radius:999px;padding:.48rem 1.25rem!important;transition:background .2s,transform .15s,box-shadow .2s!important}.site-nav-cta:hover{box-shadow:0 6px 18px rgba(74,51,39,.35);background:var(--accent-h)!important;transform:translateY(-1px)}.site-nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.site-nav-toggle span{display:block;width:22px;height:1.5px;background:hsla(0,0%,100%,.85);border-radius:2px;transition:background .3s}.site-nav--scrolled .site-nav-toggle span{background:var(--text)}.site-nav-mobile{position:fixed;inset:0;z-index:99;background:var(--dark);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;pointer-events:none;transition:opacity .3s}.site-nav-mobile.open{opacity:1;pointer-events:all}.site-nav-mobile-link{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.8rem,6vw,2.4rem);font-weight:400;color:var(--ivory);letter-spacing:.02em;padding:.4rem;transition:color .2s}.site-nav-mobile-link:hover{color:var(--accent)}.site-nav-mobile-cta{font-family:var(--font-sans,Arial,sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff!important;padding:.85rem 2rem;border-radius:999px;margin-top:.75rem;transition:background .2s}.site-nav-mobile-cta:hover{background:var(--accent-h)}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:50%/cover no-repeat;opacity:0;transition:opacity 1.1s ease}.hero-bg--active{opacity:1}.hero-gradient{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(24,22,26,.62) 0,rgba(24,22,26,.42) 50%,rgba(24,22,26,.72))}.hero-gradient--left{background:linear-gradient(180deg,rgba(24,22,26,.22) 0,rgba(24,22,26,0) 40%,rgba(24,22,26,.5)),linear-gradient(90deg,rgba(24,22,26,.8) 0,rgba(24,22,26,.55) 38%,rgba(24,22,26,.12) 72%,rgba(24,22,26,.06))}.hero-gradient--right{background:linear-gradient(180deg,rgba(24,22,26,.22) 0,rgba(24,22,26,0) 40%,rgba(24,22,26,.5)),linear-gradient(270deg,rgba(24,22,26,.8) 0,rgba(24,22,26,.55) 38%,rgba(24,22,26,.12) 72%,rgba(24,22,26,.06))}.hero-gradient--bare{background:linear-gradient(180deg,rgba(24,22,26,.16) 0,rgba(24,22,26,0) 45%,rgba(24,22,26,.42))}.hero-dots{position:absolute;left:0;right:0;bottom:2.25rem;z-index:2;display:flex;align-items:center;justify-content:center;gap:.55rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:hsla(38,41%,95%,.35);border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}.hero-dot:hover{background:hsla(38,41%,95%,.6)}.hero-dot--active{background:var(--ivory);transform:scale(1.25)}.hero-content{position:relative;z-index:2;text-align:center;padding:0 1.5rem;max-width:900px;animation:hero-in .9s ease both}.hero-content--promo{max-width:720px}.hero-content--promo .hero-title{font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.1;letter-spacing:0;margin-bottom:1.1rem}.hero-content--promo .hero-sub{margin-bottom:2rem}.hero-content--left,.hero-content--right{max-width:min(620px,48vw)}.hero-content--left{align-self:flex-start;text-align:left;margin-left:clamp(1.5rem,7vw,6.5rem)}.hero-content--right{align-self:flex-end;text-align:right;margin-right:clamp(1.5rem,7vw,6.5rem)}.hero-content--left .hero-actions{justify-content:flex-start}.hero-content--right .hero-actions{justify-content:flex-end}@keyframes hero-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.hero-eyebrow{font-size:clamp(.75rem,1.5vw,.92rem);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-title{font-family:var(--font-serif,Georgia,serif);font-size:clamp(5.5rem,15vw,12rem);font-weight:400;line-height:.88;letter-spacing:-.01em;color:var(--ivory);margin-top:.75rem;margin-bottom:1.5rem}.hero-sub{font-size:clamp(.95rem,2vw,1.15rem);font-weight:300;line-height:1.75;letter-spacing:.03em;color:hsla(38,41%,95%,.7);margin-bottom:2.5rem}.hero-sub:last-child,.hero-title:last-child{margin-bottom:0}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-hero-primary{font-size:.79rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:#fff;padding:.95rem 2.25rem;border-radius:999px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(74,51,39,.4)}.btn-hero-primary:hover{background:var(--accent-h);transform:translateY(-2px);box-shadow:0 8px 28px rgba(74,51,39,.5)}.btn-hero-ghost{font-size:.79rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:hsla(38,41%,95%,.82);border:1px solid hsla(38,41%,95%,.32);padding:.95rem 2rem;border-radius:999px;transition:background .2s,border-color .2s,color .2s}.btn-hero-ghost:hover{background:hsla(38,41%,95%,.1);border-color:hsla(38,41%,95%,.6);color:var(--ivory)}.hero-scroll-arrow{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;color:hsla(38,41%,95%,.45);animation:arrow-bounce 2.4s ease infinite;transition:color .2s}.hero-scroll-arrow:hover{color:var(--ivory)}@keyframes arrow-bounce{0%,60%,to{transform:translateX(-50%) translateY(0)}30%{transform:translateX(-50%) translateY(8px)}}.marquee{background:var(--dark);overflow:hidden;padding:.75rem 0}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 32s linear infinite}.marquee-item{display:inline-flex;align-items:center;gap:1.75rem;padding:0 1.75rem 0 0;font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory);white-space:nowrap}.marquee-dot{color:var(--accent)}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.values-strip{background:var(--dark-mid);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.values-strip-inner{display:flex;align-items:stretch;width:min(var(--max),100%);margin:0 auto}.vs-item{flex:1 1;display:flex;flex-direction:column;gap:.35rem;padding:2rem 2.25rem}.vs-item strong{font-family:var(--font-serif,Georgia,serif);font-size:1.35rem;font-weight:500;color:var(--ivory)}.vs-item span{font-size:.74rem;font-weight:400;letter-spacing:.04em;color:hsla(38,41%,95%,.48);line-height:1.5}.vs-sep{width:1px;background:var(--line-dark);margin:1.5rem 0}.hp-section-light{background:var(--ivory);padding:8rem 0}.hp-section-dark{background:var(--dark);padding:8rem 0}.hp-head{text-align:center;margin-bottom:4rem}.hp-head h2{font-family:var(--font-serif,Georgia,serif);font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:400;line-height:1.05;color:var(--text);letter-spacing:-.01em}.hp-head--dark h2,.hp-head-light{color:var(--ivory)!important}.hp-rule{width:48px;height:1px;background:var(--accent);margin:1.25rem auto 0}.hp-rule--dim{background:hsla(38,41%,95%,.22)}.eyebrow{font-size:.7rem;letter-spacing:.2em;color:var(--accent);margin-bottom:1rem}.btn-outline-light,.eyebrow{display:inline-block;font-weight:600;text-transform:uppercase}.btn-outline-light{font-size:.79rem;letter-spacing:.1em;color:var(--ivory);border:1px solid hsla(38,41%,95%,.28);padding:.95rem 2.5rem;border-radius:999px;transition:background .2s,border-color .2s}.btn-outline-light:hover{background:hsla(38,41%,95%,.08);border-color:hsla(38,41%,95%,.6)}.hp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden}.hp-service-card{padding:2.75rem 2.25rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .3s}.hp-service-card:hover{background:var(--ivory-alt)}.hp-service-card .hp-service-num{transition:transform .35s ease,opacity .35s}.hp-service-card:hover .hp-service-num{transform:translateX(6px);opacity:.85}.hp-service-card:nth-child(3),.hp-service-card:nth-child(6){border-right:none}.hp-service-card:nth-child(4),.hp-service-card:nth-child(5),.hp-service-card:nth-child(6){border-bottom:none}.hp-service-num{display:block;font-size:3.8rem;font-weight:300;color:var(--accent);opacity:.55;line-height:1;margin-bottom:1.25rem}.hp-service-card h3,.hp-service-num{font-family:var(--font-serif,Georgia,serif)}.hp-service-card h3{font-size:1.7rem;font-weight:500;color:var(--text);margin-bottom:.6rem}.hp-service-card p{font-size:.84rem;line-height:1.65;color:var(--muted)}.sv-carousel{position:relative}.sv-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 2 * 1.5rem) / 3);grid-column-gap:1.5rem;column-gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.sv-track::-webkit-scrollbar{display:none}.sv-card{scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}.sv-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.sv-card-media{position:relative;aspect-ratio:9/7;background:var(--ivory-alt);overflow:hidden}.sv-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.sv-card:hover .sv-card-media img{transform:scale(1.05)}.sv-card-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif,Georgia,serif);font-size:5rem;font-weight:300;color:var(--accent);opacity:.18}.sv-card-num{position:absolute;top:.85rem;left:.85rem;padding:.3rem .6rem;border-radius:999px;background:rgba(24,22,26,.72);color:var(--ivory);font-size:.68rem;font-weight:600;letter-spacing:.08em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sv-card-body{padding:1.5rem 1.4rem 1.7rem}.sv-card-body h3{font-family:var(--font-serif,Georgia,serif);font-size:1.45rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.sv-card-body p{font-size:.84rem;line-height:1.65;color:var(--muted)}.sv-controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2rem}.sv-arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--accent);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .25s,border-color .25s,opacity .25s}.sv-arrow:hover:not(:disabled){background:var(--ivory-alt);border-color:var(--accent)}.sv-arrow:disabled{opacity:.3;cursor:default}.sv-dots{display:flex;align-items:center;gap:.5rem}.sv-dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:rgba(26,23,20,.22);cursor:pointer;transition:background .25s,transform .25s}.sv-dot--active{background:var(--accent);transform:scale(1.35)}.cat-circles-section{background:var(--ivory);padding:0 0 8rem}.cat-circles-row{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem 3.25rem}.cat-circle-item{display:flex;flex-direction:column;align-items:center;gap:1.1rem;width:200px;text-align:center}.cat-circle-visual{position:relative;display:block;width:200px;height:200px;animation:cat-float 7s ease-in-out infinite;animation-delay:var(--float-delay,0s)}.cat-circle-ring{position:absolute;inset:-11px;border-radius:50%;border:1px dashed rgba(74,51,39,.38);animation:cat-ring-spin 40s linear infinite;transition:border-color .35s,inset .35s;pointer-events:none}.cat-circle-img{border-radius:50%;overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .35s}.cat-circle-img,.cat-circle-img img{display:block;width:100%;height:100%}.cat-circle-img img{object-fit:cover}.cat-circle-img img,.cat-circle-monogram{transform:scale(1.001);transition:transform .6s cubic-bezier(.22,.61,.36,1)}.cat-circle-monogram{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(circle at 30% 25%,var(--ivory-alt) 0,#e0d7c6 100%);font-family:var(--font-serif,Georgia,serif);font-size:4.2rem;font-weight:400;font-style:italic;color:var(--accent)}.cat-circle-item:active .cat-circle-monogram,.cat-circle-item:focus-visible .cat-circle-monogram,.cat-circle-item:hover .cat-circle-monogram{transform:scale(1.1)}.cat-circle-item:active .cat-circle-img,.cat-circle-item:focus-visible .cat-circle-img,.cat-circle-item:hover .cat-circle-img{box-shadow:var(--shadow-md)}.cat-circle-item:active .cat-circle-img img,.cat-circle-item:focus-visible .cat-circle-img img,.cat-circle-item:hover .cat-circle-img img{transform:scale(1.1)}.cat-circle-item:active .cat-circle-ring,.cat-circle-item:focus-visible .cat-circle-ring,.cat-circle-item:hover .cat-circle-ring{border-color:var(--accent);inset:-7px}.cat-circle-label{font-family:var(--font-serif,Georgia,serif);font-size:1.2rem;font-weight:500;color:var(--text);letter-spacing:.02em;position:relative;padding-bottom:.35rem}.cat-circle-label:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;background:var(--accent);transition:width .35s ease,left .35s ease}.cat-circle-item:focus-visible .cat-circle-label:after,.cat-circle-item:hover .cat-circle-label:after{left:0;width:100%}@keyframes cat-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes cat-ring-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.cat-circle-ring,.cat-circle-visual{animation:none}}.hp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:380px 260px;grid-gap:10px;gap:10px}.hp-gallery-card{position:relative;overflow:hidden;border-radius:6px;background:var(--dark-mid);display:block}.hp-gallery-card--large{grid-column:span 2;grid-row:span 2}.hp-gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hp-gallery-card:hover img{transform:scale(1.05)}.hp-gallery-info{position:absolute;inset:auto 0 0 0;padding:1.5rem 1.25rem 1.25rem;background:linear-gradient(0deg,rgba(24,22,26,.85) 0,transparent);display:flex;flex-direction:column;gap:.3rem;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.hp-gallery-card:hover .hp-gallery-info{opacity:1;transform:none}.hp-gallery-cat{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.hp-gallery-name{font-family:var(--font-serif,Georgia,serif);font-size:1.5rem;font-weight:400;color:var(--ivory)}.hp-gallery-cta{margin-top:3rem;text-align:center}.hp-contact{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.hp-contact-dark{background:var(--dark);display:flex;align-items:center;justify-content:flex-end}.hp-contact-dark-inner{max-width:520px;width:100%;padding:6rem 4rem 6rem 2rem}.hp-contact-dark-inner h2{font-family:var(--font-serif,Georgia,serif);font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:400;line-height:1.1;color:var(--ivory);margin:.75rem 0 1.25rem}.hp-contact-body{font-size:.88rem;line-height:1.7;color:hsla(38,41%,95%,.58);margin-bottom:2.25rem}.hp-wa-btns{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.25rem}.btn-wa{display:inline-flex;align-items:center;gap:.7rem;font-size:.86rem;font-weight:600;letter-spacing:.04em;background:#25d366;color:#fff;padding:.8rem 1.5rem;border-radius:999px;transition:background .2s,transform .15s;width:-moz-fit-content;width:fit-content}.btn-wa:hover{background:#1ebb58;transform:translateY(-1px);color:#fff}.btn-wa--alt{background:rgba(37,211,102,.15);color:#4ade80}.btn-wa--alt:hover{background:rgba(37,211,102,.25)}.hp-contact-meta{list-style:none;display:flex;flex-direction:column;gap:.75rem}.hp-contact-meta li{display:flex;align-items:flex-start;gap:.65rem;font-size:.8rem;line-height:1.5;color:hsla(38,41%,95%,.45)}.hp-contact-meta li svg{flex-shrink:0;margin-top:1px;color:hsla(38,41%,95%,.3)}.hp-contact-meta a{color:inherit;transition:color .2s}.hp-contact-meta a:hover{color:var(--ivory)}.hp-contact-light{background:var(--ivory-alt);display:flex;align-items:center}.hp-contact-light-inner{max-width:520px;width:100%;padding:6rem 2rem 6rem 4rem}.hp-contact-light-inner>.eyebrow{margin-bottom:1.5rem}.hp-map{margin-top:2rem;border-radius:8px;overflow:hidden;border:1px solid var(--line)}.hp-map iframe{display:block}.contact-form{gap:1.5rem;margin-top:.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.45rem}.form-group label{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.form-group input,.form-group textarea{font-family:inherit;font-size:.9rem;color:var(--text);background:transparent;border:none;border-bottom:1.5px solid var(--line);padding:.55rem 0;outline:none;resize:none;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(22,5%,40%,.42)}.btn-submit{display:flex;align-items:center;justify-content:center;gap:.55rem;font-family:inherit;font-size:.79rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--text);color:var(--ivory);border:none;padding:1rem 2rem;border-radius:999px;cursor:pointer;width:100%;transition:background .2s,transform .15s;margin-top:.5rem}.btn-submit:hover:not(:disabled){background:var(--dark-mid);transform:translateY(-1px)}.btn-submit:disabled{opacity:.65;cursor:default}.btn-submit--success{background:var(--green)!important}.btn-submit--error{background:#b83232!important}.form-feedback{font-size:.84rem;padding:.65rem 1rem;border-radius:6px;text-align:center}.form-feedback--success{background:rgba(28,122,75,.1);color:var(--green);border:1px solid rgba(28,122,75,.2)}.form-feedback--error{background:rgba(184,50,50,.08);color:#b83232;border:1px solid rgba(184,50,50,.2)}.testimonials-wrap{max-width:620px;margin:0 auto}.testimonials-carousel{text-align:center}.testimonial-card{min-height:160px}.testimonial-stars{display:flex;justify-content:center;gap:.2rem;font-size:1.15rem;color:var(--line);margin-bottom:1.25rem}.testimonial-stars .is-filled{color:var(--accent)}.testimonial-comment{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.2rem,2.6vw,1.5rem);font-weight:400;line-height:1.5;color:var(--text);margin-bottom:1.25rem}.testimonial-name{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonial-dot{width:7px;height:7px;border-radius:50%;background:var(--line);border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}.testimonial-dot:hover{background:var(--accent-light)}.testimonial-dot--active{background:var(--accent);transform:scale(1.3)}.testimonial-form-toggle{margin-top:3rem;text-align:center}.testimonial-form-toggle summary{cursor:pointer;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);list-style:none}.testimonial-form-toggle summary::-webkit-details-marker{display:none}.testimonial-form-toggle .testimonial-form{margin-top:1.5rem;text-align:left}.hp-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.star-rating{position:relative;display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.2rem;font-size:1.6rem}.star-rating input{position:absolute;opacity:0;pointer-events:none}.star-rating label{cursor:pointer;color:var(--line);transition:color .15s}.star-rating input:checked+label,.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:var(--accent)}.hp-footer{background:var(--dark);border-top:1px solid var(--line-dark);padding:3.5rem 1.5rem}.hp-footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;max-width:var(--max);margin:0 auto}.hp-footer-logo{height:38px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.45}.hp-footer-nav{display:flex;gap:2rem}.hp-footer-nav a{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:hsla(38,41%,95%,.38);transition:color .2s}.hp-footer-nav a:hover{color:var(--ivory)}.hp-footer-copy{font-size:.72rem;color:hsla(38,41%,95%,.22)}.whatsapp-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:50;display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 6px 24px rgba(37,211,102,.42);transition:background .2s,transform .2s,box-shadow .2s}.whatsapp-float:hover{background:#1ebb58;transform:scale(1.08);box-shadow:0 8px 32px rgba(37,211,102,.6);color:#fff}.notfound{min-height:100svh;display:flex;align-items:center;justify-content:center;background:var(--dark);padding:9rem 1.5rem 4rem}.notfound-inner{max-width:560px;text-align:center}.notfound-code{font-size:clamp(4.5rem,13vw,7.5rem);line-height:1;color:var(--accent);margin-bottom:.5rem}.notfound-code,.notfound-title{font-family:var(--font-serif,Georgia,serif);font-weight:400}.notfound-title{font-size:clamp(1.6rem,4vw,2.35rem);color:var(--ivory);margin-bottom:1rem}.cat-banner{background:var(--dark);padding:9rem 0 4rem;border-bottom:1px solid var(--line-dark)}.cat-banner .eyebrow{display:block;margin-bottom:.75rem}.cat-banner h1{font-family:var(--font-serif,Georgia,serif);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.95;letter-spacing:-.02em;color:var(--ivory);margin:0 0 1rem}.cat-banner p{font-size:clamp(.85rem,1.8vw,1rem);font-weight:300;color:hsla(38,41%,95%,.55);line-height:1.7;max-width:52ch}.cat-body{background:var(--ivory);padding:3.5rem 0 6rem}.cat-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.cat-filter-btn{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.1rem;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-decoration:none}.cat-filter-btn:hover{background:var(--ivory-alt);color:var(--text)}.cat-filter-btn--active{background:var(--dark);color:var(--ivory);border-color:var(--dark)}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.cat-empty{text-align:center;color:var(--muted);padding:3rem 0;font-size:.95rem}.cat-pages{flex-wrap:wrap;gap:.45rem;margin-top:3.5rem}.cat-page-btn,.cat-pages{display:flex;justify-content:center;align-items:center}.cat-page-btn{min-width:42px;height:42px;padding:0 .5rem;border-radius:50%;border:1px solid var(--line);font-size:.85rem;font-weight:500;color:var(--muted);transition:color .25s,border-color .25s,background .25s,transform .25s,box-shadow .25s}.cat-page-btn:hover{border-color:var(--accent);color:var(--text);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cat-page-btn--active{background:var(--dark);color:var(--ivory);border-color:var(--dark);pointer-events:none}.cat-page-btn--arrow{font-size:1.15rem;padding-bottom:2px}.cat-page-gap{color:var(--muted);padding:0 .2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cat-cta-strip{background:var(--dark-mid);border-top:1px solid var(--line-dark);padding:3.5rem 0;text-align:center}.cat-cta-strip h3{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:400;color:var(--ivory);margin-bottom:1.25rem}.pc{background:var(--surface-strong);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.pc:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.pc-figure{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--ivory-alt)}.pc-figure img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,.61,.36,1)}.pc:hover .pc-figure img{transform:scale(1.07)}.pc-discount-badge{position:absolute;top:.85rem;left:.85rem;background:var(--accent-strong);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.01em;padding:.45rem .85rem;border-radius:20px;box-shadow:0 3px 10px rgba(0,0,0,.24)}.pc-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.pc-tag{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.pc-name{font-family:var(--font-serif,Georgia,serif);font-size:1.5rem;font-weight:500;color:var(--text);line-height:1.15}.pc-desc{font-size:.84rem;color:var(--muted);line-height:1.6;flex:1 1}.pc-price{font-size:.92rem;color:var(--muted)}.pc-price strong{font-family:var(--font-serif,Georgia,serif);font-size:1.3rem;color:var(--accent-strong);font-weight:700}.pc-price del{color:var(--muted);opacity:.65;margin-right:.35rem;font-size:.88rem}.pc-actions{display:flex;gap:.65rem;margin-top:.75rem}.pd-page{padding-top:76px;background:var(--ivory);min-height:100svh}.pd-breadcrumb{display:flex;align-items:center;gap:.45rem;width:min(var(--max),calc(100% - 3rem));margin:0 auto;padding:1.1rem 0;font-size:.73rem;font-weight:500;letter-spacing:.04em;color:var(--muted)}.pd-breadcrumb a{color:var(--muted);transition:color .2s}.pd-breadcrumb a:hover,.pd-breadcrumb span{color:var(--text)}.pd-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;width:min(var(--max),calc(100% - 3rem));margin:0 auto;padding:1.5rem 0 5rem;align-items:start}.pd-image-col{position:-webkit-sticky;position:sticky;top:calc(76px + 1.5rem)}.pd-image-sq{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--ivory-alt)}.pd-image-sq img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.pd-image-sq:hover img{transform:scale(1.05)}.pd-gallery{display:flex;flex-direction:column;gap:.85rem}.pd-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));grid-gap:.6rem;gap:.6rem}.pd-thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--ivory-alt);border:2px solid transparent;padding:0;cursor:pointer;opacity:.65;transition:opacity .2s,border-color .2s,transform .15s}.pd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-thumb:hover{opacity:1;transform:translateY(-1px)}.pd-thumb--active{opacity:1;border-color:var(--accent)}.pd-content-col{display:flex;flex-direction:column;gap:1.2rem;padding:.5rem 0}.pd-meta-row{display:flex;align-items:center;gap:.75rem}.pd-cat{font-size:.68rem;font-weight:700;letter-spacing:.14em;color:var(--accent)}.pd-cat,.pd-tag{text-transform:uppercase}.pd-tag{font-size:.63rem;font-weight:600;letter-spacing:.1em;color:var(--muted);background:var(--ivory-alt);border:1px solid var(--line);border-radius:999px;padding:.18rem .65rem}.pd-discount-tag{font-size:.78rem;font-weight:800;letter-spacing:.02em;color:#fff;background:var(--accent-strong);border-radius:999px;padding:.3rem .85rem}.pd-title{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:400;line-height:1.1;color:var(--text);letter-spacing:-.01em}.pd-price{font-size:1.3rem;color:var(--muted)}.pd-price strong{font-family:var(--font-serif,Georgia,serif);font-size:2rem;font-weight:600;color:var(--accent-strong)}.pd-price del{font-size:1.1rem;opacity:.6;margin-right:.5rem}.pd-dimensions{display:flex;align-items:center;gap:.65rem;background:var(--ivory-alt);border:1px solid var(--line);border-radius:10px;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:var(--text)}.pd-dimensions svg{color:var(--accent);flex-shrink:0;width:20px;height:20px}.pd-lead{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;letter-spacing:.02em}.pd-desc,.pd-lead{color:var(--muted)}.pd-desc{font-size:.94rem;line-height:1.78}.pd-wa-box{display:flex;align-items:flex-start;gap:.8rem;background:rgba(37,211,102,.07);border:1px solid rgba(37,211,102,.22);border-radius:10px;padding:.95rem 1.1rem;color:#25d366}.pd-wa-box p{font-size:.84rem;line-height:1.6;color:var(--text);margin:0}.pd-wa-box svg{flex-shrink:0;margin-top:.1rem}.pd-wa-btn{display:inline-flex;align-items:center;gap:.65rem;background:#25d366;color:#fff;font-size:.87rem;font-weight:700;letter-spacing:.03em;padding:.9rem 1.75rem;border-radius:999px;transition:background .2s,transform .15s;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 18px rgba(37,211,102,.3)}.pd-wa-btn:hover{background:#1ebb58;transform:translateY(-2px);color:#fff}.pd-wa-btn--dark{background:#fff;color:var(--dark)!important;box-shadow:none}.pd-wa-btn--dark:hover{background:var(--ivory-alt);color:var(--dark)!important}.pd-back{font-size:.76rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);display:inline-flex;align-items:center;gap:.4rem;transition:color .2s;margin-top:.5rem}.pd-back:hover{color:var(--text)}.pd-telas{background:var(--dark);padding:5rem 0}.pd-telas-inner{width:min(var(--max),calc(100% - 3rem));margin:0 auto}.pd-telas-head{text-align:center;margin-bottom:2.5rem}.pd-telas-head h2{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:400;color:var(--ivory);margin-bottom:.6rem}.pd-telas-head p{font-size:.9rem;color:hsla(38,41%,95%,.55);max-width:52ch;margin:0 auto}.pd-telas-img{width:100%;border-radius:10px;display:block}.pd-telas-foot{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid hsla(38,41%,95%,.1);flex-wrap:wrap}.pd-telas-foot>p{font-size:.9rem;color:hsla(38,41%,95%,.55);margin:0}body:has(.adm-login-page) .whatsapp-float,body:has(.adm-wrap) .whatsapp-float{display:none}body:has(.adm-login-page) .site-nav,body:has(.adm-wrap) .site-nav{display:none}.adm-wrap{min-height:100svh}.adm-aside{position:fixed;top:0;left:0;bottom:0;width:240px;background:var(--dark);border-right:1px solid var(--line-dark);display:flex;flex-direction:column;padding:1.5rem 1.25rem;gap:2rem;z-index:90;overflow-y:auto}.adm-logo{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.65}.adm-brand{padding-bottom:1.5rem;border-bottom:1px solid var(--line-dark)}.adm-brand-label{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:hsla(38,41%,95%,.3);margin-top:.5rem}.adm-aside nav{display:flex;flex-direction:column;gap:.2rem;flex:1 1}.adm-nav-link{display:flex;align-items:center;gap:.7rem;padding:.7rem 1rem;border-radius:8px;font-size:.84rem;font-weight:500;color:hsla(38,41%,95%,.5);transition:background .2s,color .2s}.adm-nav-link:hover{background:hsla(38,41%,95%,.06);color:var(--ivory)}.adm-nav-link--active{background:rgba(74,51,39,.15);color:var(--accent)}.adm-nav-divider{height:1px;background:var(--line-dark);margin:.5rem 0}.adm-nav-back{margin-top:auto;padding-top:1rem;border-top:1px solid var(--line-dark)}.adm-main{margin-left:240px;padding:2.5rem 3rem 5rem;background:var(--ivory);min-height:100svh}.adm-mobile-overlay,.adm-mobile-topbar{display:none}.adm-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.adm-page-title{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--text);margin-bottom:.4rem}.adm-page-sub{font-size:.88rem;color:var(--muted);margin-bottom:2.5rem}.adm-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.adm-card{background:var(--dark);border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;gap:.35rem}.adm-card-num{font-family:var(--font-serif,Georgia,serif);font-size:3rem;font-weight:300;color:var(--ivory);line-height:1}.adm-card-label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(38,41%,95%,.4)}.adm-card-accent .adm-card-num{color:var(--accent)}.adm-info-panel{background:var(--surface-strong);border:1px solid var(--line);border-radius:10px;padding:1.5rem 2rem}.adm-info-panel h3{font-family:var(--font-serif,Georgia,serif);font-size:1.3rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.adm-info-panel p{font-size:.88rem;color:var(--muted);line-height:1.65}.adm-products-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.adm-products-list li{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;border-bottom:1px solid var(--line);transition:background .2s}.adm-products-list li:hover{background:var(--ivory-alt)}.adm-products-list li:first-child{border-top:1px solid var(--line)}.adm-product-img{width:72px;height:72px;object-fit:cover;border-radius:6px;background:var(--ivory-alt);flex-shrink:0}.adm-product-info{flex:1 1;min-width:0}.adm-product-name{font-family:var(--font-serif,Georgia,serif);font-size:1.2rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adm-product-cat{font-size:.76rem;color:var(--muted);margin-top:.15rem;letter-spacing:.04em}.adm-product-actions{display:flex;gap:.5rem;flex-shrink:0}.adm-form{display:flex;flex-direction:column;gap:2rem}.adm-form-section{background:var(--surface-strong);border:1px solid var(--line);border-radius:10px;overflow:hidden}.adm-form-section-title{padding:1rem 1.5rem;background:var(--ivory-alt);border-bottom:1px solid var(--line);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.adm-form-body{padding:1.5rem}.adm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.adm-field{display:flex;flex-direction:column;gap:.45rem}.adm-field label{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.adm-field input,.adm-field select,.adm-field textarea{font-family:inherit;font-size:.9rem;color:var(--text);background:transparent;border:none;border-bottom:1.5px solid var(--line);padding:.55rem 0;outline:none;resize:none;transition:border-color .2s;width:100%}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus{border-bottom-color:var(--accent)}.adm-field textarea{min-height:100px}.adm-field small{font-size:.75rem;color:var(--muted);margin-top:.25rem}.adm-field--full{grid-column:1/-1}.adm-field-hint{font-size:.72rem;color:var(--muted);margin-top:-.1rem}.adm-pos-group{display:flex;gap:.5rem}.adm-pos-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer}.adm-pos-option input{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0;border:none}.adm-pos-box{width:54px;height:34px;padding:0 5px;border:1.5px solid var(--line);border-radius:5px;background:var(--ivory-alt);display:flex;flex-direction:column;justify-content:center;gap:3px;transition:border-color .2s,background .2s}.adm-pos-box--left{align-items:flex-start}.adm-pos-box--center{align-items:center}.adm-pos-box--right{align-items:flex-end}.adm-pos-bar{width:60%;height:3px;border-radius:2px;background:var(--muted);opacity:.45;transition:background .2s,opacity .2s}.adm-pos-bar--short{width:38%}.adm-pos-label{font-size:.7rem;letter-spacing:.04em;color:var(--muted)}.adm-pos-option:hover .adm-pos-box{border-color:var(--accent)}.adm-pos-option input:checked+.adm-pos-box{border-color:var(--accent);background:rgba(74,51,39,.08)}.adm-pos-option input:checked+.adm-pos-box .adm-pos-bar{background:var(--accent);opacity:1}.adm-pos-option input:checked~.adm-pos-label{color:var(--accent);font-weight:600}.adm-pos-option input:focus-visible+.adm-pos-box{outline:2px solid var(--accent);outline-offset:2px}.adm-slide-tag{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:var(--ivory-alt);border:1px solid var(--line);border-radius:999px;padding:.2rem .6rem}.adm-form-actions{display:flex;gap:1rem;padding-top:.5rem}.adm-filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.adm-filter-search{display:flex;align-items:center;gap:.5rem;background:var(--surface-strong);border:1px solid var(--line);border-radius:8px;padding:.55rem .85rem;flex:1 1;min-width:200px;color:var(--muted);transition:border-color .2s}.adm-filter-search:focus-within{border-color:var(--accent);color:var(--text)}.adm-filter-search input{border:none;outline:none;background:transparent;font-family:inherit;font-size:.88rem;color:var(--text);flex:1 1}.adm-filter-search input::placeholder{color:var(--muted)}.adm-filter-search button{background:none;border:none;cursor:pointer;color:var(--muted);display:flex;padding:0}.adm-filter-search button:hover{color:var(--text)}.adm-filter-cats{display:flex;gap:.4rem;flex-wrap:wrap;flex:1 1}.adm-filter-cat{background:none;border:1px solid var(--line);border-radius:20px;padding:.4rem .9rem;font-size:.78rem;font-family:inherit;color:var(--muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.adm-filter-cat:hover{border-color:var(--accent);color:var(--accent)}.adm-filter-cat--active{background:var(--accent);border-color:var(--accent);color:#fff}.adm-filter-toggle{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted);cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-filter-toggle input{accent-color:var(--accent);cursor:pointer}.adm-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:.5rem}.adm-checkbox-label input{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}.adm-filter-count{font-size:.8rem;color:var(--muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.adm-filter-reset{background:none;border:none;font-family:inherit;font-size:.78rem;color:var(--accent);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.adm-filter-reset:hover{color:var(--accent-h)}.adm-login-page{min-height:100svh;background:var(--dark);display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.adm-login-card{background:var(--ivory);border-radius:12px;padding:3rem;width:100%;max-width:420px;gap:1.75rem}.adm-login-card,.adm-login-header{display:flex;flex-direction:column}.adm-login-header{align-items:center;gap:.75rem;text-align:center}.adm-login-logo{height:44px;width:auto}.adm-login-title{font-family:var(--font-serif,Georgia,serif);font-size:1.8rem;font-weight:400;color:var(--text)}.adm-login-sub{font-size:.84rem;color:var(--muted)}.adm-nav-section{font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:hsla(38,41%,95%,.3);padding:1rem .75rem .35rem}.adm-nav-logout{background:none;border:none;cursor:pointer;color:hsla(38,41%,95%,.5);width:100%;text-align:left;font-family:inherit;font-size:inherit}.adm-nav-logout:hover{color:#e57373;background:hsla(0,69%,67%,.08)}.adm-toggle-btn{background:none;border:1px solid var(--line);border-radius:6px;padding:.35rem .65rem;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s;line-height:1}.adm-toggle-btn:hover{background:var(--ivory-alt);border-color:var(--accent)}.adm-toggle-btn--on{border-color:var(--accent);background:rgba(74,51,39,.08)}.adm-service-row{display:flex;align-items:flex-start;gap:1.25rem;background:var(--surface-strong);border:1px solid var(--line);border-radius:10px;padding:1.25rem 1.5rem}.adm-service-num{font-family:var(--font-serif,Georgia,serif);font-size:1.8rem;font-weight:300;color:var(--accent);line-height:1;flex-shrink:0;min-width:2.2rem;margin-top:.35rem}.adm-service-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--line);flex-shrink:0}.adm-service-fields{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.adm-service-save{flex-shrink:0;align-self:flex-end}.shell{padding:1rem 0 5rem}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(38,41%,95%,.9);border-bottom:1px solid var(--line)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0}.topbar-logo{height:38px;width:auto;object-fit:contain}.section{padding:1rem 0 2rem}.section-xl{padding:5rem 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-head p{color:var(--muted);max-width:58ch;line-height:1.7}.admin-card,.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--r);padding:1.25rem 1.5rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.detail-meta,.meta,.tag{color:var(--accent);font-size:.88rem;font-weight:600;letter-spacing:.04em}.kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:rgba(74,51,39,.1);color:var(--accent-h);font-size:.86rem}h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1;letter-spacing:-.03em;margin-top:.75rem}.lead{margin-top:1rem;max-width:58ch;color:var(--muted);font-size:1rem;line-height:1.75}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;font-size:.84rem;letter-spacing:.04em;border:1px solid transparent;transition:transform .2s,background .2s,color .2s,border-color .2s}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-h);color:#fff}.button-secondary{background:var(--surface);color:var(--text);border-color:var(--line)}.button-secondary:hover{background:var(--ivory-alt)}.button-large{font-size:.95rem;padding:.9rem 2.5rem}.button-full{width:100%}.product-card{background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden;transition:box-shadow .25s,transform .25s}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card-figure{overflow:hidden}.product-card-figure img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-card-figure img{transform:scale(1.04)}.product-copy{padding:1.1rem 1.25rem 1.25rem;display:grid;grid-gap:.55rem;gap:.55rem}.product-copy p{color:var(--muted);line-height:1.65;font-size:.9rem}.product-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.2rem}.detail-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:1.25rem;gap:1.25rem;padding-top:2rem;padding-bottom:4rem}.detail-figure{overflow:hidden;border-radius:12px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-sm)}.detail-figure img{width:100%;height:100%;object-fit:cover;display:block}.detail-card{background:var(--surface);border:1px solid var(--line);border-radius:12px}.detail-content{padding:2rem;display:grid;grid-gap:1rem;gap:1rem;align-content:start}.list,.spec-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.6rem;gap:.6rem}.list li,.spec-list li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.6rem;font-size:.9rem}.footer{padding:2rem 0 0;color:var(--muted)}.footer-inner{border-top:1px solid var(--line);padding-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-grid{display:grid;grid-template-columns:220px 1fr;grid-gap:1rem;gap:1rem}.admin-sidebar{position:-webkit-sticky;position:sticky;top:5.5rem;align-self:start;padding:1.25rem}.admin-sidebar nav{display:grid;grid-gap:.35rem;gap:.35rem;margin-top:1rem}.admin-sidebar a{padding:.7rem .85rem;border-radius:10px;color:var(--muted);font-size:.9rem;transition:background .2s,color .2s}.admin-sidebar a:hover{background:hsla(0,0%,100%,.66);color:var(--text)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.field{display:grid;grid-gap:.45rem;gap:.45rem}.field label{font-size:.88rem;color:var(--muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.85rem 1rem;font:inherit;background:hsla(0,0%,100%,.74);color:var(--text);outline:none;transition:border-color .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.field textarea{min-height:140px;resize:vertical}@media (max-width:1024px){.values-strip-inner{flex-wrap:wrap}.vs-item{flex:0 0 50%}.vs-sep:nth-child(4){display:none}.hp-contact-dark-inner{padding:5rem 3rem 5rem 2rem}.hp-contact-light-inner{padding:5rem 2rem 5rem 3rem}.adm-cards,.cat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.site-nav-links{display:none}.site-nav-toggle{display:flex}.hero-content--left,.hero-content--right{align-self:center;text-align:center;max-width:620px;margin-left:0;margin-right:0}.hero-content--left .hero-actions,.hero-content--right .hero-actions{justify-content:center}.hero-gradient--left,.hero-gradient--right{background:linear-gradient(180deg,rgba(24,22,26,.62) 0,rgba(24,22,26,.42) 50%,rgba(24,22,26,.72))}.sv-track{grid-auto-columns:calc((100% - 1.25rem) / 2);column-gap:1.25rem}.hp-services-grid{grid-template-columns:1fr 1fr}.hp-service-card:nth-child(2){border-right:none}.hp-service-card:nth-child(3){border-right:1px solid var(--line)}.hp-service-card:nth-child(4){border-bottom:1px solid var(--line)}.hp-service-card:nth-child(5){border-right:none}.hp-service-card:nth-child(5),.hp-service-card:nth-child(6){border-bottom:none}.hp-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:280px 220px 220px}.hp-gallery-card--large{grid-column:span 2;grid-row:span 1}.hp-contact{grid-template-columns:1fr}.hp-contact-dark{justify-content:flex-start}.hp-contact-dark-inner,.hp-contact-light-inner{padding:4rem 1.5rem;max-width:100%}.admin-grid,.detail-layout,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width:768px){.pd-wrap{grid-template-columns:1fr;gap:2rem}.pd-image-col{position:relative;top:auto}.pd-image-sq{aspect-ratio:4/3;border-radius:8px}.pd-telas-foot{flex-direction:column;align-items:flex-start}.adm-mobile-topbar{justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:95;background:var(--dark);border-bottom:1px solid var(--line-dark);padding:.85rem 1.25rem}.adm-mobile-brand,.adm-mobile-topbar{display:flex;align-items:center}.adm-mobile-topbar .adm-logo{height:26px;opacity:.85}.adm-mobile-toggle{background:hsla(38,41%,95%,.06);border:none;border-radius:8px;padding:.5rem;color:var(--ivory);display:flex;cursor:pointer}.adm-mobile-toggle:hover{background:hsla(38,41%,95%,.12)}.adm-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:98}.adm-aside{top:0;width:min(280px,82vw);transform:translateX(-100%);transition:transform .25s ease;z-index:99;box-shadow:0 0 40px rgba(0,0,0,.35)}.adm-aside--open{transform:translateX(0)}.adm-main{margin-left:0;padding:1.75rem 1.25rem 4rem}.adm-cards{grid-template-columns:repeat(2,1fr)}.adm-form-grid{grid-template-columns:1fr}.adm-field input,.adm-field select,.adm-field textarea,.adm-filter-search input,.field input,.field select,.field textarea{font-size:16px}.adm-page-head{flex-direction:column;align-items:stretch}.adm-page-head form,.adm-page-head>a{width:100%}.adm-page-head .button,.adm-page-head form button{width:100%;text-align:center}}@media (max-width:640px){.hero-title{font-size:clamp(3.5rem,17vw,5rem)}.hero-content--promo .hero-title{font-size:clamp(1.9rem,7.5vw,2.6rem)}.hero-actions{flex-direction:column;align-items:stretch}.btn-hero-ghost,.btn-hero-primary{text-align:center}.hp-section-dark,.hp-section-light{padding:4rem 0}.hp-head{margin-bottom:2.5rem}.cat-circles-section{padding-bottom:4rem}.cat-circles-row{gap:2rem 1.5rem}.cat-circle-item{width:132px;gap:.7rem}.cat-circle-visual{width:132px;height:132px}.cat-circle-ring{inset:-8px}.cat-circle-item:active .cat-circle-ring,.cat-circle-item:hover .cat-circle-ring{inset:-5px}.cat-circle-label{font-size:.95rem}.cat-circle-monogram{font-size:2.9rem}.site-nav-wordmark{font-size:1.4rem}.site-nav-tagline{font-size:.5rem;letter-spacing:.28em}.cat-pages{gap:.35rem;margin-top:2.5rem}.cat-page-btn{min-width:38px;height:38px}.sv-track{grid-auto-columns:85%;column-gap:1rem}.sv-card-body{padding:1.25rem 1.15rem 1.4rem}.sv-card-body h3{font-size:1.3rem}.hp-services-grid{grid-template-columns:1fr;border-radius:8px}.hp-service-card{border-right:none;border-bottom:1px solid var(--line)}.hp-service-card:last-child{border-bottom:none}.hp-gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,240px)}.hp-gallery-card--large{grid-column:span 1;grid-row:span 1}.values-strip-inner{flex-direction:column}.vs-item{flex:none;width:100%}.vs-sep{display:none}.container{width:min(var(--max),calc(100% - 2rem))}.cat-grid{grid-template-columns:1fr}.cat-banner{padding:7rem 0 3rem}.notfound{padding:7rem 1.25rem 3rem}.cat-filters{gap:.4rem}.adm-cards{grid-template-columns:1fr}.adm-products-list li{flex-wrap:wrap;gap:.75rem;padding:.9rem 1rem}.adm-product-img{width:56px;height:56px}.adm-product-info{min-width:140px}.adm-product-actions{width:100%;flex-wrap:wrap;gap:.5rem}.adm-product-actions>a.button{flex:1 1 90px;text-align:center}.adm-filter-bar{flex-direction:column;align-items:stretch}.adm-filter-search{width:100%;min-width:0}.adm-filter-search input{min-width:0}.adm-filter-cats{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.2rem;min-width:0}.adm-filter-cat{flex-shrink:0}.adm-service-row{flex-direction:column;align-items:stretch;gap:.85rem}.adm-service-fields{grid-template-columns:1fr}.adm-service-num{font-size:1.3rem}.adm-service-save{align-self:stretch}.adm-login-page{padding:2rem 1rem}.adm-login-card{padding:2rem 1.25rem}}@media (max-width:480px){.hero-title{font-size:clamp(2.8rem,16vw,4rem)}.hero-subtitle{font-size:.84rem}.hp-section-dark,.hp-section-light{padding:3.5rem 0}.site-nav-inner{padding:0 1rem}.cat-banner h1{font-size:clamp(2.2rem,12vw,3rem)}.cat-banner p{font-size:.82rem}.pd-image-sq{aspect-ratio:1}.hp-footer-inner{flex-direction:column;gap:2rem;align-items:flex-start}.hp-footer-nav{flex-direction:column;gap:.5rem}}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_1a41a3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_1a41a3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_1a41a3;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_1a41a3{font-family:__Cormorant_Garamond_1a41a3,__Cormorant_Garamond_Fallback_1a41a3;font-style:normal}.__variable_1a41a3{--font-serif:"__Cormorant_Garamond_1a41a3","__Cormorant_Garamond_Fallback_1a41a3"}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_f56828;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_f56828;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_f56828;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_f56828;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_f56828;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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_f56828;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_f56828{font-family:__Montserrat_f56828,__Montserrat_Fallback_f56828;font-style:normal}.__variable_f56828{--font-sans:"__Montserrat_f56828","__Montserrat_Fallback_f56828"}