:root { --navy:#071b31; --teal:#168c8c; --gold:#e2a72e; --ivory:#f5f0e6; --paper:#fffdf8; --ink:#111820; --muted:#536272; --line:rgba(11,35,64,.14); --shadow:0 28px 70px rgba(7,27,49,.14); --radius:28px; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:var(--paper);font-family:"Segoe UI Variable Text",Aptos,"Segoe UI",Arial,sans-serif;font-size:1rem;line-height:1.65} h1,h2,h3{font-family:Bahnschrift,"Aptos Display","Segoe UI Variable Display","Segoe UI",Arial,sans-serif;font-weight:560} img{max-width:100%} a{color:inherit}
.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;border-radius:12px;color:white;background:var(--teal)} .skip-link:focus{top:16px}.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.site-nav{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(245,240,230,.12);color:white;background:rgba(7,27,49,.94);backdrop-filter:blur(18px)}.nav-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img{width:190px;height:auto;display:block}.nav-actions,.nav-links,.languages{display:flex;align-items:center;gap:8px}.nav-actions{gap:18px}.nav-links a,.languages a{min-height:42px;display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;color:rgba(255,255,255,.8);text-decoration:none;font-size:.84rem;font-weight:700}.nav-links a:hover,.nav-links a:focus-visible,.languages a:hover,.languages a:focus-visible{color:white;background:rgba(255,255,255,.09)}.languages a[aria-current="page"]{color:var(--navy);background:var(--gold)}
.hero{position:relative;overflow:hidden;color:white;background:radial-gradient(circle at 85% 20%,rgba(22,140,140,.35),transparent 33%),radial-gradient(circle at 8% 90%,rgba(226,167,46,.18),transparent 28%),linear-gradient(145deg,var(--navy),#0c3151 62%,#0d414d)}.hero::after{content:"";position:absolute;width:560px;height:560px;right:-250px;bottom:-320px;border:1px solid rgba(245,240,230,.2);border-radius:50%;box-shadow:0 0 0 70px rgba(245,240,230,.035),0 0 0 140px rgba(245,240,230,.025)}.hero-grid{position:relative;z-index:1;min-height:620px;padding:76px 0;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(38px,7vw,90px)}.eyebrow,.section-label{margin:0 0 18px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero h1{max-width:720px;margin:0;font-size:clamp(2.8rem,5.25vw,4.7rem);font-weight:560;line-height:1.06;letter-spacing:-.025em;text-wrap:balance}.hero h1 span{color:var(--ivory)}.hero-lead{max-width:650px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:clamp(1.04rem,1.5vw,1.2rem);line-height:1.7}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:white;text-decoration:none;font-weight:800;transition:transform .2s ease}.button.primary{border-color:var(--gold);color:var(--navy);background:var(--gold)}.button:hover,.button:focus-visible{transform:translateY(-2px)}.hero-visual{position:relative;overflow:hidden;min-height:440px;display:flex;align-items:flex-end;padding:28px;border:1px solid rgba(245,240,230,.2);border-radius:38px;background:rgba(255,255,255,.04);box-shadow:0 36px 80px rgba(0,0,0,.28)}.hero-visual p{max-width:390px;margin:0;color:rgba(255,255,255,.78)}.hero-visual strong{display:block;margin-bottom:8px;color:white;font-size:1.25rem}
.trust-strip{border-bottom:1px solid var(--line);background:var(--ivory)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-item{padding:24px 30px;border-left:1px solid var(--line)}.trust-item:last-child{border-right:1px solid var(--line)}.trust-item strong{display:block;color:var(--navy)}.trust-item span{color:var(--muted);font-size:.9rem}section{scroll-margin-top:100px}.section{padding:96px 0}.section.soft{background:#f4f7f6}.section.dark{color:white;background:var(--navy)}.section-head{max-width:780px;margin-bottom:44px}.section-head h2{margin:0;color:var(--navy);font-size:clamp(2rem,4vw,3.45rem);font-weight:560;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.dark .section-head h2{color:white}.section-intro{margin:18px 0 0;color:var(--muted);font-size:1.06rem}.dark .section-intro{color:rgba(255,255,255,.68)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{min-height:280px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 18px 45px rgba(7,27,49,.06)}.card-number{width:46px;height:46px;display:grid;place-items:center;margin-bottom:34px;border-radius:50%;color:white;background:var(--teal);font-weight:850}.card h3{margin:0;color:var(--navy);font-size:1.35rem;line-height:1.2}.card p{margin:12px 0 0;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.tag{padding:6px 10px;border-radius:999px;color:var(--navy);background:var(--ivory);font-size:.78rem;font-weight:750}
.process{display:grid;grid-template-columns:repeat(4,1fr);counter-reset:process}.process article{position:relative;padding:28px 34px 28px 0;border-top:1px solid rgba(255,255,255,.22)}.process article::before{counter-increment:process;content:"0" counter(process);position:absolute;top:-16px;left:0;padding-right:12px;color:var(--gold);background:var(--navy);font-size:.82rem;font-weight:850}.process h3{margin:18px 0 8px;font-size:1.2rem}.process p{margin:0;color:rgba(255,255,255,.65);font-size:.94rem}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,8vw,100px);align-items:start}.profile-card{padding:34px;border-radius:var(--radius);color:white;background:linear-gradient(145deg,var(--teal),#0d5f69);box-shadow:var(--shadow)}.profile-card img{width:min(300px,100%);display:block;margin-bottom:34px}.profile-card h3{margin:0;font-size:1.65rem}.profile-card p{margin:8px 0 0;color:rgba(255,255,255,.78)}.about-copy h2{margin:0;color:var(--navy);font-size:clamp(2rem,4vw,3.35rem);font-weight:560;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.about-copy>p{color:var(--muted);font-size:1.04rem}.principles{margin:30px 0 0;display:grid;gap:14px}.principle{padding:16px 18px;border-left:3px solid var(--gold);background:var(--ivory)}.principle strong{display:block;color:var(--navy)}.principle span{color:var(--muted);font-size:.92rem}
.contact-panel{padding:clamp(34px,6vw,70px);border-radius:38px;color:white;background:radial-gradient(circle at 90% 0,rgba(226,167,46,.25),transparent 34%),linear-gradient(135deg,var(--navy),#0c4250);box-shadow:var(--shadow)}.contact-panel h2{max-width:780px;margin:0;font-size:clamp(2.05rem,4vw,3.55rem);font-weight:560;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.contact-panel p{max-width:700px;color:rgba(255,255,255,.72)}footer{padding:42px 0;color:var(--muted);font-size:.88rem}.footer-row{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:28px}.footer-row nav{display:flex;flex-wrap:wrap;gap:18px}.footer-row a{color:var(--navy);text-decoration:none;font-weight:700}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(max-width:980px){.nav-row{align-items:flex-start;flex-direction:column;padding:14px 0}.nav-actions{width:100%;justify-content:space-between;overflow-x:auto}.hero-grid,.about-grid{grid-template-columns:1fr}.hero-grid{padding:66px 0}.hero-visual{min-height:360px}.cards{grid-template-columns:1fr}.card{min-height:0}.process{grid-template-columns:1fr 1fr;gap:26px}}@media(max-width:640px){.wrap{width:min(100% - 28px,1160px)}.brand img{width:166px}.nav-links{display:none}.hero-grid{min-height:auto;padding:52px 0}.hero h1{font-size:clamp(2.45rem,11vw,3.35rem);line-height:1.06;letter-spacing:-.03em}.hero-visual{min-height:290px;padding:22px}.trust-grid,.process{grid-template-columns:1fr}.trust-item,.trust-item:last-child{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.section{padding:70px 0}.footer-row{flex-direction:column}}

/* Prominent official identity; the retired illustrated logo is not displayed. */
.nav-row{min-height:94px}
.brand img{width:250px}
.hero-visual{align-items:center;justify-content:center;flex-direction:column;gap:34px;padding:clamp(30px,5vw,54px);background:radial-gradient(circle at 50% 35%,rgba(22,140,140,.32),transparent 48%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02))}
.hero-brand-logo{width:min(500px,100%);height:auto;filter:drop-shadow(0 22px 34px rgba(0,0,0,.24))}
.hero-visual p{text-align:center}
.button{white-space:nowrap}
@media(max-width:640px){.brand img{width:205px}.hero-visual{padding:28px 22px}.hero-brand-logo{width:min(380px,100%)}}
