@font-face{font-family:Archivo;font-style:normal;font-weight:400 600;font-display:swap;src:url("assets/archivo-latin.woff2") format("woff2")}
@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url("assets/instrument-serif-regular-latin.woff2") format("woff2")}
@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url("assets/instrument-serif-italic-latin.woff2") format("woff2")}

:root{--navy:#12283c;--navy-dark:#0c1e2e;--orange:#f27b21;--orange-dark:#d96a12;--cream:#f7f2ea;--pale:#fcfaf5;--text-soft:#3e5468;--muted:#8a97a3;--line:rgba(18,40,60,.12);--container:1176px;--header-height:71px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}
body{margin:0;overflow-x:hidden;background:var(--cream);color:var(--navy);font-family:Archivo,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img,svg{display:block;max-width:100%}
button,input,textarea{font:inherit}
a{color:var(--navy);text-decoration:none}
a:hover{color:var(--orange)}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:500}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:100;top:10px;left:16px;transform:translateY(-160%);padding:12px 16px;border-radius:4px;background:#fff;color:var(--navy);box-shadow:0 4px 18px rgba(0,0,0,.18)}
.skip-link:focus{transform:none}
.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto;min-width:0}
.section{padding:120px 0}
.section-pale{background:var(--pale)}
.eyebrow{margin-bottom:12px;color:var(--orange);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.section-title{max-width:720px;font-size:clamp(34px,4.5vw,56px);font-weight:500;letter-spacing:-.03em;line-height:1.1;text-wrap:pretty}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 32px;border-radius:4px;font-size:16px;font-weight:600;transition:background-color .2s,color .2s}
.button-orange{background:var(--orange);color:#fff}
.button-orange:hover,.button-orange:focus-visible{background:var(--orange-dark);color:#fff}
.text-link{display:inline-flex;align-items:center;min-height:54px;padding:14px 8px;border-bottom:2px solid var(--orange);font-size:16px;font-weight:600}

.site-header{position:sticky;z-index:40;top:0;border-bottom:1px solid rgba(18,40,60,.08);background:rgba(247,242,234,.96);backdrop-filter:blur(8px)}
.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 64px),var(--container));min-height:var(--header-height);margin-inline:auto;gap:24px}
.brand{display:flex;align-items:center}
.brand img{width:auto;height:34px}
.primary-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500;white-space:nowrap}
.primary-nav>a:not(.nav-cta){color:var(--text-soft)}
.primary-nav>a:hover{color:var(--orange)}
.primary-nav .nav-cta{padding:10px 20px;border-radius:4px;background:var(--navy);color:var(--cream)}
.primary-nav .nav-cta:hover{background:var(--orange);color:#fff}
.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;width:46px;height:46px;gap:5px;padding:0;border:0;border-radius:4px;background:transparent;cursor:pointer}
.menu-toggle>.menu-bar{width:22px;height:2px;border-radius:2px;background:var(--navy);transition:transform .2s,opacity .2s}

.hero{width:min(calc(100% - 64px),var(--container));margin-inline:auto;padding:96px 0 72px}
.hero-copy{max-width:760px}
.hero-copy .eyebrow{margin-bottom:20px}
.hero h1{font-size:clamp(48px,7.5vw,96px);font-weight:500;letter-spacing:-.035em;line-height:1.02}
.hero-intro{max-width:520px;margin-top:28px;color:var(--text-soft);font-size:19px;line-height:1.55}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:40px}
.hero-figure{margin-top:72px}
.hero-figure img{width:100%;height:auto;border-radius:8px}
.hero-figure figcaption{margin-top:12px;color:var(--muted);font-size:12px;letter-spacing:.08em;text-align:right;text-transform:uppercase}

.editorial-statement{padding:160px 32px;background:var(--pale)}
.editorial-statement p{max-width:1100px;margin-inline:auto;font-size:clamp(36px,5.5vw,72px);font-weight:500;letter-spacing:-.03em;line-height:1.12;text-wrap:pretty}
.editorial-statement em,.contact-section h2 em{color:var(--orange);font-family:"Instrument Serif",Georgia,serif;font-weight:400}

