/*
Theme Name: ICT Computer Limited
Theme URI: https://ictcomputerlimited.com
Author: OzoneWebs
Author URI: https://gigs.ozonewebs.com
Description: Custom theme for ICT Computer Limited — global IT hardware sourcing & supply. Includes a product catalogue post type, quote-request forms, and page templates for Home, About, Services, Team, Contact and Store.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: Proprietary — built for ICT Computer Limited
Text Domain: ict-computer
*/
/* =========================================================
   ICT COMPUTER LIMITED — Design System
   Palette derived from brand logo (navy + signal blue)
   Signature motif: the ">>>" chevron from the company profile deck
   ========================================================= */

:root{
  --ink:            #081426;   /* near-black navy, deepest bg */
  --navy:           #0A1E3D;   /* primary dark background */
  --navy-2:         #0F2A52;   /* card / section bg on dark */
  --navy-3:         #14335f;   /* hover / border on dark */
  --brand-blue:     #0B73B0;   /* logo blue */
  --brand-blue-lt:  #3D95CE;
  --sky:            #DCEAF6;   /* pale blue panel, from profile deck */
  --sky-2:          #EFF6FC;
  --amber:          #F2A93B;   /* single warm accent — CTAs / badges */
  --amber-dark:     #D68A1B;
  --white:          #FFFFFF;
  --ink-body:       #223247;   /* body copy on light bg */
  --steel:          #93A5C0;   /* muted text on dark bg */
  --line:           #1C3A66;   /* hairline on dark */
  --line-lt:        #D7E4F0;   /* hairline on light */

  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;

  --radius: 10px;
  --radius-sm: 6px;
  --max: 1240px;
  --shadow: 0 20px 50px -20px rgba(8,20,38,0.35);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; width:100%; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-body);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
  overflow-x:hidden;
  width:100%;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; word-break:break-word; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:var(--font-display); margin:0 0 .5em; line-height:1.15; letter-spacing:-0.01em; }
p{ margin:0 0 1em; }
.container{ max-width:var(--max); margin:0 auto; padding:0 24px; }
section{ position:relative; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- Chevron signature ---------- */
.chevrons{ display:inline-flex; gap:3px; }
.chevrons span{
  width:0; height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:9px solid var(--brand-blue-lt);
}
.chevrons.on-light span{ border-left-color:var(--navy); }
.chevrons.amber span{ border-left-color:var(--amber); }
.chevrons.sm span{ border-top-width:4px; border-bottom-width:4px; border-left-width:6px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-mono); font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--brand-blue-lt); font-weight:600; margin-bottom:14px;
}
.eyebrow.on-light{ color:var(--brand-blue); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 26px; border-radius:999px; font-weight:600; font-size:15px;
  border:1px solid transparent; cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  font-family:var(--font-body);
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--amber); color:var(--ink); box-shadow:0 12px 28px -10px rgba(242,169,59,.55); }
.btn-primary:hover{ background:var(--amber-dark); }
.btn-outline{ background:transparent; color:var(--white); border-color:rgba(255,255,255,.35); }
.btn-outline:hover{ border-color:var(--white); background:rgba(255,255,255,.08); }
.btn-outline-navy{ background:transparent; color:var(--navy); border-color:var(--navy); }
.btn-outline-navy:hover{ background:var(--navy); color:var(--white); }
.btn-block{ width:100%; justify-content:center; }
.btn-sm{ padding:10px 18px; font-size:13px; }

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(10,30,61,0.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-row{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; }
.brand img{ height:42px; width:auto; border-radius:6px; }
.brand-text{ font-family:var(--font-display); font-weight:700; font-style:italic; color:var(--white); font-size:15px; line-height:1.2; }
.brand-text small{ display:block; font-family:var(--font-body); font-style:normal; font-weight:500; color:var(--steel); font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; }

.nav-links{ display:flex; align-items:center; gap:6px; }
.nav-links a{
  color:var(--steel); font-weight:600; font-size:14.5px; padding:10px 14px; border-radius:8px;
  transition:color .15s ease, background .15s ease;
}
.nav-links a:hover, .nav-links a.active{ color:var(--white); background:rgba(255,255,255,.06); }
.nav-cta{ display:flex; align-items:center; gap:12px; }
.nav-toggle{ display:none; background:none; border:none; color:var(--white); font-size:26px; cursor:pointer; }
.nav-cta .btn .label-short{ display:none; }

@media (max-width:960px){
  .nav-links{
    position:absolute; top:100%; left:0; right:0;
    background:var(--navy); flex-direction:column; align-items:stretch;
    padding:20px 24px; gap:4px; max-height:calc(100vh - 72px); overflow-y:auto;
    border-top:1px solid var(--line); box-shadow:0 20px 40px -20px rgba(0,0,0,.5);
    opacity:0; visibility:hidden; transform:translateY(-8px);
    transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .nav-links.open{ opacity:1; visibility:visible; transform:translateY(0); }
  .nav-links a{ padding:16px 10px; border-bottom:1px solid var(--line); border-radius:0; }
  .nav-toggle{ display:block; }

  /* Shrink the site title/tagline so the CTA button can grow */
  .brand{ gap:8px; min-width:0; }
  .brand img{ height:34px; }
  .brand-text{ font-size:12px; white-space:nowrap; }
  .brand-text small{ display:none; }

  .nav-cta{ gap:8px; }
  .nav-cta .btn{ padding:13px 20px; font-size:14.5px; }
}

@media (max-width:420px){
  .brand-text{ font-size:0; }
  .brand-text small{ display:none; }
  .nav-cta .btn .label-full{ display:none; }
  .nav-cta .btn .label-short{ display:inline; }
  .nav-cta .btn{ padding:13px 18px; }
}

/* ---------- Hero ---------- */
.hero{
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(11,115,176,.35), transparent 60%),
    linear-gradient(180deg, var(--ink), var(--navy));
  color:var(--white); overflow:hidden; padding:96px 0 80px; position:relative;
}
.hero-chevron-field{
  position:absolute; inset:0; pointer-events:none; opacity:.5;
}
.hero-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; position:relative; z-index:2; }
.hero h1{ font-size:clamp(34px,5vw,58px); font-style:italic; font-weight:700; }
.hero h1 em{ color:var(--brand-blue-lt); font-style:italic; }
.hero-lede{ font-size:18px; color:var(--steel); max-width:520px; margin-bottom:32px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:40px; }
.hero-stats{ display:grid; grid-template-columns:repeat(3,auto); gap:34px; }
.hero-stats .num{ font-family:var(--font-display); font-size:28px; font-weight:700; color:var(--white); }
.hero-stats .lbl{ font-size:12.5px; color:var(--steel); letter-spacing:.02em; }

