:root {
  --blue: #25388d;
  --blue-deep: #172768;
  --gold: #d8aa59;
  --ink: #15171d;
  --ivory: #f5f3ee;
  --type-label: .75rem;
  --type-small: .8125rem;
  --type-body: 1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Inter", sans-serif; font-size: var(--type-body); line-height: 1.5; background: var(--ivory); overflow-x: hidden; }
a { color: inherit; }
.bg-ivory { background: var(--ivory); }
.text-gold { color: var(--gold); }
.script { display: inline-block; font-family: "Marck Script", cursive; font-weight: 400; line-height: .92; text-transform: none; }
.section { overflow: hidden; }
.section-space { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.eyebrow { color: var(--gold); font-size: var(--type-label); font-weight: 800; letter-spacing: .11em; line-height: 1.3; margin-bottom: 2rem; }
.section-title { max-width: 100%; font-size: clamp(2rem, 3.25vw, 4rem); font-weight: 800; letter-spacing: -.045em; line-height: .96; text-transform: uppercase; }
.section-title .script { font-size: .86em; letter-spacing: -.015em; line-height: .95; }
.section-copy { max-width: 31rem; font-size: var(--type-body); line-height: 1.55; }
.lead-line { font-size: var(--type-body); font-weight: 700; line-height: 1.45; margin-bottom: .35rem; }
.mobile-swipe-hint { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; color: white; background: var(--blue-deep); isolation: isolate; }
.hero-carousel { position: absolute; inset: 0; z-index: -3; }
.hero-carousel picture, .hero-carousel img { display: block; width: 100%; height: 100%; }
.hero-carousel img { object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(28,49,139,.98) 0%, rgba(31,54,148,.9) 33%, rgba(29,50,138,.36) 57%, rgba(0,0,0,.06) 100%); }
.hero-overlay::after { content: ""; position: absolute; inset: 0 48% 0 0; opacity: .14; background: repeating-linear-gradient(90deg, transparent 0 35px, rgba(255,255,255,.25) 36px 38px); }
.brand-mark img { width: clamp(135px, 10vw, 150px); height: auto; }
.language-switcher { margin-left: auto; }
.language-trigger { min-width: 76px; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .55rem .8rem; color: white; background: rgba(15,29,103,.28); border: 1px solid rgba(255,255,255,.42); font: inherit; font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; }
.language-trigger::after { margin-left: .1rem; border-top-color: var(--gold); }
.language-trigger:hover,
.language-trigger:focus-visible,
.language-trigger[aria-expanded="true"] { background: rgba(15,29,103,.62); border-color: var(--gold); }
.language-trigger:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }
.language-menu { min-width: 180px; margin-top: .55rem !important; padding: .45rem; background: rgba(247,246,242,.98); border: 0; border-radius: 0; box-shadow: 0 16px 40px rgba(4,12,55,.24); }
.language-option { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .75rem; color: var(--ink); font-size: .875rem; font-weight: 600; }
.language-option small { color: #77746d; font-size: var(--type-label); font-weight: 800; letter-spacing: .08em; }
.language-option:hover,
.language-option:focus,
.language-option.active { color: var(--blue); background: rgba(37,56,141,.08); }
.language-option.active small { color: var(--gold); }
.display-title { max-width: 900px; font-size: clamp(2.3rem, 4.5vw, 4.75rem); font-weight: 800; line-height: .98; letter-spacing: -.045em; }
.display-title .script { font-size: .78em; margin-left: 14%; }
.hero-lead { font-size: clamp(1rem, 1.4vw, 1.25rem); font-weight: 600; line-height: 1.2; }
.scroll-link { font-size: var(--type-label); letter-spacing: .08em; font-weight: 700; text-decoration: none; }

.presence-section { background: #f7f6f2; }
.presence-intro { align-self: flex-start; }
.presence-directory { padding-left: clamp(1rem, 4vw, 4.5rem); }
.presence-group-heading { display: flex; align-items: baseline; margin-bottom: 2rem; }
.presence-group-heading h3 { margin: 0; font-size: clamp(1.25rem, 1.7vw, 1.65rem); font-weight: 800; letter-spacing: .08em; }
.country-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(11, minmax(62px, auto)); grid-auto-flow: column; column-gap: clamp(3rem, 6vw, 6rem); margin: 0; padding: 0; list-style: none; counter-reset: countries; }
.country-list li { position: relative; min-height: 62px; display: flex; align-items: center; padding: .9rem 1.5rem .9rem 2.7rem; border-bottom: 1px solid #ddd9d0; font-size: clamp(1rem, 1.25vw, 1.2rem); font-weight: 700; counter-increment: countries; }
.country-list li::before { content: counter(countries, decimal-leading-zero); position: absolute; left: 0; top: 50%; translate: 0 -50%; color: var(--gold); font-family: Georgia, serif; font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 400; line-height: 1; }
.presence-secondary { margin-top: 4.5rem; }
.presence-location { display: flex; align-items: baseline; flex-wrap: wrap; gap: .85rem; margin: 0; }
.presence-location strong { font-size: clamp(1rem, 1.25vw, 1.2rem); letter-spacing: 0; line-height: 1.2; }
.presence-location span { color: var(--gold); font-family: "Marck Script", cursive; font-size: clamp(1rem, 1.25vw, 1.2rem); }

.export-stories-section { background: var(--blue); overflow: hidden; }
.export-stories-carousel { width: min(100%, 1120px); margin-inline: auto; box-shadow: 0 24px 60px rgba(8,17,66,.28); }
.export-stories-carousel .carousel-inner { background: var(--blue-deep); }
.export-stories-carousel .carousel-item { aspect-ratio: 16 / 9; }
.export-stories-carousel .carousel-item img { width: 100%; height: 100%; object-fit: contain; }
.export-stories-carousel .carousel-indicators { bottom: -2.6rem; gap: .35rem; margin-bottom: 0; }
.export-stories-carousel .carousel-indicators [data-bs-target] { width: 22px; height: 2px; margin: 0; border: 0; background-color: rgba(255,255,255,.45); }
.export-stories-carousel .carousel-indicators .active { background-color: var(--gold); }
.export-stories-carousel .carousel-control-prev,
.export-stories-carousel .carousel-control-next { width: 72px; opacity: 1; }
.story-control { width: 42px; height: 42px; display: grid; place-content: center; color: white; background: rgba(11,23,86,.7); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: background-color .2s ease, border-color .2s ease; }
.export-stories-carousel button:hover .story-control { color: var(--blue-deep); background: var(--gold); border-color: var(--gold); }

.origin-photo { min-height: 710px; padding: 0; overflow: hidden; }
.origin-photo .carousel-inner,
.origin-photo .carousel-item { min-height: inherit; }
.origin-photo .carousel-item img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.origin-content { max-width: 850px; }
.origin-content .section-title { font-size: clamp(2rem, 3vw, 3.55rem); line-height: .98; }
.feature-grid > div { display: flex; flex-direction: column; align-items: center; gap: .75rem; text-align: center; }
.feature-grid img { width: 52px; height: 52px; object-fit: contain; object-position: center; }
.feature-grid span { width: 100%; font-size: var(--type-label); font-weight: 800; line-height: 1.3; }

.journey-section, .solutions-section, .site-footer { background: var(--blue); }
.solutions-section { overflow: hidden; }
.journey-section .section-copy { color: rgba(255,255,255,.8); }
.journey-cards article { width: 100%; aspect-ratio: 3 / 4; position: relative; display: flex; flex-direction: column; justify-content: end; padding: 1rem; isolation: isolate; overflow: hidden; background-color: var(--blue-deep); background-position: center; background-size: contain; background-repeat: no-repeat; }
.journey-cards article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(9,15,48,.85), transparent 55%); }
.journey-cards b { font-family: Georgia, serif; font-size: 2.7rem; font-weight: 400; line-height: 1; }
.journey-cards span { font-size: var(--type-label); font-weight: 800; line-height: 1.25; letter-spacing: .05em; }

