/*
Theme Name: CGL Services Group
Theme URI: https://cglservicesgroupinc.us
Author: CGL Services Group Inc
Author URI: https://cglservicesgroupinc.us
Description: Professional transportation theme for CGL Services Group Inc — fully dynamic via Advanced Custom Fields (ACF).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: cgl-theme
*/

/* =========================================================
   CSS CUSTOM PROPERTIES
   ========================================================= */
:root {
  --black: #000;
  --white: #fff;
  --accent: #C9A84C;
  --muted: rgba(255,255,255,0.78);
  --muted-low: rgba(255,255,255,0.48);
  --border: rgba(255,255,255,0.12);
  --dark: #0D0D0D;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.65;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* =========================================================
   NAVIGATION
   ========================================================= */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: 72px; display: flex; align-items: center;
  justify-content: space-between; padding: 0 56px;
  border-bottom: 1px solid transparent; transition: all 0.4s;
}
nav.stuck { background: rgba(0,0,0,0.97); border-bottom-color: var(--border); }
.nlogo img { height: 46px; display: block; }
.nlinks { display: flex; gap: 36px; }
.nlinks a {
  font-size: 0.75rem; letter-spacing: 1.5px;
  color: var(--muted); text-transform: uppercase;
  font-weight: 400; transition: color 0.25s;
}
.nlinks a:hover, .nlinks a.active { color: var(--white); }
.nright { display: flex; align-items: center; gap: 16px; }
.nav-phone { color: var(--accent); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.5px; }
.nbtn {
  background: var(--white); color: var(--black); border: none;
  padding: 10px 24px; font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: opacity 0.25s;
}
.nbtn:hover { opacity: 0.85; }

/* Hamburger (mobile) */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--white); margin: 5px 0; transition: all 0.3s;
}

/* =========================================================
   HERO
   ========================================================= */
.hero { height: 100vh; position: relative; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.58) 55%, rgba(0,0,0,0.18) 100%);
}
.hero-content { position: relative; z-index: 1; padding: 0 56px; max-width: 700px; }
.hero-label { font-size: 0.6875rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; font-weight: 500; }
.hero h1 { font-family: 'Fraunces', serif; font-size: 78px; font-weight: 700; line-height: 1.0; margin-bottom: 24px; letter-spacing: -1px; }
.hero h1 i { font-style: italic; font-weight: 300; }
.hero p { font-size: 1.0625rem; line-height: 1.85; color: rgba(255,255,255,0.9); font-weight: 300; max-width: 480px; margin-bottom: 44px; }
.hero-ctas { display: flex; gap: 14px; }
.cta-primary {
  background: var(--white); color: var(--black);
  padding: 14px 36px; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; border: none;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: opacity 0.25s; display: inline-block;
}
.cta-primary:hover { opacity: 0.85; }
.cta-ghost {
  background: transparent; color: var(--white);
  padding: 14px 36px; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer; font-family: 'Inter', sans-serif; transition: border-color 0.25s; display: inline-block;
}
.cta-ghost:hover { border-color: var(--white); }
.hero-areas { position: absolute; bottom: 40px; right: 56px; z-index: 2; display: flex; gap: 24px; }
.hero-area { text-align: center; }
.hero-area strong { display: block; font-family: 'Fraunces', serif; font-size: 28px; font-weight: 700; color: var(--accent); }
.hero-area span { font-size: 0.5625rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* =========================================================
   TRUST BAR
   ========================================================= */
.trust { display: flex; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-item { flex: 1; padding: 26px 40px; border-right: 1px solid var(--border); display: flex; align-items: center; gap: 14px; }
.trust-item:last-child { border-right: none; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.trust-item span { font-size: 0.6875rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85); }

/* =========================================================
   SECTION LABELS & TITLES
   ========================================================= */
.sec-label { font-size: 0.6875rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; font-weight: 500; }
.sec-title { font-family: 'Fraunces', serif; font-size: 52px; font-weight: 700; line-height: 1.1; margin-bottom: 64px; }

/* =========================================================
   SERVICES SECTION (Home)
   ========================================================= */
.services { padding: 100px 56px; }
.srv-list { display: flex; flex-direction: column; gap: 2px; }
.srv-row { display: grid; grid-template-columns: 1fr 1fr; height: 420px; }
.srv-row.reverse { direction: rtl; }
.srv-row.reverse > * { direction: ltr; }
.srv-img { overflow: hidden; }
.srv-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); transition: transform 0.8s ease, filter 0.4s; }
.srv-row:hover .srv-img img { transform: scale(1.04); filter: brightness(0.4); }
.srv-text { background: var(--dark); display: flex; flex-direction: column; justify-content: center; padding: 60px 64px; }
.srv-num { font-family: 'Fraunces', serif; font-size: 80px; font-weight: 300; color: rgba(201,168,76,0.12); line-height: 1; margin-bottom: -20px; }
.srv-text h3 { font-family: 'Fraunces', serif; font-size: 36px; font-weight: 700; margin-bottom: 18px; }
.srv-text p { font-size: 1rem; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 28px; }
.srv-link { font-size: 0.6875rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 10px; font-weight: 500; transition: gap 0.25s; }
.srv-link:hover { gap: 16px; }
.srv-link::after { content: '→'; }

