:root {
  --navy-950: #031326;
  --navy-900: #061a33;
  --navy-800: #0b294c;
  --navy-700: #123b68;
  --blue-500: #123b68;
  --cyan-400: #e0c896;
  --gold-500: #c9a564;
  --gold-300: #e0c896;
  --ice-100: #edf4f7;
  --ice-200: #dce8ee;
  --ink: #13263a;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 30px 80px rgba(3, 19, 38, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(3, 19, 38, .72);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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; top: -60px; left: 24px; z-index: 999; padding: 12px 18px; background: var(--gold-500); color: var(--navy-950); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,.13);
  transition: background .25s, box-shadow .25s;
}
.site-header.is-scrolled { background: var(--navy-950); box-shadow: 0 8px 35px rgba(0,0,0,.18); }
body:not(.home) .site-header { background: var(--navy-950); }
body.menu-open .site-header { background: var(--navy-950); }
.admin-bar .site-header { top: 32px; }
.header-inner { width: min(calc(100% - 48px), 1280px); min-height: 92px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.brand { width: 236px; margin-right: auto; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: rgba(255,255,255,.86); text-decoration: none; font-size: .91rem; font-weight: 650; letter-spacing: .02em; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold-300); }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 800; letter-spacing: .035em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-500); color: var(--navy-950); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-300); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .78rem; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: var(--white); font-weight: 750; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 6px; }
.text-link:hover, .text-link:focus-visible { color: var(--gold-300); }

