/* ==========================================================================
   Team Strides / Lapel Pin Badges — Site Stylesheet
   ========================================================================== */

:root{
  --navy-950: #0a2018;
  --navy-900: #0d2b1f;
  --navy-800: #12472f;
  --navy-700: #185c3c;
  --gold-500: #4caf50;
  --gold-600: #3d8f41;
  --coral-500: #ff5a4e;
  --cream-50: #fdfaf3;
  --grey-50:  #f5f8f6;
  --grey-100: #edf3ef;
  --grey-300: #d1dcd6;
  --grey-500: #6b7280;
  --grey-700: #3c4350;
  --ink: #14192b;
  --radius: 6px;
  --radius-sm: 4px;
  --shadow-sm: 0 1px 3px rgba(10,23,48,0.10);
  --shadow-md: 0 4px 14px rgba(10,23,48,0.12);
  --shadow-lg: 0 12px 32px rgba(10,23,48,0.16);
  --brand-gradient: linear-gradient(150deg, var(--navy-950) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  --maxw: 1200px;
  --font-head: "Poppins", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: #ffffff;
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{
  font-family: var(--font-head);
  line-height:1.2;
  margin:0 0 .5em;
  color: var(--navy-900);
}
h1{ font-size: clamp(2rem, 4vw, 3.1rem); font-weight:700; }
h2{ font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight:700; }
h3{ font-size: 1.25rem; font-weight:600; }
p{ margin:0 0 1em; color: var(--grey-700); }
.container{ max-width: var(--maxw); margin:0 auto; padding: 0 24px; }
.section{ padding: 64px 0; }
.section--tight{ padding: 40px 0; }
.section--grey{ background: var(--grey-50); }
.section--navy{ background: var(--brand-gradient); color:#fff; }
.section--navy h2, .section--navy h3{ color:#fff; }
.section--navy p{ color: rgba(255,255,255,0.82); }

.eyebrow{
  display:inline-block;
  font-family: var(--font-head);
  font-weight:600;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
  color: var(--navy-900);
  background: none;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--gold-500);
  border-radius: 0;
  margin-bottom: 18px;
}
.section--navy .eyebrow{ color: #fff; border-bottom-color: var(--gold-500); }
.hero .eyebrow{ color: #fff; border-bottom-color: var(--gold-500); }

.lead{ font-size: 1.15rem; color: var(--grey-700); max-width: 62ch; }
.section--navy .lead{ color: rgba(255,255,255,0.85); }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-head); font-weight:600; font-size:.92rem; letter-spacing:.01em;
  padding: 14px 28px; border-radius: 4px; border: 1px solid transparent;
  cursor:pointer; transition: background .18s ease, border-color .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary{ background: var(--gold-500); color: var(--navy-950); }
.btn-primary:hover{ background: var(--navy-950); color: #fff; }
.btn-outline{ border-color: rgba(255,255,255,0.5); color:#fff; }
.btn-outline:hover{ background:#fff; border-color:#fff; color: var(--navy-950); }
.btn-dark{ background: var(--navy-900); color:#fff; }
.btn-dark:hover{ background: var(--gold-500); color: var(--navy-950); }
.btn-ghost{ border-color: var(--navy-900); color: var(--navy-900); }
.btn-ghost:hover{ background: var(--navy-900); color:#fff; }
.btn-sm{ padding: 9px 18px; font-size:.85rem; }

/* ===== Tagline strip (very top of site) ===== */
.tagline-bar{
  background: var(--navy-950); color: var(--gold-500);
  font-family: var(--font-head); font-weight:600; font-size:.8rem;
  text-align:center; letter-spacing:.01em;
}
.tagline-bar .container{ padding: 7px 24px; }

/* ===== Top utility bar ===== */
.topbar{
  background: var(--navy-900); color: rgba(255,255,255,0.85);
  font-size: .85rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; padding-top:8px; padding-bottom:8px; gap: 16px; flex-wrap:wrap; }
.topbar a{ color:#fff; }
.topbar .topbar-links{ display:flex; gap:20px; flex-wrap:wrap; }
.topbar .topbar-links span, .topbar .topbar-links a{ display:inline-flex; align-items:center; gap:6px; }
.topbar .topbar-links span{ margin-right:20px; }
.topbar .topbar-links span:last-child{ margin-right:0; }

/* ===== Header / Nav ===== */
.site-header{
  position: sticky; top:0; z-index: 500;
  background: #fff; box-shadow: 0 1px 0 rgba(10,23,48,0.06);
}
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; padding: 14px 0; gap: 20px; }
.brand{ display:flex; align-items:center; font-family: var(--font-head); font-weight:800; font-size:1.9rem; letter-spacing:0; text-transform:uppercase; color: var(--navy-900); white-space:nowrap; }
.brand small{ display:block; font-weight:500; font-size:.68rem; color: var(--grey-500); letter-spacing:.04em; text-transform:none; margin-top:-2px; }

.main-nav{ display:flex; align-items:center; gap: 4px; }
.main-nav > ul{ display:flex; align-items:center; gap: 2px; }
.main-nav > ul > li{ position:relative; }
.main-nav a.nav-link{
  display:flex; align-items:center; gap:4px; white-space:nowrap;
  padding: 10px 12px; font-weight:600; font-size:.92rem; color: var(--navy-900);
  border-radius: var(--radius-sm);
}
.main-nav a.nav-link:hover{ background: var(--grey-100); color: var(--navy-950); }
.main-nav .caret{ font-size:.65rem; opacity:.6; margin-left:2px; }

.dropdown{
  position:absolute; top: 100%; left:0; min-width: 240px;
  background:#fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg);
  padding: 10px; opacity:0; visibility:hidden; transform: translateY(6px);
  transition: all .15s ease; border: 1px solid var(--grey-100);
}
.main-nav > ul > li:hover > .dropdown,
.main-nav > ul > li:focus-within > .dropdown{ opacity:1; visibility:visible; transform: translateY(0); }
.dropdown a{ display:block; padding: 9px 12px; border-radius:6px; font-size:.9rem; color: var(--grey-700); font-weight:500; }
.dropdown a:hover{ background: var(--grey-50); color: var(--navy-950); }

.nav-cta{ display:flex; align-items:center; gap:10px; }

/* Site search */
.site-search{ position:relative; }
.site-search-input{
  font-family: var(--font-body); font-size:.88rem;
  padding: 10px 16px; border-radius: 100px; border: 1px solid var(--grey-300);
  background: var(--grey-50); width: 210px; transition: all .15s ease;
  color: var(--ink);
}
.site-search-input:focus{ outline:none; border-color: var(--gold-500); background:#fff; width: 260px; box-shadow: 0 0 0 3px rgba(76,175,80,0.15); }
.site-search-results{
  position:absolute; top: calc(100% + 8px); left:0; width: 340px; max-height: 420px; overflow-y:auto;
  background:#fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); border:1px solid var(--grey-100);
  display:none; z-index: 600;
}
.site-search-results.open{ display:block; }
.site-search-results a{
  display:block; padding: 12px 16px; border-bottom:1px solid var(--grey-100);
}
.site-search-results a:last-child{ border-bottom:none; }
.site-search-results a:hover, .site-search-results a.active-result{ background: var(--grey-50); }
.site-search-results .sr-title{ font-family: var(--font-head); font-weight:600; font-size:.92rem; color: var(--navy-950); display:block; }
.site-search-results .sr-snippet{ font-size:.8rem; color: var(--grey-500); display:block; margin-top:2px; }
.site-search-results .sr-empty{ padding: 16px; font-size:.85rem; color: var(--grey-500); text-align:center; }
.site-search-results mark{ background: rgba(76,175,80,0.28); color: inherit; border-radius:2px; }
.nav-toggle{
  display:none; background:none; border:none; cursor:pointer; padding:8px;
  flex-direction:column; gap:5px;
}
.nav-toggle span{ width:26px; height:2.5px; background: var(--navy-950); border-radius:2px; }

/* ===== Hero ===== */
.hero{
  position:relative; overflow:hidden;
  background: var(--brand-gradient);
  color:#fff;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background: radial-gradient(600px 300px at 85% 15%, rgba(76,175,80,0.22), transparent 70%);
  pointer-events:none;
}
.hero-grid{ display:grid; grid-template-columns: 1.1fr 1fr; gap:48px; align-items:center; padding: 72px 0; }
.hero-grid--centered{ grid-template-columns: 1fr; padding: 88px 0; }
.hero-grid--centered .hero-copy{ max-width: 780px; margin: 0 auto; text-align: center; }
.hero-grid--centered .hero-copy .lead{ margin-left:auto; margin-right:auto; }
.hero-grid--centered .hero-actions{ justify-content: center; }
.hero-grid--centered .hero-trust{ justify-content: center; }
.hero h1{ color:#fff; margin-bottom:.4em; }
.hero .lead{ color: rgba(255,255,255,0.85); margin-bottom: 1.6em; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom: 28px;}
.hero-trust{ display:flex; gap:22px; flex-wrap:wrap; font-size:.85rem; color: rgba(255,255,255,0.75); }
.hero-trust li{ display:flex; align-items:center; gap:8px; }
.hero-trust .dot{ width:7px; height:7px; border-radius:50%; background: var(--gold-500); flex-shrink:0; }
.hero-media{ position:relative; }
.hero-media img{ border-radius: 6px; box-shadow: var(--shadow-md); }
.hero-stat{
  margin-top: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 6px; padding: 14px 18px; display:flex; align-items:baseline; gap:10px;
  text-align: center; flex-wrap: wrap; justify-content: center;
}
.hero-stat strong{ font-family: var(--font-head); font-size:1.1rem; color: var(--gold-500); margin-right:10px; text-align:center; }
.hero-stat span{ font-size:.85rem; color: rgba(255,255,255,0.75); text-align:center; }

.page-hero{ padding: 52px 0 64px; }
.page-hero .breadcrumb{ font-size:.82rem; color: rgba(255,255,255,0.65); margin-bottom:14px; }
.page-hero .breadcrumb a{ color: rgba(255,255,255,0.85); }
.page-hero .breadcrumb a:hover{ text-decoration:underline; }

/* ===== Category / feature grids ===== */
.grid{ display:grid; gap: 26px; }
.grid-2{ grid-template-columns: repeat(2, 1fr); }
.grid-3{ grid-template-columns: repeat(3, 1fr); }
.grid-4{ grid-template-columns: repeat(4, 1fr); }

.cat-card{
  background:#fff; border-radius: var(--radius); overflow:hidden;
  box-shadow: none; border:1px solid var(--grey-100);
  transition: border-color .18s ease, box-shadow .18s ease;
  display:flex; flex-direction:column;
}
.cat-card:hover{ border-color: var(--navy-700); box-shadow: var(--shadow-sm); }
.cat-card .cat-img{ aspect-ratio: 4/3; overflow:hidden; background: var(--grey-100); }
.cat-card .cat-img img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.cat-card:hover .cat-img img{ transform: scale(1.03); }
.cat-card .cat-body{ padding: 20px 22px 24px; flex:1; display:flex; flex-direction:column; }
.cat-card h3{ margin-bottom:.35em; }
.cat-card p{ font-size:.92rem; flex:1; }
.cat-card .cat-link{ font-family: var(--font-head); font-weight:600; font-size:.88rem; color: var(--navy-800); display:inline-flex; align-items:center; gap:6px; margin-top:10px; }
.cat-card .cat-link .arrow{ transition: transform .15s ease; }
.cat-card:hover .cat-link .arrow{ transform: translateX(4px); }

/* Feature list (icon + text) */
.feature-list{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature{ display:flex; gap:16px; }
.feature .icon{
  flex-shrink:0; width:48px; height:48px; border-radius: 6px;
  background: var(--navy-900); color: var(--gold-500);
  display:flex; align-items:center; justify-content:center; font-size:1.3rem; font-weight:700;
}
.icon-svg{ width:24px; height:24px; display:inline-flex; }
.icon-svg svg{ width:100%; height:100%; }
.feature h3{ font-size:1.05rem; margin-bottom:.3em; }
.feature p{ font-size:.9rem; margin:0; }

/* Steps */
.steps{ display:grid; grid-template-columns: repeat(4,1fr); gap:24px; counter-reset: step; }
.step{ position:relative; background:#fff; border-radius: var(--radius); padding: 28px 22px; box-shadow: var(--shadow-sm); border:1px solid var(--grey-100); }
.step .num{
  width:38px; height:38px; border-radius:50%; background: var(--gold-500); color: var(--navy-950);
  font-family: var(--font-head); font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}

/* Gallery */
.gallery{ display:grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap:16px; }
.gallery figure{
  margin:0; border-radius: 4px; overflow:hidden; background: var(--grey-100);
  box-shadow: var(--shadow-sm); cursor: zoom-in; position:relative;
  border: 1px solid var(--grey-100);
}
.gallery figure img{ aspect-ratio: 1/1; object-fit: cover; width:100%; transition: transform .3s ease; }
.gallery figure:hover img{ transform: scale(1.07); }
.gallery figure::after{
  content:"⤢"; position:absolute; top:8px; right:8px; width:26px; height:26px; border-radius:50%;
  background: rgba(10,23,48,0.65); color:#fff; font-size:.8rem; display:flex; align-items:center; justify-content:center;
  opacity:0; transition: opacity .15s ease;
}
.gallery figure:hover::after{ opacity:1; }

/* Lightbox */
.lightbox{
  position:fixed; inset:0; background: rgba(6,12,28,0.92); z-index:2000;
  display:none; align-items:center; justify-content:center; padding: 40px;
}
.lightbox.open{ display:flex; }
.lightbox img{ max-width: min(90vw, 900px); max-height: 85vh; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox .lb-close{
  position:absolute; top:20px; right:28px; color:#fff; font-size:2rem; background:none; border:none; cursor:pointer; line-height:1;
}
.lightbox .lb-nav{ position:absolute; top:50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); border:none; color:#fff; width:48px; height:48px; border-radius:50%; font-size:1.4rem; cursor:pointer; }
.lightbox .lb-prev{ left:20px; } .lightbox .lb-next{ right:20px; }
.lightbox .lb-nav:hover{ background: rgba(255,255,255,0.25); }

/* Page switcher (pill-style link pair between related pages) */
.page-switch{ display:flex; gap:14px; margin-bottom:32px; flex-wrap:wrap; }
.page-switch a{
  display:inline-flex; align-items:center; padding:14px 34px; border-radius:100px;
  font-family: var(--font-head); font-weight:700; font-size:1rem; text-decoration:none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.page-switch a.active{ background: var(--navy-950); color:#fff; }
.page-switch a:not(.active){ background:#fff; border:1px solid var(--grey-300); color: var(--navy-900); }
.page-switch a:not(.active):hover{ border-color: var(--navy-700); }
/* Tabs */
.tabs{ display:flex; gap:28px; flex-wrap:wrap; margin-bottom: 32px; border-bottom: 2px solid var(--grey-100); }
.tab-btn{
  font-family: var(--font-head); font-weight:600; font-size:.92rem; padding: 12px 2px; border-radius:0;
  border: none; border-bottom: 3px solid transparent; background:none; color: var(--grey-500); cursor:pointer;
  transition: color .15s ease, border-color .15s ease; text-align: center; margin-bottom: -2px;
}
.tab-btn:hover{ color: var(--navy-900); }
.tab-btn.active{ background:none; border-bottom-color: var(--gold-500); color: var(--navy-950); }
.tab-panel{ display:none; }
.tab-panel.active{ display:block; animation: fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform: translateY(6px);} to{opacity:1; transform:none;} }

.tabs--lg{ justify-content:center; gap:14px; }
.tabs--lg .tab-btn{ font-size: 1.05rem; padding: 14px 32px; }

/* Cards / info blocks */
.card{ background:#fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border:1px solid var(--grey-100); }
.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center; }
.two-col img{ border-radius: var(--radius); box-shadow: var(--shadow-md); }

/* Pricing tables */
.price-table{ width:100%; border-collapse: collapse; background:#fff; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); }
.price-table th, .price-table td{ padding: 14px 16px; text-align:center; font-size:.92rem; }
.price-table thead th{ background: var(--navy-950); color:#fff; font-family: var(--font-head); font-weight:600; }
.price-table thead th:first-child{ text-align:left; }
.price-table td:first-child, .price-table th:first-child{ text-align:left; font-weight:600; color: var(--navy-900); }
.price-table tbody tr:nth-child(even){ background: var(--grey-50); }
.price-table tbody tr:last-child td{ font-weight:700; background: rgba(242,183,5,0.12); }
.price-note{ font-size:.82rem; color: var(--grey-500); margin-top:10px; }
.price-wrap{ overflow-x:auto; margin-bottom: 20px;}

/* FAQ accordion */
.faq-list{ max-width: 820px; }
.faq-item{ border:1px solid var(--grey-100); border-radius: var(--radius-sm); margin-bottom:12px; background:#fff; box-shadow: var(--shadow-sm); overflow:hidden; }
.faq-q{
  width:100%; text-align:left; background:none; border:none; padding: 18px 20px; cursor:pointer;
  font-family: var(--font-head); font-weight:600; font-size:1rem; color: var(--navy-950);
  display:flex; justify-content:space-between; align-items:center; gap:12px;
}
.faq-q .plus{ transition: transform .2s ease; font-size:1.3rem; color: var(--gold-600); flex-shrink:0; }
.faq-item.open .faq-q .plus{ transform: rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height .25s ease; padding: 0 20px; }
.faq-item.open .faq-a{ max-height: 400px; padding-bottom: 18px; }

/* Testimonials */
/* Testimonial carousel */
.testimonial-carousel{ position:relative; }
.testimonial-track{
  display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth;
  padding: 4px 4px 16px; -ms-overflow-style:none; scrollbar-width:none;
}
.testimonial-track::-webkit-scrollbar{ display:none; }
.testimonial-card{
  flex:0 0 auto; width: 300px; scroll-snap-align:start;
  background:#fff; border:1px solid var(--grey-100); border-radius: var(--radius);
  padding: 26px 24px; display:flex; flex-direction:column;
}
.testimonial-card .quote-mark{ font-family: var(--font-head); font-size:2.2rem; line-height:1; color: var(--gold-500); font-weight:800; margin-bottom:8px; }
.testimonial-card p{ font-size:.94rem; color: var(--grey-700); flex:1; margin-bottom:14px; }
.testimonial-card .t-name{ font-family: var(--font-head); font-weight:700; font-size:.92rem; color: var(--navy-950); }
.testimonial-card .t-role{ font-size:.8rem; color: var(--grey-500); margin-top:1px; }
.carousel-arrow{
  position:absolute; top:50%; transform:translateY(-50%); z-index:5;
  width:42px; height:42px; border-radius:50%; border:1px solid var(--grey-300); background:#fff;
  display:flex; align-items:center; justify-content:center; cursor:pointer; color: var(--navy-900);
  box-shadow: var(--shadow-sm); transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.carousel-arrow:hover{ background: var(--navy-950); color:#fff; border-color: var(--navy-950); }
.carousel-arrow svg{ width:18px; height:18px; }
.carousel-arrow.prev{ left:-8px; }
.carousel-arrow.next{ right:-8px; }
@media (max-width: 760px){
  .carousel-arrow{ display:none; }
  .testimonial-card{ width: 82vw; }
}

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-item{ display:flex; gap:14px; margin-bottom: 22px; }
.contact-item .icon{ width:44px; height:44px; border-radius:10px; background: var(--navy-900); color: var(--gold-500); display:flex; align-items:center; justify-content:center; font-weight:700; flex-shrink:0; }
.contact-item h3{ font-size:1rem; margin-bottom:.2em; }
.contact-item p{ margin:0; font-size:.92rem; }
.map-embed{ border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); border:1px solid var(--grey-100); }
.map-embed iframe{ width:100%; height:100%; min-height:320px; border:0; display:block; }

/* CTA band */
.cta-band{
  background: var(--brand-gradient);
  color:#fff; border-radius: 8px; padding: 48px; text-align:center;
}

/* Quick links - big, obvious buttons for easy wayfinding */
.quick-links{ background: var(--grey-50); border-bottom: 1px solid var(--grey-100); }
.quick-links .container{ padding-top: 28px; padding-bottom: 28px; }
.quick-links-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-link{
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:10px;
  background:#fff; border: 1px solid var(--grey-100); border-radius: var(--radius);
  padding: 22px 14px; box-shadow: none; transition: border-color .15s ease, box-shadow .15s ease;
}
.quick-link:hover{ border-color: var(--navy-700); box-shadow: var(--shadow-sm); }
.quick-link .icon-svg{ width:30px; height:30px; color: var(--navy-800); }
.quick-link strong{ font-family: var(--font-head); font-size: .98rem; color: var(--navy-950); }
.quick-link span{ font-size: .82rem; color: var(--grey-500); }
@media (max-width: 760px){
  .quick-links-grid{ grid-template-columns: repeat(2,1fr); }
  .brand{ font-size: 1.05rem; }
  .header-quote-btn{ display:none; }
}
.cta-band h2{ color:#fff; }
.cta-band p, .cta-band .lead{ color: rgba(255,255,255,0.85); }
.cta-band .btn-primary{ margin-top: 6px; }

/* Footer */
.site-footer{ background: var(--navy-950); color: rgba(255,255,255,0.7); padding: 56px 0 24px; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer-grid h4{ color:#fff; font-family: var(--font-head); font-size:.95rem; margin-bottom: 16px; letter-spacing:.03em; text-transform:uppercase; }
.footer-grid li{ margin-bottom:9px; font-size:.9rem; }
.footer-grid a:hover{ color: var(--gold-500); }
.footer-brand p{ color: rgba(255,255,255,0.6); font-size:.88rem; max-width: 32ch; }
.footer-brand p a{ color: rgba(255,255,255,0.85); text-decoration: underline; }
.footer-brand p a:hover{ color: var(--gold-500); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,0.12); padding-top: 22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.8rem; }
.footer-bottom a{ color: rgba(255,255,255,0.6); }
.footer-bottom a:hover{ color:#fff; }

/* Individual image stack (uncropped, full width, no card boxing) */
.image-stack{ display:flex; flex-direction:column; gap:22px; }
.image-stack a{ display:block; border-radius: var(--radius); overflow:hidden; cursor:zoom-in; }
.image-stack img{ width:100%; height:auto; display:block; transition: transform .3s ease; }
.image-stack a:hover img{ transform: scale(1.015); }

/* Colour swatch chart */
.swatch-grid{ display:grid; grid-template-columns: repeat(auto-fill, minmax(110px,1fr)); gap:14px; }
.swatch{ text-align:center; cursor:pointer; background:none; border:none; padding:0; font-family:inherit; display:block; width:100%; }
.swatch .chip{ display:block; width:100%; aspect-ratio:1/1; border-radius: 6px; box-shadow: var(--shadow-sm); border:2px solid rgba(0,0,0,0.08); margin-bottom:8px; position:relative; transition: transform .15s ease, box-shadow .15s ease; }
.swatch:hover .chip{ transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.swatch span{ font-size:.78rem; color: var(--grey-700); font-weight:500; }
.swatch .pms{ display:block; font-size:.7rem; color: var(--grey-500); font-weight:400; margin-top:1px; }
.swatch.selected .chip{ border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(76,175,80,0.25); }
.swatch.selected .chip::after{
  content:"\2713"; position:absolute; top:6px; right:6px; width:20px; height:20px; border-radius:50%;
  background: var(--gold-500); color: var(--navy-950); font-size:.72rem; font-weight:800;
  display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow-sm);
}
.swatch.selected span{ color: var(--navy-950); font-weight:700; }

.colour-picker-summary{
  margin-top: 24px; background:#fff; border:1px solid var(--grey-100); border-radius: var(--radius-sm);
  padding: 18px 20px; box-shadow: var(--shadow-sm); display:none;
}
.colour-picker-summary.active{ display:block; }
.colour-picker-summary .cps-label{ font-family: var(--font-head); font-weight:600; font-size:.85rem; color: var(--navy-900); margin-bottom:8px; display:block; }
.colour-picker-summary .cps-list{ font-size:.95rem; color: var(--grey-700); margin-bottom:14px; }
.colour-picker-summary .cps-actions{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.colour-picker-summary .cps-copied{ font-size:.82rem; color: var(--gold-600); font-weight:600; opacity:0; transition: opacity .2s ease; }
.colour-picker-summary .cps-copied.show{ opacity:1; }
.text-center{ text-align:center; margin-left:auto; margin-right:auto; }
.mt-0{ margin-top:0; } .mb-0{ margin-bottom:0; }
.badge-pill{ display:inline-block; text-align:center; background: var(--grey-100); color: var(--navy-800); font-size:.75rem; font-weight:600; padding:5px 12px; border-radius:3px; margin: 2px 4px 2px 0; }
.divider{ height:1px; background: var(--grey-100); margin: 48px 0; }
.skip-link{ position:absolute; left:-999px; top:auto; }
.skip-link:focus{ left:16px; top:16px; background:#fff; padding:10px 16px; z-index:3000; border-radius:8px; }

.notice-banner{
  background: rgba(242,183,5,0.1); border:1px solid rgba(242,183,5,0.4); color: var(--navy-900);
  border-radius: var(--radius-sm); padding: 16px 20px; font-size:.9rem; margin-bottom: 28px;
}
.notice-banner strong{ color: var(--navy-950); }

/* ===== Responsive ===== */
@media (max-width: 980px){
  .site-search-input{ width: 150px; }
  .site-search-input:focus{ width: 180px; }
  .hero-grid{ grid-template-columns: 1fr; padding: 48px 0; }
  .hero-media{ order:-1; }
  .grid-4{ grid-template-columns: repeat(2,1fr); }
  .grid-3{ grid-template-columns: repeat(2,1fr); }
  .feature-list{ grid-template-columns: repeat(2,1fr); }
  .steps{ grid-template-columns: repeat(2,1fr); }
  .two-col{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1080px){
  .nav-cta{ gap:6px; }
  .site-search{ order:-1; }
  .site-search-input{ width: 120px; padding: 9px 12px; }
  .site-search-input:focus{ width: 150px; }
  .site-search-results{ width: min(320px, 82vw); right:0; left:auto; }
  .topbar .topbar-links{ display:none; }
  .nav-toggle{ display:flex; }
  .main-nav{
    position: fixed; inset: 0 0 0 auto; width: min(320px, 88vw); height: 100vh;
    background: #fff; flex-direction:column; align-items:stretch; padding: 90px 22px 22px;
    transform: translateX(100%); transition: transform .25s ease; box-shadow: var(--shadow-lg);
    overflow-y:auto;
  }
  .main-nav.open{ transform: translateX(0); }
  .main-nav > ul{ flex-direction:column; align-items:stretch; gap:2px; }
  .dropdown{ position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; display:none; border:none; padding-left: 12px; }
  .main-nav > ul > li.open .dropdown{ display:block; }
  .nav-scrim{ display:none; position:fixed; inset:0; background: rgba(6,12,28,0.5); z-index:400; }
  .nav-scrim.open{ display:block; }
}
@media (max-width: 760px){
  .grid-2, .grid-3, .grid-4{ grid-template-columns: 1fr 1fr; }
  .feature-list{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px){
  .grid-2, .grid-3, .grid-4{ grid-template-columns: 1fr; }
  .section{ padding: 44px 0; }
  .cta-band{ padding: 32px 20px; }
  .footer-grid{ grid-template-columns: 1fr; }
  .brand{ font-size: .98rem; }
}