/* Services page bullets */
.srv-bullets { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.srv-bullets li { font-size: 0.75rem; color: rgba(255,255,255,0.5); display: flex; align-items: flex-start; gap: 10px; }
.srv-bullets li::before { content: ''; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }

/* =========================================================
   WHY CGL
   ========================================================= */
.why { padding: 100px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; border-top: 1px solid var(--border); }
.why-left h2 { font-family: 'Fraunces', serif; font-size: 50px; font-weight: 700; line-height: 1.1; margin-bottom: 24px; }
.why-left p { font-size: 1rem; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 16px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.why-item { background: var(--black); padding: 36px 30px; transition: background 0.3s; }
.why-item:hover { background: #0c0c0c; }
.why-item h4 { font-size: 0.9375rem; font-weight: 600; margin-bottom: 10px; letter-spacing: 0.3px; }
.why-item p { font-size: 0.9375rem; line-height: 1.8; color: var(--muted); font-weight: 300; }

/* =========================================================
   CLIENTS
   ========================================================= */
.clients { padding: 80px 56px; border-top: 1px solid var(--border); }
.clients-inner { display: flex; align-items: flex-start; gap: 100px; }
.clients-left { flex: 0 0 300px; }
.clients-left h2 { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 700; line-height: 1.1; margin-bottom: 16px; }
.clients-left p { font-size: 1rem; line-height: 1.85; color: var(--muted); font-weight: 300; }
.clients-list { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.client-item { padding: 24px 28px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); display: flex; align-items: flex-start; gap: 14px; transition: background 0.25s; }
.client-item:hover { background: rgba(255,255,255,0.03); }
.client-item:nth-child(even) { border-right: none; }
.client-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.client-item-text strong { display: block; font-size: 1rem; font-weight: 500; margin-bottom: 4px; }
.client-item-text span { font-size: 0.875rem; color: var(--muted-low); }

/* =========================================================
   NUMBERS
   ========================================================= */
.numbers { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); }
.num-item { padding: 64px 40px; border-right: 1px solid var(--border); text-align: center; }
.num-item:last-child { border-right: none; }
.num-val { font-family: 'Fraunces', serif; font-size: 58px; font-weight: 700; color: var(--white); display: block; line-height: 1; }
.num-label { font-size: 0.625rem; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 10px; display: block; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); height: 300px; gap: 2px; }
.gallery-item { overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); transition: all 0.5s; }
.gallery-item:hover img { filter: brightness(0.9); transform: scale(1.04); }

