.dh-root{--dh-font-heading:var(--font-dh-display), "Rubik", sans-serif;--dh-font-body:var(--font-dh-ui), "Assistant", sans-serif;--dh-space-xs:.5rem;--dh-space-sm:1rem;--dh-space-md:2rem;--dh-space-lg:clamp(3rem, 5vw, 4rem);--dh-space-xl:clamp(4rem, 8vw, 6rem);--dh-radius-sm:12px;--dh-radius-md:24px;--dh-radius-lg:40px;--dh-radius-organic:40% 60% 70% 30% / 40% 50% 60% 50%;--dh-shadow-sm:0 8px 24px #07122f0f;--dh-fast:.25s cubic-bezier(.4, 0, .2, 1);--dh-smooth:.6s cubic-bezier(.22, 1, .36, 1);color:var(--dh-navy);background:var(--dh-bg);font-family:var(--dh-font-body);-webkit-font-smoothing:antialiased;filter:none;contain:none;line-height:1.6;overflow:visible;transform:none}.dh-root *,.dh-root :before,.dh-root :after{box-sizing:border-box}.dh-root a{color:inherit;text-decoration:none}.dh-root button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.dh-root img{object-fit:cover;max-width:100%;height:auto;display:block}.dh-root ul{margin:0;padding:0;list-style:none}.dh-root h1,.dh-root h2,.dh-root h3,.dh-root h4,.dh-root .dh-logo{font-family:var(--dh-font-heading);font-weight:700;line-height:1.1}.dh-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dh-skip{inset-inline-start:1rem;z-index:300;background:var(--dh-navy);color:var(--dh-white);border-radius:999px;padding:.65rem 1rem;position:absolute;top:-100%}.dh-skip:focus{top:1rem}.dh-wrap{width:100%;max-width:1440px;margin:0 auto;padding:0 5vw}.dh-section{padding:var(--dh-space-lg) 0}.dh-root a.dh-btn,.dh-root button.dh-btn,.dh-btn{min-height:48px;font-family:var(--dh-font-heading);text-align:center;transition:transform var(--dh-fast), box-shadow var(--dh-fast), color var(--dh-fast), background-color var(--dh-fast);border-radius:100px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:inline-flex}.dh-root a.dh-btn--primary,.dh-root button.dh-btn--primary,.dh-btn--primary{background:var(--dh-yellow);color:var(--dh-navy)}.dh-root a.dh-btn--primary:hover,.dh-root button.dh-btn--primary:hover,.dh-btn--primary:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ffc40066}.dh-root a.dh-btn--secondary,.dh-btn--secondary{background:var(--dh-cyan);color:var(--dh-navy)}.dh-root a.dh-btn--secondary:hover,.dh-btn--secondary:hover{transform:translateY(-4px);box-shadow:0 8px 20px #9edfe666}.dh-root a.dh-btn--ghost,.dh-btn--ghost{color:var(--dh-bg);text-underline-offset:4px;background:0 0;min-height:auto;padding:.5rem 1rem;font-size:1rem;font-weight:500;text-decoration:underline;text-decoration-thickness:2px}.dh-root a.dh-btn--ghost:hover,.dh-btn--ghost:hover{color:var(--dh-yellow)}.dh-root a.dh-btn:focus-visible,.dh-root button.dh-btn:focus-visible{outline:3px solid var(--dh-yellow);outline-offset:3px}.dh-header{inset-inline:0;z-index:100;-webkit-backdrop-filter:blur(16px);min-height:80px;transition:background var(--dh-fast), box-shadow var(--dh-fast);background:#f7f6f2d9;flex-direction:column;justify-content:center;display:flex;position:fixed;top:0}.dh-header.is-scrolled{box-shadow:var(--dh-shadow-sm);background:#f7f6f2fa}.dh-header-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:80px;display:flex}.dh-logo{letter-spacing:-1px;color:var(--dh-blue);margin:0;font-size:2rem;font-weight:900}.dh-logo span{color:var(--dh-coral)}.dh-nav{align-items:center;gap:.35rem;display:none}.dh-nav-link{font-family:var(--dh-font-heading);transition:background-color var(--dh-fast), color var(--dh-fast);border-radius:100px;padding:.45rem .7rem;font-size:.95rem;font-weight:500}.dh-nav-link:hover,.dh-nav-link:focus-visible{background:var(--dh-lilac);color:var(--dh-navy);outline:none}.dh-header-actions{align-items:center;gap:var(--dh-space-sm);display:flex}.dh-header-cta,.dh-root a.dh-btn.dh-header-cta{display:none}.dh-menu-toggle{background:var(--dh-navy);width:48px;height:48px;color:var(--dh-white);border-radius:50%;place-items:center;display:grid}.dh-menu-toggle-icon{width:1.1rem;height:.85rem;display:block;position:relative}.dh-menu-toggle-icon span{height:2px;transition:transform var(--dh-fast), top var(--dh-fast), opacity var(--dh-fast);background:currentColor;border-radius:999px;position:absolute;inset-inline:0}.dh-menu-toggle-icon span:first-child{top:0}.dh-menu-toggle-icon span:nth-child(2){top:calc(50% - 1px)}.dh-menu-toggle-icon span:nth-child(3){top:calc(100% - 2px)}.dh-menu-toggle.is-open .dh-menu-toggle-icon span:first-child{top:calc(50% - 1px);transform:rotate(45deg)}.dh-menu-toggle.is-open .dh-menu-toggle-icon span:nth-child(2){opacity:0}.dh-menu-toggle.is-open .dh-menu-toggle-icon span:nth-child(3){top:calc(50% - 1px);transform:rotate(-45deg)}.dh-mobile-panel{background:var(--dh-bg);box-shadow:var(--dh-shadow-sm);flex-direction:column;gap:.75rem;padding:0 5vw 1.5rem;display:none}.dh-mobile-panel.is-open{display:flex}.dh-mobile-link{min-height:48px;font-family:var(--dh-font-heading);border-radius:100px;align-items:center;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;display:flex}.dh-mobile-link:hover,.dh-mobile-link:focus-visible{background:var(--dh-lilac);outline:none}.dh-hero{align-items:center;padding:6.5rem 0 2.25rem;display:flex;position:relative;overflow-x:clip}.dh-signal-map{z-index:0;pointer-events:none;opacity:.8;width:100%;height:100%;position:absolute;inset:0}.dh-hero-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid;position:relative}.dh-hero-trust{background:var(--dh-cyan);color:var(--dh-blue);font-family:var(--dh-font-heading);border-radius:100px;margin-bottom:1.15rem;padding:.45rem 1.1rem;font-size:.92rem;font-weight:600;display:inline-block}.dh-hero-heading{color:var(--dh-navy);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.2rem,4.6vw,4.2rem)}.dh-hero-support{max-width:500px;margin:0 0 1.25rem;font-size:clamp(1.05rem,1.8vw,1.22rem);font-weight:500}.dh-hero-actions{gap:var(--dh-space-sm);flex-wrap:wrap;display:flex}.dh-hero-media{aspect-ratio:1;border-radius:var(--dh-radius-lg);background:var(--dh-lilac);width:100%;max-width:560px;box-shadow:var(--dh-shadow-sm);margin-inline:auto;position:relative;overflow:hidden;transform:rotate(1.5deg)}.dh-root .dh-hero-image,.dh-hero-media img{object-fit:cover;object-position:52% 46%;width:100%;height:100%}.dh-root .dh-product-img,.dh-root .dh-statement-image,.dh-root .dh-gallery-image,.dh-root .dh-products-static-media img{width:100%;max-width:none;height:100%}.dh-intro-section{margin:clamp(1.75rem,3.5vw,2.75rem) 0 clamp(1.25rem,2.5vw,2rem);overflow:visible}.dh-intro{border-radius:var(--dh-radius-lg);background:var(--dh-white);box-shadow:var(--dh-shadow-sm);grid-template-columns:auto 1fr;align-items:center;gap:clamp(1.25rem,3vw,2rem);margin:0 5vw;padding:1.35rem clamp(1.25rem,3vw,2.25rem);display:grid;overflow:visible}.dh-intro--cutout{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr);align-items:center;gap:clamp(.4rem,1.1vw,.75rem);padding:clamp(.95rem,1.8vw,1.35rem) clamp(1.1rem,2.6vw,1.85rem);overflow:visible}.dh-intro-stage{margin-inline:auto;align-self:center;place-items:end center;width:100%;max-width:240px;min-height:200px;margin-top:-4.25rem;padding-top:0;display:grid;position:relative;overflow:visible}.dh-intro-blob{z-index:0;background:var(--dh-cyan);pointer-events:none;border-radius:46% 42% 38% 48%;position:absolute;inset:36% 12% 10%;box-shadow:0 14px 28px -20px #07122f47}.dh-intro-cutout{z-index:1;object-fit:contain;object-position:center bottom;width:auto;max-width:100%;height:clamp(212px,22.5vw,275px);max-height:none;box-shadow:none;filter:none;position:relative;overflow:visible}.dh-root img.dh-intro-cutout{object-fit:contain;object-position:center bottom;filter:none;width:auto;max-width:100%;height:clamp(212px,22.5vw,275px);overflow:visible}.dh-intro-text{flex-direction:column;justify-content:center;width:100%;min-width:0;display:flex}.dh-intro-text h2{color:var(--dh-blue);margin:0 0 .4rem;font-size:clamp(1.55rem,2.9vw,2.05rem)}.dh-intro-text p{width:100%;max-width:none;margin:0;font-size:1.1rem;line-height:1.55}.dh-root>main{filter:none;contain:none;overflow:visible;transform:none}.dh-products.dh-section{filter:none;contain:none;padding:0;overflow:visible;transform:none}.dh-products-scroll{filter:none;contain:none;height:auto;position:relative;overflow:visible;transform:none}.dh-products-scroll.is-static{height:auto}.dh-products-sticky{background:var(--dh-bg);flex-direction:column;justify-content:center;padding:clamp(1.25rem,2.5vw,2rem) 0;display:flex;position:relative}@media (min-width:901px){.dh-products-scroll:not(.is-static){height:calc(var(--dh-products-count,5) * 100svh)}.dh-products-sticky{box-sizing:border-box;filter:none;contain:none;height:100svh;position:sticky;top:0;overflow:visible;transform:none}}.dh-products-header{text-align:center;margin-bottom:1rem}.dh-products-header h2{margin:0 0 .35rem;font-size:clamp(1.85rem,3.5vw,2.75rem)}.dh-products-header p{margin:0;font-size:1.05rem}.dh-products-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(.8rem,2vw,1.6rem);width:100%;display:grid}.dh-products-visual{aspect-ratio:1;border-radius:var(--dh-radius-lg);background:var(--dh-lilac);width:100%;max-height:min(46vh,400px);transition:background var(--dh-smooth);position:relative;overflow:hidden}.dh-product-img{object-fit:cover;object-position:center;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .28s;position:absolute;inset:0}.dh-product-img.is-active{opacity:1}.dh-product-img.is-instant{transition:none}.dh-products-list{flex-direction:column;gap:.28rem;display:flex}.dh-root button.dh-product-item,.dh-product-item{border-radius:var(--dh-radius-md);color:#6b7280;text-align:right;opacity:.65;transform-origin:100%;cursor:pointer;background:0 0;border:1px solid #0000;grid-template-columns:1fr;align-items:center;gap:.18rem;width:100%;min-height:44px;padding:.6rem .85rem;transition:opacity .25s,color .25s,background-color .25s,border-color .25s,box-shadow .25s,transform .25s,padding .25s;display:grid;position:relative;transform:scale(1)}.dh-product-item-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.dh-product-item-title{font-family:var(--dh-font-heading);color:inherit;opacity:1;font-size:clamp(1.05rem,1.9vw,1.4rem);font-weight:700;line-height:1.2;transition:color .25s,opacity .25s,font-weight .25s}.dh-product-item-text{max-width:34rem;color:inherit;opacity:1;font-size:.95rem;line-height:1.4;transition:opacity .25s,color .25s}.dh-root button.dh-product-item.is-active,.dh-root button.dh-product-item[data-active=true]{opacity:1;color:#07122f;background:#9edfe6;border-color:#7494f1;padding-inline-start:.85rem;transform:scale(1.03);box-shadow:0 12px 28px #07122f24}.dh-root button.dh-product-item.is-active .dh-product-item-title,.dh-root button.dh-product-item[data-active=true] .dh-product-item-title,.dh-root button.dh-product-item.is-active .dh-product-item-text,.dh-root button.dh-product-item[data-active=true] .dh-product-item-text{opacity:1;color:#07122f;font-weight:900}.dh-product-item:hover,.dh-product-item:focus-visible{opacity:.82}.dh-root button.dh-product-item.is-active:hover,.dh-root button.dh-product-item.is-active:focus-visible,.dh-root button.dh-product-item[data-active=true]:hover,.dh-root button.dh-product-item[data-active=true]:focus-visible{opacity:1;background:#9edfe6}.dh-product-item:focus-visible{outline:3px solid var(--dh-blue);outline-offset:2px}.dh-root button.dh-product-item[data-accent=lilac].is-active .dh-product-item-title,.dh-root button.dh-product-item[data-accent=cyan].is-active .dh-product-item-title,.dh-root button.dh-product-item[data-accent=yellow].is-active .dh-product-item-title,.dh-root button.dh-product-item[data-accent=coral].is-active .dh-product-item-title,.dh-root button.dh-product-item[data-accent=teal].is-active .dh-product-item-title,.dh-root button.dh-product-item[data-active=true] .dh-product-item-title{color:#07122f;opacity:1;font-weight:900}.dh-products-static-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.dh-products-static-item{border-radius:var(--dh-radius-md);background:var(--dh-white);box-shadow:var(--dh-shadow-sm);grid-template-columns:minmax(0,180px) minmax(0,1fr);align-items:center;gap:1rem;padding:.85rem;display:grid}.dh-products-static-media{aspect-ratio:1;border-radius:var(--dh-radius-sm);overflow:hidden}.dh-products-static-media img{object-fit:cover;width:100%;height:100%}.dh-products-static-item h3{margin:0 0 .3rem;font-size:1.25rem}.dh-products-static-item p{margin:0}.dh-statement{background:linear-gradient(135deg, #4038ff0f, transparent 42%), var(--dh-bg);padding:clamp(.85rem,1.8vw,1.35rem) 0}.dh-wrap.dh-statement-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);justify-content:center;align-items:center;gap:100px;width:100%;max-width:1400px;margin-inline:auto;display:grid}.dh-statement-copy{z-index:1;border-radius:var(--dh-radius-lg);background:color-mix(in srgb, var(--dh-white) 82%, var(--dh-cyan));width:100%;max-width:100%;box-shadow:var(--dh-shadow-sm);justify-self:start;padding:.7rem 1.15rem;position:relative}.dh-statement-title{text-align:right;white-space:normal;flex-flow:column;justify-content:center;align-items:flex-start;gap:.25rem;width:100%;margin:0;font-size:clamp(1.85rem,3.15vw,2.75rem);font-weight:900;line-height:1.15;display:flex}.dh-statement-line1,.dh-statement-line2{white-space:nowrap;opacity:0;width:100%;font-weight:900;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);display:block;transform:translateY(18px)}.dh-statement-line1{color:var(--dh-navy)}.dh-statement-line2{color:var(--dh-coral);transition-delay:.15s}.dh-statement.is-visible .dh-statement-line1,.dh-statement.is-visible .dh-statement-line2{opacity:1;transform:translateY(0)}.dh-statement-media{aspect-ratio:1;border-radius:var(--dh-radius-organic);background:var(--dh-coral);justify-self:center;width:100%;max-width:300px;margin-inline:0;position:relative;overflow:hidden;box-shadow:0 14px 32px -22px #07122f52}.dh-statement-image{object-fit:cover;object-position:50% 28%;width:100%;height:100%}.dh-journey.dh-section{padding:clamp(2rem,4vw,3.25rem) 0 clamp(3rem,6vw,4.5rem)}.dh-journey-header{text-align:center;margin-bottom:1.5rem}.dh-journey-header h2{margin:0 0 .55rem;font-size:clamp(1.85rem,3.5vw,2.75rem)}.dh-journey-support{max-width:42rem;margin:0 auto;font-size:1.08rem}.dh-journey-track{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto;display:flex}.dh-journey-step{border-radius:var(--dh-radius-lg);background:var(--dh-white);opacity:.55;width:88%;transition:opacity var(--dh-smooth), transform var(--dh-smooth), background-color var(--dh-smooth), box-shadow var(--dh-smooth);grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:grid;transform:scale(.985)}.dh-journey-step:nth-child(2n){align-self:flex-end}.dh-journey-step.is-active{background:var(--dh-yellow);opacity:1;box-shadow:var(--dh-shadow-sm);transform:scale(1)}.dh-journey-step.is-completed{background:var(--dh-cyan);opacity:.88}.dh-step-marker{background:var(--dh-bg);width:56px;height:56px;color:var(--dh-navy);font-family:var(--dh-font-heading);place-items:center;font-size:1.7rem;font-weight:700;display:grid}.dh-step-marker--circle{border-radius:50%}.dh-step-marker--soft{border-radius:var(--dh-radius-sm)}.dh-step-marker--organic{border-radius:var(--dh-radius-organic)}.dh-step-content h3{margin:0 0 .2rem;font-size:1.35rem}.dh-step-content p{margin:0;font-size:1.05rem}.dh-gallery.dh-section{background:var(--dh-lilac);padding:clamp(1.35rem,2.8vw,2.25rem) 0}.dh-gallery-grid{grid-template-rows:1fr 1fr;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:.7rem;height:min(52vh,480px);display:grid}.dh-gallery-item{border-radius:var(--dh-radius-md);background:var(--dh-white);min-height:0;margin:0;position:relative;overflow:hidden}.dh-gallery-item--feature{aspect-ratio:auto;grid-row:1/span 2;height:100%}.dh-gallery-item--square,.dh-gallery-item--wide{aspect-ratio:auto;height:100%;min-height:0}.dh-gallery-image{object-fit:cover;width:100%;height:100%;transition:transform var(--dh-smooth)}.dh-gallery-item--feature .dh-gallery-image{object-position:50% 42%}.dh-gallery-item--wide .dh-gallery-image{object-position:50% 40%}.dh-gallery-item--square .dh-gallery-image{object-position:center center}.dh-gallery-item:hover .dh-gallery-image{transform:scale(1.03)}.dh-gallery-label{color:var(--dh-navy);font-family:var(--dh-font-heading);background:#f7f6f2eb;border-radius:999px;padding:.35rem .7rem;font-size:.84rem;font-weight:600;position:absolute;inset-block-end:.7rem;inset-inline-start:.7rem}.dh-testimonials.dh-section{background:var(--dh-bg);padding:clamp(2rem,4vw,3rem) 0}.dh-testimonials-header{text-align:center;margin-bottom:1.35rem}.dh-testimonials-header h2{margin:0 0 .45rem;font-size:clamp(1.85rem,3.5vw,2.6rem)}.dh-testimonials-header p{max-width:36rem;margin:0 auto;font-size:1.05rem}.dh-testimonials-shell{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.75rem;width:100%;max-width:960px;margin:0 auto;display:grid}.dh-testimonials-track{width:100%;min-width:0;min-height:12rem;margin:0;position:relative}.dh-root button.dh-testimonials-arrow,.dh-testimonials-arrow{background:var(--dh-white);width:44px;height:44px;color:var(--dh-blue);box-shadow:var(--dh-shadow-sm);border:2px solid color-mix(in srgb, var(--dh-blue) 18%, transparent);transition:transform var(--dh-fast), background-color var(--dh-fast), color var(--dh-fast), border-color var(--dh-fast);border-radius:50%;flex:0 0 44px;place-items:center;font-size:1.25rem;line-height:1;display:inline-grid}.dh-testimonials-arrow:hover,.dh-testimonials-arrow:focus-visible{background:var(--dh-blue);color:var(--dh-white);border-color:var(--dh-blue)}.dh-testimonials-arrow:active{transform:scale(.96)}.dh-testimonials-arrow:focus-visible{outline:3px solid var(--dh-coral);outline-offset:2px}.dh-testimonial{margin:0;border-radius:var(--dh-radius-lg);background:var(--dh-white);width:100%;max-width:920px;box-shadow:var(--dh-shadow-sm);border-inline-start:5px solid var(--dh-coral);writing-mode:horizontal-tb;direction:rtl;margin-inline:auto;padding:1.35rem 1.5rem}.dh-testimonials:not(.is-static) .dh-testimonial{inset-inline:0;opacity:0;pointer-events:none;width:100%;transition:opacity .4s,transform .4s;position:absolute;top:0;transform:translateY(10px)}.dh-testimonials:not(.is-static) .dh-testimonial.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.dh-testimonials.is-static .dh-testimonials-track{flex-direction:column;gap:.85rem;min-height:0;display:flex}.dh-testimonial-quote{writing-mode:horizontal-tb;white-space:normal;overflow-wrap:normal;word-break:normal;direction:rtl;width:100%;max-width:none;margin:0 0 1rem;font-size:1.12rem;font-weight:500;line-height:1.55}.dh-testimonial-name{font-family:var(--dh-font-heading);color:var(--dh-blue);font-size:1.05rem;font-style:normal;font-weight:700;display:block}.dh-testimonial-detail{opacity:.78;margin-top:.2rem;font-size:.92rem;display:block}.dh-testimonials-dots{justify-content:center;gap:.55rem;margin-top:1.15rem;display:flex}.dh-root button.dh-testimonials-dot,.dh-testimonials-dot{width:11px;height:11px;transition:transform var(--dh-fast), background-color var(--dh-fast);background:#07122f2e;border-radius:50%;padding:0}.dh-testimonials-dot.is-active{background:var(--dh-coral);transform:scale(1.2)}.dh-testimonials-dot:focus-visible{outline:2px solid var(--dh-blue);outline-offset:3px}.dh-cta{padding:clamp(1.75rem,3.5vw,2.75rem) 5vw}.dh-cta-box{border-radius:var(--dh-radius-lg);background:var(--dh-blue);max-width:820px;color:var(--dh-white);text-align:center;margin:0 auto;padding:clamp(1.75rem,3.5vw,2.75rem) clamp(1.25rem,3vw,2.25rem);position:relative;overflow:hidden}.dh-cta-box:before{content:"";top:-50px;border-radius:var(--dh-radius-organic);background:var(--dh-coral);opacity:.9;width:170px;height:170px;position:absolute;inset-inline-start:-50px}.dh-cta-content{z-index:1;position:relative}.dh-cta-box h2{color:var(--dh-yellow);margin:0 0 .45rem;font-size:clamp(1.85rem,3.5vw,2.85rem)}.dh-cta-support{margin:0 0 1.15rem;font-size:1.08rem}.dh-cta-form{flex-direction:column;gap:.85rem;max-width:480px;margin:0 auto .85rem;display:flex}.dh-cta-form input{background:var(--dh-white);width:100%;min-height:52px;color:var(--dh-navy);font-family:var(--dh-font-body);text-align:right;box-shadow:var(--dh-shadow-sm);border:none;border-radius:100px;outline:none;padding:1rem 1.2rem;font-size:1.05rem}.dh-cta-form input:focus{box-shadow:0 0 0 4px #ffc40080}.dh-cta-submit{width:100%;min-height:48px}.dh-cta-whatsapp{width:min(100%,480px);min-height:48px;margin:0 auto .65rem}.dh-cta-visit{min-height:44px}.dh-form-error,.dh-form-note{margin:0;font-size:.95rem}.dh-form-error{color:var(--dh-yellow)}.dh-cta-trust{opacity:.8;margin:.85rem 0 0;font-size:.9rem}.dh-footer{padding:var(--dh-space-lg) 0 var(--dh-space-md);background:var(--dh-navy);color:var(--dh-white)}.dh-footer-grid{gap:var(--dh-space-lg);margin-bottom:var(--dh-space-lg);grid-template-columns:2fr 1fr 1fr;display:grid}.dh-footer-logo{color:var(--dh-white)}.dh-footer-logo span{color:var(--dh-coral)}.dh-footer-tagline{margin:var(--dh-space-sm) 0 0;opacity:.9}.dh-footer-address{color:var(--dh-cyan);margin:1rem 0 0}.dh-footer-hours{opacity:.85;margin:.35rem 0 0;font-size:.95rem}.dh-footer h4{color:var(--dh-yellow);margin:0 0 .75rem}.dh-footer-links li{margin-bottom:.5rem}.dh-footer-links a:hover,.dh-footer-links a:focus-visible{color:var(--dh-yellow);outline:none}.dh-footer-bottom{padding-top:var(--dh-space-md);opacity:.7;justify-content:space-between;gap:1rem;font-size:.9rem;display:flex}@media (max-width:1024px){.dh-hero-grid{text-align:center;grid-template-columns:1fr}.dh-hero-copy{flex-direction:column;align-items:center;margin:0 auto;display:flex}.dh-hero-actions{justify-content:center}.dh-hero-media{aspect-ratio:1;max-width:480px}.dh-hero-image{object-position:50% 42%}.dh-wrap.dh-statement-layout{text-align:center;grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem)}.dh-statement-copy{order:2;justify-self:center;width:fit-content}.dh-statement-media{order:1;justify-self:center;max-width:280px;margin-inline:auto}.dh-statement-title{text-align:center;white-space:normal;flex-wrap:nowrap;justify-content:center;align-items:center}.dh-statement-line1,.dh-statement-line2{white-space:normal}.dh-gallery-grid{grid-template-columns:1fr 1fr;height:auto}.dh-gallery-item--feature{aspect-ratio:16/9;grid-area:auto/1/auto/-1;height:auto}.dh-gallery-item--square,.dh-gallery-item--wide{aspect-ratio:16/11;height:auto}}@media (max-width:900px){.dh-intro{text-align:center;grid-template-columns:1fr;justify-items:center}.dh-intro--cutout{grid-template-columns:1fr;padding:clamp(1rem,3vw,1.35rem);overflow:visible}.dh-intro-text{order:1}.dh-intro-stage{order:2;max-width:210px;min-height:210px;margin-top:.5rem;padding-top:0;overflow:visible}.dh-intro-blob{inset:36% 12% 8%}.dh-intro-cutout,.dh-root img.dh-intro-cutout{object-fit:contain;object-position:center bottom;height:clamp(190px,50vw,220px);max-height:none;transform:translateY(3%)}.dh-products.dh-section{width:100%}.dh-products-scroll:not(.is-static){width:100%;height:calc((100svh - 80px) * (1 + (.75 * var(--dh-products-count,5))))}.dh-products-sticky{box-sizing:border-box;filter:none;contain:none;flex-direction:column;justify-content:stretch;width:100%;height:calc(100svh - 80px);min-height:calc(100svh - 80px);max-height:calc(100svh - 80px);padding:.45rem 0 .55rem;display:flex;position:sticky;top:80px;overflow:hidden;transform:none}.dh-products-sticky>.dh-wrap{flex-direction:column;flex:auto;width:100%;height:100%;min-height:0;display:flex}.dh-products-header{flex:none;margin-bottom:.35rem}.dh-products-header h2{font-size:clamp(1.4rem,5.2vw,1.75rem)}.dh-products-header p{font-size:.92rem}.dh-products-layout{flex-direction:column;flex:auto;grid-template-columns:none;justify-content:space-between;align-items:stretch;gap:.65rem;width:100%;min-height:0;display:flex}.dh-products-visual{aspect-ratio:16/10;flex:none;order:-1;width:100%;max-height:min(32vh,230px);position:relative;top:auto}.dh-products-list{flex-direction:column;flex:auto;justify-content:space-evenly;gap:.45rem;width:100%;min-height:0;max-height:none;display:flex;overflow:visible}.dh-root button.dh-product-item,.dh-product-item{transform-origin:50%;min-height:0;padding:.48rem .65rem;transform:none}.dh-root button.dh-product-item.is-active,.dh-root button.dh-product-item[data-active=true]{padding-inline-start:.65rem;transform:scale(1.015)}.dh-product-item-title{font-size:clamp(1rem,3.8vw,1.15rem)}.dh-product-item-text{font-size:.88rem;line-height:1.35}.dh-products-static-item{grid-template-columns:1fr}}@media (min-width:769px){.dh-nav{display:flex}.dh-header-cta,.dh-root a.dh-btn.dh-header-cta{display:inline-flex}.dh-menu-toggle,.dh-mobile-panel{display:none!important}}@media (max-width:768px){.dh-hero{padding:5.5rem 0 1.75rem}.dh-products-visual{max-height:min(32vh,230px)}.dh-root button.dh-product-item,.dh-product-item{opacity:.55}.dh-product-item.is-active{opacity:1}.dh-testimonials-shell{grid-template-columns:auto minmax(0,1fr) auto;gap:.4rem}.dh-journey-step{text-align:center;grid-template-columns:1fr;justify-items:center;width:100%}.dh-statement-title{font-size:clamp(1.85rem,8vw,2.4rem)}.dh-gallery-grid{grid-template-columns:1fr;gap:.65rem;height:auto}.dh-gallery-item--feature,.dh-gallery-item--square,.dh-gallery-item--wide{aspect-ratio:16/10;height:auto}.dh-footer-grid{text-align:center;grid-template-columns:1fr}.dh-footer-bottom{flex-direction:column;align-items:center}}@media (max-width:380px){.dh-hero-heading{font-size:1.95rem}.dh-hero-media{max-width:100%}}@media (prefers-reduced-motion:reduce){.dh-root *,.dh-root :before,.dh-root :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.dh-statement-line1,.dh-statement-line2,.dh-product-item,.dh-product-img,.dh-journey-step,.dh-testimonial{opacity:1;transform:none}}
