
:root {
  --forest: #111a25;
  --forest-deep: #080e16;
  --copper: #0758e8;
  --sand: #eef2f8;
  --cream: #f9fafc;
  --ink: #202a35;
  --line: rgba(32, 42, 53, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  height: 92px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.17);
  color: white; position: absolute; inset: 0 0 auto; z-index: 20;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 230px; height: auto; }
.brand-mark { display: block; width: 118px; height: auto; }
.site-header nav { display: flex; gap: 36px; font-size: 12px; }
.site-header nav a { opacity: .76; transition: .2s; }
.site-header nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language { display: flex; gap: 5px; align-items: center; font-size: 10px; color: rgba(255,255,255,.45); }
.language button { border: 0; background: transparent; color: inherit; padding: 5px 2px; cursor: pointer; }
.language button.active { color: white; }
.header-cta { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; display: flex; gap: 18px; border-bottom: 1px solid var(--copper); padding: 12px 0; }

.hero { min-height: 790px; color: white; background: var(--forest); padding: 180px clamp(24px, 7vw, 112px) 55px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 5%, black 65%, transparent); }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 26px; font-size: 10px; text-transform: uppercase; letter-spacing: .24em; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.eyebrow b, .hero-note b { font-weight: inherit; }
.eyebrow > span { width: 24px; height: 1px; background: var(--copper); }
.eyebrow.dark { color: var(--forest); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(54px, 6.6vw, 102px); line-height: .94; letter-spacing: -.055em; }
.hero h1 em { color: var(--copper); font-weight: 400; }
.hero-intro { max-width: 585px; margin: 34px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 35px; }
.button { min-width: 205px; padding: 18px 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; display: inline-flex; justify-content: space-between; gap: 25px; transition: .25s; }
.button-primary { background: var(--copper); color: white; }
.button-primary:hover { background: #2470f3; transform: translateY(-2px); }
.text-link { font-size: 11px; border-bottom: 1px solid rgba(255,255,255,.35); padding: 12px 0; display: flex; gap: 22px; }
.hero-art { position: relative; min-height: 470px; align-self: center; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; right: -40px; top: 10px; }
.orbit-two { width: 270px; height: 270px; right: 35px; top: 85px; border-color: rgba(7,88,232,.65); }
.orbit span { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); position: absolute; top: 49%; left: -4px; box-shadow: 0 0 0 7px rgba(7,88,232,.15); }
.hero-monogram { position: absolute; right: 109px; top: 152px; opacity: .96; }
.map-label { position: absolute; font-family: Georgia, serif; color: var(--copper); font-size: 20px; }
.map-label small { display: block; color: rgba(255,255,255,.45); font: 8px Arial; letter-spacing: .14em; margin-top: 6px; }
.label-br { top: 330px; left: 20px; }
.label-us { top: 70px; right: 40px; }
.axis-line { position: absolute; width: 73%; height: 1px; background: linear-gradient(90deg, transparent, var(--copper), transparent); transform: rotate(-31deg); top: 230px; left: 46px; }
.hero-note { position: absolute; bottom: 34px; left: clamp(24px, 7vw, 112px); display: flex; gap: 10px; font-size: 10px; color: rgba(255,255,255,.47); letter-spacing: .08em; }
.hero-note span { color: var(--copper); font-size: 8px; }

