/* WordPress theme presentation */

:root {
  --paper: #f8f7f3;
  --white: #ffffff;
  --ink: #142638;
  --blue: #285777;
  --blue-deep: #173a54;
  --sky: #e8f0f4;
  --gold: #b99658;
  --gold-light: #d7c18f;
  --slate: #66727d;
  --line: #dfe3e5;
  --max: 1240px;
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font-family: var(--font-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; }
img { max-width: 100%; display: block; }
main { overflow: hidden; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 1000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: var(--ink); }
.admin-bar .site-header { top: 32px; }
.desktop-nav .menu, .mobile-menu .menu { display: contents; margin: 0; padding: 0; }
.desktop-nav li, .mobile-menu li { list-style: none; }
.desktop-nav .menu-item-has-children > .sub-menu { display: none; }
.alignwide { max-width: var(--max); margin-inline: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { padding: 12px 14px; background: #fff0ef; border-left: 3px solid #aa3434; color: #7d2525; font-size: 12px; }
.page-shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
[data-parallax] { --parallax-y: 0px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(20, 38, 56, .1);
  transition: background .3s, height .3s, box-shadow .3s;
}
.site-header.is-scrolled { height: 74px; background: rgba(23, 58, 84, .97); color: white; border-bottom-color: rgba(255,255,255,.14); backdrop-filter: blur(18px); box-shadow: 0 12px 34px rgba(20,38,56,.18); }
.brand { position: relative; width: 188px; height: 48px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 188px; }
.brand-logo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); transition: opacity .25s; }
.brand-logo-light { opacity: 0; }
.site-header.is-scrolled .brand-logo-dark, .inner-header .brand-logo-dark { opacity: 0; }
.site-header.is-scrolled .brand-logo-light, .inner-header .brand-logo-light { opacity: 1; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 2.7vw, 42px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 12px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.desktop-nav .current-menu-item > a::after, .desktop-nav .current_page_item > a::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.language span { margin-left: 4px; color: var(--gold); }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 18px; border: 1px solid var(--ink); font-size: 12px; font-weight: 700; transition: color .25s, background .25s; }
.header-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px 0; background: var(--ink); }
.mobile-menu { display: none; }
.site-header.is-scrolled .header-cta, .inner-header .header-cta { border-color: rgba(255,255,255,.75); color: white; }
.site-header.is-scrolled .header-cta:hover, .inner-header .header-cta:hover { background: white; color: var(--blue-deep); }
.site-header.is-scrolled .menu-button span, .inner-header .menu-button span { background: white; }

