.whatsapp-icon[data-astro-cid-u5mvmadl]{flex:none;display:inline-flex}.whatsapp-icon[data-astro-cid-u5mvmadl] svg{fill:currentColor;width:100%;height:100%}.site-header.bew-header{--nav-height:74px;transition:transform .24s,opacity .2s,background-color .2s}.bew-header[data-home=true][data-at-top=true][data-scroll-enhanced=true]{background:0 0;border-bottom:0}.bew-header[data-hidden=true]{opacity:0;pointer-events:none;transform:translateY(-110%)}.bew-header[data-hidden=true]:focus-within{opacity:1;pointer-events:auto;transform:none}.bew-header:has(#menu-toggle[aria-expanded=true]){background:var(--colors-surface-black)}.bew-header .bew-header-inner{gap:40px;width:min(100% - 80px,1600px);max-width:none;height:74px;margin-inline:auto}.bew-header .brand img{mix-blend-mode:screen;width:92px}.bew-header .desktop-nav{flex:1;justify-content:space-between;gap:36px;display:flex}.bew-header .header-nav-links{justify-content:center;align-items:center;gap:clamp(14px,1.65vw,28px);margin-inline:auto;display:flex}.bew-header .nav-brand{gap:1px;position:relative}.bew-header .header-top-link{letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.2}.bew-header .header-top-link.header-link-active,.bew-header .header-top-link[aria-current=page]{color:var(--colors-primary)}.bew-header .nav-disclosure{position:static}.bew-header .nav-disclosure summary{width:26px;min-height:44px;color:var(--colors-body-on-dark);border-radius:8px}.bew-header .nav-device-menu{border-radius:12px;min-width:240px;padding:12px;top:calc(100% + 4px);left:0;box-shadow:0 16px 36px #0000002e}.bew-header .nav-device-menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.bew-header .nav-device-menu a{min-height:44px;padding-inline:14px;font-size:14px;font-weight:400;line-height:1.35}.bew-header .nav-device-menu a:hover,.bew-header .nav-device-menu a:focus-visible{color:var(--colors-primary);background:#ffffff0b}.bew-header .desktop-nav>.header-contact{border-radius:var(--rounded-pill);letter-spacing:.055em;text-transform:uppercase;min-height:42px;color:var(--colors-body-on-dark);background:var(--gradient-action);box-shadow:var(--shadow-button);white-space:nowrap;border:0;gap:9px;padding:10px 20px;font-size:12px;font-weight:500}.bew-header .header-contact svg{color:var(--colors-body-on-dark)}.bew-header .menu-toggle{display:none}body[data-mobile-menu-open=true]{top:var(--mobile-menu-scroll-top);width:100%;position:fixed;overflow:hidden}.bew-header .mobile-menu-dialog{width:75vw;max-width:none;height:100dvh;max-height:none;color:var(--colors-body-on-dark);background:var(--colors-surface-black);border:0;margin:0;padding:0;position:fixed;inset:0 0 0 auto;overflow:hidden}.bew-header .mobile-menu-dialog[open]{animation:bew-drawer-in .32s var(--motion-ease) both;flex-direction:column;display:flex}.bew-header .mobile-menu-dialog::backdrop{background:#0009;animation:.24s both bew-backdrop-in}.bew-header .mobile-menu-dialog[data-closing=true]{animation:.22s ease-in both bew-drawer-out}.bew-header .mobile-menu-dialog[data-closing=true]::backdrop{animation:.22s both bew-backdrop-out}.bew-header .mobile-menu-heading{min-height:76px;padding:max(16px, env(safe-area-inset-top)) 24px 16px;border-bottom:1px solid var(--colors-hairline-dark);flex:none;justify-content:space-between;align-items:center;gap:16px;display:flex}.bew-header .mobile-menu-heading h2{font-size:20px;font-weight:500;line-height:1.3}.bew-header .mobile-menu-dismiss{width:44px;height:44px;color:var(--colors-body-on-dark);background:0 0;border:0;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.bew-header .mobile-menu-dismiss:active{transform:scale(.95)}.bew-header .mobile-menu{min-height:0;max-height:none;padding:20px 24px max(28px, env(safe-area-inset-bottom));overscroll-behavior:contain;border:0;flex:1;position:static;overflow-y:auto}.bew-header .mobile-menu-groups{grid-template-columns:minmax(0,1fr);gap:20px;display:grid}.bew-header .mobile-brand{border-bottom:1px solid var(--colors-hairline-dark);align-self:start;padding-bottom:12px}.bew-header .mobile-brand>.mobile-group-link{letter-spacing:.06em;text-transform:uppercase;min-height:48px;padding-right:48px;font-size:14px;font-weight:500}.bew-header .mobile-nav-disclosure>summary{cursor:pointer;border-radius:8px;place-items:center;width:44px;height:44px;list-style:none;display:grid;position:absolute;top:2px;right:0}.bew-header .mobile-nav-disclosure>summary::-webkit-details-marker{display:none}.bew-header .mobile-nav-disclosure>summary svg{transition:transform .22s var(--motion-ease)}.bew-header .mobile-nav-disclosure[open]>summary svg{transform:rotate(180deg)}.bew-header .mobile-group-links{padding:4px 0 8px}.bew-header .mobile-group-links>a{min-height:44px;color:var(--colors-body-muted);font-size:14px}.bew-header .mobile-menu a[aria-current=page]{color:var(--colors-primary)}.bew-header .mobile-direct-links>a{min-height:48px;font-size:14px}.bew-header .mobile-menu>.mobile-menu-contact{width:100%;min-height:48px;color:var(--colors-body-on-dark);background:var(--gradient-action);gap:12px;margin-top:28px;padding-inline:16px;font-size:14px;display:inline-flex}@keyframes bew-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes bew-drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes bew-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes bew-backdrop-out{0%{opacity:1}to{opacity:0}}@media (width<=1200px) and (width>=1069px){.bew-header .bew-header-inner{gap:24px;width:calc(100% - 48px)}.bew-header .desktop-nav{gap:20px}.bew-header .header-nav-links{gap:12px}.bew-header .desktop-nav>.header-contact{padding-inline:17px}}@media (width<=1068px){:root,.site-header.bew-header{--nav-height:68px}.bew-header .bew-header-inner{width:calc(100% - 48px);height:68px}.bew-header .brand img{width:84px}.bew-header .desktop-nav{display:none}.bew-header .menu-toggle{display:inline-flex}}@media (width<=600px){.bew-header .bew-header-inner{width:calc(100% - 40px)}.bew-header .mobile-menu,.bew-header .mobile-menu-heading{padding-inline:20px}.bew-header .mobile-menu-groups{grid-template-columns:minmax(0,1fr);gap:16px}.bew-header .mobile-menu>.mobile-menu-contact{width:100%}}@media (prefers-reduced-motion:reduce){.site-header.bew-header{transition:none}.bew-header .nav-disclosure[open] .nav-device-menu{animation:none}.bew-header .mobile-nav-disclosure>summary svg{transition:none}.bew-header .mobile-menu-dialog[open],.bew-header .mobile-menu-dialog[data-closing=true],.bew-header .mobile-menu-dialog::backdrop{animation:none}}.site-footer .footer-main{grid-template-columns:1fr 1.2fr 1.35fr;gap:40px}.footer-identity{min-width:0}.footer-identity>.brand{margin-bottom:24px;display:inline-flex}.footer-identity .brand img{mix-blend-mode:screen}.footer-identity .footer-contact a{gap:10px}.footer-contact svg{color:var(--colors-primary);flex-shrink:0}.footer-instagram-icon{flex:none;display:inline-flex}.footer-instagram-icon svg{width:19px;height:19px}.site-footer .footer-links{justify-self:stretch;gap:4px 20px}.footer-map{min-width:0}.footer-map iframe{background:var(--colors-surface-black);border:0;border-radius:20px;width:100%;height:270px;display:block}.footer-map p{margin-top:20px;font-size:14px}.footer-map .text-link{min-height:44px;color:var(--colors-primary);gap:8px;margin-top:4px;font-size:13px;display:inline-flex}@media (width<=1068px){.site-footer .footer-main{grid-template-columns:1fr 1fr}.footer-map{grid-column:1/-1}.footer-map iframe{height:300px}}@media (width<=600px){.site-footer .footer-main{grid-template-columns:1fr;gap:32px}.footer-map iframe{height:260px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.hidden{display:none}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/montserrat-latin-400-normal.BLhwKU8k.woff2)format("woff2"),url(/_astro/montserrat-latin-400-normal.xItZbAXg.woff)format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/montserrat-latin-500-normal.DRFEGfly.woff2)format("woff2"),url(/_astro/montserrat-latin-500-normal.Dok2oTci.woff)format("woff")}:root{--colors-primary:#dbb7ab;--colors-primary-focus:#8b5d4d;--colors-primary-on-dark:#dbb7ab;--colors-link:#805445;--colors-warm:#f8f1ee;--colors-rose-light:#f2ded5;--colors-rose-deep:#bd8e7d;--colors-canvas:#fff;--colors-surface-black:#181716;--colors-ink:#1d1d1f;--colors-body-on-dark:#fff;--colors-body-muted:#ccc;--colors-ink-muted:#515154;--colors-hairline:#dedede;--colors-hairline-dark:#3c3633;--colors-selection:#dbb7ab59;--gradient-rose:linear-gradient(115deg, var(--colors-rose-light), var(--colors-primary) 62%, #c79b8b);--gradient-action:linear-gradient(115deg, #956656, #805445 62%, #65463c);--gradient-highlight:linear-gradient(145deg, #fffaf7, #f1e3dc);--shadow-button:0 3px 6px #00000029, 0 10px 24px -4px #5f392952, inset 0 1px 0 #ffffff59;--shadow-highlight:0 22px 50px -28px #3e24193d;--font-body:"Montserrat", sans-serif;--font-display:"Montserrat", sans-serif;--rounded-pill:9999px;--rounded-media:24px;--rounded-control:16px;--spacing-section:104px;--width-content:980px;--width-wide:1248px;--nav-height:74px;--motion-ease:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--colors-ink-muted) var(--colors-canvas);scroll-padding-top:100px}body{font-family:var(--font-body);font-synthesis:none;color:var(--colors-ink);background:var(--colors-canvas);margin:0;font-size:17px;font-weight:400;line-height:1.65}body,button{-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:var(--colors-link);text-underline-offset:5px;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--colors-primary-focus);outline-offset:5px}::selection{background:var(--colors-selection)}h1,h2,h3,p,figure{margin:0}h1,h2,h3,strong,b{font-weight:500}h1,h2,h3{font-family:var(--font-display);text-wrap:balance}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}ul{margin:0;padding:0;list-style:none}[hidden]{display:none!important}.site-shell{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}.skip-link{z-index:100;background:var(--colors-canvas);padding:12px 20px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container,.container-wide{width:min(calc(100% - 64px), var(--width-content));margin-inline:auto}.container-wide{max-width:var(--width-wide);width:min(calc(100% - 64px), var(--width-wide))}.site-header{z-index:50;color:var(--colors-body-on-dark);background:var(--colors-surface-black);position:sticky;top:0}.header-inner{height:var(--nav-height);justify-content:space-between;align-items:center;gap:32px;display:flex}.brand{flex-shrink:0;align-items:center;min-height:44px;display:inline-flex}.brand img{width:80px;height:auto}.desktop-nav{align-items:center;gap:36px;display:flex}.desktop-nav a{min-height:44px;color:var(--colors-body-on-dark);align-items:center;font-size:14px;display:flex}.desktop-nav a[aria-current=page]{color:var(--colors-primary-on-dark)}.desktop-nav>a:last-child{border:1px solid var(--colors-primary-on-dark);border-radius:var(--rounded-pill);color:var(--colors-primary-on-dark);padding-inline:24px}.nav-brand{align-items:center;gap:2px;display:flex}.nav-disclosure{position:relative}.nav-disclosure summary{cursor:pointer;justify-content:center;align-items:center;width:32px;height:44px;list-style:none;display:flex}.nav-disclosure summary::-webkit-details-marker{display:none}.nav-disclosure summary svg{transition:transform .25s var(--motion-ease)}.nav-disclosure[open] summary svg{transform:rotate(180deg)}.nav-device-menu{border:1px solid var(--colors-hairline-dark);background:var(--colors-surface-black);border-radius:16px;min-width:240px;padding:16px;position:absolute;top:calc(100% + 12px);left:-80px}.nav-device-menu a{border-radius:8px;padding-inline:12px}.nav-disclosure[open] .nav-device-menu{animation:menu-arrive .26s var(--motion-ease)}@keyframes menu-arrive{0%{opacity:.4;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-device-menu a:hover,.nav-device-menu a:focus-visible{color:var(--colors-primary-on-dark)}.menu-toggle{width:44px;height:44px;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;display:none}.menu-toggle:active{transform:scale(.95)}.mobile-menu{z-index:2;max-height:calc(100dvh - var(--nav-height));border-top:1px solid var(--colors-hairline-dark);background:var(--colors-surface-black);padding:12px 24px 24px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.mobile-menu a{min-height:52px;color:var(--colors-body-on-dark);align-items:center;font-size:20px;display:flex}.mobile-brand{position:relative}.mobile-brand>div{padding-right:60px}.mobile-brand .nav-disclosure{position:static}.mobile-brand summary{width:44px;position:absolute;top:4px;right:0}.mobile-brand .nav-device-menu{border:0;border-radius:0;padding:0 0 12px 16px;position:static}.mobile-brand .nav-device-menu a{min-height:44px;color:var(--colors-body-muted);font-size:15px}.button{border-radius:var(--rounded-pill);min-height:52px;color:var(--colors-body-on-dark);background:var(--gradient-action);box-shadow:var(--shadow-button);text-align:center;white-space:normal;transition:transform .18s var(--motion-ease), box-shadow .18s ease;border:1px solid #0000;justify-content:center;align-items:center;gap:12px;padding:13px 24px;font-size:15px;font-weight:500;line-height:1.4;display:inline-flex}.button:active{transform:scale(.95)}.text-link{align-items:center;min-height:44px;text-decoration:underline;display:inline-flex}.tile{padding-block:var(--spacing-section)}.tile-white{background:var(--colors-canvas)}.tile-dark{color:var(--colors-body-on-dark);background:var(--colors-surface-black)}.tile-dark a:not(.button){color:var(--colors-primary-on-dark)}.tile-dark .section-description{color:var(--colors-body-muted)}.display-hero{letter-spacing:-.035em;font-size:clamp(40px,4.1vw,56px);line-height:1.18}.display-title{letter-spacing:-.025em;font-size:40px;line-height:1.2}.section-description{max-width:60ch;margin-top:24px}.section-heading{max-width:760px}.section-heading .button{margin-top:28px}.hero{padding-block:64px}.hero-layout{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-copy{align-self:center;max-width:620px}.hero-copy p{max-width:440px;color:var(--colors-ink-muted);margin-top:24px}.hero-copy .button{margin-top:32px}.hero-visual{min-width:0}.hero-image{border-radius:var(--rounded-media);width:100%}.hero-visual figcaption{color:var(--colors-ink-muted);margin-top:8px;font-size:12px}.device-photo{object-fit:contain;border-radius:var(--rounded-media);height:auto}.independence-note,.hero-copy .independence-note{max-width:55ch;color:var(--colors-ink-muted);margin-top:24px;font-size:14px;line-height:1.65}.tile-dark .independence-note{color:var(--colors-body-muted)}.services-layout{grid-template-columns:.9fr 1.2fr;align-items:start;gap:100px;display:grid}.services-heading .display-title{max-width:400px}.services-heading p{max-width:330px}.service-item{border-bottom:1px solid var(--colors-hairline)}.service-item:first-child{border-top:1px solid var(--colors-hairline)}.service-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;min-height:74px;padding-block:20px;list-style:none;display:flex}.service-item summary::-webkit-details-marker{display:none}.service-item h3{font-size:19px;line-height:1.5}.service-plus{color:var(--colors-primary);transition:transform .22s var(--motion-ease)}.service-item[open] .service-plus{transform:rotate(45deg)}.service-answer{color:var(--colors-ink-muted);padding:0 24px 20px 0;font-size:15px}.service-answer a{margin-top:12px}.tile-dark .service-item{border-color:var(--colors-hairline-dark)}.tile-dark .service-plus{color:var(--colors-primary-on-dark)}.tile-dark .service-answer{color:var(--colors-body-muted)}.stories-layout{grid-template-columns:minmax(0,.75fr) minmax(0,1.65fr);align-items:start;gap:64px;display:grid}.stories-heading{padding-top:24px}.stories-heading .section-description{max-width:34ch;font-size:15px}.story-controls{gap:12px;margin-top:32px;display:flex}.story-control{border:1px solid var(--colors-primary);width:48px;height:48px;color:var(--colors-primary);background:var(--colors-canvas);transition:transform .18s var(--motion-ease);border-radius:50%;place-items:center;display:grid}.story-control:active{transform:scale(.95)}.story-control[aria-disabled=true]{border-color:var(--colors-hairline);color:var(--colors-ink-muted);cursor:default}.stories-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;margin:-8px;padding:8px;scroll-padding-inline:8px;display:flex;position:relative;overflow-x:auto}.stories-track::-webkit-scrollbar{display:none}.video-story{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 320px;min-width:0}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.video-stage{aspect-ratio:9/16;background:var(--colors-surface-black);border-radius:var(--rounded-control);position:relative}.video-trigger{width:100%;height:100%;display:block;position:relative}.video-trigger img{object-fit:contain;border-radius:var(--rounded-control);width:100%;height:100%}.video-trigger{border-radius:var(--rounded-control)}.video-play{background:var(--colors-primary);width:56px;height:56px;color:var(--colors-body-on-dark);transition:transform .18s var(--motion-ease);border-radius:50%;place-items:center;display:grid;position:absolute;inset:50% auto auto 50%;translate:-50% -50%}.video-trigger:active .video-play{transform:scale(.95)}.video-play svg{margin-left:3px}.video-player{width:100%;height:100%}.video-player video,.video-player iframe{object-fit:contain;border-radius:var(--rounded-control);border:0;width:100%;height:100%;display:block}.video-close{background:var(--colors-primary);width:44px;height:44px;color:var(--colors-body-on-dark);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:8px}.video-close:active{transform:scale(.95)}.video-story figcaption{font-size:15px}.video-story figcaption>span{font-weight:500}.video-feedback{margin-top:8px;font-size:13px}.video-feedback p{color:var(--colors-ink-muted)}.video-feedback a{align-items:center;min-height:44px;text-decoration:underline;display:inline-flex}.store-layout{grid-template-rows:auto auto;grid-template-columns:1.25fr 1fr;align-items:start;gap:24px 72px;display:grid}.store-layout>.store-image{grid-area:1/1/3;align-self:center}.store-layout>.display-title{grid-column:2;align-self:end}.store-layout>.store-copy{grid-column:2}.store-copy>p:first-child{margin-top:0}.store-image{border-radius:var(--rounded-media);width:100%;height:auto}.store-copy{max-width:430px}.store-copy p{color:var(--colors-body-muted);margin-top:24px}.store-copy address{margin-top:28px;font-style:normal}.store-copy .text-link{margin-top:16px}.page-intro{padding-block:80px}.team-intro{grid-template-columns:1fr 1.1fr;align-items:center;gap:72px;display:grid}.team-intro .display-hero{font-size:48px}.team-intro p{max-width:510px;color:var(--colors-ink-muted);margin-top:28px}.team-intro .button{margin-top:28px}.team-photo{border-radius:var(--rounded-media);width:100%;height:auto}.team-about{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.team-about p{max-width:60ch;color:var(--colors-ink-muted);margin-top:24px}.team-about a{margin-top:24px}.contact-intro .display-hero{font-size:48px}.contact-intro .section-description{max-width:550px}.contact-grid{grid-template-columns:1fr 1fr;gap:64px;margin-top:56px;display:grid}.contact-method{border-top:1px solid var(--colors-hairline-dark);padding-top:28px}.contact-method h2{font-size:20px;line-height:1.4}.contact-method a{overflow-wrap:anywhere;align-items:center;width:fit-content;min-height:44px;display:flex}.contact-method h2+a{margin-top:16px}.visit-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:72px;display:grid}.visit-image{border-radius:var(--rounded-media);width:100%;height:auto}.visit-copy address{margin-top:24px;font-style:normal}.visit-copy .text-link{margin-top:20px}.visit-copy p{color:var(--colors-ink-muted);max-width:350px;margin-top:16px;font-size:15px}.site-footer{background:var(--colors-surface-black);color:var(--colors-body-muted);padding-block:0 28px}.footer-main{border-top:1px solid var(--colors-hairline-dark);grid-template-columns:.8fr 1.5fr 1fr;align-items:start;gap:40px;padding-block:48px;display:grid}.site-footer a{color:var(--colors-body-muted)}.footer-contact a,.footer-links a{overflow-wrap:anywhere;align-items:center;width:fit-content;min-height:44px;font-size:14px;display:flex}.footer-links{justify-self:end}.footer-legal{font-size:12px;line-height:1.6}.footer-legal+.footer-legal{max-width:780px;margin-top:8px}.footer-contact p{margin-bottom:12px;font-size:14px}.section-link{margin-top:24px}.small-copy{font-size:14px}.brands-section{padding-block:72px}.brands-section>.container-wide{grid-template-columns:.8fr 1.8fr;gap:72px;display:grid}.brands-section .display-title{max-width:260px;font-size:28px}.brand-paths{grid-template-columns:1fr 1fr;gap:48px;display:grid}.brand-path h3{letter-spacing:-.025em;font-size:36px;line-height:1.2}.brand-path p{max-width:410px;color:var(--colors-body-muted);margin-top:20px;font-size:15px}.brand-path .text-link{margin-top:24px;font-size:14px}.repair-layout{grid-template-rows:auto auto;grid-template-columns:1.1fr 1fr;align-items:start;gap:24px 80px;display:grid}.repair-layout>.repair-image{grid-area:1/1/3;align-self:center}.repair-layout>.display-title{grid-column:2;align-self:end}.repair-layout>.repair-copy{grid-column:2}.repair-copy .section-description{margin-top:0}.repair-image{border-radius:var(--rounded-media);width:100%;height:auto}.repair-copy{max-width:490px}.preparation-section{padding-top:0}.preparation-section .display-title,.retail-section .display-title{font-size:30px}.preparation-layout{border-top:1px solid var(--colors-hairline);grid-template-columns:1fr 1fr;gap:100px;padding-top:56px;display:grid}.preparation-copy{max-width:65ch}.preparation-copy>h3{margin-bottom:20px;font-size:21px;line-height:1.45}.preparation-copy>p{color:var(--colors-ink-muted)}.tile-dark .preparation-copy>p{color:var(--colors-body-muted)}.plain-list{margin-block:24px;padding-left:20px;list-style:outside}.plain-list li{margin-top:12px;padding-left:6px}.retail-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.retail-description .section-description{margin-top:0}.retail-copy{max-width:460px}.home-faq{padding-top:16px}.contact-band-layout{justify-content:space-between;align-items:center;gap:60px;display:flex}.contact-band-layout>div{max-width:710px}.contact-band-layout .button{flex-shrink:0}.breadcrumbs{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:40px;font-size:13px;display:flex}.breadcrumbs a{align-items:center;min-height:44px;display:inline-flex}.breadcrumbs span{color:var(--colors-ink-muted)}.brand-intro{padding-top:28px}.brand-intro-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:80px;display:grid}.brand-intro-photo{border-radius:var(--rounded-media);width:100%}.device-list{grid-template-columns:1fr 1fr;gap:48px 80px;margin-top:60px;display:grid}.device-list article{border-top:1px solid var(--colors-hairline-dark);padding-top:24px}.device-list h3{font-size:24px;line-height:1.3}.device-list p{color:var(--colors-body-muted);max-width:54ch;margin-top:16px}.service-directory{padding-bottom:var(--spacing-section)}.directory-row{border-top:1px solid var(--colors-hairline);grid-template-columns:.85fr 1.2fr auto;align-items:start;gap:48px;padding-block:32px;display:grid}.directory-row:last-child{border-bottom:1px solid var(--colors-hairline)}.directory-row h2{font-size:24px;line-height:1.45}.directory-row h2 a{align-items:center;min-height:44px;display:inline-flex}.directory-row p{color:var(--colors-ink-muted);font-size:15px}.directory-row>a{font-size:14px}.inline-links{flex-wrap:wrap;gap:12px 28px;margin-top:24px;display:flex}.service-intro{padding-top:28px}.service-intro-layout{grid-template-columns:1.25fr .8fr;align-items:start;gap:100px;display:grid}.symptoms{margin-top:8px}.symptoms h2{font-size:21px;line-height:1.45}.symptoms .plain-list{color:var(--colors-ink-muted);font-size:15px}.service-reading{max-width:800px}.service-reading>.faq-list{margin-top:40px}.service-reading>.section-description{max-width:70ch}.related-section{padding-top:0}.related-section .display-title{font-size:28px}.related-links{grid-template-columns:1fr 1fr;gap:60px;margin-top:32px;display:grid}.related-links>a{border-top:1px solid var(--colors-hairline);padding-block:24px}.related-links span{display:block}.related-links span:first-child{font-size:21px;font-weight:500}.related-links span+span{color:var(--colors-ink-muted);margin-top:12px;font-size:15px}.faq-page{padding-bottom:var(--spacing-section)}.faq-page .service-reading{margin-inline:auto}.faq-page .faq-list{margin-top:32px}@media (width<=1068px){.hero-layout{gap:48px}.services-layout{gap:64px}.display-title{font-size:34px}.store-layout,.team-intro,.team-about,.visit-grid{gap:40px}.brand-intro-layout,.repair-layout,.retail-layout,.service-intro-layout,.preparation-layout{gap:48px}.directory-row{gap:28px}.brands-section>.container-wide{grid-template-columns:1fr;gap:40px}.brands-section .display-title{max-width:none}.stories-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.5fr);gap:40px}}@media (width<=833px){:root{--nav-height:68px;--spacing-section:72px}.desktop-nav{display:none}.menu-toggle{display:inline-flex}.hero{padding-block:48px}.hero-layout{grid-template-columns:1fr;gap:32px}.display-hero{font-size:40px}.hero-image{width:100%}.hero-copy{max-width:600px}.hero-visual{width:100%;max-width:600px}.services-layout{grid-template-columns:1fr;gap:40px}.services-heading .display-title{max-width:550px}.services-heading p{max-width:520px}.stories-layout{grid-template-columns:1fr;gap:36px}.stories-heading{grid-template-columns:1fr auto;gap:0 32px;padding-top:0;display:grid}.stories-heading .display-title{max-width:440px}.stories-heading .section-description{max-width:48ch}.story-controls{grid-area:1/2/3;align-self:end;margin-top:0}.stories-track{gap:20px}.store-layout,.team-intro,.team-about,.visit-grid{grid-template-columns:1fr}.store-copy{max-width:600px}.store-image,.team-photo,.visit-image{max-width:680px}.team-intro .display-hero,.contact-intro .display-hero{font-size:40px}.page-intro{padding-block:56px}.brand-paths{gap:48px}.brand-path h3{font-size:40px}.brand-intro-layout,.repair-layout,.retail-layout,.preparation-layout,.service-intro-layout{grid-template-columns:1fr;gap:36px}.repair-image,.repair-copy,.retail-copy{max-width:620px}.repair-layout>.display-title,.store-layout>.display-title{grid-area:1/1}.repair-layout>.repair-image,.store-layout>.store-image{grid-area:2/1}.repair-layout>.repair-copy,.store-layout>.store-copy{grid-area:3/1}.contact-band-layout{flex-direction:column;align-items:flex-start;gap:32px}.brand-intro-photo{max-width:680px}.brand-intro,.service-intro{padding-top:20px}.directory-row{grid-template-columns:1fr 1.2fr}.directory-row>a{grid-column:2}}@media (width<=600px){.container,.container-wide{width:calc(100% - 40px)}.brand img{width:72px}.hero{padding-block:40px}.hero-layout{grid-template-columns:1fr;gap:32px}.hero-copy{padding-bottom:0}.display-hero,.team-intro .display-hero,.contact-intro .display-hero{font-size:36px}.display-title{font-size:30px}.hero-copy p{max-width:400px;margin-top:20px;font-size:15px;line-height:1.65}.hero-copy .button{margin-top:24px}.hero-image{width:100%}.stories-heading{display:block}.stories-heading .section-description{max-width:36ch}.story-controls{margin-top:24px}.stories-track{gap:20px}.video-story{flex-basis:min(320px,100% - 38px)}.service-item summary{min-height:72px}.service-item h3{font-size:17px}.contact-grid{grid-template-columns:1fr;gap:32px;margin-top:40px}.contact-method a{font-size:15px}.footer-main{grid-template-columns:1fr;gap:24px;padding-block:36px 28px}.footer-links{flex-wrap:wrap;justify-self:start;column-gap:24px;display:flex}.store-layout{gap:36px}.brand-paths{grid-template-columns:1fr;gap:32px}.brand-path+.brand-path{border-top:1px solid var(--colors-hairline-dark);padding-top:36px}.brand-path h3{font-size:36px}.brand-path p,.brand-path .text-link{margin-top:16px}.brands-section{padding-block:48px}.brands-section>.container-wide{gap:32px}.preparation-section .display-title,.retail-section .display-title{font-size:25px}.preparation-layout{padding-top:40px}.device-list{grid-template-columns:1fr;gap:28px;margin-top:36px}.directory-row{grid-template-columns:1fr;gap:12px;padding-block:24px}.directory-row>a{grid-column:auto}.directory-row h2,.device-list h3{font-size:21px}.related-links{grid-template-columns:1fr;gap:0}.related-section .display-title{font-size:25px}.breadcrumbs{margin-bottom:24px}.footer-links{grid-template-columns:1fr 1fr;display:grid}.footer-contact p{font-size:15px}}@media (width<=359px){.display-hero,.team-intro .display-hero,.contact-intro .display-hero{font-size:32px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.site-header{border-bottom:1px solid var(--colors-hairline-dark)}.brand img{mix-blend-mode:screen}.desktop-nav{gap:28px}.desktop-nav>a:last-child{color:var(--colors-body-on-dark);background:var(--gradient-action);box-shadow:var(--shadow-button);gap:10px}.site-header a:focus-visible,.tile-dark a:focus-visible,.tile-dark button:focus-visible,.site-footer a:focus-visible{outline-color:var(--colors-primary)}.site-footer{padding-bottom:100px}.footer-links{grid-template-columns:1fr 1fr;gap:0 28px;display:grid}.service-plus,.faq-plus{color:var(--colors-link)}.story-control{color:var(--colors-body-on-dark);background:var(--gradient-action);box-shadow:var(--shadow-button);border-color:#0000}.story-control[aria-disabled=true]{color:var(--colors-body-on-dark);box-shadow:none;background:#6f6864;border-color:#0000}.video-play,.video-close,.photo-expand{color:var(--colors-body-on-dark);background:var(--gradient-action);box-shadow:var(--shadow-button)}.button:focus-visible{outline-color:var(--colors-link)}.tile-dark .button:focus-visible{outline-color:var(--colors-primary)}.contact-band-layout{border:1px solid var(--colors-hairline-dark);background:linear-gradient(120deg,#3d302b,#24201e 75%);border-radius:28px;padding:48px}.contact-band{padding-block:64px}.page-hero{border-radius:0 0 32px 32px;padding-block:72px;overflow:clip}.page-hero-warm{background:var(--gradient-highlight)}.page-hero-light{background:var(--colors-canvas)}.page-hero-dark{background:linear-gradient(120deg, var(--colors-surface-black) 28%, #302621)}.page-hero-layout{grid-template-columns:1.05fr 1fr;align-items:center;gap:64px;min-height:450px;display:grid}.page-hero-copy{min-width:0}.page-hero h1{letter-spacing:-.04em;max-width:15ch;font-size:clamp(42px,4.3vw,64px);line-height:1.1}.page-hero-description{max-width:51ch;color:var(--colors-ink-muted);margin-top:28px;font-size:17px}.page-hero-actions{flex-wrap:wrap;align-items:center;gap:12px 24px;margin-top:28px;display:flex}.page-hero-actions .text-link{gap:12px;font-size:14px}.page-hero .independence-note{max-width:56ch;margin-top:24px;font-size:12px}.page-hero-media{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:relative}.page-hero-media img{object-fit:contain;width:100%;height:400px}.page-hero-media figcaption{color:var(--colors-ink-muted);text-align:center;margin:20px 0 0;font-size:12px;line-height:1.6}.page-hero-dark .page-hero-media{box-shadow:none;background:0 0}.page-hero-dark .page-hero-description,.page-hero-dark figcaption{color:var(--colors-body-muted)}.page-hero-photo{background:0 0;border-radius:28px;padding:0}.page-hero-photo img{object-fit:contain;border-radius:28px;height:auto}.page-hero-photo figcaption{margin-inline:16px;margin-bottom:16px}.page-hero-photographic .page-hero-layout{grid-template-columns:1fr 1.15fr}.page-hero-photographic h1{max-width:14ch}.page-hero+.tile .preparation-layout{border-top:0;padding-top:0}.floating-whatsapp{bottom:calc(24px + env(safe-area-inset-bottom));z-index:9999;color:#fff;width:62px;height:62px;transition:transform .2s var(--motion-ease);background:linear-gradient(145deg,#237b50,#0b482e);border:1px solid #43845f;border-radius:50%;place-items:center;display:grid;position:fixed;right:24px;box-shadow:0 8px 24px #0527194d,inset 0 1px #ffffff2b}.floating-whatsapp:active{transform:scale(.95)}.floating-whatsapp:focus-visible{outline:3px solid var(--colors-primary);outline-offset:4px}.floating-whatsapp-label{white-space:nowrap;background:var(--colors-surface-black);color:#fff;opacity:0;visibility:hidden;pointer-events:none;border-radius:12px;padding:8px 14px;font-size:13px;transition:opacity .18s,transform .18s;position:absolute;right:76px;transform:translate(6px)}.floating-whatsapp:focus-visible .floating-whatsapp-label{opacity:1;visibility:visible;transform:none}body:has(#mobile-menu:not([hidden])) .floating-whatsapp,body:has(dialog[open]) .floating-whatsapp{visibility:hidden}.device-ribbon{color:var(--colors-body-on-dark);background:linear-gradient(110deg,#47322b,#2c2320);align-items:center;padding:15px 0;display:flex;position:relative}.device-ribbon:focus-visible{outline:2px solid var(--colors-primary);outline-offset:-4px}.ribbon-window{flex:1;min-width:0;overflow:hidden}.ribbon-track{width:max-content;display:flex}.ribbon-group{flex:none;align-items:center;display:flex}.ribbon-group>span{white-space:nowrap;letter-spacing:.035em;border-right:1px solid #ffffff38;align-items:center;gap:12px;margin-right:40px;padding-right:40px;font-size:13px;font-weight:400;line-height:1.5;display:inline-flex}@media (hover:hover){.button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000002e,0 14px 28px -4px #5f39295c,inset 0 1px #ffffff59}.floating-whatsapp:hover{transform:translateY(-3px)}.floating-whatsapp:hover .floating-whatsapp-label{opacity:1;visibility:visible;transform:none}}@media (width<=1068px){.page-hero{padding-block:56px}.page-hero-layout{gap:32px;min-height:400px}.page-hero h1{font-size:44px}.page-hero-media{padding:0}.page-hero-media img{height:320px}.page-hero-photo{padding:0}.page-hero-photo img{height:auto}.desktop-nav{gap:16px}.desktop-nav a{font-size:13px}.footer-main{grid-template-columns:.7fr 1fr 1.3fr}}@media (width<=767px){.page-hero{border-radius:0 0 24px 24px;padding-block:40px}.page-hero-layout,.page-hero-photographic .page-hero-layout{grid-template-columns:1fr;gap:36px}.page-hero h1{max-width:16ch;font-size:clamp(34px,9vw,48px)}.page-hero-description{margin-top:20px;font-size:16px}.page-hero-actions{gap:8px 20px;margin-top:24px}.page-hero .independence-note{margin-top:20px;font-size:11px}.page-hero-media{border-radius:0;width:100%;padding:0}.page-hero-media img{height:290px}.page-hero-photo{padding:0}.page-hero-photo img{border-radius:24px;height:auto}.contact-band-layout{border-radius:24px;padding:28px}.floating-whatsapp{width:56px;height:56px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom))}.floating-whatsapp-label{display:none}.footer-main{grid-template-columns:1fr}.footer-links{justify-self:start;gap:0 32px}.device-ribbon{padding-block:14px}.ribbon-group>span{gap:10px;margin-right:28px;padding-right:28px;font-size:12px}}@media (prefers-reduced-motion:reduce){.ribbon-track{width:auto}.ribbon-group{flex-wrap:wrap;flex:100%;justify-content:center;gap:14px 28px;width:100%;min-width:0;padding:8px 20px}.ribbon-group>span{white-space:normal;border:0;max-width:100%;margin:0;padding:0;font-size:12px}.ribbon-group[aria-hidden=true]{display:none}.device-ribbon{padding-right:0}.button,.floating-whatsapp{transition:none}}.home-showcase{--home-space:112px;--home-display:clamp(36px, 3.65vw, 54px)}.home-showcase h2{font-size:var(--home-display);letter-spacing:-.035em;line-height:1.13}.home-showcase .button{white-space:normal;gap:16px;min-height:54px;padding:14px 24px}.home-showcase .text-link{gap:12px;font-size:15px}.home-section{padding-block:var(--home-space)}.section-opening{justify-content:space-between;align-items:end;gap:64px;margin-bottom:48px;display:flex}.section-opening>p{max-width:380px;color:var(--colors-ink-muted);font-size:17px}.tile-dark p{color:var(--colors-body-muted)}.showcase-hero{--hero-top-space:64px;margin-top:calc(-1 * var(--nav-height));padding:calc(var(--hero-top-space) + var(--nav-height)) 0 0;background:linear-gradient(115deg, var(--colors-surface-black) 35%, #352921);border-radius:0;position:relative;overflow:clip}.hero-content{grid-template-columns:1.05fr 1fr;align-items:center;gap:24px;display:grid}.hero-content h1{letter-spacing:-.04em;font-size:clamp(52px,5.2vw,76px);font-weight:500;line-height:1.04}.hero-content h1 span{display:block}.hero-content h1 span:last-child{color:var(--colors-primary-on-dark)}.hero-content .hero-copy{max-width:560px}.hero-content .hero-copy>p:first-child{max-width:470px;color:var(--colors-body-muted);margin-top:30px;font-size:17px}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px 24px;margin-top:28px;display:flex}.hero-actions .button{margin:0}.hero-actions .hero-secondary{min-height:44px;color:var(--colors-body-on-dark);align-items:center;font-size:14px;text-decoration:underline;display:inline-flex}.hero-content .hero-copy .independence-note{max-width:56ch;color:var(--colors-body-muted);margin-top:24px;font-size:12px;line-height:1.6}.hero-product{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:relative}.hero-product img{object-fit:contain;width:100%;height:auto;max-height:530px}.hero-product figcaption{color:var(--colors-body-muted);text-align:center;margin-top:24px;font-size:12px}.hero-location{border-top:1px solid var(--colors-hairline-dark);min-height:68px;color:var(--colors-body-muted);justify-content:space-between;align-items:center;gap:24px;margin-top:52px;font-size:12px;display:flex}.hero-location a{align-items:center;gap:12px;min-height:44px;display:flex}.device-short-nav{border-bottom:1px solid var(--colors-hairline)}.device-short-nav>div{scrollbar-width:thin;justify-content:space-between;gap:24px;display:flex;overflow-x:auto}.device-short-nav a{min-height:86px;color:var(--colors-ink);flex-shrink:0;align-items:center;font-size:15px;display:flex}.home-brands{padding-top:96px}.repair-composition{grid-template-columns:.95fr 1.05fr;align-items:start;gap:100px;display:grid}.repair-intro>p{max-width:38ch;margin-top:24px}.repair-intro>.text-link{justify-content:center;max-width:400px;display:flex}.repair-product{max-width:400px;height:280px;margin-block:40px 20px}.repair-product img{height:100%}.repair-grid{grid-template-columns:1fr;display:grid}.repair-shortcut{border-bottom:1px solid var(--colors-hairline-dark);border-radius:12px;grid-template-columns:28px minmax(0,1fr) 22px;align-items:start;gap:22px;padding:26px 12px;transition:background .25s;display:grid;position:relative}.repair-shortcut>div{transition:transform .35s var(--motion-ease)}.repair-shortcut:first-child{border-top:1px solid var(--colors-hairline-dark)}.repair-shortcut>svg{color:var(--colors-primary-on-dark);margin-top:3px}.repair-shortcut .repair-arrow{align-self:center}.repair-shortcut h3{color:var(--colors-body-on-dark);letter-spacing:-.025em;font-size:22px;line-height:1.3}.repair-shortcut p{max-width:36ch;margin-top:9px;font-size:14px;line-height:1.6}.repair-shortcut:focus-visible{background:#3d302a}.repair-shortcut:focus-visible p,.repair-shortcut:focus-visible>svg{color:var(--colors-body-on-dark)}.device-feature{text-align:center;background:var(--gradient-highlight);padding-bottom:64px}.feature-title p{max-width:57ch;color:var(--colors-ink-muted);margin:24px auto 0}.feature-title a{margin-top:20px}.feature-device{width:min(100%,1000px);height:520px;margin:56px auto 48px}.feature-device img{height:100%}.model-shortcuts{border-top:1px solid var(--colors-hairline);flex-wrap:wrap;justify-content:center;gap:12px 32px;padding-top:24px;display:flex}.model-shortcuts a{align-items:center;min-height:44px;font-size:15px;text-decoration:underline;display:inline-flex}.galaxy-composition{grid-template-columns:1fr 1fr;align-items:center;gap:110px;display:grid}.galaxy-picture{aspect-ratio:1;min-width:0;position:relative;overflow:clip}.galaxy-picture img{object-fit:contain;width:150%;max-width:none;height:150%;position:absolute;top:-25%;left:-25%}.galaxy-picture>span{text-align:center;color:var(--colors-body-muted);margin-top:20px;font-size:12px;display:block}.galaxy-copy>p{max-width:42ch;margin-top:24px}.galaxy-lines{margin-top:32px}.galaxy-lines a{border-bottom:1px solid var(--colors-hairline-dark);justify-content:space-between;align-items:center;gap:24px;min-height:68px;font-size:21px;display:flex}.galaxy-copy .small-copy{font-size:13px}.beyond-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.beyond-device{color:var(--colors-ink);min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:28px 0}.beyond-device h3{letter-spacing:-.025em;font-size:32px}.beyond-device p{color:var(--colors-ink-muted);margin-top:8px;font-size:15px}.beyond-device>div{height:310px;padding-block:40px}.beyond-device>span{color:var(--colors-link);justify-content:space-between;align-items:center;gap:12px;font-size:15px;display:flex}.explained-composition{grid-template-columns:1fr 1fr;gap:110px;display:grid}.explained-composition>div:first-child p{max-width:40ch;margin-top:24px}.explained-composition .button{margin-top:32px}.explained-list article{border-bottom:1px solid var(--colors-hairline-dark);padding-block:28px}.explained-list article:first-child{padding-top:0}.explained-list h3{letter-spacing:-.02em;font-size:22px;line-height:1.4}.explained-list p{margin-top:12px;font-size:15px}.home-showcase .editorial-stories{padding-block:var(--home-space) 64px}.home-showcase .stories-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);gap:56px}.home-showcase .stories-heading{padding-top:16px}.home-showcase .stories-heading h2{max-width:350px}.home-showcase .stories-heading .section-description{max-width:31ch;margin-top:24px;font-size:17px}.home-showcase .video-stage,.home-showcase .video-trigger,.home-showcase .video-trigger img,.home-showcase .video-player video,.home-showcase .video-player iframe{border-radius:16px}.preparation-composition{grid-template-columns:1.05fr 1fr;align-items:center;gap:88px;display:grid}.preparation-picture img{border-radius:16px;width:100%}.preparation-composition p{color:var(--colors-ink-muted);margin-top:24px}.preparation-composition ul{margin-block:28px}.preparation-composition li{border-bottom:1px solid var(--colors-hairline);padding-block:12px;font-size:15px}.watch-composition{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.watch-composition p{max-width:40ch;margin-top:24px}.watch-composition .button{margin-top:32px}.watch-picture{height:420px}.retail-composition{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.retail-composition p{max-width:42ch;color:var(--colors-ink-muted)}.retail-composition p+p,.retail-composition a{margin-top:24px}.store-composition{grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);align-items:center;gap:72px;display:grid}.store-introduction>p{max-width:38ch;margin-top:24px;font-size:17px}.store-introduction address{margin-top:32px;font-size:17px;font-style:normal;line-height:1.65}.store-introduction>.text-link{margin-top:12px}.store-gallery{justify-self:end;width:100%;min-width:0;max-width:680px}.gallery-stage{gap:24px;display:grid}.store-gallery a{border-radius:16px;display:block;position:relative}.store-gallery img{border-radius:16px;width:100%;height:auto}.photo-expand{width:44px;height:44px;color:var(--colors-body-on-dark);background:var(--gradient-action);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:12px;right:12px}.store-gallery figcaption{color:var(--colors-body-muted);margin-top:12px;font-size:13px}.gallery-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.gallery-controls button{color:var(--colors-body-muted);text-align:left;background:0 0;border:0;border-radius:12px;padding:0}.gallery-controls img{border:0;border-radius:12px;padding:0}.faq-composition{grid-template-columns:.95fr 1.2fr;align-items:start;gap:80px;display:grid}.faq-intro>p{color:var(--colors-ink-muted);max-width:42ch;margin-top:24px;font-size:15px}.faq-intro>a{margin-top:20px}.home-showcase .faq-list{width:100%}.home-showcase .faq-list summary{min-height:86px}.home-location{padding-block:0 var(--home-space)}.location-composition{border-top:1px solid var(--colors-hairline);grid-template-columns:1.05fr 1fr .85fr;align-items:start;gap:48px;padding-top:56px;display:grid}.location-composition h2{font-size:34px}.location-heading{align-items:flex-start;gap:14px;display:flex}.location-heading>svg{color:var(--colors-link);flex-shrink:0;margin-top:6px}.location-address address{letter-spacing:-.02em;font-size:21px;font-style:normal;line-height:1.5}.location-address p{max-width:32ch;color:var(--colors-ink-muted);margin-top:20px;font-size:14px}.location-address .button{margin-top:24px}.location-contact{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.location-contact>a:not(.text-link){white-space:nowrap;align-items:center;gap:12px;min-height:44px;font-size:20px;display:inline-flex}.location-contact svg{flex-shrink:0}.location-contact .text-link{font-size:13px}.home-contact{text-align:center;background:linear-gradient(160deg, #3d302a, var(--colors-surface-black) 70%);border-radius:32px 32px 0 0}.home-contact h2{font-size:clamp(40px,5vw,68px);line-height:1.12}.home-contact p{max-width:52ch;margin:28px auto 0;font-size:17px}.home-contact .button{margin-top:32px}.home-contact .independence-note{max-width:64ch;margin-top:28px;font-size:12px}.mobile-contact{display:none}@media (hover:hover){.repair-shortcut:hover{background:#3d302a}.repair-shortcut:hover>div{transform:translate(4px)}.repair-shortcut:hover>svg,.repair-shortcut:hover p{color:var(--colors-body-on-dark)}.device-short-nav a:hover{color:var(--colors-link)}}@media (width<=1068px){.home-showcase{--home-space:88px}.hero-content{gap:32px}.hero-content h1{font-size:56px}.hero-actions{gap:8px 20px}.section-opening{gap:40px}.section-opening>p{max-width:320px;font-size:15px}.repair-composition,.galaxy-composition,.explained-composition,.preparation-composition,.watch-composition,.retail-composition{gap:56px}.galaxy-picture{padding-inline:0}.feature-device{height:420px}.home-showcase .stories-layout,.store-composition,.faq-composition{gap:40px}.beyond-device{padding:28px}.beyond-device>div{height:250px}.location-composition{grid-template-columns:1fr 1fr;gap:32px}.location-contact{grid-column:2}}@media (width<=833px){.home-showcase{--home-display:40px}.showcase-hero{--hero-top-space:48px}.hero-content{grid-template-columns:1fr;gap:40px}.hero-content h1{font-size:clamp(48px,7.8vw,64px)}.hero-content .hero-copy>p:first-child{max-width:54ch}.hero-product{justify-self:center;width:100%;max-width:560px;padding-bottom:0}.hero-product img{max-height:420px}.hero-location{margin-top:32px}.section-opening{flex-direction:column;align-items:start;gap:24px;margin-bottom:36px}.section-opening>p{max-width:52ch}.repair-composition,.galaxy-composition,.explained-composition,.preparation-composition,.watch-composition,.retail-composition,.store-composition,.faq-composition{grid-template-columns:1fr;gap:40px}.repair-intro>p,.galaxy-copy>p,.explained-composition>div:first-child p{max-width:56ch}.repair-product{display:none}.repair-intro>a{margin-top:20px}.galaxy-picture{order:2;justify-self:center;width:min(100%,480px)}.beyond-grid{gap:24px}.beyond-device{padding:24px}.beyond-device>div{height:220px}.home-showcase .stories-layout{grid-template-columns:1fr;gap:32px}.home-showcase .stories-heading{padding-top:0}.home-showcase .stories-heading h2{max-width:500px}.home-showcase .stories-heading .section-description{max-width:48ch}.preparation-picture{order:2;max-width:680px}.watch-picture{height:360px}.store-gallery{justify-self:start}.store-introduction>p,.faq-intro>p{max-width:58ch}html:has(.home-showcase){scroll-padding-bottom:100px}.mobile-contact{z-index:40;right:20px;bottom:calc(16px + env(safe-area-inset-bottom));gap:16px;width:max-content;max-width:calc(100% - 40px);min-height:54px;display:flex;position:fixed}}@media (width<=640px){.home-showcase{--home-space:68px;--home-display:35px}.showcase-hero{--hero-top-space:40px;border-radius:0}.hero-content h1{font-size:clamp(42px,11.3vw,64px)}.hero-content .hero-copy>p:first-child{margin-top:24px;font-size:15px}.hero-actions{gap:12px 20px;margin-top:24px}.hero-content .hero-copy .independence-note{margin-top:16px;font-size:11px}.hero-product img{max-height:310px}.hero-product figcaption{margin-top:16px}.hero-location{flex-direction:column;align-items:flex-start;gap:0;padding-top:16px;font-size:11px}.device-short-nav>div{gap:30px}.device-short-nav a{min-height:68px;font-size:14px}.home-brands{padding-top:64px}.repair-shortcut{gap:16px;padding:24px 0}.repair-shortcut h3{font-size:20px}.repair-shortcut p{font-size:13px}.repair-shortcut>svg{width:25px}.feature-title p{font-size:15px}.feature-device{height:280px;margin-block:32px}.model-shortcuts{gap:4px 24px}.model-shortcuts a{font-size:13px}.galaxy-copy>p,.explained-composition p,.preparation-composition p,.watch-composition p,.retail-composition p,.store-introduction>p{font-size:15px}.beyond-grid{grid-template-columns:1fr}.beyond-device h3{font-size:28px}.beyond-device>div{height:270px}.explained-list h3{font-size:20px}.watch-picture{height:300px}.home-showcase .story-controls{margin-top:24px}.home-showcase .faq-list summary{min-height:80px}.location-composition{grid-template-columns:1fr;gap:32px;padding-top:40px}.location-composition h2{font-size:32px}.location-contact{grid-column:auto;gap:8px}.home-contact{border-radius:16px 16px 0 0}.home-contact h2{font-size:clamp(32px,8vw,44px)}.home-contact p{font-size:15px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
