:root{
  --red:#E31E24;
  --black:#111111;
  --white:#ffffff;
  --gray:#6b6b6b;
  --line:#e9e9e9;
  --off:#f7f7f7;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Poppins',Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.6}
h1,h2,h3,h4{font-weight:700;line-height:1.15}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1360px;margin:0 auto;padding:0 20px}
@media(max-width:600px){.container{padding:0 16px}}
.eyebrow{display:flex;align-items:center;gap:0;color:var(--red);font-weight:600;letter-spacing:1px;font-size:13px;text-transform:uppercase;margin-bottom:14px}
.eyebrow::before{display:none}
.italic{font-style:italic;color:var(--red)}
.btn{display:inline-block;padding:14px 28px;font-weight:600;font-size:14px;border-radius:2px;transition:.2s}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:#c81920}
.btn-outline{border:1.5px solid var(--black);color:var(--black)}
.btn-outline:hover{background:var(--red);border-color:var(--red);color:#fff}

/* Header */
header{position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid var(--line)}
.topbar{overflow:hidden;background:#fff;border-bottom:1px solid var(--line);white-space:nowrap;display:flex;align-items:center;gap:6px;padding:0 10px}
.topbar-viewport{overflow:hidden;flex:1}
.topbar-track{display:inline-flex;padding:8px 0;color:var(--topbar-text-color,var(--red));font-size:12px;font-weight:600;letter-spacing:.5px;will-change:transform}
.topbar-track span{margin-right:6px;color:var(--topbar-text-color,var(--red));white-space:nowrap}
.topbar-track span::after{content:"•";margin:0 6px;color:var(--black)}
.tb-arrow{background:none;border:none;color:var(--red);font-size:18px;font-weight:700;cursor:pointer;padding:4px 6px;flex-shrink:0}
.tb-arrow:hover{color:var(--black)}
.navwrap{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1360px;margin:0 auto}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:72px;width:auto;display:block}
.tagline-sm{font-family:'Playfair Display',serif;font-style:italic;color:var(--red);font-size:12px;line-height:1.3}
nav ul{display:flex;gap:28px;list-style:none;font-size:15px;font-weight:500}
nav a{position:relative;padding:6px 0}
nav a.active,nav a:hover{color:var(--red)}
.nav-cta{display:flex;align-items:center;gap:18px}

/* Hero */
.hero{padding:40px 0 30px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.hero h1{font-size:64px}
.hero p.lead{margin:22px 0 32px;color:var(--gray);font-size:19px;max-width:520px}
.hero-actions{display:flex;gap:14px;margin-bottom:40px}
.stats{display:flex;gap:40px}
.stats div strong{font-size:26px;display:block}
.stats div span{font-size:12px;color:var(--gray);text-transform:uppercase;letter-spacing:.5px}
.hero-visual{background:#fff;border:1px solid var(--line);padding:50px;position:relative;text-align:center;max-width:520px;margin:0 auto}
.hero-visual::after{content:"";position:absolute;right:-18px;top:18px;bottom:-18px;width:18px;background:var(--red);z-index:-1}
.hero-visual::before{content:"";position:absolute;left:0;right:-18px;bottom:-18px;height:18px;background:var(--red);z-index:-1}
.hero-visual img{max-height:280px;margin:0 auto 14px;width:auto}
.hero-visual .tagline{color:var(--red);font-style:italic;font-weight:600;margin-top:10px;font-size:18px}

/* Advantage */
.advantage{padding:36px 0}
.advantage-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.advantage h2{font-size:36px}
.advantage p{color:var(--gray);margin-bottom:16px}
.link-arrow{color:var(--red);font-weight:600;font-size:14px}

/* Skills */
.skills{background:var(--off);padding:40px 0}
.skills-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}
.skills h2{font-size:34px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);padding:24px;transition:.25s ease}
.card .num{color:var(--red);font-size:12px;font-weight:700;margin-bottom:6px;transition:.25s ease}
.card h3{font-size:18px;margin-bottom:6px;transition:.25s ease;line-height:1.25}
.card p{color:var(--gray);font-size:14px;margin-bottom:12px;line-height:1.5;transition:.25s ease}
.card .view{font-size:12px;font-weight:700;color:var(--black);transition:.25s ease}
.card:hover{background:var(--red);border-color:var(--red)}
.card:hover .num,.card:hover h3,.card:hover p,.card:hover .view{color:#fff}
.grid3{gap:16px}

/* Process */
.process{padding:40px 0}
.process h2{font-size:34px;margin-bottom:40px}
.grid3-line{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.step{border-top:2px solid var(--red);padding-top:18px}
.step .num{color:var(--red);font-size:13px;font-weight:700}
.step h3{margin:10px 0}
.step p{color:var(--gray);font-size:14px}

/* Testimonial */
.testimonial{background:var(--black);color:#fff;padding:40px 0;text-align:center}
.testimonial .quote{color:var(--red);font-size:40px;display:block;margin-bottom:16px}
.testimonial p{font-size:24px;max-width:700px;margin:0 auto 20px}
.testimonial .who{font-weight:700}
.testimonial .role{color:#aaa;font-size:13px}

/* CTA */
.cta{padding:40px 0;text-align:center;border-bottom:4px solid var(--red)}
.cta h2{font-size:36px;margin-bottom:24px}

/* Footer */
footer{background:#fff;color:#555;padding:30px 0 16px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}
footer h4{color:var(--red);font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}
footer li,footer p{font-size:13px;color:#555;list-style:none;margin-bottom:8px}
footer a:hover{color:var(--red)}
.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;color:#888}

/* Company name styling */
.brandname{color:var(--red);font-style:italic;font-weight:inherit;line-height:inherit;font-size:inherit;vertical-align:baseline}

/* WhatsApp floating button */
.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:999;transition:.2s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:28px;height:28px;fill:#fff}

@media(max-width:900px){
  .hero-grid,.advantage-grid{grid-template-columns:1fr}
  .grid3,.grid3-line{grid-template-columns:1fr}
  nav{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:38px}
}

/* Dedicated information pages — added without changing existing home/service/blog styles */
.info-hero{padding:62px 0 46px;background:#fff;border-bottom:1px solid var(--line)}
.info-hero h1{font-size:48px;max-width:760px;margin-bottom:16px}
.info-hero .lead{max-width:700px;color:var(--gray);font-size:18px;line-height:1.7}
.info-section{padding:66px 0}
.info-soft{background:var(--off)}
.info-dark{background:var(--black);color:#fff;text-align:center}
.info-dark p{max-width:630px;margin:15px auto 25px;color:#d2d2d2}
.about-columns{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}
.about-columns h2,.info-section> .container > h2{font-size:37px}
.info-copy p{color:var(--gray);font-size:15px;line-height:1.82;margin:0 0 17px}
.info-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.info-card{background:#fff;border:1px solid var(--line);padding:26px;min-height:215px}
.info-card .num{color:var(--red);font-size:12px;font-weight:700;margin-bottom:12px}
.info-card h3{font-size:18px;margin:0 0 9px}
.info-card p{color:var(--gray);font-size:14px;line-height:1.62;margin:0}
.faq-page-list{max-width:940px;margin:0 auto}
.faq-page-list .faq-item{margin-bottom:13px}
.faq-page-list .faq-item summary{font-size:15px}
.team-list{max-width:1060px;margin:0 auto}
.team-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;margin-bottom:32px;background:#fff;border:1px solid var(--line);min-height:330px}
.team-row.reverse .team-image{order:2}
.team-row.reverse .team-content{order:1}
.team-image{min-height:330px;background:#ececec;overflow:hidden}
.team-image img{width:100%;height:100%;display:block;object-fit:cover}
.team-content{padding:42px 44px;display:flex;flex-direction:column;justify-content:center}
.team-content .team-kicker{color:var(--red);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:9px}
.team-content h2{font-size:31px;margin:0 0 7px}
.team-content .team-position{font-size:14px;font-weight:600;color:#333;margin:0 0 15px}
.team-content .team-description{color:var(--gray);font-size:14px;line-height:1.75;margin:0 0 18px}
.team-content .team-email{display:inline-flex;align-items:center;gap:7px;color:var(--red);font-size:13px;font-weight:600;text-decoration:none;word-break:break-word}
.team-content .team-email:hover{color:var(--black)}
.team-empty-image{display:flex;align-items:center;justify-content:center;height:100%;min-height:330px;background:#f4f4f4;color:#888;font-size:13px}
@media(max-width:900px){.info-hero h1{font-size:38px}.about-columns{grid-template-columns:1fr;gap:24px}.info-card-grid{grid-template-columns:1fr 1fr}.team-row,.team-row.reverse{grid-template-columns:1fr}.team-row.reverse .team-image{order:1}.team-row.reverse .team-content{order:2}.team-image{min-height:260px}.team-content{padding:30px}.team-empty-image{min-height:260px}}
@media(max-width:600px){.info-hero{padding:42px 0 34px}.info-hero h1{font-size:34px}.info-section{padding:46px 0}.info-card-grid{grid-template-columns:1fr}.team-content h2{font-size:26px}.team-row{margin-bottom:20px}}

/* Newly approved targeted styling */
.company-name{font-family:'Darling Girl',cursive;color:var(--red);font-style:italic;font-weight:400;line-height:inherit;font-size:inherit;vertical-align:baseline}
.team-kicker.company-name{font-style:italic}
.why-card-grid .info-card{transition:.25s ease}
.why-card-grid .info-card:hover{background:var(--red);border-color:var(--red);color:#fff}
.why-card-grid .info-card:hover .num,.why-card-grid .info-card:hover h3,.why-card-grid .info-card:hover p{color:#fff}

/* FAQ reference-style accordion */
.faq-page-list{max-width:840px}
.faq-page-list .faq-item{background:#fff;border:1px solid var(--line);margin:0 0 12px;padding:0}
.faq-page-list .faq-item summary{position:relative;display:block;cursor:pointer;list-style:none;padding:24px 70px 24px 24px;color:var(--black);font-size:15px;font-weight:600;line-height:1.45}
.faq-page-list .faq-item summary::-webkit-details-marker{display:none}
.faq-page-list .faq-icon{position:absolute;right:24px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:var(--red);font-size:21px;font-weight:700;line-height:16px;text-align:center}
.faq-page-list .faq-icon::after{content:"+"}
.faq-page-list .faq-item[open] .faq-icon::after{content:"×"}
.faq-page-list .faq-item p{margin:0;padding:0 70px 24px 24px;color:var(--gray);font-size:14px;line-height:1.7}
@media(max-width:600px){.faq-page-list .faq-item summary{padding:20px 54px 20px 18px}.faq-page-list .faq-item p{padding:0 54px 20px 18px}.faq-page-list .faq-icon{right:18px}}

/* Edited-page spacing aligned with the homepage rhythm */
.info-hero{padding:40px 0 30px}
.info-section{padding:40px 0}
.about-columns{gap:40px}
.info-card-grid{gap:16px;margin-top:24px}
.team-row{margin-bottom:24px;min-height:300px}
.team-image{min-height:300px}
.team-empty-image{min-height:300px}
.team-content{padding:34px 38px}
@media(max-width:600px){.info-hero{padding:34px 0 28px}.info-section{padding:34px 0}.team-row{margin-bottom:18px}.team-image,.team-empty-image{min-height:240px}.team-content{padding:26px 22px}}

/* Approved Hero particle layer: quantity changes, particle size stays small and unchanged. */
.hero{position:relative;overflow:hidden}
.hero-particles{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.hero-particles canvas{position:absolute;inset:0;width:100%;height:100%;display:block}
.hero>.container{position:relative;z-index:1}
.wa-business:focus-visible{outline:3px solid rgba(227,30,36,.35);outline-offset:4px}


/* Licensed Darling Girl font supplied by the user. */
@font-face{font-family:'Darling Girl';src:url('../fonts/DarlingGirl.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
.infinity-word{font-family:'Darling Girl',cursive;font-weight:400;font-style:inherit;color:inherit}

/* Approved interaction and layout refinements. */
.hero-particles{z-index:2;pointer-events:none}
.hero>.container{z-index:1}
.faq-page-list .faq-item summary{color:var(--faq-question,var(--red))!important}
.faq-page-list .faq-item p{color:var(--faq-answer,var(--black))!important}
.info-card,.cap-card,.post{transition:.25s ease}
.info-card:hover,.cap-card:hover{background:var(--red);border-color:var(--red);color:#fff}
.info-card:hover .num,.info-card:hover h3,.info-card:hover p,.cap-card:hover .num,.cap-card:hover h3,.cap-card:hover p{color:#fff!important}
.post:hover{background:var(--red)!important;border-color:var(--red);box-shadow:0 10px 30px rgba(0,0,0,.14);transform:translateY(-3px)}
.post:hover .post-tag,.post:hover h2,.post:hover h2 em,.post:hover p,.post:hover .meta,.post:hover .read{color:#fff!important}


/* Current approved refinements: lighter red particles and stable company-name metrics. */
.hero-particles canvas{will-change:transform;contain:layout paint}
.company-name,.brandname{letter-spacing:normal;word-spacing:normal}


/* Shared three-line navigation menu on desktop and mobile. */
.navwrap{position:relative}
.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;margin-left:12px;padding:9px;border:1px solid var(--black);background:#fff;color:var(--black);cursor:pointer;transition:.18s ease;flex-shrink:0}
.menu-toggle span{display:block;width:22px;height:2px;background:currentColor;transition:.18s ease}
.menu-toggle:hover,.nav-menu-open .menu-toggle{background:var(--red);border-color:var(--red);color:#fff}
.navwrap nav{display:none;position:absolute;right:20px;top:calc(100% + 8px);min-width:230px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 32px rgba(17,17,17,.14);z-index:120}
.navwrap.nav-menu-open nav{display:block}
.navwrap nav ul{display:flex;flex-direction:column;gap:0}
.navwrap nav a{display:block;padding:11px 13px;white-space:nowrap}
.navwrap nav a:hover{background:var(--red);color:#fff}
.nav-cta{margin-left:auto}

/* Finger contact gives the same red card feedback as desktop hover without requiring a click. */
.card.touch-hover,.cap-card.touch-hover,.info-card.touch-hover,.post.touch-hover,.why-card.touch-hover,.service-card.touch-hover{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important}
.card.touch-hover .num,.card.touch-hover h3,.card.touch-hover p,.card.touch-hover .view,.cap-card.touch-hover .num,.cap-card.touch-hover h3,.cap-card.touch-hover p,.info-card.touch-hover .num,.info-card.touch-hover h3,.info-card.touch-hover p,.post.touch-hover .post-tag,.post.touch-hover h2,.post.touch-hover h2 em,.post.touch-hover p,.post.touch-hover .meta,.post.touch-hover .read{color:#fff!important}

/* Only A1 returns to the former brand treatment; Infinity Nexus keeps the current custom style. */
.company-a1{font-family:'Times New Roman',Times,serif!important;font-style:normal;font-weight:400;color:var(--red)}
.company-infinity-nexus{font-family:'Darling Girl',cursive!important;font-style:italic;font-weight:400;color:var(--red)}
.company-infinity-nexus .company-word,.infinity-word{font-family:'Darling Girl',cursive!important;font-style:italic;font-weight:700}
/* Strict A1 Infinity Nexus brand typography. */
.brandname,.company-name{font-weight:700!important}
.company-a1{font-family:'Times New Roman',Times,serif!important;font-style:normal!important;font-weight:700!important}
.company-infinity-nexus,.company-word,.infinity-word{font-family:'Darling Girl',cursive!important;font-style:italic!important;font-weight:700!important}


/* Approved header behavior: existing links visible on desktop, compact menu available on both breakpoints. */
.navwrap{position:relative}
.navwrap .brand{order:1}
.navwrap nav{order:2;display:block;position:static;min-width:0;margin-left:auto;padding:0;border:0;box-shadow:none;background:transparent}
.navwrap nav ul{display:flex;flex-direction:row;gap:28px}
.navwrap nav a{display:block;padding:6px 0;white-space:nowrap}
.navwrap .nav-cta{order:3;margin-left:28px}
.navwrap .menu-toggle{order:4;margin-left:18px}
@media(max-width:900px){
  .navwrap nav{display:none;position:absolute;right:20px;top:calc(100% + 8px);min-width:230px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 32px rgba(17,17,17,.14);z-index:120}
  .navwrap.nav-menu-open nav{display:block}
  .navwrap nav ul{display:flex;flex-direction:column;gap:0}
  .navwrap nav a{display:block;padding:11px 13px}
  .navwrap .nav-cta{margin-left:auto}
}

/* Equalize the visible company-name metrics without replacing the existing logo image. */
.company-a1{font-size:1em;line-height:inherit;vertical-align:baseline;letter-spacing:normal;word-spacing:normal;font-family:'Times New Roman',Times,serif!important;font-style:normal;font-weight:400}
.company-word{font-size:1em;line-height:inherit;vertical-align:baseline;letter-spacing:normal;word-spacing:normal;font-family:'Darling Girl',cursive!important;font-style:italic;font-weight:400}
.company-infinity-nexus{font-size:1em;line-height:inherit;vertical-align:baseline}

/* Why Choose Us content now uses the full available left-to-right width. */
.why-page .about-columns{grid-template-columns:1fr;gap:22px}
.why-page .about-columns .info-copy{max-width:none;width:100%}
.why-page .about-columns>div:first-child{max-width:860px}

/* Required Contact labels. */
.required-mark{color:var(--red);font-weight:700;margin-left:3px}


/* Final requested refinements. */
@media(min-width:901px){
  .navwrap nav{margin-left:24px}
  .navwrap nav ul{gap:22px}
}
.navwrap.nav-menu-open nav{position:absolute!important;right:0;top:calc(100% + 8px);display:block!important;min-width:230px;padding:8px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 32px rgba(17,17,17,.14);z-index:120}
.navwrap.nav-menu-open nav ul{display:flex!important;flex-direction:column!important;gap:0!important}
.navwrap.nav-menu-open nav a{display:block;padding:11px 13px;white-space:nowrap}
.about-page .info-hero h1,.about-page .info-hero .lead{max-width:none;width:100%}
/* Balance the visible fonts: A1 keeps its earlier family but is optically equal to Infinity and Nexus. */
.company-a1{font-size:1.25em;line-height:.92;display:inline-block;vertical-align:baseline}
.company-infinity-nexus,.company-word{font-size:1em;line-height:inherit;vertical-align:baseline}
/* Explicitly override the red child-brand rules when a Blog card is red on hover/touch. */
.post:hover .company-a1,.post:hover .company-infinity-nexus,.post:hover .company-word,.post.touch-hover .company-a1,.post.touch-hover .company-infinity-nexus,.post.touch-hover .company-word{color:#fff!important}

/* Keep the existing desktop page links visible while the three-line dropdown is open. */
.navwrap>.nav-dropdown-copy{display:none!important}
.navwrap.nav-menu-open>nav:not(.nav-dropdown-copy){position:static!important;display:block!important;min-width:0!important;margin-left:24px!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;z-index:auto!important}
.navwrap.nav-menu-open>nav:not(.nav-dropdown-copy) ul{display:flex!important;flex-direction:row!important;gap:22px!important}
.navwrap.nav-menu-open>nav:not(.nav-dropdown-copy) a{display:block!important;padding:6px 0!important}
.navwrap.nav-menu-open>.nav-dropdown-copy{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;display:block!important;min-width:230px!important;margin:0!important;padding:8px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 14px 32px rgba(17,17,17,.14)!important;z-index:120!important}
.navwrap.nav-menu-open>.nav-dropdown-copy ul{display:flex!important;flex-direction:column!important;gap:0!important}
.navwrap.nav-menu-open>.nav-dropdown-copy a{display:block!important;padding:11px 13px!important;white-space:nowrap!important}
@media(max-width:900px){
  .navwrap.nav-menu-open>nav:not(.nav-dropdown-copy){display:none!important}
  .navwrap.nav-menu-open>.nav-dropdown-copy{display:block!important;right:20px!important;top:calc(100% + 8px)!important}
}
/* Footer links and social destinations added through the existing Site-Wide settings. */
.footer-social{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:15px;font-size:12px;color:var(--gray)}
.footer-social span{width:100%;color:var(--red);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.footer-social a{color:var(--gray)}
.footer-social a:hover{color:var(--red)}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-social{margin-bottom:8px}}
.legal-draft-note{margin-top:16px;color:var(--gray);font-size:13px;font-style:italic}
/* Icon-only social links; destinations remain editable from the existing Site-Wide tab. */
.footer-social{gap:10px;margin-top:15px}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;color:var(--black);transition:.2s ease}
.footer-social a:hover{background:var(--red);border-color:var(--red);color:#fff}
.footer-social a:focus-visible{outline:2px solid var(--red);outline-offset:3px}
.footer-social svg{width:16px;height:16px;display:block;fill:currentColor}
.footer-social [data-social-link="instagram"] svg{fill:none}
/* The A1 Advantage hero copy uses the full available left-to-right width. */
.why-page .info-hero h1,.why-page .info-hero .lead{max-width:none;width:100%}
/* Social logo visibility correction: recognizable marks fill each circle like the approved reference. */
.footer-social a{display:inline-flex!important;width:36px;height:36px;padding:0;border:1px solid #e1e1e1;border-radius:50%;background:#fff;color:var(--black);align-items:center;justify-content:center;line-height:0}
.footer-social a svg{width:20px;height:20px;display:block;flex:0 0 20px;fill:currentColor}
.footer-social a[data-social-link="linkedin"]{background:var(--red);border-color:var(--red);color:#fff}
.footer-social a[data-social-link="instagram"] svg{width:21px;height:21px;flex-basis:21px;fill:none}
.footer-social a[data-social-link="instagram"] svg circle:last-child{fill:currentColor}
.footer-social a:hover{background:var(--red);border-color:var(--red);color:#fff}
/* Final public-view refinements requested for Team, WhatsApp Business, and LinkedIn. */
.team-page .info-hero h1,.team-page .info-hero .lead{max-width:none;width:100%}
.wa-float svg{width:38px;height:38px}
.footer-social a[data-social-link="linkedin"]{background:#fff;border-color:#e1e1e1;color:var(--black)}
.footer-social a[data-social-link="linkedin"]:hover{background:var(--red);border-color:var(--red);color:#fff}
/* Use the supplied WhatsApp Business logo inside the existing floating button; outer button size stays unchanged. */
.wa-float img{width:38px;height:38px;display:block;object-fit:contain;border-radius:10px}
/* Keep the particle canvas strictly inside Hero, below the sticky header. */
.hero{isolation:isolate;overflow:hidden}
.hero-particles{inset:0;z-index:0!important;clip-path:inset(0);}
.hero-particles canvas{z-index:0}
.hero>.container{position:relative;z-index:1}
/* Fast, readable white WhatsApp Business mark with no external image request. */
.wa-float svg.wa-business-logo{width:42px;height:42px;display:block;fill:#fff}
/* Team layout: exactly two equal cards above and three equal cards on the brand-red lower row. */
.team-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.team-list .team-row{grid-column:span 3;display:flex;flex-direction:column;min-width:0;min-height:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#fff;border:1px solid var(--line)}
.team-list .team-row:nth-child(n+3){grid-column:span 2;background:var(--red);border-color:var(--red);color:#fff}
.team-list .team-image,.team-list .team-empty-image{width:100%;height:230px;min-height:230px;overflow:hidden;background:var(--off);display:flex;align-items:flex-start;justify-content:center}
.team-list .team-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 18%}
.team-list .team-content{display:flex;flex:1;flex-direction:column;min-height:260px;padding:26px 28px}
.team-list .team-kicker{margin-bottom:10px}
.team-list .team-content h2{margin:0 0 8px;font-size:23px;line-height:1.15}
.team-list .team-position{margin:0 0 12px;color:var(--red);font-size:13px;font-weight:600}
.team-list .team-description{margin:0;color:var(--gray);font-size:14px;line-height:1.65;text-align:justify;text-justify:inter-word;flex:1}
.team-list .team-email{margin-top:18px;color:var(--black);font-size:12px;font-weight:600}
.team-list .team-bottom-row .team-position,.team-list .team-bottom-row .team-description,.team-list .team-bottom-row .team-email{color:#fff}
.team-list .team-bottom-row .team-kicker{color:#fff}
.team-list .team-bottom-row .team-kicker .company-a1,.team-list .team-bottom-row .team-kicker .company-infinity-nexus,.team-list .team-bottom-row .team-kicker .company-word{color:#fff!important}
@media(max-width:900px){.team-list{grid-template-columns:repeat(2,minmax(0,1fr))}.team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 1}}
@media(max-width:600px){.team-list{grid-template-columns:1fr;gap:16px}.team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 1}.team-list .team-image,.team-list .team-empty-image{height:245px;min-height:245px}.team-list .team-content{min-height:0;padding:24px 22px}}
/* Keep every managed image inside its assigned frame. */
.team-image img,.post-img,.article-cover,.inline-img,#detailImageImg{object-fit:cover;object-position:center 18%;}
/* The reference Business mark stays red outside with a larger, readable white plus-marked logo. */
.wa-float svg.wa-business-logo{width:46px;height:46px;fill:#fff}

/* Equal-height Team cards: longer descriptions stay inside the same stable box with internal scrolling. */
.team-list .team-row,.team-list .team-row:nth-child(n+3){height:520px;min-height:520px}
.team-list .team-description{overflow:auto;padding-right:4px}
@media(max-width:600px){.team-list .team-row,.team-list .team-row:nth-child(n+3){height:520px;min-height:520px}}
/* Reference Team layout: white first row, brand-red following row, circular no-crop portraits, and inverse hover colors. */
.team-list{max-width:none;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 3;display:flex;flex-direction:column;height:600px;min-height:600px;margin:0;padding:0;overflow:hidden;border:1px solid var(--line);background:#fff;color:var(--black);transition:background .2s ease,color .2s ease,border-color .2s ease}
.team-list .team-row:nth-child(n+3){grid-column:span 2;background:var(--red);border-color:var(--red);color:#fff}
.team-list .team-image,.team-list .team-empty-image{width:230px;height:230px;min-height:230px;margin:26px auto 0;border-radius:50%;overflow:hidden;background:#fff;border:8px solid #fff;box-shadow:0 8px 20px rgba(17,17,17,.14);display:flex;align-items:center;justify-content:center;flex:0 0 230px}
.team-list .team-image img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;border-radius:50%;background:#fff}
.team-list .team-content{display:flex;flex:1;flex-direction:column;min-height:0;padding:20px 28px 28px}
.team-list .team-kicker{margin:0 0 8px;color:var(--red);font-size:11px}
.team-list .team-field{margin:0 0 8px}
.team-list .team-label{display:block;margin:0 0 2px;color:inherit;font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;opacity:.72}
.team-list .team-field h2{margin:0;font-size:23px;line-height:1.15;color:inherit}
.team-list .team-position{margin:0;color:var(--red);font-size:13px;font-weight:600;line-height:1.35}
.team-list .team-email{display:block;color:var(--red);font-size:12px;font-weight:600;word-break:break-word}
.team-list .team-description{margin:0;color:var(--gray);font-size:14px;line-height:1.58;text-align:justify;text-justify:inter-word;overflow:auto;flex:1}
.team-list .team-bottom-row .team-kicker,.team-list .team-bottom-row .team-position,.team-list .team-bottom-row .team-email,.team-list .team-bottom-row .team-description,.team-list .team-bottom-row .team-label{color:#fff}
.team-list .team-top-row:hover{background:var(--red);border-color:var(--red);color:#fff}
.team-list .team-top-row:hover .team-kicker,.team-list .team-top-row:hover .team-position,.team-list .team-top-row:hover .team-email,.team-list .team-top-row:hover .team-description,.team-list .team-top-row:hover .team-label{color:#fff}
.team-list .team-bottom-row:hover{background:#fff;border-color:var(--red);color:var(--black)}
.team-list .team-bottom-row:hover .team-kicker,.team-list .team-bottom-row:hover .team-position,.team-list .team-bottom-row:hover .team-email,.team-list .team-bottom-row:hover .team-description,.team-list .team-bottom-row:hover .team-label{color:var(--red)}
@media(max-width:900px){.team-list{grid-template-columns:repeat(2,minmax(0,1fr))}.team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 1;height:600px;min-height:600px}}
@media(max-width:600px){.team-list{grid-template-columns:1fr;gap:16px}.team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 1;height:580px;min-height:580px}.team-list .team-image,.team-list .team-empty-image{width:190px;height:190px;min-height:190px;flex-basis:190px}.team-list .team-content{padding:18px 22px 24px}.team-list .team-field h2{font-size:21px}}
/* Make the white plus-marked Business logo unmistakable while retaining the existing red button. */
.wa-float svg.wa-business-logo{width:48px;height:48px;display:block;fill:none}
/* Final reference layout overrides: five defaults, white top two, red lower three, no blank particle field. */
.team-list .team-row,.team-list .team-row:nth-child(n+3){height:600px;min-height:600px}
.team-list .team-field h2,.team-list .team-position,.team-list .team-email,.team-list .team-description{color:inherit}
.team-list .team-placeholder{opacity:.82}
.team-list .team-image img{object-fit:contain!important;object-position:center!important}
.team-list .team-bottom-row{background:var(--red)!important;color:#fff!important}
.team-list .team-top-row{background:#fff;color:var(--black)}
.team-list .team-top-row:hover{background:var(--red)!important;color:#fff!important}
.team-list .team-bottom-row:hover{background:#fff!important;color:var(--black)!important}
.team-list .team-top-row:hover .team-kicker,.team-list .team-top-row:hover .team-label,.team-list .team-top-row:hover .team-position,.team-list .team-top-row:hover .team-email,.team-list .team-top-row:hover .team-description,.team-list .team-bottom-row .team-kicker,.team-list .team-bottom-row .team-label,.team-list .team-bottom-row .team-position,.team-list .team-bottom-row .team-email,.team-list .team-bottom-row .team-description{color:inherit}
.team-list .team-bottom-row:hover .team-kicker,.team-list .team-bottom-row:hover .team-label,.team-list .team-bottom-row:hover .team-position,.team-list .team-bottom-row:hover .team-email,.team-list .team-bottom-row:hover .team-description{color:var(--red)}
.team-list .team-top-row:hover .team-kicker,.team-list .team-top-row:hover .team-label,.team-list .team-top-row:hover .team-position,.team-list .team-top-row:hover .team-email,.team-list .team-top-row:hover .team-description{color:#fff}
.hero-particles{z-index:3!important;inset:0!important;opacity:1!important;pointer-events:none}
.hero-particles canvas{z-index:3!important;opacity:1}
.hero>.container{position:relative;z-index:1}
.wa-float svg.wa-business-logo{width:50px;height:50px;display:block;fill:none;stroke:#fff}
@media(max-width:600px){.team-list .team-row,.team-list .team-row:nth-child(n+3){height:580px;min-height:580px}}
/* Exact user-provided WhatsApp Business logo: preserve red circle and white visible plus mark. */
.wa-float .wa-business-image{width:50px;height:50px;display:block;object-fit:contain;border-radius:50%;flex:0 0 50px}
/* Final reference Team composition: white upper half, red lower gradient, image above details. */
.team-list{
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:0!important;
  align-items:stretch!important;
  padding:0!important;
  background:linear-gradient(to bottom,#fff 0%,#fff 38%,rgba(247,222,222,.84) 43%,rgba(227,30,36,.58) 56%,var(--red) 70%,var(--red) 100%)!important;
}
.team-list .team-row,.team-list .team-row:nth-child(n+3){
  grid-column:span 2!important;
  width:auto!important;
  height:380px!important;
  min-height:380px!important;
  margin:0!important;
  padding:24px 18px 28px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  background:transparent!important;
  color:#fff!important;
  transition:background .18s ease,color .18s ease!important;
}
.team-list .team-row:nth-child(-n+2){
  grid-column:span 3!important;
  background:#fff!important;
  color:var(--black)!important;
}
.team-list .team-row:nth-child(n+3){color:#fff!important}
.team-list .team-row:hover{background:var(--red)!important;color:#fff!important}
.team-list .team-row:nth-child(n+3):hover{background:#fff!important;color:var(--black)!important}
.team-list .team-image,.team-list .team-empty-image{
  width:210px!important;
  height:150px!important;
  min-height:150px!important;
  flex:0 0 150px!important;
  margin:0 auto 8px!important;
  padding:0!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.team-list .team-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.team-list .team-content{
  width:min(100%,280px)!important;
  min-height:0!important;
  flex:1 1 auto!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  background:transparent!important;
  color:inherit!important;
}
.team-list .team-kicker{margin:0 0 6px!important;color:inherit!important;font-size:10px!important}
.team-list .team-field{width:100%!important;margin:0 0 5px!important}
.team-list .team-label{color:inherit!important;font-size:9px!important;letter-spacing:.55px!important}
.team-list .team-field h2{font-size:20px!important;line-height:1.12!important;color:inherit!important}
.team-list .team-position,.team-list .team-email{font-size:12px!important;line-height:1.25!important;color:inherit!important}
.team-list .team-description{max-height:82px!important;overflow:hidden!important;font-size:12px!important;line-height:1.38!important;text-align:justify!important;color:inherit!important}
.team-list .team-placeholder{opacity:.85!important;color:inherit!important}
/* The latest user-provided vertical WhatsApp Business image is used as-is. */
.wa-float{
  width:48px!important;
  height:62px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.wa-float .wa-business-image{
  width:48px!important;
  height:62px!important;
  display:block!important;
  flex:0 0 62px!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:900px){
  .team-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .team-list .team-row,.team-list .team-row:nth-child(n+3){grid-column:span 1!important;height:360px!important;min-height:360px!important}
  .team-list .team-row:nth-child(-n+2){grid-column:span 1!important}
}
@media(max-width:600px){
  .team-list{grid-template-columns:1fr!important}
  .team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){grid-column:span 1!important;height:350px!important;min-height:350px!important;padding:22px 14px 24px!important}
  .team-list .team-image,.team-list .team-empty-image{width:190px!important;height:135px!important;min-height:135px!important;flex-basis:135px!important}
  .team-list .team-field h2{font-size:19px!important}
}
/* Final alternating Team layout: one-side image, opposite-side details, repeated member by member. */
.team-list{
  max-width:none!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
}
.team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  grid-template-areas:"image content"!important;
  gap:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  align-items:stretch!important;
  background:#fff!important;
  color:var(--black)!important;
  transition:background .2s ease,color .2s ease!important;
}
.team-list .team-row:nth-child(even){
  grid-template-areas:"content image"!important;
  background:var(--red)!important;
  color:#fff!important;
}
.team-list .team-row:hover{background:var(--red)!important;color:#fff!important}
.team-list .team-row:nth-child(even):hover{background:#fff!important;color:var(--black)!important}
.team-list .team-image,.team-list .team-empty-image{
  grid-area:image!important;
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  margin:0!important;
  padding:26px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.team-list .team-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.team-list .team-content{
  grid-area:content!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  padding:38px 54px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  color:inherit!important;
}
.team-list .team-kicker{display:none!important}
.team-list .team-field{width:100%!important;margin:0 0 10px!important}
.team-list .team-label{display:block!important;color:inherit!important;font-size:10px!important;letter-spacing:.7px!important}
.team-list .team-field h2{margin:0!important;font-size:26px!important;line-height:1.12!important;color:inherit!important}
.team-list .team-position,.team-list .team-email{font-size:14px!important;line-height:1.35!important;color:inherit!important}
.team-list .team-description{max-width:540px!important;max-height:120px!important;overflow:auto!important;font-size:14px!important;line-height:1.55!important;text-align:justify!important;color:inherit!important}
.team-list .team-placeholder{opacity:.85!important;color:inherit!important}
/* Latest user-provided white WhatsApp Business mark inside the original Red circular button. */
.wa-float{
  width:56px!important;
  height:56px!important;
  padding:0!important;
  background:var(--red)!important;
  border-radius:50%!important;
  box-shadow:0 8px 24px rgba(227,30,36,.3)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.wa-float .wa-business-image{
  width:44px!important;
  height:44px!important;
  display:block!important;
  flex:0 0 44px!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:700px){
  .team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){height:600px!important;min-height:600px!important;grid-template-columns:1fr!important;grid-template-areas:"image" "content"!important}
  .team-list .team-row:nth-child(even){grid-template-areas:"image" "content"!important}
  .team-list .team-image,.team-list .team-empty-image{height:300px!important;min-height:300px!important;padding:24px!important}
  .team-list .team-content{height:300px!important;padding:24px 26px!important;justify-content:flex-start!important}
  .team-list .team-field h2{font-size:23px!important}
}
/* Final performance/legibility adjustment: larger inner WhatsApp logo without changing its Red circle. */
.wa-float .wa-business-image{width:50px!important;height:50px!important;flex:0 0 50px!important}
/* Smaller, clearly diamond-shaped particles with immediate Hero coverage and bounded movement. */
.hero-particles{contain:layout paint;overflow:hidden!important}/* Restore the cleaner, compact alternating one-person Team rows. */
.team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){height:340px!important;min-height:340px!important}
.team-list .team-image,.team-list .team-empty-image{height:340px!important;min-height:340px!important}
@media(max-width:700px){
  .team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){height:520px!important;min-height:520px!important}
  .team-list .team-image,.team-list .team-empty-image{height:260px!important;min-height:260px!important}
  .team-list .team-content{height:260px!important}
}

/* Round 12: restore the earlier normal alternating Team presentation. */
.team-list{
  max-width:1060px!important;
  margin:0 auto!important;
  padding:0!important;
  display:block!important;
  background:transparent!important;
}
.team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){
  width:100%!important;
  height:auto!important;
  min-height:330px!important;
  margin:0 0 24px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  grid-template-areas:"image content"!important;
  gap:0!important;
  align-items:stretch!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  color:var(--black)!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}
.team-list .team-row:nth-child(even){
  grid-template-areas:"content image"!important;
  background:#fff!important;
  color:var(--black)!important;
}
.team-list .team-row:hover{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important}
.team-list .team-row:hover .team-label,
.team-list .team-row:hover .team-position,
.team-list .team-row:hover .team-email,
.team-list .team-row:hover .team-description,
.team-list .team-row:hover .team-field h2{color:#fff!important}
.team-list .team-image,.team-list .team-empty-image{
  grid-area:image!important;
  width:100%!important;
  height:330px!important;
  min-height:330px!important;
  margin:0!important;
  padding:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f4f4f4!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  color:#888!important;
}
.team-list .team-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.team-list .team-content{
  grid-area:content!important;
  width:100%!important;
  max-width:none!important;
  min-height:330px!important;
  padding:34px 38px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  color:inherit!important;
}
.team-list .team-field{width:100%!important;margin:0 0 9px!important}
.team-list .team-label{display:block!important;color:inherit!important;font-size:10px!important;letter-spacing:.7px!important}
.team-list .team-field h2{margin:0!important;font-size:26px!important;line-height:1.12!important;color:inherit!important}
.team-list .team-position,.team-list .team-email{font-size:14px!important;line-height:1.35!important;color:inherit!important}
.team-list .team-description{max-width:540px!important;max-height:120px!important;overflow:auto!important;font-size:14px!important;line-height:1.55!important;text-align:justify!important;color:inherit!important}
.team-list .team-placeholder{opacity:.85!important;color:inherit!important}
@media(max-width:900px){
  .team-list .team-row,.team-list .team-row:nth-child(n+3),.team-list .team-row:nth-child(-n+2){grid-template-columns:1fr!important;grid-template-areas:"image" "content"!important;min-height:0!important;margin-bottom:18px!important}
  .team-list .team-row:nth-child(even){grid-template-areas:"image" "content"!important}
  .team-list .team-image,.team-list .team-empty-image{height:260px!important;min-height:260px!important;padding:18px!important}
  .team-list .team-content{height:auto!important;min-height:260px!important;padding:26px 22px!important;justify-content:flex-start!important}
  .team-list .team-field h2{font-size:23px!important}
}
/* Round 12: enlarge only the inner WhatsApp mark; the outer button remains 56px. */
.wa-float{width:56px!important;height:56px!important}
.wa-float .wa-business-image{width:54px!important;height:54px!important;flex:0 0 54px!important;object-fit:contain!important}
/* Do not flash a fallback Darling face and then swap it several seconds later. */
@font-face{font-family:'Darling Girl';src:url('../fonts/DarlingGirl.ttf') format('truetype');font-weight:400;font-style:normal;font-display:optional}

/* Round 13: Team readability and WhatsApp mark size correction. */
.team-list .team-content,.team-list .team-field,.team-list .team-field h2,.team-list .team-position,.team-list .team-email,.team-list .team-description,.team-list .team-label{text-align:left!important}
.team-list .team-content{align-items:flex-start!important}
.team-list .team-name-field{margin-bottom:10px!important}
.team-list .team-name-field h2{font-size:26px!important;line-height:1.18!important}
.team-list .team-description{min-height:150px!important;max-height:none!important;overflow:visible!important;text-align:justify!important;line-height:1.55!important;white-space:normal!important}
.team-list .team-row:hover a,.team-list .team-row:hover .team-email{color:#fff!important}
/* Maximize the visible inner mark while keeping the original 56px outer Red button. */
.wa-float{width:56px!important;height:56px!important;overflow:visible!important}
.wa-float .wa-business-image{width:80px!important;height:80px!important;max-width:none!important;flex:0 0 80px!important;object-fit:contain!important;transform:scale(1.02);transform-origin:center center}


/* Round 16: clean Team rebuild. This final scoped block intentionally supersedes older Team overrides. */
.team-page .team-list{max-width:1060px!important;margin:0 auto!important}
.team-page .team-list .team-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"image content"!important;gap:0!important;align-items:stretch!important;min-height:320px!important;margin:0 0 24px!important;padding:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;color:var(--black)!important;transition:background .2s ease,border-color .2s ease,color .2s ease!important}
.team-page .team-list .team-row:nth-child(even){grid-template-areas:"content image"!important}
.team-page .team-list .team-row:hover,.team-page .team-list .team-row.touch-hover{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important}
.team-page .team-list .team-image,.team-page .team-list .team-empty-image{grid-area:image!important;width:100%!important;height:320px!important;min-height:320px!important;margin:0!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;background:#f4f4f4!important;border:0!important;border-radius:0!important;overflow:hidden!important;color:var(--black)!important}
.team-page .team-list .team-image img{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center!important;background:transparent!important;border:0!important;border-radius:0!important}
.team-page .team-list .team-content{grid-area:content!important;width:100%!important;max-width:none!important;min-height:320px!important;box-sizing:border-box!important;padding:30px 34px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;background:transparent!important;color:var(--black)!important;text-align:left!important}
.team-page .team-list .team-field{width:100%!important;margin:0 0 8px!important;text-align:left!important}
.team-page .team-list .team-label,.team-page .team-list .team-kicker.company-name{display:block!important;color:var(--black)!important;text-align:left!important}
.team-page .team-list .team-kicker.company-name{font-size:11px!important;line-height:1.2!important;letter-spacing:1px!important;text-transform:uppercase!important;font-style:italic!important;margin:0 0 9px!important}
.team-page .team-list .team-field h2{margin:0!important;font-size:27px!important;line-height:1.18!important;color:var(--black)!important;text-align:left!important}
.team-page .team-list .team-position,.team-page .team-list .team-email{font-size:14px!important;line-height:1.45!important;color:var(--black)!important;text-align:left!important}
.team-page .team-list .team-email{text-decoration:none!important;font-weight:600!important;word-break:break-word!important}
.team-page .team-list .team-description{max-width:560px!important;min-height:150px!important;max-height:none!important;overflow:visible!important;margin:0!important;font-size:14px!important;line-height:1.62!important;color:var(--black)!important;text-align:justify!important;white-space:normal!important}
.team-page .team-list .team-placeholder{opacity:.78!important;color:var(--black)!important}
.team-page .team-list .team-row:hover .team-label,.team-page .team-list .team-row:hover .team-kicker.company-name,.team-page .team-list .team-row:hover .team-field h2,.team-page .team-list .team-row:hover .team-position,.team-page .team-list .team-row:hover .team-email,.team-page .team-list .team-row:hover .team-description,.team-page .team-list .team-row:hover .team-placeholder,.team-page .team-list .team-row.touch-hover .team-label,.team-page .team-list .team-row.touch-hover .team-kicker.company-name,.team-page .team-list .team-row.touch-hover .team-field h2,.team-page .team-list .team-row.touch-hover .team-position,.team-page .team-list .team-row.touch-hover .team-email,.team-page .team-list .team-row.touch-hover .team-description,.team-page .team-list .team-row.touch-hover .team-placeholder{color:#fff!important}
@media(max-width:900px){
  .team-page .team-list .team-row,.team-page .team-list .team-row:nth-child(even){grid-template-columns:1fr!important;grid-template-areas:"image" "content"!important;min-height:0!important;margin-bottom:18px!important}
  .team-page .team-list .team-image,.team-page .team-list .team-empty-image{height:260px!important;min-height:260px!important;padding:16px!important}
  .team-page .team-list .team-content{min-height:0!important;padding:26px 22px!important}
  .team-page .team-list .team-field h2{font-size:24px!important}
}


/* Round 17: restore the earlier screenshot-like Team image/text presentation. */
.team-page .team-list .team-image,.team-page .team-list .team-empty-image{padding:0!important;background:#fff!important}
.team-page .team-list .team-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.team-page .team-list .team-content{padding:34px 42px!important}
.team-page .team-list .team-kicker.company-name{display:none!important}
.team-page .team-list .team-field h2{font-size:29px!important;margin-bottom:8px!important}
@media(max-width:900px){.team-page .team-list .team-image,.team-page .team-list .team-empty-image{padding:0!important}.team-page .team-list .team-content{padding:28px 24px!important}}


/* Round 18: fill the entire Team row height with every image frame. */
.team-page .team-list .team-row{align-items:stretch!important}
.team-page .team-list .team-image,.team-page .team-list .team-empty-image{height:auto!important;min-height:320px!important;align-self:stretch!important}
.team-page .team-list .team-image img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important}
@media(max-width:900px){.team-page .team-list .team-image,.team-page .team-list .team-empty-image{height:260px!important;min-height:260px!important;align-self:stretch!important}}

/* Keep the CTA separated from navigation links at compact desktop widths and when the menu is expanded. */
.navwrap{min-width:0}
.navwrap .brand{min-width:0;flex:0 1 auto}
.navwrap nav{min-width:0;flex:1 1 auto}
.navwrap nav ul{min-width:0}
.navwrap .nav-cta,.navwrap.nav-menu-open>.nav-cta{flex:0 0 auto;position:relative;z-index:3;white-space:nowrap}
.navwrap .nav-cta .btn{white-space:nowrap}
@media(min-width:901px) and (max-width:1120px){.navwrap nav{display:none!important}.navwrap .menu-toggle{display:flex!important;margin-left:12px}.navwrap .nav-cta{margin-left:auto}}
@media(min-width:901px){.navwrap.nav-menu-open>nav:not(.nav-dropdown-copy){flex:1 1 auto;min-width:0;overflow:hidden}.navwrap.nav-menu-open>nav:not(.nav-dropdown-copy) ul{min-width:0;overflow:hidden}}

/* Admin-managed Reviews and conditional social links. */
.a1-review-stack{position:relative;display:grid;min-height:150px;align-items:center;justify-items:center}.a1-review-card{grid-area:1/1;width:min(900px,100%);opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;pointer-events:none;text-align:center}.a1-review-card.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.a1-review-image{width:44px;height:44px;border-radius:50%;object-fit:cover;margin:0 auto 10px}.footer-social [data-extra-social]{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 7px;border:1px solid #e1e1e1;border-radius:50%;font-size:9px;font-weight:800;color:var(--black);background:#fff;text-decoration:none}.footer-social [data-extra-social]:hover{background:var(--red);border-color:var(--red);color:#fff}
@media(prefers-reduced-motion:reduce){.a1-review-card{transition:none}}