.hero { position: relative; min-height: 840px; display: flex; align-items: center; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero-media { position: absolute; inset: 0; background: url('../images/hero-ship.webp') center 35%/cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,38,.96) 0%, rgba(3,19,38,.85) 46%, rgba(3,19,38,.24) 100%), linear-gradient(0deg, rgba(3,19,38,.75), transparent 55%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-content { position: relative; z-index: 1; padding-top: 98px; }
.eyebrow, .section-label { margin: 0 0 25px; color: var(--gold-500); font-size: .77rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; }
.eyebrow span { display: inline-block; width: 56px; height: 1px; margin-right: 16px; background: var(--gold-500); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.5rem, 6.4vw, 6.4rem); }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.6vw, 4.65rem); }
h3 { line-height: 1.2; }
.hero-copy { max-width: 710px; margin-bottom: 38px; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.6vw, 1.27rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.hero-facts { display: flex; gap: 0; margin-top: 78px; border-top: 1px solid rgba(255,255,255,.16); max-width: 820px; }
.hero-facts div { flex: 1; display: flex; gap: 13px; align-items: baseline; padding: 20px 24px 0 0; }
.hero-facts div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts strong { font-family: Georgia, serif; color: var(--gold-300); font-size: 1.8rem; font-weight: 500; }
.hero-facts span { color: rgba(255,255,255,.66); font-size: .78rem; letter-spacing: .04em; }
.hero-index { position: absolute; right: 38px; bottom: 36px; z-index: 1; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .13em; writing-mode: vertical-rl; }
.hero-index span { width: 1px; height: 55px; background: rgba(255,255,255,.35); }

.intro { background: var(--ice-100); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: start; }
.intro h2 { color: var(--navy-900); max-width: 760px; }
.intro-copy { padding-top: 49px; border-top: 2px solid var(--gold-500); font-size: 1.08rem; }
.intro-copy p:last-child { margin-bottom: 0; color: #526577; }

.services { background: var(--navy-950); color: var(--white); }
.section-label.light { color: var(--gold-300); }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 90px; align-items: end; margin-bottom: 75px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-card { display: grid; grid-template-columns: 150px 1fr; min-height: 295px; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .25s; }
.service-card:hover { background: rgba(255,255,255,.035); }
.service-number { padding: 56px 0; color: var(--gold-500); font-family: Georgia, serif; font-size: 1.3rem; }
.service-body { display: grid; grid-template-columns: 1.1fr 1fr .75fr; column-gap: 45px; row-gap: 12px; align-items: start; padding: 53px 0; }
.service-kicker { grid-column: 1; grid-row: 1; margin: 0; color: var(--gold-300); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-body h3 { grid-column: 1; grid-row: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.1vw, 3rem); font-weight: 500; }
.service-body > p:not(.service-kicker) { grid-column: 2; grid-row: 2; margin: 0; color: rgba(255,255,255,.7); }
.tag-list { grid-column: 3; grid-row: 2; margin: 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 0; color: rgba(255,255,255,.78); font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.1); }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro h2 { color: var(--navy-900); margin-bottom: 30px; }
.process-intro > p:last-child { color: #5f7182; max-width: 520px; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ice-200); }
.process-steps li { display: grid; grid-template-columns: 85px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--ice-200); }
.process-steps > li > span { color: var(--gold-500); font-family: Georgia, serif; font-size: 1.25rem; }
.process-steps h3 { margin: 0 0 5px; color: var(--navy-900); font-size: 1.18rem; }
.process-steps p { margin: 0; color: #657888; }

.coverage { position: relative; overflow: hidden; background: var(--navy-800); color: var(--white); }
.coverage::after { content: "BRAZIL"; position: absolute; right: -20px; bottom: 22px; color: rgba(255,255,255,.025); font-family: Georgia, serif; font-size: 18vw; line-height: 1; letter-spacing: -.06em; }
.coverage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.coverage-copy { position: sticky; top: 130px; }
.coverage-copy h2 { margin-bottom: 30px; }
.coverage-copy p:not(.section-label) { max-width: 480px; color: rgba(255,255,255,.68); }
.light-link { margin-top: 22px; }
.port-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.port-grid > span { display: flex; justify-content: space-between; align-items: baseline; padding: 19px 20px 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.05rem; }
.port-grid > span:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); }
.port-grid small { color: var(--gold-300); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.port-grid .port-contact { color: var(--gold-300); }

.about { background: var(--ice-100); }
.about-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; align-items: center; }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid #b8cbd4; border-radius: 50%; color: var(--navy-900); }
.about-mark span { margin-bottom: -45px; font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 6.8rem); letter-spacing: -.07em; }
.about-mark p { color: var(--gold-500); font-size: .66rem; font-weight: 850; letter-spacing: .18em; }
.about-copy h2 { color: var(--navy-900); margin-bottom: 35px; }
.about-copy > p:not(.section-label) { max-width: 780px; color: #556a7a; font-size: 1.08rem; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 50px; }
.value-row div { padding-top: 17px; border-top: 2px solid var(--gold-500); }
.value-row strong, .value-row span { display: block; }
.value-row strong { color: var(--navy-900); }
.value-row span { margin-top: 5px; color: #6b7e8c; font-size: .8rem; }

.final-cta { padding: 86px 0; background: var(--navy-800); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 720px; font-size: clamp(2.4rem, 4vw, 4rem); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 82px 0 25px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .75fr 1.1fr; gap: 55px; }
.footer-brand img { width: 290px; height: auto; }
.footer-brand p { width: 290px; max-width: 100%; margin: 26px 0 0; color: rgba(255,255,255,.54); text-align: center; }
.site-footer h2 { margin-bottom: 22px; color: var(--gold-300); font-family: inherit; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.7); text-decoration: none; font-size: .88rem; }
.site-footer a:hover { color: var(--gold-300); }
.footer-points { margin: 0; padding: 0; list-style: none; }
.footer-points li { position: relative; margin: 10px 0; padding-left: 18px; color: rgba(255,255,255,.7); font-size: .88rem; }
.footer-points li::before { content: ""; position: absolute; top: .68em; left: 0; width: 6px; height: 1px; background: var(--gold-500); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: .72rem; }

/* Keep Elementor Pro's legacy global footer from appearing beside this theme's own footer. */
.elementor-location-header,
.elementor-location-footer,
[data-elementor-type="header"],
[data-elementor-type="footer"] { display: none !important; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 70; display: grid; width: 45px; height: 45px; padding: 11px; border: 1px solid rgba(255,255,255,.25); background: var(--navy-950); place-content: center; gap: 5px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0 0 0 auto; z-index: 60; width: min(380px, 88vw); min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 112px 28px 32px; overflow-y: auto; background: var(--navy-950); box-shadow: -24px 0 60px rgba(0,0,0,.32); transform: translateX(105%); visibility: hidden; transition: transform .25s ease, visibility 0s linear .25s; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav.is-open { visibility: visible; transition-delay: 0s; }
  .primary-nav a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.1rem; }
  .intro-grid, .section-heading, .process-grid, .coverage-grid, .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-copy { padding-top: 30px; }
  .section-heading > p { max-width: 650px; }
  .service-card { grid-template-columns: 80px 1fr; }
  .service-body { grid-template-columns: 1fr 1fr; }
  .service-body > p:not(.service-kicker) { grid-column: 2; }
  .tag-list { grid-column: 1 / -1; grid-row: auto; display: flex; gap: 10px; }
  .tag-list li { flex: 1; }
  .coverage-copy { position: static; }
  .about-mark { width: min(380px, 100%); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .container, .header-inner { width: min(calc(100% - 32px), var(--max)); }
  .section-pad { padding: 78px 0; }
  .header-inner { min-height: 78px; }
  .brand { width: 205px; }
  .primary-nav { inset: 0 0 0 auto; padding-top: 98px; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 90px; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,19,38,.96), rgba(3,19,38,.62)), linear-gradient(0deg, rgba(3,19,38,.88), transparent); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-facts { margin-top: 52px; }
  .hero-facts div { display: block; padding: 16px 10px 0 0; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts strong, .hero-facts span { display: block; }
  .hero-facts strong { font-size: 1.45rem; }
  .hero-facts span { font-size: .66rem; line-height: 1.35; }
  .hero-index { display: none; }
  .service-card { grid-template-columns: 1fr; padding: 38px 0; }
  .service-number { padding: 0 0 18px; }
  .service-body { display: block; padding: 0; }
  .service-body > p:not(.service-kicker) { margin-top: 18px; }
  .tag-list { display: block; margin-top: 25px; }
  .process-steps li { grid-template-columns: 50px 1fr; gap: 12px; }
  .port-grid { grid-template-columns: 1fr; }
  .port-grid > span:nth-child(even) { padding-left: 0; border-left: 0; }
  .value-row { grid-template-columns: 1fr; }
  .about-mark { max-width: 280px; }
  .final-cta .button { width: 100%; justify-content: space-between; padding-inline: 18px; font-size: .76rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.content-page { min-height: 70vh; padding-top: 170px; background: var(--ice-100); }
.content-narrow { max-width: 780px; }
.content-page h1 { color: var(--navy-900); font-size: clamp(2.8rem, 6vw, 5rem); }
.entry-content { margin-top: 40px; }
.entry-content a { color: var(--blue-500); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
