@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Petrona:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--bg:#f5efe0;--bg-2:#e8d5b7;--bg-sand:#d4a97a;--bg-green:#d4e8da;--fg:#2c1a0e;--fg-mid:#6b6760;--fg-light:#a39e96;--accent:#eb7d30;--accent-h:#d06820;--green:#3e6b4c;--green-h:#2e5239;--border:#d4c4a8;--border-2:#a3c4ac;--white:#fff;--font-display:"Petrona", serif;--font-body:"Montserrat", Arial, sans-serif;--max-w:1400px;--nav-h:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6}.container{max-width:var(--max-w);margin:0 auto;padding:0 48px}.section{padding:100px 0}.section--sm{padding:64px 0}.section--lg{padding:140px 0}.section--dark{background:var(--fg);color:var(--bg)}.section--tinted{background:var(--bg-2)}.section--green{background:var(--bg-sand)}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:20px;font-size:.7rem;font-weight:500;display:block}h1,.h1{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2rem,min(6vw,10dvh),5.5rem);font-weight:300;line-height:1.1}h2,.h2{font-family:var(--font-body);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1.2}h3,.h3{font-family:var(--font-body);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;line-height:1.3}h4,.h4{font-size:1.3rem;font-weight:400}p{color:var(--fg);line-height:1.8}p+p{margin-top:1.2em}.btn{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;padding:14px 34px;font-size:.78rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-h)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-h)}.btn-outline{color:var(--fg);border:1px solid var(--fg-light);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.rule{background:var(--accent);width:40px;height:1px;margin-bottom:32px}.rule--green{background:var(--green)}.form-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full{grid-column:1/-1}.form-group label{letter-spacing:.14em;text-transform:uppercase;color:var(--fg-mid);font-size:.72rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid var(--border);width:100%;font-family:var(--font-body);color:var(--fg);appearance:none;border-radius:0;outline:none;padding:14px 18px;font-size:.84rem;font-weight:300;transition:border-color .2s}.form-group textarea{line-height:1.8}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:130px}.form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6760' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;padding-right:44px}.form-note{color:var(--fg-light);margin-top:12px;font-size:.75rem}.text-center{text-align:center}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-48{margin-bottom:48px}.mb-64{margin-bottom:64px}.mt-48{margin-top:48px}.mt-64{margin-top:64px}.flex{display:flex}.gap-16{gap:16px}.gap-24{gap:24px}.items-center{align-items:center}@media (width<=768px){.container{padding:0 24px}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:1}.form-group input,.form-group select,.form-group textarea{font-size:1rem}.section{padding:72px 0}.section--lg{padding:100px 0}}.reveal{opacity:0;transition:opacity 1.1s cubic-bezier(.4,0,.2,1),transform 1.1s cubic-bezier(.4,0,.2,1);transition-delay:var(--reveal-delay,0s);transform:translateY(36px)}.reveal.is-visible{opacity:1;transform:none}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.page{animation:.4s cubic-bezier(.4,0,.2,1) both pageFadeIn}._nav_1yp3w_1{height:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border);z-index:100;position:fixed;top:0;left:0;right:0}._navInner_1yp3w_12{max-width:var(--max-w);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 48px;display:flex}._logo_1yp3w_22{align-items:center;gap:10px;text-decoration:none;display:flex}._logoImg_1yp3w_29{object-fit:contain;flex-shrink:0;width:36px;max-width:36px;height:36px;max-height:36px;display:block}._navRight_1yp3w_39{align-self:stretch;align-items:center;gap:40px;display:flex}._links_1yp3w_46{align-self:stretch;align-items:center;gap:40px;list-style:none;display:flex}._link_1yp3w_46{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-mid);font-size:.75rem;text-decoration:none;transition:color .2s}._link_1yp3w_46:hover,._active_1yp3w_64{color:var(--accent)}._navItem_1yp3w_68{align-items:center;height:100%;display:flex;position:relative}._dropdown_1yp3w_75{background:var(--bg);border-top:2px solid var(--accent);border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);opacity:0;visibility:hidden;z-index:200;min-width:230px;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;transform:translateY(-4px)}._navItem_1yp3w_68:hover ._dropdown_1yp3w_75{opacity:1;visibility:visible;transform:translateY(0)}._dropdownLink_1yp3w_99{letter-spacing:.01em;color:var(--fg-mid);white-space:nowrap;padding:11px 20px;font-size:.78rem;text-decoration:none;transition:color .2s,background .2s;display:block}._dropdownLink_1yp3w_99:hover{color:var(--accent);background:var(--bg-2)}._navCta_1yp3w_115{letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--accent);white-space:nowrap;padding:9px 20px;font-size:.72rem;text-decoration:none;transition:background .2s}._navCta_1yp3w_115:hover{background:var(--accent-h)}._hamburger_1yp3w_132{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px 4px;display:none}._hamburger_1yp3w_132 span{background:var(--fg);width:22px;height:1.5px;transition:background .2s;display:block}._hamburger_1yp3w_132:hover span{background:var(--accent)}._overlay_1yp3w_156{background:var(--fg);z-index:150;opacity:0;visibility:hidden;flex-direction:column;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}._overlayOpen_1yp3w_168{opacity:1;visibility:visible}._overlayHeader_1yp3w_173{height:var(--nav-h);border-bottom:1px solid #f5efe01a;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}._overlayLogoImg_1yp3w_183{filter:brightness(0)invert()}._closeBtn_1yp3w_187{cursor:pointer;color:#f5efe0b3;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}._closeBtn_1yp3w_187:hover{color:var(--accent)}._overlayNav_1yp3w_203{flex-direction:column;flex:1;justify-content:center;gap:28px;padding:40px 36px;display:flex}._overlayLink_1yp3w_212{font-family:var(--font-body);color:var(--bg);font-size:clamp(1.6rem,5vw,2.2rem);font-weight:300;line-height:1.15;text-decoration:none;transition:color .2s}._overlayLink_1yp3w_212:hover{color:var(--accent)}._overlayServices_1yp3w_226{border-left:1px solid #f5efe026;flex-direction:column;gap:0;margin:0;padding-left:20px;list-style:none;display:flex}._overlayServiceLink_1yp3w_236{color:#f5efe080;letter-spacing:.02em;padding:7px 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}._overlayServiceLink_1yp3w_236:hover{color:var(--accent)}._overlayFooter_1yp3w_250{flex-shrink:0;padding:32px 36px}._overlayCtaBtn_1yp3w_255{text-align:center;display:block}@media (width<=768px){._navInner_1yp3w_12{padding:0 24px}._links_1yp3w_46,._navCta_1yp3w_115{display:none}._navRight_1yp3w_39{gap:0}._hamburger_1yp3w_132{display:flex}}._footer_dek41_1{background:var(--bg-2);color:var(--fg);padding:32px 48px}._inner_dek41_7{max-width:var(--max-w);grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;margin:0 auto;display:grid}._logoCombo_dek41_16{width:52px;max-width:52px;height:52px;max-height:52px}._social_dek41_23{align-items:center;gap:24px;list-style:none;display:flex}._social_dek41_23 a{color:var(--fg-mid);justify-content:center;align-items:center;line-height:1;text-decoration:none;transition:color .2s;display:flex}._social_dek41_23 a:hover{color:var(--accent)}._copyWrap_dek41_44{flex-direction:column;align-items:flex-end;gap:8px;display:flex}._copy_dek41_44{color:var(--fg-light);letter-spacing:.05em;text-align:right;font-size:.8rem}._legal_dek41_58{gap:16px;display:flex}._legalLink_dek41_63{color:var(--fg-light);letter-spacing:.04em;font-size:.72rem;text-decoration:none;transition:color .2s}._legalLink_dek41_63:hover{color:var(--fg-mid)}@media (width<=768px){._footer_dek41_1{padding:32px 24px}._inner_dek41_7{flex-direction:column;align-items:center;gap:20px;display:flex}._copy_dek41_44{text-align:center}}._hero_kjckf_1{align-items:center;height:100dvh;min-height:600px;display:flex;position:relative;overflow:hidden}._heroBg_kjckf_10{background:var(--bg);z-index:0;position:absolute;inset:0}._heroContent_kjckf_17{z-index:1;width:100%;max-width:var(--max-w);padding:0 48px;padding-top:calc(var(--nav-h) + clamp(20px, 4dvh, 60px));text-align:center;flex-direction:column;align-items:center;margin:0 auto;padding-bottom:clamp(40px,6dvh,100px);display:flex;position:relative}._logoWrap_kjckf_33{width:min(100%,115dvh);margin-top:clamp(32px,6dvh,80px);margin-bottom:clamp(40px,8dvh,96px);position:relative}._logoOrange_kjckf_40{width:100%;height:auto;animation:1.8s cubic-bezier(.4,0,.2,1) forwards _revealLTR_kjckf_1;display:block}._logoBlackN_kjckf_48{object-fit:contain;object-position:center top;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}._logoOut_kjckf_60{opacity:0}._logoIn_kjckf_63{opacity:1}@keyframes _revealLTR_kjckf_1{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}._heroH1_kjckf_77{max-width:15em;margin-bottom:clamp(32px,6dvh,64px);font-size:clamp(2rem,min(7.5vw,9dvh),5.75rem)}._heroSub_kjckf_83{max-width:520px;color:var(--fg-mid);margin-bottom:60px;font-size:clamp(.82rem,1.7dvh,1.05rem);line-height:1.8}._heroActions_kjckf_91{flex-wrap:wrap;justify-content:center;gap:100px;display:flex}._heroScroll_kjckf_98{letter-spacing:.18em;text-transform:uppercase;color:var(--fg-light);z-index:1;align-items:center;gap:12px;font-size:.68rem;display:flex;position:absolute;bottom:40px;left:48px}._heroScroll_kjckf_98:before{content:"";background:var(--fg-light);width:32px;height:1px;display:block}@media (width<=768px){._heroContent_kjckf_17{padding:0 24px;padding-top:calc(var(--nav-h) + 40px);padding-bottom:80px}._logoWrap_kjckf_33{margin-bottom:56px}._heroScroll_kjckf_98{left:24px}._heroActions_kjckf_91{gap:50px}}._section_19pw9_1{background:var(--fg);border-top:none;padding:140px 0 100px}._section_19pw9_1 h2{color:var(--bg);font-size:clamp(1.6rem,3vw,2.4rem)}._section_19pw9_1 .rule{background:var(--accent)}._section_19pw9_1 .form-group label{color:#f5efe0cc}._section_19pw9_1 .form-group input,._section_19pw9_1 .form-group select,._section_19pw9_1 .form-group textarea{color:var(--bg);background-color:#ffffff0f;border-color:#f5efe026}._section_19pw9_1 .form-group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a89e95' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")}._section_19pw9_1 .form-group select:has(option[value=""]:checked){color:#f5efe04d}._section_19pw9_1 .form-group input::placeholder,._section_19pw9_1 .form-group textarea::placeholder{color:#f5efe073}._section_19pw9_1 .form-group input:focus,._section_19pw9_1 .form-group select:focus,._section_19pw9_1 .form-group textarea:focus{border-color:var(--accent)}._section_19pw9_1 .form-group select option{background:var(--fg);color:var(--bg)}._inner_19pw9_52{grid-template-columns:1fr 1.6fr;align-items:start;gap:100px;display:grid}._subtitle_19pw9_59{color:#f5efe0d9;margin-top:16px;margin-bottom:32px;font-size:.9rem;line-height:1.8}._detail_19pw9_67{letter-spacing:.1em;text-transform:uppercase;color:#f5efe066;flex-direction:column;gap:10px;font-size:.75rem;display:flex}._contactInfo_19pw9_77{flex-direction:column;gap:6px;margin-top:28px;display:flex}._contactLink_19pw9_84{color:#f5efe0cc;font-size:.875rem;text-decoration:none;transition:color .2s}._contactLink_19pw9_84:hover{color:var(--accent)}._successMessage_19pw9_95{color:#f5efe0b3;background:#ffffff14;border:1px solid #f5efe033;border-radius:4px;align-items:center;padding:28px;font-size:.95rem;line-height:1.7;display:flex}._errorMessage_19pw9_107{color:#c0392b;margin:0;font-size:.85rem}@media (width<=900px){._inner_19pw9_52{grid-template-columns:1fr;gap:48px}}@media (width<=768px){._section_19pw9_1{padding:80px 0 64px}}._section_123h6_1{background:var(--bg-2);padding:56px 0 80px}._header_123h6_6{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:32px;display:flex}._header_123h6_6 h2{margin:0}._profileLink_123h6_19{color:var(--fg-mid);font-size:.875rem;text-decoration:none;transition:color .2s}._profileLink_123h6_19:hover{color:var(--accent)}._grid_123h6_30{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}._item_123h6_36{aspect-ratio:1;background:var(--bg-alt,#f5f5f5);display:block;position:relative;overflow:hidden}._img_123h6_44{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}._item_123h6_36:hover ._img_123h6_44{transform:scale(1.04)}._videoIcon_123h6_56{color:#fff;pointer-events:none;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;display:flex;position:absolute;top:10px;right:10px}._carouselIcon_123h6_72{color:#fff;pointer-events:none;background:#00000073;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:10px;right:10px}._skeleton_123h6_88{background:linear-gradient(90deg, var(--bg-alt,#f0f0f0) 25%, #e0e0e0 50%, var(--bg-alt,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;height:300px;animation:1.4s infinite _shimmer_123h6_1}@keyframes _shimmer_123h6_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=600px){._section_123h6_1{padding:56px 0 80px}._grid_123h6_30{gap:3px}}._pageHeader_jyr0p_1{padding:calc(var(--nav-h) + 56px) 0 80px}._pageHeader_jyr0p_1 h1{font-size:clamp(2.5rem,min(7.5vw,12dvh),7.5rem)}._headerInner_jyr0p_9{grid-template-columns:2fr 1fr;gap:80px;display:grid}._accentItalic_jyr0p_16{color:var(--accent);font-style:italic}._headerDesc_jyr0p_21{max-width:520px;font-size:1rem;line-height:1.8}._phoneWrap_jyr0p_27{justify-content:end;display:flex}._pillarsSection_jyr0p_33{background:var(--bg);padding:100px 0}._pillarsHeader_jyr0p_38{margin-bottom:64px}._pillarsTitle_jyr0p_42{font-family:var(--font-body);margin-top:12px;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400;line-height:1.3}._pillarsSubtitle_jyr0p_50{color:var(--fg-mid);max-width:480px;margin-top:12px;font-size:.95rem;line-height:1.8}._pillarsSubtitle_jyr0p_50 em{color:var(--fg);font-style:italic;font-weight:500}._pillarsGrid_jyr0p_64{grid-template-columns:repeat(4,1fr);gap:48px;display:grid}._pillar_jyr0p_33{flex-direction:column;gap:16px;display:flex}._pillarIconWrap_jyr0p_76{color:var(--accent);line-height:1}._pillarTitle_jyr0p_81{letter-spacing:.2em;text-transform:uppercase;color:var(--fg);font-size:.7rem;font-weight:500}._pillarDesc_jyr0p_89{color:var(--fg-mid);font-size:.9rem;line-height:1.75}._quoteSection_jyr0p_96{background:var(--bg-sand);padding:100px 0}._quoteBlock_jyr0p_101{text-align:center;border:none;max-width:700px;margin:0 auto}._quoteText_jyr0p_108{font-family:var(--font-display);color:var(--fg);font-size:clamp(1.4rem,2.5vw,2.1rem);font-weight:300;line-height:1.55}._quoteText_jyr0p_108 em{font-style:italic;font-weight:400}._whoSection_jyr0p_122{background:var(--bg-2);padding:100px 0}._whoInner_jyr0p_127{grid-template-columns:2fr 1fr;align-items:start;gap:80px;display:grid}._whoText_jyr0p_134{flex-direction:column;gap:0;display:flex}._whoText_jyr0p_134 h2{margin-top:20px;margin-bottom:24px;font-size:clamp(1.5rem,2.5vw,2.1rem)}._whoDesc_jyr0p_146{color:var(--fg-mid);font-size:.95rem;line-height:1.85}._whoDesc_jyr0p_146+._whoDesc_jyr0p_146{margin-top:1.2em}._whoTagline_jyr0p_156{color:var(--fg);margin-top:1.2em;font-size:.95rem;font-weight:500;line-height:1.85}._whoTagline_jyr0p_156+._whoDesc_jyr0p_146{margin-top:1.2em}._whoVideoWrap_jyr0p_168{justify-content:flex-end;padding-top:116px;display:flex}._whoVideo_jyr0p_168{aspect-ratio:9/16;border-radius:12px;width:100%;max-width:270px;display:block}._phone_jyr0p_27{background:#1a1a1a;border:3px solid #1a1a1a;border-radius:44px;align-self:flex-start;width:100%;max-width:clamp(200px,42dvh,300px);padding:6px;position:relative;box-shadow:0 24px 60px #0003}._phoneScreen_jyr0p_194{aspect-ratio:9/16;border-radius:34px;position:relative;overflow:hidden}._phoneScreen_jyr0p_194 video{object-fit:cover;width:100%;height:100%;display:block}:-webkit-any(._phoneScreen_jyr0p_194 video:fullscreen,._phoneScreen_jyr0p_194 video:-webkit-full-screen){object-fit:contain;background:#000}:is(._phoneScreen_jyr0p_194 video:fullscreen,._phoneScreen_jyr0p_194 video:fullscreen){object-fit:contain;background:#000}._notch_jyr0p_214{z-index:1;pointer-events:none;background:#1a1a1a;border-radius:20px;justify-content:space-between;align-items:center;width:80px;height:22px;padding:0 10px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}._notchSpeaker_jyr0p_231{background:#2d2d2d;border-radius:2px;width:30px;height:4px;display:block}._notchCamera_jyr0p_239{background:#2d2d2d;border-radius:50%;width:8px;height:8px;display:block}._btn_jyr0p_248{pointer-events:none;background:#333;width:4px;position:absolute}._btnMute_jyr0p_255{border-radius:2px 0 0 2px;height:25px;top:15%;left:-5px}._btnVolUp_jyr0p_262{border-radius:2px 0 0 2px;height:50px;top:28%;left:-5px}._btnVolDown_jyr0p_269{border-radius:2px 0 0 2px;height:50px;top:40%;left:-5px}._btnLock_jyr0p_276{border-radius:0 2px 2px 0;height:90px;top:30%;right:-5px}._servicesStack_jyr0p_284{--title-h:145px}._titleSlide_jyr0p_289{top:var(--nav-h);background:var(--bg);z-index:5;padding:36px 0;position:sticky}._titleSlide_jyr0p_289 h2{font-size:clamp(1.5rem,2.5vw,2.1rem)}._serviceSlide_jyr0p_301{top:calc(var(--nav-h) + var(--title-h,140px));height:calc(100dvh - var(--nav-h) - var(--title-h,140px));border-top:2px solid var(--bg);z-index:calc(var(--slide-i,0) + 1);background:#3d2b1f;border-radius:20px 20px 0 0;text-decoration:none;display:flex;position:sticky;overflow:hidden}._serviceSlide_jyr0p_301:last-child{z-index:6}._slideBg_jyr0p_318{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}._slideOverlay_jyr0p_327{background:linear-gradient(#1c10081f 0%,#1c100873 55%,#1c1008e0 100%);position:absolute;inset:0}._slideContent_jyr0p_338{padding-bottom:8%;position:absolute;bottom:0;left:0;right:0}._slideTitle_jyr0p_346{font-family:var(--font-body);color:var(--bg);margin-bottom:16px;font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:400;line-height:1.25}._slideTagline_jyr0p_355{color:#f5efe0a6;max-width:480px;margin-bottom:32px;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.7}._slideCta_jyr0p_363{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;font-size:.72rem;transition:color .25s,gap .25s;display:inline-flex}._serviceSlide_jyr0p_301:hover ._slideCta_jyr0p_363{color:var(--accent-h);gap:16px}._serviceSlideSplit_jyr0p_382{flex:1;width:100%;min-width:0;display:flex}._slideSplitInner_jyr0p_389{width:100%;max-width:var(--max-w);margin:0 auto;display:flex}._slideSplitImgWrap_jyr0p_396{flex-shrink:0;width:55%;padding:56px 0 56px 56px}._slideSplitImg_jyr0p_396{object-fit:cover;filter:brightness(.92)saturate(.85);border-radius:8px;width:100%;height:100%;display:block}._slideSplitIconWrap_jyr0p_411{flex-shrink:0;justify-content:center;align-items:center;width:55%;padding:48px;display:flex}._slideSplitIllustration_jyr0p_420{width:auto;max-width:90%;height:clamp(180px,38dvh,300px);display:block}._slideSplitText_jyr0p_427{background:#3d2b1f;flex-direction:column;flex:1;justify-content:center;padding:8% 48px;display:flex}@media (width<=600px){._serviceSlideSplit_jyr0p_382{align-items:stretch}._slideSplitInner_jyr0p_389{flex-direction:column}._slideSplitIconWrap_jyr0p_411{flex:none;justify-content:center;align-items:center;width:100%;padding:32px 32px 16px;display:flex}._slideSplitIllustration_jyr0p_420{width:auto;max-width:100%;height:150px;display:block}._slideSplitImgWrap_jyr0p_396{flex:0 0 45%;width:100%;min-height:0;padding:0}._slideSplitImg_jyr0p_396{border-radius:0;height:100%}._slideSplitText_jyr0p_427{flex:1;min-height:0;padding:20px 24px 32px}}@media (width<=900px){._pillarsGrid_jyr0p_64{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=720px){._whoInner_jyr0p_127{grid-template-columns:1fr;gap:48px}._whoVideoWrap_jyr0p_168{justify-content:center;padding-top:0}._pillarsGrid_jyr0p_64{grid-template-columns:1fr;gap:32px}._pillarsSection_jyr0p_33,._quoteSection_jyr0p_96{padding:72px 0}}._pageHeader_xiogp_1{padding:calc(var(--nav-h) + 56px) 0 80px}._pageHeader_xiogp_1 h1{font-size:clamp(2.5rem,min(7.5vw,12dvh),7.5rem)}._headerDesc_xiogp_10{max-width:520px;color:var(--fg);margin-top:24px;font-size:1rem;line-height:1.8}._heroBanner_xiogp_19{padding:48px 0 0}._heroImg_xiogp_23{object-fit:cover;object-position:center;border-radius:8px;width:100%;height:520px;display:block}._sectionTitle_xiogp_33{font-family:var(--font-body);color:var(--fg);margin-bottom:40px;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400;line-height:1.2}._seekSection_xiogp_43{padding:56px 0}._seekInner_xiogp_47{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}._seekList_xiogp_54{flex-direction:column;gap:16px;list-style:none;display:flex}._seekItem_xiogp_61{color:var(--fg-mid);opacity:0;align-items:baseline;gap:12px;font-size:1rem;line-height:1.5;transition:opacity .35s,transform .35s;display:flex;transform:translateY(16px)}.is-visible ._seekItem_xiogp_61:first-child{opacity:1;transition-delay:0s;transform:none}.is-visible ._seekItem_xiogp_61:nth-child(2){opacity:1;transition-delay:.2s;transform:none}.is-visible ._seekItem_xiogp_61:nth-child(3){opacity:1;transition-delay:.4s;transform:none}.is-visible ._seekItem_xiogp_61:nth-child(4){opacity:1;transition-delay:.6s;transform:none}._seekItem_xiogp_61:before{content:"✓";color:var(--green);flex-shrink:0;font-size:.8rem}._whySection_xiogp_86{padding:56px 0 80px}._whyGrid_xiogp_90{grid-template-columns:repeat(3,1fr);gap:48px 80px;display:grid}._whyCard_xiogp_96{flex-direction:row;align-items:flex-start;gap:16px;display:flex}._whyIcon_xiogp_103{color:var(--green);flex-shrink:0;margin-top:2px}._whyCardText_xiogp_109{flex-direction:column;gap:6px;display:flex}._whyCardText_xiogp_109 h4{color:var(--fg);font-size:1rem;font-weight:500}._whyCardText_xiogp_109 p{color:var(--fg-mid);font-size:.875rem;line-height:1.75}._signupSection_xiogp_128{background:var(--green);padding:100px 0}._signupInner_xiogp_133{grid-template-columns:1fr 1.6fr;align-items:start;gap:100px;display:grid}._signupIntro_xiogp_140 h2{color:var(--bg);margin-bottom:20px;font-size:clamp(1.6rem,3vw,2.4rem)}._signupIntro_xiogp_140 p{color:#f5efe0cc;font-size:.9rem;line-height:1.8}._contactInfo_xiogp_152{flex-direction:column;gap:6px;margin-top:28px;display:flex}._contactLink_xiogp_159{color:#f5efe0a6;font-size:.875rem;text-decoration:none;transition:color .2s}._contactLink_xiogp_159:hover{color:var(--accent)}._darkField_xiogp_171 label{color:#f5efe0bf!important}._darkField_xiogp_171 input,._darkField_xiogp_171 textarea{color:var(--bg)!important;background:#ffffff14!important;border-color:#f5efe033!important}._darkField_xiogp_171 input::placeholder,._darkField_xiogp_171 textarea::placeholder{color:#f5efe066}._darkField_xiogp_171 input:focus,._darkField_xiogp_171 textarea:focus,._darkField_xiogp_171 select:focus{border-color:var(--accent)!important}._signupBtn_xiogp_193{background:var(--bg);color:var(--fg)}._signupBtn_xiogp_193:hover{background:var(--bg-2)}._successMessage_xiogp_202{color:#f5efe0cc;background:#00000026;border:1px solid #f5efe033;border-radius:4px;align-items:center;padding:28px;font-size:.95rem;line-height:1.7;display:flex}._errorMessage_xiogp_214{color:#e74c3c;margin:0;font-size:.85rem}@media (width<=900px){._signupInner_xiogp_133{grid-template-columns:1fr;gap:48px}._whyGrid_xiogp_90{grid-template-columns:1fr 1fr;gap:36px 48px}._seekInner_xiogp_47{grid-template-columns:1fr;gap:32px}}@media (width<=480px){._whyGrid_xiogp_90{grid-template-columns:1fr}}._serviceHeader_14uhu_1{padding:calc(var(--nav-h) + 56px) 0 80px}._introLead_14uhu_6{max-width:560px;color:var(--fg);margin-top:28px;font-size:1rem;line-height:1.8}._processSection_14uhu_15{padding:56px 0}._processGrid_14uhu_20{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:64px;display:grid}._processCard_14uhu_27{counter-increment:step;opacity:0;flex-direction:row;align-items:flex-start;gap:16px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(16px)}.is-visible ._processCard_14uhu_27:first-child{opacity:1;transition-delay:0s;transform:none}.is-visible ._processCard_14uhu_27:nth-child(2){opacity:1;transition-delay:.5s;transform:none}.is-visible ._processCard_14uhu_27:nth-child(3){opacity:1;transition-delay:1s;transform:none}._processCard_14uhu_27:before{content:counter(step, decimal);font-family:var(--font-body);color:var(--accent);opacity:.7;flex-shrink:0;font-size:clamp(3rem,5vw,5rem);font-weight:500;line-height:1}._processCardText_14uhu_67{flex-direction:column;gap:8px;display:flex}._processCard_14uhu_27 h4{color:var(--fg);font-size:1rem;font-weight:500}._processCard_14uhu_27 p{color:var(--fg-mid);font-size:.875rem;line-height:1.8}._benefitsSection_14uhu_86{padding:56px 0 80px}._benefitsGrid_14uhu_90{grid-template-columns:repeat(3,1fr);gap:48px 80px;display:grid}._benefitCard_14uhu_96{flex-direction:row;align-items:flex-start;gap:20px;display:flex}._benefitIcon_14uhu_103{color:var(--accent);flex-shrink:0;margin-top:2px}._benefitCardText_14uhu_109{flex-direction:column;gap:6px;display:flex}._benefitCardText_14uhu_109 h4{color:var(--fg);font-size:1rem;font-weight:500}._benefitCardText_14uhu_109 p{color:var(--fg-mid);font-size:.875rem;line-height:1.75}._checklistSection_14uhu_128{padding:48px 0 56px}._checklistGrid_14uhu_132{grid-template-columns:1fr 1fr;gap:12px;display:grid}._checklistCard_14uhu_138{border:1px solid var(--border);border-radius:100px;padding:14px 28px;transition:border-color .2s,color .2s}._checklistCard_14uhu_138:hover{border-color:var(--accent)}._checklistCard_14uhu_138:hover ._checklistQuestion_14uhu_149{color:var(--accent)}._checklistQuestion_14uhu_149{color:var(--fg-mid);font-size:.88rem;line-height:1.5}@media (width<=600px){._checklistGrid_14uhu_132{grid-template-columns:1fr}}._checklistNote_14uhu_165{color:var(--fg-mid);margin-top:32px;font-size:.9rem;font-style:italic}._accordionSection_14uhu_173{padding:56px 0}._accordionSection_14uhu_173 h2,._checklistSection_14uhu_128 h2,._modelsSection_14uhu_180 h2,._timelineSection_14uhu_181 h2,._propertiesSection_14uhu_182 h2,._carouselSection_14uhu_183 h2{margin-bottom:0;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400}._accordionList_14uhu_189{border-top:1px solid var(--border);margin-top:48px}._accordionItem_14uhu_194{border-bottom:1px solid var(--border)}._accordionTrigger_14uhu_198{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--fg);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-size:1rem;font-weight:400;transition:color .2s;display:flex}._accordionTrigger_14uhu_198:hover{color:var(--accent)}._accordionIcon_14uhu_219{color:var(--accent);flex-shrink:0;margin-left:24px;font-size:1.4rem;font-weight:300;line-height:1}._accordionBody_14uhu_228{max-width:800px;padding:0 0 24px}._accordionBody_14uhu_228 p{color:var(--fg-mid);font-size:.9rem;line-height:1.8}._closingSection_14uhu_240{padding:48px 0 80px}._closingText_14uhu_245{font-family:var(--font-display);text-align:center;max-width:700px;color:var(--green);opacity:0;margin:0 auto;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;line-height:1.6}._closingText_14uhu_245.is-visible{opacity:1}._wordSpan_14uhu_261{opacity:0;transition:opacity .35s;transition-delay:var(--word-delay,0s);display:inline}._closingText_14uhu_245.is-visible ._wordSpan_14uhu_261,._customizationText_14uhu_269.is-visible ._wordSpan_14uhu_261{opacity:1}._pointsSection_14uhu_274{padding:56px 0}._pointsList_14uhu_279{flex-direction:column;gap:14px;list-style:none;display:flex}._pointsItem_14uhu_286{color:var(--fg-mid);opacity:0;align-items:baseline;gap:12px;font-size:1rem;line-height:1.5;transition:opacity .5s,transform .5s;display:flex;transform:translateY(16px)}.is-visible ._pointsItem_14uhu_286:first-child{opacity:1;transition-delay:0s;transform:none}.is-visible ._pointsItem_14uhu_286:nth-child(2){opacity:1;transition-delay:.12s;transform:none}.is-visible ._pointsItem_14uhu_286:nth-child(3){opacity:1;transition-delay:.24s;transform:none}.is-visible ._pointsItem_14uhu_286:nth-child(4){opacity:1;transition-delay:.36s;transform:none}.is-visible ._pointsItem_14uhu_286:nth-child(5){opacity:1;transition-delay:.48s;transform:none}.is-visible ._pointsItem_14uhu_286:nth-child(6){opacity:1;transition-delay:.6s;transform:none}._pointsItem_14uhu_286:before{content:"✓";color:var(--accent);flex-shrink:0;font-size:.8rem}._pointsGrid_14uhu_338{grid-template-columns:1fr 1fr;align-items:stretch;gap:100px;display:grid}._pointsImage_14uhu_345{object-fit:cover;border-radius:20px;width:100%;height:100%;display:block}._priceBlock_14uhu_353{border:1px solid var(--accent);border-radius:100px;margin-top:40px;padding:10px 24px;display:inline-block}._priceText_14uhu_361{font-family:var(--font-body);letter-spacing:.06em;color:var(--accent);font-size:.85rem;font-weight:500}._headerLayout_14uhu_370{justify-content:space-between;gap:80px;display:flex}._headerLogos_14uhu_376{flex-direction:row;flex-shrink:0;align-self:flex-end;align-items:center;gap:20px;padding-bottom:40px;display:flex}._collabSection_14uhu_387{border-top:1px solid var(--border);padding:80px 0 40px}._collabRow_14uhu_392{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}._collabLogo_14uhu_400{object-fit:contain;opacity:.8;width:auto;height:40px}._collabSep_14uhu_407{color:var(--fg-light);-webkit-user-select:none;user-select:none;font-size:1.1rem;font-weight:300;line-height:1}._customizationSection_14uhu_416{padding:48px 0 56px}._customizationText_14uhu_269{font-family:var(--font-display);text-align:center;max-width:700px;color:var(--green);opacity:0;margin:0 auto;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;line-height:1.6}._customizationText_14uhu_269.is-visible{opacity:1}._modelsSection_14uhu_180{padding:56px 0}._modelsGrid_14uhu_443{grid-template-columns:repeat(3,1fr);gap:35px;margin-top:48px;display:grid}._modelCard_14uhu_450{flex-direction:column;display:flex}._modelImageWrap_14uhu_455{border-radius:8px;overflow:hidden}._modelImage_14uhu_455{object-fit:cover;width:100%;height:340px;transition:transform .6s;display:block}._modelCard_14uhu_450:hover ._modelImage_14uhu_455{transform:scale(1.04)}._modelPlaceholder_14uhu_472{background:var(--border);width:100%;height:340px}._modelContent_14uhu_478{flex-direction:column;gap:8px;padding:20px 0 0;display:flex}._modelName_14uhu_485{text-transform:uppercase;color:var(--fg);font-size:clamp(1.2rem,1.7vw,1.6rem);font-weight:400;line-height:1.05}._modelTag_14uhu_493{color:var(--fg-mid);font-size:.82rem;line-height:1.6;display:block}._modelSpecs_14uhu_500{color:var(--fg-light);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}._timelineSection_14uhu_181{padding:56px 0 80px}._timeline_14uhu_181{margin-top:64px;padding-bottom:8px;position:relative}._timelineLine_14uhu_518{background:var(--border);pointer-events:none;width:2px;position:absolute;top:22px;bottom:22px;left:50%;transform:translate(-50%)}._timelineProgress_14uhu_529{background:var(--accent);transform-origin:top;height:100%;position:absolute;top:0;left:0;right:0;transform:scaleY(0)}._timelineStep_14uhu_540{align-items:center;margin-bottom:96px;display:flex;position:relative}._timelineStep_14uhu_540:last-child{margin-bottom:0}._timelineCard_14uhu_551{text-align:right;order:1;width:calc(50% - 22px);padding-right:52px}._timelineBadge_14uhu_558{background:var(--accent);width:44px;height:44px;color:var(--white);font-family:var(--font-body);z-index:1;border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex;position:relative}._timelineCardSide_14uhu_576{order:3;width:calc(50% - 22px)}._timelineStepRight_14uhu_581 ._timelineCard_14uhu_551{text-align:left;order:3;padding-left:52px;padding-right:0}._timelineStepRight_14uhu_581 ._timelineCardSide_14uhu_576{order:1}._timelineCardTitle_14uhu_592{color:var(--fg);margin-bottom:8px;font-size:1rem;font-weight:500}._timelineCardDesc_14uhu_599{color:var(--fg-mid);font-size:.875rem;line-height:1.75}._propertiesSection_14uhu_182{padding:56px 0}._propertiesSubtitle_14uhu_611{color:var(--fg-mid);margin-top:16px;margin-bottom:48px;font-size:.95rem;line-height:1.7}._propertiesGrid_14uhu_619{grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;display:grid}._propertyCard_14uhu_626{flex-direction:column;display:flex}._propertyImageWrap_14uhu_631{border-radius:8px;overflow:hidden}._propertyImage_14uhu_631{object-fit:cover;width:100%;height:300px;transition:transform .6s;display:block}._propertyCard_14uhu_626:hover ._propertyImage_14uhu_631{transform:scale(1.04)}._propertyInfo_14uhu_648{flex-direction:column;gap:14px;padding:18px 0 0;display:flex}._propertyTitle_14uhu_655{color:var(--fg);margin-bottom:10px;font-size:clamp(1rem,1.4vw,1.1rem);font-weight:400;line-height:1.3}._propertyDetails_14uhu_663{flex-direction:column;gap:9px;list-style:none;display:flex}._propertyDetail_14uhu_663{color:var(--fg-mid);align-items:baseline;gap:10px;font-size:.85rem;line-height:1.55;display:flex}._propertyDetail_14uhu_663:before{content:"✓";color:var(--accent);flex-shrink:0;font-size:.7rem}._servicePointsSection_14uhu_687{padding:56px 0 80px}._servicePointsGrid_14uhu_692{grid-template-columns:repeat(3,1fr);gap:48px 80px;display:grid}._servicePointCard_14uhu_698{flex-direction:row;align-items:flex-start;gap:20px;display:flex}._servicePointIcon_14uhu_705{color:var(--accent);flex-shrink:0;margin-top:2px}._servicePointCardText_14uhu_711{flex-direction:column;gap:6px;display:flex}._servicePointCardText_14uhu_711 h4{color:var(--fg);font-size:1rem;font-weight:500}._servicePointCardText_14uhu_711 p{color:var(--fg-mid);font-size:.875rem;line-height:1.75}._otherSection_14uhu_730{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0}._otherLinks_14uhu_736{justify-content:space-between;align-items:center;display:flex}._otherLabel_14uhu_742{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-light);flex-shrink:0;font-size:.7rem;font-weight:500}._otherLinksGroup_14uhu_751{align-items:center;display:flex}._otherLink_14uhu_736{color:var(--fg-light);border-left:1px solid var(--border);white-space:nowrap;padding:0 20px;font-size:.82rem;text-decoration:none;transition:color .2s}._otherLink_14uhu_736:hover{color:var(--accent)}@media (width<=1200px){._otherLink_14uhu_736{padding:0 10px;font-size:.75rem}}@media (width<=1000px){._collabLogo_14uhu_400{height:50px}._pointsGrid_14uhu_338{grid-template-columns:1fr}._pointsImage_14uhu_345{height:280px}._processGrid_14uhu_20{gap:48px}._benefitsGrid_14uhu_90{grid-template-columns:1fr 1fr;gap:36px 48px}._headerLayout_14uhu_370{flex-direction:column;gap:40px}._headerLogos_14uhu_376{justify-content:center;align-self:auto;padding-bottom:0}._servicePointsGrid_14uhu_692{grid-template-columns:1fr 1fr;gap:36px 48px}._otherLinks_14uhu_736{flex-direction:column;align-items:flex-start}._otherLabel_14uhu_742{margin-bottom:8px}._otherLinksGroup_14uhu_751{flex-direction:column;align-items:flex-start;width:100%}._otherLink_14uhu_736{border-left:none;border-bottom:1px solid var(--border);width:100%;padding:12px 0}._serviceHeader_14uhu_1{padding:calc(var(--nav-h) + 56px) 0 40px}}@media (width<=600px){._processGrid_14uhu_20{grid-template-columns:1fr}}@media (width<=480px){._headerLogos_14uhu_376{gap:15px}._collabLogo_14uhu_400{height:30px}._benefitsGrid_14uhu_90{grid-template-columns:1fr;gap:32px 0}._modelsGrid_14uhu_443{grid-template-columns:1fr}._modelsGrid_14uhu_443 ._modelCard_14uhu_450:last-child:nth-child(3){grid-column:auto}._servicePointsGrid_14uhu_692{grid-template-columns:1fr;gap:32px 0}._timelineStep_14uhu_540,._timelineStepRight_14uhu_581{margin-bottom:40px}._serviceHeader_14uhu_1{padding:calc(var(--nav-h) + 56px) 0 20px}}@media (width<=760px){._modelsGrid_14uhu_443{grid-template-columns:1fr 1fr}._modelsGrid_14uhu_443 ._modelCard_14uhu_450:last-child:nth-child(3){grid-column:1/-1}}@media (width<=600px){._timelineLine_14uhu_518{bottom:76px;left:22px;transform:none}._timelineStep_14uhu_540,._timelineStepRight_14uhu_581{align-items:flex-start;min-height:90px;margin-bottom:36px;padding-left:66px}._timelineCard_14uhu_551,._timelineStepRight_14uhu_581 ._timelineCard_14uhu_551{text-align:left;order:2;width:100%;padding:0}._timelineBadge_14uhu_558,._timelineStepRight_14uhu_581 ._timelineBadge_14uhu_558{order:1;position:absolute;top:0;left:0}._timelineCardSide_14uhu_576,._timelineStepRight_14uhu_581 ._timelineCardSide_14uhu_576{display:none}}._videoBannerSection_14uhu_909{padding:56px 0}._videoBannerWrap_14uhu_914{border-radius:8px;height:480px;position:relative;overflow:hidden}._videoBanner_14uhu_909{object-fit:cover;object-position:center;width:100%;height:100%;display:block}._muteToggle_14uhu_929{cursor:pointer;color:#fff;z-index:1;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;line-height:1;transition:background .2s;display:flex;position:absolute;bottom:14px;right:14px}._muteToggle_14uhu_929:hover{background:#000000b8}._slider_14uhu_954{cursor:ew-resize;-webkit-user-select:none;user-select:none;border-radius:8px;height:450px;position:relative;overflow:hidden}._sliderImg_14uhu_963{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}._sliderDivider_14uhu_973{cursor:ew-resize;z-index:2;background:#fff;justify-content:center;align-items:center;width:2px;display:flex;position:absolute;top:0;bottom:0;transform:translate(-50%)}._sliderHandle_14uhu_987{background:#fff;border-radius:50%;flex-shrink:0;width:36px;height:36px;box-shadow:0 2px 8px #0000004d}._labelBefore_14uhu_996,._labelDespues_14uhu_997{letter-spacing:.1em;text-transform:uppercase;color:#fff;pointer-events:none;z-index:1;background:#00000059;border-radius:4px;padding:4px 8px;font-size:.68rem;font-weight:500;position:absolute;bottom:12px}._labelBefore_14uhu_996{left:12px}._labelDespues_14uhu_997{right:12px}._carouselSection_14uhu_183{padding:56px 0 80px}._carouselBreak_14uhu_1025{display:inline}._carouselOuter_14uhu_1029{align-items:center;margin:48px -48px 0;display:flex;overflow:hidden}._carouselTrack_14uhu_1036{scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:16px;min-width:0;display:flex;overflow-x:auto}._carouselTrack_14uhu_1036::-webkit-scrollbar{display:none}._carouselItem_14uhu_1050{object-fit:cover;border-radius:8px;flex-shrink:0;width:280px;height:420px;display:block}._carouselVideo_14uhu_1059::-webkit-media-controls-volume-slider{display:none}._carouselVideo_14uhu_1059::-webkit-media-controls-mute-button{display:none}._carouselArrow_14uhu_1062{cursor:pointer;width:48px;color:var(--fg);opacity:.35;background:0 0;border:none;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;font-size:1.6rem;line-height:1;transition:opacity .2s;display:flex}._carouselArrow_14uhu_1062:hover{opacity:1}@media (width<=768px){._propertiesGrid_14uhu_619{grid-template-columns:1fr}._carouselArrow_14uhu_1062{display:none}._carouselOuter_14uhu_1029{margin:32px 0 0}._carouselTrack_14uhu_1036{scroll-snap-type:x mandatory}._carouselItem_14uhu_1050{scroll-snap-align:start;height:500px}}@media (width<=480px){._carouselItem_14uhu_1050{width:80%}}@media (width<=600px){._carouselBreak_14uhu_1025{display:block}}._mediaSection_14uhu_1115{padding:56px 0}._mediaGrid_14uhu_1119{grid-template-columns:1fr 1fr;gap:60px;display:grid}._mediaItem_14uhu_1125{object-fit:cover;border-radius:8px;width:100%;height:440px;display:block}@media (width<=900px){._mediaGrid_14uhu_1119{grid-template-columns:1fr}._mediaItem_14uhu_1125{height:400px}._mediaGrid_14uhu_1119 img{display:none}}._photoPairSection_14uhu_1146{padding:56px 0}._photoPairGrid_14uhu_1150{grid-template-columns:1fr 1fr;gap:16px;display:grid}._photoPairImg_14uhu_1156{object-fit:cover;border-radius:8px;width:100%;height:440px;display:block}@media (width<=640px){._photoPairGrid_14uhu_1150{grid-template-columns:1fr}._photoPairImg_14uhu_1156{height:280px}._photoPairImg_14uhu_1156:last-child{display:none}}._photoRowSection_14uhu_1177{padding:80px 0}._reformesPhrasePlaceholder_14uhu_1181{background:var(--green);opacity:.18;border-radius:2px;max-width:480px;height:2px;margin:0 auto 64px;position:relative}._reformesPhrasePlaceholder_14uhu_1181:after{content:"frase pendent";font-family:var(--font-display);letter-spacing:.08em;color:var(--green);opacity:.5;white-space:nowrap;font-size:.8rem;font-style:italic;position:absolute;top:12px;left:50%;transform:translate(-50%)}._reformesText_14uhu_1206{font-family:var(--font-display);text-align:center;max-width:700px;color:var(--green);opacity:0;margin:0 auto 64px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;line-height:1.6}._reformesText_14uhu_1206.is-visible,._closingText_14uhu_245.is-visible ._wordSpan_14uhu_261,._customizationText_14uhu_269.is-visible ._wordSpan_14uhu_261,._reformesText_14uhu_1206.is-visible ._wordSpan_14uhu_261{opacity:1}._photoRowGrid_14uhu_1228{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._photoRowImg_14uhu_1234{object-fit:cover;border-radius:8px;width:100%;height:400px;display:block}@media (width<=900px){._photoRowGrid_14uhu_1228{grid-template-columns:1fr 1fr}._photoRowImg_14uhu_1234{height:280px}}@media (width<=480px){._photoRowGrid_14uhu_1228{grid-template-columns:1fr}._photoRowImg_14uhu_1234{height:260px}}._otherServicesSection_14uhu_1261{border-top:1px solid var(--border);padding:80px 0}._otherServicesGrid_14uhu_1266{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._otherServiceCard_14uhu_1272{aspect-ratio:4/3;border-radius:8px;text-decoration:none;display:block;position:relative;overflow:hidden}._otherServiceCardImg_14uhu_1281{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block;position:absolute;inset:0}._otherServiceCardBg_14uhu_1291{background:var(--fg);position:absolute;inset:0}._otherServiceCardIllustration_14uhu_1297{object-fit:contain;opacity:.9;pointer-events:none;width:auto;height:78%;transition:transform .6s,opacity .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._otherServiceCard_14uhu_1272:hover ._otherServiceCardIllustration_14uhu_1297{opacity:1;transform:translate(-50%)scale(1.06)}._otherServiceCardOverlay_14uhu_1315{background:linear-gradient(#1c10081a 0%,#1c100880 45%,#1c1008f5 100%);transition:background .35s;position:absolute;inset:0}._otherServiceCard_14uhu_1272:hover ._otherServiceCardOverlay_14uhu_1315{background:linear-gradient(#1c100826 0%,#1c100899 45%,#1c1008fa 100%)}._otherServiceCardContent_14uhu_1336{padding:24px 20px;position:absolute;bottom:0;left:0;right:0}._otherServiceCardTitle_14uhu_1344{font-family:var(--font-body);color:var(--bg);margin-bottom:10px;font-size:clamp(.82rem,1.1vw,1rem);font-weight:400;line-height:1.3}._otherServiceCta_14uhu_1353{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;font-size:.68rem;transition:color .25s,gap .25s;display:inline-flex}._otherServiceCard_14uhu_1272:hover ._otherServiceCta_14uhu_1353{color:var(--accent-h);gap:14px}@media (width<=900px){._otherServicesGrid_14uhu_1266{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._otherServicesGrid_14uhu_1266{grid-template-columns:repeat(2,1fr);gap:10px}}._header_1v9fj_2{padding:calc(var(--nav-h) + 56px) 0 80px}._projectSection_1v9fj_7{padding:0 0 100px}._projectSection_1v9fj_7 h2{margin-top:20px;margin-bottom:0;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:400}._carouselOuter_1v9fj_19{align-items:center;margin:48px -48px 0;display:flex;overflow:hidden}._carouselTrack_1v9fj_26{scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:16px;min-width:0;display:flex;overflow-x:auto}._carouselTrack_1v9fj_26::-webkit-scrollbar{display:none}._carouselItem_1v9fj_40{object-fit:cover;border-radius:8px;flex-shrink:0;width:280px;height:420px;display:block}._carouselVideo_1v9fj_49::-webkit-media-controls-volume-slider{display:none}._carouselVideo_1v9fj_49::-webkit-media-controls-mute-button{display:none}._carouselArrow_1v9fj_52{cursor:pointer;width:48px;color:var(--fg);opacity:.35;background:0 0;border:none;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;font-size:1.6rem;line-height:1;transition:opacity .2s;display:flex}._carouselArrow_1v9fj_52:hover{opacity:1}@media (width<=768px){._carouselArrow_1v9fj_52{display:none}._carouselOuter_1v9fj_19{margin:32px 0 0}._carouselTrack_1v9fj_26{scroll-snap-type:x mandatory}._carouselItem_1v9fj_40{scroll-snap-align:start;height:500px}}@media (width<=480px){._carouselItem_1v9fj_40{width:80%}}._pageHeader_to2xg_2{padding:calc(var(--nav-h) + 56px) 0 48px;text-align:center}._headerLead_to2xg_7{color:var(--fg-mid);max-width:480px;margin-top:20px;margin-left:auto;margin-right:auto;font-size:1rem}._foundersSection_to2xg_17{padding:24px 0 48px}._foundersGrid_to2xg_21{text-align:center;grid-template-columns:1fr 1fr;gap:96px;max-width:560px;margin:0 auto;display:grid}._founderCard_to2xg_30{flex-direction:column;gap:0;display:flex}._founderImg_to2xg_36{width:100%;display:block}._founderName_to2xg_41{color:var(--fg);margin:16px 0 0;font-size:1rem;font-weight:500}._founderRole_to2xg_48{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-mid);margin:4px 0 0;font-size:.78rem}._storySection_to2xg_57{padding:56px 0 80px}._storyInner_to2xg_61{grid-template-columns:2fr 1fr;align-items:start;gap:80px;display:grid}._storyText_to2xg_68{flex-direction:column;gap:0;display:flex}._storyText_to2xg_68 h2{margin-top:20px;margin-bottom:24px;font-size:clamp(1.5rem,2.5vw,2.1rem)}._storyDesc_to2xg_80{color:var(--fg-mid);font-size:.95rem;line-height:1.85}._storyDesc_to2xg_80+._storyDesc_to2xg_80{margin-top:1.2em}._storyTagline_to2xg_90{color:var(--fg);margin-top:1.2em;font-size:.95rem;font-weight:500;line-height:1.85}._storyTagline_to2xg_90+._storyDesc_to2xg_80{margin-top:1.2em}._storyVideoWrap_to2xg_102{justify-content:flex-end;padding-top:80px;display:flex}._phoneWrap_to2xg_108{justify-content:flex-end;display:flex}._phone_to2xg_108{background:#1a1a1a;border-radius:44px;align-self:flex-start;width:100%;max-width:clamp(200px,42dvh,300px);padding:6px;position:relative;box-shadow:0 24px 60px #0003}._phoneScreen_to2xg_124{aspect-ratio:9/16;border-radius:38px;position:relative;overflow:hidden}._phoneScreen_to2xg_124 video{object-fit:cover;width:100%;height:100%;display:block}:-webkit-any(._phoneScreen_to2xg_124 video:fullscreen,._phoneScreen_to2xg_124 video:-webkit-full-screen){object-fit:contain;background:#000}:is(._phoneScreen_to2xg_124 video:fullscreen,._phoneScreen_to2xg_124 video:fullscreen){object-fit:contain;background:#000}._notch_to2xg_144{z-index:1;pointer-events:none;background:#1a1a1a;border-radius:20px;justify-content:space-between;align-items:center;width:80px;height:22px;padding:0 10px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}._notchSpeaker_to2xg_161{background:#2d2d2d;border-radius:2px;width:30px;height:4px;display:block}._notchCamera_to2xg_169{background:#2d2d2d;border-radius:50%;width:8px;height:8px;display:block}._phoneBtn_to2xg_177{pointer-events:none;background:#333;width:4px;position:absolute}._phoneBtnMute_to2xg_184{border-radius:2px 0 0 2px;height:25px;top:15%;left:-3px}._phoneBtnVolUp_to2xg_191{border-radius:2px 0 0 2px;height:50px;top:28%;left:-3px}._phoneBtnVolDown_to2xg_198{border-radius:2px 0 0 2px;height:50px;top:40%;left:-3px}._phoneBtnLock_to2xg_205{border-radius:0 2px 2px 0;height:90px;top:30%;right:-3px}@media (width<=720px){._foundersGrid_to2xg_21{gap:20px;max-width:100%}._storyInner_to2xg_61{grid-template-columns:1fr;gap:48px}._storyVideoWrap_to2xg_102{justify-content:center;padding-top:0}}._pageHeader_13xr7_1{padding:calc(var(--nav-h) + 56px) 0 72px}._pageHeader_13xr7_1 h1{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400}._legal_13xr7_11{padding:0 0 120px}._legal_13xr7_11 section{max-width:720px;margin-bottom:40px}._legal_13xr7_11 h2{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--fg);margin-bottom:12px;font-size:.75rem;font-weight:600}._legal_13xr7_11 p{color:var(--fg-mid);max-width:720px;margin-bottom:10px;font-size:.875rem;line-height:1.85}._legal_13xr7_11 ul{color:var(--fg-mid);max-width:720px;margin-bottom:10px;padding-left:20px;font-size:.875rem;line-height:1.85}._legal_13xr7_11 li{margin-bottom:4px}._legal_13xr7_11 strong{color:var(--fg);font-weight:500}._updated_13xr7_56{color:var(--fg-light);max-width:720px;margin-top:64px;font-size:.75rem}@media (width<=768px){._pageHeader_13xr7_1{padding:calc(var(--nav-h) + 32px) 0 48px}}