/* =========================================================
   CONTACT SECTION
   ========================================================= */
.contact { padding: 100px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--border); }
.contact-l h2 { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 24px; }
.contact-l p { font-size: 1rem; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 48px; }
.cinfo { display: flex; flex-direction: column; }
.cinfo-row { padding: 18px 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cinfo-row .cl { font-size: 0.6875rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-low); }
.cinfo-row .cv { font-size: 1rem; color: var(--white); }

/* Contact Form 7 Styled */
.cform { display: flex; flex-direction: column; gap: 16px; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg label { display: block; font-size: 0.625rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
.fg input, .fg select, .fg textarea,
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  color: var(--white); padding: 12px 0;
  font-family: 'Inter', sans-serif; font-size: 1rem;
  outline: none; transition: border-color 0.25s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus,
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus { border-bottom-color: var(--accent); }
.fg textarea, .wpcf7-form textarea { height: 100px; resize: none; }
.fg select option, .wpcf7-form select option { background: #111; }
.fg input::placeholder, .wpcf7-form input::placeholder { color: rgba(255,255,255,0.28); }
.fsubmit, .wpcf7-submit {
  margin-top: 8px; background: var(--white); color: var(--black);
  border: none; padding: 14px 40px; font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; cursor: pointer;
  font-family: 'Inter', sans-serif; align-self: flex-start; transition: opacity 0.25s;
}
.fsubmit:hover, .wpcf7-submit:hover { opacity: 0.8; }
.wpcf7-not-valid-tip { color: var(--accent); font-size: 0.75rem; margin-top: 4px; }
.wpcf7-response-output { border: 1px solid var(--accent) !important; padding: 12px 16px !important; margin-top: 16px !important; font-size: 0.875rem; }

/* =========================================================
   FOOTER
   ========================================================= */
footer { border-top: 1px solid var(--border); padding: 50px 56px 30px; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-brand img { height: 42px; margin-bottom: 18px; display: block; }
.footer-brand p { font-size: 0.875rem; line-height: 1.9; color: rgba(255,255,255,0.45); font-weight: 300; }
.footer-col h5 { font-size: 0.625rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; font-weight: 500; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 0.9375rem; color: rgba(255,255,255,0.55); transition: color 0.25s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 0.6875rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.38); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 0.8125rem; color: rgba(255,255,255,0.35); }

/* =========================================================
   PAGE HERO (Inner Pages)
   ========================================================= */
.page-hero { padding: 160px 56px 100px; border-bottom: 1px solid var(--border); }
.page-hero.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ph-label { font-size: 0.6875rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.ph-left h1 { font-family: 'Fraunces', serif; font-size: 68px; font-weight: 700; line-height: 1.0; margin-bottom: 28px; }
.page-hero h1 { font-family: 'Fraunces', serif; font-size: 72px; font-weight: 700; line-height: 1.0; margin-bottom: 24px; }
.page-hero h1 i, .ph-left h1 i { font-style: italic; font-weight: 300; }
.ph-left p, .page-hero > p { font-size: 0.9375rem; line-height: 1.85; color: var(--muted); font-weight: 300; margin-bottom: 14px; max-width: 580px; }
.ph-right { position: relative; }
.ph-right img { width: 100%; height: 520px; object-fit: cover; filter: brightness(0.6); }
.ph-badge { position: absolute; bottom: -20px; left: -20px; background: var(--accent); padding: 24px 28px; }
.ph-badge strong { font-family: 'Fraunces', serif; font-size: 32px; display: block; line-height: 1; color: var(--black); }
.ph-badge span { font-size: 0.5625rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(0,0,0,0.7); font-weight: 600; }

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.story { padding: 100px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-bottom: 1px solid var(--border); align-items: start; }
.story-left h2 { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 28px; }
.story-left p, .story-right p { font-size: 0.9375rem; line-height: 1.9; color: var(--muted); font-weight: 300; margin-bottom: 14px; }
.story-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.25); padding: 8px 16px; font-size: 0.625rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }

.founder { padding: 100px 56px; border-bottom: 1px solid var(--border); }
.founder-inner { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.founder-img-wrap { position: relative; }
.founder-img-wrap img { width: 100%; object-fit: cover; filter: brightness(0.7); }
.founder-label-tag { position: absolute; top: 0; left: 0; background: var(--accent); padding: 10px 16px; }
.founder-label-tag span { font-size: 0.5625rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: var(--black); }
.founder-text h2 { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 8px; }
.founder-text h3 { font-size: 0.9375rem; color: var(--accent); font-weight: 400; margin-bottom: 28px; letter-spacing: 1px; }
.founder-text p { font-size: 0.9375rem; line-height: 1.9; color: var(--muted); font-weight: 300; margin-bottom: 14px; }
.press { margin-top: 36px; }
.press-label { font-size: 0.625rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.press-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.press-item { background: rgba(255,255,255,0.06); border: 1px solid var(--border); padding: 8px 16px; font-size: 0.6875rem; color: rgba(255,255,255,0.7); letter-spacing: 1px; }

.values { padding: 100px 56px; border-bottom: 1px solid var(--border); }
.values h2 { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; margin-bottom: 12px; }
.values-sub { font-size: 0.9375rem; color: var(--muted); font-weight: 300; margin-bottom: 56px; max-width: 560px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
.value-item { background: var(--black); padding: 44px 36px; }
.value-num { font-family: 'Fraunces', serif; font-size: 40px; font-weight: 300; color: rgba(201,168,76,0.15); margin-bottom: 8px; }
.value-item h4 { font-size: 0.9375rem; font-weight: 600; margin-bottom: 12px; }
.value-item p { font-size: 0.75rem; line-height: 1.75; color: var(--muted); font-weight: 300; }

.drivers { padding: 100px 56px; border-bottom: 1px solid var(--border); }
.drivers-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.drivers-left h2 { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 24px; }
.drivers-left p { font-size: 0.9375rem; line-height: 1.9; color: var(--muted); font-weight: 300; margin-bottom: 16px; }
.drivers-img { width: 100%; height: 380px; object-fit: cover; filter: brightness(0.5); margin-top: 28px; }
.qual-list { display: flex; flex-direction: column; }
.qual-item { padding: 20px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 16px; }
.qual-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.qual-item p { font-size: 0.9375rem; line-height: 1.7; color: rgba(255,255,255,0.65); }
.resp-title { font-size: 0.6875rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin: 32px 0 16px; }
.resp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.resp-item { background: var(--black); padding: 18px 20px; font-size: 0.75rem; color: var(--muted); display: flex; align-items: flex-start; gap: 10px; }
.resp-item::before { content: ''; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }

/* =========================================================
   SERVICES PAGE - ALSO OFFERS & AREAS
   ========================================================= */
.also { padding: 80px 56px; border-top: 1px solid var(--border); }
.also h2 { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 700; margin-bottom: 12px; }
.also-sub { font-size: 0.9375rem; color: var(--muted); font-weight: 300; margin-bottom: 50px; }
.also-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--border); }
.also-item { background: var(--black); padding: 40px; display: flex; gap: 24px; align-items: flex-start; }
.also-icon { width: 44px; height: 44px; border: 1px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.also-text h4 { font-size: 1rem; font-weight: 600; margin-bottom: 10px; }
.also-text p { font-size: 0.75rem; line-height: 1.75; color: var(--muted); font-weight: 300; }

.areas { padding: 80px 56px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areas-left h2 { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 700; margin-bottom: 16px; }
.areas-left p { font-size: 0.9375rem; line-height: 1.8; color: var(--muted); font-weight: 300; }
.areas-right { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.area-block { background: var(--black); padding: 30px 28px; }
.area-block strong { display: block; font-size: 0.9375rem; font-weight: 600; margin-bottom: 6px; color: var(--accent); }
.area-block p { font-size: 0.75rem; line-height: 1.7; color: var(--muted); }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { padding: 80px 56px; background: var(--dark); border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cta-band h2 { font-family: 'Fraunces', serif; font-size: 40px; font-weight: 700; }
.cta-band p { font-size: 0.9375rem; color: var(--muted); margin-top: 8px; }
.cta-band-btns { display: flex; gap: 14px; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-page { padding: 100px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--border); }

/* =========================================================
   SCROLL ANIMATIONS
   ========================================================= */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  nav { padding: 0 32px; }
  .hero-content { padding: 0 32px; }
  .hero h1 { font-size: 56px; }
  .services, .why, .clients, .contact, .story, .founder, .values, .drivers, .also, .areas { padding: 72px 32px; }
  .why { grid-template-columns: 1fr; gap: 48px; }
  .clients-inner { flex-direction: column; gap: 48px; }
  .clients-left { flex: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer { padding: 50px 32px 30px; }
}

@media (max-width: 768px) {
  nav { padding: 0 24px; }
  .nlinks, .nright { display: none; }
  .nav-toggle { display: block; }
  .nlinks.open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(0,0,0,0.98); padding: 32px 24px; gap: 24px; }
  .nright.open { display: flex; flex-direction: column; padding: 0 24px 32px; }
  .hero h1 { font-size: 42px; }
  .hero-content { padding: 0 24px; }
  .hero-areas { display: none; }
  .trust { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); }
  .srv-row, .srv-row.reverse { grid-template-columns: 1fr; height: auto; direction: ltr; }
  .srv-img { height: 260px; }
  .services, .why, .clients, .contact, .story, .drivers, .also, .areas, .values, .founder { padding: 60px 24px; }
  .story, .page-hero.two-col, .contact, .contact-page, .drivers-inner { grid-template-columns: 1fr; }
  .numbers { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(2,1fr); height: 400px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .cta-band { flex-direction: column; gap: 32px; text-align: center; }
  .sec-title { font-size: 36px; }
  .values-grid { grid-template-columns: 1fr; }
  .founder-inner { grid-template-columns: 1fr; }
  .cform-row { grid-template-columns: 1fr; }
}

/* =========================================================
   SINGLE SERVICE PAGE
   ========================================================= */

/* Full-height image hero with text bottom-aligned */
.srv-page-hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.srv-ph-bg { position: absolute; inset: 0; }
.srv-ph-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
  display: block;
}
.srv-ph-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.3) 100%);
}
.srv-ph-content {
  position: relative; z-index: 1;
  padding: 0 56px 80px;
  max-width: 700px;
}
.srv-ph-back {
  font-size: 0.6875rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 20px; display: inline-flex;
  align-items: center; gap: 8px; transition: color 0.25s;
}
.srv-ph-back::before { content: '←'; }
.srv-ph-back:hover { color: var(--white); }
.srv-ph-label {
  font-size: 0.6875rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px; display: block;
}
.srv-ph-content h1 {
  font-family: 'Fraunces', serif;
  font-size: 64px; font-weight: 700;
  line-height: 1.0; margin-bottom: 20px;
}
.srv-ph-content h1 i { font-style: italic; font-weight: 300; }
.srv-ph-content > p {
  font-size: 0.9375rem; line-height: 1.8;
  color: var(--muted); font-weight: 300;
}

/* Detail two-col */
.srv-detail {
  padding: 100px 56px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; border-bottom: 1px solid var(--border);
}
.sd-left h2 {
  font-family: 'Fraunces', serif;
  font-size: 44px; font-weight: 700;
  line-height: 1.1; margin-bottom: 24px;
}
.sd-left p {
  font-size: 0.9375rem; line-height: 1.9;
  color: var(--muted); font-weight: 300; margin-bottom: 14px;
}
.sd-right h3 {
  font-size: 0.9375rem; font-weight: 600;
  margin-bottom: 20px; color: var(--accent); letter-spacing: 1px;
}
.feat-list { display: flex; flex-direction: column; }
.feat-item {
  padding: 18px 0; border-bottom: 1px solid var(--border);
  display: flex; align-items: flex-start; gap: 14px;
}
.feat-dot {
  width: 7px; height: 7px; background: var(--accent);
  border-radius: 50%; flex-shrink: 0; margin-top: 5px;
}
.feat-item p {
  font-size: 0.9375rem; line-height: 1.7;
  color: rgba(255,255,255,0.65);
}

/* Clients served */
.clients-served {
  padding: 80px 56px;
  border-bottom: 1px solid var(--border);
}
.clients-served h2 {
  font-family: 'Fraunces', serif;
  font-size: 44px; font-weight: 700; margin-bottom: 12px;
}
.cs-sub {
  font-size: 0.9375rem; color: var(--muted);
  font-weight: 300; margin-bottom: 48px;
}
.cs-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border);
}
.cs-item {
  background: var(--black); padding: 28px;
  display: flex; align-items: flex-start; gap: 12px;
  transition: background 0.25s;
}
.cs-item:hover { background: rgba(255,255,255,0.03); }
.cs-item-dot {
  width: 6px; height: 6px; background: var(--accent);
  border-radius: 50%; flex-shrink: 0; margin-top: 5px;
}
.cs-item-text strong {
  display: block; font-size: 0.9375rem;
  font-weight: 600; margin-bottom: 3px;
}
.cs-item-text span { font-size: 0.6875rem; color: var(--muted); }