.hero { min-height: 820px; height: 100svh; position: relative; display: flex; align-items: center; padding-top: 88px; background: var(--paper); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-slide { position: absolute; inset: -7%; opacity: 0; transform: translate3d(0, var(--parallax-y, 0px), 0) scale(.985); transform-origin: center center; filter: saturate(.92); background-size: cover; background-position: center; transition: opacity 1.45s cubic-bezier(.4,0,.2,1), transform 1.45s cubic-bezier(.22,.68,.2,1), filter 1.45s ease; will-change: transform, opacity; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,247,243,.98) 0%, rgba(248,247,243,.93) 30%, rgba(248,247,243,.58) 50%, rgba(248,247,243,.09) 70%); }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08); filter: saturate(1); transition: opacity 1.45s cubic-bezier(.4,0,.2,1), transform 5.2s cubic-bezier(.12,.58,.22,1), filter 1.45s ease; }
.hero-media::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 45%, rgba(20,38,56,.08)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-bottom: 90px; }
.hero-content { animation: hero-copy-in .95s cubic-bezier(.18,.78,.18,1) both; }
.hero-content > * { animation: hero-element-in .85s cubic-bezier(.18,.78,.18,1) both; }
.hero-content > h1 { animation-delay: .1s; }.hero-content > .hero-copy { animation-delay: .2s; }.hero-content > .hero-actions { animation-delay: .3s; }
.hero-content.hero-content-in > * { animation: hero-element-in .85s cubic-bezier(.18,.78,.18,1) both; }
.hero-content.hero-content-in > h1 { animation-delay: .08s; }.hero-content.hero-content-in > .hero-copy { animation-delay: .16s; }.hero-content.hero-content-in > .hero-actions { animation-delay: .24s; }
@keyframes hero-copy-in { from { opacity: 0; transform: translate3d(0,38px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes hero-element-in { from { opacity: 0; transform: translate3d(0,32px,0); filter: blur(5px); } to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); } }
.eyebrow { margin: 0 0 22px; color: var(--blue); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; }
.hero-eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero h1, h2 { font-family: var(--font-display), Georgia, serif; font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(64px, 7vw, 112px); }
.hero h1 em, h2 em { display: block; color: var(--blue); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 34px 0 0; color: #455668; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 24px; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--blue); }
.button-ghost { padding-inline: 0; border-bottom: 1px solid rgba(20,38,56,.3); }
.hero-carousel-controls { position: absolute; z-index: 4; left: max(32px, calc((100vw - var(--max)) / 2)); bottom: 130px; display: flex; gap: 12px; }
.hero-carousel-controls button { width: 78px; padding: 8px 0; border: 0; background: none; color: var(--slate); display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 9px; font-weight: 700; }
.hero-carousel-controls button i { display: block; width: 45px; height: 1px; overflow: hidden; background: rgba(20,38,56,.18); }
.hero-carousel-controls button i::after { content: ""; display: block; width: 0; height: 100%; background: var(--gold); transition: width .35s; }
.hero-carousel-controls button.is-active { color: var(--ink); }
.hero-carousel-controls button.is-active i::after { width: 100%; }
.hero-slider-ui { position: absolute; z-index: 6; right: max(32px, calc((100vw - var(--max)) / 2)); bottom: 132px; width: 350px; min-height: 104px; padding: 18px 20px; background: rgba(255,255,255,.92); border: 1px solid rgba(20,38,56,.13); box-shadow: 0 18px 50px rgba(20,38,56,.12); backdrop-filter: blur(18px); display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-items: center; }
.hero-slide-status { display: flex; align-items: baseline; gap: 6px; }
.hero-slide-status strong { font-family: var(--font-display), Georgia, serif; font-size: 31px; line-height: 1; font-weight: 500; color: var(--ink); }
.hero-slide-status > span { color: var(--gold); font-size: 10px; font-weight: 700; }
.hero-slide-status small { margin-left: 8px; color: var(--slate); font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.hero-progress { grid-column: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.hero-progress i { display: block; height: 2px; background: #d8dfe2; overflow: hidden; }
.hero-progress i::after { content: ""; display: block; width: 0; height: 100%; background: var(--gold); }
.hero-progress i.is-active::after { width: 100%; animation: hero-progress 5.2s linear; }
@keyframes hero-progress { from { width: 0; } to { width: 100%; } }
.hero-arrow-controls { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 5px; }
.hero-arrow-controls button { width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); background: white; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.hero-arrow-controls button:hover { background: var(--ink); color: white; border-color: var(--ink); }
.hero-arrow-controls button svg { width: 16px; height: 16px; }
.hero-arrow-controls .pause-button { width: 32px; border: 0; background: transparent; color: var(--blue); }
.hero-arrow-controls .pause-button:hover { background: var(--sky); color: var(--blue); }
.hero-proof { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(20,38,56,.15); background: rgba(248,247,243,.76); backdrop-filter: blur(14px); }
.proof-grid { display: grid; grid-template-columns: 180px 160px 170px 1fr; min-height: 108px; align-items: center; }
.proof-grid > div { height: 100%; padding: 22px 28px; border-right: 1px solid rgba(20,38,56,.12); display: flex; flex-direction: column; justify-content: center; }
.proof-grid strong { font-family: var(--font-display), Georgia, serif; font-size: 34px; line-height: 1; font-weight: 500; }
.proof-grid span { margin-top: 6px; color: var(--slate); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.proof-grid .proof-statement { border-right: 0; flex-direction: row; align-items: center; justify-content: flex-end; gap: 14px; color: #415464; font-size: 12px; letter-spacing: .04em; }
.proof-statement i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(185,150,88,.15); }

.client-line { background: white; border-bottom: 1px solid var(--line); }
.client-line-inner { min-height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.client-line p { max-width: 430px; margin: 0; font-family: var(--font-display), Georgia, serif; font-size: 20px; line-height: 1.25; }
.client-line-inner > div { display: flex; gap: 26px; flex-wrap: wrap; justify-content: flex-end; }
.client-line span { color: var(--slate); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.intent-section { padding-block: 140px 150px; }
.section-heading { margin-bottom: 70px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 120px; align-items: end; }
.section-heading h2, .method-intro h2, .network-copy h2, .about-statement h2, .quote-copy h2, .faq-section h2 { margin: 0; font-size: clamp(48px, 5.5vw, 78px); }
.split-heading > p { margin: 0 0 5px; color: var(--slate); line-height: 1.8; }
.intent-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-template-rows: repeat(2, 260px); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.intent-card { position: relative; isolation: isolate; overflow: hidden; background: white; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; transition: background .3s, color .3s, transform .45s cubic-bezier(.22,.72,.2,1), box-shadow .45s; }
.intent-card.featured { grid-row: span 2; padding: 38px; background: var(--blue); color: white; }
.intent-card:hover:not(.featured) { background: var(--sky); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(20,38,56,.1); }
.intent-card.featured:hover { background: var(--blue-deep); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(20,38,56,.16); }
.intent-card-media { position: absolute; z-index: -2; inset: -38px 0; width: 100%; height: calc(100% + 76px); object-fit: cover; opacity: .58; filter: saturate(.82) contrast(.94); transform: translate3d(0, var(--parallax-y, 0px), 0); scale: 1.08; transition: opacity .55s, filter .55s, scale .8s cubic-bezier(.2,.72,.2,1); will-change: transform, scale; }
.intent-card.featured .intent-card-media { opacity: .56; filter: saturate(.9) contrast(.94); }
.intent-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.86)); }
.intent-card.featured::after { background: linear-gradient(180deg, rgba(40,87,119,.42), rgba(23,58,84,.88)); }
.intent-card:hover .intent-card-media { opacity: .76; scale: 1.15; }
.intent-card.featured:hover .intent-card-media { opacity: .72; }
.intent-index { color: var(--gold); font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.intent-icon { position: absolute; right: 30px; top: 30px; width: 28px; height: 28px; color: var(--blue); stroke-width: 1.4; }
.featured .intent-icon { color: var(--gold-light); }
.intent-card h3 { margin: 0 0 12px; font-family: var(--font-display), Georgia, serif; font-size: 35px; line-height: 1; font-weight: 500; }
.intent-card.featured h3 { font-size: 58px; }
.intent-card p { max-width: 330px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.7; }
.intent-card.featured p { color: rgba(255,255,255,.72); }
.round-arrow { position: absolute; right: 28px; bottom: 28px; width: 42px; height: 42px; border: 1px solid rgba(20,38,56,.2); border-radius: 50%; display: grid; place-items: center; }
.featured .round-arrow { border-color: rgba(255,255,255,.35); }

.services-section { padding-block: 128px; background: var(--sky); }
.section-kicker-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; }
.section-kicker-row .eyebrow { margin: 0; }
.section-kicker-row > p:last-child { margin: 0; color: var(--slate); font-size: 13px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 340px; padding: 26px; overflow: hidden; translate: 0 0; background: rgba(255,255,255,.92); border: 1px solid rgba(20,38,56,.07); display: flex; flex-direction: column; }
.service-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--blue)); transform: scaleX(0); transform-origin: left center; transition: transform .55s cubic-bezier(.2,.72,.2,1); }
.service-card:hover { translate: 0 -10px; background: white; border-color: rgba(40,87,119,.2); box-shadow: 0 24px 55px rgba(20,38,56,.13); }
.service-card:hover::before { transform: scaleX(1); }
.service-top { display: flex; justify-content: space-between; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 700; }
.service-top svg { width: 24px; height: 24px; stroke-width: 1.5; transition: transform .5s cubic-bezier(.2,.72,.2,1), color .35s; }
.service-card:hover .service-top svg { color: var(--blue); transform: translateY(-3px) rotate(-8deg) scale(1.2); }
.service-tag { color: #82909a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { margin: 54px 0 18px; font-family: var(--font-display), Georgia, serif; font-size: 28px; line-height: 1.08; font-weight: 500; transition: transform .5s cubic-bezier(.2,.72,.2,1), color .35s; }
.service-card:hover h3 { color: var(--blue-deep); transform: translateX(5px); }
.service-card p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.75; }
.service-card a { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.service-card a span { transition: transform .4s cubic-bezier(.2,.72,.2,1), color .35s; }
.service-card:hover a span { color: var(--blue); transform: translate3d(4px,-4px,0); }

.experience-gallery { padding-block: 140px; background: white; }
.gallery-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.gallery-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 74px); }
.gallery-heading > p { max-width: 450px; margin: 0 0 8px; color: var(--slate); line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 16px; align-items: stretch; }
.gallery-grid figure { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--sky); }
.gallery-grid figure:not(.gallery-large) { min-height: 440px; margin-top: 80px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0px), 0); scale: 1.1; transition: scale .85s cubic-bezier(.2,.72,.2,1), filter .45s; will-change: transform, scale; }
.gallery-grid figure:hover img { scale: 1.17; filter: saturate(1.08) contrast(1.03); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 20px; color: white; display: flex; gap: 16px; align-items: center; background: linear-gradient(transparent, rgba(20,38,56,.76)); font-size: 11px; font-weight: 700; }
.gallery-grid figcaption span { color: var(--gold-light); font-size: 9px; }

