.microsite{--microsite-max-width:760px;--ink:var(--theme-foreground);--muted:color-mix(in srgb, var(--theme-foreground) 58%, var(--theme-background));--surface:color-mix(in srgb, var(--theme-background) 96%, var(--theme-foreground));--surface-raised:color-mix(in srgb, var(--theme-background) 99%, var(--theme-foreground));--line:color-mix(in srgb, var(--theme-foreground) 12%, transparent);--dark:var(--theme-foreground);background:color-mix(in srgb, var(--theme-foreground) 88%, #000);width:100%;min-height:100vh;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.hero{background:var(--dark);min-height:min(920px,96svh);color:var(--theme-background);isolation:isolate;align-items:center;display:grid;position:relative;overflow:hidden}.hero__model-image,.hero__secondary-image,.hero__overlay,.hero__glow{position:absolute;inset:0}.hero__model-image{z-index:-4}.hero__secondary-image{z-index:-3;overflow:hidden}.hero__secondary-photo{object-fit:cover;width:100%;height:100%}.hero__fallback-image{object-fit:cover;opacity:.64;width:100%;height:100%}.hero__overlay{z-index:-3;background:linear-gradient(90deg, color-mix(in srgb, var(--dark) 98%, transparent) 0%, color-mix(in srgb, var(--dark) 78%, transparent) 44%, color-mix(in srgb, var(--dark) 28%, transparent) 100%), linear-gradient(0deg, var(--dark) 0%, transparent 38%)}.hero__glow{z-index:-2;background:radial-gradient(circle at 22% 45%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 30%)}.hero__content{width:min(1180px,100% - 40px);margin:0 auto;padding:100px 0 120px;animation:.85s cubic-bezier(.2,.7,.2,1) both hero-enter}.hero__logo-wrap{border:1px solid color-mix(in srgb, var(--theme-background) 24%, transparent);background:color-mix(in srgb, var(--theme-background) 12%, transparent);width:84px;height:84px;box-shadow:0 18px 60px color-mix(in srgb, var(--theme-foreground) 38%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;margin-bottom:28px;padding:8px}.hero__logo{object-fit:cover;border-radius:17px;width:100%;height:100%}.status-pill{border:1px solid color-mix(in srgb, var(--theme-background) 20%, transparent);background:color-mix(in srgb, var(--dark) 60%, transparent);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;align-items:center;gap:9px;margin-bottom:26px;padding:9px 14px;font-size:.76rem;font-weight:750;display:inline-flex}.status-pill span{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 5px color-mix(in srgb, var(--accent) 16%, transparent), 0 0 18px var(--accent);border-radius:50%}.status-pill--closed span{background:var(--theme-primary);box-shadow:0 0 0 5px color-mix(in srgb, var(--theme-primary) 16%, transparent)}.hero__eyebrow,.section-eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.77rem;font-weight:800}.hero h1{letter-spacing:-.065em;text-wrap:balance;max-width:780px;margin:14px 0 18px;font-size:clamp(3.2rem,8vw,6.8rem);font-weight:850;line-height:.92}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.hero-button{border:1px solid color-mix(in srgb, var(--theme-background) 24%, transparent);min-width:220px;color:inherit;border-radius:18px;align-items:center;gap:14px;padding:15px 20px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:inline-flex}.hero-button:hover{transform:translateY(-3px)}.hero-button--primary{border-color:var(--accent);background:var(--accent);color:var(--dark);box-shadow:0 18px 50px color-mix(in srgb, var(--accent) 25%, transparent)}.hero-button--secondary{background:color-mix(in srgb, var(--theme-background) 10%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-button .action-icon{width:25px;height:25px}.hero-button span{text-align:left;font-weight:800;display:grid}.hero-button small{opacity:.68;margin-top:2px;font-size:.7rem;font-weight:550}.hero__scroll{color:color-mix(in srgb, var(--theme-background) 65%, transparent);text-align:center;letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:.72rem;text-decoration:none;animation:2.4s ease-in-out infinite float;display:grid;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.landing-section{width:min(1120px,100% - 40px);margin:0 auto;padding:110px 0}.landing-section+.landing-section{border-top:1px solid var(--line)}.section-heading{max-width:650px;margin-bottom:44px}.section-heading h2{letter-spacing:-.045em;text-wrap:balance;margin:10px 0 14px;font-size:clamp(2.25rem,5vw,4rem);line-height:1.04}.action-grid,.social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.action-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-raised) 90%, transparent);min-height:112px;color:var(--ink);box-shadow:0 20px 50px color-mix(in srgb, var(--theme-foreground) 6%, transparent);border-radius:24px;align-items:center;gap:18px;padding:20px;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.action-card--primary{background:var(--dark);color:var(--theme-background)}.action-card__icon{background:color-mix(in srgb, var(--accent) 16%, transparent);width:56px;height:56px;color:var(--accent);border-radius:18px;flex:none;place-items:center;display:grid}.action-icon{width:28px;height:28px}.action-card__copy{min-width:0;display:grid}.action-card__copy strong{font-size:1.06rem}.action-card__copy small{color:currentColor;opacity:.58;margin-top:4px}.action-card__arrow{margin-left:auto;font-size:1.5rem;transition:transform .25s}.action-card:hover .action-card__arrow{transform:translate(5px)}.landing-section--offers{background:var(--dark);width:100%;color:var(--theme-background);padding-inline:max(20px,50% - 560px)}.landing-section--offers .section-heading p{color:color-mix(in srgb, var(--theme-background) 62%, transparent)}.offers-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.offer-card{border:1px solid color-mix(in srgb, var(--theme-background) 14%, transparent);background:color-mix(in srgb, var(--theme-background) 7%, transparent);border-radius:24px;gap:18px;min-height:150px;padding:26px;transition:transform .25s,border-color .25s,background .25s;display:flex}.offer-card:hover{border-color:color-mix(in srgb, var(--accent) 55%, transparent);background:color-mix(in srgb, var(--theme-background) 10%, transparent);transform:translateY(-4px)}.offer-card__icon{background:var(--accent);width:42px;height:42px;color:var(--dark);border-radius:14px;flex:none;place-items:center;font-size:1.25rem;display:grid}.offer-card__body{flex:1;min-width:0}.offer-card__top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.offer-card h3{margin:2px 0 8px;font-size:1.08rem}.offer-card__price{color:var(--accent);white-space:nowrap;margin:0;font-size:1.1rem;font-weight:850}.offer-card__description{color:color-mix(in srgb, var(--theme-background) 60%, transparent);margin:0;font-size:.9rem;line-height:1.5}.offer-card__promo{color:color-mix(in srgb, var(--theme-background) 65%, transparent);margin:14px 0 0;font-size:.76rem}.offer-card__promo span{background:var(--accent);color:var(--dark);text-transform:uppercase;border-radius:999px;margin-right:7px;padding:5px 8px;font-weight:850}.hours-card{border:1px solid var(--line);background:var(--surface-raised);box-shadow:0 28px 75px color-mix(in srgb, var(--theme-foreground) 8%, transparent);border-radius:32px;align-items:center;gap:24px;padding:clamp(28px,5vw,52px);display:flex;position:relative;overflow:hidden}.hours-card:after{content:"";background:color-mix(in srgb, var(--accent) 14%, transparent);filter:blur(12px);border-radius:50%;width:260px;height:260px;position:absolute;right:-100px}.hours-card__signal{background:color-mix(in srgb, var(--accent) 14%, transparent);border-radius:24px;flex:none;place-items:center;width:76px;height:76px;display:grid}.hours-card__signal i{background:var(--accent);width:18px;height:18px;box-shadow:0 0 0 8px color-mix(in srgb, var(--accent) 14%, transparent), 0 0 28px var(--accent);border-radius:50%}.hours-card__label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:.72rem;font-weight:800}.hours-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem)}.hours-card h2+p{color:var(--muted);margin:8px 0 0}.hours-card__badge{z-index:1;background:var(--dark);color:var(--theme-background);white-space:nowrap;border-radius:999px;margin-left:auto;padding:12px 16px;font-size:.78rem;font-weight:750;position:relative}.gallery-grid{grid-template-columns:1.35fr .65fr;grid-auto-rows:240px;gap:16px;display:grid}.gallery-item{background:var(--dark);border-radius:28px;min-height:240px;margin:0;overflow:hidden}.gallery-item:first-child:last-child{grid-column:1/-1;min-height:520px}.gallery-item__image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s}.gallery-item:hover .gallery-item__image{filter:contrast(1.05);transform:scale(1.055)}.landing-section--social{padding-top:90px}.social-grid .action-card{min-height:100px}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:30px;width:min(1120px,100% - 40px);margin:0 auto;padding:62px 0;display:flex}.site-footer strong{font-size:1.08rem}.site-footer p{color:var(--muted);margin:8px 0 0;font-size:.85rem}.site-footer nav{gap:24px;display:flex}.site-footer a{color:var(--muted);font-size:.85rem;text-decoration:none}.site-footer a:hover{color:var(--ink)}.reveal{animation:linear both reveal;animation-timeline:view();animation-range:entry 5% cover 28%}@keyframes hero-enter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes reveal{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}@keyframes float{50%{transform:translate(-50%,7px)}}@media (max-width:720px){.hero{align-items:end;min-height:94svh}.hero__fallback-image{object-position:62% center}.hero__overlay{background:linear-gradient(0deg, var(--dark) 4%, color-mix(in srgb, var(--dark) 76%, transparent) 56%, color-mix(in srgb, var(--dark) 25%, transparent))}.hero__content{width:min(100% - 32px,560px);padding:90px 0 96px}.hero__logo-wrap{border-radius:20px;width:70px;height:70px;margin-bottom:18px}.status-pill{margin-bottom:18px}.hero h1{font-size:clamp(2.9rem,15vw,4.8rem)}.hero__actions{margin-top:28px;display:grid}.hero-button{width:100%;min-width:0}.hero__scroll{display:none}.landing-section{width:min(100% - 32px,640px);padding:76px 0}.section-heading{margin-bottom:30px}.action-grid,.social-grid,.offers-list{grid-template-columns:1fr}.action-card{border-radius:20px;min-height:98px;padding:16px}.action-card__icon{width:50px;height:50px}.landing-section--offers{width:100%;padding:78px 16px}.offer-card{min-height:130px;padding:20px 18px}.offer-card__top{gap:10px}.hours-card{border-radius:26px;padding:28px 22px;display:grid}.hours-card__signal{width:62px;height:62px}.hours-card__badge{justify-self:start;margin:4px 0 0}.gallery-grid{display:block}.gallery-item,.gallery-item:first-child:last-child{min-height:380px;margin-bottom:14px}.site-footer{align-items:start;width:calc(100% - 32px);padding:46px 0;display:grid}}@media (prefers-reduced-motion:reduce){.reveal,.hero__content,.hero__scroll{animation:none}.action-card,.offer-card,.gallery-item__image,.hero-button{transition:none}}.microsite{padding:0}.microsite__shell{width:100%;max-width:var(--microsite-max-width);background:var(--theme-foreground);color:var(--theme-background);box-shadow:0 0 90px color-mix(in srgb, var(--accent) 12%, transparent);margin:0 auto;display:block;overflow:hidden}.microsite__content{background:linear-gradient(180deg, transparent, var(--theme-foreground) 120px), var(--theme-foreground)}.hero{text-align:center;align-items:end;min-height:620px}.hero__fallback-image{opacity:.8;object-position:54% center}.hero__overlay{background:linear-gradient(180deg, color-mix(in srgb, var(--theme-foreground) 18%, transparent), color-mix(in srgb, var(--theme-foreground) 50%, transparent) 54%, var(--theme-foreground) 100%)}.hero__content{width:min(100% - 36px,600px);padding:150px 0 54px}.hero__logo-wrap{border:2px solid color-mix(in srgb, var(--accent) 72%, transparent);background:color-mix(in srgb, var(--theme-foreground) 72%, transparent);width:122px;height:122px;box-shadow:0 0 42px color-mix(in srgb, var(--accent) 28%, transparent);border-radius:28px;margin:0 auto 18px;padding:7px}.hero__eyebrow{margin:0}.hero h1{letter-spacing:-.055em;text-transform:uppercase;max-width:none;margin:10px auto 12px;font-size:clamp(2.7rem,10vw,4.7rem);line-height:.98}.hero__description{max-width:440px;color:color-mix(in srgb, var(--theme-background) 82%, transparent);margin:0 auto;font-size:clamp(1.1rem,4vw,1.45rem);line-height:1.35}.landing-section,.site-footer{width:calc(100% - 32px)}.landing-section{padding:30px 0}.landing-section+.landing-section{border-color:color-mix(in srgb, var(--accent) 25%, transparent)}.section-heading{text-align:center;max-width:none;margin-bottom:18px}.section-heading:before,.section-heading:after{content:"";background:var(--accent);vertical-align:middle;width:min(19vw,135px);height:1px;margin:0 12px 5px;display:inline-block}.section-heading .section-eyebrow{display:none}.section-heading h2{letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:1.06rem;display:inline}.section-heading p{color:color-mix(in srgb, var(--theme-background) 58%, transparent);margin:8px 0 0;font-size:.83rem;line-height:1.4}.action-grid{grid-template-columns:1fr;gap:8px;display:grid}.action-card,.action-card--primary{border:1px solid color-mix(in srgb, var(--accent) 75%, transparent);background:linear-gradient(100deg, color-mix(in srgb, var(--theme-background) 9%, transparent), color-mix(in srgb, var(--theme-background) 4%, transparent));min-height:78px;color:var(--theme-background);box-shadow:none;border-radius:13px;gap:13px;padding:7px 8px 7px 10px;overflow:hidden}.action-card:hover{border-color:var(--accent);box-shadow:0 8px 28px color-mix(in srgb, var(--accent) 16%, transparent);transform:translateY(-2px)}.action-card__icon{border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);background:color-mix(in srgb, var(--theme-foreground) 44%, transparent);border-radius:11px;width:58px;height:58px}.action-card__copy strong{text-transform:uppercase;font-size:.98rem}.action-card__copy small{color:color-mix(in srgb, var(--theme-background) 72%, transparent);opacity:1;font-size:.8rem}.action-card__arrow{background:var(--accent);width:62px;color:var(--theme-foreground);align-self:stretch;place-items:center;margin:-7px -8px -7px auto;font-size:1.7rem;display:grid}.landing-section--offers{background:0 0;width:100%;padding:34px 16px}.offers-list{grid-template-columns:1fr;gap:8px}.offer-card{border-color:color-mix(in srgb, var(--accent) 38%, transparent);background:linear-gradient(100deg, color-mix(in srgb, var(--theme-background) 8%, transparent), color-mix(in srgb, var(--theme-background) 3%, transparent));border-radius:13px;align-items:center;gap:13px;min-height:94px;padding:10px 12px}.offer-card:hover{transform:translate(3px)}.offer-card__icon{border:1px solid color-mix(in srgb, var(--accent) 34%, transparent);background:color-mix(in srgb, var(--theme-foreground) 40%, transparent);width:58px;height:58px;color:var(--accent);border-radius:11px}.offer-card h3{color:var(--accent);font-size:1rem}.offer-card__description{color:color-mix(in srgb, var(--theme-background) 67%, transparent)}.offer-card__promo{margin-top:8px}.offer-card__promo span{padding:3px 6px}.landing-section--hours{padding-block:28px}.hours-card{border-width:0 0 1px;border-color:color-mix(in srgb, var(--accent) 24%, transparent);box-shadow:none;text-align:left;background:0 0;border-radius:0;justify-content:center;padding:22px}.hours-card:after,.hours-card__badge,.hours-card__label{display:none}.hours-card__signal{border-radius:50%;width:50px;height:50px}.hours-card h2{color:var(--accent);text-transform:uppercase;font-size:1.15rem;display:inline}.hours-card h2+p{font-size:.86rem}.landing-section--social{display:none}.site-footer{border-color:color-mix(in srgb, var(--accent) 24%, transparent);text-align:center;justify-content:center;align-items:center;padding:30px 0 38px}.site-footer strong{font-weight:500}.site-footer strong span{color:var(--accent)}.site-footer p,.site-footer nav{display:none}@media (max-width:720px){.hero{min-height:570px}.hero__content{padding:120px 0 42px}.hero__logo-wrap{width:108px;height:108px}.landing-section{width:calc(100% - 24px);padding-block:26px}.landing-section--offers{width:100%;padding-inline:12px}.section-heading:before,.section-heading:after{width:15vw;margin-inline:8px}.action-card__arrow{width:56px}.offer-card{min-height:88px;padding:9px}.hours-card{padding-inline:14px;display:flex}}.microsite .hero--visual-only{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--accent) 68%, transparent);border-radius:28px;width:calc(100% - 24px);min-height:0;margin:12px auto 0}.microsite .hero--visual-only .hero__fallback-image{opacity:1;object-fit:cover;object-position:center}.microsite .hero--visual-only .hero__overlay{background:linear-gradient(#0000 45%,#0000001a 72%,#00000061 100%)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.hero__gallery-action{justify-content:center;margin-top:12px;display:flex}.hero-button--gallery{border-color:color-mix(in srgb, var(--accent) 70%, transparent);background:color-mix(in srgb, var(--theme-foreground) 62%, transparent);min-width:210px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:center}.gallery-trigger__icon{place-items:center;width:25px;height:25px;display:grid}.gallery-trigger__icon svg{width:25px;height:25px}.gallery-preview{gap:12px;display:grid}.gallery-preview__rail{grid-template-columns:1.3fr 1fr 1fr;gap:8px;display:grid}.gallery-preview__item{border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);background:var(--theme-foreground);cursor:pointer;border-radius:13px;min-height:190px;padding:0;position:relative;overflow:hidden}.gallery-preview__image{object-fit:cover;transition:transform .3s}.gallery-preview__item:hover .gallery-preview__image{transform:scale(1.04)}.gallery-preview__all{border:1px solid color-mix(in srgb, var(--accent) 70%, transparent);min-height:48px;color:var(--theme-background);font:inherit;cursor:pointer;background:0 0;border-radius:13px;justify-content:center;align-items:center;gap:10px;font-weight:750;display:flex}.gallery-preview__all span{background:var(--accent);min-width:28px;height:28px;color:var(--theme-foreground);border-radius:999px;place-items:center;font-size:.78rem;display:grid}.gallery-lightbox{z-index:1000;background:#000000eb;place-items:center;padding:16px;display:grid;position:fixed;inset:0;overflow:auto}.gallery-lightbox__panel{color:#fff;width:min(100%,920px)}.gallery-lightbox__top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px;display:flex}.gallery-lightbox__top h2{letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:1rem}.gallery-lightbox__close{color:#fff;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff4d;border-radius:999px;padding:9px 13px}.gallery-lightbox__close span{margin-left:6px;font-size:1.3rem;line-height:0}.gallery-lightbox__stage{grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:10px;display:grid}.gallery-lightbox__image-wrap{height:min(68vh,720px);min-height:320px;position:relative}.gallery-lightbox__image{object-fit:contain}.gallery-lightbox__image-wrap--next{animation:.32s cubic-bezier(.22,.7,.25,1) both gallery-slide-next}.gallery-lightbox__image-wrap--previous{animation:.32s cubic-bezier(.22,.7,.25,1) both gallery-slide-previous}.gallery-lightbox__nav{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.35rem;display:grid}.gallery-lightbox__counter{color:#ffffffbf;text-align:center;margin:10px 0}.gallery-lightbox__thumbs{scrollbar-width:thin;gap:7px;padding:4px 2px 8px;display:flex;overflow-x:auto}.gallery-lightbox__thumb{cursor:pointer;opacity:.58;background:#111;border:2px solid #0000;border-radius:8px;flex:none;width:58px;height:68px;padding:0;position:relative;overflow:hidden}.gallery-lightbox__thumb--active{border-color:var(--accent);opacity:1}.gallery-lightbox__thumb-image{object-fit:cover}@keyframes gallery-slide-next{0%{opacity:0;transform:translate(34px)}to{opacity:1;transform:translate(0)}}@keyframes gallery-slide-previous{0%{opacity:0;transform:translate(-34px)}to{opacity:1;transform:translate(0)}}@media (max-width:720px){.microsite .hero--visual-only{border-radius:22px;width:calc(100% - 16px);min-height:0;margin-top:8px}.hero__gallery-action,.hero-button--gallery{width:100%}.gallery-preview__rail{grid-template-columns:repeat(4,minmax(0,1fr));margin-inline:0;padding-inline:0;display:grid;overflow:hidden}.gallery-preview__item{width:auto;min-height:132px}.gallery-lightbox{padding:10px 8px;overflow:hidden}.gallery-lightbox__panel{grid-template-rows:auto minmax(0,1fr) auto auto;width:100%;max-height:calc(100svh - 20px);display:grid}.gallery-lightbox__top{margin:0 6px 8px}.gallery-lightbox__stage{grid-template-columns:1fr;place-items:center;min-height:0;display:grid;position:relative}.gallery-lightbox__image-wrap{width:min(84vw,480px);height:min(50svh,460px);min-height:0;margin:0 auto}.gallery-lightbox__nav{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;border-radius:14px;width:40px;height:52px;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox__nav--previous{left:4px}.gallery-lightbox__nav--next{right:4px}.gallery-lightbox__counter{margin:8px 0 6px}.gallery-lightbox__thumbs{max-width:100%;padding-bottom:4px}}@media (prefers-reduced-motion:reduce){.gallery-lightbox__image-wrap--next,.gallery-lightbox__image-wrap--previous{animation:none}}
.template--luxury-beauty{background:#080d1b}.template--luxury-beauty .microsite__shell,.template--luxury-beauty .microsite__content{background:#0d1528}.template--luxury-beauty .hero--split-brand{border:1px solid color-mix(in srgb, var(--design-accent) 68%, transparent);background:#030303;border-radius:28px;width:calc(100% - 24px);min-height:520px;margin:12px auto 0}.template--luxury-beauty .hero--split-brand .hero__model-image{width:66%;height:55%;bottom:auto;right:auto}.template--luxury-beauty .hero--split-brand .hero__fallback-image{opacity:1;object-fit:cover;object-position:center top}.template--luxury-beauty .hero--split-brand .hero__secondary-image{width:52%;height:66%;bottom:auto;left:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 24%),linear-gradient(#000 72%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 24%),linear-gradient(#000 72%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.template--luxury-beauty .hero--split-brand .hero__secondary-photo{object-position:66% center}.template--luxury-beauty .hero--split-brand .hero__overlay{background:linear-gradient(#0000 42%,#0000002e 58%,#030303 78%)}.template--luxury-beauty .hero--split-brand.hero--visual-only .hero__overlay{background:linear-gradient(#0000 48%,#0000001f 72%,#0000005c 100%)}.template--luxury-beauty .landing-section--actions{padding-top:18px}.template--luxury-beauty .landing-section--actions .section-heading{display:none}.template--luxury-beauty .action-card,.template--luxury-beauty .action-card--primary{border-color:color-mix(in srgb, var(--design-accent) 78%, transparent);color:#fff9ed;background:#050505;border-radius:16px;min-height:92px;padding:10px 12px}.template--luxury-beauty .action-card__icon{color:#080808;background:linear-gradient(135deg,#a86e18,#f1cf71);border-radius:50%;width:64px;height:64px}.template--luxury-beauty .action-card__copy strong{font-size:1.18rem}.template--luxury-beauty .action-card__copy small{font-size:.9rem}.template--luxury-beauty .landing-section--gallery{border:1px solid color-mix(in srgb, var(--design-accent) 72%, transparent);background:#050505;border-radius:18px;width:calc(100% - 32px);padding:18px}.template--luxury-beauty .landing-section--gallery .section-heading{text-align:left;margin-bottom:14px}.template--luxury-beauty .landing-section--gallery .section-heading:before,.template--luxury-beauty .landing-section--gallery .section-heading:after{display:none}.template--luxury-beauty .landing-section--gallery .section-heading h2{color:var(--design-accent);font-size:1.5rem}.template--luxury-beauty .landing-section--gallery .section-heading p{color:var(--design-background);font-size:.95rem}.template--luxury-beauty .gallery-preview__rail{grid-template-columns:repeat(4,minmax(0,1fr))}.template--luxury-beauty .gallery-preview__item{min-height:150px}.template--luxury-beauty .gallery-preview__all{color:#090909;text-transform:uppercase;background:linear-gradient(110deg,#c58c2c,#f4d57d);border:0}@media (max-width:720px){.template--luxury-beauty .hero--split-brand{border-radius:22px;width:calc(100% - 16px);min-height:420px;margin-top:8px}.template--luxury-beauty .gallery-preview__item{min-height:132px}}
.template--service-impact{background:color-mix(in srgb, var(--design-text) 88%, #000)}.template--service-impact .microsite__shell{box-shadow:0 0 90px color-mix(in srgb, var(--design-accent) 12%, transparent)}.template--service-impact .hero__fallback-image{object-position:var(--hero-position)}.template--service-impact .hero-button--primary{background:var(--design-accent);color:var(--design-text)}.template--service-impact .action-card--primary{background:var(--design-text);color:var(--design-background)}.template--service-impact .offer-card__icon,.template--service-impact .action-card__arrow{background:var(--design-accent)}
.template--automotive-tech{--microsite-max-width:760px;color:#f8fafc;background:#08090b}.template--automotive-tech .microsite__shell{background:#0d0f12;padding-bottom:82px;box-shadow:0 0 80px #d7192026}.template--automotive-tech .hero{text-align:left;border-bottom:1px solid #ef444459;min-height:720px}.template--automotive-tech .hero__fallback-image{opacity:.82;object-position:62% center}.template--automotive-tech .hero__overlay{background:linear-gradient(#08090b4d,#08090b8a 52%,#0d0f12 98%),linear-gradient(90deg,#08090bf5 0%,#08090bcc 48%,#08090b42 100%)}.template--automotive-tech .hero__content{width:min(100% - 48px,650px);margin-inline:auto;padding:52px 0 58px}.template--automotive-tech .hero__logo-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f11147a;border:1px solid #f8fafc29;border-radius:18px;width:280px;height:187px;margin:0 0 30px;padding:6px;overflow:hidden;box-shadow:0 20px 60px #00000052}.template--automotive-tech .hero__logo{object-fit:contain;border-radius:12px}.template--automotive-tech .hero__eyebrow{color:#ef4444;letter-spacing:.13em;max-width:500px;margin:0 0 12px;font-size:.72rem}.template--automotive-tech .hero h1{color:#fff;letter-spacing:-.055em;text-transform:none;text-shadow:0 8px 30px #00000061;max-width:610px;margin:0 0 16px;font-size:clamp(2.6rem,8vw,4.75rem);line-height:.96}.template--automotive-tech .hero__description{color:#f8fafcb8;max-width:520px;margin:0;font-size:.98rem;line-height:1.6}.template--automotive-tech .hero__actions{grid-template-columns:1.25fr 1fr;gap:10px;margin-top:28px;display:grid}.template--automotive-tech .hero-button{border-radius:10px;min-width:0;padding:13px 15px}.template--automotive-tech .hero-button--primary{color:#fff;background:#d71920;border-color:#d71920;box-shadow:0 14px 34px #d7192040}.template--automotive-tech .hero-button--secondary{background:#111317d1;border-color:#f8fafc40}.template--automotive-tech .microsite__content{background:linear-gradient(#0d0f12,#15181d 45%,#0d0f12)}.template--automotive-tech .landing-section{width:calc(100% - 40px);padding:42px 0}.template--automotive-tech .landing-section+.landing-section{border-color:#f8fafc17}.template--automotive-tech .section-heading{text-align:left;margin-bottom:22px}.template--automotive-tech .section-heading:before,.template--automotive-tech .section-heading:after{display:none}.template--automotive-tech .section-heading .section-eyebrow{color:#ef4444;display:block}.template--automotive-tech .section-heading h2{color:#f8fafc;letter-spacing:-.035em;text-transform:none;margin:6px 0 8px;font-size:clamp(1.65rem,5vw,2.25rem);display:block}.template--automotive-tech .section-heading p{color:#f8fafc94;margin:0;font-size:.88rem}.template--automotive-tech .action-grid{gap:10px}.template--automotive-tech .action-card,.template--automotive-tech .action-card--primary{background:linear-gradient(110deg,#191c21,#111317);border-color:#f8fafc1f;border-radius:12px;min-height:82px}.template--automotive-tech .action-card--primary{border-color:#d71920}.template--automotive-tech .action-card__icon{color:#ef4444;background:#d7192021;border:1px solid #ef444440;border-radius:10px}.template--automotive-tech .action-card__arrow{color:#fff;background:#d71920}.template--automotive-tech .landing-section--offers{background:#090a0c;width:100%;padding:46px 20px}.template--automotive-tech .offers-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template--automotive-tech .offer-card{background:linear-gradient(145deg,#1a1d22,#111317);border-color:#f8fafc1c;border-radius:12px;align-items:flex-start;min-height:125px;padding:18px}.template--automotive-tech .offer-card__icon{color:#fff;background:#d71920;border:0;border-radius:9px;width:38px;height:38px}.template--automotive-tech .offer-card h3{color:#f8fafc;margin-top:0;font-size:.96rem;line-height:1.25}.template--automotive-tech .benefits-grid{gap:8px;display:grid}.template--automotive-tech .benefit-card{background:#181b20;border-left:3px solid #d71920;border-radius:4px 12px 12px 4px;align-items:center;gap:15px;min-height:72px;padding:14px 16px;display:flex}.template--automotive-tech .benefit-card>span{color:#ef4444;letter-spacing:.1em;font-size:.72rem;font-weight:800}.template--automotive-tech .benefit-card h3{color:#f8fafc;margin:0;font-size:.94rem}.template--automotive-tech .benefit-card p{color:#f8fafc94;margin:5px 0 0;font-size:.82rem}.template--automotive-tech .site-footer{border-color:#f8fafc1a}.template--automotive-tech .floating-contact{z-index:30;right:max(14px,50vw - 366px);bottom:max(12px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08090beb;border:1px solid #f8fafc1f;border-radius:15px;gap:8px;padding:7px;display:flex;position:fixed;box-shadow:0 16px 45px #0000007a}.template--automotive-tech .floating-contact a{color:#fff;background:#d71920;border-radius:10px;align-items:center;gap:8px;min-height:46px;padding:9px 13px;font-size:.78rem;font-weight:800;text-decoration:none;display:flex}.template--automotive-tech .floating-contact a+a{background:#252930}.template--automotive-tech .floating-contact .action-icon{width:21px;height:21px}@media (max-width:720px){.template--automotive-tech .hero{min-height:650px}.template--automotive-tech .hero__fallback-image{object-position:68% center}.template--automotive-tech .hero__content{width:calc(100% - 32px);padding:28px 0 44px}.template--automotive-tech .hero__logo-wrap{width:230px;height:153px;margin-bottom:24px}.template--automotive-tech .hero__actions{grid-template-columns:1fr}.template--automotive-tech .landing-section{width:calc(100% - 28px);padding-block:34px}.template--automotive-tech .landing-section--offers{width:100%;padding:38px 14px}.template--automotive-tech .offers-list{grid-template-columns:1fr}.template--automotive-tech .offer-card{align-items:center;min-height:88px}.template--automotive-tech .floating-contact{justify-content:stretch;left:10px;right:10px}.template--automotive-tech .floating-contact a{flex:1;justify-content:center}}@media (prefers-reduced-motion:reduce){.template--automotive-tech *{scroll-behavior:auto}}
.template--creative-technology-studio{--studio-violet:#8b5cf6;--studio-cyan:#22d3ee;--studio-ink:#f8fafc;--studio-muted:#9ca9bd;color:var(--studio-ink);background:#05070d;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.template--creative-technology-studio .studio-shell{background:#080b14;width:min(100%,760px);margin:0 auto;overflow:hidden;box-shadow:0 0 100px #7c3aed26}.template--creative-technology-studio .studio-hero{isolation:isolate;align-items:end;min-height:760px;display:grid;position:relative;overflow:hidden}.template--creative-technology-studio .studio-hero__visual,.template--creative-technology-studio .studio-hero__veil{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.template--creative-technology-studio .studio-hero__veil{z-index:-1;background:linear-gradient(#080b1433,#080b1494 50%,#080b14 98%),linear-gradient(90deg,#080b14f0,#080b1438)}.template--creative-technology-studio .studio-hero__content{width:calc(100% - 56px);max-width:650px;margin:0 auto;padding:58px 0 68px}.template--creative-technology-studio .studio-hero__logo{width:min(430px,80%);height:auto;margin-bottom:46px}.template--creative-technology-studio .studio-kicker{color:var(--studio-cyan);letter-spacing:.17em;text-transform:uppercase;margin:0 0 12px;font-size:.7rem;font-weight:800;line-height:1.5}.template--creative-technology-studio h1{letter-spacing:-.065em;text-wrap:balance;max-width:640px;margin:0;font-size:clamp(3.1rem,9vw,5.7rem);line-height:.92}.template--creative-technology-studio .studio-summary{color:#c4b5fd;letter-spacing:.12em;text-transform:uppercase;margin:22px 0 10px;font-size:.86rem;font-weight:750}.template--creative-technology-studio .studio-hero__description{max-width:570px;color:var(--studio-muted);margin:0;font-size:.98rem;line-height:1.7}.template--creative-technology-studio .studio-hero__actions{gap:10px;margin-top:28px;display:flex}.template--creative-technology-studio .studio-hero__actions a,.template--creative-technology-studio .studio-link{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1322b8;border:1px solid #a78bfa59;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;font-size:.82rem;font-weight:800;text-decoration:none;transition:transform .2s,border-color .2s;display:inline-flex}.template--creative-technology-studio .studio-hero__actions a:first-child{background:linear-gradient(120deg,#7c3aed,#6d28d9);border-color:#0000;box-shadow:0 16px 38px #7c3aed47}.template--creative-technology-studio .studio-hero__actions a:hover,.template--creative-technology-studio .studio-link:hover{border-color:var(--studio-cyan);transform:translateY(-2px)}.template--creative-technology-studio .studio-content{background:radial-gradient(circle at 100% 30%,#22d3ee0f,#0000 24%),#080b14}.template--creative-technology-studio .studio-section{width:calc(100% - 48px);margin:0 auto;padding:64px 0}.template--creative-technology-studio .studio-section+.studio-section{border-top:1px solid #94a3b81a}.template--creative-technology-studio .studio-section h2{letter-spacing:-.05em;text-wrap:balance;margin:0 0 16px;font-size:clamp(2rem,6vw,3.5rem);line-height:1}.template--creative-technology-studio .studio-section>p,.template--creative-technology-studio .studio-heading>p:last-child{color:var(--studio-muted);line-height:1.75}.template--creative-technology-studio .studio-positioning{padding-block:72px}.template--creative-technology-studio .studio-positioning p:not(.studio-kicker){max-width:650px;margin:10px 0}.template--creative-technology-studio .studio-heading{max-width:620px;margin-bottom:28px}.template--creative-technology-studio .studio-heading>p:last-child{margin:0}.template--creative-technology-studio .studio-services{background:#05070d;width:100%;padding-inline:24px}.template--creative-technology-studio .studio-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.template--creative-technology-studio .studio-service{background:linear-gradient(145deg,#1c1732b8,#0b0f1beb);border:1px solid #a78bfa26;border-radius:22px;min-height:300px;padding:24px;transition:transform .25s,border-color .25s;position:relative;overflow:hidden}.template--creative-technology-studio .studio-service:hover{border-color:#22d3ee6b;transform:translateY(-4px)}.template--creative-technology-studio .studio-service__number{color:var(--studio-cyan);margin-bottom:34px;font-size:.72rem;font-weight:800;display:block}.template--creative-technology-studio .studio-service h3{letter-spacing:-.03em;margin:0 0 10px;font-size:1.4rem}.template--creative-technology-studio .studio-service p{min-height:68px;color:var(--studio-muted);margin:0;font-size:.85rem;line-height:1.55}.template--creative-technology-studio .studio-service ul{flex-wrap:wrap;gap:6px;margin:20px 0 0;padding:0;list-style:none;display:flex}.template--creative-technology-studio .studio-service li,.template--creative-technology-studio .studio-tags span,.template--creative-technology-studio .studio-product__capabilities span{color:#bac4d5;border:1px solid #94a3b821;border-radius:999px;padding:6px 9px;font-size:.68rem}.template--creative-technology-studio .studio-product{background:radial-gradient(circle at 90% 10%,#22d3ee26,#0000 32%),linear-gradient(140deg,#12172a,#0a0e18);border:1px solid #22d3ee33;border-radius:28px;padding:70px 28px}.template--creative-technology-studio .studio-product__brand{color:#fff;letter-spacing:-.07em;margin:12px 0;font-size:clamp(3.6rem,13vw,6.6rem);line-height:.9;display:block}.template--creative-technology-studio .studio-product>div:first-child>p:not(.studio-kicker){max-width:570px;color:var(--studio-muted);line-height:1.7}.template--creative-technology-studio .studio-product__capabilities,.template--creative-technology-studio .studio-tags{flex-wrap:wrap;gap:7px;margin:24px 0;display:flex}.template--creative-technology-studio .studio-link{background:0 0}.template--creative-technology-studio .studio-portfolio__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.template--creative-technology-studio .studio-project{background:#0d1220;border:1px solid #94a3b81f;border-radius:20px;flex-direction:column;min-height:250px;padding:22px;display:flex}.template--creative-technology-studio .studio-project--featured{background:linear-gradient(145deg,#7c3aed2e,#0d1220)}.template--creative-technology-studio .studio-project h3{margin:0 0 10px;font-size:1.4rem}.template--creative-technology-studio .studio-project>p:not(.studio-kicker){color:var(--studio-muted);margin:0;font-size:.84rem;line-height:1.55}.template--creative-technology-studio .studio-project a{color:var(--studio-cyan);justify-content:space-between;margin-top:auto;font-size:.78rem;font-weight:800;text-decoration:none;display:flex}.template--creative-technology-studio .studio-help{grid-template-columns:.85fr 1.15fr;gap:34px;padding-block:76px;display:grid}.template--creative-technology-studio .studio-help p{margin-top:0}.template--creative-technology-studio .studio-process ol{gap:10px;padding:0;list-style:none;display:grid}.template--creative-technology-studio .studio-process li{background:#0e1321;border-radius:16px;grid-template-columns:48px 1fr;gap:16px;padding:20px;display:grid}.template--creative-technology-studio .studio-process li>span{color:var(--studio-cyan);font-size:.75rem;font-weight:800}.template--creative-technology-studio .studio-process h3{margin:0 0 5px}.template--creative-technology-studio .studio-process p{color:var(--studio-muted);margin:0;font-size:.84rem}.template--creative-technology-studio .studio-final{text-align:center;background:radial-gradient(circle at 20% 0,#7c3aed4d,#0000 45%),#0d1120;border:1px solid #a78bfa38;border-radius:30px;width:calc(100% - 24px);padding:70px 28px}.template--creative-technology-studio .studio-final p{max-width:600px;margin:10px auto}.template--creative-technology-studio .studio-final small{color:#718096;margin-top:22px;display:block}.template--creative-technology-studio .studio-footer{text-align:center;place-items:center;padding:58px 20px;display:grid}.template--creative-technology-studio .studio-footer__logo{width:180px;height:auto}.template--creative-technology-studio .studio-footer p{color:var(--studio-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.template--creative-technology-studio .studio-footer strong{margin-top:18px;font-size:.8rem}.template--creative-technology-studio .studio-footer strong span{color:var(--studio-cyan)}@media (max-width:600px){.template--creative-technology-studio .studio-hero{min-height:720px}.template--creative-technology-studio .studio-hero__content{width:calc(100% - 32px);padding-bottom:48px}.template--creative-technology-studio .studio-hero__logo{width:82%;margin-bottom:38px}.template--creative-technology-studio h1{font-size:clamp(3rem,14vw,4.4rem)}.template--creative-technology-studio .studio-hero__actions{grid-template-columns:1fr 1fr;display:grid}.template--creative-technology-studio .studio-section{width:calc(100% - 28px);padding-block:48px}.template--creative-technology-studio .studio-services{width:100%;padding-inline:14px}.template--creative-technology-studio .studio-services__grid,.template--creative-technology-studio .studio-portfolio__grid{grid-template-columns:1fr}.template--creative-technology-studio .studio-service{min-height:0;padding:20px}.template--creative-technology-studio .studio-service__number{margin-bottom:22px}.template--creative-technology-studio .studio-service p{min-height:0}.template--creative-technology-studio .studio-product{width:calc(100% - 20px);padding:50px 22px}.template--creative-technology-studio .studio-help{display:block}.template--creative-technology-studio .studio-final{width:calc(100% - 16px);padding-inline:20px}}@media (prefers-reduced-motion:reduce){.template--creative-technology-studio *{scroll-behavior:auto;transition:none}}
.template--marine-adventure{color:#f8fafc;background:#03192c;min-height:100vh;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.template--marine-adventure .marine{--navy:#062b4f;--ocean:#075985;--blue:#0284c7;--aqua:#22d3ee;--gold:#facc15;--foam:#f8fafc;max-width:var(--microsite-max-width);background:#041e35;margin:auto;position:relative}.marine-nav{z-index:20;background:linear-gradient(#03192cb8,#0000);border-bottom:1px solid #f8fafc1a;justify-content:space-between;align-items:center;height:76px;padding:8px clamp(18px,5vw,40px);display:flex;position:absolute;top:0;left:0;right:0}.marine-brand{line-height:0;display:block}.marine-brand img{object-fit:contain;width:205px;max-height:64px;display:block}.marine-language{min-height:44px;color:var(--foam);font:inherit;letter-spacing:.08em;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03192c8c;border:1px solid #f8fafc73;border-radius:999px;padding:8px 16px;font-size:.82rem;font-weight:800}.marine-hero{background:radial-gradient(circle at 84% 24%,#22d3ee38,#0000 20%),radial-gradient(circle at 72% 66%,#0284c75c,#0000 42%),linear-gradient(145deg,#03192c 8%,#062b4f 58%,#075985);align-items:center;min-height:720px;padding:104px clamp(20px,7vw,54px) 76px;display:flex;position:relative;overflow:hidden}.marine-hero:after{aspect-ratio:1;content:"";border:1px solid #22d3ee2e;border-radius:50%;width:72%;position:absolute;bottom:-42%;right:-10%;box-shadow:0 0 0 90px #22d3ee0d,0 0 0 190px #22d3ee0a}.marine-depth span{border:1px solid #f8fafc1f;border-radius:50%;position:absolute}.marine-depth span:first-child{width:340px;height:340px;top:21%;right:11%}.marine-depth span:nth-child(2){width:210px;height:210px;top:28%;right:18%}.marine-depth span:nth-child(3){background:#facc152e;width:70px;height:70px;top:38%;right:25%}.marine-hero__content{z-index:2;max-width:610px;position:relative}.marine-eyebrow{color:var(--aqua);letter-spacing:.17em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:900}.marine-hero h1{letter-spacing:-.055em;text-wrap:balance;max-width:610px;margin:0;font-size:clamp(2.8rem,8vw,5rem);line-height:.93}.marine-lead{color:#f8fafcc2;max-width:560px;margin:20px 0 0;font-size:clamp(.94rem,2vw,1.08rem);line-height:1.6}.marine-actions{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.marine-button{min-height:56px;color:var(--foam);border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;font-size:.88rem;font-weight:900;text-decoration:none;display:inline-flex}.marine-button .action-icon{width:22px}.marine-button--whatsapp{background:#15803d;box-shadow:0 12px 30px #00000038}.marine-button--ghost{background:#03192c61;border-color:#f8fafc59}.marine-trust{color:#f8fafcc7;letter-spacing:.04em;align-items:center;gap:9px;margin-top:20px;font-size:.8rem;font-weight:800;display:flex}.marine-trust span{color:var(--gold)}.marine-departure{z-index:2;color:#f8fafca6;margin:0;font-size:.82rem;font-weight:700;position:absolute;bottom:30px;right:clamp(22px,5vw,72px)}.marine-scroll{z-index:2;color:#f8fafca6;letter-spacing:.1em;text-transform:uppercase;justify-items:center;font-size:.64rem;text-decoration:none;display:grid;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.marine-scroll b{color:var(--aqua);font-size:1.1rem}.marine-trustbar{background:#22d3ee26;grid-template-columns:repeat(3,1fr);gap:1px;padding:1px 0;display:grid}.marine-trustbar div{text-align:center;background:#05253f;align-content:center;min-height:112px;padding:18px;display:grid}.marine-trustbar strong{color:var(--aqua);font-size:1.55rem}.marine-trustbar span{color:#f8fafcad;margin-top:5px;font-size:.7rem;line-height:1.35}.marine-section{padding:72px clamp(20px,7vw,54px)}.marine-section__heading{max-width:620px;margin-bottom:34px}.marine-section h2,.marine-boat h2,.marine-contact h2{letter-spacing:-.05em;text-wrap:balance;margin:0;font-size:clamp(2rem,5vw,3.45rem);line-height:1}.marine-captain{color:var(--foam);background:linear-gradient(155deg,#082c49,#041e35)}.marine-captain__grid{grid-template-columns:minmax(240px,.75fr) 1.5fr;align-items:center;gap:clamp(36px,7vw,100px);display:grid}.marine-captain__portrait{aspect-ratio:4/5;color:var(--foam);text-align:center;background:radial-gradient(circle at 50% 32%,#22d3ee4d,#0000 24%),linear-gradient(155deg,#075985,#03192c);border:1px solid #22d3ee33;border-radius:28px;place-content:center;display:grid;box-shadow:0 20px 50px #0000002e}.marine-captain__portrait span{color:var(--gold);letter-spacing:-.08em;font-size:clamp(4.8rem,10vw,8rem);font-weight:900}.marine-captain__portrait small{letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;font-weight:900}.marine-captain__copy>p:not(.marine-eyebrow){color:#f8fafcb3;margin:16px 0;font-size:.96rem;line-height:1.65}.marine-badges{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px;display:grid}.marine-badges span{color:#bae6fd;background:#0759853d;border:1px solid #22d3ee38;border-radius:12px;padding:11px 12px;font-size:.76rem;font-weight:850}.marine-text-link{color:var(--gold);margin-top:24px;font-size:.82rem;font-weight:850;text-decoration:none;display:inline-flex}.marine-experiences{background:linear-gradient(#041e35,#062b4f)}.marine-experience-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.marine-experience{background:#03192c94;border:1px solid #22d3ee29;border-radius:22px;min-height:270px;position:relative;overflow:hidden}.marine-experience__visual{height:96px;color:var(--aqua);background:radial-gradient(circle at 86% 30%,#22d3ee4d,#0000 25%),linear-gradient(120deg,#075985,#06345a);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.marine-experience__visual span{letter-spacing:.15em;font-size:.7rem;font-weight:900}.marine-experience__visual b{color:#f8fafc80;font-size:2.3rem}.marine-experience>div:last-child{padding:22px 24px 24px}.marine-experience h3{max-width:330px;margin:0 0 10px;font-size:clamp(1.25rem,3vw,1.65rem);line-height:1.08}.marine-experience p{color:#f8fafcad;max-width:500px;margin:0 0 25px;line-height:1.65}.marine-experience a,.marine-recognition a{color:var(--gold);font-size:.84rem;font-weight:900;text-decoration:none}.marine-boat{color:#062b4f;background:#eaf7fb;grid-template-columns:minmax(0,1.38fr) minmax(0,1fr);grid-template-areas:"visual intro""visual benefits""visual cta";gap:22px 28px;padding:38px;display:grid}.marine-boat__intro{grid-area:intro;align-self:end}.marine-boat__intro>p:not(.marine-eyebrow){color:#486581;margin:14px 0 0;font-size:.9rem;line-height:1.6}.marine-boat__intro h2{font-size:clamp(2.35rem,5vw,2.7rem)}.marine-boat__visual{background:#06345a;border-radius:24px;grid-area:visual;min-height:560px;margin:0;position:relative;overflow:hidden;box-shadow:0 24px 55px #062b4f2e}.marine-boat__visual:after{content:"";pointer-events:none;background:linear-gradient(#0000,#03192cb8);position:absolute;inset:55% 0 0}.marine-boat__visual img{object-fit:cover;object-position:76% center;width:100%;height:100%}.marine-boat__badges{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.marine-boat__badges span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03192cad;border:1px solid #f8fafc29;border-radius:999px;padding:9px 11px;font-size:.67rem;font-weight:800}.marine-boat__benefits{grid-area:benefits;gap:8px;display:grid}.marine-boat__benefits article{background:#ffffff8c;border:1px solid #c6e1ea;border-radius:14px;gap:11px;min-width:0;padding:11px;display:flex}.marine-boat__benefits article>span{color:#075985;background:#d7f2f7;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:.75rem;font-weight:900;display:grid}.marine-boat__benefits h3{margin:0;font-size:.78rem}.marine-boat__benefits p{color:#627d98;margin:4px 0 0;font-size:.68rem;line-height:1.35}.marine-boat__cta{color:#fff;background:#15803d;border-radius:15px;grid-area:cta;align-self:start;align-items:center;gap:9px;width:fit-content;min-height:54px;padding:13px 18px;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 26px #15803d2e}.marine-boat__cta .action-icon{width:22px}.marine-recognition{background:linear-gradient(110deg,#4f3b05,#062b4f 45%);grid-template-columns:180px 1fr;align-items:center;gap:50px;display:grid}.marine-trophy{width:160px;height:160px;color:var(--gold);border:1px solid #facc1573;border-radius:50%;place-content:center;font-size:4rem;display:grid;box-shadow:inset 0 0 50px #facc1524}.marine-recognition h2{max-width:900px}.marine-recognition p:not(.marine-eyebrow){color:#f8fafcb3;max-width:760px;line-height:1.7}.marine-contact{color:var(--foam);background:linear-gradient(#041e35,#03192c);padding:28px 20px 54px}.marine-contact__inner{background:#07598533;border:1px solid #22d3ee2e;border-radius:28px;max-width:610px;margin:auto;padding:clamp(26px,6vw,44px);box-shadow:0 24px 60px #0000002e}.marine-contact__inner>p:not(.marine-eyebrow,.marine-contact__details){color:#f8fafcab;max-width:500px;margin:14px 0 28px;line-height:1.6}.marine-contact__primary{color:#fff;background:#15803d;border-radius:17px;align-items:center;gap:14px;width:100%;min-height:64px;padding:13px 18px;text-decoration:none;display:flex;box-shadow:0 12px 28px #0000003d}.marine-contact__primary .action-icon{flex:none;width:28px}.marine-contact__primary span{display:grid}.marine-contact__primary strong{font-size:.95rem}.marine-contact__primary small{color:#ffffffb3;margin-top:3px;font-size:.7rem}.marine-contact__primary b{margin-left:auto;font-size:1.3rem}.marine-contact__secondary{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px;display:grid}.marine-contact__secondary a{min-width:0;min-height:50px;color:var(--foam);white-space:nowrap;background:#f8fafc12;border:1px solid #f8fafc29;border-radius:14px;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:.76rem;font-weight:800;text-decoration:none;display:flex}.marine-contact__secondary .action-icon{width:19px;color:var(--aqua);flex:none}.marine-contact__details{color:#f8fafc80;text-align:center;margin:18px 0 0;font-size:.68rem;line-height:1.7}.marine-contact__details a{color:inherit;overflow-wrap:anywhere;text-decoration:none}.marine-footer{text-align:center;background:#03192c;border-top:1px solid #f8fafc17;justify-items:center;padding:38px 20px 82px;display:grid}.marine-footer strong{color:var(--foam);font-size:.82rem}.marine-footer p{color:#f8fafc94;margin:7px 0 16px;font-size:.75rem}.marine-footer a{color:var(--aqua);text-decoration:none}.marine-footer small{color:#f8fafc61}.marine a,.marine button{transition:transform .2s,box-shadow .2s,background .2s}.marine a:hover,.marine button:hover{transform:translateY(-2px)}@media (max-width:800px){.marine-nav{height:72px}.marine-brand img{width:185px;max-height:58px}.marine-hero{min-height:680px;padding-top:84px}.marine-hero h1{font-size:clamp(2.8rem,12vw,4.5rem)}.marine-depth span{opacity:.55}.marine-departure{left:20px;right:20px}.marine-section{padding-block:58px}.marine-captain__grid{grid-template-columns:1fr}.marine-captain__portrait{aspect-ratio:5/3;width:min(100%,360px);margin:auto}.marine-experience-grid{grid-template-columns:1fr}.marine-boat{grid-template-columns:1fr;grid-template-areas:"intro""visual""benefits""cta";padding:42px 24px}.marine-boat__visual{min-height:400px}.marine-boat__visual img{object-position:center}.marine-boat__benefits{grid-template-columns:repeat(2,1fr)}.marine-boat__cta{justify-content:center;width:100%}}@media (max-width:520px){.marine-nav{padding-inline:16px}.marine-language{min-height:40px;padding-inline:12px;font-size:.68rem}.marine-hero{min-height:650px;padding:76px 18px 64px}.marine-hero h1{font-size:clamp(2.55rem,12vw,3.35rem)}.marine-lead{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.marine-actions{display:grid}.marine-button{width:100%}.marine-button--ghost{min-height:48px}.marine-departure{font-size:.7rem;bottom:18px}.marine-scroll{display:none}.marine-trustbar{grid-template-columns:repeat(3,minmax(132px,1fr));overflow-x:auto}.marine-trustbar div{min-height:94px}.marine-section{padding:48px 18px}.marine-captain__portrait{aspect-ratio:16/9}.marine-captain__portrait span{font-size:4.2rem}.marine-badges{grid-template-columns:1fr;margin-top:20px}.marine-experience{min-height:0}.marine-experience p{font-size:.88rem}.marine-boat{gap:18px;padding:42px 18px}.marine-boat__intro h2{font-size:clamp(2rem,10vw,2.4rem)}.marine-boat__visual{border-radius:20px;min-height:270px}.marine-boat__benefits{grid-template-columns:1fr}.marine-contact{padding:20px 16px 42px}.marine-contact__inner{border-radius:22px;padding:24px 16px}.marine-contact__secondary a{padding-inline:7px}.marine-contact__details span{display:none}.marine-contact__details a{display:block}.marine-footer{padding-bottom:62px}}@media (max-width:374px){.marine-brand img{width:175px;max-height:54px}}@media (prefers-reduced-motion:reduce){.marine *,.marine :before,.marine :after{scroll-behavior:auto!important;transition:none!important}}
