
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Big+Shoulders+Display:wght@700;800;900&display=swap');
:root{--orange:#FF6A00;--navy:#002659;--text:#0f172a;--muted:#475569;--bg:#fff;--card:#fff}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
body{background:var(--bg);}
a{color:var(--navy);text-decoration:none}a:hover{text-decoration:none}
.header{background:var(--navy);color:#fff}.container{width:min(1100px,92vw);margin:0 auto}
.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.brand img{height:224px;max-height:224px;background:#fff;padding:8px;border-radius:10px}
@media (max-width:640px){.brand img{height:120px;max-height:120px}}
.cta{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:var(--orange);color:#111827;font-weight:700}
.hero{display:grid;grid-template-columns:1fr;padding:36px 0 44px;color:#fff}
.hero h1{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(28px,4vw,48px);margin:10px 0 8px}
.tagline{font-size:clamp(16px,2vw,20px);color:#e5e7eb;max-width:900px}
.section{padding:56px 0}.section h2{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(22px,3vw,34px);margin:0 0 14px}
.tiles{margin-top:24px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.tile{background:var(--card);border:1px solid #e2e8f0;border-radius:16px;padding:18px;transition:transform .14s ease, box-shadow .18s ease, border-color .14s ease;cursor:pointer}
.tile .kicker{font-size:12px;font-weight:700;letter-spacing:.4px;color:var(--orange);text-transform:uppercase;text-align:center;display:block}
.tile h3{margin:6px 0 4px;font-size:18px;text-align:center}.tile p{color:var(--muted);font-size:15px;text-align:left}
.tile-logo-wrap{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 6px 22px rgba(2,6,23,.08);padding:14px;margin:4px auto 12px;width:min(92%,460px)}
.tile-logo{height:144px;max-width:100%;object-fit:contain;display:block}
.tile:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,106,0,0.18);border-color:rgba(255,106,0,0.25)}
.tile-link{display:block;color:inherit;text-decoration:none}
.subhead{text-align:center;color:#334155;font-size:15px;margin-top:-2px;margin-bottom:8px}
.markets{position:relative;overflow:hidden;padding:10px 0 28px}.markets h2{font-family:'Big Shoulders Display',sans-serif;font-size:clamp(22px,3vw,34px);margin:0 0 10px;text-align:left}
.ribbon{position:relative;overflow:hidden}.ribbon .scroller{overflow-x:auto;overflow-y:hidden;cursor:grab}.ribbon .scroller:active{cursor:grabbing}
.ribbon .track{display:flex;gap:12px;will-change:transform}
.ribbon .item{position:relative;min-width:520px;height:220px;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;background:#001a33}
.ribbon .item .label{position:absolute;left:12px;bottom:10px;background:var(--orange);color:#111827;font-weight:800;font-size:14px;padding:6px 10px;border-radius:999px;box-shadow:0 4px 16px rgba(255,106,0,.25)}
.ribbon .item .img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.08) saturate(1.05)}
.ribbon .item::after{content:'';position:absolute;inset:0;background:rgba(0,38,89,0.45)}
.item--aero::after{background:rgba(0,38,89,0.42)}.item--agri::after{background:rgba(0,38,89,0.30)}
.item--offroad::after{background:rgba(0,38,89,0.34)}.item--maritime::after{background:rgba(0,38,89,0.55)}
.item--quickchange::after{background:rgba(0,38,89,0.36)}.item--welding::after{background:rgba(0,38,89,0.33)}.item--cnc::after{background:rgba(0,38,89,0.33)}
.audience{padding:42px 0}.audience .grid{display:grid;gap:18px;grid-template-columns:1fr}@media (min-width:860px){.audience .grid{grid-template-columns:1fr 1fr}}
.site-footer{background:var(--navy);color:#e5e7eb;margin-top:28px}
.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{text-decoration:underline}
.site-footer .inner{padding:34px 0}.footer-grid{display:grid;gap:18px;grid-template-columns:1fr}
@media(min-width:860px){.footer-grid{grid-template-columns:1.1fr .9fr .9fr .9fr}}
.footer-col h4{margin:0 0 10px;font-weight:800;color:var(--orange);font-size:1.05rem;letter-spacing:.04em}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:6px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:12px 0 22px;color:#cbd5e1;font-size:14px}
.cookiebar{position:fixed;left:16px;right:16px;bottom:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:14px;z-index:9999;display:none}
.cookiebar p{margin:0 0 8px;color:#334155}.cookiebar .actions{display:flex;gap:8px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;border:0;cursor:pointer;text-decoration:none}
.btn-primary{background:#FF6A00;color:#111827}.btn-secondary{background:var(--navy);color:#ffffff}
.btn-primary:hover,.btn-primary:focus{background:#ff7a1a;transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,0.25);}
.btn-secondary:hover,.btn-secondary:focus{background:#001a40;color:#ffffff;}


/* ACDEON v2.0 navigation extension */
.nav{align-items:flex-start;}

.nav-links{
  display:flex;
  align-items:flex-start;
  gap:24px;
  margin-left:auto;
  padding-top:18px;
}

.nav-link{
  color:var(--orange);
  font-weight:700;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  position:relative;
  cursor:pointer;
}

.nav-link--about{
  position:relative;
}

.nav-dropdown{
  display:none;
  position:absolute;
  left:0;
  top:130%;
  min-width:240px;
  background:#fff;
  color:var(--text);
  border-radius:10px;
  box-shadow:0 18px 40px rgba(15,23,42,0.35);
  padding:6px 0;
  z-index:50;
}

.nav-dropdown a{
  display:block;
  padding:7px 14px;
  font-size:14px;
  color:var(--navy);
  text-transform:none;
  letter-spacing:0;
}

.nav-dropdown a:hover{
  background:#e2e8f0;
}

.nav-link--about:hover .nav-dropdown{
  display:block;
}


/* ACDEON v2.1 navigation refinements */
.nav{align-items:flex-start;}

.nav-link--about{
  position:relative;
}

.nav-dropdown{
  display:none;
  position:absolute;
  top:130%;
  left:0;
  min-width:240px;
  background:#fff;
  color:var(--text);
  border-radius:10px;
  box-shadow:0 18px 40px rgba(15,23,42,0.35);
  padding:6px 0;
  z-index:9999;
}

.nav-link--about:hover .nav-dropdown,
.nav-link--about:focus-within .nav-dropdown{
  display:block;
}

.nav-dropdown a{
  display:block;
  padding:7px 14px;
  font-size:14px;
  color:var(--navy);
  text-transform:none;
  letter-spacing:0;
}

.nav-dropdown a:hover{
  background:#e2e8f0;
}


/* ACDEON v2.9 dropdown hover refinement */
.nav-link--about{
  position:relative;
}

.nav-dropdown{
  top:100%; /* closer to the About label to avoid hover gaps */
}

/* Keep dropdown open while hovering the panel itself */
.nav-dropdown:hover{
  display:block;
}


/* Carr Lane about page layout (v3.1, hotlinked images) */
.cl-page{
  margin-top:3rem;
}

.cl-intro{
  border-top:4px solid #007a33; /* Carr Lane green accent */
  padding-top:2rem;
}

.cl-intro .lead{
  margin-top:1rem;
}

.cl-categories{
  margin-top:3rem;
}



.cl-note{
  max-width:720px;
  margin-bottom:1.75rem;
  color:var(--muted);
}

.cl-note.cl-note-wide{
  max-width:100%;
  width:100%;
  margin:0 auto 1.75rem auto;
  text-align:center;
  padding:0 12px;
}

.cl-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:1.5rem;
}

.cl-card{
  background:#0b1f3b0a;
  border-radius:12px;
  padding:1.25rem 1rem 1.5rem;
  text-align:center;
  border:1px solid rgba(148,163,184,0.5);
  box-shadow:0 10px 25px rgba(15,23,42,0.18);
  transition:transform .18s ease, box-shadow .18s ease;
}

.cl-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 35px rgba(15,23,42,0.26);
}

.cl-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:8px;
  margin-bottom:0.75rem;
  background:#f1f5f9;
}

.cl-card h3{
  font-size:0.95rem;
  font-weight:600;
  color:var(--navy);
}


/* Carr Lane About page styling (v3.8) */
.cl-page{
  margin-top:3rem;
  padding-bottom:3rem;
  background-image:
    radial-gradient(circle at 0 0, rgba(148,163,184,0.18) 1px, transparent 0),
    radial-gradient(circle at 8px 8px, rgba(148,163,184,0.12) 1px, transparent 0);
  background-size:16px 16px;
  background-position:-4px -4px;
}

.cl-brand-block{
  text-align:center;
  margin-bottom:2rem;
}

.cl-logo-large{
  display:block;
  height:270px;
  width:auto;
  margin:0 auto 1rem;
}

.cl-tagline{
  margin:0;
  font-family: "Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight:700;
  font-size:2.5rem;
  color:#007a33;
  letter-spacing:0.01em;
}

.cl-divider{
  border:0;
  border-top:3px solid #007a33;
  margin:1.2rem 0 2rem 0;
}

.cl-categories h2{
  font-family:"Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight:700;
  font-size:2.6rem;
  color:#007a33;
  margin-bottom:0.75rem;
}

.cl-note{
  max-width:760px;
  margin-bottom:1.75rem;
}

.cl-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:1.5rem;
}

.cl-card{
  background:#0b1f3b08;
  border-radius:14px;
  padding:1.3rem 1rem 1.6rem;
  text-align:center;
  border:1px solid rgba(148,163,184,0.55);
  box-shadow:0 14px 30px rgba(15,23,42,0.18);
}

.cl-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  margin-bottom:0.85rem;
  background:#f1f5f9;
}

.cl-card h3{
  font-size:0.96rem;
  font-weight:600;
  font-family:"Montserrat","Segoe UI",system-ui,sans-serif;
}

/* Carr Lane - Browse by Industry section */
.cl-industry{
  margin-top:3rem;
}

.cl-industry h2{
  font-family:"Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight:700;
  font-size:2.4rem;
  color:#007a33;
  margin-bottom:0.75rem;
}






/* Carr Lane - Browse by Industry section with 3x2 image grid */
.cl-industry{
  margin-top:3rem;
}

.cl-industry h2{
  font-family:"Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight:700;
  font-size:2.4rem;
  color:#007a33;
  margin-bottom:0.75rem;
}

.cl-industry-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1.5rem;
}

@media (max-width: 900px){
  .cl-industry-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .cl-industry-grid{
    grid-template-columns:1fr;
  }
}

.cl-industry-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  border-radius:14px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid rgba(0,122,51,0.25);
  box-shadow:0 10px 24px rgba(15,23,42,0.18);
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}

.cl-industry-card img{
  display:block;
  width:100%;
  height:auto;
}

.cl-industry-card h3{
  margin:0;
  padding:0.85rem 1rem 1rem;
  font-family:"Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight:700;
  font-size:1.05rem;
  color:#002659;
  text-align:left;
}

.cl-industry-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(15,23,42,0.30);
  border-color:#007a33;
}


/* Martin Manufacturing page layout */
.martin-page {
  background:#fff;
}

.martin-hero {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  margin-bottom:40px;
}

.martin-logo-wrap img {
  max-width:340px;
  height:auto;
  display:block;
  margin:0 auto 14px;
  background:#fff;
  padding:8px;
  border-radius:10px;
}

.martin-claim {
  font-family:'Big Shoulders Display',sans-serif;
  font-size:clamp(32px,4.6vw,54px);
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin:8px 0 10px;
}

.martin-intro {
  max-width:780px;
  margin:0 auto;
  color:var(--muted);
}

.martin-section {
  margin-top:26px;
  border-radius:14px;
  padding:22px 22px 20px;
}

.martin-section-dark {
  background:#0f172a;
  color:#e5e7eb;
}

.martin-section-split {
  display:grid;
  grid-template-columns: minmax(0,2.3fr) minmax(0,1.5fr);
  gap:22px;
  align-items:flex-start;
}

.martin-section h2 {
  font-family:'Big Shoulders Display',sans-serif;
  font-size:clamp(22px,3vw,30px);
  margin:0 0 10px;
}

.martin-section p {
  margin:0 0 10px;
}

.martin-section-headline {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.martin-pill {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  padding:4px 10px;
  border-radius:999px;
  background:var(--orange);
  color:#111827;
}

.martin-pill-outline {
  background:transparent;
  color:var(--orange);
  border:1px solid var(--orange);
}

.martin-aside {
  display:flex;
  flex-direction:column;
  gap:14px;
}

.martin-gradient-bar {
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--orange),#000);
}

.martin-bullets {
  list-style:none;
  margin:0;
  padding:0;
}

.martin-bullets li {
  position:relative;
  padding-left:16px;
  margin-bottom:6px;
  font-size:14px;
}

.martin-bullets li::before {
  content:"";
  position:absolute;
  left:3px;
  top:8px;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--orange);
}

/* Video block */








.martin-play-icon {
  width:68px;
  height:68px;
  border-radius:999px;
  background:var(--orange);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  color:#111827;
}





/* Links inside dark sections */
.martin-section a {
  color:#fde68a;
}

/* Responsive adjustments */
@media (max-width:768px){
  .martin-section-split {
    grid-template-columns:minmax(0,1fr);
  }
  .martin-hero {
    margin-bottom:26px;
  }
}



/* --- Martin uniform dark sections --- */
.martin-section {
  margin-top: 26px;
  border-radius: 14px;
  padding: 22px 22px 20px;
}

.martin-section-dark {
  background: #020617;
  color: #ffffff;
}

/* Headline & pill row */
.martin-section-headline {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

/* CTA row inside dark sections */
.martin-cta-row {
  margin-top: 12px;
}

/* Pills */
.martin-pill {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 4px 10px;
  border-radius: 999px;
}

.martin-pill-outline {
  background: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

/* Uniform Martin buttons */
.martin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: #ff6a00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color .16s ease, transform .12s ease, box-shadow .16s ease;
}

.martin-btn:hover {
  background: #ff8a33;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}
/* Outline / dark variant for Visit Martin buttons */




/* Video CTA variant: full-width, mobile-friendly */
.martin-btn-video{
  display:block;
  width:100%;
  max-width:420px;
  background:#000000;
  color:#ffffff;
  border:1px solid var(--orange);
  border-radius:18px;
  padding:14px 18px;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:none;
  text-align:left;
  line-height:1.4;
  margin-top:12px;
}

.martin-btn-video:hover{
  background:#111111;
  color:#ff8a33;
}

/* Better spacing between Contact us / Visit buttons on Martin page */
@media (max-width:640px){
  }


/* WHAT WE DO categories, below dark boxes */
.martin-categories {
  margin-top: 30px;
}

.martin-categories-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  margin: 0 0 6px;
  color: #ffffff;
}

.martin-categories-intro {
  max-width: none;
  width: 100%;
  margin: 0 0 18px;
  color: #e5e7eb;
  text-align: left;
}

/* Orange lines above and below category row */
.martin-category-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ff6a00;
  border-bottom: 1px solid #ff6a00;
}

.martin-category {
  flex: 1 1 0;
  min-width: 220px;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* Orange vertical separators */
.martin-category + .martin-category {
  border-left: 1px solid #ff6a00;
}

.martin-category-media {
  height: 120px;
  margin: 0 0 10px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .3s ease;
}

/* Hover animation similar in spirit to Martin site */
.martin-category:hover .martin-category-media {
  transform: scale(1.04);
}

/* Exact matching thumbnails (remote) */
.martin-category-media--products {
  background-image: url("https://static.wixstatic.com/media/d314d4_c47a9fdcbd4c41db90c147a49e1c61ef~mv2.jpg");
}
.martin-category-media--solutions {
  background-image: url("https://static.wixstatic.com/media/d314d4_e29631cd18894573ade47c935df8e82bf000.jpg");
}
.martin-category-media--custom {
  background-image: url("https://static.wixstatic.com/media/d314d4_06caf4cdb7d84ec5b845f3ade344ce55f000.jpg");
}

.martin-category-body h3 {
  font-size: 17px;
  margin: 0 0 6px;
}

.martin-category-body p {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--muted);
}

.martin-category-cta {
  margin-top: auto;
}

/* Videos section with orange outlined cards */
.martin-videos {
  margin-top: 30px;
}

.martin-videos-intro {
  max-width: 720px;
  color: var(--muted);
}

.martin-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}



/* Compact thumbnails */


/* Specific thumbnails */






.martin-play-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #111827;
}

/* Responsive for categories */
@media (max-width: 768px) {
  .martin-category-grid {
    flex-direction: column;
  }
  .martin-category + .martin-category {
    border-left: none;
    border-top: 1px solid #ff6a00;
  }
}


.martin-category-title {
  font-family: "Montserrat","Segoe UI",system-ui,sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  color: #111827;
}


.martin-category-media {
  position: relative;
  height: auto;
}

.martin-category-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}