.method-section { padding-block: 150px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 130px; }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro h2 em { margin-top: 8px; }
.method-intro > p:not(.eyebrow) { max-width: 440px; margin: 34px 0; color: var(--slate); line-height: 1.8; }
.text-link { display: inline-flex; gap: 36px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.method-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.method-list li { min-height: 160px; padding: 30px 8px; display: grid; grid-template-columns: 56px 1fr auto; gap: 24px; align-items: start; border-bottom: 1px solid var(--line); }
.method-list > li > span { color: var(--gold); font-size: 11px; font-weight: 700; }
.method-list h3 { margin: -6px 0 12px; font-family: var(--font-display), Georgia, serif; font-size: 33px; line-height: 1; font-weight: 500; }
.method-list p { max-width: 420px; margin: 0; color: var(--slate); font-size: 13px; }
.method-list i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.method-list i svg { width: 18px; height: 18px; color: var(--blue); stroke-width: 1.5; }

.network-section { position: relative; isolation: isolate; padding-block: 130px; overflow: hidden; background: #dfeaf0; }
.network-section::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url('../images/source-media/destination.jpg') center 44% / cover no-repeat; opacity: .32; transform: none; }
.network-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(223,234,240,.94) 0%, rgba(223,234,240,.76) 48%, rgba(223,234,240,.66) 100%); }
.network-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.network-copy h2 em { margin-top: 8px; }
.network-copy > p:not(.eyebrow) { max-width: 490px; margin: 34px 0; color: #536675; line-height: 1.8; }
.route-board { position: relative; min-height: 560px; background: rgba(255,255,255,.5); border: 1px solid rgba(20,38,56,.16); overflow: hidden; backdrop-filter: blur(3px); }
.route-board::before { content: "GLOBAL"; position: absolute; left: -20px; top: 50%; transform: translateY(-50%); color: rgba(20,38,56,.035); font-family: var(--font-display), Georgia, serif; font-size: 180px; letter-spacing: -.06em; }
.route-board::after { content: ""; position: absolute; z-index: 1; inset: 11% 9%; background-image: linear-gradient(rgba(20,38,56,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(20,38,56,.07) 1px, transparent 1px); background-size: 74px 74px; }
.route-label { position: absolute; z-index: 3; color: var(--blue-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.route-label::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold); }
.route-board.is-visible .route-label::before { animation: destination-pulse 2.4s ease-in-out infinite; }
.route-board.is-visible .label-africa::before { animation-delay: .4s; }.route-board.is-visible .label-america::before { animation-delay: .8s; }.route-board.is-visible .label-asia::before { animation-delay: 1.2s; }
@keyframes destination-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(185,150,88,.1); } 50% { box-shadow: 0 0 0 8px rgba(185,150,88,.18); } }
.route-label small { display: block; margin: 5px 0 0 18px; color: var(--slate); font-size: 9px; font-weight: 500; letter-spacing: .03em; text-transform: none; }
.label-europe { left: 47%; top: 23%; }.label-africa { left: 53%; top: 54%; }.label-america { left: 14%; top: 35%; }.label-asia { right: 12%; top: 38%; }
.route-hub { position: absolute; z-index: 4; left: 47%; top: 37%; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-family: var(--font-display), Georgia, serif; font-size: 24px; font-weight: 500; box-shadow: 0 0 0 14px rgba(40,87,119,.13); }
.route-hub span { position: absolute; top: 50px; font-family: var(--font-sans); font-size: 7px; text-transform: uppercase; letter-spacing: .16em; }
.route { position: absolute; z-index: 2; height: 160px; width: 250px; border: 1px solid var(--gold); border-color: var(--gold) transparent transparent var(--gold); border-radius: 50% 0 0 0; opacity: .6; }
.route-one { left: 20%; top: 31%; transform: rotate(22deg); }.route-two { right: 15%; top: 30%; transform: rotate(120deg); }.route-three { left: 43%; top: 44%; transform: rotate(-115deg); }
.board-caption { position: absolute; z-index: 4; right: 24px; bottom: 22px; display: flex; align-items: baseline; gap: 10px; color: var(--slate); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.board-caption strong { color: var(--ink); font-family: var(--font-display), Georgia, serif; font-size: 36px; font-weight: 500; }

.about-section { padding-block: 150px; }
.about-hero-row { display: grid; grid-template-columns: 1.22fr .78fr; gap: 72px; align-items: center; }
.about-statement { max-width: 820px; }
.about-statement h2 { font-size: clamp(48px, 5.1vw, 76px); }
.about-statement h2 em { margin-top: 12px; }
.about-visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: var(--sky); }
.about-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.about-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0px), 0); scale: 1.12; transition: scale .85s cubic-bezier(.2,.72,.2,1), filter .45s; will-change: transform, scale; }
.about-visual:hover img { scale: 1.19; filter: saturate(1.08) contrast(1.03); }
.about-visual figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 24px 22px; display: flex; gap: 16px; color: white; background: linear-gradient(transparent, rgba(20,38,56,.72)); font-size: 11px; font-weight: 700; }
.about-visual figcaption span { color: var(--gold-light); font-size: 9px; }
.about-columns { margin-top: 90px; padding-top: 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.about-lead { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: 32px; line-height: 1.25; }
.about-columns > div > p { margin: 0; color: var(--slate); line-height: 1.9; }
.values-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.values-row span { padding: 8px 12px; border: 1px solid var(--line); color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.quote-section { position: relative; isolation: isolate; padding-block: 130px; overflow: hidden; background: var(--blue); color: white; }
.quote-section::before { content: ""; position: absolute; z-index: -2; inset: -8%; background: url('../images/source-media/cta-background.jpg') 18% 52% / cover no-repeat; opacity: .36; transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08); will-change: transform; }
.quote-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(23,58,84,.82), rgba(40,87,119,.9) 55%, rgba(40,87,119,.95)); }
.quote-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.quote-section .eyebrow { color: var(--gold-light); }
.quote-copy h2 { font-size: clamp(52px, 5vw, 76px); }
.quote-copy h2 em { color: #d5e8f2; margin-top: 8px; }
.quote-copy > p:not(.eyebrow) { max-width: 460px; margin: 30px 0 48px; color: rgba(255,255,255,.68); line-height: 1.8; }
.contact-lines { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.contact-lines a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.contact-lines span { color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.quote-form, .form-success { padding: 42px; background: white; color: var(--ink); }
.form-head { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-head > span { color: var(--gold); font-size: 10px; font-weight: 700; }.form-head p { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: 25px; }.form-head small { color: var(--slate); font-size: 9px; }
.form-head-secondary { margin-top: 32px; grid-template-columns: 40px 1fr; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.quote-form label { display: block; margin-top: 24px; color: #53616c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.quote-form input, .quote-form textarea { width: 100%; margin-top: 7px; padding: 11px 0; border: 0; border-bottom: 1px solid #cfd5d8; border-radius: 0; outline: none; background: transparent; font-size: 14px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--blue); }
.quote-form textarea { resize: vertical; }
.quote-form .consent { display: flex; gap: 10px; align-items: flex-start; text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.5; }
.consent input { width: 15px; margin: 2px 0 0; }.consent span { color: var(--slate); }
.submit-button { width: 100%; min-height: 58px; margin-top: 24px; padding: 0 22px; border: 0; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s; }
.submit-button:hover { background: var(--blue); }
.form-success { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.form-success > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 24px; }.form-success .eyebrow { margin: 34px 0 16px; color: var(--gold); }.form-success h3 { margin: 0; max-width: 470px; font-family: var(--font-display), Georgia, serif; font-size: 38px; line-height: 1.1; font-weight: 500; }.form-success > p:not(.eyebrow) { color: var(--slate); }.form-success button { margin-top: 24px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); background: none; font-weight: 700; cursor: pointer; }

.faq-section { padding-block: 150px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; list-style: none; cursor: pointer; font-size: 15px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span { color: var(--gold); font-size: 10px; }.faq-list summary i { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-style: normal; transition: transform .25s; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details > p { margin: -10px 48px 30px 66px; color: var(--slate); font-size: 13px; line-height: 1.8; }

footer { background: var(--blue-deep); color: white; border-top: 1px solid rgba(255,255,255,.12); }
.footer-top { padding-block: 80px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 70px; }
.footer-brand img { width: 210px; }.footer-brand > p { max-width: 310px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 11px; }.footer-column p { margin: 0 0 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }.footer-column span { color: rgba(255,255,255,.58); line-height: 1.8; }.footer-column a { color: rgba(255,255,255,.88); }.footer-column a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; color: rgba(255,255,255,.5); font-size: 9px; }.footer-bottom > div { display: flex; gap: 22px; }.footer-bottom a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 99px; background: white; color: var(--ink); box-shadow: 0 10px 32px rgba(20,38,56,.18); font-size: 10px; font-weight: 800; }.whatsapp-float span { color: #24bd64; font-size: 16px; }

/* Internal pages */
.inner-header { background: rgba(23, 58, 84, .97); color: white; border-bottom-color: rgba(255,255,255,.14); backdrop-filter: blur(16px); }
.desktop-nav a.active::after { width: 100%; }
.internal-hero { padding: 150px 0 0; background: linear-gradient(180deg, var(--paper), #eff3f4); }
.internal-hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.internal-hero-copy h1 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(60px, 6vw, 94px); line-height: .92; letter-spacing: -.05em; font-weight: 500; }
.internal-hero-copy h1 em { display: block; margin-top: 12px; color: var(--blue); font-weight: 400; }
.internal-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 32px 0; color: var(--slate); line-height: 1.85; }
.internal-hero figure { position: relative; height: 560px; margin: 0; overflow: hidden; }
.internal-hero figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.internal-hero figure img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0px), 0); scale: 1.1; transition: scale .85s cubic-bezier(.2,.72,.2,1), filter .45s; will-change: transform, scale; }
.internal-hero figure:hover img { scale: 1.16; filter: saturate(1.06) contrast(1.02); }
.internal-hero figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 7px 10px; background: rgba(255,255,255,.86); color: var(--blue); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.internal-metrics { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(20,38,56,.12); }
.internal-metrics div { padding: 26px 34px; border-right: 1px solid rgba(20,38,56,.12); display: flex; align-items: baseline; gap: 15px; }
.internal-metrics div:last-child { border-right: 0; }.internal-metrics strong { font-family: var(--font-display), Georgia, serif; font-size: 35px; font-weight: 500; }.internal-metrics span { color: var(--slate); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.internal-intro { padding-block: 140px; }
.internal-intro > div { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; }
.internal-intro h2, .internal-detail h2, .internal-process h2, .internal-cta h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(48px, 5vw, 74px); line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.internal-intro-text p, .internal-detail-copy > p:not(.eyebrow) { margin: 0 0 22px; color: var(--slate); line-height: 1.9; }

.internal-offers { padding-block: 120px; background: var(--sky); }
.internal-section-heading { margin-bottom: 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.internal-section-heading .eyebrow { margin: 0; }.internal-section-heading > span { color: var(--slate); font-size: 12px; }
.internal-offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.internal-offer-grid article { position: relative; min-height: 420px; padding: 36px; background: rgba(255,255,255,.94); border: 1px solid rgba(20,38,56,.06); }
.offer-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--paper); color: var(--blue); }.offer-icon svg { width: 24px; height: 24px; display: block; flex: 0 0 24px; stroke-width: 1.4; }
.offer-number { position: absolute; right: 34px; top: 36px; color: var(--gold); font-size: 10px; font-weight: 700; }
.internal-offer-grid h3 { margin: 56px 0 16px; font-family: var(--font-display), Georgia, serif; font-size: 36px; line-height: 1; font-weight: 500; }.internal-offer-grid article > p { max-width: 520px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.8; }
.internal-offer-grid ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 9px; }.internal-offer-grid li { display: flex; gap: 9px; align-items: center; color: #4e5f6c; font-size: 11px; }.internal-offer-grid li svg { width: 15px; height: 15px; display: block; flex: 0 0 15px; color: var(--gold); stroke-width: 1.7; }

.internal-detail { padding-block: 150px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 120px; align-items: start; }
.internal-detail-copy > p:not(.eyebrow) { max-width: 550px; margin-top: 34px; }
.internal-detail-points { border-top: 1px solid var(--line); }
.internal-detail-points article { padding: 30px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px 1fr; gap: 20px; }.internal-detail-points article > svg { width: 25px; height: 25px; display: block; color: var(--gold); stroke-width: 1.4; }.internal-detail-points h3 { margin: -4px 0 7px; font-family: var(--font-display), Georgia, serif; font-size: 27px; line-height: 1; font-weight: 500; }.internal-detail-points p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.75; }

.internal-gallery { padding-bottom: 140px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: end; }
.internal-gallery figure { position: relative; height: 610px; margin: 0; overflow: hidden; }.internal-gallery figure:last-child { height: 480px; }.internal-gallery img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0px), 0); scale: 1.1; transition: scale .85s cubic-bezier(.2,.72,.2,1), filter .45s; will-change: transform, scale; }.internal-gallery figure:hover img { scale: 1.17; filter: saturate(1.08) contrast(1.03); }.internal-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 45px 24px 20px; background: linear-gradient(transparent, rgba(20,38,56,.72)); color: white; display: flex; gap: 17px; font-size: 11px; }.internal-gallery figcaption span { color: var(--gold-light); }

