@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
  --emvoi-blue: #35448f;
  --emvoi-blue-dark: #27336d;
  --emvoi-green: #45a982;
  --emvoi-mint: #e9f5f1;
  --emvoi-soft: #f5f7fa;
  --emvoi-text: #273568;
  --emvoi-muted: #65709a;
  --emvoi-line: #dfe4ef;
  --emvoi-white: #ffffff;
  --emvoi-sans: "DM Sans", Arial, sans-serif;
  --emvoi-serif: "Libre Baskerville", Georgia, serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
body.emvoi-menu-open { overflow: hidden; }
.theme-footer-area { display: none !important; }
.emvoi-site, .emvoi-site * { box-sizing: border-box; }
.emvoi-site { margin: 0; background: var(--emvoi-white); color: var(--emvoi-text); font-family: var(--emvoi-sans); font-size: 16px; line-height: 1.5; }
.emvoi-site section[id] { scroll-margin-top: 24px; }
.emvoi-site a { color: inherit; text-decoration: none; }
.emvoi-site button { font: inherit; }
.emvoi-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.emvoi-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.emvoi-header { min-height: 82px; border-bottom: 1px solid var(--emvoi-line); display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px max(24px, calc((100vw - 1160px) / 2)); position: relative; z-index: 20; background: rgba(255,255,255,.97); }
.emvoi-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.emvoi-brand img { display: block; width: 230px; height: 60px; max-height: none; object-fit: cover; object-position: center 49%; }
.emvoi-desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.emvoi-desktop-nav a { color: #4e5b8f; font-size: 14px; font-weight: 600; }
.emvoi-desktop-nav a:hover { color: var(--emvoi-green); }
.emvoi-header-button { background: var(--emvoi-blue); color: var(--emvoi-white) !important; padding: 12px 17px; border-radius: 4px; font-size: 13px; font-weight: 700; }
.emvoi-header-button:hover { background: var(--emvoi-blue-dark); }
.emvoi-menu-toggle, .emvoi-mobile-menu { display: none; }

.emvoi-hero { background: linear-gradient(115deg, #fff 0%, #fff 55%, var(--emvoi-mint) 55%, var(--emvoi-mint) 100%); }
.emvoi-hero-layout { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); align-items: center; gap: 78px; padding-top: 48px; padding-bottom: 48px; }
.emvoi-overline { margin: 0 0 17px; color: var(--emvoi-green); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.emvoi-overline-light { color: #abe1ce; }
.emvoi-site h1, .emvoi-site h2, .emvoi-site h3, .emvoi-site p { margin-top: 0; }
.emvoi-site h1, .emvoi-site h2 { font-family: var(--emvoi-serif); color: var(--emvoi-text); font-weight: 700; letter-spacing: -.045em; line-height: 1.12; }
.emvoi-site h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(46px, 5vw, 72px); }
.emvoi-site h2 { margin-bottom: 0; font-size: clamp(32px, 3.4vw, 50px); }
.emvoi-hero-intro { max-width: 650px; margin-bottom: 29px; color: var(--emvoi-muted); font-size: 17px; line-height: 1.68; }
.emvoi-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.emvoi-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 19px; border-radius: 4px; font-size: 14px; font-weight: 700; transition: background .2s, transform .2s; }
.emvoi-button:hover { transform: translateY(-2px); }
.emvoi-button-primary { background: var(--emvoi-blue); color: var(--emvoi-white) !important; }
.emvoi-button-primary:hover { background: var(--emvoi-blue-dark); }
.emvoi-button-secondary { border: 1px solid #cbd2e3; color: var(--emvoi-blue) !important; background: rgba(255,255,255,.72); }
.emvoi-button-secondary:hover { background: var(--emvoi-white); }
.emvoi-summary { background: var(--emvoi-white); border-radius: 8px; box-shadow: 0 15px 38px rgba(48,64,131,.12); overflow: hidden; }
.emvoi-summary div { padding: 24px 26px; border-bottom: 1px solid var(--emvoi-line); }
.emvoi-summary div:last-child { border-bottom: 0; }
.emvoi-summary span { display: block; margin-bottom: 5px; color: var(--emvoi-muted); font-size: 12px; }
.emvoi-summary strong { display: block; color: var(--emvoi-blue); font-size: 18px; line-height: 1.35; }
.emvoi-hero-media > img { display: block; width: 100%; height: 300px; object-fit: cover; border-radius: 8px; box-shadow: 0 15px 38px rgba(48,64,131,.12); }
.emvoi-hero-media .emvoi-summary { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: -34px 16px 0; }
.emvoi-hero-media .emvoi-summary div { padding: 18px 15px; border-right: 1px solid var(--emvoi-line); border-bottom: 0; }
.emvoi-hero-media .emvoi-summary div:last-child { border-right: 0; }
.emvoi-hero-media .emvoi-summary span { font-size: 10px; }
.emvoi-hero-media .emvoi-summary strong { font-size: 14px; }

.emvoi-section { padding-top: 104px; padding-bottom: 104px; }
.emvoi-about { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.emvoi-section-heading h2 { max-width: 570px; }
.emvoi-about-image { display: block; width: 100%; max-width: 560px; height: 290px; margin-top: 34px; object-fit: cover; border-radius: 8px; }
.emvoi-about-copy { max-width: 520px; padding-top: 6px; }
.emvoi-about-copy p { margin-bottom: 18px; color: var(--emvoi-muted); font-size: 16px; line-height: 1.78; }

.emvoi-capabilities-section { background: var(--emvoi-soft); padding: 92px 0 100px; }
.emvoi-capabilities-heading { margin-bottom: 40px; }
.emvoi-section-intro { max-width: 640px; margin: 20px 0 0; color: var(--emvoi-muted); font-size: 16px; line-height: 1.65; }
.emvoi-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.emvoi-capability-grid article { min-height: 420px; padding: 27px 25px; background: var(--emvoi-white); border: 1px solid var(--emvoi-line); border-radius: 7px; overflow: hidden; }
.emvoi-capability-grid article > img { display: block; width: calc(100% + 50px); height: 155px; margin: -27px -25px 22px; object-fit: cover; }
.emvoi-capability-grid article > span { color: var(--emvoi-green); font-size: 12px; font-weight: 700; }
.emvoi-capability-grid h3 { margin: 24px 0 13px; color: var(--emvoi-blue); font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.emvoi-capability-grid p { margin-bottom: 0; color: var(--emvoi-muted); font-size: 14px; line-height: 1.65; }

.emvoi-facilities-section { padding: 96px 0 104px; background: var(--emvoi-white); }
.emvoi-facilities-heading { margin-bottom: 40px; }
.emvoi-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.emvoi-gallery figure { position: relative; min-width: 0; height: 250px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--emvoi-soft); }
.emvoi-gallery-wide { grid-column: span 2; }
.emvoi-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.emvoi-gallery figure:hover img { transform: scale(1.025); }
.emvoi-gallery figcaption { position: absolute; inset: auto 0 0; padding: 30px 18px 15px; color: var(--emvoi-white); font-size: 13px; font-weight: 700; background: linear-gradient(transparent, rgba(20,29,65,.82)); }

.emvoi-operations-section { padding: 90px 0; background: var(--emvoi-blue); color: var(--emvoi-white); }
.emvoi-operations-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.emvoi-operations-section h2 { color: var(--emvoi-white); }
.emvoi-video-card { position: relative; display: block; max-width: 500px; margin-top: 34px; overflow: hidden; border-radius: 8px; border: 1px solid rgba(255,255,255,.2); background: #111; }
.emvoi-video-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.emvoi-video-card > span { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 62px; height: 44px; padding-left: 3px; transform: translate(-50%, -50%); border-radius: 11px; color: var(--emvoi-white); background: #ff0033; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.emvoi-operations-copy > p { max-width: 600px; color: #d8dcef; font-size: 16px; line-height: 1.7; }
.emvoi-operations-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; padding: 0; margin: 27px 0 30px; list-style: none; }
.emvoi-operations-copy li { position: relative; padding-left: 25px; font-size: 15px; }
.emvoi-operations-copy li::before { content: "✓"; position: absolute; left: 0; color: #88dbbd; font-weight: 700; }
.emvoi-video-link { display: inline-flex; align-items: center; gap: 12px; color: var(--emvoi-white) !important; font-weight: 700; font-size: 14px; }
.emvoi-video-link span { display: inline-grid; place-items: center; width: 38px; height: 38px; padding-left: 2px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }

.emvoi-companies-section { padding: 96px 0; }
.emvoi-companies-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.emvoi-companies-image { display: block; width: 100%; max-width: 560px; margin-top: 34px; border: 1px solid var(--emvoi-line); border-radius: 8px; }
.emvoi-company-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; border-top: 1px solid var(--emvoi-line); }
.emvoi-company-list div { padding: 16px 0; border-bottom: 1px solid var(--emvoi-line); color: var(--emvoi-blue); font-size: 14px; font-weight: 600; line-height: 1.45; }
.emvoi-associated-businesses { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--emvoi-line); }
.emvoi-associated-businesses h3 { margin: 0 0 12px; color: var(--emvoi-blue); font-size: 18px; }
.emvoi-associated-businesses img { display: block; width: 100%; border: 1px solid var(--emvoi-line); border-radius: 8px; }

.emvoi-contact-section { padding: 90px 0; background: var(--emvoi-mint); }
.emvoi-contact-heading { margin-bottom: 38px; }
.emvoi-contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.emvoi-contact-grid article { min-height: 190px; padding: 25px; background: var(--emvoi-white); border-radius: 7px; box-shadow: 0 8px 25px rgba(38,51,101,.07); }
.emvoi-contact-grid h3 { margin: 0 0 14px; color: var(--emvoi-blue); font-size: 16px; }
.emvoi-contact-grid p { margin: 0; color: var(--emvoi-muted); font-size: 14px; line-height: 1.72; }
.emvoi-contact-grid a { color: var(--emvoi-blue) !important; text-decoration: underline; text-underline-offset: 2px; }
.emvoi-directions { margin-top: 20px; }

.emvoi-footer { padding: 30px 0; border-top: 1px solid var(--emvoi-line); background: var(--emvoi-white); }
.emvoi-footer-content { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.emvoi-footer img { display: block; width: 165px; height: 43px; max-height: none; object-fit: cover; object-position: center 49%; }
.emvoi-footer p { margin: 0; color: var(--emvoi-muted); font-size: 13px; }
.emvoi-footer p:last-child { text-align: right; }

@media (max-width: 980px) {
  .emvoi-desktop-nav { gap: 18px; }
  .emvoi-brand img { width: 205px; height: 54px; }
  .emvoi-hero-layout { gap: 45px; }
  .emvoi-capability-grid, .emvoi-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .emvoi-container { width: min(100% - 40px, 620px); }
  .emvoi-header { min-height: 72px; padding: 10px 20px; }
  .emvoi-brand img { width: 190px; height: 50px; }
  .emvoi-desktop-nav, .emvoi-header-button { display: none; }
  .emvoi-menu-toggle { width: 42px; height: 42px; border: 0; background: transparent; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 7px; cursor: pointer; }
  .emvoi-menu-toggle span:not(.emvoi-sr-only) { display: block; width: 100%; height: 2px; background: var(--emvoi-blue); transition: transform .2s; }
  .emvoi-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .emvoi-menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .emvoi-mobile-menu { display: block; position: fixed; inset: 72px 0 auto; z-index: 19; padding: 22px 20px 28px; background: var(--emvoi-white); border-bottom: 1px solid var(--emvoi-line); transform: translateY(-120%); transition: transform .25s; }
  .emvoi-mobile-menu.emvoi-is-open { transform: translateY(0); }
  .emvoi-mobile-menu nav { display: grid; gap: 17px; }
  .emvoi-mobile-menu a { color: var(--emvoi-blue); font-size: 18px; font-weight: 700; }
  .emvoi-hero { background: linear-gradient(#fff 0%, #fff 66%, var(--emvoi-mint) 66%, var(--emvoi-mint) 100%); }
  .emvoi-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 66px; padding-bottom: 48px; }
  .emvoi-site h1 { max-width: 580px; font-size: clamp(38px, 9vw, 54px); line-height: 1.12; }
  .emvoi-summary { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .emvoi-summary div { padding: 19px 14px; border-right: 1px solid var(--emvoi-line); border-bottom: 0; }
  .emvoi-summary div:last-child { border-right: 0; }
  .emvoi-summary span { font-size: 10px; }
  .emvoi-summary strong { font-size: 14px; }
  .emvoi-section { padding-top: 72px; padding-bottom: 72px; }
  .emvoi-about, .emvoi-operations-layout, .emvoi-companies-layout { grid-template-columns: 1fr; gap: 36px; }
  .emvoi-capabilities-section, .emvoi-facilities-section, .emvoi-operations-section, .emvoi-companies-section, .emvoi-contact-section { padding: 72px 0; }
  .emvoi-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .emvoi-gallery-wide { grid-column: span 2; }
  .emvoi-operations-copy ul { grid-template-columns: 1fr; }
  .emvoi-company-list { grid-template-columns: 1fr; }
  .emvoi-associated-businesses { grid-template-columns: 1fr; gap: 30px; margin-top: 54px; padding-top: 54px; }
  .emvoi-footer-content { grid-template-columns: 1fr; gap: 16px; }
  .emvoi-footer p:last-child { text-align: left; }
}

@media (max-width: 500px) {
  .emvoi-container { width: min(100% - 32px, 620px); }
  .emvoi-brand img { width: 170px; height: 46px; }
  .emvoi-hero-layout { padding-top: 54px; }
  .emvoi-site h1 { font-size: 38px; line-height: 1.14; letter-spacing: -.04em; }
  .emvoi-site h2 { font-size: 32px; line-height: 1.18; }
  .emvoi-hero-intro { font-size: 16px; }
  .emvoi-actions { display: grid; }
  .emvoi-button { width: 100%; }
  .emvoi-summary { grid-template-columns: 1fr; }
  .emvoi-summary div { border-right: 0; border-bottom: 1px solid var(--emvoi-line); }
  .emvoi-summary div:last-child { border-bottom: 0; }
  .emvoi-hero-media .emvoi-summary { grid-template-columns: 1fr; margin: -24px 12px 0; }
  .emvoi-hero-media .emvoi-summary div { border-right: 0; border-bottom: 1px solid var(--emvoi-line); }
  .emvoi-hero-media .emvoi-summary div:last-child { border-bottom: 0; }
  .emvoi-hero-media > img { height: 240px; }
  .emvoi-capability-grid, .emvoi-contact-grid { grid-template-columns: 1fr; }
  .emvoi-capability-grid article { min-height: 0; }
  .emvoi-gallery { grid-template-columns: 1fr; }
  .emvoi-gallery-wide { grid-column: span 1; }
  .emvoi-gallery figure { height: 230px; }
  .emvoi-contact-grid article { min-height: 0; }
}