.hero-art{ position:relative; }

/* ---------- Hero background video ---------- */
.hero-video-wrap{ position:absolute; inset:0; overflow:hidden; z-index:0; }
.hero-video-wrap video{ width:100%; height:100%; object-fit:cover; object-position:center 35%; }
.hero-video-wrap::after{ content:""; position:absolute; inset:0; background:linear-gradient(100deg, rgba(8,20,38,.94) 0%, rgba(8,20,38,.82) 38%, rgba(8,20,38,.55) 68%, rgba(8,20,38,.35) 100%); }
.hero.has-video{ padding:0; min-height:640px; display:flex; align-items:center; }
.hero.has-video .hero-grid{ padding:96px 0 80px; }
@media (max-width:900px){
  .hero.has-video{ min-height:560px; }
  .hero-video-wrap::after{ background:linear-gradient(180deg, rgba(8,20,38,.55) 0%, rgba(8,20,38,.88) 55%, rgba(8,20,38,.96) 100%); }
}
.route-card{
  background:var(--navy-2); border:1px solid var(--line); border-radius:var(--radius); padding:26px;
  box-shadow:var(--shadow);
}
.route-card h4{ color:var(--white); font-size:14px; text-transform:uppercase; letter-spacing:.08em; font-style:normal; }
.route-line{ display:flex; align-items:center; gap:10px; padding:12px 0; border-bottom:1px dashed var(--line); font-size:14px; color:var(--steel);}
.route-line:last-child{ border-bottom:none; }
.route-line .dot{ width:8px; height:8px; border-radius:50%; background:var(--amber); flex:none; }
.route-line b{ color:var(--white); font-weight:600; }

@media (max-width:900px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-stats{ grid-template-columns:repeat(3,1fr); gap:18px; }
}