.internal-process { padding-block: 135px; background: white; }
.internal-process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }.internal-process-grid > div { position: sticky; top: 120px; align-self: start; }.internal-process ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.internal-process li { min-height: 150px; padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; gap: 24px; }.internal-process li > span { color: var(--gold); font-size: 10px; font-weight: 700; }.internal-process li h3 { margin: -5px 0 9px; font-family: var(--font-display), Georgia, serif; font-size: 31px; line-height: 1; font-weight: 500; }.internal-process li p { max-width: 520px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.75; }

.internal-cta { min-height: 430px; margin-block: 100px; padding: 70px; background: var(--sky); display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }.internal-cta h2 { max-width: 790px; }.internal-cta p:not(.eyebrow) { max-width: 700px; margin: 25px 0 0; color: var(--slate); }
.skyboss-editor-content { margin-block: 90px; padding-block: 50px; border-block: 1px solid var(--line); }
.generic-page { min-height: 75vh; padding: 170px 0 110px; }
.generic-page-inner { max-width: 900px; }
.generic-page h1 { margin: 0 0 45px; font-family: var(--font-display), Georgia, serif; font-size: clamp(54px, 7vw, 96px); line-height: .95; font-weight: 500; }
.entry-content { color: var(--slate); line-height: 1.9; }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.journal-entry { padding: 36px 0; border-top: 1px solid var(--line); }
.journal-entry h2 { margin: 0; font-size: 38px; }