.manifest { background: var(--sand); padding: 80px clamp(24px, 12vw, 190px); text-align: center; }
.manifest p { margin: 0 auto; max-width: 1030px; font-family: Georgia, serif; font-size: clamp(28px, 3.2vw, 50px); line-height: 1.28; color: var(--forest); }
.section { padding: 120px clamp(24px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; margin-bottom: 70px; align-items: start; }
.section-heading h2 { margin: 0; max-width: 820px; font: 400 clamp(36px, 4.2vw, 64px)/1.08 Georgia, serif; letter-spacing: -.035em; color: var(--forest); }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 80px 1fr 1.25fr 45px; gap: 30px; align-items: center; padding: 38px 8px; border-bottom: 1px solid var(--line); transition: .25s; }
.service-card:hover { padding-left: 22px; background: rgba(7,88,232,.035); }
.number { color: var(--copper); font: italic 17px Georgia, serif; }
.service-card h3 { font: 400 26px Georgia, serif; margin: 0; color: var(--forest); }
.service-card p { font-size: 13px; line-height: 1.7; color: #65716b; margin: 0; max-width: 500px; }
.service-card .arrow { color: var(--copper); font-size: 21px; }

.bridge { background: var(--forest-deep); color: white; padding: 115px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.bridge-copy h2 { margin: 0; font: 400 clamp(38px, 4.5vw, 68px)/1.03 Georgia, serif; max-width: 530px; }
.bridge-copy > p:last-child { color: rgba(255,255,255,.55); max-width: 490px; font-size: 14px; line-height: 1.8; margin-top: 30px; }
.countries { display: flex; align-items: center; justify-content: space-between; }
.countries > div:not(.route) { width: 185px; display: flex; flex-direction: column; gap: 10px; }
.countries span { font-size: 9px; color: var(--copper); letter-spacing: .2em; }
.countries strong { font: 400 30px Georgia, serif; }
.countries small { color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.route { display: flex; align-items: center; flex: 1; max-width: 230px; }
.route i { width: 6px; height: 6px; border: 1px solid var(--copper); border-radius: 50%; }
.route b { flex: 1; font-weight: 400; color: var(--copper); text-align: center; border-bottom: 1px dashed rgba(7,88,232,.65); line-height: 0; }

.section-heading.split { grid-template-columns: 1fr auto; align-items: end; }
.section-heading.split > p { font-size: 8px; letter-spacing: .16em; line-height: 1.7; color: #88928c; text-align: right; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.steps article { padding: 28px 28px 10px 0; position: relative; border-right: 1px solid var(--line); min-height: 270px; }
.steps article:not(:first-child) { padding-left: 28px; }
.steps article:last-child { border-right: 0; }
.steps article > span { font-size: 9px; color: var(--copper); letter-spacing: .1em; }
.step-dot { position: absolute; width: 8px; height: 8px; background: var(--copper); border-radius: 50%; top: -4px; left: -4px; }
.steps article:first-child .step-dot { left: 0; }
.steps h3 { font: 400 25px Georgia, serif; color: var(--forest); margin: 75px 0 18px; }
.steps p { font-size: 12px; line-height: 1.7; color: #69736e; margin: 0; }

.audience { background: var(--sand); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(32,42,53,.16); border: 1px solid rgba(32,42,53,.16); }
.audience-grid article { background: var(--sand); min-height: 320px; padding: 35px; display: flex; flex-direction: column; }
.audience-grid article > span { color: var(--copper); font-size: 10px; }
.audience-grid h3 { color: var(--forest); font: 400 32px Georgia, serif; margin: auto 0 16px; }
.audience-grid p { color: #68726c; font-size: 13px; line-height: 1.7; margin: 0; max-width: 280px; }

.final-cta { background: var(--forest); color: white; padding: 100px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-cta h2 { font: 400 clamp(40px, 5vw, 75px)/1.02 Georgia, serif; margin: 0; max-width: 900px; letter-spacing: -.04em; }
.final-cta > div > p:last-child { color: rgba(255,255,255,.5); margin-top: 25px; }
.round-button { width: 180px; height: 180px; border-radius: 50%; border: 1px solid var(--copper); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; transition: .25s; padding: 25px; }
.round-button b { font-size: 23px; color: var(--copper); font-weight: 400; }
.round-button:hover { background: var(--copper); transform: rotate(-4deg); }
.round-button:hover b { color: white; }

footer { background: var(--forest-deep); color: white; min-height: 160px; padding: 50px clamp(24px, 7vw, 112px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }
footer > p { font: italic 18px Georgia, serif; color: rgba(255,255,255,.45); }
footer > div { display: flex; gap: 25px; font-size: 8px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .15em; }

.reveal { animation: rise .9s ease-out both; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .site-header nav, .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; min-height: 850px; }
  .hero-art { position: absolute; right: -130px; bottom: 45px; width: 480px; height: 480px; opacity: .55; }
  .hero-copy { align-self: start; }
  .section-heading, .bridge { grid-template-columns: 1fr; gap: 30px; }
  .service-card { grid-template-columns: 45px 1fr 35px; }
  .service-card p { grid-column: 2; }
  .service-card .arrow { grid-column: 3; grid-row: 1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 240px; }
}

@media (max-width: 600px) {
  .brand-logo { width: 190px; }
  .hero { min-height: 770px; padding-left: 24px; padding-right: 24px; }
  .hero h1 { font-size: 50px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-art { transform: scale(.7); transform-origin: bottom right; }
  .hero-note { max-width: 290px; line-height: 1.5; }
  .section { padding: 85px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }
  .section-heading.split { grid-template-columns: 1fr; }
  .section-heading.split > p { display: none; }
  .service-card { padding: 28px 0; gap: 15px; }
  .service-card h3 { font-size: 22px; }
  .bridge { padding: 85px 24px; }
  .countries { flex-direction: column; align-items: flex-start; gap: 25px; }
  .route { width: 100px; transform: rotate(90deg); transform-origin: left; margin: 5px 0 5px 6px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; min-height: 210px; }
  .steps h3 { margin-top: 45px; }
  .final-cta { grid-template-columns: 1fr; padding: 85px 24px; }
  .round-button { width: 145px; height: 145px; }
  footer { align-items: flex-start; flex-direction: column; gap: 35px; }
  footer > p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; }
  * { transition: none !important; }
}