/* --- Rialto Engineering page --- */




.rialto-page{
  padding:0 0 40px;
  background:#ffffff;
}
.rialto-page .container{
  max-width:1100px;
}

/* Hero: logo, titelbalk en tekst in één brede kolom */
.rialto-hero{
  margin:-8px 0 28px; /* dichter op ACDEON header */
}

.rialto-hero-main{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}

.rialto-logo-wrap{
  margin:0;
}

.rialto-logo-wrap img{
  display:block;
  max-width:360px;
  width:100%;
  height:auto;
  margin:0;
}

/* Blauwe titelbalk onder het logo */
.rialto-titlebar{
  background:#241c78;
  border-radius:10px;
  padding:10px 18px;
  margin:4px 0 16px;
}

/* Tekst nu over de volle contentbreedte, met paars accent voor de eerste alinea */
.rialto-kicker,
.rialto-intro{
  font-size:15px;
  font-weight:400;
  color:var(--muted);
  max-width:100%;
  margin:4px 0 8px;
}

.rialto-kicker{}
.rialto-section{
  margin-bottom:32px;
}

.rialto-section h2{
  font-size:clamp(32px,4.6vw,56px);
  margin:0 0 10px;
  color:#241c78;
}

.rialto-section p{
  margin:0 0 10px;
  font-size:15px;
  color:var(--muted);
}

