:root{color-scheme:dark;--bg:#0a1016;--text:#f0f0ed;--muted:#adb5bd;--accent:#c5b99f;--line:rgba(215,225,233,.2);font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}
.site{height:100vh;height:100dvh;overflow:hidden;position:relative;isolation:isolate;padding:0 clamp(28px,4.2vw,88px);display:grid;grid-template-rows:auto minmax(0,1fr) auto}.landscape,.veil{position:absolute;inset:0;width:100%;height:100%;z-index:-2;pointer-events:none}.landscape{object-fit:cover;object-position:center 58%;opacity:.67}.veil{z-index:-1;background:linear-gradient(90deg,rgba(5,10,16,.42),rgba(5,10,16,.1) 62%,rgba(5,10,16,.12)),linear-gradient(0deg,#070d14 0%,rgba(7,13,20,.9) 18%,transparent 62%,rgba(7,13,20,.55))}
.header{display:flex;justify-content:space-between;align-items:center;padding:22px 0 12px;gap:24px}.brand{display:flex;align-items:center;gap:22px;text-decoration:none}.brand img{width:152px;height:64px;object-fit:contain}.brand>span{font-size:12px;letter-spacing:.22em;padding-left:12px}.location{display:flex;align-items:center;gap:10px;border:1px solid #ffffff18;border-radius:100px;padding:10px 16px;background:#15202a70;font-size:13px;color:#d0d5d8}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px #c5b99f10}
main{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:22px}.hero{min-height:0;display:grid;grid-template-columns:1.2fr .8fr;gap:5vw;align-items:center;padding:8px 5vw 12px 2vw}.intro{padding-bottom:1vh}.eyebrow{font-size:12px;line-height:1.6;letter-spacing:.2em;color:var(--accent);margin:0 0 22px}h1{font-family:inherit;font-weight:500;font-size:clamp(64px,7.8vw,142px);letter-spacing:-.075em;line-height:.96;margin:0 0 25px}h1 span{display:block;font-style:normal;padding-right:.1em;color:#c5cdd5}.lead{font-size:clamp(16px,1.25vw,21px);line-height:1.65;color:#d2d6da;white-space:pre-line;margin:0;max-width:540px}.journey{display:flex;align-items:center;gap:17px;font-size:12px;letter-spacing:.18em;color:#d3d9df;margin-top:30px}.journey-line{height:1px;width:74px;background:linear-gradient(90deg,var(--accent),#c5b99f40);position:relative}.journey-line:after{content:'';position:absolute;right:0;top:-2px;width:5px;height:5px;border-top:1px solid var(--accent);border-right:1px solid var(--accent);transform:rotate(45deg)}
.portrait{margin:0;justify-self:end;align-self:stretch;min-height:0;max-width:430px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.portrait>img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100% - 28px);object-fit:contain;box-shadow:0 24px 80px #0006;outline:1px solid #ffffff24;outline-offset:0;border-radius:16px}.portrait figcaption{display:flex;justify-content:space-between;gap:25px;width:100%;max-width:360px;font-size:10px;letter-spacing:.14em;color:#bdc3c8;margin-top:18px}
.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.card{position:relative;text-decoration:none;display:flex;flex-direction:column;text-align:left;min-width:0;min-height:190px;padding:21px 20px 19px;color:var(--text);background:linear-gradient(145deg,rgba(37,48,60,.62),rgba(13,22,32,.76));backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:18px;cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.card:hover{transform:translateY(-5px);border-color:#c5b99f9a;background:linear-gradient(135deg,#263340,#0e1721)}.card[data-icon=company]{border-color:rgba(197,185,159,.4);background:linear-gradient(145deg,rgba(66,62,53,.47),rgba(15,24,33,.8))}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;height:35px;margin-bottom:20px;color:var(--accent)}.card-top svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.4;fill:none}.card-top img{max-width:138px;max-height:34px;object-fit:contain}.arrow{font-size:18px;font-weight:400;color:#c8d0d7;display:grid;place-items:center;width:31px;height:31px;border:1px solid #ffffff20;border-radius:50%;transition:background .2s}.card:hover .arrow{background:#ffffff12}.card h2{font-size:20px;font-weight:500;letter-spacing:-.02em;margin:0 0 10px}.card p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;max-width:245px}.card-label{font-size:10px;letter-spacing:.12em;color:#929ea9;margin-top:auto;padding-top:16px}footer{display:flex;justify-content:space-between;gap:20px;padding:17px 0 19px;font-size:11px;color:#8c98a4;letter-spacing:.03em}
dialog{background:#111b26;color:var(--text);border:1px solid #c5b99f66;border-radius:22px;width:min(560px,calc(100% - 32px));max-height:80dvh;padding:48px 38px 38px;box-shadow:0 30px 120px #0009}dialog::backdrop{background:#030911c9;backdrop-filter:blur(7px)}dialog h2{font-family:inherit;font-size:38px;font-weight:500;letter-spacing:-.04em;margin:0 0 24px}dialog p:not(.eyebrow){font-size:16px;line-height:1.7;color:#c9d0d6}.close{position:absolute;right:12px;top:8px;width:42px;height:42px;background:transparent;border:0;color:var(--text);font-size:30px;cursor:pointer}.detail-link{display:inline-block;padding:12px 0;margin-top:12px;color:var(--accent);text-underline-offset:6px}.no-script{position:fixed;bottom:0;background:#172332;padding:12px;width:100%;text-align:center}
@media(min-width:901px) and (max-height:760px){.header{padding:10px 0 5px}.brand img{height:52px;width:130px}main{gap:14px}.hero{padding-top:2px;padding-bottom:5px}h1{font-size:clamp(58px,10vh,100px);margin-bottom:16px}.eyebrow{margin-bottom:14px}.journey{margin-top:18px}.card{min-height:166px;padding:15px}.card-top{height:25px;margin-bottom:12px}.card-label{padding-top:10px}.card h2{font-size:18px;margin-bottom:7px}footer{padding:12px 0}.portrait figcaption{margin-top:13px}}
@media(min-width:901px) and (max-height:580px){.header{padding:4px 0}.brand img{height:42px}.hero{grid-template-columns:1.4fr .6fr}h1{font-size:52px}h1 span{display:inline}.eyebrow{margin-bottom:9px;font-size:10px}.lead{font-size:15px}.journey{margin-top:10px}.card{min-height:136px;padding:12px}.card-top{margin-bottom:6px;height:22px}.card-label{display:none}.card p{font-size:13px}.portrait figcaption{display:none}.portrait>img{max-height:95%}footer{font-size:10px;padding:8px 0}}
@media(max-width:1100px) and (min-width:901px){.site{padding:0 28px}.card{padding:15px 12px}.card h2{font-size:18px}.hero{padding-left:0;padding-right:2vw}}
@media(max-width:900px){.site{height:auto;min-height:100svh;overflow:visible;padding:0 24px}.landscape{height:100svh;object-position:44% center;opacity:.6}.veil{background:linear-gradient(0deg,#070d14 25%,transparent 80%)}.header{padding:18px 0;align-items:center}.brand{gap:0}.brand>span{display:none}.brand img{width:136px;height:58px}.location{font-size:12px}main{display:block}.hero{grid-template-columns:1fr 1fr;gap:28px;padding:40px 0 45px}.eyebrow{font-size:10px;letter-spacing:.15em}h1{font-size:72px}.lead{font-size:16px}.portrait{align-self:center}.portrait>img{width:100%;max-height:none}.portrait figcaption{font-size:9px;gap:8px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{min-height:195px}.card:last-child{grid-column:1/-1}.card:last-child p{max-width:none}footer{padding:24px 0;line-height:1.5;font-size:10px}}
@media(max-width:560px){.site{padding:0 20px}.header{gap:10px}.location{font-size:11px}.brand img{width:118px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:35px;padding:28px 0 36px}.intro{padding:0}.eyebrow{margin-bottom:18px}h1{font-size:clamp(48px,13.5vw,76px);line-height:1;letter-spacing:-.055em;margin-bottom:19px}h1 span{display:inline}.lead{font-size:17px}.journey{margin-top:23px}.portrait{width:76%;max-width:330px;align-self:center}.portrait figcaption{font-size:9px}.cards{grid-template-columns:1fr}.card,.card:last-child{grid-column:auto;min-height:172px;padding:21px}.card-top{margin-bottom:13px}.card h2{font-size:22px}.card p{max-width:none;font-size:15px}.card-label{padding-top:13px}footer{flex-direction:column;gap:5px}dialog{padding:48px 26px 28px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* Custom signature identity */
.brand{flex-direction:column;align-items:flex-start;gap:0}
.brand img{width:185px;height:66px;object-position:left center}
.brand>span{font-size:10px;letter-spacing:.23em;padding-left:17px;margin-top:-3px;color:#b7c0c8}
.header{padding-top:14px;padding-bottom:14px}
.card{border-radius:14px;border-color:rgba(215,225,233,.16)}
.card-label{letter-spacing:.16em}
.portrait>img{border-radius:14px}
.intro{min-width:0}
h1{font-size:clamp(58px,6.9vw,124px)}
@media(min-width:901px) and (max-height:760px){.brand img{width:155px;height:51px}.brand>span{font-size:9px;padding-left:13px}.header{padding-top:7px;padding-bottom:7px}h1{font-size:clamp(54px,9vh,88px)}}
@media(min-width:901px) and (max-height:580px){.brand img{width:130px;height:41px}.brand>span{display:none}.header{padding-top:3px;padding-bottom:3px}h1{font-size:50px}}
@media(max-width:900px){.brand img{width:163px;height:57px}.brand>span{display:block;font-size:8px;padding-left:14px}.header{padding:15px 0}h1{font-size:clamp(50px,7.6vw,70px)}}
@media(max-width:560px){.brand img{width:143px;height:51px}.brand>span{font-size:8px;letter-spacing:.12em;padding-left:12px}.location{padding:9px 11px;font-size:10px}h1{font-size:clamp(44px,12.5vw,68px)}}

/* Motion: brief entrances, responsive hover, no continuous animation. */
.card{overflow:hidden;isolation:isolate;box-shadow:inset 0 1px 0 #ffffff07;transition:transform .3s cubic-bezier(.2,.75,.3,1),border-color .3s,box-shadow .3s,background .3s}
.card::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(260px circle at var(--pointer-x,50%) var(--pointer-y,30%),rgba(202,217,232,.14),transparent 75%);opacity:0;transition:opacity .3s}
.card::after{content:'';position:absolute;left:20px;right:20px;bottom:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,#d4c5a5,transparent);transform:scaleX(.25);opacity:0;transition:transform .35s,opacity .35s}
.card:focus-visible::before{opacity:1}
.card:focus-visible::after{opacity:1;transform:scaleX(1)}
.arrow{flex-shrink:0;transition:transform .3s,background .3s,color .3s,border-color .3s}
.brand img{transform-origin:left center;transition:transform .35s,filter .35s}
.brand>span{transition:color .3s}
.portrait>img{transition:transform .45s cubic-bezier(.2,.75,.3,1),box-shadow .45s,outline-color .45s}
.close{border-radius:50%;transition:background .2s,transform .2s}
.close:hover{background:#ffffff0d;transform:rotate(90deg)}
.detail-link{transition:color .2s;text-decoration-thickness:1px}
.detail-link:hover{color:#fff}
@media(hover:hover) and (pointer:fine){
 .card:hover{transform:translateY(-7px);box-shadow:0 18px 35px #0004,inset 0 1px 0 #ffffff12;border-color:#c5b99f80}
 .card:hover::before{opacity:1}
 .card:hover::after{opacity:1;transform:scaleX(1)}
 .card:hover .arrow{transform:translate(2px,-2px);background:#c5b99f20;border-color:#c5b99f70;color:#f5eee0}
 .brand:hover img{transform:translateY(-2px) rotate(-2deg);filter:drop-shadow(0 0 9px #d4c5a540)}
 .brand:hover>span{color:#f0f0ed}
 .portrait:hover>img{transform:translateY(-4px);box-shadow:0 30px 80px #0008;outline-color:#c5b99f70}
}
@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes portrait-arrive{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes dialog-arrive{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes backdrop-arrive{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:no-preference){
 .header{animation:arrive .65s cubic-bezier(.2,.75,.3,1) both}
 .intro>.eyebrow{animation:arrive .7s .08s both}
 .intro>h1{animation:arrive .85s .16s cubic-bezier(.2,.75,.3,1) both}
 .intro>.lead{animation:arrive .75s .26s both}
 .intro>.journey{animation:arrive .75s .34s both}
 .portrait{animation:portrait-arrive .95s .2s cubic-bezier(.2,.75,.3,1) both}
 .card{animation:arrive .7s cubic-bezier(.2,.75,.3,1) backwards}
 .card:nth-child(1){animation-delay:.35s}.card:nth-child(2){animation-delay:.42s}.card:nth-child(3){animation-delay:.49s}.card:nth-child(4){animation-delay:.56s}.card:nth-child(5){animation-delay:.63s}
 footer{animation:arrive .7s .65s backwards}
 dialog[open]{animation:dialog-arrive .24s ease-out}
 dialog[open]::backdrop{animation:backdrop-arrive .2s ease-out}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.card:hover,.portrait:hover>img,.brand:hover img,.card:hover .arrow,.close:hover{transform:none}}

.country-flag{display:inline-block;height:14px;width:auto;margin-left:9px;vertical-align:-2px;border-radius:1px;box-shadow:0 0 0 1px #ffffff18}.journey>span:not(.journey-line){white-space:nowrap}.location .country-flag{height:12px;margin-left:8px}


/* Larger navigation cards, with compact rules for short desktop screens. */
.card{min-height:218px;padding:25px 22px}.card h2{font-size:22px}.card p{font-size:15px}.card-top{margin-bottom:23px}.portrait figcaption>span{white-space:nowrap}.portrait figcaption .country-flag{height:11px;margin-left:6px}
@media(min-width:901px) and (max-height:760px){.card{min-height:188px;padding:18px 16px}.card h2{font-size:20px}.card-top{margin-bottom:15px}.card p{font-size:14px}}
@media(min-width:901px) and (max-height:580px){.card{min-height:146px;padding:13px}.card h2{font-size:18px}.card-top{margin-bottom:8px}.card p{font-size:13px}}
@media(min-width:901px) and (max-width:1100px){.card{padding-left:14px;padding-right:14px}.card h2{font-size:20px}}
@media(max-width:560px){.card,.card:last-child{min-height:196px;padding:24px}.card-top{margin-bottom:17px}}

