/*
Theme Name: Mecools Corporate
Theme URI: https://www.mecools.com/
Author: Mecools
Description: Lightweight corporate and careers theme for Mecools.
Version: 1.4.12
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mecools
*/

:root {
  --ink: #122126;
  --ink-soft: #34474d;
  --muted: #617177;
  --paper: #fbfcf9;
  --white: #fff;
  --mist: #edf5f1;
  --line: #dbe5e1;
  --teal: #087c78;
  --teal-dark: #075f5c;
  --teal-pale: #d8ece7;
  --amber: #d9902e;
  --shadow: 0 22px 60px rgba(18, 42, 45, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.screen-reader-text {
  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:focus {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 252, 249, .9);
  border-bottom: 1px solid rgba(219, 229, 225, .8);
  backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 10px;
  font-size: 18px;
}

.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); color: var(--ink-soft); font-size: 15px; }
.nav-links a, .footer-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible, .footer-links a:hover { color: var(--teal); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.button, .header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.button-primary, .header-cta { color: var(--white); background: var(--teal); box-shadow: 0 12px 28px rgba(8, 124, 120, .2); }
.button-primary:hover, .header-cta:hover { background: var(--teal-dark); }
.button-secondary { background: rgba(255, 255, 255, .72); border-color: rgba(18, 33, 38, .22); }
.button-light { color: var(--teal-dark); background: var(--white); box-shadow: none; }
.button-ghost-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.48); }
.button-ghost-light:hover { background: rgba(255,255,255,.1); }

main { overflow: hidden; }
[id] { scroll-margin-top: 90px; }
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding: 142px max(22px, calc((100vw - var(--max)) / 2)) 120px;
  background: #e7efeb;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background:
    linear-gradient(90deg, rgba(251,252,249,.98) 0%, rgba(251,252,249,.83) 38%, rgba(251,252,249,.18) 72%),
    var(--hero-image) center right / cover no-repeat;
  transform: scale(1.008);
}
.hero-overlay {
  background:
    radial-gradient(circle at 12% 25%, rgba(8,124,120,.16), transparent 34%),
    linear-gradient(180deg, transparent 72%, var(--paper) 100%);
}
.hero-content { position: relative; z-index: 1; width: min(750px, 100%); }
.eyebrow, .section-kicker {
  margin: 0 0 15px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(43px, 6vw, 78px); line-height: 1.05; letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(31px, 4vw, 49px); line-height: 1.15; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.35; }