.awards-section, .certifications-section { background: var(--ivory); }
.awards-copy { position: relative; z-index: 1; }
.award-highlight { display: block; width: 135px; height: auto; margin: 2.5rem 0 0; }
.presence-intro .section-title,
.journey-section .section-title,
.solutions-section .section-title { font-size: clamp(2rem, 2.8vw, 3.5rem); }
.solutions-section .section-title .script { font-size: .78em; line-height: 1; }
.awards-section .section-title { max-width: 100%; font-size: clamp(2.35rem, 3vw, 3.5rem); white-space: nowrap; }
.award-logos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 2rem 1.5rem; width: 100%; }
.award-logos img { display: block; width: 100%; max-width: 150px; aspect-ratio: 1; margin-inline: auto; object-fit: contain; }

.solution-grid > div { display: flex; }
.solution-card { width: 100%; min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: clamp(1.25rem, 1.8vw, 2rem); text-align: center; background: rgba(13,28,106,.32); border: 1px solid rgba(255,255,255,.18); transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.solution-grid img { width: 52px; height: 52px; object-fit: contain; object-position: center; margin-bottom: auto; }
.solution-grid h3 { width: 100%; min-height: 2.5em; margin-top: 1.5rem; font-size: clamp(.95rem, 1vw, 1.1rem); font-weight: 800; line-height: 1.3; }
.solution-grid p { width: 100%; color: rgba(255,255,255,.84); font-size: clamp(.875rem, .9vw, 1rem); line-height: 1.55; }

.cert-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 1rem; color: #c9c9c3; }
.certifications-copy { position: relative; z-index: 1; }
.certifications-section .section-title { max-width: 100%; font-size: clamp(2.35rem, 3vw, 3.5rem); white-space: nowrap; }
.cert-grid > span { text-align: center; font-size: clamp(1.3rem, 3vw, 3.3rem); font-weight: 800; line-height: 1; }
.cert-grid small { display: block; font-size: var(--type-label); line-height: 1.25; letter-spacing: .1em; margin-top: .4rem; }
.cert-grid .seal i { display: block; font-size: 2rem; }

.cta-section { display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; }
.cta-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,9,23,.94) 0%, rgba(4,9,23,.77) 37%, rgba(4,9,23,.08) 68%); }
.cta-media { position: absolute; inset: 0; z-index: -2; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-copy h2 { font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1.13; font-weight: 400; }
.btn-outline-gold { min-height: 44px; color: white; border: 1px solid var(--gold); border-radius: 0; padding: .95rem 1.4rem; font-size: var(--type-label); font-weight: 700; letter-spacing: .06em; }
.btn-outline-gold:hover { background: var(--gold); color: var(--blue-deep); }

.footer-heading { margin-bottom: 1.5rem; color: white; font-size: clamp(1.1rem, 1.25vw, 1.35rem); font-weight: 800; line-height: 1.25; letter-spacing: .1em; }
.disclaimer { max-width: 760px; color: rgba(255,255,255,.82); font-size: var(--type-body); font-weight: 500; line-height: 1.65; }
.contact-mail { color: white; font-size: var(--type-body); font-weight: 700; line-height: 1.4; text-decoration: none; }
.socials { display: flex; gap: .75rem; }
.socials a { width: 30px; height: 30px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.qr-list > div { display: flex; flex-direction: column; gap: .55rem; }
.qr-list span { font-size: .875rem; font-weight: 800; line-height: 1.3; letter-spacing: .06em; }
.qr-list img { display: block; width: clamp(96px, 7vw, 112px); height: auto; aspect-ratio: 1; object-fit: contain; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: var(--type-small); line-height: 1.5; }
.footer-bottom a { color: inherit; text-decoration: none; }

@media (hover: hover) and (pointer: fine) {
  .solution-card:hover { background: rgba(13,28,106,.5); border-color: rgba(216,170,89,.7); transform: translateY(-4px); }
}

@media (min-width: 1200px) {
  .origin-content { padding-inline: 6rem !important; }
}

@media (max-width: 1199.98px) {
  .award-logos { row-gap: 1.5rem; }
}

@media (max-width: 991.98px) {
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(28,49,139,.95), rgba(28,49,139,.63)); }
  .presence-intro { align-self: auto; }
  .presence-directory { padding-left: 0; }
  .presence-list-column { padding-top: 1rem !important; }
  .country-list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(11, minmax(58px, auto)); grid-auto-flow: column; }
  .origin-photo { min-height: 520px; }
  .journey-cards { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 1rem; }
  .journey-cards > .col { min-width: 180px; }
  .awards-section .section-title { white-space: normal; }
  .certifications-section .section-title { white-space: normal; }
  .cert-grid { grid-template-columns: repeat(5, minmax(80px,1fr)); overflow-x: auto; padding-bottom: 1rem; }
}

