/* ============================================================
   Leather Zone Upholstery LLC — Website styles
   Recreated from Figma "Lether zone" design.
   ============================================================ */

:root {
  --accent: #ae9b80;        /* tan / leather */
  --accent-dark: #8c7759;
  --bg: #f7f7f7;
  --dark: #151515;          /* footer */
  --espresso: #1e0f05;      /* dark image band base */
  --orange: #ff8c00;
  --ink: #000000;
  --muted: #4e4a4a;
  --muted2: #292d32;
  --gray: #706868;
  --gutter: clamp(20px, 12.7vw, 244px);
  --maxw: 1432px;
  --display: "Jost", var(--body);
  --body: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--display);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; margin: 0; }

.container {
  width: 100%;
  max-width: calc(var(--maxw) + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.display { font-family: var(--display); }
.accent-text { color: var(--accent); }
.centerContent {display: flex; align-items: center; justify-content:center;}
.mt-5 {margin-top: 30px;}
.mt-3 {margin-top: 15px;}
.pageHeading {max-width:990px;margin:0 auto}

/* ---------- Design typography: uppercase display headings ----------
   The Figma design renders headings, the lead subheading, eyebrows,
   stat numbers/labels and card titles in UPPERCASE, with selected
   lowercase italic accents (e.g. "finest", "in Dubai").
.hero h1, .hero__big, .lead,
.section__title, .band h2, .deliver__band h2, .split__body h2,
.stat__num, .stat p, .eyebrow,
.svc-card__bar h3, .cat-card p, .proj-card__bar h3, .proj-intro h2,
.footer__top h2, .footer__top strong {
  text-transform: uppercase;
} */
.hero h1 em, .hero__big em, .lead em,
.band h2 em, .deliver__band h2 em, .split__body h2 em,
.section__title em {
  text-transform: none;
  font-style: italic;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: transparent;
  transition: background .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100px;
  font-family: var(--display);
}
.nav__group { display: flex; align-items: center; gap: 28px; }
.nav__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
  color: #fff;
  white-space: nowrap;
  transition: color .2s;
}
.nav__link:hover { color: var(--accent); }
/* Scrolled (white bar) → dark text */
.site-header.scrolled .nav__link { color: var(--ink); }
.site-header.scrolled .hamburger span,
.site-header.scrolled .nav__toggle span { background: var(--ink); }
.nav__logo { height: 50px; width: auto; margin: 0 auto; }
.nav__logo-wrap { flex: 1; display: flex; justify-content: center; }
.hamburger {
  display: inline-flex; flex-direction: column; gap: 4px;
  width: 24px; cursor: pointer; background: none; border: 0; padding: 0;
}
.hamburger span { height: 2px; background: #fff; border-radius: 2px; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--accent); color: #fff;
  border-radius: 100px; padding: 9px 9px 9px 18px;
  font-size: 14px; font-weight: 500; white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
}
.nav__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(174,155,128,.4); }
.nav__cta .circle {
  width: 32px; height: 32px; border-radius: 50%;
  background: #000; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px;
}
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: #000; margin: 5px 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero.innerBanner .hero__inner, .hero.innerBanner {min-height: 60vh;height: 60vh;padding-top: 5%;}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,.40);
}
.homeHero {width: 50%;}
.homeHero .hero__big, .homeHero h1 {font-size: clamp(40px, 4vw, 75px) !important;}
.homeHero .pill {background: transparent !important; border: 2px solid var(--accent) !important;}
/* Background video (Vimeo) — covers the hero (crop, never letterbox) */
.hero__video { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #1a1a1a; }
.hero__video iframe {
  position: absolute; top: 50%; left: 50%;
  /* scale up so the residual Vimeo badge in the corner is cropped out */
  transform: translate(-50%, -50%) scale(1.35);
  /* 16:9 sized to always cover the viewport in both axes */
  width: 100vw; height: 56.25vw;
  min-width: 177.78vh; min-height: 100vh;
  border: 0; pointer-events: none; display: block;
}
.hero__inner { position: relative; z-index: 2; padding-bottom: 110px; width: 100%; min-height: 100vh;
    height: 100%;
  padding-top:10%;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.hero h1 {
  font-weight: 500; font-size: clamp(40px, 5vw, 75px);
  line-height: 1.04; letter-spacing: -.5px; margin-bottom: 18px;
}
.hero .hero__big {
  font-weight: 500; font-size: clamp(56px, 7vw, 100px);
  line-height: 1; color: #fff;
}
.hero--center { align-items: center; text-align: center; }
.hero--center .hero__inner { padding-bottom: 0; }
.hero--short { min-height: 760px; }

/* lead paragraph that sits below hero */
.lead {
  max-width: calc(var(--maxw) + var(--gutter) * 2);
  margin: 96px auto 50px; padding: 0 15px; text-align: center;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(22px, 2.4vw, 45px); line-height: 1.2; color: #000;
}
.lead--sm { font-size: clamp(20px, 1.9vw, 36px); }

/* ---------- Buttons / pills ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--accent); color: #fff;
  border-radius: 100px; padding: 8px 8px 8px 26px;
  font-weight: 700; font-size: 16px; letter-spacing: .3px;
  font-family: var(--display);
  transition: transform .2s, box-shadow .2s;
}
.pill:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(174,155,128,.35); }
.pill .dot {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; font-size: 18px;
}
.pill--ghost { background: transparent; color: var(--gray); width: max-content; }
.pill--ghost .dot { background: var(--accent); color: #fff; }
.pill--lg { font-size: 18px; padding: 10px 10px 10px 30px; }
.pill--lg .dot { width: 54px; height: 54px; }

/* ---------- Section heading ---------- */
.section { padding: 70px 0; }
.section__title {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(30px, 3vw, 40px); line-height: 1.2; letter-spacing: -.5px;
}
.eyebrow { color: var(--accent-dark); font-weight: 600; letter-spacing: .5px; }

/* ---------- Service cards (2-col) ---------- */
.svc-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
.svc-card {
  background: #fff; border-radius: 6px; overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
  display: flex; flex-direction: column;
}
.svc-card__img { aspect-ratio: 1/1; width: 100%; object-fit: cover; }
.svc-card__bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 26px; gap: 16px;
}
.svc-card__bar a.wrapAnc {width: 70%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.svc-card__bar h3 { font-family: var(--display); font-weight: 600; font-size: 22px; width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.svc-card__add {
  width: 56px; height: 56px; flex: none; border-radius: 4px;
  background: var(--accent); color: #fff; border: 0; cursor: pointer;
  font-size: 28px; display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.svc-card__add:hover { background: var(--accent-dark); }

/* ---------- Full-bleed dark band ---------- */
.band {
  position: relative; color: #fff;
  background-size: cover; background-position: center;
  padding: 150px 0;
}
.band::before { content:""; position:absolute; inset:0; background: rgba(0,0,0,.4); }
.band__inner { position: relative; z-index: 2; }
.band h2 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(38px, 4.2vw, 45px); line-height: 1.07; max-width: 1039px;
}
/* .band--tan::before { background: rgba(174,155,128,.95); }*/
.band--tan h2 { font-weight: 200; }

/* ---------- Delivering finest industry (band + overlapping cards) ---------- */
.deliver { background: var(--bg); }
.deliver__band { padding: 150px 0 220px; }
.deliver__band .band__inner { position: relative; }
.deliver__band h2 { font-weight: 500; }
.deliver__band h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic; font-weight: 400;
}
.deliver__band h2 b { font-weight: 700; }
.plus {
  position: absolute; color: #fff; opacity: .85;
  font-family: var(--display); font-weight: 300; font-size: 40px; line-height: 1;
}
.plus--a { top: -70px; left: 38%; }
.plus--b { top: -90px; right: 6%; }
.deliver__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: -150px; position: relative; z-index: 2;
}
/* consistent aspect ratio across desktop & mobile (no fixed px height) */
.deliver__cards .cat-card img { height: auto; aspect-ratio: 2 / 3; }
@media (max-width: 900px) {
  .deliver__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .deliver__cards { grid-template-columns: 1fr; }
}

/* ---------- Sector / category cards row ---------- */
.cards-row {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.cat-card {
  background: #fff; border-radius: 8px; overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}
.cat-card img { width: 100%; height: 340px; object-fit: cover; }
.cat-card p {
  margin: 0; padding: 22px 14px; text-align: center;
  font-size: 18px; color: var(--muted2); font-family: var(--display);
}

/* ---------- About / split blocks ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch;
}
.split__media img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
.split__body {
  background: #fff; padding: 5rem 2.5em;
  display: flex; flex-direction: column; justify-content: center; gap: 28px; direction: ltr
}
@media (max-width: 900px) { .split__body { padding: 2.5rem; } }
.split__body h2 { font-weight: 500; font-size: clamp(30px,3.2vw,45px); line-height: 1.1; }
.split__body p { font-size: 18px; line-height: 1.7; color: #111; margin: 0; }
.direction-rtl {direction: rtl}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.stat {
  background: #fff; border-radius: 8px; padding: 40px 36px;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
}
.stat__num {
  font-family: var(--display); font-weight: 500; color: var(--accent);
  font-size: clamp(48px, 5vw, 80px); line-height: 1; margin-bottom: 24px;
}
.stat p { font-family: var(--display); font-size: clamp(20px,2vw,30px); line-height: 1.15; color: var(--muted2); margin: 0; }

/* ---------- Brand logos grid ---------- */
.logos {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
}
.logos div {
  background: #fff; border-radius: 4px; height: 120px;
  display: flex; align-items: center; justify-content: center; padding: 18px;
}
.logos img { max-height: 70px; width: auto; object-fit: contain; opacity: .85; }

/* ---------- Testimonials ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review {
  background: #fff; border-radius: 8px; padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
  display: flex; flex-direction: column; gap: 18px;
}
.review__google { height: 32px !important; width: fit-content; max-width: fit-content; }
.review__stars { color: #ffc107; font-size: 16px; letter-spacing: 2px; }
.review p { font-size: 16px; line-height: 1.5; color: var(--muted2); margin: 0; flex: 1; }
.review__person { display: flex; align-items: center; gap: 12px; }
.review__avatar {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 13px;
}
.review__person strong { font-weight: 600; font-size: 15px; color: var(--muted2); }

/* ---------- Gallery (tall images) ---------- */
.gallery3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.gallery3 .zoom { border-radius: 4px; }
.gallery3 .zoom img, .gallery3 > img { width: 100%; height: 620px; object-fit: cover; border-radius: 4px; }

/* ---------- Industries page ---------- */
.ind-title { font-family: var(--display); font-weight: 700; font-size: clamp(24px, 2.4vw, 32px); margin: 0 0 18px; }
.ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.ind-card { display: flex; flex-direction: column; }
.ind-card .zoom { overflow: hidden; border-radius: 8px; margin-bottom: 24px; }
.ind-card .zoom img { width: 100%; height: 380px; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.ind-card .zoom:hover img { transform: scale(1.06); }
.ind-card p { font-size: 18px; line-height: 1.6; color: #111; margin: 0 0 22px; flex: 1; }
@media (max-width: 820px) { .ind-grid { grid-template-columns: 1fr; } }

/* ---------- Detail table ---------- */
.spec {
  display: grid; grid-template-columns: 220px 1fr; gap: 0;
  max-width: 1140px; margin: 0 auto;
  border-top: 1px solid #e2ded8;
}
.spec dt, .spec dd {
  padding: 22px 10px; border-bottom: 1px solid #e2ded8; margin: 0;
  font-size: 18px; font-family: var(--display);
}
.spec dt { font-weight: 600; }
.spec dd { color: #333; }

/* ---------- Contact ---------- */
.contact-card {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.contact-info {
  background: #0f0f0f; color: #fff; padding: 48px;
  position: relative; display: flex; flex-direction: column; gap: 40px;
}
.contact-info h3 { font-family: var(--display); font-weight: 600; font-size: 28px; }
.contact-info .muted { color: #c9c9c9; font-size: 16px; margin-top: 5px; }
.contact-info ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 26px; }
.contact-info li { display: flex; gap: 16px; align-items: flex-start; font-size: 16px; }
.contact-info .ic { color: var(--accent); }
.contact-form form { padding: 30px; display: flex; flex-flow: row wrap; gap: 15px; }
.field { display: flex; flex-direction: column; gap: 8px; width: 48%; overflow:hidden; }
.field label { font-size: 12px; color: #8d8d8d; font-weight: 600; }
.field input, .field textarea {
  border: 0; border-bottom: 1px solid #c9c9c9; padding: 8px 0; width: 100%;
  font-family: var(--display); font-size: 15px; background: transparent; outline: none;
}
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.field--full { width: 100%; }
.contact-form form .submit { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
.contact-form form input[type="submit"] {
  background: var(--accent); color: #fff; border: 0; cursor: pointer;
  padding: 14px 34px; border-radius: 6px; font-size: 16px; font-weight: 500;
}
.contact-form form input[type="submit"]:hover { background: var(--accent-dark); }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: #fff; padding: 90px 0; }
.footer__top { display: flex; align-items: baseline; gap: 14px; justify-content: center; }
.footer__top h2 { font-family: var(--display); font-weight: 200; font-size: clamp(22px,2.4vw,30px); }
.footer__top strong { font-family: var(--display); font-weight: 600; font-size: clamp(22px,2.4vw,30px); }
.footer__nav {
  display: flex; gap: 40px; justify-content: center; margin: 36px 0;
  flex-wrap: wrap;
}
.footer__nav a { color: var(--accent); font-size: 16px; font-weight: 500; text-transform: capitalize; }
.footer__nav a:hover { color: #fff; }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-top: 30px;
}
.footer__call {
  background: var(--accent); color: #fff; border-radius: 50px;
  padding: 18px 40px; font-family: var(--display); font-weight: 700; font-size: 24px;
}
.socials { display: flex; gap: 16px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; background: #1b1530;
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  transition: background .2s;
}
.socials a:hover { background: var(--accent); }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.split-text { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-text p { font-size: 18px; line-height: 1.7; }

/* ---------- Mobile menu overlay ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.6);
  display: none;
}
.mobile-menu.open { display: block; }
.mobile-menu__panel {
  position: absolute; top: 0; left: 0; bottom: 0; width: min(80vw, 420px);
  background: #fff; padding: 40px; display: flex; flex-direction: column; gap: 22px;
  transform: translateX(-100%); transition: transform .3s;
}
.mobile-menu.open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__panel a { font-size: 18px; font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
.mobile-menu__close { align-self: flex-end; background: none; border: 0; font-size: 28px; cursor: pointer; }

/* ============================================================
   Smooth hover animations
   ============================================================ */
.svc-card, .cat-card, .stat, .review {
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease;
}
.svc-card, .cat-card, .proj-card, .gallery3 .zoom { cursor: pointer; }
.svc-card:hover, .cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0,0,0,.14);
}
.stat:hover, .review:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
/* image zoom — every zoomable image lives in an overflow:hidden box so the
   scale stays cropped within its container (never grows the layout/overflows) */
.svc-card, .cat-card, .split__media, .proj-card,
.proj-card__media, .gallery3 .zoom { overflow: hidden; }
.svc-card__img, .cat-card img, .split__media img,
.proj-card__img, .gallery3 .zoom img {
  display: block;
  transition: transform .6s cubic-bezier(.2,.7,.3,1);
  transform: scale(1);          /* GPU-stable start, no sub-pixel seams */
  backface-visibility: hidden;
}
.svc-card:hover .svc-card__img,
.cat-card:hover img,
.proj-card:hover .proj-card__img,
.gallery3 .zoom:hover img { transform: scale(1.06); }

/* links + nav underline grow */
.footer__nav a { position: relative; }
.footer__nav a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; height: 1px; width: 0;
  background: currentColor; transition: width .3s ease;
}
.footer__nav a:hover::after { width: 100%; }

/* pill arrow nudges on hover */
.pill .dot, .nav__cta .circle { transition: transform .3s ease; }
.pill:hover .dot, .nav__cta:hover .circle { transform: translateX(4px); }

/* social icons */
.socials a { transition: transform .25s ease, background .25s ease; }
.socials a:hover { transform: translateY(-3px); }
.socials svg { width: 17px; height: 17px; display: block; }

/* gallery captions (matches design) */
.gallery3 .g-item { display: flex; flex-direction: column; gap: 14px; }
.gallery3 .g-cap {
  margin: 0; font-family: var(--display); font-size: 18px; color: var(--muted2);
  text-transform: uppercase; letter-spacing: .3px;
}

/* Home "Sectors we deliver in" — horizontal scrollable gallery */
.sector-scroll {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-padding-left: var(--gutter);
  padding: 10px var(--gutter) 30px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}
.sector-scroll::-webkit-scrollbar { height: 8px; }
.sector-scroll::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 8px; }
.sector-scroll::-webkit-scrollbar-track { background: transparent; }
.sector-item {
  flex: 0 0 auto;
  width: clamp(300px, 30vw, 460px);
  scroll-snap-align: start;
  margin: 0;
}
.sector-item .zoom { overflow: hidden; border-radius: 6px; }
.sector-item img { width: 100%; height: 560px; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.sector-item:hover .zoom img { transform: scale(1.06); }
.sector-item figcaption {
  margin-top: 16px; font-family: var(--display); font-size: 18px; color: var(--muted2); letter-spacing: .3px; text-align: center;
}
@media (max-width: 820px) {
  .sector-item { width: 78vw; }
  .sector-item img { height: 420px; }
}

/* reveal on scroll (only hides when JS is active, so no-JS keeps content visible) */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto; }
}

/* ============================================================
   Projects — full-screen horizontal scroll gallery
   ============================================================ */
.proj-scroll {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--bg);
  padding: 120px 0 80px;
}
.proj-track {
  display: flex;
  gap: 28px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-padding-left: var(--gutter);
  padding: 10px var(--gutter) 28px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}
.proj-track::-webkit-scrollbar { height: 8px; }
.proj-track::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 8px; }
.proj-track::-webkit-scrollbar-track { background: transparent; }
.proj-track > * { scroll-snap-align: start; flex: 0 0 auto; }

.proj-intro {
  width: min(86vw, 520px);
  align-self: stretch;
  background: var(--accent);
  color: #fff;
  border-radius: 12px;
  padding: clamp(32px, 4vw, 56px);
  display: flex; flex-direction: column; justify-content: center; gap: 22px;
}
.proj-intro h2 { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 3vw, 45px); line-height: 1.08; }
.proj-intro p { font-size: 18px; line-height: 1.6; margin: 0; color: rgba(255,255,255,.92); }
.proj-intro .pill { background: #fff; color: var(--gray); align-self: flex-start; }
.proj-intro .pill .dot { background: var(--accent); color: #fff; }

.proj-card {
  width: 100%
  background: #fff;
  border-radius: 12px;
  display: flex; flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease;
}
.proj-card:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(0,0,0,.16); }
.proj-card__media { position: relative; overflow: hidden; border-radius: 12px 12px 0 0; }
.proj-card__img { width: 100%; height: min(62vh, 450px); object-fit: cover; display: block; }
.proj-card__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 24px;
}
.proj-card__bar h3 { font-family: var(--display); font-weight: 600; font-size: 22px; line-height: 1.2; }
.proj-card__add {
  width: 56px; height: 56px; flex: none; border-radius: 6px;
  background: var(--accent); color: #fff; border: 0; cursor: pointer; font-size: 26px;
  display: inline-flex; align-items: center; justify-content: center; transition: background .25s;
}
.proj-card__add:hover { background: var(--accent-dark); }

.proj-next {
  position: absolute; right: clamp(16px, 4vw, 60px); bottom: 28px;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--orange); color: #fff; border: 0; cursor: pointer;
  font-size: 26px; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(255,140,0,.35);
  transition: transform .25s ease, background .25s ease;
  z-index: 3;
}
.proj-next:hover { transform: scale(1.08); }
.grid-3 {grid-template-columns:repeat(3,1fr);gap:32px}
.blogDetail {padding: 50px; background: #fff;border-radius:10px; margin-left: auto; margin-right: auto;}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .nav__group--right, .nav__group--left .nav__link { display: none; }
  .nav__cta { display: none; }
  .logos { grid-template-columns: repeat(4,1fr); }
  .cards-row { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 820px) {
  .svc-grid, .stats, .reviews, .gallery3, .split, .contact-card,
  .split-text, .spec { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr 1fr; }
  .cards-row { grid-template-columns: repeat(2,1fr); }
  .logos { grid-template-columns: repeat(3,1fr); }
  .spec dt { border-bottom: 0; padding-bottom: 0; }
  .gallery3 img, .cat-card img { height: 320px; }
  .hero { min-height: 620px; }
  .lead { margin: 56px auto 30px; }
  .section { padding: 48px 0; }
  .homeHero {width: 100% !important;}
}
@media (max-width: 520px) {
  .cards-row, .logos, .contact-form { grid-template-columns: 1fr; }
  .footer__nav { gap: 18px; }
  .footer__bottom { justify-content: center; }
  .grid-3 {grid-template-columns:repeat(1,1fr);gap:20px}
}