.journey-title{margin-bottom:64px;max-width:640px}
.journey-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:48px}
.journey-visual{position:sticky;top:96px;min-width:0}
.journey-image-stage{position:relative;overflow:hidden;border-radius:8px}
.journey-image-stage>img{width:100%;height:auto;border-radius:8px}
.journey-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
#journey-dim,#journey-ring,.energy-paths path{opacity:0;transition:opacity .5s ease}
.energy-paths path.is-flowing{opacity:1;animation:energy-dash 1.6s linear infinite}
.journey-visual figcaption{min-height:20px;margin-top:8px;color:var(--orange);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.journey-steps{display:flex;min-width:0;flex-direction:column}
.journey-step{display:flex;min-height:65vh;flex-direction:column;justify-content:center;padding:32px 0;border-bottom:1px solid rgba(18,40,60,.08);opacity:.42;transition:opacity .35s ease,transform .35s ease}
.journey-step:last-child{border-bottom:0}
.journey-step.is-active{opacity:1;transform:translateX(8px)}
.journey-step>p:first-child{margin-bottom:8px;color:var(--muted);font-size:14px;font-weight:500}
.journey-step h3{margin-bottom:14px;font-size:30px;letter-spacing:-.02em}
.journey-step>p:last-child{max-width:440px;color:var(--text-soft);font-size:17px;line-height:1.6}

.system-title{margin-bottom:80px}
.editorial-row,.market-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:56px;margin-bottom:104px}
.editorial-row:last-child,.market-row:last-child{margin-bottom:0}
.editorial-row.is-reversed>img,.market-row.is-reversed>img{order:2}
.editorial-row.is-reversed>div,.market-row.is-reversed>div{order:1}
.editorial-row img,.market-row img{width:100%;height:100%;aspect-ratio:4/3;border-radius:0;object-fit:cover}
.editorial-row h3,.market-row h3{margin-bottom:16px;font-size:32px;letter-spacing:-.02em}
.editorial-row p,.market-row>div>p:not(.row-number){max-width:460px;color:var(--text-soft);font-size:18px;line-height:1.65}

.people-section .section-title{margin-bottom:56px}
.people-image{width:100%;aspect-ratio:21/9;object-fit:cover}
.people-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;margin-top:56px}
.people-copy p{color:var(--text-soft);font-size:19px;line-height:1.65}

.markets-title{max-width:640px;margin-bottom:80px}
.market-row{margin-bottom:96px}
.row-number{margin-bottom:10px;color:var(--muted);font-size:14px;font-weight:600}
.market-row>div>a{display:inline-block;margin-top:24px;padding-bottom:4px;border-bottom:2px solid var(--orange);font-size:16px;font-weight:600}

.why-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}
.why-list>div{display:flex;align-items:baseline;gap:24px;padding:24px 0;border-top:1px solid var(--line)}
.why-list>div:last-child{border-bottom:1px solid var(--line)}
.why-list>div>span{min-width:32px;color:var(--orange);font-size:14px;font-weight:600}
.why-list h3{margin-bottom:6px;font-size:20px;font-weight:600}
.why-list p{color:var(--text-soft);font-size:16px;line-height:1.6}

.leadership-title{max-width:640px;margin-bottom:72px}
.leadership-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;max-width:980px}
.leader{display:flex;align-items:flex-start;gap:28px;min-width:0}
.leader>img{width:128px;height:128px;flex:0 0 128px;border-radius:50%;object-fit:cover}
.leader h3{margin-bottom:6px;font-size:26px;letter-spacing:-.02em}
.leader .leader-role{margin-bottom:12px;color:var(--orange);font-size:14px;font-weight:600}
.leader>div>p:last-child{color:var(--text-soft);font-size:15px;line-height:1.6}

