@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--ink:#102633;--muted:#63717a;--paper:#f5f4ef;--white:#fff;--coral:#ef5b4e;--coral-deep:#d9483f;--line:#d8dedb;--font-display:'Manrope','Segoe UI',Arial,sans-serif;--font-body:'DM Sans','Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:var(--font-body);background:var(--paper);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible{outline:3px solid #ffbb6e;outline-offset:4px}
.wrap{width:min(100% - 112px,1440px);margin-inline:auto}
.skip-link{position:fixed;z-index:100;top:-80px;left:20px;padding:12px 18px;background:#fff;color:var(--ink)}
.skip-link:focus{top:12px}

.site-header{position:fixed;z-index:50;inset:0 0 auto;color:#fff;border-bottom:1px solid rgba(255,255,255,.22);transition:background .3s,border-color .3s,box-shadow .3s}
.site-header.is-scrolled,.site-header.is-open{background:rgba(16,38,51,.97);border-color:rgba(255,255,255,.12);box-shadow:0 10px 35px rgba(7,29,42,.15)}
.header-inner{height:88px;display:flex;align-items:center;gap:44px}
.brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;min-width:252px}
.brand-mark{width:43px;height:42px;display:grid;place-items:center;border:2px solid var(--coral);color:#fff;font:800 25px/1 var(--font-display);letter-spacing:-.08em}
.brand-name{display:flex;flex-direction:column;font-family:var(--font-display);font-weight:800;font-size:18px;line-height:1.02;letter-spacing:.1em}
.brand-name small{font-family:var(--font-body);font-size:9px;letter-spacing:.2em;font-weight:600;margin-top:6px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.5vw,47px);flex:1}
.desktop-nav a{position:relative;font-size:12px;font-weight:700;letter-spacing:.08em;white-space:nowrap;padding:35px 0;opacity:.9;transition:opacity .2s}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:2px;background:var(--coral);transition:right .2s}
.desktop-nav a:hover{opacity:1}.desktop-nav a:hover::after{right:0}
.header-actions{display:flex;align-items:center;gap:24px}
.language-switch{border:0;background:none;color:#fff;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.05em;padding:12px 0;white-space:nowrap}
.header-contact{display:inline-flex;align-items:center;gap:24px;padding:16px 21px;background:var(--coral);font-size:12px;font-weight:700;white-space:nowrap;transition:background .2s,transform .2s}
.header-contact:hover,.button-primary:hover{background:var(--coral-deep);transform:translateY(-2px)}
.header-contact span:last-child{font-size:19px;font-weight:400;line-height:0}
.menu-toggle,.mobile-nav{display:none}

.hero{position:relative;min-height:730px;height:100svh;color:#fff;overflow:hidden;background:#163747}
.hero-art,.hero-shade{position:absolute;inset:0}
.hero-art{background-image:url('./assets/port-scene.svg');background-size:cover;background-position:center;animation:hero-reveal 1.3s ease both}
.hero-shade{background:linear-gradient(90deg,rgba(6,27,41,.94) 0%,rgba(8,33,47,.79) 33%,rgba(9,34,47,.25) 76%,rgba(9,34,47,.15) 100%),linear-gradient(0deg,rgba(6,27,41,.68),transparent 30%)}
.hero-content{position:relative;height:100%;display:flex;align-items:center;justify-content:space-between;padding-top:88px}
.hero-copy{max-width:820px;padding-bottom:25px;animation:rise-in .8s .15s both}
.eyebrow,.section-kicker{font-size:11px;font-weight:700;letter-spacing:.2em;display:flex;align-items:center;gap:16px}
.eyebrow{margin:0 0 29px;color:#f8dad3}
.eyebrow-line{display:inline-block;width:34px;height:2px;background:var(--coral)}
.hero h1,.intro h2,.focus h2,.approach h2,.contact h2{font-family:var(--font-display);font-weight:700;letter-spacing:-.055em;line-height:1.1;margin:0}
.hero h1{font-size:clamp(64px,6.2vw,112px)}
em{font-style:normal;color:var(--coral)}
.hero-description{max-width:570px;font-size:17px;line-height:1.8;color:#d9e2e4;margin:30px 0 35px}
.hero-buttons{display:flex;align-items:center;gap:35px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;min-width:222px;padding:19px 23px;font-weight:700;font-size:13px;transition:background .2s,transform .2s}
.button-primary{background:var(--coral);color:#fff}
.button span:last-child{font-size:20px;line-height:0;font-weight:400}
.text-link{display:inline-flex;align-items:center;gap:22px;font-size:13px;font-weight:700;border-bottom:1px solid;padding-bottom:9px;transition:gap .2s,color .2s}
.text-link:hover{gap:30px;color:var(--coral)}
.light-link{border-color:rgba(255,255,255,.7)}
.dark-link{border-color:var(--ink)}
.hero-side-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:10px;letter-spacing:.2em;font-weight:700;color:#d7e1e2;align-self:center;margin-right:2px;white-space:nowrap}
.hero-side-label span{color:var(--coral);margin:12px 0}
.hero-bottom{position:absolute;left:50%;bottom:33px;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.2em;font-weight:700;color:#e4ebec}
.hero-bottom a{display:flex;align-items:center;gap:18px}
.hero-divider{display:inline-block;width:38px;height:1px;margin:0 13px 3px;background:#a8b9be}
.scroll-arrow{display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.5);width:32px;height:32px;border-radius:50%;font-size:16px;letter-spacing:0}

.section-pad{padding:130px 0}
.intro{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:#153240 url('./assets/team-cycling.webp') center 52%/cover no-repeat}
.intro::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,28,40,.9) 0%,rgba(9,31,43,.78) 44%,rgba(9,31,43,.66) 100%),linear-gradient(0deg,rgba(7,28,40,.82),transparent 55%)}
.intro-grid,.contact-grid{display:grid;grid-template-columns:29% 1fr;gap:38px}
.intro .section-kicker{color:#ff8e7e}
.intro .kicker-number{color:#c3d1d3}
.section-kicker{color:var(--coral-deep);align-self:start;padding-top:12px;white-space:nowrap}
.kicker-number{color:#9ca7a6;font-size:10px;letter-spacing:.07em}
.section-overline{margin:0 0 22px;color:#ff9b8f;font-size:10px;font-weight:700;letter-spacing:.2em}
.intro-main h2{font-size:clamp(46px,5vw,82px);max-width:980px}
.intro-profile{display:grid;grid-template-columns:1fr 1fr;gap:0 52px;margin-top:55px}
.intro-profile p{margin:0;padding:22px 0;border-top:1px solid rgba(255,255,255,.27);font-size:14.5px;line-height:1.82;color:#e1eaeb}
.intro-profile strong{color:#fff;font-weight:700}
.intro-footline{border-top:1px solid rgba(255,255,255,.35);margin-top:113px;padding-top:27px;display:flex;justify-content:space-between;align-items:center;color:#d2dddf;font-size:10px;font-weight:700;letter-spacing:.19em}
.asterisk{font-size:33px;line-height:1;color:var(--coral);font-weight:400}

.focus{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.focus::before{content:"";position:absolute;right:-280px;top:-350px;width:750px;height:750px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 120px rgba(255,255,255,.015),0 0 0 240px rgba(255,255,255,.012);pointer-events:none}
.section-heading-row{display:flex;justify-content:space-between;align-items:flex-start;position:relative}
.section-kicker-light{color:#ff8e7e}
.section-side-note{color:#a8bdc4;font-size:13px;line-height:1.55;text-align:right;margin:0}
.focus h2{font-size:clamp(50px,5.5vw,84px);margin:45px 0 62px;position:relative}
.card-index{display:flex;justify-content:space-between;color:#9db4bc;font-size:12px;font-weight:700}
.card-index span{font-size:18px;line-height:1;color:#ee7569}
.strength-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#42606d;position:relative}
.strength-card{grid-column:span 2;min-height:365px;padding:25px 31px 31px;background:var(--ink);display:flex;flex-direction:column;justify-content:space-between;transition:background .25s,transform .25s}
.strength-card:nth-child(4),.strength-card:nth-child(5){grid-column:span 3}
.strength-card:hover{background:#193a4b;transform:translateY(-4px)}
.strength-mark{min-height:98px;display:flex;align-items:center;margin:30px 0;color:var(--coral);font:800 36px/.8 var(--font-display);letter-spacing:-.06em}
.strength-mark small{font-size:18px;line-height:1}
.strength-card h3{font:700 21px/1.25 var(--font-display);letter-spacing:-.035em;margin:0 0 13px}
.strength-card p{font-size:13.5px;line-height:1.72;color:#a9bdc4;margin:0;max-width:410px}
.mission-block{display:grid;grid-template-columns:.85fr 2.15fr;gap:55px;margin-top:82px;padding:52px;background:var(--coral);color:#fff}
.mission-heading>span,.philosophy-heading>span,.showcase-heading{font-size:10px;font-weight:700;letter-spacing:.18em}
.mission-heading h3{font:700 clamp(30px,3vw,47px)/1.12 var(--font-display);letter-spacing:-.045em;margin:23px 0 0}
.mission-heading h3 em{color:#512e36}
.mission-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.mission-grid article{padding:3px 29px 0;border-left:1px solid rgba(255,255,255,.42)}
.mission-grid article>span{font-size:10px;font-weight:700;color:#ffe0dc}
.mission-grid h4{font:700 18px/1.25 var(--font-display);margin:50px 0 14px}
.mission-grid p{font-size:13px;line-height:1.7;margin:0;color:#fff6f3}

.products{background:#edf0ed}
.products-intro{display:grid;grid-template-columns:29% 1fr;gap:38px}
.products h2{font:700 clamp(46px,5vw,80px)/1.1 var(--font-display);letter-spacing:-.055em;margin:0}
.products-intro p{font-size:16px;line-height:1.8;color:#66777b;margin:25px 0 0;max-width:760px}
.dark-overline{color:var(--coral-deep)}
.philosophy-block{margin-top:72px;background:var(--ink);color:#fff}
.philosophy-heading{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:27px 30px;border-bottom:1px solid #42606d;color:#ff8e7e}
.philosophy-heading p{max-width:none;margin:0;color:#9fb3ba;font-size:12px}
.philosophy-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.philosophy-grid article{min-height:260px;padding:26px 29px 30px;border-right:1px solid #42606d}
.philosophy-grid article:last-child{border:0}
.philosophy-grid article>span{font-size:10px;font-weight:700;color:#8da3ab}
.philosophy-grid h3{font:700 19px/1.25 var(--font-display);letter-spacing:-.03em;margin:58px 0 13px}
.philosophy-grid p{font-size:13px;line-height:1.7;color:#9fb3ba;margin:0}
.showcase-heading{display:flex;justify-content:space-between;align-items:center;margin-top:72px;padding-bottom:19px;border-bottom:1px solid #cdd7d4;color:var(--coral-deep)}
.showcase-heading span:last-child{color:#899a9d}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}
.product-card{min-width:0;background:#fff;border:1px solid #d7dfdc;transition:transform .25s,box-shadow .25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(16,38,51,.1)}
.product-media{aspect-ratio:1/1;overflow:hidden;background:#eae3db}
.product-media img{display:block;width:100%;height:100%;object-fit:cover}
.product-card-ride .product-media{background:#fff}
.product-card-ride .product-media img{object-fit:contain;padding:17px}
.product-copy{padding:23px 21px 26px}
.product-meta{display:flex;justify-content:space-between;gap:12px;color:var(--coral-deep);font-size:10px;font-weight:700;letter-spacing:.13em}
.product-meta span:last-child{color:#98a6a7;white-space:nowrap}
.product-card h3{font:700 21px/1.25 var(--font-display);letter-spacing:-.035em;margin:20px 0 10px}
.product-card p{font-size:13px;line-height:1.65;color:#62737a;margin:0}
.products-footer{border-top:1px solid #d2dbd8;margin-top:70px;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#52646b;font-size:14px;font-weight:600}

.approach{min-height:650px;display:grid;grid-template-columns:1fr 1fr;background:#ec5b4e;color:#fff}
.approach-visual{position:relative;min-height:650px;background:#dfe9e5 url('./assets/world-routes.svg') center/cover no-repeat}
.visual-caption{position:absolute;bottom:34px;left:45px;right:45px;display:flex;justify-content:space-between;color:#336273;font-size:10px;font-weight:700;letter-spacing:.16em}
.approach-copy{padding:clamp(70px,8vw,135px) clamp(45px,6vw,115px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.approach-copy .section-kicker{color:#ffe1db;padding:0}
.approach-copy .kicker-number{color:#ffd0c7}
.approach h2{font-size:clamp(48px,4.5vw,75px);margin:51px 0 26px}
.approach h2 em{color:#512e36}
.approach-copy p{font-size:16px;line-height:1.8;max-width:495px;margin:0 0 43px;color:#fff6f3}
.round-link{width:62px;height:62px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:30px;transition:background .2s,color .2s,transform .2s}
.round-link:hover{background:#fff;color:var(--coral-deep);transform:rotate(45deg)}

.contact{background:var(--paper)}
.contact h2{font-size:clamp(47px,5.2vw,84px)}
.contact-lead{color:#65777e;font-size:17px;margin:31px 0 37px;line-height:1.7}
.contact-details{display:grid;grid-template-columns:1.15fr 1.55fr .8fr;gap:35px;border-top:1px solid var(--line);margin-top:72px;padding-top:33px}
.contact-details>div{display:flex;flex-direction:column;gap:18px;font-size:14px;font-weight:600;line-height:1.65}
.contact-details a:hover{color:var(--coral-deep)}
.detail-label{font-size:10px;font-weight:700;letter-spacing:.17em;color:#8a989b}
address{font-style:normal}

.site-footer{background:#0a202b;color:#fff}
.footer-top{min-height:150px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #39505b}
.footer-brand .brand-mark{transform:scale(.85);transform-origin:left center}
.back-top{font-size:11px;font-weight:700;letter-spacing:.15em;display:flex;align-items:center;gap:18px}
.back-top span:last-child{display:grid;place-items:center;width:38px;height:38px;border:1px solid #657881;border-radius:50%;font-size:19px;letter-spacing:0}
.footer-bottom{min-height:73px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#9aadb5;font-size:10px;font-weight:700;letter-spacing:.14em}

@keyframes rise-in{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
@keyframes hero-reveal{from{transform:scale(1.05);opacity:.7}to{transform:scale(1);opacity:1}}
@media(max-width:1180px){.wrap{width:min(100% - 72px,1440px)}.header-inner{gap:25px}.brand{min-width:205px}.desktop-nav{gap:17px}.header-actions{gap:15px}.header-contact{padding:14px 16px;gap:10px}.focus-card{padding:22px}.approach-copy{padding:70px 50px}}
@media(max-width:920px){.desktop-nav,.header-contact{display:none}.header-inner{height:76px;justify-content:space-between}.menu-toggle{width:38px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;cursor:pointer;padding:0}.menu-toggle span{width:23px;height:2px;background:#fff;transition:transform .2s,opacity .2s}.site-header.is-open .menu-toggle span:first-child{transform:translateY(8px) rotate(45deg)}.site-header.is-open .menu-toggle span:nth-child(2){opacity:0}.site-header.is-open .menu-toggle span:last-child{transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;padding:12px 36px 32px;background:#102633;position:absolute;top:76px;left:0;right:0;box-shadow:0 18px 28px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s,visibility .2s,transform .2s}.site-header.is-open .mobile-nav{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav a{padding:15px 0;border-bottom:1px solid #39505b;font-size:15px;font-weight:600}.mobile-nav a:last-child{color:#ff8e7e}.hero-content{padding-top:76px}.hero-side-label{display:none}.intro-grid,.contact-grid{grid-template-columns:1fr;gap:42px}.intro-detail{grid-template-columns:1fr 1fr}.focus-cards{grid-template-columns:1fr 1fr}.focus-card:last-child{grid-column:1/-1;min-height:300px}.approach{grid-template-columns:1fr}.approach-visual{min-height:480px}.approach-copy{min-height:510px}.contact-details{margin-top:72px}}
@media(max-width:640px){.wrap{width:calc(100% - 40px)}.header-inner{height:70px}.brand{min-width:0;gap:9px}.brand-mark{width:31px;height:32px;gap:3px}.brand-mark span{height:5px}.brand-name{font-size:14px}.brand-name small{font-size:7px;margin-top:4px}.header-actions{gap:15px}.language-switch{font-size:11px}.mobile-nav{top:70px;padding-inline:20px}.hero{min-height:690px;height:100svh}.hero-art{background-position:59% center}.hero-shade{background:linear-gradient(90deg,rgba(6,27,41,.94),rgba(6,27,41,.72) 80%),linear-gradient(0deg,rgba(6,27,41,.7),transparent 30%)}.hero-content{padding-top:70px;align-items:center}.hero-copy{padding-bottom:10px}.eyebrow{font-size:9px;gap:11px;margin-bottom:23px}.eyebrow-line{width:24px}.hero h1{font-size:clamp(49px,11vw,68px);letter-spacing:-.065em}.hero-description{font-size:15px;line-height:1.7;margin:24px 0 30px}.hero-buttons{gap:22px;align-items:flex-start;flex-direction:column}.button{min-width:214px;padding:18px}.hero-bottom{bottom:20px;font-size:9px}.hero-bottom a{gap:7px}.hero-bottom a span:first-child{max-width:100px;line-height:1.5}.section-pad{padding:83px 0}.section-kicker{font-size:10px;padding-top:0}.intro-main h2,.focus h2,.contact h2{font-size:clamp(43px,10vw,62px)}.intro-detail{display:block;margin-top:29px}.intro-detail p{font-size:15px}.intro-detail .text-link{margin-top:25px}.intro-footline{margin-top:75px;font-size:9px}.focus h2{margin:33px 0 45px}.section-side-note{display:none}.focus-cards{grid-template-columns:1fr}.focus-card,.focus-card:last-child{grid-column:auto;min-height:320px}.card-symbol{margin:36px 0}.approach-visual{min-height:340px}.visual-caption{left:20px;right:20px;bottom:20px;font-size:8px}.approach-copy{min-height:470px;padding:78px 20px}.approach h2{font-size:clamp(42px,10vw,60px);margin:37px 0 22px}.approach-copy p{font-size:15px}.contact-lead{font-size:15px}.contact-details{grid-template-columns:1fr 1fr;gap:35px 22px;margin-top:65px}.contact-details>div:nth-child(2){grid-column:1/-1;grid-row:2}.footer-top{min-height:125px}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px;line-height:1.5}.back-top span:first-child{display:none}}
@media(max-width:640px){.brand-mark{font-size:19px}}
@media(max-width:1180px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:920px){.products-intro{grid-template-columns:1fr;gap:30px}}
@media(max-width:640px){.intro{background-position:35% center}.intro::before{background:linear-gradient(90deg,rgba(7,28,40,.91),rgba(9,31,43,.79)),linear-gradient(0deg,rgba(7,28,40,.88),transparent 50%)}.products h2{font-size:clamp(43px,10vw,62px)}.products-intro p{font-size:15px;margin-top:19px}.product-grid{grid-template-columns:1fr;gap:22px;margin-top:42px}.product-copy{padding:23px}.products-footer{align-items:flex-start;flex-direction:column;margin-top:55px}}
@media(max-width:1180px){.strength-card{padding:24px}.mission-block{padding:42px;gap:35px}.philosophy-grid article{padding-inline:23px}}
@media(max-width:920px){.intro-profile{grid-template-columns:1fr}.strength-card,.strength-card:nth-child(4),.strength-card:nth-child(5){grid-column:span 3}.strength-card:last-child{grid-column:span 6;min-height:300px}.mission-block{grid-template-columns:1fr}.philosophy-grid{grid-template-columns:repeat(2,1fr)}.philosophy-grid article:nth-child(2){border-right:0}.philosophy-grid article:nth-child(-n+2){border-bottom:1px solid #42606d}.contact-details{grid-template-columns:1fr 1fr}.contact-details>div:nth-child(2){grid-column:1/-1;grid-row:2}}
@media(max-width:640px){.section-overline{margin-bottom:17px}.intro-profile{margin-top:38px}.intro-profile p{padding:18px 0;font-size:14px}.intro-footline{margin-top:62px;line-height:1.6}.strength-grid{grid-template-columns:1fr}.strength-card,.strength-card:nth-child(4),.strength-card:nth-child(5),.strength-card:last-child{grid-column:1;min-height:310px}.strength-mark{min-height:72px;margin:25px 0;font-size:32px}.mission-block{margin-top:55px;padding:31px 24px}.mission-grid{grid-template-columns:1fr}.mission-grid article{padding:25px 0;border-left:0;border-top:1px solid rgba(255,255,255,.4)}.mission-grid h4{margin:22px 0 11px}.philosophy-block{margin-top:50px}.philosophy-heading{align-items:flex-start;flex-direction:column;padding:23px}.philosophy-grid{grid-template-columns:1fr}.philosophy-grid article{min-height:220px;border-right:0;border-bottom:1px solid #42606d!important}.philosophy-grid article:last-child{border-bottom:0!important}.philosophy-grid h3{margin-top:42px}.showcase-heading{margin-top:55px}.product-grid{margin-top:20px}.contact-details{grid-template-columns:1fr}.contact-details>div:nth-child(2){grid-column:auto;grid-row:auto}.contact-details>div{padding-bottom:23px;border-bottom:1px solid var(--line)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
