
:root{
  --navy:#062747;
  --navy-2:#0a345d;
  --navy-3:#0f426f;
  --ink:#092642;
  --muted:#526b84;
  --cream:#fbf4e8;
  --cream-2:#fffaf1;
  --gold:#f2bd57;
  --gold-2:#ffcc6a;
  --white:#ffffff;
  --line:rgba(8,38,66,.13);
  --shadow:0 24px 70px rgba(6,39,71,.16);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:10px 12px;z-index:20}.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(6,39,71,.08)}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;color:#101820;min-width:max-content}.brand-main{font-size:28px;letter-spacing:-.04em;font-weight:500}.brand-rule{width:1px;height:42px;background:#101820}.brand-stack{text-transform:uppercase;font-size:9px;letter-spacing:.46em;line-height:1.2;font-weight:700}
.main-nav{display:flex;align-items:center;gap:30px}.nav-link{position:relative;font-size:14px;font-weight:800;color:#071f38;padding:26px 0}.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.18s ease}.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;color:var(--navy)}
.section{padding:92px 0}.section-navy{background:radial-gradient(circle at 75% 10%,rgba(255,255,255,.13),transparent 28%),linear-gradient(135deg,var(--navy),var(--navy-2) 62%,#041d34);color:#fff;position:relative;overflow:hidden}.section-navy::before{content:"";position:absolute;inset:auto auto -140px -140px;width:360px;height:360px;border:1px solid rgba(242,189,87,.22);border-radius:50%;box-shadow:0 0 0 18px rgba(242,189,87,.04),0 0 0 38px rgba(242,189,87,.035),0 0 0 58px rgba(242,189,87,.03)}
.section-cream{background:linear-gradient(135deg,var(--cream-2),var(--cream));position:relative;overflow:hidden}.section-cream::before{content:"";position:absolute;left:-5%;top:8%;width:56%;height:40%;background:rgba(242,189,87,.08);border-radius:58% 42% 46% 54%;filter:blur(.2px);pointer-events:none}
.hero{padding:118px 0 112px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero h1,.page-hero h1,.content-block h2,.process-section h2,.industries-preview h2,.equipment-section h2,.cta-band h2,.section-heading h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;line-height:1.03;margin:0;color:inherit}.hero h1{font-size:clamp(56px,7vw,94px)}.hero-lede{max-width:560px;font-size:21px;line-height:1.58;color:rgba(255,255,255,.88);margin:30px 0 34px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--gold);font-size:13px;margin:0 0 14px}.eyebrow::after{content:"";display:block;width:74px;height:2px;background:currentColor;margin-top:12px}.eyebrow.dark{color:#d5962d}.center .eyebrow::after,.section-heading .eyebrow::after{margin-inline:auto}.button-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;border-radius:10px;padding:0 24px;font-weight:900;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.btn:hover{transform:translateY(-1px)}.btn-gold{background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#071f38;box-shadow:0 12px 30px rgba(242,189,87,.22)}.btn-outline-gold{border-color:var(--gold);color:#fff;background:rgba(255,255,255,.05)}.btn-outline-gold:hover{background:rgba(242,189,87,.14)}.btn-navy{background:var(--navy);color:#fff}.hero-visual{border-radius:var(--radius);background:#fff;padding:22px;box-shadow:0 28px 70px rgba(0,0,0,.22),inset 0 0 0 10px rgba(6,39,71,.08)}.hero-visual img{width:100%;height:auto}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:82px;position:relative;z-index:1}.align-center{align-items:center}.logo-card,.equipment-card,.insight-card,.contact-form,.service-card,.industry-card{background:rgba(255,255,255,.72);border:1px solid rgba(8,38,66,.1);border-radius:var(--radius);box-shadow:var(--shadow)}.logo-card{padding:54px;display:flex;align-items:center;justify-content:center;min-height:270px}.content-block h2,.process-section h2,.industries-preview h2,.equipment-section h2,.cta-band h2,.section-heading h2{font-size:clamp(40px,4vw,64px);color:var(--ink)}.content-block p{color:#4a6178;margin:20px 0}.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:15px}.check-list li{position:relative;padding-left:36px;color:#29445e}.check-list li::before{content:"✓";position:absolute;left:0;top:.1em;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);font-size:13px;font-weight:1000}.check-list strong{color:var(--ink)}
.process-section h2,.cta-band h2{color:#fff}.narrow-left{max-width:1040px}.process-list{margin-top:42px}.process-item{display:grid;grid-template-columns:64px 1fr;gap:30px;padding:26px 0;border-bottom:1px solid rgba(242,189,87,.38)}.process-item:last-child{border-bottom:none}.number{width:56px;height:56px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-weight:1000;font-size:20px}.process-item h3{font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.1;margin:0 0 5px;color:#fff}.process-item p{margin:0;color:rgba(255,255,255,.83)}
.center{text-align:center}.industries-preview .container{position:relative;z-index:1}.industry-icons{display:grid;grid-template-columns:repeat(6,1fr);margin-top:42px;background:rgba(255,255,255,.6);border-radius:18px;border:1px solid rgba(8,38,66,.08);overflow:hidden}.industry-icons a{padding:28px 18px;display:grid;gap:9px;place-items:center;border-right:1px solid rgba(213,150,45,.36);color:var(--navy);font-weight:900}.industry-icons a:last-child{border-right:0}.industry-icons a:hover{background:rgba(242,189,87,.12)}.icon{font-size:34px;line-height:1}.equipment-section{background:linear-gradient(180deg,#f8fbff,#fff)}.equipment-card{padding:30px}.cta-band{background:linear-gradient(135deg,var(--navy),var(--navy-3));color:#fff}.cta-inner{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.cta-band .eyebrow::after{display:none}.cta-band h2{font-size:clamp(32px,3vw,50px);max-width:800px}.page-hero{padding:104px 0}.page-hero-inner{position:relative;z-index:1;max-width:880px}.page-hero h1{font-size:clamp(48px,6vw,78px)}.page-hero p:not(.eyebrow){font-size:21px;color:rgba(255,255,255,.86);max-width:760px}.card-grid{display:grid;gap:24px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.service-card,.industry-card,.insight-card{padding:32px}.service-card h3,.industry-card h3,.insight-card h3{font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.1;margin:0 0 14px}.service-card p,.industry-card p,.insight-card p{color:#526b84;margin:0}.industry-card a{display:inline-flex;margin-top:22px;color:#9b6417;font-weight:1000}.insight-card{align-self:start;background:#fff}.insight-card .btn{margin-top:24px}.contact-layout{align-items:start}.contact-form{background:#fff;padding:34px;display:grid;gap:18px}.contact-form label{display:grid;gap:7px;font-weight:900;color:var(--navy)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid rgba(8,38,66,.18);border-radius:10px;padding:14px 14px;font:inherit;color:var(--ink);background:#fff}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:3px solid rgba(242,189,87,.28);border-color:var(--gold)}.hp-field{position:absolute!important;left:-9999px!important}.site-footer{background:#031a30;color:rgba(255,255,255,.8);padding:64px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{color:#fff}.footer-brand .brand-rule{background:#fff}.footer-copy{max-width:420px;color:rgba(255,255,255,.7)}.footer-title{font-size:13px;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin:0 0 15px}.site-footer a{display:block;color:rgba(255,255,255,.82);margin:10px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:rgba(255,255,255,.56)}
@media (max-width:920px){.container{width:min(100% - 34px,1180px)}.header-inner{height:auto;padding:16px 0;align-items:flex-start}.menu-toggle{display:inline-flex}.main-nav{position:absolute;top:74px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:10px 24px 22px;box-shadow:0 12px 40px rgba(0,0,0,.1)}.main-nav.open{display:flex}.nav-link{padding:12px 0}.nav-link::after{bottom:8px}.hero-grid,.two-col,.cta-inner{grid-template-columns:1fr}.hero{padding:78px 0}.hero h1{font-size:clamp(48px,12vw,70px)}.hero-lede,.page-hero p:not(.eyebrow){font-size:18px}.section{padding:64px 0}.card-grid.three,.industry-icons{grid-template-columns:1fr 1fr}.industry-icons a:nth-child(even){border-right:0}.industry-icons a{border-bottom:1px solid rgba(213,150,45,.28)}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.logo-card{padding:32px}.process-item{grid-template-columns:52px 1fr;gap:18px}.number{width:48px;height:48px}}
@media (max-width:560px){.brand-main{font-size:24px}.brand-stack{font-size:8px;letter-spacing:.35em}.button-row{align-items:stretch}.btn{width:100%}.industry-icons,.card-grid.three{grid-template-columns:1fr}.industry-icons a{border-right:0}.content-block h2,.process-section h2,.industries-preview h2,.equipment-section h2,.section-heading h2{font-size:38px}.page-hero h1{font-size:42px}.hero-visual{padding:12px}.footer-bottom{font-size:12px}}

.hero-contact-note{margin:18px 0 0;color:rgba(255,255,255,.85);font-weight:700}.hero-contact-note a{color:#fff;text-decoration:underline;text-underline-offset:3px}.hero-contact-note strong{color:var(--gold-2)}
.person-section{background:#fff}.person-grid{gap:64px}.person-photo-card{background:linear-gradient(180deg,#fff,#f4f7fb);border:1px solid rgba(8,38,66,.1);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.person-photo{width:100%;border-radius:22px;object-fit:cover}.membership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:30px}.badge-card{background:#fff;border:1px solid rgba(8,38,66,.1);border-radius:22px;box-shadow:var(--shadow);padding:24px;text-align:center}.badge-card img{width:100%;max-width:180px;max-height:180px;object-fit:contain;margin:0 auto 18px}.badge-card h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.1;margin:0 0 10px;color:var(--ink)}.badge-card p{margin:0;color:#5a7188}.badge-text{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:290px}.badge-initials{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--navy-3));color:var(--gold-2);font-size:34px;font-weight:900;margin-bottom:18px;box-shadow:0 12px 30px rgba(6,39,71,.18)}
.reviews-section{background:#f8fbff}.section-subcopy{max-width:760px;margin:16px auto 0;color:#556b81}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:38px}.quote-card{background:#fff;border:1px solid rgba(8,38,66,.08);border-radius:22px;box-shadow:var(--shadow);padding:30px}.quote-mark{font-size:48px;line-height:1;color:var(--navy);margin:0 0 10px;font-family:Georgia,"Times New Roman",serif}.quote-card p{margin:0 0 14px;color:#2d4761}.quote-author{display:grid;gap:2px;margin-top:16px}.quote-author span{color:#62798f;font-size:14px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-brand .brand-rule{display:none}.footer-brand .brand-main{font-size:34px;line-height:1}.footer-brand .brand-stack{font-size:11px;letter-spacing:.42em;line-height:1.35}
@media (max-width:920px){.membership-grid,.reviews-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.membership-grid,.reviews-grid{grid-template-columns:1fr}.person-grid{gap:34px}}


.footer-logo-fixed{

  display:grid;

  grid-template-columns:1fr;

  gap:8px;

  justify-items:start;

  align-items:start;

  width:max-content;

  color:#fff;

  margin:0 0 20px;

}

.footer-logo-fixed span{

  display:block;

}

.footer-logo-main{

  font-size:34px;

  line-height:1;

  letter-spacing:-.04em;

  font-weight:800;

}

.footer-logo-word{

  font-size:11px;

  line-height:1;

  letter-spacing:.42em;

  font-weight:900;

}





/* TMCG content/design pass 2026-07-02 */

.site-header {

  position: sticky;

  top: 0;

  z-index: 50;

  background: rgba(255,255,255,.97);

  backdrop-filter: blur(10px);

}



.site-header img,

.logo img,

.brand img {

  max-height: 54px;

  width: auto;

}



.main-nav {

  display: flex;

  align-items: center;

  gap: clamp(12px, 1.4vw, 24px);

  flex-wrap: wrap;

}



.main-nav a {

  white-space: nowrap;

}



.hero img,

.hero-visual img,

.hero-image img,

.tmcg-hero img {

  max-width: 100%;

  height: auto;

  object-fit: contain;

  filter: drop-shadow(0 20px 40px rgba(0,0,0,.16));

}



.hero,

.tmcg-page-hero {

  overflow: hidden;

}



.tmcg-page-hero {

  background: linear-gradient(135deg, #062947 0%, #0b3f68 100%);

  color: #fff;

  padding: clamp(72px, 9vw, 130px) 0;

}



.tmcg-page-hero h1 {

  max-width: 900px;

  font-size: clamp(42px, 6vw, 76px);

  line-height: .95;

  margin: 0 0 24px;

}



.tmcg-page-hero .lead {

  max-width: 820px;

  font-size: clamp(18px, 2vw, 24px);

  line-height: 1.45;

}



.tmcg-content-section,

.tmcg-expanded-industries {

  padding: clamp(56px, 7vw, 96px) 0;

}



.tmcg-expanded-industries {

  background: #fbf5e9;

}



.tmcg-expanded-industries h2,

.tmcg-content-section h2 {

  color: #082b49;

  font-size: clamp(34px, 4.5vw, 58px);

  line-height: 1.02;

  margin-bottom: 18px;

}



.tmcg-expanded-industries .lead,

.tmcg-content-section .lead {

  max-width: 900px;

  font-size: 18px;

  line-height: 1.65;

}



.tmcg-industry-grid,

.tmcg-feature-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;

  margin-top: 34px;

}



.tmcg-industry-grid > div,

.tmcg-feature-grid > div,

.tmcg-note {

  background: #fff;

  border: 1px solid rgba(8,43,73,.10);

  border-radius: 18px;

  padding: 24px;

  box-shadow: 0 18px 40px rgba(8,43,73,.08);

}



.tmcg-industry-grid h3,

.tmcg-feature-grid h3 {

  margin-top: 0;

  color: #082b49;

}



.tmcg-industry-grid p,

.tmcg-feature-grid p,

.tmcg-note {

  color: #31516b;

  line-height: 1.6;

}



.tmcg-note {

  margin-top: 28px;

  background: #fff8e8;

}



.btn,

.btn-primary {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  border-radius: 10px;

  padding: 14px 22px;

  font-weight: 700;

  text-decoration: none;

}



.btn-primary {

  background: #f6bd48;

  color: #082b49;

}



@media (max-width: 980px) {

  .tmcg-industry-grid,

  .tmcg-feature-grid {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  .main-nav {

    gap: 10px;

  }



  .main-nav a {

    font-size: 14px;

  }

}



@media (max-width: 640px) {

  .tmcg-industry-grid,

  .tmcg-feature-grid {

    grid-template-columns: 1fr;

  }



  .tmcg-page-hero {

    padding: 64px 0;

  }



  .main-nav {

    align-items: flex-start;

  }

}




/* TMCG header/mobile/hero image correction 2026-07-03 */
.site-header,
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(8,43,73,.08);
}

.site-header .nav-wrap,
header.site-header .nav-wrap,
.site-header .container,
header.site-header .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.site-header .nav-wrap,
header.site-header .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 22px;
}

.site-header .brand,
header.site-header .brand,
.site-header .logo,
header.site-header .logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #082b49;
  text-decoration: none;
  font-weight: 800;
  flex: 0 0 auto;
}

.site-header img,
header.site-header img,
.site-header .brand img,
header.site-header .brand img,
.site-header .logo img,
header.site-header .logo img {
  max-height: 54px;
  width: auto;
  object-fit: contain;
}

.site-header nav,
header.site-header nav,
.site-header .main-nav,
header.site-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.6vw, 24px);
  flex-wrap: wrap;
}

.site-header nav a,
header.site-header nav a,
.site-header .main-nav a,
header.site-header .main-nav a {
  color: #082b49 !important;
  font-size: 15px;
  font-weight: 800 !important;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0;
}

.site-header nav a:hover,
header.site-header nav a:hover,
.site-header .main-nav a:hover,
header.site-header .main-nav a:hover {
  color: #0b4b78 !important;
}

.tmcg-hero-image-panel,
.hero-visual,
.hero-image,
.hero-card,
.visual-card,
.image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmcg-hero-image-panel {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(8,43,73,.10);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 32px);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.tmcg-hero-image-panel img,
.tmcg-hero-main-image {
  display: block;
  width: min(100%, 525px);
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

@media (max-width: 1100px) {
  .site-header .nav-wrap,
  header.site-header .nav-wrap {
    align-items: flex-start;
  }

  .site-header nav,
  header.site-header nav,
  .site-header .main-nav,
  header.site-header .main-nav {
    gap: 12px 16px;
  }

  .site-header nav a,
  header.site-header nav a,
  .site-header .main-nav a,
  header.site-header .main-nav a {
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  .site-header,
  header.site-header {
    position: static;
  }

  .site-header .nav-wrap,
  header.site-header .nav-wrap {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
    gap: 12px;
  }

  .site-header nav,
  header.site-header nav,
  .site-header .main-nav,
  header.site-header .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px 12px;
  }

  .site-header nav a,
  header.site-header nav a,
  .site-header .main-nav a,
  header.site-header .main-nav a {
    display: block;
    white-space: normal;
    font-size: 14px;
    padding: 8px 0;
  }

  .tmcg-page-hero h1,
  .hero h1,
  .home-hero h1 {
    font-size: clamp(38px, 12vw, 58px) !important;
    line-height: 1.02 !important;
  }

  .tmcg-page-hero .lead,
  .hero .lead,
  .home-hero .lead {
    font-size: 18px !important;
  }

  .tmcg-hero-image-panel {
    margin-top: 28px;
    padding: 16px;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .site-header nav,
  header.site-header nav,
  .site-header .main-nav,
  header.site-header .main-nav {
    grid-template-columns: 1fr;
  }

  .site-header .brand,
  header.site-header .brand,
  .site-header .logo,
  header.site-header .logo {
    max-width: 100%;
  }
}


/* TMCG equipment/promo/policy/mobile patch 2026-07-03 */
:root{--tmcg-navy:#082b49;--tmcg-gold:#f6bd48;--tmcg-cream:#fbf5e9;--tmcg-blue:#0b3f68;}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(8,43,73,.08);}
.site-header .main-nav a,.site-header nav a{font-weight:800!important;color:var(--tmcg-navy);text-decoration:none;letter-spacing:0;white-space:nowrap;font-size:clamp(12px,1.05vw,15px);line-height:1.2;}
.site-header .main-nav,.site-header nav{display:flex;align-items:center;gap:clamp(10px,1.4vw,24px);flex-wrap:wrap;}
.site-header .brand,.site-header .logo{min-width:max-content;}
.tmcg-page-hero{background:linear-gradient(135deg,#062947 0%,#0b3f68 100%);color:#fff;padding:clamp(72px,9vw,130px) 0;}
.tmcg-page-hero h1{max-width:980px;font-size:clamp(42px,6vw,76px);line-height:.98;margin:0 0 24px;}
.tmcg-page-hero .lead{max-width:860px;font-size:clamp(18px,2vw,24px);line-height:1.45;}
.tmcg-split-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(28px,5vw,72px);align-items:center;}
.tmcg-promo-panel,.tmcg-hero-offer-card{background:linear-gradient(180deg,#fff 0%,#fff8e8 100%);border:1px solid rgba(246,189,72,.55);border-radius:26px;padding:clamp(26px,4vw,44px);box-shadow:0 28px 65px rgba(0,0,0,.20);color:var(--tmcg-navy);}
.tmcg-promo-panel h2,.tmcg-hero-offer-card h2{font-size:clamp(32px,4vw,54px);line-height:1;margin:8px 0 16px;color:var(--tmcg-navy);}
.tmcg-promo-panel h2 span,.tmcg-hero-offer-card h2 span{color:#bf7b00;white-space:nowrap;}
.tmcg-offer-kicker,.eyebrow{color:#f6bd48;text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:13px;}
.tmcg-offer-btn,.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#f6bd48;color:#082b49!important;text-decoration:none;font-weight:900;padding:14px 20px;margin-top:12px;}
.tmcg-offer-fine{font-size:12px;line-height:1.5;color:#4d5f6c;margin-top:16px;}
.tmcg-content-section{padding:clamp(56px,7vw,96px) 0;}
.tmcg-soft-section{background:#fbf5e9;}
.tmcg-content-section h2{color:var(--tmcg-navy);font-size:clamp(34px,4.5vw,58px);line-height:1.02;margin:0 0 18px;}
.tmcg-content-section .lead{font-size:18px;line-height:1.65;max-width:900px;color:#31516b;}
.tmcg-equipment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:36px;}
.tmcg-equipment-card{background:#fff;border:1px solid rgba(8,43,73,.10);border-radius:22px;overflow:hidden;box-shadow:0 18px 42px rgba(8,43,73,.08);}
.tmcg-equipment-card img{display:block;width:100%;height:250px;object-fit:contain;background:#fff;padding:18px;}
.tmcg-equipment-card h3{color:var(--tmcg-navy);font-size:22px;margin:0;padding:22px 22px 8px;}
.tmcg-equipment-card p{color:#31516b;line-height:1.6;margin:0;padding:0 22px 24px;}
.tmcg-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;}
.tmcg-feature-grid>div,.tmcg-terms-box,.tmcg-policy-page .tmcg-note{background:#fff;border:1px solid rgba(8,43,73,.10);border-radius:18px;padding:24px;box-shadow:0 18px 40px rgba(8,43,73,.08);}
.tmcg-feature-grid h3{color:var(--tmcg-navy);margin-top:0;}
.tmcg-terms-box{line-height:1.7;color:#31516b;}
.tmcg-terms-box ol{padding-left:22px;}
.tmcg-policy-page{line-height:1.7;color:#31516b;}
.tmcg-policy-page h2{font-size:clamp(26px,3vw,38px);margin-top:34px;}
.tmcg-footer-legal-social{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;}
.tmcg-social-links{display:flex;gap:12px;align-items:center;}
.tmcg-social-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#082b49;text-decoration:none;}
.tmcg-social-icon svg{width:21px;height:21px;fill:currentColor;}
.tmcg-footer-policy-links{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;}
.tmcg-footer-policy-links a{color:#fff;text-decoration:none;opacity:.9;}
.tmcg-footer-policy-links a:hover{opacity:1;text-decoration:underline;}
.tmcg-hero-offer-slot{display:block!important;}
.tmcg-hero-offer-slot img{display:none!important;}
.tmcg-hero-offer-card{max-width:440px;margin-left:auto;margin-right:auto;text-align:left;}
@media (max-width: 1100px){.site-header .main-nav,.site-header nav{gap:10px}.site-header .main-nav a,.site-header nav a{font-size:12px}.tmcg-equipment-grid,.tmcg-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.tmcg-split-hero{grid-template-columns:1fr}.tmcg-promo-panel{max-width:680px}}
@media (max-width: 760px){.site-header{position:relative}.site-header .main-nav,.site-header nav{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:8px;-webkit-overflow-scrolling:touch}.site-header .main-nav a,.site-header nav a{font-size:13px;padding:8px 0}.tmcg-page-hero{padding:58px 0}.tmcg-page-hero h1{font-size:clamp(38px,12vw,56px)}.tmcg-equipment-grid,.tmcg-feature-grid{grid-template-columns:1fr}.tmcg-equipment-card img{height:220px}.tmcg-footer-legal-social{align-items:flex-start;flex-direction:column}.tmcg-footer-policy-links{flex-direction:column;gap:8px}.tmcg-promo-panel,.tmcg-hero-offer-card{padding:24px}.tmcg-split-hero{gap:28px}}





/* TMCG newsletter + growth services patch */

.tmcg-newsletter-signup {

  background: #082b49;

  color: #fff;

  padding: clamp(48px, 6vw, 82px) 0;

}



.tmcg-newsletter-card {

  display: grid;

  grid-template-columns: 1.15fr .85fr;

  gap: 34px;

  align-items: center;

  background: rgba(255,255,255,.06);

  border: 1px solid rgba(255,255,255,.16);

  border-radius: 24px;

  padding: clamp(28px, 5vw, 56px);

}



.tmcg-newsletter-card h2 {

  color: #fff;

  font-size: clamp(32px, 4vw, 52px);

  line-height: 1.05;

  margin: 0 0 16px;

}



.tmcg-newsletter-card p {

  color: rgba(255,255,255,.82);

  line-height: 1.6;

}



.tmcg-newsletter-form {

  background: #fff;

  color: #082b49;

  border-radius: 18px;

  padding: 24px;

  display: grid;

  gap: 10px;

  box-shadow: 0 20px 50px rgba(0,0,0,.18);

}



.tmcg-newsletter-form label {

  font-weight: 800;

  font-size: 14px;

}



.tmcg-newsletter-form input {

  width: 100%;

  border: 1px solid rgba(8,43,73,.22);

  border-radius: 10px;

  padding: 13px 14px;

  font-size: 16px;

}



.tmcg-newsletter-form button {

  border: 0;

  background: #f6bd48;

  color: #082b49;

  border-radius: 10px;

  padding: 14px 18px;

  font-weight: 900;

  cursor: pointer;

  margin-top: 6px;

}



.tmcg-newsletter-note {

  color: #52677a !important;

  font-size: 12px;

  margin: 4px 0 0;

}



.tmcg-growth-services {

  background: #fbf5e9;

  padding: clamp(56px, 7vw, 96px) 0;

}



.tmcg-growth-services h2 {

  color: #082b49;

  font-size: clamp(34px, 4.5vw, 58px);

  line-height: 1.02;

  margin-bottom: 18px;

}



.tmcg-growth-services .lead {

  max-width: 900px;

  font-size: 18px;

  line-height: 1.65;

}



@media (max-width: 800px) {

  .tmcg-newsletter-card {

    grid-template-columns: 1fr;

  }

}





/* TMCG footer/newsletter placement fix */

.tmcg-newsletter-signup {

  clear: both;

  position: relative;

  z-index: 1;

}



.site-footer .tmcg-newsletter-signup,

footer .tmcg-newsletter-signup {

  display: none !important;

}



.tmcg-footer-social {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-top: 18px;

}



.tmcg-footer-social a {

  width: 38px;

  height: 38px;

  border-radius: 999px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: #ffffff;

  color: #082b49;

  text-decoration: none;

  border: 1px solid rgba(255,255,255,.25);

  transition: transform .15s ease, background .15s ease;

}



.tmcg-footer-social a:hover {

  transform: translateY(-2px);

  background: #f6bd48;

}



.tmcg-footer-social svg {

  width: 20px;

  height: 20px;

  fill: currentColor;

  display: block;

}



footer a[href*="instagram.com"]:empty,

footer a[href*="linkedin.com"]:empty {

  display: none !important;

}




/* TMCG anti-spam honeypot */

.tmcg-hp-field {

  position: absolute !important;

  left: -10000px !important;

  top: auto !important;

  width: 1px !important;

  height: 1px !important;

  overflow: hidden !important;

}



/* TMCG mobile menu fix */

.site-header,

header {

  position: sticky;

  top: 0;

  z-index: 9999;

}



.tmcg-mobile-menu-btn {

  display: none;

}



@media (max-width: 900px) {

  .site-header,

  header {

    position: sticky;

    top: 0;

    z-index: 9999;

    background: #fff;

  }



  .nav-wrap,

  header .container {

    position: relative;

  }



  .tmcg-mobile-menu-btn {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    min-height: 46px;

    padding: 10px 22px;

    border: 1px solid rgba(8,43,73,.18);

    border-radius: 999px;

    background: #fff;

    color: #082b49;

    font-weight: 900;

    font-size: 16px;

    cursor: pointer;

  }



  body:not(.tmcg-mobile-menu-open) header .main-nav,

  body:not(.tmcg-mobile-menu-open) .site-header .main-nav {

    display: none !important;

  }



  body.tmcg-mobile-menu-open header .main-nav,

  body.tmcg-mobile-menu-open .site-header .main-nav {

    display: flex !important;

    flex-direction: column;

    align-items: stretch;

    gap: 0;

    position: absolute;

    top: calc(100% + 10px);

    left: 18px;

    right: 18px;

    background: #fff;

    border: 1px solid rgba(8,43,73,.12);

    border-radius: 18px;

    box-shadow: 0 22px 60px rgba(8,43,73,.22);

    padding: 10px;

    z-index: 10000;

  }



  body.tmcg-mobile-menu-open header .main-nav a,

  body.tmcg-mobile-menu-open .site-header .main-nav a {

    display: block !important;

    width: 100%;

    padding: 14px 16px;

    border-radius: 12px;

    color: #082b49 !important;

    text-decoration: none;

    font-weight: 900;

    border-bottom: 1px solid rgba(8,43,73,.08);

  }



  body.tmcg-mobile-menu-open header .main-nav a:last-child,

  body.tmcg-mobile-menu-open .site-header .main-nav a:last-child {

    border-bottom: 0;

  }



  body.tmcg-mobile-menu-open header .main-nav a:hover,

  body.tmcg-mobile-menu-open .site-header .main-nav a:hover {

    background: #fbf5e9;

  }

}



@media (min-width: 901px) {

  .tmcg-mobile-menu-btn {

    display: none !important;

  }



  header .main-nav,

  .site-header .main-nav {

    display: flex !important;

  }

}


/* TMCG HARD MOBILE MENU FIX 2026-07-07 */

.tmcg-shell-header {

  position: sticky;

  top: 0;

  z-index: 99999;

  background: #fff;

  border-bottom: 1px solid rgba(8,43,73,.08);

}



.tmcg-nav-wrap {

  max-width: 1220px;

  margin: 0 auto;

  padding: 14px 24px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 22px;

  position: relative;

}



.tmcg-brand {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  color: #082b49;

  text-decoration: none;

  flex: 0 0 auto;

}



.tmcg-brand-main {

  font-size: clamp(28px, 4vw, 38px);

  font-weight: 800;

  letter-spacing: -0.04em;

  line-height: 1;

}



.tmcg-brand-divider {

  width: 2px;

  height: 54px;

  background: #082b49;

  opacity: .9;

}



.tmcg-brand-stack {

  font-size: 13px;

  font-weight: 900;

  letter-spacing: .28em;

  line-height: 1.05;

}



.tmcg-main-nav {

  display: flex !important;

  align-items: center;

  justify-content: flex-end;

  gap: clamp(14px, 1.6vw, 24px);

  flex-wrap: nowrap;

}



.tmcg-main-nav a {

  color: #082b49 !important;

  text-decoration: none;

  font-weight: 900;

  white-space: nowrap;

  font-size: 15px;

}



.tmcg-menu-toggle {

  position: absolute;

  opacity: 0;

  pointer-events: none;

}



.tmcg-menu-label {

  display: none;

}



@media (max-width: 900px) {

  .tmcg-nav-wrap {

    padding: 16px 32px;

  }



  .tmcg-brand-main {

    font-size: 36px;

  }



  .tmcg-brand-divider {

    height: 58px;

  }



  .tmcg-brand-stack {

    font-size: 13px;

  }



  .tmcg-menu-label {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    min-height: 46px;

    padding: 10px 24px;

    border: 1px solid rgba(8,43,73,.18);

    border-radius: 999px;

    background: #fff;

    color: #082b49;

    font-weight: 900;

    font-size: 18px;

    cursor: pointer;

    user-select: none;

  }



  .tmcg-main-nav {

    display: none !important;

  }



  .tmcg-menu-toggle:checked ~ .tmcg-main-nav {

    display: flex !important;

    flex-direction: column;

    align-items: stretch;

    gap: 0;

    position: absolute;

    top: calc(100% + 8px);

    left: 18px;

    right: 18px;

    background: #fff;

    border: 1px solid rgba(8,43,73,.12);

    border-radius: 18px;

    box-shadow: 0 22px 60px rgba(8,43,73,.24);

    padding: 10px;

    z-index: 100000;

  }



  .tmcg-menu-toggle:checked ~ .tmcg-main-nav a {

    display: block !important;

    width: 100%;

    padding: 15px 16px;

    color: #082b49 !important;

    border-bottom: 1px solid rgba(8,43,73,.08);

    font-size: 17px;

  }



  .tmcg-menu-toggle:checked ~ .tmcg-main-nav a:last-child {

    border-bottom: 0;

  }

}



@media (max-width: 420px) {

  .tmcg-nav-wrap {

    padding: 14px 20px;

  }



  .tmcg-brand-main {

    font-size: 32px;

  }



  .tmcg-brand-stack {

    font-size: 11px;

    letter-spacing: .22em;

  }



  .tmcg-brand-divider {

    height: 50px;

  }



  .tmcg-menu-label {

    padding: 9px 18px;

    font-size: 16px;

  }

}



@media (min-width: 901px) {

  .tmcg-menu-label {

    display: none !important;

  }



  .tmcg-main-nav {

    display: flex !important;

  }

}

/* TMCG-FARAH-INDUSTRY-CTA-START */
.farah-cta-row{margin-top:28px}
.tmcg-expanded-industries .tmcg-industry-grid>div{display:flex;flex-direction:column;align-items:flex-start}
.tmcg-expanded-industries .tmcg-industry-grid>div p{flex:1}
.tmcg-industry-learn-more{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;min-height:46px;margin-top:auto!important;padding:11px 18px;border-radius:10px;background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#071f38!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 24px rgba(242,189,87,.22);transition:transform .18s ease,box-shadow .18s ease}
.tmcg-industry-learn-more:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(242,189,87,.30)}
.tmcg-industry-learn-more span[aria-hidden="true"]{font-size:1.2em;line-height:1}
@media(max-width:640px){.farah-cta-row .btn{width:100%}.tmcg-industry-learn-more{width:100%}}
/* TMCG-FARAH-INDUSTRY-CTA-END */

/* TMCG-ACTIVE-SECURE-RELEASE-START */
.tmcg-hero-offer-panel{display:flex;align-items:center;justify-content:center;padding:28px;border-radius:24px;background:linear-gradient(145deg,#f7f8fa,#e8edf2);box-shadow:0 22px 50px rgba(0,0,0,.18)}
.tmcg-hero-offer-card{width:100%;padding:38px;border:1px solid var(--gold);border-radius:20px;background:#fffaf0;color:var(--navy)}
.tmcg-offer-eyebrow{margin:0 0 18px;color:#c27a00;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.tmcg-hero-offer-card h2{margin:0 0 18px;font-family:inherit;font-size:clamp(2rem,3.5vw,3.45rem);line-height:.95;color:var(--navy)}
.tmcg-hero-offer-card>.btn{margin-top:12px}.tmcg-offer-disclosure{margin-top:16px;font-size:.7rem;line-height:1.5;color:#3b4f63}
.tmcg-equipment-program-details{background:#f8f1e4}.tmcg-equipment-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:30px 0}.tmcg-equipment-detail-grid article{padding:24px;border:1px solid rgba(8,47,82,.13);border-radius:16px;background:#fff}.tmcg-equipment-disclosure{padding:20px;border:1px solid rgba(194,122,0,.3);border-radius:14px;background:#fff8e8;font-size:.88rem;line-height:1.6}.tmcg-equipment-program-details .button-row{margin-top:26px}
@media(max-width:760px){.tmcg-hero-offer-panel{padding:14px}.tmcg-hero-offer-card{padding:24px}.tmcg-equipment-detail-grid{grid-template-columns:1fr}}
/* TMCG-ACTIVE-SECURE-RELEASE-END */