.rialto-section--split{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);
  gap:28px;
}
@media (max-width: 900px){
  .rialto-section--split{
    grid-template-columns:1fr;
  }
}

.rialto-list{
  list-style:none;
  margin:6px 0 0;
  padding:0;
}
.rialto-list li{
  position:relative;
  padding-left:18px;
  margin-bottom:6px;
  font-size:15px;
  color:var(--muted);
}
.rialto-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.7em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#241c78;
}

.rialto-facilities-img{
  margin-top:14px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(15,23,42,0.22);
}
.rialto-facilities-img img{width:100%;height:auto;object-fit:contain;display:block;}

.rialto-gallery{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}


/* ACDEON orange button used on Rialto page */


.btn-acdeon.btn-outline{
  background:transparent;
  color:#241c78;
  border:1px solid #241c78;
  margin-left:10px;
}
.btn-acdeon.btn-outline:hover{
  background:#241c78;
  color:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,0.25);
}

@media (max-width: 900px){
  .rialto-gallery{
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  }
}

.rialto-card{
  background:#ffffff;
  border-radius:12px;
  border:1px solid var(--acdeon-border-subtle);
  box-shadow:0 4px 10px rgba(15,23,42,0.10);
  overflow:hidden;
  text-align:center;
  transition:transform .18s ease, box-shadow .18s ease;
}