/* Progressive, editorial scroll reveals */
.reveal-ready [data-reveal].is-revealing {
  opacity: 0;
  transform: translate3d(0, 104px, 0) scale(.985);
  filter: blur(12px);
  transition:
    opacity 1.05s cubic-bezier(.16,.84,.2,1),
    transform 1.18s cubic-bezier(.16,.84,.2,1),
    filter 1s cubic-bezier(.16,.84,.2,1),
    clip-path 1.18s cubic-bezier(.16,.84,.2,1);
  will-change: opacity, transform;
}
.reveal-ready [data-reveal="left"].is-revealing { transform: translate3d(-118px, 0, 0) scale(.985); }
.reveal-ready [data-reveal="right"].is-revealing { transform: translate3d(118px, 0, 0) scale(.985); }
.reveal-ready [data-reveal="image"].is-revealing {
  transform: translate3d(0, 78px, 0) scale(.94);
  clip-path: inset(0 0 34% 0);
}
.reveal-ready [data-reveal].is-revealing.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  clip-path: inset(0);
}
.reveal-ready .service-card.is-visible {
  transition:
    opacity 1.05s cubic-bezier(.16,.84,.2,1),
    transform 1.18s cubic-bezier(.16,.84,.2,1),
    filter 1s cubic-bezier(.16,.84,.2,1),
    clip-path 1.18s cubic-bezier(.16,.84,.2,1),
    translate .48s cubic-bezier(.2,.72,.2,1),
    background-color .4s ease,
    border-color .4s ease,
    box-shadow .48s ease;
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }.site-header { grid-template-columns: 1fr auto; }.menu-button { display: block; }.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 24px 32px 32px; background: rgba(248,247,243,.98); border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; }.mobile-menu.is-open { display: flex; }.mobile-menu > a { padding: 15px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--font-display), Georgia, serif; font-size: 24px; }.mobile-menu .mobile-menu-cta { margin-top: 18px; padding: 14px 18px; justify-content: center; border: 0; background: var(--ink); color: white; font-family: var(--font-sans); font-size: 12px; font-weight: 700; }
  .site-header.is-scrolled .mobile-menu, .inner-header .mobile-menu { background: rgba(23,58,84,.99); border-bottom-color: rgba(255,255,255,.14); color: white; }.site-header.is-scrolled .mobile-menu > a, .inner-header .mobile-menu > a { border-bottom-color: rgba(255,255,255,.14); }.site-header.is-scrolled .mobile-menu .mobile-menu-cta, .inner-header .mobile-menu .mobile-menu-cta { background: white; color: var(--blue-deep); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.method-section { gap: 70px; }.network-grid { gap: 50px; }.quote-grid { gap: 60px; }.footer-top { grid-template-columns: 1.5fr 1fr 1fr; }.footer-column:last-child { grid-column: 2 / 4; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }.gallery-grid .gallery-large { grid-column: 1 / -1; }.gallery-grid figure:not(.gallery-large) { margin-top: 0; }
  .about-hero-row { grid-template-columns: 1fr .7fr; gap: 44px; }.about-visual { min-height: 460px; }
  .internal-hero-grid { gap: 42px; }.internal-detail, .internal-process-grid { gap: 70px; }.internal-cta { padding: 55px; }
  .mobile-menu li > a { padding: 15px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--font-display), Georgia, serif; font-size: 24px; }
  .site-header.is-scrolled .mobile-menu li > a, .inner-header .mobile-menu li > a { border-bottom-color: rgba(255,255,255,.14); }
}