/* ---------- Section headers ---------- */
.section-head{ max-width:640px; margin-bottom:48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(26px,3.4vw,40px); color:var(--navy); }
.section-head p{ font-size:16.5px; color:#51637d; }
.on-dark .section-head h2{ color:var(--white); }
.on-dark .section-head p{ color:var(--steel); }

.section-pad{ padding:88px 0; }
.bg-navy{ background:var(--navy); color:var(--white); }
.bg-sky{ background:var(--sky-2); }
.bg-white{ background:var(--white); }
.bg-ink{ background:var(--ink); color:var(--white); }

/* ---------- Cards: services / categories ---------- */
.grid{ display:grid; gap:24px; }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
.grid-2{ grid-template-columns:repeat(2,1fr); }
@media (max-width:900px){ .grid-3,.grid-4{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .grid-3,.grid-4,.grid-2{ grid-template-columns:1fr; } }

.card{
  background:var(--white); border:1px solid var(--line-lt); border-radius:var(--radius);
  padding:30px 26px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:transparent; }
.card .icon-badge{
  width:52px; height:52px; border-radius:14px; background:var(--sky); color:var(--brand-blue);
  display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; font-size:18px;
  margin-bottom:18px;
}
.card h3{ font-size:19px; color:var(--navy); font-style:italic; }
.card p{ color:#51637d; font-size:14.5px; margin-bottom:14px; }
.card .tag-row{ display:flex; flex-wrap:wrap; gap:6px; }
.tag{ font-family:var(--font-mono); font-size:11px; background:var(--sky); color:var(--brand-blue); padding:4px 9px; border-radius:5px; }

.card-dark{
  background:var(--navy-2); border:1px solid var(--line);
}
.card-dark h3{ color:var(--white); }
.card-dark p{ color:var(--steel); }
.card-dark .icon-badge{ background:rgba(255,255,255,.08); color:var(--brand-blue-lt); }
.card-dark .tag{ background:rgba(255,255,255,.06); color:var(--brand-blue-lt); }

/* ---------- Stats strip ---------- */
.stat-strip{
  background:var(--sky); border-radius:var(--radius); padding:36px 10px;
  display:grid; grid-template-columns:repeat(4,1fr); text-align:center; gap:20px;
}
.stat-strip .num{ font-family:var(--font-display); font-size:30px; font-weight:700; color:var(--navy); }
.stat-strip .lbl{ font-size:12.5px; color:var(--brand-blue); text-transform:uppercase; letter-spacing:.05em; font-weight:600; }
@media (max-width:700px){ .stat-strip{ grid-template-columns:repeat(2,1fr); } }

/* ---------- Testimonials ---------- */
.testi-card{
  background:var(--white); border:1px solid var(--line-lt); border-radius:var(--radius); padding:26px;
  display:flex; flex-direction:column; gap:14px; height:100%;
}
.testi-stars{ color:var(--amber); font-size:14px; letter-spacing:2px; }
.testi-quote{ font-size:14.5px; color:var(--ink-body); font-style:italic; }
.testi-who{ font-size:13px; font-weight:700; color:var(--navy); }
.testi-org{ font-size:12px; color:#6b7d97; }

/* ---------- Testimonial carousel (sliding cards) ---------- */
.testi-carousel{ position:relative; }
.testi-track{
  display:grid; grid-auto-flow:column; grid-auto-columns:calc(33.333% - 16px); gap:24px;
  overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:4px 4px 20px;
  -ms-overflow-style:none; scrollbar-width:none;
}
.testi-track::-webkit-scrollbar{ display:none; }
.testi-track .testi-card{ scroll-snap-align:start; }
.testi-nav{ display:flex; justify-content:center; gap:12px; margin-top:8px; }
.testi-nav-btn{
  width:44px; height:44px; border-radius:50%; border:1px solid var(--line-lt); background:var(--white);
  color:var(--navy); font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:.15s ease;
}
.testi-nav-btn:hover{ background:var(--navy); color:#fff; border-color:var(--navy); }
@media (max-width:900px){ .testi-track{ grid-auto-columns:calc(50% - 12px); } }
@media (max-width:640px){ .testi-track{ grid-auto-columns:88%; } }

/* ---------- Timeline / how we work ---------- */
.step-row{ display:flex; gap:18px; }
.step-row + .step-row{ margin-top:28px; padding-top:28px; border-top:1px solid var(--line-lt); }
.step-num{ font-family:var(--font-mono); font-size:13px; color:var(--brand-blue); flex:none; width:46px; padding-top:3px; }
.step-body h4{ color:var(--navy); font-size:17px; margin-bottom:6px; font-style:italic; }
.step-body p{ color:#51637d; font-size:14.5px; margin:0; }

/* ---------- Team ---------- */
.team-card{ text-align:center; }
.team-photo{
  width:100%; aspect-ratio:1/1; border-radius:var(--radius); overflow:hidden; margin-bottom:16px;
  background:var(--sky); display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:700; font-size:34px; color:var(--brand-blue);
}
.team-photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.team-card h4{ font-size:17px; color:var(--navy); margin-bottom:2px; font-style:italic; }
.team-role{ font-size:12.5px; text-transform:uppercase; letter-spacing:.06em; color:var(--brand-blue); font-weight:700; margin-bottom:10px; }
.team-contact{ font-size:13px; color:#6b7d97; }
.team-contact a{ color:var(--brand-blue); font-weight:600; }

/* ---------- Brand marquee ---------- */
.brand-strip{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.brand-chip{
  background:var(--white); border:1px solid var(--line-lt); border-radius:999px; padding:10px 20px;
  font-family:var(--font-display); font-weight:700; font-size:14px; color:var(--navy); letter-spacing:.02em;
}

/* ---------- Store / catalogue ---------- */
.store-toolbar{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px;
  background:var(--white); border:1px solid var(--line-lt); border-radius:var(--radius);
  padding:16px 20px; margin-bottom:32px; position:sticky; top:78px; z-index:20; box-shadow:0 6px 20px -14px rgba(8,20,38,.25);
}
.filter-row{ display:flex; gap:8px; flex-wrap:wrap; }
.filter-btn{
  font-size:13px; font-weight:600; padding:9px 16px; border-radius:999px; border:1px solid var(--line-lt);
  background:var(--white); color:var(--ink-body); cursor:pointer; transition:.15s ease;
}
.filter-btn:hover{ border-color:var(--brand-blue); }
.filter-btn.active{ background:var(--navy); border-color:var(--navy); color:var(--white); }
.search-box{
  display:flex; align-items:center; gap:8px; border:1px solid var(--line-lt); border-radius:999px; padding:9px 16px;
  min-width:220px;
}
.search-box input{ border:none; outline:none; font-size:14px; width:100%; font-family:var(--font-body); }

.product-card{
  background:var(--white); border:1px solid var(--line-lt); border-radius:var(--radius); overflow:hidden;
  display:flex; flex-direction:column; transition:transform .18s ease, box-shadow .18s ease;
}
.product-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.product-thumb{
  aspect-ratio:1/1; background:var(--sky-2); display:flex; align-items:center; justify-content:center; padding:18px;
  border-bottom:1px solid var(--line-lt);
}
.product-thumb img{ max-height:100%; object-fit:contain; mix-blend-mode:multiply; }
.product-body{ padding:18px 18px 20px; display:flex; flex-direction:column; gap:10px; flex:1; }
.product-cat{ font-family:var(--font-mono); font-size:10.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--brand-blue); }
.product-body h4{ font-size:15px; color:var(--navy); margin:0; line-height:1.3; min-height:39px; font-style:normal; font-weight:700; }
.product-price{ font-size:12.5px; color:#6b7d97; margin-top:auto; }
.product-price b{ color:var(--navy); font-weight:700; }
.quote-btn{
  width:100%; padding:11px; border-radius:8px; border:1px solid var(--navy); background:var(--navy); color:var(--white);
  font-weight:600; font-size:13.5px; cursor:pointer; transition:.15s ease; display:flex; align-items:center; justify-content:center; gap:8px;
}
.quote-btn:hover{ background:var(--brand-blue); border-color:var(--brand-blue); }

/* ---------- Modal (quote request) ---------- */
.modal-overlay{
  position:fixed; inset:0; background:rgba(8,20,38,.62); backdrop-filter:blur(3px);
  display:none; align-items:center; justify-content:center; z-index:1000; padding:20px;
}
.modal-overlay.open{ display:flex; }
.modal-box{
  background:var(--white); border-radius:14px; width:100%; max-width:460px; padding:32px; position:relative;
  max-height:92vh; overflow-y:auto; box-shadow:0 40px 80px -20px rgba(8,20,38,.5);
}
.modal-close{ position:absolute; top:16px; right:16px; background:var(--sky-2); border:none; width:34px; height:34px; border-radius:50%; font-size:18px; cursor:pointer; color:var(--navy); }
.modal-box .eyebrow{ margin-bottom:6px; }
.modal-box h3{ font-size:22px; color:var(--navy); font-style:italic; margin-bottom:4px; }
.modal-product-name{ font-size:14px; color:#51637d; margin-bottom:22px; }
.form-field{ margin-bottom:16px; }
.form-field label{ display:block; font-size:13px; font-weight:600; color:var(--navy); margin-bottom:6px; }
.form-field input, .form-field select, .form-field textarea{
  width:100%; padding:11px 14px; border:1px solid var(--line-lt); border-radius:8px; font-size:14px; font-family:var(--font-body);
  outline:none; transition:border-color .15s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{ border-color:var(--brand-blue); }
.form-row-2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-note{ font-size:12px; color:#8093ac; margin-top:14px; text-align:center; }
.form-success{ display:none; text-align:center; padding:20px 0; }
.form-success.show{ display:block; }
.form-success .check{ width:56px; height:56px; border-radius:50%; background:var(--sky); color:var(--brand-blue); display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-size:26px; }

/* ---------- Contact page ---------- */
.office-card{ background:var(--white); border:1px solid var(--line-lt); border-radius:var(--radius); padding:26px; }
.office-card .tag-hq{ display:inline-block; background:var(--amber); color:var(--ink); font-size:11px; font-weight:700; padding:4px 10px; border-radius:6px; margin-bottom:12px; letter-spacing:.04em; }
.office-card h4{ color:var(--navy); font-style:italic; font-size:19px; }
.office-line{ display:flex; gap:10px; font-size:14px; color:#51637d; padding:6px 0; flex-wrap:wrap; }
.office-line b{ color:var(--navy); flex:none; min-width:76px; }
.office-line a, .office-line span{ overflow-wrap:anywhere; min-width:0; }
.contact-form-panel{ background:var(--navy); border-radius:var(--radius); padding:36px; color:var(--white); }
.contact-form-panel h3{ font-style:italic; font-size:24px; }
.contact-form-panel .form-field label{ color:var(--white); }
.contact-form-panel .form-field input, .contact-form-panel .form-field select, .contact-form-panel .form-field textarea{
  background:rgba(255,255,255,.06); border-color:var(--line); color:var(--white);
}
.contact-form-panel .form-field input::placeholder, .contact-form-panel .form-field textarea::placeholder{ color:#7c8fac; }

/* ---------- About page extras ---------- */
.history-card{ display:flex; gap:22px; align-items:flex-start; }
.history-photo{ width:180px; flex:none; border-radius:var(--radius); overflow:hidden; background:var(--sky); aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:44px; color:var(--brand-blue); font-weight:700; }
@media (max-width:640px){ .history-card{ flex-direction:column; } .history-photo{ width:130px; } }

.value-list li{ display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line-lt); }
.value-list li:last-child{ border-bottom:none; }
.value-list .chevrons{ margin-top:6px; }
.value-list b{ display:block; color:var(--navy); margin-bottom:2px; }
.value-list span.d{ font-size:14px; color:#51637d; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--ink); color:var(--steel); padding:64px 0 24px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
.footer-grid h5{ color:var(--white); font-family:var(--font-display); font-size:14px; text-transform:uppercase; letter-spacing:.06em; margin-bottom:16px; }
.footer-grid p{ font-size:14px; color:var(--steel); }
.footer-grid a{ display:block; font-size:14px; color:var(--steel); padding:6px 0; transition:color .15s ease; }
.footer-grid a:hover{ color:var(--white); }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-brand img{ height:38px; }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{ width:36px; height:36px; border-radius:50%; background:var(--navy-2); display:flex; align-items:center; justify-content:center; padding:0; font-size:13px; }
.footer-bottom{ border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--navy),var(--ink)); border-radius:20px; padding:56px 48px;
  display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; color:var(--white);
  position:relative; overflow:hidden;
}
.cta-band h3{ font-style:italic; font-size:clamp(22px,3vw,32px); max-width:520px; }
.cta-band p{ color:var(--steel); max-width:480px; }

/* ---------- Page header (inner pages) ---------- */
.page-header{ background:var(--navy); color:var(--white); padding:64px 0 56px; }
.page-header .crumbs{ font-family:var(--font-mono); font-size:12px; color:var(--brand-blue-lt); margin-bottom:12px; }
.page-header h1{ font-size:clamp(30px,4.4vw,46px); font-style:italic; }
.page-header p{ color:var(--steel); max-width:560px; font-size:16px; }

/* ---------- Partners marquee ---------- */
.partners-marquee{ overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.marquee-track{ display:flex; gap:20px; width:max-content; animation:marquee-scroll 34s linear infinite; }
.partners-marquee:hover .marquee-track{ animation-play-state:paused; }
@keyframes marquee-scroll{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }
.marquee-chip{
  flex:none; display:flex; align-items:center; justify-content:center;
  min-width:150px; height:76px; padding:0 22px; border-radius:12px;
  background:var(--white); border:1px solid var(--line-lt);
  font-family:var(--font-display); font-weight:700; font-size:16px; color:var(--navy); letter-spacing:.02em;
}
.marquee-chip img{ max-width:120px; max-height:44px; width:auto; height:auto; object-fit:contain; filter:grayscale(1) opacity(0.75); transition:filter .2s ease; }
.marquee-chip:hover img{ filter:grayscale(0) opacity(1); }
.on-dark .marquee-chip{ background:var(--navy-2); border-color:var(--line); color:var(--white); }
.on-dark .marquee-chip img{ filter:grayscale(1) opacity(0.65) invert(0); }
.on-dark .marquee-chip:hover img{ filter:none; opacity:1; }

/* ---------- Client visit gallery ---------- */
.visit-gallery{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.visit-item{ position:relative; border-radius:12px; overflow:hidden; aspect-ratio:3/4; background:var(--sky); }
.visit-item img{ width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.visit-item:hover img{ transform:scale(1.06); }
.visit-cap{
  position:absolute; left:0; right:0; bottom:0; padding:10px 12px 12px;
  background:linear-gradient(0deg, rgba(8,20,38,.88), transparent 80%);
  color:#fff; font-size:12px; font-weight:600; line-height:1.3;
}
.visit-cap span{ display:block; font-weight:400; font-size:10.5px; color:#c7d6e8; }
@media (max-width:900px){ .visit-gallery{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px){ .visit-gallery{ grid-template-columns:repeat(2,1fr); } }

/* ---------- Photo hero (light variant) ---------- */
.photo-hero{ position:relative; height:78vh; min-height:480px; max-height:640px; overflow:hidden; }
.photo-hero img{ width:100%; height:100%; object-fit:cover; object-position:center 25%; }
.photo-hero::after{ content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(6,14,28,.65), rgba(6,14,28,.15) 55%, rgba(6,14,28,.45)); }
.photo-hero-content{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; color:#fff; padding:24px; z-index:2;
}
.photo-hero-content h1{ font-size:clamp(28px,4.6vw,48px); font-style:italic; max-width:760px; text-shadow:0 4px 24px rgba(0,0,0,.35); }
.photo-hero-content .btn{ margin-top:8px; }

/* ---------- Light theme header/footer variants ---------- */
.header-light{ background:rgba(255,255,255,.96); border-bottom:1px solid var(--line-lt); }
.header-light .brand-text{ color:var(--navy); }
.header-light .brand-text small{ color:#6b7d97; }
.header-light .nav-links a{ color:#4a5b74; }
.header-light .nav-links a:hover, .header-light .nav-links a.active{ color:var(--navy); background:var(--sky-2); }
.header-light .nav-toggle{ color:var(--navy); }
.header-light .btn-primary{ background:var(--brand-blue); color:#fff; box-shadow:0 12px 28px -10px rgba(11,115,176,.45); }
.header-light .btn-primary:hover{ background:var(--navy); }

.accent-head{ position:relative; padding-left:22px; color:var(--brand-blue); }
.accent-head::before{ content:""; position:absolute; left:0; top:8px; bottom:8px; width:4px; background:var(--brand-blue); border-radius:3px; }
.light-section p.body-text{ color:#3a4a61; font-size:15.5px; max-width:820px; }
.light-photo-pair{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.light-photo-pair img{ width:100%; height:100%; object-fit:cover; border-radius:12px; aspect-ratio:4/3; }
@media (max-width:700px){ .light-photo-pair{ grid-template-columns:1fr; } }
.light-history{ display:grid; grid-template-columns:1fr 1.3fr; gap:32px; align-items:center; }
.light-history img{ width:100%; border-radius:12px; aspect-ratio:3/4; object-fit:cover; }
@media (max-width:800px){ .light-history{ grid-template-columns:1fr; } }
.testi-card-light{ background:var(--sky-2); border:1px solid var(--line-lt); border-radius:12px; padding:22px; }
.testi-card-light .testi-stars{ color:#f2b90b; }
.testi-card-light .testi-quote{ color:#3a4a61; }
.testi-card-light .testi-who{ color:var(--brand-blue); }
.mt-0{margin-top:0;} .center{text-align:center;}
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