.rialto-card img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  background:#ffffff;
}

.rialto-caption{
  padding:10px 10px 14px;
  font-size:16px;
  font-weight:700;
  letter-spacing:0.02em;
  color:#241c78;
}

/* Purple heading bars */
.rialto-heading-bar{
  background:#241c78;
  border-radius:10px;
  padding:10px 18px;
  margin:0 0 16px;
}

.rialto-heading-bar h2{
  margin:0;
  color:#ffffff;
  font-size:40px !important;
}

  width:auto;
  height:100%;
  max-height:360px;
  object-fit:cover;
  border-radius:12px;
}

.rialto-titlebar h2{
  margin:0;
  color:#ffffff !important;
  font-size:40px !important;
  font-size:40px;
}


/* Hard override: Rialto titlebar same style + white text like other heading bars */
.rialto-titlebar{
  background:#241c78;
  border-radius:10px;
  padding:10px 18px;
  margin:4px 0 16px;
}

.rialto-titlebar,
.rialto-titlebar *{
  color:#ffffff !important;
  font-size:40px !important;
  font-weight:700;
}


/* Rialto Enterprises capability gallery */

.capabilities-gallery{
  margin-top:1.1rem;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
}


.capability-item{
  background:var(--acdeon-card);
  border-radius:1rem;
  border:1px solid var(--acdeon-border-subtle);
  padding:0.9rem 0.9rem;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:0.65rem;
  box-shadow:0 8px 18px rgba(15,23,42,0.06);
}