/* 3-col gallery */
.srv-gallery {
  display: grid; grid-template-columns: repeat(3,1fr);
  height: 340px; gap: 2px;
}
.srv-gallery .gallery-item { overflow: hidden; }
.srv-gallery .gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55); transition: all 0.5s;
}
.srv-gallery .gallery-item:hover img {
  filter: brightness(0.85); transform: scale(1.04);
}

/* Related services strip */
.related-services {
  padding: 80px 56px;
  border-top: 1px solid var(--border);
}
.related-services h2 {
  font-family: 'Fraunces', serif;
  font-size: 36px; font-weight: 700; margin-bottom: 40px;
}
.related-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 2px;
}
.related-item {
  position: relative; height: 280px; overflow: hidden;
  display: flex; align-items: flex-end;
}
.related-item img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; filter: brightness(0.4);
  transition: transform 0.6s ease, filter 0.4s;
}
.related-item:hover img { transform: scale(1.04); filter: brightness(0.3); }
.related-item-content {
  position: relative; z-index: 1;
  padding: 32px 36px; width: 100%;
}
.related-item-content span {
  font-size: 0.625rem; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--accent);
  display: block; margin-bottom: 8px;
}
.related-item-content h3 {
  font-family: 'Fraunces', serif;
  font-size: 28px; font-weight: 700; margin-bottom: 12px;
}
.related-item-content a {
  font-size: 0.6875rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--white);
  display: inline-flex; align-items: center; gap: 8px;
  opacity: 0.7; transition: opacity 0.25s, gap 0.25s;
}
.related-item-content a::after { content: '→'; }
.related-item-content a:hover { opacity: 1; gap: 14px; }

/* Responsive – single service */
@media (max-width: 768px) {
  .srv-ph-content { padding: 0 24px 60px; }
  .srv-ph-content h1 { font-size: 42px; }
  .srv-detail { grid-template-columns: 1fr; padding: 60px 24px; }
  .clients-served { padding: 60px 24px; }
  .cs-grid { grid-template-columns: 1fr; }
  .srv-gallery { grid-template-columns: 1fr 1fr; height: 420px; }
  .related-services { padding: 60px 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; gap: 32px; text-align: center; padding: 60px 24px; }
}