@media (max-width: 767.98px) {
  .mobile-swipe-hint { display: flex; align-items: center; justify-content: space-between; margin: 0 0 1.25rem; color: var(--gold); font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; }
  .mobile-swipe-hint i { font-size: 1rem; }

  .award-logos,
  .journey-cards { scrollbar-width: none; -ms-overflow-style: none; }
  .award-logos::-webkit-scrollbar,
  .journey-cards::-webkit-scrollbar { display: none; }

  .journey-cards { flex-wrap: nowrap; gap: 1rem; margin-inline: calc(-1 * var(--bs-gutter-x, .75rem)); padding: 0 var(--bs-gutter-x, .75rem) 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--bs-gutter-x, .75rem); }
  .journey-cards > .col { flex: 0 0 min(78vw, 320px); width: min(78vw, 320px); min-width: 0; padding: 0; scroll-snap-align: center; }
  .awards-copy { text-align: center; }
  .awards-copy .section-copy { margin-inline: auto; }
  .award-highlight { width: 120px; margin-inline: auto; }
  .awards-section .mobile-swipe-hint { justify-content: center; gap: 1rem; }
  .award-logos { --award-gap: .75rem; --award-card-width: calc((100% - var(--award-gap)) / 2); display: flex; justify-content: flex-start; gap: var(--award-gap); width: 100%; margin-inline: 0; padding: 0 0 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 0; }
  .award-logos img { flex: 0 0 var(--award-card-width); width: var(--award-card-width); max-width: none; height: var(--award-card-width); padding: .75rem; background: rgba(255,255,255,.52); scroll-snap-align: start; }

  .solutions-section .col-xl-4 { text-align: center; }
  .solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; width: 100%; margin: 0; padding: 0; overflow: visible; }
  .solution-grid > div { width: 100%; }
  .solution-card { min-height: 250px; display: grid; grid-template-rows: 64px 3.5rem 4rem; align-content: start; justify-items: center; row-gap: .65rem; padding: 1.25rem; }
  .solution-grid img { width: 62px; height: 62px; align-self: start; margin: 0; }
  .solution-grid h3 { min-height: 0; display: flex; align-items: flex-start; justify-content: center; margin: 0; font-size: 1rem; }
  .solution-grid p { max-width: 15rem; align-self: flex-start; margin: 0; font-size: .9rem; }

  .cert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; overflow: visible; }
  .cert-grid > span { width: 100%; min-height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #bdbdb6; background: rgba(255,255,255,.58); border: 1px solid rgba(21,23,29,.05); font-size: clamp(1.8rem, 8.5vw, 2.6rem); }
  .cert-grid > span:last-child { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
  .cert-grid small { font-size: var(--type-label); }
  .cert-grid .seal i { font-size: 3rem; }
}

@media (max-width: 575.98px) {
  .section-space { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .hero { min-height: max(650px, 100svh); }
  .brand-mark img { width: 150px; }
  .language-trigger { min-width: 68px; padding: .48rem .65rem; }
  .hero-copy { width: 100%; padding-bottom: 3.5rem !important; }
  .display-title { font-size: clamp(2.35rem, 10.5vw, 3.05rem); line-height: .98; letter-spacing: -.045em; }
  .display-title .script { margin: .7rem 0 0; font-size: .84em; letter-spacing: -.025em; }
  .hero-lead { margin-top: 1.35rem; font-size: 1.12rem; line-height: 1.25; }
  .scroll-link { font-size: var(--type-label); letter-spacing: .09em; }
  .section-title,
  .presence-intro .section-title,
  .journey-section .section-title,
  .solutions-section .section-title { font-size: clamp(2rem, 8.5vw, 2.65rem); line-height: 1; }
  .origin-photo { min-height: 410px; }
  .origin-content { margin-inline: auto; text-align: center; }
  .origin-content .section-copy { margin-inline: auto; }
  .country-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(11, minmax(52px, auto)); grid-auto-flow: column; column-gap: 1rem; }
  .country-list li { min-width: 0; min-height: 54px; padding: .75rem .2rem .75rem 1.65rem; font-size: var(--type-body); line-height: 1.3; overflow-wrap: anywhere; }
  .country-list li::before { font-size: var(--type-body); }
  .country-list li:last-child { border-bottom: 0; }
  .presence-secondary { margin-top: 2.5rem; }
  .solution-card { min-height: 250px; padding: 1rem .75rem; }
  .solution-grid h3 { font-size: .95rem; overflow-wrap: anywhere; }
  .solution-grid p { font-size: .85rem; }
  .export-stories-carousel { box-shadow: none; }
  .export-stories-carousel .carousel-control-prev,
  .export-stories-carousel .carousel-control-next { width: 54px; }
  .story-control { width: 40px; height: 40px; font-size: .9rem; }
  .socials a { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