.capability-icon{
  max-width:48px;
  height:48px;
  flex:0 0 auto;
}


.capability-label{
  font-size:0.9rem;
  font-weight:600;
  text-transform:none;
  letter-spacing:0.03em;
  color:var(--acdeon-blue);
}


/* Certification strip */

.cert-strip{
  margin-top:1.2rem;
  display:inline-flex;
  align-items:center;
  gap:0.6rem;
  padding:0.45rem 0.9rem;
  border-radius:999px;
  background:linear-gradient(120deg, rgba(36,28,120,0.06), rgba(36,28,120,0.16));
  border:1px solid rgba(36,28,120,0.45);
  font-size:0.8rem;
  color:#111827;
}


.cert-pill{
  padding:0.2rem 0.6rem;
  border-radius:999px;
  background:#241c78;
  color:#f9fafb;
  text-transform:uppercase;
  letter-spacing:0.16em;
  font-size:0.7rem;
  font-weight:600;
}


/* Facilities highlight for Rialto Enterprises */

.facilities-highlight {
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.9rem;
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.08), rgba(15, 23, 42, 0.92));
  color: #fef3c7;
  font-size: 0.88rem;
}

.rialto-list ul{
  list-style:none;
  margin:4px 0 0;
  padding-left:18px;
}
.rialto-list ul li{
  position:relative;
  padding-left:18px;
  margin-bottom:4px;
}
.rialto-list ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.7em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#241c78;
}