.hero-copy { max-width: 660px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.trust-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  margin: -55px auto 0;
  padding: 0;
  background: var(--white);
  border: 1px solid rgba(219, 229, 225, .9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.trust-item { min-height: 132px; padding: 29px 30px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: 7px; font-size: 22px; }
.trust-item span { color: var(--muted); }

.section { padding: clamp(82px, 10vw, 124px) max(22px, calc((100vw - var(--max)) / 2)); }
.section-tinted { background: var(--mist); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.prose { color: var(--ink-soft); font-size: 18px; }
.prose p { margin-bottom: 20px; }
.prose p:last-child { margin-bottom: 0; }
.highlight-line { padding-left: 20px; color: var(--teal-dark); border-left: 3px solid var(--teal); font-weight: 700; }

.company-intro { margin-bottom: 56px; }
.company-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.company-facts > div { min-height: 128px; padding: 25px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-facts span { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: 13px; font-weight: 850; letter-spacing: .04em; }
.company-facts strong { display: block; font-size: clamp(17px, 2vw, 22px); line-height: 1.45; }
.entity-note { max-width: 820px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.section-visual, .culture-visual { position: relative; margin: 46px 0 50px; overflow: hidden; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.section-visual { aspect-ratio: 16 / 7; }
.section-visual img, .culture-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.section-visual figcaption, .culture-visual figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; max-width: 720px; align-items: baseline; gap: 13px; padding: 16px 18px; color: var(--white); background: rgba(12,24,28,.74); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; backdrop-filter: blur(14px); }
.section-visual figcaption strong { flex: 0 0 auto; font-size: 17px; }
.section-visual figcaption span { color: #d9e3e5; font-size: 14px; }
.visual-global img { object-position: center 56%; }
.visual-products img { object-position: center 58%; }
.visual-campus img { object-position: center 54%; }
.section-visual figcaption .campus-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 17px; font-weight: 850; letter-spacing: -.02em; }
.campus-brand i { display: inline-grid; width: 28px; height: 28px; place-items: center; color: var(--ink); background: var(--amber); border-radius: 8px; font-family: var(--font-display); font-size: 17px; font-style: normal; font-weight: 900; }
.visual-careers { aspect-ratio: 16 / 6.4; margin-top: 36px; }
.visual-careers img { object-position: center 48%; }

.history-section { background: #fff; }
.history-heading { margin-bottom: 52px; }
.history-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.history-timeline li { position: relative; display: grid; grid-template-columns: minmax(180px, .42fr) 1fr; gap: clamp(34px, 7vw, 92px); padding: 34px 0; border-bottom: 1px solid var(--line); }
.history-timeline li::before { position: absolute; top: 42px; left: clamp(137px, 16vw, 190px); width: 10px; height: 10px; content: ""; background: var(--amber); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.history-year { display: flex; align-items: baseline; gap: 15px; }
.history-year strong { color: var(--teal-dark); font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -.035em; }
.history-year span { color: var(--muted); font-size: 13px; font-weight: 800; }
.history-copy { padding-left: clamp(0px, 2vw, 30px); }
.history-copy h3 { margin-bottom: 8px; font-size: clamp(20px, 2.4vw, 25px); }
.history-copy p { max-width: 740px; margin-bottom: 0; color: var(--muted); }
.history-note { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }

.section-heading-dark > p { color: var(--muted); }
.capability-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 48px 0 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.capability-flow li { min-height: 238px; padding: 29px; background: rgba(255,255,255,.9); }
.capability-flow span { display: block; margin-bottom: 34px; color: var(--teal); font-size: 13px; font-weight: 850; }
.capability-flow strong { display: block; margin-bottom: 11px; font-size: 22px; }
.capability-flow p { margin-bottom: 0; color: var(--muted); }

.product-section { background: var(--paper); }
.product-heading { margin-bottom: 45px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-grid article { min-height: 248px; padding: 28px; background: var(--ink); border-radius: var(--radius); color: var(--white); }
.category-grid span { display: block; margin-bottom: 48px; color: #7ed3c9; font-size: 13px; font-weight: 850; }
.category-grid p { margin-bottom: 0; color: #b8c5c8; }
.product-disclaimer { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.global-brands-section { color: var(--white); background: var(--ink); }
.global-brands-section .section-kicker { color: #7ed3c9; }
.global-brands-section .section-heading-row > p { color: #b8c5c8; }
.visual-mexico-retail { margin: 46px 0 0; }
.visual-mexico-retail img { object-position: center 50%; }
.brand-network { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.brand-card { min-height: 386px; padding: clamp(29px, 4vw, 48px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.brand-elegate { background: linear-gradient(135deg, #0b817b 0%, #075851 100%); }
.brand-joinet { background: linear-gradient(135deg, #123b65 0%, #0b223c 100%); }
.brand-wordmark { margin-bottom: 30px; color: #fff; font-family: var(--font-display); font-size: clamp(32px, 4vw, 50px); font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.brand-elegate .brand-wordmark { letter-spacing: -.035em; }
.brand-elegate .brand-wordmark span { color: var(--amber); }
.brand-market { margin-bottom: 26px; color: #c2f1ea; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.brand-joinet .brand-market { color: #b9d8ff; }
.brand-card h3 { max-width: 410px; margin-bottom: 14px; font-size: clamp(21px, 2.2vw, 28px); }
.brand-card > p:not(.brand-market) { max-width: 500px; margin-bottom: 28px; color: rgba(255,255,255,.8); }
.brand-card a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 850; text-decoration: none; }
.brand-card a span { color: var(--amber); font-size: 19px; line-height: 1; }
.brand-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.market-presence { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(26px, 5vw, 68px); align-items: center; margin-top: 58px; padding-top: 58px; border-top: 1px solid rgba(255,255,255,.18); }
.storefront-visual { aspect-ratio: 16 / 9; margin: 0; }
.storefront-visual img { object-position: center 52%; }
.footprint-copy > span { display: block; margin-bottom: 12px; color: #7ed3c9; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footprint-copy h3 { max-width: 520px; margin-bottom: 15px; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.03em; }
.footprint-copy > p { max-width: 570px; margin-bottom: 25px; color: #b8c5c8; }
.footprint-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.18); }
.footprint-list article { padding: 18px 20px; background: rgba(255,255,255,.05); }
.footprint-list span { display: block; margin-bottom: 7px; color: #c2f1ea; font-size: 12px; font-weight: 850; letter-spacing: .05em; }
.footprint-list strong { display: block; margin-bottom: 6px; font-size: 16px; }
.footprint-list p { margin: 0; color: #b8c5c8; font-size: 14px; line-height: 1.65; }
.market-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 0 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.18); }
.market-stats article { min-height: 132px; padding: 18px 20px; background: rgba(255,255,255,.05); }
.market-stats strong { display: block; margin-bottom: 4px; color: var(--amber); font-family: var(--font-display); font-size: clamp(30px, 3vw, 43px); line-height: 1; letter-spacing: -.04em; }
.market-stats span { display: block; margin-bottom: 7px; color: #fff; font-size: 14px; font-weight: 850; }
.market-stats p { margin: 0; color: #b8c5c8; font-size: 13px; line-height: 1.5; }
.brazil-market { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 6vw, 84px); margin-top: 56px; padding: 36px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.brazil-market span { display: block; margin-bottom: 12px; color: var(--amber); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.brazil-market h3 { margin: 0; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.03em; }
.brazil-market p { max-width: 670px; margin-bottom: 14px; color: #d9e3e5; }
.brazil-market p:last-child { margin-bottom: 0; color: #b8c5c8; }
.brand-disclaimer { max-width: 900px; margin: 23px 0 0; color: #b8c5c8; font-size: 13px; line-height: 1.75; }

.culture-section { background: #fff; }
.culture-lead { max-width: 500px; color: var(--muted); font-size: 18px; }
.culture-visual { aspect-ratio: 4 / 3; margin: 34px 0 0; box-shadow: none; }
.culture-visual img { object-position: center; }
.culture-visual figcaption { right: 16px; bottom: 16px; left: 16px; display: block; padding: 12px 14px; font-size: 13px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.feature-card {
  min-height: 295px;
  padding: 29px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(219,229,225,.9);
  border-radius: var(--radius);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 42px rgba(18,42,45,.1); }
.feature-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 36px;
  place-items: center;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
}
.feature-card p { margin-bottom: 0; color: var(--muted); }

.values-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.value-item { position: relative; padding: 24px 0 24px 42px; border-bottom: 1px solid var(--line); }
.value-item::before { position: absolute; top: 30px; left: 4px; width: 10px; height: 10px; content: ""; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 7px rgba(217,144,46,.12); }
.value-item p { margin-bottom: 0; color: var(--muted); }

.growth-section { background: var(--teal); color: var(--white); }
.growth-section .section-kicker { color: #c2f1ea; }
.growth-section .section-heading-row > p { color: #d9f1ed; }
.growth-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; background: rgba(255,255,255,.25); border-radius: var(--radius); overflow: hidden; }
.growth-grid article { min-height: 220px; padding: 30px; background: rgba(5,80,77,.46); }
.growth-grid strong { display: block; margin-bottom: 13px; font-size: 21px; }
.growth-grid p { margin-bottom: 0; color: #d9f1ed; }
.pathways-block { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 7vw, 86px); margin-top: 68px; padding-top: 54px; border-top: 1px solid rgba(255,255,255,.28); }
.pathways-intro > span { display: block; margin-bottom: 12px; color: #c2f1ea; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pathways-intro h3 { max-width: 360px; margin-bottom: 16px; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.025em; }
.pathways-intro p { max-width: 430px; margin-bottom: 0; color: #d9f1ed; }
.pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.25); border-radius: var(--radius); overflow: hidden; }
.pathway-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; min-height: 224px; padding: 27px; background: rgba(5,80,77,.46); }
.pathway-grid article > span { color: #c2f1ea; font-size: 12px; font-weight: 900; }
.pathway-grid h3 { margin-bottom: 9px; font-size: 20px; }
.pathway-grid p { margin-bottom: 0; color: #d9f1ed; }

.jobs-section { color: var(--white); background: var(--ink); }
.jobs-section .section-kicker { color: #7ed3c9; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading-row > p { max-width: 500px; color: var(--muted); }
.jobs-section .section-heading-row > p { color: #b8c5c8; }
.career-benefits { display: grid; grid-template-columns: 1.4fr .55fr .55fr; gap: 1px; margin-top: 42px; color: var(--ink); background: rgba(255,255,255,.18); border-radius: var(--radius); overflow: hidden; }
.career-benefits > div { min-height: 190px; padding: 28px 30px; background: var(--white); }
.benefits-copy > span { display: block; margin-bottom: 16px; color: var(--teal-dark); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.benefits-copy h3 { margin-bottom: 9px; font-size: clamp(22px, 2.6vw, 30px); }
.benefits-copy p { max-width: 610px; margin-bottom: 0; color: var(--muted); }
.benefit-stat { display: flex; flex-direction: column; justify-content: center; }
.benefit-stat strong { display: inline-block; color: var(--teal-dark); font-size: clamp(44px, 5vw, 64px); line-height: .9; letter-spacing: -.045em; }
.benefit-stat span { margin: 8px 0 18px; color: var(--teal-dark); font-size: 14px; font-weight: 800; }
.benefit-stat p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.job-card { display: flex; min-height: 355px; flex-direction: column; padding: 29px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.jobs-grid-expanded .job-card { min-height: 390px; }
.job-meta { margin-bottom: 24px; color: var(--teal-dark); font-size: 14px; font-weight: 750; }
.job-intro { min-height: 78px; margin-bottom: 18px; color: var(--ink-soft); }
.job-card ul { flex: 1; margin: 0 0 28px; padding-left: 21px; color: var(--muted); }
.job-card li + li { margin-top: 9px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-weight: 800; }
.text-link::after { content: "\2192"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.boss-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 46px;
  padding: clamp(30px, 5vw, 54px);
  background: var(--teal);
  border-radius: var(--radius);
}
.boss-panel h3 { margin-bottom: 9px; font-size: clamp(24px, 3vw, 34px); }
.boss-panel p { max-width: 660px; margin-bottom: 0; color: #d9f1ed; }
.boss-label { display: inline-flex; margin-bottom: 13px; padding: 5px 9px; color: var(--teal-dark); background: #d9f1ed; border-radius: 6px; font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.boss-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.recruitment-verification { margin-top: 24px; padding: clamp(28px, 4vw, 42px); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.verification-heading { display: grid; grid-template-columns: .7fr 1.1fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
.verification-heading > span { color: #7ed3c9; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.verification-heading h3 { margin-bottom: 0; font-size: clamp(22px, 2.8vw, 30px); }
.verification-heading p { margin-bottom: 0; color: #b8c5c8; }
.verification-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.18); border-radius: 13px; }
.verification-grid > div { min-height: 128px; padding: 23px 25px; background: #16282e; }
.verification-grid span { display: block; margin-bottom: 8px; color: #7ed3c9; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.verification-grid strong { display: block; color: var(--white); font-size: clamp(16px, 2vw, 20px); line-height: 1.5; }
.verification-grid a { text-decoration: underline; text-decoration-color: rgba(126,211,201,.45); text-underline-offset: 4px; }

.hiring-section { background: #fff; }
.hiring-layout > div > p { max-width: 520px; color: var(--muted); font-size: 18px; }
.hiring-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hiring-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.hiring-steps li > span { color: var(--teal); font-size: 13px; font-weight: 900; }
.hiring-steps h3 { margin-bottom: 5px; }
.hiring-steps p { margin-bottom: 0; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 100px); }
.faq-layout > div:first-child > p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 4px; content: "+"; color: var(--teal); font-size: 25px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 44px 23px 0; margin: 0; color: var(--muted); }

.contact-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px);
  color: var(--white);
  background: var(--teal);
  border-radius: var(--radius);
  transform: translateY(62px);
  box-shadow: 0 22px 60px rgba(8,124,120,.24);
}
.contact-band .section-kicker { color: #c2f1ea; }
.contact-band h2 { margin-bottom: 13px; }
.contact-band p { max-width: 690px; margin-bottom: 0; color: #d9f1ed; }

.site-footer { padding: 124px max(22px, calc((100vw - var(--max)) / 2)) 42px; background: #0c181c; color: var(--white); }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 38px; max-width: var(--max); margin: 0 auto; }
.footer-brand { margin-bottom: 6px; font-size: 19px; }
.footer-copy { margin-bottom: 0; color: #91a2a7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; color: #b5c3c6; font-size: 14px; }
.copyright { max-width: var(--max); margin: 34px auto 0; padding-top: 22px; color: #71848a; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.copyright a { color: inherit; text-decoration: none; white-space: nowrap; }
.copyright a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.default-content { max-width: 820px; min-height: 70vh; margin: 0 auto; padding: 130px 22px 80px; }

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-flow { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .growth-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-network { grid-template-columns: 1fr; }
  .market-presence { grid-template-columns: 1fr; gap: 32px; }
  .brazil-market { grid-template-columns: 1fr; gap: 18px; }
  .pathways-block { grid-template-columns: 1fr; }
  .career-benefits { grid-template-columns: 1fr 1fr; }
  .benefits-copy { grid-column: 1 / -1; }
  .jobs-grid { grid-template-columns: 1fr; }
  .job-card { min-height: auto; }
  .jobs-grid-expanded .job-card { min-height: auto; }
  .job-intro { min-height: auto; }
  .boss-panel { display: grid; }
  .verification-heading { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 18px 22px;
    background: rgba(251,252,249,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(18,42,45,.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 13px 5px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border: 0; }
  .hero { min-height: auto; padding: 122px 22px 115px; }
  .hero-media {
    background:
      linear-gradient(180deg, rgba(251,252,249,.76) 0%, rgba(251,252,249,.94) 64%, var(--paper) 100%),
      var(--hero-image) 64% center / cover no-repeat;
  }
  h1 { font-size: clamp(38px, 10vw, 48px); }
  .trust-band { grid-template-columns: 1fr; margin: -58px 18px 0; }
  .trust-item { min-height: auto; padding: 23px 25px; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .split-layout { grid-template-columns: 1fr; gap: 23px; }
  .company-intro { margin-bottom: 38px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts > div { min-height: auto; padding: 22px; }
  .entity-note { margin-top: 16px; }
  .section-visual { aspect-ratio: 4 / 3; margin: 34px 0 38px; }
  .section-visual figcaption { right: 14px; bottom: 14px; left: 14px; display: block; padding: 13px 14px; }
  .section-visual figcaption strong, .section-visual figcaption span { display: block; }
  .section-visual figcaption span { margin-top: 5px; }
  .visual-global img { object-position: 54% center; }
  .visual-products img { object-position: center; }
  .visual-careers img { object-position: 45% center; }
  .history-heading { margin-bottom: 34px; }
  .history-timeline li { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .history-timeline li::before { display: none; }
  .history-year { justify-content: space-between; }
  .history-copy { padding-left: 0; }
  .capability-flow, .category-grid, .growth-grid { grid-template-columns: 1fr; }
  .capability-flow li { min-height: auto; }
  .capability-flow span, .category-grid span { margin-bottom: 24px; }
  .category-grid article, .growth-grid article { min-height: auto; }
  .product-disclaimer { margin-top: 18px; }
  .brand-network { margin-top: 34px; }
  .brand-card { min-height: auto; padding: 29px; }
  .visual-mexico-retail { margin-top: 34px; }
  .market-presence { margin-top: 42px; padding-top: 42px; }
  .storefront-visual { aspect-ratio: 4 / 3; }
  .market-stats article { min-height: auto; padding: 17px; }
  .brazil-market { margin-top: 42px; padding-top: 30px; }
  .footprint-list article { padding: 17px; }
  .brand-disclaimer { margin-top: 18px; }
  .pathways-block { margin-top: 48px; padding-top: 40px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-grid article { min-height: auto; }
  .career-benefits { grid-template-columns: 1fr 1fr; }
  .career-benefits > div { min-height: auto; padding: 24px 22px; }
  .benefits-copy { grid-column: 1 / -1; }
  .benefit-stat strong { font-size: 46px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-number { margin-bottom: 24px; }
  .section-heading-row { display: block; }
  .boss-actions { display: grid; }
  .boss-actions .button { width: 100%; }
  .verification-grid { grid-template-columns: 1fr; }
  .verification-grid > div { min-height: auto; padding: 20px; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .contact-band { grid-template-columns: 1fr; margin: 0 18px; padding: 38px 28px; }
  .contact-band .button { width: 100%; }
  .footer-inner { display: grid; }
  .footer-links { gap: 17px; }
}

@media screen and (max-width: 782px) {
  .admin-bar #wpadminbar { position: fixed; }
  .admin-bar .site-header { top: 46px; }
}

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