.contact-section{padding:112px 32px 120px;background:var(--navy);text-align:center}
.contact-inner{max-width:1100px;margin-inline:auto}
.contact-section .eyebrow{margin-bottom:20px}
.contact-section h2{color:var(--cream);font-size:clamp(44px,7vw,88px);font-weight:500;letter-spacing:-.035em;line-height:1.04}
.contact-intro{margin-top:20px;color:rgba(247,242,234,.8);font-size:clamp(17px,2vw,22px)}
.inquiry-card{max-width:620px;margin:40px auto 0;padding:36px 40px;border-radius:10px;background:var(--pale);box-shadow:0 24px 60px rgba(0,0,0,.25);text-align:left}
.inquiry-card>h3{margin-bottom:28px;font-size:24px;font-weight:600;letter-spacing:-.02em}
.inquiry-card form{display:flex;flex-direction:column;gap:20px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.inquiry-card label{display:flex;min-width:0;flex-direction:column;gap:8px;color:var(--navy);font-size:14px;font-weight:600}
.inquiry-card input,.inquiry-card textarea{width:100%;min-width:0;padding:12px 14px;border:1px solid #d8cfc0;border-radius:6px;outline-color:var(--orange);background:#fff;color:var(--navy);font-size:15px}
.inquiry-card textarea{resize:vertical}
.role-selector{margin:0;padding:0;border:0}
.role-selector legend{margin-bottom:10px;color:var(--navy);font-size:14px;font-weight:600}
.role-selector>div{display:flex;flex-wrap:wrap;gap:10px}
.role-selector label{position:relative;display:block;cursor:pointer}
.role-selector input{position:absolute;width:1px;height:1px;opacity:0}
.role-selector span{display:flex;align-items:center;min-height:42px;padding:9px 20px;border:1px solid #d8cfc0;border-radius:999px;background:#fff;font-size:14px;font-weight:500}
.role-selector input:checked+span{border-color:var(--orange);background:#fbe3cb}
.role-selector input:focus-visible+span{outline:2px solid var(--navy);outline-offset:2px}
.inquiry-card button[type=submit]{min-height:52px;padding:14px;border:0;border-radius:8px;background:var(--orange);color:#fff;font-size:16px;font-weight:600;cursor:pointer}
.inquiry-card button[type=submit]:hover{background:var(--orange-dark)}
.form-note{color:var(--muted);font-size:13px;text-align:center}
.form-success{padding:24px 0 8px}
.form-success p:first-child{margin-bottom:8px;color:var(--navy);font-size:20px;font-weight:600}
.form-success p:last-child{color:var(--text-soft);font-size:15px;line-height:1.6}

.site-footer{padding:72px 0 32px;background:var(--navy-dark);color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;font-size:15px;line-height:1.7}
.footer-grid>div:first-child img{width:auto;height:34px}
.footer-grid>div:first-child p{max-width:300px;margin-top:12px}
.footer-grid h3{margin-bottom:14px;color:var(--cream);font-size:15px;font-weight:600}
.footer-grid nav{display:flex;flex-direction:column;gap:8px}
.footer-grid a{color:var(--muted)}
.footer-grid a:hover{color:var(--orange)}
.footer-grid .legal{margin-top:16px;color:#5b6b7a;font-size:13px}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:56px;padding-top:24px;border-top:1px solid rgba(247,242,234,.12);font-size:14px}
.footer-bottom a{color:var(--muted)}

.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.js [data-reveal].is-revealed{opacity:1;transform:none}
@keyframes energy-dash{to{stroke-dashoffset:-48}}

@media (max-width:1024px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .leader{gap:20px}.leader>img{width:110px;height:110px;flex-basis:110px}
}

@media (max-width:900px){
  :root{--header-height:64px}
  .header-inner{width:calc(100% - 40px);min-height:var(--header-height)}
  .brand img{height:30px}
  .menu-toggle{display:flex}
  .menu-toggle[aria-expanded=true]>.menu-bar:nth-child(2){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded=true]>.menu-bar:nth-child(3){opacity:0}
  .menu-toggle[aria-expanded=true]>.menu-bar:nth-child(4){transform:translateY(-7px) rotate(-45deg)}
  .primary-nav{position:absolute;top:calc(100% + 1px);right:-20px;left:-20px;display:none;align-items:stretch;gap:0;padding:10px 20px 20px;border-bottom:1px solid var(--line);background:var(--cream);box-shadow:0 14px 28px rgba(12,30,46,.12);white-space:normal}
  .primary-nav.is-open{display:flex;flex-direction:column}
  .primary-nav a{display:flex;align-items:center;min-height:48px;padding:8px 4px}
  .primary-nav .nav-cta{justify-content:center;margin-top:8px;padding:10px 18px}
  .journey-layout{display:block}
  .journey-visual{top:calc(var(--header-height) + 8px);z-index:3;margin-bottom:10px;padding-bottom:4px;background:var(--cream)}
  .journey-image-stage{box-shadow:0 7px 20px rgba(12,30,46,.12)}
  .journey-steps{position:relative;z-index:1}
  .journey-step{min-height:clamp(290px,45vh,380px);padding:42px 8px;opacity:.4}
  .journey-step.is-active{transform:none}
  .leadership-grid{grid-template-columns:1fr;gap:48px}
  .leader{max-width:680px}
}

@media (max-width:768px){
  .container,.hero{width:calc(100% - 40px)}
  .section{padding:84px 0}
  .hero{padding:72px 0 64px}
  .hero-figure{margin-top:52px}
  .editorial-statement{padding:104px 20px}
  .journey-title,.system-title,.markets-title,.leadership-title{margin-bottom:52px}
  .editorial-row,.market-row{grid-template-columns:1fr;gap:30px;margin-bottom:72px}
  .editorial-row.is-reversed>img,.market-row.is-reversed>img{order:1}
  .editorial-row.is-reversed>div,.market-row.is-reversed>div{order:2}
  .people-image{aspect-ratio:16/9}
  .people-copy{grid-template-columns:1fr;gap:22px;margin-top:36px}
  .why-layout{grid-template-columns:1fr;gap:48px}
  .contact-section{padding:84px 20px 92px}
  .inquiry-card{padding:32px}
}

@media (max-width:560px){
  :root{--header-height:60px}
  .header-inner{width:calc(100% - 32px)}
  .brand img{height:27px}
  .primary-nav{right:-16px;left:-16px;padding-inline:16px}
  .container,.hero{width:calc(100% - 36px)}
  .section{padding:68px 0}
  .eyebrow{font-size:11.5px;line-height:1.5}
  .section-title{font-size:clamp(32px,10vw,42px)}
  .hero{padding:58px 0 52px}
  .hero h1{font-size:clamp(46px,15vw,66px)}
  .hero-intro{font-size:17px}
  .hero-actions{align-items:stretch;flex-direction:column}
  .hero-actions .button,.hero-actions .text-link{width:100%}
  .hero-figure{margin-top:42px}
  .hero-figure img{min-height:210px;object-fit:cover;object-position:center}
  .editorial-statement{padding:82px 18px}
  .editorial-statement p{font-size:clamp(34px,10.5vw,48px)}
  .journey-title,.system-title,.markets-title,.leadership-title{margin-bottom:40px}
  .journey-visual figcaption{min-height:34px;font-size:10px;line-height:1.4}
  .journey-step{min-height:clamp(270px,42vh,330px);padding:36px 4px}
  .journey-step h3{font-size:26px}
  .journey-step>p:last-child{font-size:16px}
  .editorial-row,.market-row{gap:24px;margin-bottom:58px}
  .editorial-row h3,.market-row h3{font-size:28px}
  .editorial-row p,.market-row>div>p:not(.row-number){font-size:16.5px}
  .people-section .section-title{margin-bottom:38px}
  .people-image{aspect-ratio:4/3}
  .people-copy p{font-size:17px}
  .why-list>div{align-items:flex-start;gap:15px;padding:20px 0}
  .leader{align-items:flex-start;gap:18px}
  .leader>img{width:88px;height:88px;flex-basis:88px}
  .leader h3{font-size:23px}
  .contact-section{padding:70px 18px 76px}
  .contact-section h2{font-size:clamp(46px,14vw,64px)}
  .inquiry-card{padding:26px 20px}
  .form-grid{grid-template-columns:1fr;gap:20px}
  .role-selector span{padding-inline:16px}
  .footer-grid{grid-template-columns:1fr;gap:38px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .js [data-reveal]{opacity:1;transform:none}
}