/* Rialto Enterprises Capabilities – Rayala-style layout */

.capabilities-grid{
  margin-top:1.1rem;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px 18px;
}

.cap-block{
  background:#ffffff;
  border-radius:14px;
  border:1px solid var(--acdeon-border-subtle);
  padding:14px 14px;
  display:flex;
  align-items:flex-start;
  gap:14px;
  box-shadow:0 6px 18px rgba(15,23,42,0.10);
  transition:transform .18s ease, box-shadow .18s ease;
}

.cap-block:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(15,23,42,0.20);
}

.cap-icon-wrap{
  flex:0 0 auto;
  width:64px;
  height:64px;
  border-radius:16px;
  background:#eff0ff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
}

.cap-icon-wrap img{
  max-width:100%;
  max-height:100%;
  display:block;
}

.cap-text{
  flex:1 1 auto;
  margin-top:2px;
}

.cap-title{
  font-size:24px;
  line-height:1.25;
  font-weight:700;
  color:#241c78;
  margin:0 0 4px;
}

.cap-sub{
  font-size:13px;
  line-height:1.5;
  color:#4b5563;
  margin:0;
}

@media (max-width:900px){
  .capabilities-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:620px){
  .capabilities-grid{
    grid-template-columns:minmax(0,1fr);
  }
}

.rialto-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(15,23,42,0.25);
}


/* Carr Lane CTA buttons */

.cl-cta{
  padding:32px 0 40px;
  background:transparent;
}
.cl-cta-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}
.cl-cta-text{
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:18px;
}
.cl-cta-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}
.cl-btn{
  display:inline-block;
  padding:10px 22px;
  border-radius:999px;
  background:#ffffff;
  color:#00854a;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  text-decoration:none;
  border:1px solid #00854a;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.cl-btn:hover{
  background:#00854a;
  color:#ffffff;
  border-color:#00854a;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.3);
}



/* Normalize CTA button heights for Carr Lane & Martin footers */
.cl-cta .btn-acdeon,
.cl-cta .cl-btn,
.martin-cta-row .btn-acdeon,
.martin-cta-row .martin-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  height:42px;
}