@media (max-width: 760px) {
  .page-shell { width: min(calc(100% - 36px), var(--max)); }.site-header { height: 72px; padding: 0 18px; }.site-header.is-scrolled { height: 66px; }.brand, .brand img { width: 154px; }.header-cta, .language { display: none; }.header-actions { gap: 4px; }
  .hero { min-height: 820px; height: 100svh; padding-top: 72px; align-items: flex-start; }.hero-slide { background-position: 62% center; }.hero-slide::before { background: linear-gradient(180deg, rgba(248,247,243,.97) 0%, rgba(248,247,243,.88) 48%, rgba(248,247,243,.16) 78%); }.hero-content { padding-top: 96px; padding-bottom: 190px; }.hero h1 { max-width: 100%; font-size: clamp(48px, 14vw, 64px); line-height: .9; }.hero h1 em { margin-top: 8px; }.hero-copy { max-width: 94%; margin-top: 22px; font-size: 13px; line-height: 1.65; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 22px; }.button { min-height: 48px; }.hero-actions .button-primary { width: 100%; justify-content: space-between; }.button-ghost { font-size: 10px; }.hero-slider-ui { left: 18px; right: 18px; bottom: 94px; width: auto; min-height: 72px; padding: 10px 12px; gap: 8px 12px; }.hero-slide-status strong { font-size: 25px; }.hero-slide-status small { max-width: 90px; margin-left: 4px; font-size: 7px; line-height: 1.2; }.hero-arrow-controls button { width: 34px; height: 34px; }.hero-arrow-controls .pause-button { width: 26px; }.hero-proof { background: rgba(248,247,243,.94); }.proof-grid { grid-template-columns: repeat(3, 1fr); min-height: 86px; }.proof-grid > div { padding: 14px 8px; text-align: center; align-items: center; }.proof-grid strong { font-size: 23px; }.proof-grid span { font-size: 7px; }.proof-grid .proof-statement { display: none; }
  .client-line-inner { padding-block: 32px; align-items: flex-start; flex-direction: column; }.client-line p { font-size: 18px; }.client-line-inner > div { justify-content: flex-start; gap: 12px 20px; }
  .intent-section, .about-section, .faq-section { padding-block: 90px; }.split-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading { margin-bottom: 42px; }.section-heading h2, .method-intro h2, .network-copy h2, .about-statement h2, .quote-copy h2, .faq-section h2 { font-size: 48px; }.split-heading > p { font-size: 14px; }.intent-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }.intent-card, .intent-card.featured { grid-row: auto; min-height: 240px; padding: 25px; }.intent-card.featured { min-height: 320px; }.intent-card.featured h3 { font-size: 48px; }
  .services-section { padding-block: 90px; }.section-kicker-row { align-items: flex-start; flex-direction: column; gap: 10px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 310px; }.service-card h3 { margin-top: 44px; }
  .experience-gallery { padding-block: 90px; }.gallery-heading { grid-template-columns: 1fr; gap: 24px; }.gallery-heading h2 { font-size: 48px; }.gallery-grid { grid-template-columns: 1fr; }.gallery-grid .gallery-large { grid-column: auto; }.gallery-grid figure, .gallery-grid figure:not(.gallery-large) { min-height: 430px; margin-top: 0; }
  .method-section { padding-block: 90px; grid-template-columns: 1fr; gap: 70px; }.method-intro { position: static; }.method-list li { min-height: 145px; grid-template-columns: 38px 1fr; }.method-list li i { display: none; }.method-list h3 { font-size: 28px; }
  .network-section { padding-block: 90px; }.network-grid { grid-template-columns: 1fr; }.route-board { min-height: 430px; }.route-board::before { font-size: 100px; }.route-label small { display: none; }.label-europe { left: 43%; }.label-africa { left: 46%; }.label-america { left: 10%; }.label-asia { right: 8%; }.route-hub { left: 43%; top: 38%; }
  .about-hero-row { grid-template-columns: 1fr; gap: 44px; }.about-visual { min-height: 430px; }.about-columns { margin-top: 60px; padding-top: 34px; grid-template-columns: 1fr; gap: 34px; }.about-lead { font-size: 28px; }
  .quote-section { padding-block: 90px; }.quote-grid { grid-template-columns: 1fr; gap: 60px; }.quote-form, .form-success { margin-inline: -8px; padding: 26px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-success { min-height: 460px; }
  .faq-section { grid-template-columns: 1fr; gap: 55px; }.faq-list summary { grid-template-columns: 32px 1fr auto; font-size: 13px; }.faq-list details > p { margin: -4px 12px 28px 50px; }
  .internal-hero { padding-top: 105px; }.internal-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 46px; }.internal-hero-copy h1 { font-size: 54px; }.internal-hero figure { height: 470px; }.internal-metrics { margin-top: 38px; }.internal-metrics div { padding: 20px 8px; align-items: center; flex-direction: column; gap: 2px; text-align: center; }.internal-metrics strong { font-size: 27px; }.internal-metrics span { font-size: 7px; }
  .internal-intro { padding-block: 90px; }.internal-intro > div { grid-template-columns: 1fr; gap: 40px; }.internal-intro h2, .internal-detail h2, .internal-process h2, .internal-cta h2 { font-size: 46px; }
  .internal-offers { padding-block: 90px; }.internal-section-heading { align-items: flex-start; flex-direction: column; }.internal-offer-grid { grid-template-columns: 1fr; }.internal-offer-grid article { min-height: 390px; padding: 28px; }.internal-offer-grid h3 { font-size: 33px; }
  .internal-detail { padding-block: 90px; grid-template-columns: 1fr; gap: 55px; }.internal-gallery { padding-bottom: 90px; grid-template-columns: 1fr; }.internal-gallery figure, .internal-gallery figure:last-child { height: 480px; }
  .internal-process { padding-block: 90px; }.internal-process-grid { grid-template-columns: 1fr; gap: 55px; }.internal-process-grid > div { position: static; }.internal-process li { min-height: 135px; }
  .internal-cta { min-height: auto; margin-block: 70px; padding: 35px 24px; grid-template-columns: 1fr; gap: 35px; align-items: start; }.internal-cta .button { width: 100%; justify-content: space-between; }
  .footer-top { padding-block: 65px; grid-template-columns: 1fr 1fr; gap: 44px 30px; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { grid-column: 1 / -1; }.footer-bottom { padding-block: 24px; grid-template-columns: 1fr; gap: 16px; }.footer-bottom > div { flex-wrap: wrap; }.whatsapp-float { right: 14px; bottom: 14px; }
  .reveal-ready [data-reveal].is-revealing { transform: translate3d(0, 38px, 0); filter: none; clip-path: none; transition-duration: .72s, .82s, .01ms, .01ms; will-change: auto; }
  .reveal-ready [data-reveal="left"].is-revealing { transform: translate3d(-34px, 0, 0); }
  .reveal-ready [data-reveal="right"].is-revealing { transform: translate3d(34px, 0, 0); }
  .reveal-ready [data-reveal="image"].is-revealing { transform: translate3d(0, 30px, 0) scale(.985); }
  .reveal-ready [data-reveal].is-revealing.is-visible { transform: translate3d(0, 0, 0) scale(1); }
  .admin-bar .site-header { top: 46px; }
  body.menu-open { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-parallax] { --parallax-y: 0px !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }
}

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
