.Header-module__zCemKG__header{z-index:20;padding:22px var(--gutter);color:var(--white);transition:background .4s var(--ease-out), padding .4s var(--ease-out), box-shadow .4s var(--ease-out), color .4s var(--ease-out);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid;position:fixed;inset:0 0 auto}.Header-module__zCemKG__scrolled,.Header-module__zCemKG__menuOpen{background:var(--sand-100);color:var(--ink);padding:12px var(--gutter);box-shadow:0 1px #0000000f}.Header-module__zCemKG__nav{align-items:center;gap:clamp(14px,2vw,30px);display:flex}.Header-module__zCemKG__navRight{justify-content:flex-end}.Header-module__zCemKG__nav a{font-family:var(--font-accent), sans-serif;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;opacity:.9;font-size:11px;transition:opacity .2s}.Header-module__zCemKG__nav a:hover{opacity:1}.Header-module__zCemKG__yachtsGroup{align-items:center;display:flex;position:relative}.Header-module__zCemKG__flyout{z-index:30;min-width:min(320px, calc(100vw - 2 * var(--gutter)));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s var(--ease-out), transform .28s var(--ease-out), visibility 0s linear .28s;padding-top:14px;position:absolute;top:100%;left:0;transform:translateY(8px)}.Header-module__zCemKG__yachtsGroup[data-open=true] .Header-module__zCemKG__flyout{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .28s var(--ease-out), transform .28s var(--ease-out), visibility 0s;transform:none}.Header-module__zCemKG__flyoutInner{background:var(--sand-100);color:var(--ink);border-radius:2px;flex-direction:column;gap:2px;padding:14px 14px 12px;display:flex;box-shadow:0 1px #0000000f,0 12px 32px #0618221f}.Header-module__zCemKG__flyoutItem{color:var(--ink);transition:background .25s var(--ease-out);border-radius:2px;grid-template-columns:64px 1fr;align-items:center;gap:12px;padding:8px;display:grid;font-family:var(--font-body), sans-serif!important;letter-spacing:0!important;text-transform:none!important;white-space:normal!important;opacity:1!important;font-size:15px!important}.Header-module__zCemKG__flyoutItem:hover,.Header-module__zCemKG__flyoutItem:focus-visible{background:#0d35470a}.Header-module__zCemKG__flyoutThumb{background:var(--deep-900);border-radius:1px;width:64px;height:44px;position:relative;overflow:hidden}.Header-module__zCemKG__flyoutThumbImg{object-fit:cover;transition:transform .45s var(--ease-out)}.Header-module__zCemKG__flyoutItem:hover .Header-module__zCemKG__flyoutThumbImg,.Header-module__zCemKG__flyoutItem:focus-visible .Header-module__zCemKG__flyoutThumbImg{transform:scale(1.04)}.Header-module__zCemKG__flyoutCopy{text-align:left;flex-direction:column;gap:4px;min-width:0;display:flex}.Header-module__zCemKG__flyoutName{font-family:var(--font-body), sans-serif;color:var(--ink);background-image:linear-gradient(var(--gold-tan), var(--gold-tan));transition:background-size .35s var(--ease-out);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;width:fit-content;font-size:15px;font-weight:500;line-height:1.2}.Header-module__zCemKG__flyoutItem:hover .Header-module__zCemKG__flyoutName,.Header-module__zCemKG__flyoutItem:focus-visible .Header-module__zCemKG__flyoutName{background-size:100% 1px}.Header-module__zCemKG__flyoutType{color:var(--gold-tan);letter-spacing:.16em;font-size:9px}.Header-module__zCemKG__flyoutAll{color:var(--ink);transition:opacity .25s var(--ease-out);border-top:1px solid #0d35471a;align-items:center;gap:8px;margin-top:8px;padding:12px 8px 4px;display:inline-flex;letter-spacing:.2em!important;text-transform:uppercase!important;font-size:10px!important;font-family:var(--font-accent), sans-serif!important;opacity:.75!important;white-space:nowrap!important}.Header-module__zCemKG__flyoutAll:hover,.Header-module__zCemKG__flyoutAll:focus-visible{opacity:1!important}.Header-module__zCemKG__logo{z-index:2;justify-self:center;align-items:center;height:40px;display:flex;position:relative}.Header-module__zCemKG__logoMark{filter:brightness(0)invert();width:auto;height:40px;transition:filter .4s var(--ease-out)}.Header-module__zCemKG__scrolled .Header-module__zCemKG__logoMark,.Header-module__zCemKG__menuOpen .Header-module__zCemKG__logoMark{filter:none}.Header-module__zCemKG__lang{font-family:var(--font-accent), sans-serif;letter-spacing:.15em;align-items:center;gap:6px;margin-left:6px;font-size:10px;display:inline-flex}.Header-module__zCemKG__lang a{opacity:.5;transition:opacity .2s}.Header-module__zCemKG__lang a:hover,.Header-module__zCemKG__langActive{opacity:1}.Header-module__zCemKG__langSep{opacity:.4}.Header-module__zCemKG__burger{z-index:2;cursor:pointer;width:44px;height:44px;color:inherit;background:0 0;border:0;justify-self:end;display:none;position:relative}.Header-module__zCemKG__burgerLine{width:26px;height:2px;transform:translate(-50%, -50%) translateY(var(--o));transition:transform .3s var(--ease-out), opacity .2s var(--ease-out);background:currentColor;position:absolute;left:50%}.Header-module__zCemKG__burgerLine:first-child{--o:-5px;top:50%}.Header-module__zCemKG__burgerLine:nth-child(2){--o:5px;top:50%}.Header-module__zCemKG__menuOpen .Header-module__zCemKG__burgerLine:first-child{transform:translate(-50%,-50%)rotate(45deg)}.Header-module__zCemKG__menuOpen .Header-module__zCemKG__burgerLine:nth-child(2){transform:translate(-50%,-50%)rotate(-45deg)}.Header-module__zCemKG__mobilePanel{display:none}.Header-module__zCemKG__mobileNav{flex-direction:column;gap:clamp(18px,4vh,34px);display:flex}.Header-module__zCemKG__mobileNav>a,.Header-module__zCemKG__mobileYachtsLink{font-family:var(--font-accent), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);font-size:clamp(18px,5vw,26px)}.Header-module__zCemKG__mobileYachts{flex-direction:column;gap:12px;display:flex}.Header-module__zCemKG__mobileYachtsRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.Header-module__zCemKG__mobileYachtsToggle{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;display:grid}.Header-module__zCemKG__mobileChevron{width:10px;height:10px;transition:transform .28s var(--ease-out);border-bottom:1.5px solid;border-right:1.5px solid;display:block;transform:rotate(45deg)translate(-1px,-1px)}.Header-module__zCemKG__mobileChevron[data-open=true]{transform:rotate(225deg)translate(-1px,-1px)}.Header-module__zCemKG__mobileYachtsPanel{border-left:1px solid #0d35471f;flex-direction:column;gap:14px;margin-left:0;padding:8px 0 4px 16px;display:none}.Header-module__zCemKG__mobileYachtsPanelOpen{display:flex}.Header-module__zCemKG__mobileModelLink{color:var(--ink);font-weight:500;font-family:var(--font-body), sans-serif!important;letter-spacing:0!important;text-transform:none!important;font-size:clamp(16px,4vw,20px)!important}.Header-module__zCemKG__mobileAllModels{letter-spacing:.12em;color:var(--ink-soft);align-items:center;gap:8px;margin-top:4px;font-size:11px;display:inline-flex}.Header-module__zCemKG__mobileLang{color:var(--ink);margin-top:auto}.Header-module__zCemKG__mobileLang .Header-module__zCemKG__lang{margin-left:0;font-size:13px}@media (max-width:860px){.Header-module__zCemKG__header{grid-template-columns:auto 1fr;gap:12px}.Header-module__zCemKG__nav,.Header-module__zCemKG__navRight{display:none}.Header-module__zCemKG__logo{justify-self:start}.Header-module__zCemKG__burger{display:block}.Header-module__zCemKG__mobilePanel{z-index:0;padding:calc(64px + env(safe-area-inset-top)) var(--gutter) calc(32px + env(safe-area-inset-bottom));background:var(--sand-100);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-out), transform .3s var(--ease-out), visibility 0s linear .3s;flex-direction:column;display:flex;position:fixed;inset:0;transform:translateY(-8px)}.Header-module__zCemKG__menuOpen .Header-module__zCemKG__mobilePanel{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .3s var(--ease-out), transform .3s var(--ease-out), visibility 0s;transform:none}}@media (prefers-reduced-motion:reduce){.Header-module__zCemKG__mobilePanel,.Header-module__zCemKG__flyout,.Header-module__zCemKG__flyoutThumbImg,.Header-module__zCemKG__flyoutName,.Header-module__zCemKG__mobileChevron{transition:none}.Header-module__zCemKG__yachtsGroup[data-open=true] .Header-module__zCemKG__flyout{transform:none}}
.Footer-module__q7ZRWa__footer{z-index:1;background:radial-gradient(120% 80% at 50% 0%, var(--deep-800), var(--deep-900) 62%), var(--deep-900);color:var(--white);padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);border-top-left-radius:clamp(20px,4vw,44px);border-top-right-radius:clamp(20px,4vw,44px);margin-top:calc(-1*clamp(20px,4vw,44px));position:relative;overflow:hidden}.Footer-module__q7ZRWa__footerContinue{background:var(--deep-900);border-top-left-radius:0;border-top-right-radius:0;margin-top:0;padding-top:0;animation:none}@supports (animation-timeline:view()){.Footer-module__q7ZRWa__footer:not(.Footer-module__q7ZRWa__footerContinue){animation:linear both Footer-module__q7ZRWa__footerFlatten;animation-timeline:view();animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.Footer-module__q7ZRWa__footer:not(.Footer-module__q7ZRWa__footerContinue){animation:none}}}@keyframes Footer-module__q7ZRWa__footerFlatten{to{border-top-left-radius:0;border-top-right-radius:0}}.Footer-module__q7ZRWa__inner{max-width:var(--maxw);margin-inline:auto}.Footer-module__q7ZRWa__invite{text-align:center;max-width:720px;margin-inline:auto}.Footer-module__q7ZRWa__inviteKicker{color:var(--gold-tan);margin-bottom:16px;font-size:11px}.Footer-module__q7ZRWa__inviteTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;text-wrap:balance;max-width:20ch;color:var(--white);margin-inline:auto;font-size:clamp(28px,4vw,52px);font-weight:300;line-height:1.1}.Footer-module__q7ZRWa__inviteBody{color:#ffffffbf;max-width:50ch;margin:18px auto 0;font-size:clamp(15px,1.4vw,18px);line-height:1.6}.Footer-module__q7ZRWa__inviteCta{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);border-radius:2px;align-items:center;gap:10px;margin-top:clamp(28px,4vh,40px);padding:14px 28px;font-size:11px;display:inline-flex}.Footer-module__q7ZRWa__inviteCta:hover,.Footer-module__q7ZRWa__inviteCta:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.Footer-module__q7ZRWa__arrow{transition:transform .3s var(--ease-out);display:inline-block}.Footer-module__q7ZRWa__inviteCta:hover .Footer-module__q7ZRWa__arrow,.Footer-module__q7ZRWa__inviteCta:focus-visible .Footer-module__q7ZRWa__arrow{transform:translate(4px)}.Footer-module__q7ZRWa__rule{background:#ffffff1f;border:0;height:1px;margin-block:clamp(40px,7vh,72px)}.Footer-module__q7ZRWa__ruleCompact{margin-top:0;margin-bottom:clamp(28px,4vh,44px)}.Footer-module__q7ZRWa__footerContinue .Footer-module__q7ZRWa__ruleCompact{margin-bottom:calc(var(--section-pad) * .45)}.Footer-module__q7ZRWa__grid{grid-template-columns:1fr;gap:clamp(32px,5vw,56px);display:grid}@media (min-width:561px){.Footer-module__q7ZRWa__grid{grid-template-columns:1fr 1fr}}@media (min-width:861px){.Footer-module__q7ZRWa__grid{grid-template-columns:1.5fr 1fr 1.3fr 1fr}}.Footer-module__q7ZRWa__colLabel{color:var(--gold-tan);margin-bottom:18px;font-size:10px;display:block}.Footer-module__q7ZRWa__logo{width:auto;height:clamp(52px,6vw,68px)}.Footer-module__q7ZRWa__dutchMade{color:var(--white);margin-top:20px;font-size:10px}.Footer-module__q7ZRWa__tagline{color:#fff9;max-width:34ch;margin-top:12px;font-size:13px;line-height:1.55}.Footer-module__q7ZRWa__linkList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__q7ZRWa__linkList a{color:#fffc;transition:color .2s var(--ease-out);font-size:13px}.Footer-module__q7ZRWa__linkList a:hover,.Footer-module__q7ZRWa__linkList a:focus-visible{color:var(--white)}.Footer-module__q7ZRWa__navCol .Footer-module__q7ZRWa__linkList a{font-family:var(--font-accent), sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:11px}.Footer-module__q7ZRWa__address{color:#fffc;flex-direction:column;gap:10px;font-size:13px;font-style:normal;line-height:1.5;display:flex}.Footer-module__q7ZRWa__address a{color:#fffc;transition:color .2s var(--ease-out)}.Footer-module__q7ZRWa__address a:hover,.Footer-module__q7ZRWa__address a:focus-visible{color:var(--white)}.Footer-module__q7ZRWa__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__q7ZRWa__rights{color:#ffffff8c;font-size:12px}.Footer-module__q7ZRWa__privacyLink{color:#ffffffbf;text-underline-offset:3px;margin-left:.35em;text-decoration:underline}.Footer-module__q7ZRWa__privacyLink:hover,.Footer-module__q7ZRWa__privacyLink:focus-visible{color:var(--white)}.Footer-module__q7ZRWa__lang{font-family:var(--font-accent), sans-serif;text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:8px;font-size:11px;display:inline-flex}.Footer-module__q7ZRWa__langActive{color:var(--white)}.Footer-module__q7ZRWa__langSep{color:#ffffff4d}.Footer-module__q7ZRWa__lang a{color:#ffffff8c;transition:color .2s var(--ease-out)}.Footer-module__q7ZRWa__lang a:hover,.Footer-module__q7ZRWa__lang a:focus-visible{color:var(--white)}.Footer-module__q7ZRWa__footer a:focus-visible{outline:2px solid var(--gold-tan);outline-offset:3px}@supports (animation-timeline:view()){.Footer-module__q7ZRWa__reveal{opacity:0;animation:linear both Footer-module__q7ZRWa__footerReveal;animation-timeline:view();transform:translateY(22px)}.Footer-module__q7ZRWa__inviteKicker.Footer-module__q7ZRWa__reveal{animation-range:entry entry 42%}.Footer-module__q7ZRWa__inviteTitle.Footer-module__q7ZRWa__reveal{animation-range:entry 6% entry 48%}.Footer-module__q7ZRWa__inviteBody.Footer-module__q7ZRWa__reveal{animation-range:entry 12% entry 54%}.Footer-module__q7ZRWa__inviteCta.Footer-module__q7ZRWa__reveal{animation-range:entry 18% entry 60%}@media (prefers-reduced-motion:reduce){.Footer-module__q7ZRWa__reveal{opacity:1;animation:none;transform:none}}}@keyframes Footer-module__q7ZRWa__footerReveal{to{opacity:1;transform:none}}
.page-module__LBTDbq__aboveHero{z-index:1;position:relative}@supports (animation-timeline:view()){.page-module__LBTDbq__main{timeline-scope:--curtain}.page-module__LBTDbq__aboveHero{view-timeline-name:--curtain;view-timeline-axis:block}}
.Hero-module__7HnD1W__hero{z-index:0;--hero-hint-zone:110px;height:100svh;min-height:560px;color:var(--white);position:sticky;top:0;overflow:hidden}.Hero-module__7HnD1W__media{z-index:0;background:linear-gradient(#123244,#0a2230);position:absolute;inset:0}.Hero-module__7HnD1W__image{object-fit:cover}.Hero-module__7HnD1W__video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s var(--ease-out,ease);pointer-events:none;position:absolute;inset:0}.Hero-module__7HnD1W__videoVisible{opacity:1}.Hero-module__7HnD1W__scrim{z-index:1;pointer-events:none;background:linear-gradient(#0618226b 0%,#06182200 20%),linear-gradient(#06182200 48%,#0618221f 72%,#0618229e 100%),radial-gradient(120% 90% at 8% 100%,#0618228c 0%,#06182200 55%);position:absolute;inset:0}.Hero-module__7HnD1W__veil{z-index:2;pointer-events:none;background:var(--deep-900);opacity:0;position:absolute;inset:0}.Hero-module__7HnD1W__content{z-index:3;left:var(--gutter);right:var(--gutter);bottom:max(clamp(56px, 9vh, 110px), var(--hero-hint-zone));opacity:0;max-width:min(760px,86vw);animation:Hero-module__7HnD1W__rise .8s var(--ease-out) .25s forwards;position:absolute;transform:translateY(18px)}.Hero-module__7HnD1W__tagline{font-family:var(--font-accent), sans-serif;letter-spacing:.06em;text-shadow:0 1px 30px #00000040;flex-direction:column;align-items:flex-start;gap:.14em;font-size:clamp(26px,4.6vw,56px);font-weight:400;line-height:1.2;display:flex}.Hero-module__7HnD1W__brand{display:block}.Hero-module__7HnD1W__accent{letter-spacing:.08em;opacity:.92;font-size:.86em;font-style:normal;display:block}.Hero-module__7HnD1W__dutchMade{z-index:3;right:var(--gutter);bottom:max(clamp(56px, 9vh, 110px), var(--hero-hint-zone));letter-spacing:.35em;opacity:.8;writing-mode:vertical-rl;font-size:10px;position:absolute}.Hero-module__7HnD1W__scrollHint{z-index:3;left:50%;bottom:max(clamp(72px, 11vh, 108px), env(safe-area-inset-bottom,0px));letter-spacing:.3em;color:var(--white);flex-direction:column;align-items:center;gap:8px;font-size:9px;display:flex;position:absolute;transform:translate(-50%)}.Hero-module__7HnD1W__anchorAssembly{animation:Hero-module__7HnD1W__anchorAssemblyFade 4.5s var(--ease-out) infinite}.Hero-module__7HnD1W__anchorStage{width:16px;height:56px;position:relative;overflow:visible}.Hero-module__7HnD1W__anchorLine{transform-origin:top;width:1px;height:34px;animation:Hero-module__7HnD1W__linePayOut 4.5s var(--ease-out) infinite;background:currentColor;margin-left:-.5px;position:absolute;top:0;left:50%;transform:scaleY(0)}.Hero-module__7HnD1W__anchorIcon{width:16px;height:auto;animation:Hero-module__7HnD1W__anchorSink 4.5s var(--ease-out) infinite;margin-left:-8px;position:absolute;top:0;left:50%;transform:translateY(0)}@keyframes Hero-module__7HnD1W__anchorAssemblyFade{0%,7%{opacity:0}10%,88%{opacity:.75}to{opacity:0}}@keyframes Hero-module__7HnD1W__linePayOut{0%,10%{transform:scaleY(0)}55%,85%{transform:scaleY(1)}to{transform:scaleY(0)}}@keyframes Hero-module__7HnD1W__anchorSink{0%,10%{transform:translateY(0)}55%,85%{transform:translateY(34px)}59%{transform:translateY(36px)}62%,85%{transform:translateY(34px)}to{transform:translateY(0)}}.Hero-module__7HnD1W__scrollHint:hover .Hero-module__7HnD1W__anchorAssembly,.Hero-module__7HnD1W__scrollHint:focus-visible .Hero-module__7HnD1W__anchorAssembly{opacity:.75;animation-play-state:paused}.Hero-module__7HnD1W__scrollHint:hover .Hero-module__7HnD1W__anchorLine,.Hero-module__7HnD1W__scrollHint:focus-visible .Hero-module__7HnD1W__anchorLine{animation-play-state:paused;transform:scaleY(1)}.Hero-module__7HnD1W__scrollHint:hover .Hero-module__7HnD1W__anchorIcon,.Hero-module__7HnD1W__scrollHint:focus-visible .Hero-module__7HnD1W__anchorIcon{transition:transform .4s var(--ease-out);animation-play-state:paused;transform:translateY(38px)}@media (prefers-reduced-motion:reduce){.Hero-module__7HnD1W__video{transition:none}.Hero-module__7HnD1W__anchorAssembly{opacity:.75;animation:none}.Hero-module__7HnD1W__anchorLine{animation:none;transform:scaleY(1)}.Hero-module__7HnD1W__anchorIcon{animation:none;transform:translateY(34px)}.Hero-module__7HnD1W__scrollHint:hover .Hero-module__7HnD1W__anchorIcon,.Hero-module__7HnD1W__scrollHint:focus-visible .Hero-module__7HnD1W__anchorIcon{transition:none;transform:translateY(34px)}}@keyframes Hero-module__7HnD1W__rise{to{opacity:1;transform:none}}@media (max-width:860px){.Hero-module__7HnD1W__dutchMade{display:none}.Hero-module__7HnD1W__content{bottom:max(clamp(92px, 16vh, 140px), var(--hero-hint-zone));max-width:none}.Hero-module__7HnD1W__scrollHint{bottom:max(clamp(80px, 13vh, 116px), env(safe-area-inset-bottom,0px))}}@media (max-width:420px){.Hero-module__7HnD1W__tagline{font-size:clamp(26px,8vw,34px)}}@media (max-height:760px){.Hero-module__7HnD1W__tagline{font-size:clamp(24px,4.2vw,44px);line-height:1.02}.Hero-module__7HnD1W__scrollHint .label{display:none}.Hero-module__7HnD1W__anchorStage{height:46px}.Hero-module__7HnD1W__anchorLine{height:24px}.Hero-module__7HnD1W__anchorIcon{animation:Hero-module__7HnD1W__anchorSinkCompact 4.5s var(--ease-out) infinite}}@media (max-height:600px){.Hero-module__7HnD1W__scrollHint{display:none}}@keyframes Hero-module__7HnD1W__anchorSinkCompact{0%,10%{transform:translateY(0)}55%,85%{transform:translateY(24px)}59%{transform:translateY(26px)}62%,85%{transform:translateY(24px)}to{transform:translateY(0)}}@media (max-height:760px) and (prefers-reduced-motion:reduce){.Hero-module__7HnD1W__anchorIcon{animation:none;transform:translateY(24px)}}@supports (animation-timeline:view()){.Hero-module__7HnD1W__image,.Hero-module__7HnD1W__video{animation:linear both Hero-module__7HnD1W__heroMediaOut;animation-timeline:--curtain;animation-range:entry contain 0%}.Hero-module__7HnD1W__veil{animation:linear both Hero-module__7HnD1W__heroVeilIn;animation-timeline:--curtain;animation-range:entry contain 0%}.Hero-module__7HnD1W__tagline{animation:linear both Hero-module__7HnD1W__heroTagOut;animation-timeline:--curtain;animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.Hero-module__7HnD1W__hero{position:relative}.Hero-module__7HnD1W__image,.Hero-module__7HnD1W__video,.Hero-module__7HnD1W__veil,.Hero-module__7HnD1W__tagline{animation:none}.Hero-module__7HnD1W__veil{opacity:0}}}@keyframes Hero-module__7HnD1W__heroMediaOut{to{transform:scale(1.06)}}@keyframes Hero-module__7HnD1W__heroVeilIn{to{opacity:.5}}@keyframes Hero-module__7HnD1W__heroTagOut{to{opacity:0;transform:translateY(-24px)}}
.Intro-module__Ie-M5W__intro{background:var(--sand-100);color:var(--ink);padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .55);padding-inline:var(--gutter);position:relative;overflow:hidden}.Intro-module__Ie-M5W__inner{z-index:1;max-width:var(--maxw);margin-inline:auto;position:relative}.Intro-module__Ie-M5W__kicker{color:var(--gold-tan);margin-bottom:clamp(28px,5vh,56px);font-size:11px}.Intro-module__Ie-M5W__grid{grid-template-columns:1fr;gap:clamp(28px,5vw,64px);display:grid}.Intro-module__Ie-M5W__lead{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;text-wrap:balance;max-width:22ch;color:var(--ink);font-size:clamp(28px,4vw,48px);font-weight:300;line-height:1.2}.Intro-module__Ie-M5W__body{max-width:58ch}.Intro-module__Ie-M5W__body p{color:var(--ink-soft);font-size:clamp(15px,1.4vw,18px);line-height:1.65}.Intro-module__Ie-M5W__body p+p{margin-top:1em}@media (min-width:861px){.Intro-module__Ie-M5W__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;column-gap:clamp(48px,8vw,120px)}.Intro-module__Ie-M5W__body{padding-top:clamp(6px,1vw,14px)}}.Intro-module__Ie-M5W__mark{z-index:0;pointer-events:none;aspect-ratio:625/482;background-color:var(--sand-200);width:min(54vw,640px);position:absolute;bottom:clamp(-70px,-7vh,-24px);right:clamp(-90px,-5vw,-24px);-webkit-mask:url(/brand/ty-beeldmerk.png) 50%/contain no-repeat;mask:url(/brand/ty-beeldmerk.png) 50%/contain no-repeat}@supports (animation-timeline:view()){.Intro-module__Ie-M5W__reveal{opacity:0;animation:linear both Intro-module__Ie-M5W__introReveal;animation-timeline:view();transform:translateY(22px)}.Intro-module__Ie-M5W__kicker.Intro-module__Ie-M5W__reveal{animation-range:entry entry 55%}.Intro-module__Ie-M5W__lead.Intro-module__Ie-M5W__reveal{animation-range:entry 8% entry 62%}.Intro-module__Ie-M5W__body.Intro-module__Ie-M5W__reveal{animation-range:entry 14% entry 68%}@media (prefers-reduced-motion:reduce){.Intro-module__Ie-M5W__reveal{opacity:1;animation:none;transform:none}}}@keyframes Intro-module__Ie-M5W__introReveal{to{opacity:1;transform:none}}
.Pillars-module__9FmJvG__pillars{background:var(--sand-100);color:var(--ink);padding-top:calc(var(--section-pad) * .3);padding-bottom:var(--section-pad);padding-inline:var(--gutter)}.Pillars-module__9FmJvG__inner{max-width:var(--maxw);margin-inline:auto}.Pillars-module__9FmJvG__thread{background:linear-gradient(to bottom, transparent, var(--gold-tan));opacity:.6;transform-origin:top;width:1px;height:clamp(56px,9vh,104px);margin-bottom:clamp(24px,4vh,44px);display:block}.Pillars-module__9FmJvG__head{max-width:44ch;margin-bottom:clamp(32px,6vh,64px)}.Pillars-module__9FmJvG__kicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.Pillars-module__9FmJvG__lead{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;text-wrap:balance;color:var(--ink);font-size:clamp(22px,2.6vw,34px);font-weight:300;line-height:1.25}.Pillars-module__9FmJvG__grid{grid-template-columns:1fr;gap:clamp(14px,1.5vw,22px);list-style:none;display:grid}@media (min-width:861px){.Pillars-module__9FmJvG__grid{grid-template-columns:repeat(3,1fr)}}.Pillars-module__9FmJvG__cell{min-width:0}.Pillars-module__9FmJvG__panel{aspect-ratio:3/4;isolation:isolate;color:var(--white);display:flex;position:relative;overflow:hidden}.Pillars-module__9FmJvG__panel:focus-visible{outline:2px solid var(--white);outline-offset:3px}.Pillars-module__9FmJvG__media{z-index:0;background:var(--deep-900);position:absolute;inset:0;overflow:hidden}.Pillars-module__9FmJvG__img{object-fit:cover;object-position:center 45%;transition:transform .6s var(--ease-out);transform:scale(1.001)}.Pillars-module__9FmJvG__imgYachts{object-position:62% 85%}.Pillars-module__9FmJvG__panel:hover .Pillars-module__9FmJvG__img,.Pillars-module__9FmJvG__panel:focus-visible .Pillars-module__9FmJvG__img{transform:scale(1.04)}.Pillars-module__9FmJvG__scrim{z-index:1;pointer-events:none;transition:opacity .6s var(--ease-out);opacity:.85;background:linear-gradient(#0d354700 38%,#0d354773 68%,#0d3547e6 100%);position:absolute;inset:0}.Pillars-module__9FmJvG__panel:hover .Pillars-module__9FmJvG__scrim,.Pillars-module__9FmJvG__panel:focus-visible .Pillars-module__9FmJvG__scrim{opacity:1}.Pillars-module__9FmJvG__content{z-index:2;flex-direction:column;margin-top:auto;padding:clamp(20px,2vw,30px);display:flex;position:relative}.Pillars-module__9FmJvG__panelLabel{letter-spacing:.28em;color:var(--white);opacity:.85;margin-bottom:12px;font-size:10px}.Pillars-module__9FmJvG__title{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(22px,2.4vw,30px);font-weight:500;line-height:1.1}.Pillars-module__9FmJvG__desc{color:#ffffffd1;max-width:34ch;margin-top:10px;font-size:clamp(14px,1.2vw,16px);line-height:1.5}.Pillars-module__9FmJvG__cta{color:var(--white);opacity:.85;transition:opacity .4s var(--ease-out);align-items:center;gap:8px;margin-top:clamp(16px,2vh,24px);font-size:11px;display:inline-flex}.Pillars-module__9FmJvG__panel:hover .Pillars-module__9FmJvG__cta,.Pillars-module__9FmJvG__panel:focus-visible .Pillars-module__9FmJvG__cta{opacity:1}.Pillars-module__9FmJvG__arrow{transition:transform .4s var(--ease-out);display:inline-block}.Pillars-module__9FmJvG__panel:hover .Pillars-module__9FmJvG__arrow,.Pillars-module__9FmJvG__panel:focus-visible .Pillars-module__9FmJvG__arrow{transform:translate(4px)}@supports (animation-timeline:view()){.Pillars-module__9FmJvG__reveal{opacity:0;animation:linear both Pillars-module__9FmJvG__pillarReveal;animation-timeline:view();animation-range:entry calc(var(--i,0) * 6%) entry calc(58% + var(--i,0) * 6%);transform:translateY(24px)}.Pillars-module__9FmJvG__thread{animation:linear both Pillars-module__9FmJvG__pillarThread;animation-timeline:view();animation-range:entry entry 42%;transform:scaleY(0)}@media (prefers-reduced-motion:reduce){.Pillars-module__9FmJvG__reveal{opacity:1;animation:none;transform:none}.Pillars-module__9FmJvG__thread{animation:none;transform:none}}}@keyframes Pillars-module__9FmJvG__pillarReveal{to{opacity:1;transform:none}}@keyframes Pillars-module__9FmJvG__pillarThread{to{transform:scaleY(1)}}
.Showcase44-module__vOHXgW__wrapper{z-index:1;background:var(--deep-900);color:var(--white);border-top-left-radius:clamp(20px,4vw,44px);border-top-right-radius:clamp(20px,4vw,44px);margin-top:calc(-1*clamp(20px,4vw,44px));position:relative}.Showcase44-module__vOHXgW__stage{border-top-left-radius:inherit;border-top-right-radius:inherit;min-height:100svh;padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Showcase44-module__vOHXgW__bignum{z-index:0;font-family:var(--font-accent), sans-serif;color:var(--gold-tan);opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.02em;font-size:clamp(200px,70vh,620px);line-height:1;position:absolute;top:50%;left:56%;translate:-50% -50%}.Showcase44-module__vOHXgW__stageInner{z-index:1;width:100%;max-width:var(--maxw);text-align:center;flex-direction:column;align-items:center;gap:clamp(20px,3vh,34px);display:flex;position:relative}.Showcase44-module__vOHXgW__head{flex-direction:column;align-items:center;display:flex}.Showcase44-module__vOHXgW__kicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px}.Showcase44-module__vOHXgW__title{font-family:var(--font-accent), sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--white);font-size:clamp(22px,2.8vw,36px);font-weight:400;line-height:1.15}.Showcase44-module__vOHXgW__tagline{color:var(--white);opacity:.7;margin-top:12px;font-size:11px}.Showcase44-module__vOHXgW__frame{width:100%;max-width:1100px;height:clamp(240px,42vh,520px);position:relative}.Showcase44-module__vOHXgW__media{z-index:0;border-radius:2px;position:absolute;inset:0;overflow:hidden}.Showcase44-module__vOHXgW__img{object-fit:cover;object-position:55% 62%}.Showcase44-module__vOHXgW__specs{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(24px,4vh,36px) 16px;width:100%;max-width:900px;list-style:none;display:grid}.Showcase44-module__vOHXgW__spec{flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;padding-inline:clamp(10px,1.5vw,24px);display:flex}.Showcase44-module__vOHXgW__specValue{width:100%;min-height:2.4em;font-family:var(--font-body), sans-serif;letter-spacing:-.01em;color:var(--white);text-wrap:balance;text-align:center;justify-content:center;align-items:flex-end;font-size:clamp(20px,2.1vw,30px);font-weight:300;line-height:1.15;display:flex}.Showcase44-module__vOHXgW__specLabel{color:var(--gold-tan);text-align:center;margin-top:10px;font-size:10px}.Showcase44-module__vOHXgW__cta{color:var(--white);transition:background-size .4s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:8px;padding-block:4px;font-size:11px;display:inline-flex;position:relative}.Showcase44-module__vOHXgW__cta:hover,.Showcase44-module__vOHXgW__cta:focus-visible{background-size:100% 1px}.Showcase44-module__vOHXgW__cta:focus-visible{outline:2px solid var(--white);outline-offset:4px}.Showcase44-module__vOHXgW__arrow{transition:transform .4s var(--ease-out);display:inline-block}.Showcase44-module__vOHXgW__cta:hover .Showcase44-module__vOHXgW__arrow,.Showcase44-module__vOHXgW__cta:focus-visible .Showcase44-module__vOHXgW__arrow{transform:translate(4px)}@media (min-width:861px){.Showcase44-module__vOHXgW__specs{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.Showcase44-module__vOHXgW__spec+.Showcase44-module__vOHXgW__spec{border-left:1px solid #ffffff1f}}@media (max-width:560px){.Showcase44-module__vOHXgW__spec{padding-inline:6px}.Showcase44-module__vOHXgW__specValue{font-size:clamp(18px,5.2vw,24px)}}@supports (animation-timeline:view()){.Showcase44-module__vOHXgW__wrapper{animation:linear both Showcase44-module__vOHXgW__sc-flatten;animation-timeline:view();animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.Showcase44-module__vOHXgW__wrapper{animation:none}}}.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__bignum{opacity:0;transform:translate(20px)}.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__head{opacity:0;transform:translateY(16px)}.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__frame{opacity:0}.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__frame .Showcase44-module__vOHXgW__img{transform:scale(1.04)}.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__spec,.Showcase44-module__vOHXgW__wrapper[data-phase=armed] .Showcase44-module__vOHXgW__cta{opacity:0;transform:translateY(8px)}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__bignum{animation:Showcase44-module__vOHXgW__sc-bignum 2.6s var(--ease-out) both}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__head{animation:Showcase44-module__vOHXgW__sc-rise 1.5s var(--ease-out) .7s both}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__frame{animation:Showcase44-module__vOHXgW__sc-frame 1.8s var(--ease-out) 1.4s both}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__frame .Showcase44-module__vOHXgW__img{animation:Showcase44-module__vOHXgW__sc-zoom 3.4s var(--ease-out) 1.4s both}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__spec{--rise:8px;animation:Showcase44-module__vOHXgW__sc-rise 1.2s var(--ease-out) both;animation-delay:calc(2.4s + var(--n,0) * .75s)}.Showcase44-module__vOHXgW__wrapper[data-phase=in] .Showcase44-module__vOHXgW__cta{--rise:8px;animation:Showcase44-module__vOHXgW__sc-rise 1.2s var(--ease-out) 5.8s both}@keyframes Showcase44-module__vOHXgW__sc-rise{0%{opacity:0;transform:translateY(var(--rise,16px))}to{opacity:1;transform:translateY(0)}}@keyframes Showcase44-module__vOHXgW__sc-frame{0%{opacity:0}to{opacity:1}}@keyframes Showcase44-module__vOHXgW__sc-zoom{0%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes Showcase44-module__vOHXgW__sc-bignum{0%{opacity:0;transform:translate(20px)}to{opacity:.08;transform:none}}@keyframes Showcase44-module__vOHXgW__sc-flatten{to{border-top-left-radius:0;border-top-right-radius:0}}
.FleetOpening-module__6Z_Wfq__opening{z-index:0;--fleet-hint-zone:96px;height:clamp(420px,56svh,640px);color:var(--white);background:var(--deep-900);position:relative;overflow:hidden}.FleetOpening-module__6Z_Wfq__media{z-index:0;background:linear-gradient(#123244,#0a2230);position:absolute;inset:0}.FleetOpening-module__6Z_Wfq__scrim{z-index:1;pointer-events:none;background:linear-gradient(#0618227a 0%,#06182200 28%),linear-gradient(#06182200 32%,#06182247 58%,#061822c7 100%);position:absolute;inset:0}.FleetOpening-module__6Z_Wfq__content{z-index:2;left:var(--gutter);right:var(--gutter);bottom:max(clamp(48px, 8vh, 88px), var(--fleet-hint-zone));max-width:min(640px,88vw);position:absolute}.FleetOpening-module__6Z_Wfq__kicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.FleetOpening-module__6Z_Wfq__title{font-family:var(--font-accent), sans-serif;letter-spacing:.04em;text-wrap:balance;text-shadow:0 1px 24px #00000047;font-size:clamp(22px,3.6vw,40px);font-weight:400;line-height:1.2}.FleetOpening-module__6Z_Wfq__intro{max-width:46ch;font-family:var(--font-body), sans-serif;color:#ffffffe0;text-wrap:pretty;margin-top:clamp(14px,2.4vh,20px);font-size:clamp(15px,1.35vw,18px);font-weight:300;line-height:1.55}.FleetOpening-module__6Z_Wfq__scrollHint{z-index:2;left:50%;bottom:max(clamp(28px, 4.5vh, 44px), env(safe-area-inset-bottom,0px));color:var(--white);flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;transform:translate(-50%)}.FleetOpening-module__6Z_Wfq__scrollLabel{letter-spacing:.3em;opacity:.85;font-size:9px}.FleetOpening-module__6Z_Wfq__scrollLine{opacity:.55;transform-origin:top;width:1px;height:28px;animation:FleetOpening-module__6Z_Wfq__fleet-hint-pulse 2.4s var(--ease-out) infinite;background:currentColor}@media (prefers-reduced-motion:reduce){.FleetOpening-module__6Z_Wfq__scrollLine{opacity:.7;animation:none}}@keyframes FleetOpening-module__6Z_Wfq__fleet-hint-pulse{0%,to{opacity:.35;transform:scaleY(.55)}50%{opacity:.75;transform:scaleY(1)}}@media (max-width:720px){.FleetOpening-module__6Z_Wfq__opening{height:clamp(460px,60svh,680px)}.FleetOpening-module__6Z_Wfq__content{bottom:max(clamp(64px, 12vh, 100px), var(--fleet-hint-zone))}}
.Vision-module__lvFrJq__vision{z-index:1;background:var(--sand-100);padding-top:var(--section-pad);padding-bottom:0;padding-inline:var(--gutter);border-top-left-radius:clamp(20px,4vw,44px);border-top-right-radius:clamp(20px,4vw,44px);margin-top:calc(-1*clamp(20px,4vw,44px));position:relative;overflow:hidden}@supports (animation-timeline:view()){.Vision-module__lvFrJq__vision{animation:linear both Vision-module__lvFrJq__visionFlatten;animation-timeline:view();animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.Vision-module__lvFrJq__vision{animation:none}}}@keyframes Vision-module__lvFrJq__visionFlatten{to{border-top-left-radius:0;border-top-right-radius:0}}.Vision-module__lvFrJq__inner{max-width:var(--maxw);margin-inline:auto}.Vision-module__lvFrJq__frame{isolation:isolate;height:clamp(460px,76vh,760px);color:var(--white);border-radius:2px;display:flex;position:relative;overflow:hidden}.Vision-module__lvFrJq__media{z-index:0;background:var(--deep-900);position:absolute;inset:0;overflow:hidden}.Vision-module__lvFrJq__img{object-fit:cover}.Vision-module__lvFrJq__scrim{z-index:1;pointer-events:none;background:linear-gradient(#0d354700 40%,#0d354747 66%,#0d3547cc 100%),linear-gradient(90deg,#0d354780 0%,#0d354700 46%);position:absolute;inset:0}.Vision-module__lvFrJq__content{z-index:2;max-width:640px;margin-top:auto;padding:clamp(28px,5vw,64px);position:relative}@media (max-width:560px){.Vision-module__lvFrJq__content{padding:clamp(20px,4vw,28px) 0 24px}}.Vision-module__lvFrJq__kicker{color:var(--gold-tan);margin-bottom:16px;font-size:11px}.Vision-module__lvFrJq__statement{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;text-wrap:balance;color:var(--white);text-shadow:0 1px 24px #00000047;font-size:clamp(26px,4.4vw,52px);font-weight:300;line-height:1.1}.Vision-module__lvFrJq__accent{font-weight:500}.Vision-module__lvFrJq__body{color:#ffffffd9;text-shadow:0 1px 20px #0000003d;max-width:46ch;margin-top:16px;font-size:clamp(14px,1.3vw,17px);line-height:1.55}@media (max-width:640px){.Vision-module__lvFrJq__scrim{background:linear-gradient(#0d354700 32%,#0d354759 58%,#0d3547e0 100%)}}@supports (animation-timeline:view()){.Vision-module__lvFrJq__reveal{opacity:0;animation:linear both Vision-module__lvFrJq__visionReveal;animation-timeline:view();animation-range:entry entry 52%;transform:translateY(28px)}.Vision-module__lvFrJq__img{animation:linear both Vision-module__lvFrJq__visionZoom;animation-timeline:view();animation-range:entry cover 42%;transform:scale(1.06)}.Vision-module__lvFrJq__revealText{opacity:0;animation:linear both Vision-module__lvFrJq__visionReveal;animation-timeline:view();transform:translateY(18px)}.Vision-module__lvFrJq__kicker.Vision-module__lvFrJq__revealText{animation-range:entry 14% entry 62%}.Vision-module__lvFrJq__statement.Vision-module__lvFrJq__revealText{animation-range:entry 20% entry 68%}.Vision-module__lvFrJq__body.Vision-module__lvFrJq__revealText{animation-range:entry 26% entry 74%}@media (prefers-reduced-motion:reduce){.Vision-module__lvFrJq__reveal,.Vision-module__lvFrJq__revealText{opacity:1;animation:none;transform:none}.Vision-module__lvFrJq__img{animation:none;transform:none}}}@keyframes Vision-module__lvFrJq__visionReveal{to{opacity:1;transform:none}}@keyframes Vision-module__lvFrJq__visionZoom{to{transform:scale(1)}}
.FleetRow-module__Yhe_aq__row{padding-block:calc(var(--section-pad) * .5);border-bottom:1px solid var(--sand-200);grid-template-columns:1fr;align-items:center;gap:clamp(28px,4vw,48px);display:grid;position:relative}.FleetRow-module__Yhe_aq__row:first-child{padding-top:var(--section-pad)}.FleetRow-module__Yhe_aq__row:last-child{padding-bottom:calc(var(--section-pad) * .5);border-bottom:none}@media (min-width:861px){.FleetRow-module__Yhe_aq__row{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(32px,5vw,72px)}.FleetRow-module__Yhe_aq__rowReverse{direction:rtl}.FleetRow-module__Yhe_aq__rowReverse>*{direction:ltr}}.FleetRow-module__Yhe_aq__visual{z-index:1;min-width:0;position:relative}.FleetRow-module__Yhe_aq__imageWrap{z-index:1;width:100%;margin-inline:auto;position:relative}@media (min-width:861px){.FleetRow-module__Yhe_aq__imageWrap{width:calc(100% * var(--scale,1));max-width:100%}}.FleetRow-module__Yhe_aq__mediaLink{color:inherit;border-radius:2px;text-decoration:none;display:block}.FleetRow-module__Yhe_aq__mediaLink:focus-visible{outline:2px solid var(--deep-900);outline-offset:4px}.FleetRow-module__Yhe_aq__media{aspect-ratio:16/9;background:var(--sand-200);border-radius:2px;display:block;position:relative;overflow:hidden}.FleetRow-module__Yhe_aq__img{object-fit:cover;transition:transform 1s var(--ease-out);transform:scale(1.06)}.FleetRow-module__Yhe_aq__row:hover .FleetRow-module__Yhe_aq__img,.FleetRow-module__Yhe_aq__row:focus-within .FleetRow-module__Yhe_aq__img{transform:scale(1.1)}@supports (animation-timeline:view()){.FleetRow-module__Yhe_aq__parallaxImg{animation:linear both FleetRow-module__Yhe_aq__fleet-media-parallax;animation-timeline:view();animation-range:cover}@media (prefers-reduced-motion:reduce){.FleetRow-module__Yhe_aq__parallaxImg{animation:none}}}@keyframes FleetRow-module__Yhe_aq__fleet-media-parallax{0%{transform:translateY(-12px)scale(1.08)}to{transform:translateY(12px)scale(1.08)}}.FleetRow-module__Yhe_aq__stage{aspect-ratio:16/9;background:linear-gradient(145deg, color-mix(in srgb, var(--sand-200) 55%, var(--sand-100)) 0%, var(--sand-100) 52%, color-mix(in srgb, var(--sand-200) 70%, var(--sand-100)) 100%);border-radius:2px;place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.FleetRow-module__Yhe_aq__stageFrame{border:1px solid color-mix(in srgb, var(--ink) 10%, transparent);pointer-events:none;border-radius:1px;position:absolute;inset:14px}.FleetRow-module__Yhe_aq__stageGhost{z-index:1;font-family:var(--font-accent), sans-serif;color:color-mix(in srgb, var(--sand-200) 35%, var(--ink) 8%);letter-spacing:.02em;-webkit-user-select:none;user-select:none;font-size:clamp(120px,22vw,260px);line-height:.85;position:relative}.FleetRow-module__Yhe_aq__rowWhispered .FleetRow-module__Yhe_aq__name{font-size:clamp(26px,3vw,40px)}.FleetRow-module__Yhe_aq__rowWhispered .FleetRow-module__Yhe_aq__character{font-size:clamp(16px,1.5vw,19px)}.FleetRow-module__Yhe_aq__rowWhispered .FleetRow-module__Yhe_aq__specValue{font-size:clamp(18px,1.85vw,26px)}@media (max-width:860px){.FleetRow-module__Yhe_aq__stageGhost{font-size:clamp(96px,34vw,168px)}.FleetRow-module__Yhe_aq__stageFrame{inset:12px}}.FleetRow-module__Yhe_aq__copy{z-index:2;min-width:0;position:relative}.FleetRow-module__Yhe_aq__ghostNum{z-index:0;font-family:var(--font-accent), sans-serif;color:var(--sand-200);pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.02em;font-size:clamp(100px,18vw,220px);line-height:1;position:absolute;top:42%;left:50%;translate:-50% -50%}.FleetRow-module__Yhe_aq__copy>:not(.FleetRow-module__Yhe_aq__ghostNum){z-index:1;position:relative}.FleetRow-module__Yhe_aq__name{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;color:var(--ink);font-size:clamp(24px,2.8vw,36px);font-weight:500;line-height:1.1}.FleetRow-module__Yhe_aq__nameLink{background-image:linear-gradient(var(--gold-tan), var(--gold-tan));transition:background-size .4s var(--ease-out);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px}.FleetRow-module__Yhe_aq__row:hover .FleetRow-module__Yhe_aq__nameLink,.FleetRow-module__Yhe_aq__row:focus-within .FleetRow-module__Yhe_aq__nameLink{background-size:100% 1px}.FleetRow-module__Yhe_aq__nameLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.FleetRow-module__Yhe_aq__character{max-width:44ch;color:var(--ink-soft);margin-top:14px;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.55}.FleetRow-module__Yhe_aq__specs{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(18px,2.5vh,26px) clamp(16px,2vw,28px);width:100%;margin-top:clamp(28px,4vh,40px);list-style:none;display:grid}.FleetRow-module__Yhe_aq__spec{flex-direction:column;justify-content:flex-start;min-width:0;display:flex;overflow:hidden}.FleetRow-module__Yhe_aq__specValue{width:100%;min-width:0;min-height:2.4em;font-family:var(--font-body), sans-serif;letter-spacing:-.01em;color:var(--ink);overflow-wrap:break-word;word-break:break-word;font-size:clamp(17px,1.7vw,24px);font-weight:300;line-height:1.2;display:block}.FleetRow-module__Yhe_aq__specs .FleetRow-module__Yhe_aq__specLabel{letter-spacing:.08em;width:100%;min-width:0;color:var(--gold-tan);overflow-wrap:break-word;word-break:break-word;margin-top:8px;font-size:9px;line-height:1.35;display:block}.FleetRow-module__Yhe_aq__actions{flex-direction:column;align-items:flex-start;gap:14px;margin-top:clamp(24px,3.5vh,36px);display:flex}.FleetRow-module__Yhe_aq__discover{max-width:100%;color:var(--ink);transition:background-size .4s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;padding-block:4px;font-size:11px;line-height:1.55;display:inline}.FleetRow-module__Yhe_aq__discover:hover,.FleetRow-module__Yhe_aq__discover:focus-visible{background-size:100% 1px}.FleetRow-module__Yhe_aq__discover:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.FleetRow-module__Yhe_aq__arrow{white-space:nowrap;margin-inline-start:.35em;display:inline}.FleetRow-module__Yhe_aq__brochure{color:var(--ink-soft);opacity:.85;transition:color .3s var(--ease-out), opacity .3s var(--ease-out);font-size:10px}.FleetRow-module__Yhe_aq__brochure:hover,.FleetRow-module__Yhe_aq__brochure:focus-visible{color:var(--ink);opacity:1}.FleetRow-module__Yhe_aq__brochure:focus-visible{outline:2px solid var(--ink);outline-offset:4px}@media (max-width:860px){.FleetRow-module__Yhe_aq__ghostNum{font-size:clamp(64px,22vw,112px);top:8%;left:0;translate:0 -50%}.FleetRow-module__Yhe_aq__copy{overflow:hidden}}@media (max-width:560px){.FleetRow-module__Yhe_aq__specs{gap:16px 12px}}@supports (animation-timeline:view()){.FleetRow-module__Yhe_aq__reveal{opacity:0;animation:linear both FleetRow-module__Yhe_aq__fleet-row-reveal;animation-timeline:view();animation-range:entry calc(2% + var(--i,0) * 3%) entry calc(44% + var(--i,0) * 3%);transform:translateY(24px)}@media (prefers-reduced-motion:reduce){.FleetRow-module__Yhe_aq__reveal{opacity:1;animation:none;transform:none}}}@keyframes FleetRow-module__Yhe_aq__fleet-row-reveal{to{opacity:1;transform:none}}
.MediaTrackViewport-module__GVXfyq__viewport,.MediaTrackViewport-module__GVXfyq__trackWrap{position:relative}.MediaTrackViewport-module__GVXfyq__trackFade{background:linear-gradient(to right, transparent, var(--media-track-fade,var(--sand-100)));pointer-events:none;z-index:2;width:80px;height:100%;position:absolute;top:0;right:0}.MediaTrackViewport-module__GVXfyq__arrows{z-index:4;pointer-events:none;position:absolute;inset:0}.MediaTrackViewport-module__GVXfyq__arrow{border:1px solid color-mix(in srgb, var(--ink) 28%, transparent);background:color-mix(in srgb, var(--sand-100) 85%, transparent);width:52px;min-width:52px;height:52px;min-height:52px;color:var(--ink);cursor:pointer;pointer-events:auto;transition:background .3s var(--ease-out), color .3s var(--ease-out), border-color .3s var(--ease-out), opacity .3s var(--ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.MediaTrackViewport-module__GVXfyq__arrowPrev{left:clamp(12px,2vw,20px)}.MediaTrackViewport-module__GVXfyq__arrowNext{right:clamp(12px,2vw,20px)}.MediaTrackViewport-module__GVXfyq__arrowThemeDark{border-color:color-mix(in srgb, var(--white) 35%, transparent);background:color-mix(in srgb, var(--deep-900) 55%, transparent);color:var(--white)}.MediaTrackViewport-module__GVXfyq__arrowThemeDark:hover:not(:disabled),.MediaTrackViewport-module__GVXfyq__arrowThemeDark:focus-visible:not(:disabled){background:var(--white);color:var(--deep-900);border-color:var(--white)}.MediaTrackViewport-module__GVXfyq__arrow:hover:not(:disabled),.MediaTrackViewport-module__GVXfyq__arrow:focus-visible:not(:disabled){border-color:var(--ink);background:var(--ink);color:var(--sand-100)}.MediaTrackViewport-module__GVXfyq__arrow:disabled{opacity:.25;cursor:default}.MediaTrackViewport-module__GVXfyq__arrow:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.MediaTrackViewport-module__GVXfyq__arrowThemeDark:focus-visible{outline-color:var(--white)}@media (max-width:900px){.MediaTrackViewport-module__GVXfyq__arrow{width:44px;min-width:44px;height:44px;min-height:44px;font-size:14px}}@media (pointer:coarse){.MediaTrackViewport-module__GVXfyq__arrows{display:none}}.MediaTrackViewport-module__GVXfyq__counter{z-index:5;letter-spacing:.14em;pointer-events:none;text-shadow:0 1px 12px #00000059;align-items:baseline;gap:.35em;font-size:10px;display:inline-flex;position:absolute;bottom:clamp(14px,2.5vw,22px);right:clamp(14px,2.5vw,22px)}.MediaTrackViewport-module__GVXfyq__counterCurrent{color:var(--gold-tan)}.MediaTrackViewport-module__GVXfyq__counterSep,.MediaTrackViewport-module__GVXfyq__counterTotal{color:color-mix(in srgb, var(--white) 60%, transparent)}.MediaTrackViewport-module__GVXfyq__counterLight{text-shadow:none}.MediaTrackViewport-module__GVXfyq__counterLight .MediaTrackViewport-module__GVXfyq__counterSep,.MediaTrackViewport-module__GVXfyq__counterLight .MediaTrackViewport-module__GVXfyq__counterTotal{color:color-mix(in srgb, var(--ink) 45%, transparent)}.MediaTrackViewport-module__GVXfyq__counterBelow{margin-top:clamp(14px,2vh,20px);justify-content:flex-end;margin-inline-start:var(--track-inset-start,var(--gutter));margin-inline-end:0;position:static;bottom:auto;right:auto}.MediaTrackViewport-module__GVXfyq__counterSr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.MediaTrackViewport-module__GVXfyq__progress{height:2px;margin-top:clamp(18px,3vh,28px);background:var(--sand-200);margin-inline-start:var(--track-inset-start,var(--gutter));margin-inline-end:var(--media-track-progress-end,var(--gutter));position:relative}.MediaTrackViewport-module__GVXfyq__progressBar{background:var(--gold-tan);transform-origin:0;will-change:transform;display:block;position:absolute;inset:0;transform:scaleX(0)}.MediaTrackViewport-module__GVXfyq__trackGrab{cursor:grab}.MediaTrackViewport-module__GVXfyq__trackGrab.MediaTrackViewport-module__GVXfyq__is-grabbing{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.MediaTrackViewport-module__GVXfyq__trackGrab [data-peek=true]{cursor:pointer}@media (prefers-reduced-motion:reduce){.MediaTrackViewport-module__GVXfyq__trackGrab.MediaTrackViewport-module__GVXfyq__is-grabbing{scroll-behavior:auto}}
@supports (animation-timeline:view()){.scrollReveal-module__-ZLbeq__reveal{opacity:0;animation:linear both scrollReveal-module__-ZLbeq__scrollReveal;animation-timeline:view();animation-range:entry entry 42%;transform:translateY(24px)}.scrollReveal-module__-ZLbeq__revealStat{opacity:0;animation:linear both scrollReveal-module__-ZLbeq__scrollReveal;animation-timeline:view();animation-range:entry calc(6% + var(--i,0) * 8%) entry calc(50% + var(--i,0) * 8%);transform:translateY(28px)}.scrollReveal-module__-ZLbeq__revealStep{opacity:0;animation:linear both scrollReveal-module__-ZLbeq__scrollReveal;animation-timeline:view();animation-range:entry calc(4% + var(--i,0) * 5%) entry calc(48% + var(--i,0) * 5%);transform:translateY(28px)}.scrollReveal-module__-ZLbeq__revealCard{opacity:0;animation:linear both scrollReveal-module__-ZLbeq__scrollReveal;animation-timeline:view();animation-range:entry calc(8% + var(--i,0) * 4%) entry calc(50% + var(--i,0) * 4%);transform:translateY(24px)}@media (prefers-reduced-motion:reduce){.scrollReveal-module__-ZLbeq__reveal,.scrollReveal-module__-ZLbeq__revealStat,.scrollReveal-module__-ZLbeq__revealStep,.scrollReveal-module__-ZLbeq__revealCard{opacity:1;animation:none;transform:none}}}@keyframes scrollReveal-module__-ZLbeq__scrollReveal{to{opacity:1;transform:none}}
.ModelGallerySlider-module__ct7lnW__slider{--track-inset-start:max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));position:relative}.ModelGallerySlider-module__ct7lnW__trackWrap{position:relative}.ModelGallerySlider-module__ct7lnW__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:clamp(20px,2.4vw,36px);padding-inline-start:var(--track-inset-start);padding-inline-end:var(--gutter);scroll-padding-inline-start:var(--track-inset-start);display:flex;overflow-x:auto}@media (prefers-reduced-motion:reduce){.ModelGallerySlider-module__ct7lnW__track{scroll-behavior:auto}}.ModelGallerySlider-module__ct7lnW__track::-webkit-scrollbar{display:none}.ModelGallerySlider-module__ct7lnW__slide{scroll-snap-align:start;flex:0 0 min(78vw,1100px);margin:0}.ModelGallerySlider-module__ct7lnW__media{aspect-ratio:16/10;background:var(--deep-900);border-radius:2px;position:relative;overflow:hidden}.ModelGallerySlider-module__ct7lnW__captionScrim{z-index:2;pointer-events:none;background:linear-gradient(to top, color-mix(in srgb, var(--deep-900) 78%, transparent) 0%, color-mix(in srgb, var(--deep-900) 32%, transparent) 28%, transparent 52%);position:absolute;inset:0}.ModelGallerySlider-module__ct7lnW__img{object-fit:cover;transition:transform 1.2s var(--ease-out);transform:scale(1.001)}.ModelGallerySlider-module__ct7lnW__slide:hover .ModelGallerySlider-module__ct7lnW__img{transform:scale(1.04)}.ModelGallerySlider-module__ct7lnW__caption{inset-inline:0;z-index:3;margin:0;padding:clamp(14px,2.5vw,24px);position:absolute;bottom:0}.ModelGallerySlider-module__ct7lnW__captionLabel{color:var(--gold-tan);text-shadow:0 1px 14px #00000073;max-width:40ch;font-size:clamp(9px,1vw,11px);line-height:1.35}.ModelGallerySlider-module__ct7lnW__atelier{aspect-ratio:16/10;background:var(--sand-200);border-radius:2px;justify-content:center;align-items:center;padding:clamp(20px,4vw,40px);display:flex;position:relative;overflow:hidden}.ModelGallerySlider-module__ct7lnW__atelier .ModelGallerySlider-module__ct7lnW__captionScrim{background:linear-gradient(to top, color-mix(in srgb, var(--deep-900) 55%, transparent) 0%, transparent 42%)}.ModelGallerySlider-module__ct7lnW__atelierSamples{grid-template-columns:repeat(3,1fr);gap:clamp(16px,3vw,32px);width:100%;max-width:720px;list-style:none;display:grid}.ModelGallerySlider-module__ct7lnW__atelierSamples li{text-align:center}.ModelGallerySlider-module__ct7lnW__swatch{aspect-ratio:3/4;border-radius:2px;margin-bottom:10px}.ModelGallerySlider-module__ct7lnW__swatchTeak{background:linear-gradient(145deg,#8b6f47 0%,#c4a574 40%,#6b5234 100%)}.ModelGallerySlider-module__ct7lnW__swatchOak{background:linear-gradient(145deg,#a89070 0%,#d4c4a8 45%,#8a7860 100%)}.ModelGallerySlider-module__ct7lnW__swatchMahogany{background:linear-gradient(145deg,#5c2e1a 0%,#8b4513 40%,#3d1f12 100%)}.ModelGallerySlider-module__ct7lnW__swatchLabel{color:var(--ink-soft);font-size:10px}@supports (animation-timeline:view()){.ModelGallerySlider-module__ct7lnW__reveal{opacity:0;animation:linear both ModelGallerySlider-module__ct7lnW__gallery-reveal;animation-timeline:view();animation-range:entry calc(6% + var(--i,0) * 4%) entry calc(48% + var(--i,0) * 4%);transform:translateY(24px)}@media (prefers-reduced-motion:reduce){.ModelGallerySlider-module__ct7lnW__reveal{opacity:1;animation:none;transform:none}.ModelGallerySlider-module__ct7lnW__img{transition:none}}}@keyframes ModelGallerySlider-module__ct7lnW__gallery-reveal{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ModelGallerySlider-module__ct7lnW__slide:hover .ModelGallerySlider-module__ct7lnW__img{transform:none}}
.PageSlot-module__1aab6a__slot{z-index:1;padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .55);padding-inline:var(--gutter);background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%), var(--deep-900);color:var(--white);border-top-left-radius:clamp(20px,4vw,44px);border-top-right-radius:clamp(20px,4vw,44px);margin-top:calc(-1*clamp(20px,4vw,44px));position:relative;overflow:hidden}@supports (animation-timeline:view()){.PageSlot-module__1aab6a__slot{animation:linear both PageSlot-module__1aab6a__slotFlatten;animation-timeline:view();animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.PageSlot-module__1aab6a__slot{animation:none}}}@keyframes PageSlot-module__1aab6a__slotFlatten{to{border-top-left-radius:0;border-top-right-radius:0}}.PageSlot-module__1aab6a__inner{text-align:center;max-width:52ch;margin-inline:auto}.PageSlot-module__1aab6a__title{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;font-size:clamp(30px,4vw,48px);font-weight:300;line-height:1.08}.PageSlot-module__1aab6a__line{color:#ffffffc7;margin-top:clamp(16px,2.5vh,22px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.PageSlot-module__1aab6a__ctaDuo{flex-wrap:wrap;justify-content:center;gap:20px 28px;margin-top:clamp(28px,4vh,40px);display:flex}@media (max-width:560px){.PageSlot-module__1aab6a__ctaDuo{flex-direction:column;align-items:center}}.PageSlot-module__1aab6a__ctaPrimary{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);border-radius:2px;align-items:center;gap:10px;padding:14px 28px;font-size:11px;display:inline-flex}.PageSlot-module__1aab6a__ctaPrimary:hover,.PageSlot-module__1aab6a__ctaPrimary:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.PageSlot-module__1aab6a__ctaPrimary:focus-visible{outline:2px solid var(--white);outline-offset:4px}.PageSlot-module__1aab6a__ctaSecondary{color:var(--white);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;padding-block:4px;font-size:11px;display:inline-flex}.PageSlot-module__1aab6a__ctaSecondary:hover,.PageSlot-module__1aab6a__ctaSecondary:focus-visible{opacity:1;background-size:100% 1px}.PageSlot-module__1aab6a__ctaSecondary:focus-visible{outline:2px solid var(--white);outline-offset:4px}.PageSlot-module__1aab6a__ctaSingle{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);border-radius:2px;align-items:center;gap:10px;margin-top:clamp(28px,4vh,40px);padding:14px 28px;font-size:11px;display:inline-flex}.PageSlot-module__1aab6a__ctaSingle:hover,.PageSlot-module__1aab6a__ctaSingle:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.PageSlot-module__1aab6a__ctaSingle:focus-visible{outline:2px solid var(--white);outline-offset:4px}.PageSlot-module__1aab6a__arrow{transition:transform .3s var(--ease-out);display:inline-block}.PageSlot-module__1aab6a__ctaPrimary:hover .PageSlot-module__1aab6a__arrow,.PageSlot-module__1aab6a__ctaPrimary:focus-visible .PageSlot-module__1aab6a__arrow,.PageSlot-module__1aab6a__ctaSingle:hover .PageSlot-module__1aab6a__arrow,.PageSlot-module__1aab6a__ctaSingle:focus-visible .PageSlot-module__1aab6a__arrow{transform:translate(4px)}
.darkBand-module__HC5r8G__band{background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%), var(--deep-900);color:var(--white);padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter)}.darkBand-module__HC5r8G__inner{max-width:var(--maxw);margin-inline:auto}.darkBand-module__HC5r8G__innerCentered{max-width:var(--maxw);text-align:center;margin-inline:auto}.darkBand-module__HC5r8G__kicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.darkBand-module__HC5r8G__title{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;max-width:24ch;font-size:clamp(26px,3.2vw,44px);font-weight:300;line-height:1.12}.darkBand-module__HC5r8G__head{max-width:52ch;margin-bottom:clamp(28px,5vh,56px)}.darkBand-module__HC5r8G__hairline{border-top:1px solid #ffffff1f;margin-top:clamp(36px,5vh,52px);padding-top:clamp(28px,4vh,40px)}.darkBand-module__HC5r8G__line{color:#ffffffc7;max-width:48ch;margin-inline:auto;font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.darkBand-module__HC5r8G__statGrid{grid-template-columns:repeat(2,1fr);gap:clamp(28px,4vw,48px);list-style:none;display:grid}@media (min-width:720px){.darkBand-module__HC5r8G__statGrid{grid-template-columns:repeat(4,1fr)}}.darkBand-module__HC5r8G__statValue{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;font-size:clamp(32px,4vw,52px);font-weight:300;line-height:1;display:block}.darkBand-module__HC5r8G__statLabel{color:var(--gold-tan);letter-spacing:.08em;margin-top:10px;font-size:10px;display:block}.darkBand-module__HC5r8G__pointList{grid-template-columns:1fr;gap:clamp(20px,3vh,28px);list-style:none;display:grid}@media (min-width:720px){.darkBand-module__HC5r8G__pointList{grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vh,32px) clamp(28px,4vw,40px)}}.darkBand-module__HC5r8G__pointTitle{color:var(--gold-tan);margin-bottom:8px;font-size:10px;display:block}.darkBand-module__HC5r8G__pointText{color:#ffffffd9;font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.darkBand-module__HC5r8G__pointHairline{background:#ffffff1f;height:1px;margin-bottom:clamp(16px,2.5vh,22px)}
.ModelSubNav-module__TpKFKa__subnav{z-index:15;background:var(--sand-100);border-bottom:1px solid var(--sand-200);position:sticky;top:66px}.ModelSubNav-module__TpKFKa__inner{max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto;position:relative}.ModelSubNav-module__TpKFKa__track{scroll-snap-type:x proximity;scrollbar-width:none;justify-content:center;gap:clamp(28px,4vw,64px);padding-block:18px;display:flex;overflow-x:auto}.ModelSubNav-module__TpKFKa__track::-webkit-scrollbar{display:none}.ModelSubNav-module__TpKFKa__link{color:var(--ink);opacity:.6;scroll-snap-align:center;transition:opacity .3s var(--ease-out);white-space:nowrap;flex-shrink:0;font-size:11px}.ModelSubNav-module__TpKFKa__link:hover,.ModelSubNav-module__TpKFKa__link:focus-visible,.ModelSubNav-module__TpKFKa__linkActive{opacity:1}.ModelSubNav-module__TpKFKa__link:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.ModelSubNav-module__TpKFKa__indicator{background:var(--gold-tan);height:2px;transition:transform .4s var(--ease-out), width .4s var(--ease-out);pointer-events:none;position:absolute;bottom:0;left:0}@media (max-width:720px){.ModelSubNav-module__TpKFKa__track{justify-content:flex-start;padding-inline:max(0px,50vw - 48px)}}
.custom-module__32oSIW__page{background:var(--sand-100);color:var(--ink)}.custom-module__32oSIW__originLine{padding-block:calc(var(--section-pad) * .55);padding-inline:var(--gutter);background:var(--sand-100);padding-top:calc(var(--section-pad) * .55 + clamp(16px, 3vw, 32px));z-index:3;border-top-left-radius:26px;border-top-right-radius:26px;margin-top:calc(-1*clamp(16px,3vw,32px));position:relative;overflow:hidden;box-shadow:0 -30px 80px #06182259}.custom-module__32oSIW__originInner{max-width:var(--maxw);grid-template-rows:auto 1fr auto;align-items:end;gap:clamp(18px,3.5vh,28px);min-height:clamp(520px,72svh,700px);margin-inline:auto;display:grid}@media (max-width:860px){.custom-module__32oSIW__originInner{min-height:clamp(420px,54svh,520px)}}.custom-module__32oSIW__originHead{max-width:52ch}.custom-module__32oSIW__originKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.custom-module__32oSIW__originTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;max-width:20ch;color:var(--ink);text-wrap:balance;font-size:clamp(22px,2.4vw,34px);font-weight:300;line-height:1.15}.custom-module__32oSIW__blueprint{place-items:center;width:100%;display:grid;position:relative}.custom-module__32oSIW__waterlineBleed{background:linear-gradient(to right, transparent 0%, color-mix(in srgb, var(--ink) 22%, transparent) 10%, color-mix(in srgb, var(--ink) 22%, transparent) 90%, transparent 100%);pointer-events:none;z-index:0;height:1px;position:absolute;top:70%;left:-100vw;right:-100vw;transform:translateY(-.5px)}.custom-module__32oSIW__blueprintSvg{z-index:1;width:100%;max-width:980px;height:auto}.custom-module__32oSIW__originLine:before{content:"";background-image:linear-gradient(to right, color-mix(in srgb, var(--sand-200) 35%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--sand-200) 35%, transparent) 1px, transparent 1px);opacity:.65;pointer-events:none;background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000 0%,#0000 72%),linear-gradient(#000 0% 78%,#0000 100%);mask-image:radial-gradient(circle at 50% 45%,#000 0%,#0000 72%),linear-gradient(#000 0% 78%,#0000 100%)}@media (max-width:860px){.custom-module__32oSIW__originLine:before{opacity:.45;background-size:52px 52px}}.custom-module__32oSIW__blueprintSvg path{vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;stroke:color-mix(in srgb, var(--ink) 55%, transparent);fill:none}.custom-module__32oSIW__layerPaper rect{fill:#0000}.custom-module__32oSIW__layerWater path{stroke-width:.75px;stroke:color-mix(in srgb, var(--ink) 40%, transparent)}.custom-module__32oSIW__layerWake path{stroke-width:.9px;stroke:color-mix(in srgb, var(--gold-tan) 62%, transparent)}.custom-module__32oSIW__layerFrames path{stroke-width:1px;stroke:color-mix(in srgb, var(--ink) 52%, transparent)}.custom-module__32oSIW__layerSuper path{stroke-width:1.5px;stroke:color-mix(in srgb, var(--ink) 50%, var(--gold-tan))}.custom-module__32oSIW__layerHull path{stroke-width:2px}.custom-module__32oSIW__layerOrdinates path{stroke-width:.9px;stroke:color-mix(in srgb, var(--ink) 40%, transparent)}.custom-module__32oSIW__boat{transform:translate(-30%)}.custom-module__32oSIW__stations{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,2vw,18px);margin:0;padding:0;list-style:none;display:grid;position:relative}.custom-module__32oSIW__stations:before{content:"";background:var(--sand-200);height:1px;position:absolute;top:7px;left:0;right:0}.custom-module__32oSIW__station{text-align:center;opacity:.55;padding-top:18px;position:relative}.custom-module__32oSIW__stationLink{transition:opacity .25s var(--ease-out);border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:6px 8px;display:inline-flex}.custom-module__32oSIW__stationLink:hover,.custom-module__32oSIW__stationLink:focus-visible{opacity:1}.custom-module__32oSIW__stationLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.custom-module__32oSIW__stationDot{background:var(--gold-tan);width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, var(--gold-tan) 16%, transparent);border-radius:50%;position:absolute;top:3px;left:50%;transform:translate(-50%)}.custom-module__32oSIW__stationLink:hover .custom-module__32oSIW__stationDot,.custom-module__32oSIW__stationLink:focus-visible .custom-module__32oSIW__stationDot{box-shadow:0 0 0 4px color-mix(in srgb, var(--gold-tan) 22%, transparent)}.custom-module__32oSIW__stationLabel{color:var(--ink-soft);font-size:10px}.custom-module__32oSIW__stationLink:hover .custom-module__32oSIW__stationLabel,.custom-module__32oSIW__stationLink:focus-visible .custom-module__32oSIW__stationLabel{color:var(--ink)}@media (max-width:860px){.custom-module__32oSIW__stations{grid-template-columns:1fr;gap:10px;padding-left:0}.custom-module__32oSIW__stations:before{width:1px;height:auto;inset:0 auto 0 7px}.custom-module__32oSIW__station{text-align:left;padding-top:0;padding-left:22px}.custom-module__32oSIW__stationDot{top:6px;left:7px;transform:translate(-50%)}.custom-module__32oSIW__stationLink{flex-direction:row;align-items:center;gap:12px;padding:6px}}@supports (animation-timeline:view()){.custom-module__32oSIW__originLine{view-timeline-name:--custom-origin;view-timeline-axis:block}.custom-module__32oSIW__originLine:before{opacity:.15;animation:linear both custom-module__32oSIW__custom-grid;animation-timeline:--custom-origin;animation-range:entry entry 18%}.custom-module__32oSIW__boat{animation:linear both custom-module__32oSIW__custom-boat-move;animation-timeline:--custom-origin;animation-range:entry 10% exit 55%}.custom-module__32oSIW__layerWater path{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry entry 14%}.custom-module__32oSIW__layerHull path{stroke-dasharray:900;stroke-dashoffset:900px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry 14% entry 40%}.custom-module__32oSIW__layerFrames path,.custom-module__32oSIW__layerOrdinates path{stroke-dasharray:280;stroke-dashoffset:280px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry 34% entry 54%}.custom-module__32oSIW__layerSuper path{stroke-dasharray:520;stroke-dashoffset:520px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry 50% entry 72%}.custom-module__32oSIW__layerDims path{stroke-dasharray:700;stroke-dashoffset:700px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry 70% entry 88%}.custom-module__32oSIW__layerWake path{stroke-dasharray:260;stroke-dashoffset:260px;animation:linear both custom-module__32oSIW__custom-draw;animation-timeline:--custom-origin;animation-range:entry 72% entry 92%}.custom-module__32oSIW__layerDims text,.custom-module__32oSIW__layerCartouche{opacity:0;animation:linear both custom-module__32oSIW__custom-fade;animation-timeline:--custom-origin;animation-range:entry 76% entry 92%}.custom-module__32oSIW__station{animation:linear both custom-module__32oSIW__custom-station;animation-timeline:--custom-origin}.custom-module__32oSIW__station:first-child{animation-range:entry 12% entry 28%}.custom-module__32oSIW__station:nth-child(2){animation-range:entry 22% entry 44%}.custom-module__32oSIW__station:nth-child(3){animation-range:entry 36% entry 58%}.custom-module__32oSIW__station:nth-child(4){animation-range:entry 52% entry 74%}.custom-module__32oSIW__station:nth-child(5){animation-range:entry 74% entry 92%}@media (prefers-reduced-motion:reduce){.custom-module__32oSIW__originLine:before{opacity:.55;animation:none}.custom-module__32oSIW__boat{animation:none;transform:none}.custom-module__32oSIW__layerWater path,.custom-module__32oSIW__layerHull path,.custom-module__32oSIW__layerFrames path,.custom-module__32oSIW__layerSuper path,.custom-module__32oSIW__layerWake path,.custom-module__32oSIW__layerOrdinates path,.custom-module__32oSIW__layerDims path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.custom-module__32oSIW__layerDims text,.custom-module__32oSIW__layerCartouche,.custom-module__32oSIW__station{opacity:1;animation:none}}}@keyframes custom-module__32oSIW__custom-draw{to{stroke-dashoffset:0}}@keyframes custom-module__32oSIW__custom-fade{to{opacity:1}}@keyframes custom-module__32oSIW__custom-grid{to{opacity:.55}}@keyframes custom-module__32oSIW__custom-boat-move{0%{transform:translate(-30%)}to{transform:translate(10%)}}@keyframes custom-module__32oSIW__custom-station{to{opacity:1}}.custom-module__32oSIW__layerDims path{stroke-width:.75px;stroke:color-mix(in srgb, var(--gold-tan) 70%, transparent)}.custom-module__32oSIW__layerDims text{font-family:var(--font-accent), sans-serif;fill:color-mix(in srgb, var(--gold-tan) 70%, transparent);letter-spacing:.04em;font-size:14px}.custom-module__32oSIW__layerCartouche rect{stroke:color-mix(in srgb, var(--ink) 25%, transparent);stroke-width:1px;fill:#0000}.custom-module__32oSIW__layerCartouche text{fill:color-mix(in srgb, var(--ink) 62%, transparent);letter-spacing:.08em;font-size:9px}.custom-module__32oSIW__layerCartouche text:first-of-type{fill:color-mix(in srgb, var(--gold-tan) 78%, transparent)}@media (max-width:860px){.custom-module__32oSIW__layerCartouche{display:none}}.custom-module__32oSIW__journey{padding-top:calc(var(--section-pad) * .5);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);background:linear-gradient(180deg, var(--sand-100), color-mix(in srgb, var(--sand-100) 50%, white))}.custom-module__32oSIW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.custom-module__32oSIW__journeyHead{margin-inline:auto;max-width:54ch;margin-bottom:clamp(40px,6vh,72px)}@media (max-width:860px){.custom-module__32oSIW__journeyHead,.custom-module__32oSIW__journeyCloseLine{margin-inline:0}}.custom-module__32oSIW__journeyKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.custom-module__32oSIW__journeyTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(26px,3.2vw,44px);font-weight:300;line-height:1.12}.custom-module__32oSIW__journeyIntro{color:var(--ink-soft);margin-top:clamp(14px,2vh,20px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.custom-module__32oSIW__steps{max-width:var(--maxw);flex-direction:column;gap:clamp(48px,8vh,96px);margin-inline:auto;padding:0;list-style:none;display:flex}.custom-module__32oSIW__step{grid-template-columns:1fr;align-items:center;gap:clamp(24px,4vw,40px);display:grid}@media (min-width:861px){.custom-module__32oSIW__step{grid-template-columns:1fr 1fr}.custom-module__32oSIW__stepReverse .custom-module__32oSIW__stepMedia{order:1}.custom-module__32oSIW__stepReverse .custom-module__32oSIW__stepCopy{order:2}}.custom-module__32oSIW__stepMedia{aspect-ratio:16/10;background:var(--deep-900);border-radius:2px;margin:0;position:relative;overflow:hidden}.custom-module__32oSIW__stepMediaLayer{position:absolute;inset:0}.custom-module__32oSIW__stepImg{object-fit:cover}.custom-module__32oSIW__stepCopy{position:relative}.custom-module__32oSIW__ghost{font-family:var(--font-accent), sans-serif;color:var(--sand-200);opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(80px,12vw,150px);line-height:1;position:absolute;top:-.2em;right:0}.custom-module__32oSIW__stepNum{color:var(--gold-tan);margin-bottom:10px;font-size:11px}.custom-module__32oSIW__stepTitleRow{align-items:center;gap:10px;display:inline-flex}.custom-module__32oSIW__stepStationLink{border-radius:999px;margin:-6px;padding:6px;display:inline-flex}.custom-module__32oSIW__stepStationLink:hover .custom-module__32oSIW__stepStation,.custom-module__32oSIW__stepStationLink:focus-visible .custom-module__32oSIW__stepStation{box-shadow:0 0 0 4px color-mix(in srgb, var(--gold-tan) 24%, transparent)}.custom-module__32oSIW__stepStationLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.custom-module__32oSIW__stepStation{background:var(--gold-tan);width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, var(--gold-tan) 16%, transparent);border-radius:50%;flex:none}.custom-module__32oSIW__stepTitle{font-family:var(--font-body), sans-serif;max-width:28ch;font-size:clamp(20px,2vw,26px);font-weight:500;line-height:1.2}.custom-module__32oSIW__stepBody{color:var(--ink-soft);max-width:52ch;margin-top:clamp(12px,2vh,16px);font-size:clamp(15px,1.3vw,16px);font-weight:300;line-height:1.55}.custom-module__32oSIW__stepBullets{border-top:1px solid var(--sand-200);flex-wrap:wrap;align-items:center;margin-top:clamp(16px,2.5vh,22px);padding-top:clamp(14px,2vh,18px);display:flex}.custom-module__32oSIW__stepBullet{align-items:center;display:inline-flex}.custom-module__32oSIW__bulletSep{color:var(--sand-200);margin-inline:clamp(10px,1.5vw,14px);font-size:10px}.custom-module__32oSIW__bulletLabel{color:var(--ink-soft);font-size:10px}.custom-module__32oSIW__journeyCloseLine{margin-inline:auto;max-width:54ch;color:var(--ink-soft);margin-top:clamp(40px,6vh,72px);font-size:clamp(14px,1.2vw,16px);font-weight:300;line-height:1.55}.custom-module__32oSIW__signatures{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%), var(--deep-900);color:var(--white)}.custom-module__32oSIW__wakeDivider{padding-inline:var(--gutter);margin-top:-10px;margin-bottom:-10px}.custom-module__32oSIW__wakeSvg{width:240px;height:36px;margin-inline:auto;display:block}.custom-module__32oSIW__wakeSvg path{stroke:color-mix(in srgb, var(--gold-tan) 45%, transparent);stroke-width:1px;stroke-linecap:round;fill:none}.custom-module__32oSIW__business{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter)}.custom-module__32oSIW__businessInner{max-width:var(--maxw);grid-template-columns:1fr;align-items:center;gap:clamp(32px,5vw,56px);margin-inline:auto;display:grid}@media (min-width:861px){.custom-module__32oSIW__businessInner{grid-template-columns:1fr 1fr;gap:clamp(40px,5vw,72px)}}.custom-module__32oSIW__businessKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.custom-module__32oSIW__businessTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;max-width:26ch;font-size:clamp(24px,3vw,40px);font-weight:300;line-height:1.12}.custom-module__32oSIW__businessBody{color:var(--ink-soft);max-width:54ch;margin-top:clamp(16px,2.5vh,22px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.6}.custom-module__32oSIW__businessLink{color:var(--ink);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:10px;margin-top:18px;padding-block:6px;font-size:10px;display:inline-flex}.custom-module__32oSIW__businessLink:hover,.custom-module__32oSIW__businessLink:focus-visible{opacity:1;background-size:100% 1px}.custom-module__32oSIW__businessLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.custom-module__32oSIW__businessMedia{aspect-ratio:4/3;border-radius:2px;min-height:260px;margin:0;position:relative;overflow:hidden}.custom-module__32oSIW__businessMediaLayer{background:var(--deep-900);position:absolute;inset:0}.custom-module__32oSIW__businessImg{object-fit:cover}.custom-module__32oSIW__projects{padding-top:calc(var(--section-pad) * .5);padding-bottom:calc(var(--section-pad) * .5)}.custom-module__32oSIW__slotEcho{place-items:center;margin-bottom:18px;display:grid}.custom-module__32oSIW__slotEchoSvg{width:180px;height:auto}.custom-module__32oSIW__slotEchoBoat path{vector-effect:non-scaling-stroke;stroke:#ffffffc7;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;fill:none}
.refit-repair-module__KEwHxa__page{background:var(--sand-100);color:var(--ink)}.refit-repair-module__KEwHxa__heroImg{object-position:center 42%}.refit-repair-module__KEwHxa__page ::selection{background:var(--gold-tan);color:var(--deep-900)}.refit-repair-module__KEwHxa__process{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter)}.refit-repair-module__KEwHxa__processHead{max-width:var(--maxw);margin-inline:auto;max-width:52ch;margin-bottom:clamp(40px,6vh,72px)}@media (max-width:860px){.refit-repair-module__KEwHxa__processHead{margin-inline:0}}.refit-repair-module__KEwHxa__processKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.refit-repair-module__KEwHxa__processTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(26px,3.2vw,42px);font-weight:300;line-height:1.12}.refit-repair-module__KEwHxa__processIntro{color:var(--ink-soft);margin-top:clamp(14px,2vh,20px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.refit-repair-module__KEwHxa__processSteps{max-width:var(--maxw);flex-direction:column;gap:clamp(48px,8vh,96px);margin-inline:auto;list-style:none;display:flex}.refit-repair-module__KEwHxa__processStep{grid-template-columns:1fr;align-items:center;gap:clamp(24px,4vw,40px);display:grid}@media (min-width:861px){.refit-repair-module__KEwHxa__processStep{grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px)}.refit-repair-module__KEwHxa__processStepReverse .refit-repair-module__KEwHxa__stepMedia{order:2}.refit-repair-module__KEwHxa__processStepReverse .refit-repair-module__KEwHxa__stepCopy{order:1}}.refit-repair-module__KEwHxa__stepMedia{aspect-ratio:16/10;background:var(--deep-900);border-radius:2px;margin:0;position:relative;overflow:hidden}.refit-repair-module__KEwHxa__stepMediaLayer{position:absolute;inset:0}.refit-repair-module__KEwHxa__stepImg{object-fit:cover;object-position:center 50%}.refit-repair-module__KEwHxa__processStep:nth-child(4) .refit-repair-module__KEwHxa__stepImg,.refit-repair-module__KEwHxa__processStep:nth-child(5) .refit-repair-module__KEwHxa__stepImg{object-position:center 55%}.refit-repair-module__KEwHxa__processStep:nth-child(2) .refit-repair-module__KEwHxa__stepImg{object-position:62% 48%}.refit-repair-module__KEwHxa__processStep:nth-child(3) .refit-repair-module__KEwHxa__stepImg{object-position:center 35%}.refit-repair-module__KEwHxa__stepCopy{flex-direction:column;display:flex;position:relative}.refit-repair-module__KEwHxa__stepGhost{font-family:var(--font-accent), sans-serif;color:var(--gold-tan);opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(80px,12vw,140px);line-height:1;position:absolute;top:-.15em;right:0}.refit-repair-module__KEwHxa__stepNum{color:var(--gold-tan);margin-bottom:10px;font-size:11px}.refit-repair-module__KEwHxa__stepTitle{font-family:var(--font-body), sans-serif;max-width:28ch;font-size:clamp(20px,2vw,26px);font-weight:500;line-height:1.2}.refit-repair-module__KEwHxa__stepBody{color:var(--ink-soft);max-width:48ch;margin-top:clamp(12px,2vh,16px);font-size:clamp(15px,1.3vw,16px);font-weight:300;line-height:1.55}.refit-repair-module__KEwHxa__stepBullets{border-top:1px solid var(--sand-200);flex-direction:column;align-items:flex-start;gap:8px;max-width:48ch;margin-top:clamp(16px,2.5vh,22px);padding-top:clamp(14px,2vh,18px);display:flex}.refit-repair-module__KEwHxa__stepBullet{align-items:baseline;gap:0;max-width:100%;display:flex}.refit-repair-module__KEwHxa__bulletSep{display:none}.refit-repair-module__KEwHxa__stepBullets .refit-repair-module__KEwHxa__bulletLabel{letter-spacing:.1em;color:var(--ink-soft);font-size:9px;line-height:1.4}.refit-repair-module__KEwHxa__projects{padding-top:calc(var(--section-pad) * .5);padding-bottom:calc(var(--section-pad) * .5)}
.ModelVideoPlayer-module__K4tpOq__player{aspect-ratio:16/9;background:var(--deep-900);border-radius:2px;position:relative;overflow:hidden}.ModelVideoPlayer-module__K4tpOq__posterBtn{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.ModelVideoPlayer-module__K4tpOq__poster,.ModelVideoPlayer-module__K4tpOq__posterStatic{object-fit:cover}.ModelVideoPlayer-module__K4tpOq__poster{transition:transform 1.2s var(--ease-out)}.ModelVideoPlayer-module__K4tpOq__posterBtn:hover .ModelVideoPlayer-module__K4tpOq__poster,.ModelVideoPlayer-module__K4tpOq__posterBtn:focus-visible .ModelVideoPlayer-module__K4tpOq__poster{transform:scale(1.03)}.ModelVideoPlayer-module__K4tpOq__scrim{background:color-mix(in srgb, var(--deep-900) 35%, transparent);pointer-events:none;position:absolute;inset:0}.ModelVideoPlayer-module__K4tpOq__play{color:var(--white);z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.ModelVideoPlayer-module__K4tpOq__playIcon{width:56px;height:56px;transition:background .3s var(--ease-out), border-color .3s var(--ease-out);border:1px solid #fff9;border-radius:50%;justify-content:center;align-items:center;padding-left:3px;font-size:14px;display:flex}.ModelVideoPlayer-module__K4tpOq__posterBtn:hover .ModelVideoPlayer-module__K4tpOq__playIcon,.ModelVideoPlayer-module__K4tpOq__posterBtn:focus-visible .ModelVideoPlayer-module__K4tpOq__playIcon{border-color:var(--white);background:#ffffff1f}.ModelVideoPlayer-module__K4tpOq__playLabel{letter-spacing:.08em;opacity:.85;font-size:10px}.ModelVideoPlayer-module__K4tpOq__posterBtn:focus-visible{outline:2px solid var(--white);outline-offset:4px}.ModelVideoPlayer-module__K4tpOq__video{object-fit:cover;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.ModelVideoPlayer-module__K4tpOq__poster{transition:none}.ModelVideoPlayer-module__K4tpOq__posterBtn:hover .ModelVideoPlayer-module__K4tpOq__poster,.ModelVideoPlayer-module__K4tpOq__posterBtn:focus-visible .ModelVideoPlayer-module__K4tpOq__poster{transform:none}}
.BrochureGate-module__HZz5pa__trigger{color:var(--gold-tan);border:1px solid var(--gold-tan);cursor:pointer;transition:background .3s var(--ease-out), color .3s var(--ease-out);background:0 0;border-radius:2px;align-items:center;gap:10px;padding:14px 28px;font-size:11px;display:inline-flex}.BrochureGate-module__HZz5pa__trigger:hover,.BrochureGate-module__HZz5pa__trigger:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.BrochureGate-module__HZz5pa__trigger:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.BrochureGate-module__HZz5pa__form{flex-direction:column;gap:8px;max-width:420px;display:flex}.BrochureGate-module__HZz5pa__row{flex-wrap:wrap;gap:10px;display:flex}.BrochureGate-module__HZz5pa__input{border:0;border-bottom:1px solid var(--sand-200);min-width:200px;color:var(--ink);background:0 0;outline:none;flex:1;padding:10px 0 12px;font-size:15px}.BrochureGate-module__HZz5pa__input::placeholder{color:color-mix(in srgb, var(--ink-soft) 70%, transparent)}.BrochureGate-module__HZz5pa__input:focus-visible{border-bottom-color:var(--gold-tan)}.BrochureGate-module__HZz5pa__submit{color:var(--gold-tan);border:1px solid var(--gold-tan);cursor:pointer;transition:background .3s var(--ease-out), color .3s var(--ease-out);white-space:nowrap;background:0 0;border-radius:2px;align-items:center;gap:8px;padding:10px 20px;font-size:11px;display:inline-flex}.BrochureGate-module__HZz5pa__submit:hover,.BrochureGate-module__HZz5pa__submit:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.BrochureGate-module__HZz5pa__submit[disabled]{opacity:.6;cursor:not-allowed}.BrochureGate-module__HZz5pa__privacy{color:var(--ink-soft);opacity:.8;font-size:11px}.BrochureGate-module__HZz5pa__privacyLink{color:var(--ink);text-underline-offset:2px;text-decoration:underline}.BrochureGate-module__HZz5pa__privacyLink:hover,.BrochureGate-module__HZz5pa__privacyLink:focus-visible{color:var(--gold-tan)}.BrochureGate-module__HZz5pa__error{color:#8a2c2c;font-size:12px}.BrochureGate-module__HZz5pa__success{color:var(--ink-soft);flex-direction:column;gap:8px;font-size:13px;display:flex}.BrochureGate-module__HZz5pa__downloadLink{width:fit-content;color:var(--gold-tan);transition:background-size .4s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;font-size:11px;display:inline-flex}.BrochureGate-module__HZz5pa__downloadLink:hover,.BrochureGate-module__HZz5pa__downloadLink:focus-visible{background-size:100% 1px}.BrochureGate-module__HZz5pa__hiddenLink{pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.BrochureGate-module__HZz5pa__honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}
.careers-module__95RV-q__page{background:var(--sand-100);color:var(--ink)}.careers-module__95RV-q__page ::selection{background:var(--gold-tan);color:var(--deep-900)}.careers-module__95RV-q__vacancies{padding-top:calc(var(--section-pad) * .5);padding-bottom:0;padding-inline:var(--gutter)}.careers-module__95RV-q__vacanciesInner{max-width:var(--maxw);margin-inline:auto}.careers-module__95RV-q__vacanciesHead{max-width:52ch;margin-bottom:clamp(28px,5vh,48px)}.careers-module__95RV-q__vacanciesKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.careers-module__95RV-q__vacanciesTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(26px,3.2vw,44px);font-weight:300;line-height:1.12}.careers-module__95RV-q__vacancyList{gap:clamp(32px,5vh,48px);margin:0;padding:0;list-style:none;display:grid}.careers-module__95RV-q__vacancyItem{max-width:52ch}.careers-module__95RV-q__hairline{background:var(--sand-200);height:1px;margin-bottom:12px}.careers-module__95RV-q__vacancyTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(20px,2.2vw,26px);font-weight:500;line-height:1.2}.careers-module__95RV-q__vacancyType{color:var(--ink-soft);margin-top:10px;font-size:10px}.careers-module__95RV-q__vacancyPrompt{color:var(--ink-soft);margin-top:clamp(16px,2.5vh,22px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.careers-module__95RV-q__vacancyCta{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);border-radius:2px;align-items:center;gap:10px;margin-top:clamp(20px,3vh,28px);padding:14px 28px;font-size:11px;display:inline-flex}.careers-module__95RV-q__vacancyCta:hover,.careers-module__95RV-q__vacancyCta:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.careers-module__95RV-q__vacancyCta:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.careers-module__95RV-q__open{padding-block:calc(var(--section-pad) * .5);padding-inline:var(--gutter);border-top:1px solid var(--sand-200);margin-top:calc(var(--section-pad) * .45)}.careers-module__95RV-q__openInner{max-width:var(--maxw);margin-inline:auto}.careers-module__95RV-q__openTitle{max-width:52ch;font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(22px,2.8vw,32px);font-weight:300;line-height:1.15}.careers-module__95RV-q__openLine{max-width:52ch;color:var(--ink-soft);margin-top:clamp(14px,2vh,18px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.6}.careers-module__95RV-q__openLink{color:var(--ink);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:10px;margin-top:clamp(20px,3vh,28px);padding-block:6px;font-size:10px;display:inline-flex}.careers-module__95RV-q__openLink:hover,.careers-module__95RV-q__openLink:focus-visible{opacity:1;background-size:100% 1px}.careers-module__95RV-q__openLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.careers-module__95RV-q__arrow{transition:transform .3s var(--ease-out);display:inline-block}.careers-module__95RV-q__openLink:hover .careers-module__95RV-q__arrow,.careers-module__95RV-q__openLink:focus-visible .careers-module__95RV-q__arrow,.careers-module__95RV-q__vacancyCta:hover .careers-module__95RV-q__arrow,.careers-module__95RV-q__vacancyCta:focus-visible .careers-module__95RV-q__arrow{transform:translate(4px)}
.shipyard-module__BMtumq__page{background:var(--sand-100);color:var(--ink)}.shipyard-module__BMtumq__offer{padding-top:calc(var(--section-pad) * .5);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter)}.shipyard-module__BMtumq__offerHead{max-width:var(--maxw);margin-inline:auto;max-width:54ch;margin-bottom:clamp(28px,5vh,56px)}.shipyard-module__BMtumq__offerKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.shipyard-module__BMtumq__offerTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(26px,3.2vw,44px);font-weight:300;line-height:1.12}.shipyard-module__BMtumq__offerLine{color:var(--ink-soft);margin-top:clamp(14px,2vh,20px);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}.shipyard-module__BMtumq__grid{max-width:var(--maxw);grid-template-columns:1fr;gap:clamp(22px,3vw,36px);margin-inline:auto;display:grid}@media (min-width:861px){.shipyard-module__BMtumq__grid{grid-template-columns:1fr 1fr}}.shipyard-module__BMtumq__card{background:0 0}.shipyard-module__BMtumq__cardLink{color:inherit;text-decoration:none;display:block}.shipyard-module__BMtumq__cardLink:focus-visible{outline:2px solid var(--ink);outline-offset:6px;border-radius:2px}.shipyard-module__BMtumq__media{aspect-ratio:16/10;background:var(--deep-900);border-radius:2px;margin:0;position:relative;overflow:hidden}.shipyard-module__BMtumq__cardImg{object-fit:cover;transition:transform 1s var(--ease-out);transform:scale(1.001)}.shipyard-module__BMtumq__card:hover .shipyard-module__BMtumq__cardImg{transform:scale(1.05)}.shipyard-module__BMtumq__mediaScrim{z-index:1;pointer-events:none;background:linear-gradient(to top, color-mix(in srgb, var(--deep-900) 78%, transparent) 0%, color-mix(in srgb, var(--deep-900) 22%, transparent) 30%, transparent 58%);position:absolute;inset:0}.shipyard-module__BMtumq__status{z-index:2;background:#061822b8;border:1px solid #ffffff24;border-radius:999px;padding:8px 10px;font-size:10px;position:absolute;top:14px;left:14px}.shipyard-module__BMtumq__statusForSale{color:var(--gold-tan)}.shipyard-module__BMtumq__statusUnderOffer{color:color-mix(in srgb, var(--gold-tan) 70%, var(--white))}.shipyard-module__BMtumq__statusSold{color:#ffffffa6}.shipyard-module__BMtumq__soldCard .shipyard-module__BMtumq__cardImg{filter:grayscale(.45)saturate(.75)brightness(.95)}.shipyard-module__BMtumq__body{padding-top:14px}.shipyard-module__BMtumq__hairline{background:var(--sand-200);height:1px;margin-bottom:12px}.shipyard-module__BMtumq__cardTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:18px;font-weight:500;line-height:1.2}.shipyard-module__BMtumq__meta{flex-wrap:wrap;align-items:center;gap:6px 0;margin-top:10px;display:flex}.shipyard-module__BMtumq__metaItem{align-items:center;display:inline-flex}.shipyard-module__BMtumq__metaSep{color:var(--sand-200);margin-inline:12px;font-size:10px}.shipyard-module__BMtumq__metaLabel{color:var(--ink-soft);font-size:10px}.shipyard-module__BMtumq__price{color:var(--ink);margin-top:14px;font-weight:400}.shipyard-module__BMtumq__arrow{transition:transform .3s var(--ease-out);display:inline-block}.shipyard-module__BMtumq__cardLink:hover .shipyard-module__BMtumq__arrow,.shipyard-module__BMtumq__cardLink:focus-visible .shipyard-module__BMtumq__arrow{transform:translate(4px)}.shipyard-module__BMtumq__certified{padding-top:calc(var(--section-pad) * .5);padding-bottom:var(--section-pad);padding-inline:var(--gutter)}.shipyard-module__BMtumq__certifiedInner{max-width:var(--maxw);margin-inline:auto}.shipyard-module__BMtumq__certifiedHead{max-width:52ch;margin-bottom:clamp(28px,5vh,56px)}.shipyard-module__BMtumq__certifiedKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.shipyard-module__BMtumq__certifiedTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;max-width:24ch;font-size:clamp(26px,3.2vw,44px);font-weight:300;line-height:1.12}.shipyard-module__BMtumq__pointList{grid-template-columns:1fr;gap:clamp(20px,3vh,28px);list-style:none;display:grid}@media (min-width:720px){.shipyard-module__BMtumq__pointList{grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vh,32px) clamp(28px,4vw,40px)}}.shipyard-module__BMtumq__pointHairline{background:var(--sand-200);height:1px;margin-bottom:clamp(16px,2.5vh,22px)}.shipyard-module__BMtumq__pointTitle{color:var(--gold-tan);margin-bottom:8px;font-size:10px;display:block}.shipyard-module__BMtumq__pointText{color:var(--ink-soft);font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}
.ContactForm-module__MW0ffG__form{margin-top:clamp(12px,2vh,18px)}.ContactForm-module__MW0ffG__grid{grid-template-columns:1fr;gap:18px;display:grid}@media (min-width:720px){.ContactForm-module__MW0ffG__gridTwo{grid-template-columns:1fr 1fr;gap:18px 24px}}.ContactForm-module__MW0ffG__field{flex-direction:column;gap:10px;display:flex}.ContactForm-module__MW0ffG__label{color:var(--gold-tan);font-size:10px}.ContactForm-module__MW0ffG__required{color:var(--gold-tan)}.ContactForm-module__MW0ffG__control{border:0;border-bottom:1px solid var(--sand-200);color:var(--ink);background:0 0;outline:none;padding:10px 0 12px;font-size:15px}.ContactForm-module__MW0ffG__control::placeholder{color:color-mix(in srgb, var(--ink-soft) 70%, transparent)}.ContactForm-module__MW0ffG__control:focus-visible{border-bottom-color:var(--gold-tan)}.ContactForm-module__MW0ffG__textarea{resize:vertical;min-height:120px;line-height:1.6}.ContactForm-module__MW0ffG__error{color:#8a2c2c;margin-top:14px;font-size:13px}.ContactForm-module__MW0ffG__actions{flex-direction:column;align-items:flex-start;gap:10px;margin-top:clamp(20px,3vh,28px);display:flex}.ContactForm-module__MW0ffG__submit{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:10px;padding:14px 28px;font-size:11px;display:inline-flex}.ContactForm-module__MW0ffG__submit:hover,.ContactForm-module__MW0ffG__submit:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.ContactForm-module__MW0ffG__submit:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.ContactForm-module__MW0ffG__submit[disabled]{opacity:.6;cursor:not-allowed}.ContactForm-module__MW0ffG__privacy{color:var(--ink-soft);max-width:52ch;font-size:12px}.ContactForm-module__MW0ffG__privacyLink{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.ContactForm-module__MW0ffG__privacyLink:hover,.ContactForm-module__MW0ffG__privacyLink:focus-visible{color:var(--gold-tan)}.ContactForm-module__MW0ffG__success{border-top:1px solid var(--sand-200);margin-top:14px;padding-top:18px}.ContactForm-module__MW0ffG__successTitle{font-family:var(--font-body), sans-serif;color:var(--ink);font-size:18px;font-weight:300;line-height:1.3}.ContactForm-module__MW0ffG__successLine{color:var(--ink-soft);margin-top:10px;font-size:14px;line-height:1.6}.ContactForm-module__MW0ffG__fallback{border-top:1px solid var(--sand-200);margin-top:14px;padding-top:18px}.ContactForm-module__MW0ffG__fallbackLink{color:var(--ink);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:10px;margin-top:10px;padding-block:6px;font-size:11px;display:inline-flex}.ContactForm-module__MW0ffG__fallbackLink:hover,.ContactForm-module__MW0ffG__fallbackLink:focus-visible{opacity:1;background-size:100% 1px}.ContactForm-module__MW0ffG__fallbackLink:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.ContactForm-module__MW0ffG__honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}
.ModelDetail-module__YrNLfq__page{background:var(--sand-100);color:var(--ink);position:relative}.ModelDetail-module__YrNLfq__page ::selection{background:var(--gold-tan);color:var(--deep-900)}.ModelDetail-module__YrNLfq__gallerySection,.ModelDetail-module__YrNLfq__specsSection,.ModelDetail-module__YrNLfq__videoSection{scroll-margin-top:120px}.ModelDetail-module__YrNLfq__hero{height:100svh;min-height:560px;color:var(--white);align-items:flex-end;display:flex;position:relative;overflow:hidden}.ModelDetail-module__YrNLfq__heroMedia{z-index:0;background:linear-gradient(#123244,#0a2230);position:absolute;inset:0}.ModelDetail-module__YrNLfq__heroImg{object-fit:cover}.ModelDetail-module__YrNLfq__heroImgMobile{display:none}@media (max-width:860px){.ModelDetail-module__YrNLfq__heroMedia:has(.ModelDetail-module__YrNLfq__heroImgMobile) .ModelDetail-module__YrNLfq__heroImgDesktop{display:none}.ModelDetail-module__YrNLfq__heroImgMobile{display:block}}.ModelDetail-module__YrNLfq__heroScrim{z-index:1;pointer-events:none;background:linear-gradient(#0618227a 0%,#06182200 24%),linear-gradient(#06182200 48%,#0618221f 72%,#061822b8 100%),radial-gradient(120% 90% at 8% 100%,#0618228c 0%,#06182200 55%);position:absolute;inset:0}.ModelDetail-module__YrNLfq__heroContent{z-index:2;width:100%;max-width:var(--maxw);padding:clamp(100px, 14vh, 140px) var(--gutter) clamp(56px, 9vh, 110px);margin-inline:auto;position:relative}.ModelDetail-module__YrNLfq__heroKicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px}.ModelDetail-module__YrNLfq__heroTagline{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;text-wrap:balance;text-shadow:0 1px 30px #00000047;max-width:18ch;font-size:clamp(32px,5vw,64px);font-weight:300;line-height:1.05}.ModelDetail-module__YrNLfq__ctaDuo{flex-wrap:wrap;align-items:center;gap:20px 28px;margin-top:clamp(28px,4vh,40px);display:flex}.ModelDetail-module__YrNLfq__ctaPrimary{color:var(--gold-tan);border:1px solid var(--gold-tan);transition:background .3s var(--ease-out), color .3s var(--ease-out);border-radius:2px;align-items:center;gap:10px;padding:14px 28px;font-size:11px;display:inline-flex}.ModelDetail-module__YrNLfq__ctaPrimary:hover,.ModelDetail-module__YrNLfq__ctaPrimary:focus-visible{background:var(--gold-tan);color:var(--deep-900)}.ModelDetail-module__YrNLfq__ctaPrimary:focus-visible{outline:2px solid var(--white);outline-offset:4px}.ModelDetail-module__YrNLfq__ctaSecondary{color:var(--white);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:8px;padding-block:4px;font-size:11px;display:inline-flex}.ModelDetail-module__YrNLfq__ctaSecondary:hover,.ModelDetail-module__YrNLfq__ctaSecondary:focus-visible{opacity:1;background-size:100% 1px}.ModelDetail-module__YrNLfq__ctaSecondary:focus-visible{outline:2px solid var(--white);outline-offset:4px}.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaPrimary{color:var(--ink);border-color:var(--ink)}.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaPrimary:hover,.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaPrimary:focus-visible{background:var(--ink);color:var(--sand-100)}.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaPrimary:focus-visible{outline-color:var(--ink)}.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaSecondary{color:var(--ink)}.ModelDetail-module__YrNLfq__ctaDuoLight .ModelDetail-module__YrNLfq__ctaSecondary:focus-visible{outline-color:var(--ink)}.ModelDetail-module__YrNLfq__arrow{transition:transform .3s var(--ease-out);display:inline-block}.ModelDetail-module__YrNLfq__ctaPrimary:hover .ModelDetail-module__YrNLfq__arrow,.ModelDetail-module__YrNLfq__ctaPrimary:focus-visible .ModelDetail-module__YrNLfq__arrow,.ModelDetail-module__YrNLfq__ctaSecondary:hover .ModelDetail-module__YrNLfq__arrow,.ModelDetail-module__YrNLfq__ctaSecondary:focus-visible .ModelDetail-module__YrNLfq__arrow{transform:translate(4px)}.ModelDetail-module__YrNLfq__intro{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);position:relative;overflow:hidden}.ModelDetail-module__YrNLfq__ghostMark{font-family:var(--font-accent), sans-serif;color:var(--gold-tan);opacity:.05;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(100px,24vw,280px);line-height:1;position:absolute;top:50%;right:clamp(-10px,6vw,100px);translate:0 -50%}.ModelDetail-module__YrNLfq__introInner{text-align:center;max-width:52ch;margin-inline:auto;position:relative}.ModelDetail-module__YrNLfq__introTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.015em;font-size:clamp(28px,4vw,48px);font-weight:300;line-height:1.1}.ModelDetail-module__YrNLfq__introBody{color:var(--ink-soft);margin-top:clamp(18px,3vh,24px);font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.55}.ModelDetail-module__YrNLfq__gallerySection{--track-inset-start:max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));padding-block:calc(var(--section-pad) * .5)}.ModelDetail-module__YrNLfq__galleryHead{margin-bottom:clamp(20px,3vh,32px);padding-inline-start:var(--track-inset-start);padding-inline-end:var(--gutter)}.ModelDetail-module__YrNLfq__galleryKicker{color:var(--gold-tan);margin-bottom:12px;font-size:11px;display:block}.ModelDetail-module__YrNLfq__galleryTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;max-width:24ch;color:var(--ink);text-wrap:balance;font-size:clamp(26px,3vw,42px);font-weight:300;line-height:1.12}.ModelDetail-module__YrNLfq__galleryEditorial{max-width:calc(var(--maxw) + var(--gutter) * 2);margin-top:clamp(40px,6vh,72px);flex-direction:column;align-items:flex-start;gap:clamp(12px,2vh,18px);margin-inline:auto;padding-inline-start:var(--track-inset-start);padding-inline-end:var(--gutter);display:flex}.ModelDetail-module__YrNLfq__galleryAnchor{align-items:center;gap:clamp(12px,1.5vw,16px);max-width:100%;display:flex}.ModelDetail-module__YrNLfq__galleryAnchorLine{background:var(--sand-200);flex-shrink:0;width:28px;height:1px;display:none}.ModelDetail-module__YrNLfq__galleryAnchorLabel{color:var(--gold-tan);letter-spacing:.14em;text-align:left;font-size:10px;line-height:1.4}.ModelDetail-module__YrNLfq__galleryBody{max-width:52ch;color:var(--ink-soft);text-align:left;font-size:clamp(15px,1.35vw,17px);font-weight:300;line-height:1.55}@media (min-width:861px){.ModelDetail-module__YrNLfq__galleryAnchorLine{display:block}}@media (max-width:860px){.ModelDetail-module__YrNLfq__galleryEditorial{gap:10px}.ModelDetail-module__YrNLfq__galleryAnchorLine{display:none}}.ModelDetail-module__YrNLfq__specsSection{padding-block:calc(var(--section-pad) * .5);padding-inline:var(--gutter)}.ModelDetail-module__YrNLfq__specsHead{max-width:var(--maxw);margin-inline:auto;margin-bottom:clamp(24px,4vh,36px)}.ModelDetail-module__YrNLfq__specsKicker{color:var(--gold-tan);font-size:11px}.ModelDetail-module__YrNLfq__specsSection>.ModelDetail-module__YrNLfq__reveal{max-width:var(--maxw);margin-inline:auto}.ModelDetail-module__YrNLfq__equipmentHook{max-width:var(--maxw);margin-inline:auto;border-top:1px solid var(--sand-200);text-align:center;flex-direction:column;align-items:center;gap:clamp(12px,2vh,16px);margin-top:clamp(32px,5vh,48px);padding-top:clamp(22px,3.5vh,32px);display:flex}.ModelDetail-module__YrNLfq__equipmentHookKicker{color:var(--gold-tan);font-size:11px}.ModelDetail-module__YrNLfq__equipmentHookLine{font-family:var(--font-body), sans-serif;color:var(--ink);text-wrap:balance;max-width:46ch;font-size:clamp(16px,1.5vw,20px);font-weight:300;line-height:1.45}.ModelDetail-module__YrNLfq__equipmentHookCtas{justify-content:center;margin-top:clamp(4px,1vh,8px)}.ModelDetail-module__YrNLfq__equipmentHookTeaser{color:var(--ink-soft);max-width:44ch;margin-top:clamp(4px,1vh,8px);font-size:clamp(13px,1.1vw,15px);font-weight:300;line-height:1.5}.ModelDetail-module__YrNLfq__videoSection{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%), var(--deep-900);color:var(--white)}.ModelDetail-module__YrNLfq__videoIntro{margin-inline:auto;text-align:center;color:#ffffffe6;max-width:42ch;margin-bottom:clamp(32px,5vh,48px);font-size:clamp(18px,2.2vw,26px);font-weight:300;line-height:1.35}.ModelDetail-module__YrNLfq__videoGrid{max-width:var(--maxw);grid-template-columns:1fr;gap:clamp(20px,3vw,28px);margin-inline:auto;display:grid}@media (min-width:900px){.ModelDetail-module__YrNLfq__videoGrid{grid-template-columns:1.4fr 1fr;align-items:start}}.ModelDetail-module__YrNLfq__slot{z-index:1;padding-top:calc(var(--section-pad) * .5);padding-bottom:calc(var(--section-pad) * .5);padding-inline:var(--gutter);background:radial-gradient(62% 52% at 50% 44%, var(--deep-800) 0%, var(--deep-900) 72%), var(--deep-900);color:var(--white);border-top-left-radius:clamp(20px,4vw,44px);border-top-right-radius:clamp(20px,4vw,44px);margin-top:calc(-1*clamp(20px,4vw,44px));position:relative;overflow:hidden}@supports (animation-timeline:view()){.ModelDetail-module__YrNLfq__slot{animation:linear both ModelDetail-module__YrNLfq__modelSlotFlatten;animation-timeline:view();animation-range:entry contain 0%}@media (prefers-reduced-motion:reduce){.ModelDetail-module__YrNLfq__slot{animation:none}}}@keyframes ModelDetail-module__YrNLfq__modelSlotFlatten{to{border-top-left-radius:0;border-top-right-radius:0}}.ModelDetail-module__YrNLfq__slotInner{text-align:center;max-width:52ch;margin-inline:auto}.ModelDetail-module__YrNLfq__slotTitle{font-family:var(--font-body), sans-serif;letter-spacing:-.02em;font-size:clamp(32px,4.5vw,56px);font-weight:300;line-height:1.08}.ModelDetail-module__YrNLfq__slotLine{color:#ffffffc7;margin-top:clamp(18px,3vh,24px);font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.5}.ModelDetail-module__YrNLfq__slotInner .ModelDetail-module__YrNLfq__ctaDuo{justify-content:center}.ModelDetail-module__YrNLfq__processLine{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 0;margin-top:clamp(36px,5vh,48px);padding-top:clamp(28px,4vh,36px);list-style:none;display:flex}.ModelDetail-module__YrNLfq__processItem{align-items:center;gap:6px;display:inline-flex}.ModelDetail-module__YrNLfq__processItem:not(:last-child):after{content:"·";color:#ffffff40;margin-inline:clamp(12px,2vw,20px);font-size:10px}.ModelDetail-module__YrNLfq__processNum{font-family:var(--font-accent), sans-serif;color:var(--gold-tan);font-size:11px}.ModelDetail-module__YrNLfq__processLabel{color:#ffffffb3;font-size:10px}@media (max-width:520px){.ModelDetail-module__YrNLfq__processLine{text-align:center;grid-template-columns:repeat(2,1fr);gap:16px 12px;display:grid}.ModelDetail-module__YrNLfq__processItem{flex-direction:column;gap:4px}.ModelDetail-module__YrNLfq__processItem:after{display:none}}.ModelDetail-module__YrNLfq__crossNav{padding-inline:var(--gutter);background:var(--deep-900);color:var(--white)}.ModelDetail-module__YrNLfq__crossNavInner{max-width:var(--maxw);padding-bottom:calc(var(--section-pad) * .45);margin-inline:auto}.ModelDetail-module__YrNLfq__crossNavKicker{color:var(--gold-tan);margin-bottom:clamp(20px,3vh,28px);font-size:11px;display:block}.ModelDetail-module__YrNLfq__crossNavList{border-top:1px solid #ffffff1f;list-style:none}.ModelDetail-module__YrNLfq__crossNavItem{border-bottom:1px solid #ffffff1f}.ModelDetail-module__YrNLfq__crossNavLink{transition:opacity .3s var(--ease-out);grid-template-columns:96px 1fr auto;align-items:center;gap:clamp(16px,2vw,24px);padding-block:clamp(16px,2.5vh,22px);display:grid}.ModelDetail-module__YrNLfq__crossNavLink:hover,.ModelDetail-module__YrNLfq__crossNavLink:focus-visible{opacity:.85}.ModelDetail-module__YrNLfq__crossNavLink:focus-visible{outline:2px solid var(--white);outline-offset:4px}.ModelDetail-module__YrNLfq__crossNavMedia{aspect-ratio:16/10;background:var(--deep-800);border-radius:2px;position:relative;overflow:hidden}.ModelDetail-module__YrNLfq__crossNavImg{object-fit:cover}.ModelDetail-module__YrNLfq__crossNavName{font-size:16px;font-weight:500;display:block}.ModelDetail-module__YrNLfq__crossNavCharacter{color:#ffffffa6;margin-top:4px;font-size:13px;font-weight:300;display:block}.ModelDetail-module__YrNLfq__crossNavArrow{color:var(--gold-tan);transition:transform .3s var(--ease-out);font-size:14px}.ModelDetail-module__YrNLfq__crossNavLink:hover .ModelDetail-module__YrNLfq__crossNavArrow,.ModelDetail-module__YrNLfq__crossNavLink:focus-visible .ModelDetail-module__YrNLfq__crossNavArrow{transform:translate(4px)}.ModelDetail-module__YrNLfq__backFleet{color:#ffffffa6;transition:color .3s var(--ease-out);align-items:center;gap:6px;margin-top:clamp(32px,4vh,44px);font-size:10px;display:inline-flex}.ModelDetail-module__YrNLfq__backFleet:hover,.ModelDetail-module__YrNLfq__backFleet:focus-visible{color:var(--white)}.ModelDetail-module__YrNLfq__backFleet:focus-visible{outline:2px solid var(--white);outline-offset:4px}@supports (animation-timeline:view()){.ModelDetail-module__YrNLfq__reveal{opacity:0;animation:linear both ModelDetail-module__YrNLfq__model-reveal;animation-timeline:view();animation-range:entry entry 42%;transform:translateY(24px)}.ModelDetail-module__YrNLfq__revealProcess{opacity:0;animation:linear both ModelDetail-module__YrNLfq__model-reveal;animation-timeline:view();animation-range:entry calc(8% + var(--i,0) * 6%) entry calc(50% + var(--i,0) * 6%);transform:translateY(12px)}.ModelDetail-module__YrNLfq__revealCross{opacity:0;animation:linear both ModelDetail-module__YrNLfq__model-reveal;animation-timeline:view();animation-range:entry calc(4% + var(--i,0) * 6%) entry calc(44% + var(--i,0) * 6%);transform:translateY(16px)}@media (prefers-reduced-motion:reduce){.ModelDetail-module__YrNLfq__reveal,.ModelDetail-module__YrNLfq__revealProcess,.ModelDetail-module__YrNLfq__revealCross{opacity:1;animation:none;transform:none}}}@keyframes ModelDetail-module__YrNLfq__model-reveal{to{opacity:1;transform:none}}.ModelDetail-module__YrNLfq__heroContent .ModelDetail-module__YrNLfq__reveal{opacity:0;animation:ModelDetail-module__YrNLfq__hero-rise .8s var(--ease-out) forwards;transform:translateY(18px)}.ModelDetail-module__YrNLfq__heroContent .ModelDetail-module__YrNLfq__reveal:first-child{animation-delay:.2s}.ModelDetail-module__YrNLfq__heroContent .ModelDetail-module__YrNLfq__reveal:nth-child(2){animation-delay:.35s}.ModelDetail-module__YrNLfq__heroContent .ModelDetail-module__YrNLfq__ctaDuo.ModelDetail-module__YrNLfq__reveal{animation-delay:.5s}@keyframes ModelDetail-module__YrNLfq__hero-rise{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ModelDetail-module__YrNLfq__heroContent .ModelDetail-module__YrNLfq__reveal{opacity:1;animation:none;transform:none}}
.contact-module__hCbz7a__page{background:var(--sand-100);color:var(--ink)}.contact-module__hCbz7a__split{padding-top:var(--section-pad);padding-bottom:calc(var(--section-pad) * .75);padding-inline:var(--gutter)}.contact-module__hCbz7a__inner{max-width:var(--maxw);grid-template-columns:1fr;align-items:start;gap:clamp(32px,5vw,56px);margin-inline:auto;display:grid}@media (min-width:861px){.contact-module__hCbz7a__inner{grid-template-columns:1.1fr .9fr;gap:clamp(40px,5vw,72px)}}.contact-module__hCbz7a__kicker{color:var(--gold-tan);margin-bottom:14px;font-size:11px;display:block}.contact-module__hCbz7a__title{font-family:var(--font-body), sans-serif;letter-spacing:-.01em;font-size:clamp(22px,2.6vw,32px);font-weight:300;line-height:1.15}.contact-module__hCbz7a__stack{color:var(--ink-soft);gap:10px;margin-top:14px;font-size:14px;line-height:1.6;display:grid}.contact-module__hCbz7a__address{gap:6px;font-style:normal;display:grid}.contact-module__hCbz7a__link{color:var(--ink);opacity:.85;transition:background-size .4s var(--ease-out), opacity .3s var(--ease-out);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;align-items:center;gap:10px;padding-block:6px;font-size:11px;display:inline-flex}.contact-module__hCbz7a__link:hover,.contact-module__hCbz7a__link:focus-visible{opacity:1;background-size:100% 1px}.contact-module__hCbz7a__link:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.contact-module__hCbz7a__subsection+.contact-module__hCbz7a__subsection{border-top:1px solid var(--sand-200);margin-top:clamp(28px,4vh,44px);padding-top:clamp(20px,3vh,28px)}.contact-module__hCbz7a__note{color:var(--ink-soft);margin-top:12px;font-size:12px}