/* Martin + Carr Lane CTA: align CONTACT US button with global ACDEON style (outline orange, hover filled) */
.martin-cta-row .btn-acdeon,
.cl-cta .btn-acdeon {
  margin-top:0;
}
/* Hover + visual effects use the global .btn-acdeon:hover rule */
.acdeon-highlight{
  background:#FFF7EF;
  border:1px solid #FFC58A;
  border-radius:14px;
  padding:1.75rem 1.9rem;
  margin:1.5rem 0;
  box-shadow:0 0 0 rgba(0, 0, 0, 0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.acdeon-highlight:hover{
  transform:translateY(-4px) scale(1.01);
  box-shadow:0 18px 30px rgba(0, 0, 0, 0.16);
  border-color:#FF6A00;
}

/* Unified hover for Martin outline buttons */


/* Generic CTA button row aligned like Carr Lane CTA */
.cta-button-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

/* Make Contact us button on Martin page same height as Visit button */
.martin-section .cta-button-row .btn-acdeon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:0;
}



/* Martin video thumbnail card */
.martin-video-card{
  margin-top:16px;
  max-width:420px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 16px 32px rgba(0,0,0,0.45);
}

/* Thumbnail zelf */
.martin-video-thumb{
  position:relative;
  display:block;
  background-size:cover;
  background-position:center;
  padding-top:56.25%; /* 16:9 */
}

/* Specifieke thumbnail voor deze video */
.martin-video-thumb--intro{
  background-image:url("https://img.youtube.com/vi/ExqL8RIMsdw/hqdefault.jpg");
}

/* Donkere overlay met play-knop */
.martin-video-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(15,23,42,0.25),rgba(15,23,42,0.85));
}

.martin-play-icon{
  width:64px;
  height:64px;
  border-radius:999px;
  background:var(--orange);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:#111827;
  box-shadow:0 18px 30px rgba(0,0,0,0.65);
}

/* Caption onder de video */
.martin-video-caption{
  margin-top:8px;
  max-width:420px;
  font-size:13px;
  line-height:1.5;
  color:#e5e7eb;
}

/* Outline style for Visit Martin Trunnion Tables button */
.
.martin-btn-outline{
  background:#ffffff;
  color:#FF6A00 !important;
  border:1px solid #FF6A00;
  display:inline-block;
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  text-decoration:none;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}
/* Ensure Martin buttons text is centered and can wrap nicely on smaller screens */
.martin-btn,
.martin-btn-outline {
  text-align: center;
  white-space: normal;
}


.martin-btn-outline:hover{
  background:#000000;
  color:#FF6A00 !important;
  border-color:#FF6A00;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
}

.martin-btn-outline{
  background:#ffffff;
  color:#FF6A00 !important;
  border:1px solid #FF6A00;
  display:inline-block;
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  text-decoration:none;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.martin-btn-outline:hover{
  background:#000000;
  color:#FF6A00 !important;
  border-color:#FF6A00;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
}

.martin-btn-outline{
  background:#ffffff;
  color:#FF6A00 !important;
  border:1px solid #FF6A00;
  display:inline-block;
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  text-decoration:none;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.martin-btn-outline:hover{
  background:#000000;
  color:#FF6A00 !important;
  border-color:#FF6A00;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
}
/* Specific thumbnail for Flexible Trunnion Packages video */
.martin-video-thumb--packages{
  background-image:url("https://img.youtube.com/vi/ExqL8RIMsdw/hqdefault.jpg");
}

/* Thumbnail for Trunnion Package Overview video in grid (bottom-left) */
.martin-video-thumb--packages-grid{
  background-image:url("https://img.youtube.com/vi/4u4JHq-Kv0w/hqdefault.jpg");
}

/* Hide native scrollbar for ribbon scroller to make auto-scroll feel cleaner */
.ribbon .scroller{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.ribbon .scroller::-webkit-scrollbar{
  display:none;
}


/* Mobile auto-scroll animation for Focus Industries ribbon */

  100%{
    transform:translateX(-50%);
  }
}



/* ACDEON v4.08 - Contact page layout & styling */
main.contact{
  padding:40px 0 52px;
}

.contact .contact-layout{
  display:grid;
  gap:22px;
}

@media (min-width: 900px){
  .contact .contact-layout{
    grid-template-columns:minmax(0,3fr) minmax(0,2.4fr);
    align-items:flex-start;
  }
}

.contact-card,
.map-card{
  position:relative;
  background:#ffffff;
  border-radius:16px;
  border:1px solid #e2e8f0;
  box-shadow:0 20px 40px rgba(15,23,42,0.14);
  padding:22px 20px 24px;
  overflow:hidden;
}

.contact-card::before,
.map-card::before{
  content:'';
  position:absolute;
  left:18px;
  top:14px;
  width:96px;
  height:4px;
  border-radius:999px;
  background:var(--orange);
}

.contact-card h2{
  margin-top:8px;
  margin-bottom:6px;
  font-family:'Big Shoulders Display',sans-serif;
  font-size:clamp(24px,3vw,30px);
}

.contact .tagline{
  color:#0f172a;
  font-size:15px;
  margin-bottom:10px;
}

.contact-helper{
  color:#475569;
  font-size:14px;
  margin:4px 0 6px;
}

.contact form{
  margin-top:10px;
}

.contact .form-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.contact .form-group{
  margin-bottom:10px;
}

.contact .form-row .form-group{
  flex:1 1 160px;
}

.contact label{
  display:block;
  font-size:14px;
  font-weight:600;
  margin-bottom:4px;
  color:#0f172a;
}

.contact input,
.contact textarea{
  width:100%;
  padding:9px 10px;
  border-radius:10px;
  border:1px solid #cbd5e1;
  font-size:14px;
  font-family:inherit;
}

.contact textarea{
  resize:vertical;
  min-height:140px;
}

.contact input:focus,
.contact textarea:focus{
  outline:none;
  border-color:var(--orange);
  box-shadow:0 0 0 1px rgba(255,106,0,0.2);
}

.error-message{
  display:block;
  font-size:12px;
  margin-top:4px;
  color:#b91c1c;
  min-height:1.1em;
}

.field-error{
  border-color:#b91c1c !important;
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:4px;
}

.contact-privacy-note{
  margin-top:10px;
  font-size:12px;
  color:#64748b;
}

/* Map tile */
.map-card{
  box-shadow:0 24px 50px rgba(255,106,0,0.18);
}

.map-title{
  margin-top:8px;
  margin-bottom:6px;
  font-size:16px;
  font-weight:700;
  color:var(--navy);
}

.map-text{
  margin:0 0 10px;
  font-size:14px;
  color:#475569;
}

.map-embed{
  border-radius:12px;
  overflow:hidden;
  border:1px solid #e2e8f0;
}

.map-embed iframe{
  display:block;
  width:100%;
  height:260px;
  border:0;
}

/* Small screen stack tweak */
@media (max-width: 640px){
  .contact-card,
  .map-card{
    padding:18px 16px 20px;
  }
}

.phone-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e2e8f0;
  background:#f9fafb;
  font-size:14px;
}

.phone-icon{
  font-size:14px;
}

.btn-outline-navy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:transparent;
  color:var(--navy);
  border:1px solid var(--navy);
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}

/* ACDEON button variants – outline navy (A) and outline orange (B) */
.btn-outline-orange,
.btn-acdeon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:transparent;
  color:var(--orange);
  border:1px solid var(--orange);
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.12em;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-acdeon:hover{
  background:var(--orange);
  color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.25);
}


.btn-outline-navy:hover,
.btn-outline-navy:focus{
  background:var(--navy);
  color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,0.25);
}


/* Force correct orange text on Martin Contact button (non-hover); hover uses global white text */
.martin-section .btn-acdeon {
  color: var(--orange);
}
.martin-section .btn-acdeon:hover {
  color: #ffffff;
}

.footer-home-link{margin-left:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--orange);font-size:12px;text-decoration:none;color:var(--orange);display:inline-flex;align-items:center;gap:4px;transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}
.footer-home-link:hover{background:rgba(255,106,0,.12);border-color:rgba(255,106,0,.9);transform:translateY(-1px)}
