/* J & T PROJECT SOLUTIONS — PREMIUM CORPORATE BUILD */
:root{
  --black:#050505;--dark:#0a0a0a;--panel:#101010;--gold:#d8a63a;--gold2:#f4c95e;
  --white:#f7f7f5;--muted:#969696;--line:rgba(255,255,255,.12);--paper:#f2f1ed;
  --max:1420px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--black);color:var(--white);overflow-x:hidden}
body,button,input,textarea,select{font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button{cursor:pointer}
.container{width:min(91%,var(--max));margin:auto}
.construction-bar{height:29px;background:var(--gold);color:#ffffff;display:flex;justify-content:center;align-items:center;gap:10px;font-size:9px;font-weight:800;letter-spacing:1.30px;position:relative;z-index:1000}
.pulse-dot{width:7px;height:7px;background:#0aff02;border-radius:50%;animation:pulse 1.4s infinite}
.bar-separator{height:13px;width:1px;background:#0004}
@keyframes pulse{50%{opacity:.25}}                       
.site-header{position:absolute;z-index:50;top:34px;left:0;width:100%;border-bottom:1px solid var(--line);transition:.35s}
.site-header.scrolled{background:#050505ee;backdrop-filter:blur(15px);position:fixed;top:0}
.header-inner{width:min(91%,var(--max));height:96px;margin:auto;display:flex;align-items:center}
.brand{width:110px;display:block;flex:0 0 auto}
.brand img{height:78px;object-fit:contain}
.desktop-nav{display:flex;gap:34px;margin-left:auto;margin-right:42px}
.desktop-nav a{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;font-weight:700;position:relative;padding:38px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:27px;height:1px;background:var(--gold);transition:.3s}
.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}
.header-tools{display:flex;align-items:center;gap:23px}
.header-quote {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--gold);
  color: #fffdfd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: .3s ease;
}

.header-quote span {
  font-size: 14px;
  transition: transform .3s ease;
}

.header-quote:hover {
  background: #8d5c00;
  transform: translateY(-2px);
}

.header-quote:hover span {
  transform: translateX(4px);
}
.clock{text-align:right;display:flex;flex-direction:column;gap:4px}
.clock span{font-size:8px;letter-spacing:1px;color:#aaa}
.clock strong{font-size:12px;letter-spacing:1.5px;color:var(--gold2)}
.menu-button{display:none;background:none;border:0}
.menu-button span{display:block;width:27px;height:2px;background:white;margin:5px}
.mobile-nav{display:none}
.hero{height:calc(100vh - 0px);min-height:690px;position:relative;overflow:hidden}
.hero-slides,.hero-slide,.hero-shade,.hero-grid{position:absolute;inset:0}
.hero-slide{background-position:center;background-size:cover;opacity:0;transform:scale(1.06);transition:opacity 1.2s ease,transform 7s ease}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.62) 46%,rgba(0,0,0,.2) 100%);z-index:2}
.hero-grid{z-index:3;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 75%)}
.hero-content{position:absolute;z-index:5;left:max(6%,calc((100vw - var(--max))/2));top:54%;transform:translateY(-50%);max-width:900px}
.eyebrow{font-size:9px;font-weight:800;letter-spacing:2.5px;color:var(--gold);text-transform:uppercase}
.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:27px}
.hero-eyebrow i{width:32px;height:1px;background:var(--gold)}
.hero h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(4rem,8.1vw,8.6rem);font-weight:800;line-height:.87;letter-spacing:-5px}
.hero h1 em,.section-intro h2 em,.featured-content h2 em,.capabilities h2 em,.vision-copy h2 em,.contact h2 em{font-style:normal;color:var(--gold2)}
.hero-content{
  position:absolute;
  z-index:5;
  left:max(6%,calc((100vw - var(--max))/2));
  top:50%;
  transform:translateY(-50%);
  width:calc(100% - max(6%,calc((100vw - var(--max))/2)) - 6%);
  max-width:900px;
}
.hero-actions{display:flex;gap:12px;margin-top:32px}
.btn{min-height:50px;padding:0 27px;display:inline-flex;align-items:center;justify-content:center;gap:18px;text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:800;border:1px solid transparent;transition:.3s}
.btn span{font-size:14px}
.btn-gold{background:var(--gold);color:#090909}
.btn-gold:hover{background:#fff;transform:translateY(-3px)}
.btn-outline{border-color:#ffffff88;color:#fff}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn-dark{border-color:#111;color:#111}
.btn-dark:hover{background:#111;color:#fff}
.hero-bottom{position:absolute;z-index:6;bottom:48px;left:0;right:0;width:min(91%,var(--max));margin:auto;display:flex;justify-content:space-between;align-items:center}
.scroll-cue{display:flex;align-items:center;gap:13px;color:#aaa;font-size:8px;letter-spacing:2px}
.scroll-cue i{display:block;width:45px;height:1px;background:var(--gold)}
.slide-control{display:flex;align-items:center;gap:13px;font-size:10px;letter-spacing:2px}
.slide-control i{width:75px;height:1px;background:#fff8}
.section{padding:125px 0}
.about,.projects,.team{background:var(--paper);color:#0a0a0a}
.dark{background:var(--dark)}
.section-intro{margin-bottom:68px}
.section-intro h2,.capabilities h2,.vision-copy h2,.contact h2{font-family:Manrope,Arial,sans-serif;font-size:clamp(3rem,6vw,6.4rem);line-height:.92;letter-spacing:-3.5px;margin-top:17px}
.about-grid{display:grid;grid-template-columns:1.18fr 1fr;gap:88px;align-items:center}
.image-frame{height:650px;position:relative;overflow:hidden}
.image-frame img{height:100%;object-fit:cover}
.image-caption{position:absolute;bottom:22px;left:22px;background:var(--gold);padding:11px 15px;font-size:8px;font-weight:800;letter-spacing:1.4px}
.about-copy{max-width:620px;position:relative;padding-left:25px}
.gold-rule{position:absolute;left:0;top:4px;bottom:4px;width:2px;background:var(--gold)}
.about-copy p{color:#565656;font-size:14px;line-height:1.9;margin-bottom:24px}
.about-copy .lead{font-size:22px;line-height:1.5;color:#111}
.text-link{display:inline-flex;gap:14px;margin-top:7px;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:1.4px}
.text-link span{color:#b78318;font-size:16px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.service-card{min-height:330px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:39px;position:relative;transition:.35s}
.service-card:hover{background:#121212;transform:translateY(-4px)}
.service-card .num{font-size:9px;letter-spacing:2px;color:var(--gold)}
.service-icon{font-size:30px;color:var(--gold);margin:42px 0 20px}
.service-card h3{font-family:Manrope,Arial,sans-serif;font-size:21px;line-height:1.1;margin-bottom:14px}
.service-card p{font-size:12px;line-height:1.7;color:#999;max-width:360px}
.service-card a{position:absolute;bottom:31px;color:var(--gold2);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}
.featured-project{height:720px;min-height:620px;position:relative;display:flex;align-items:center;overflow:hidden}
.featured-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.featured-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.48),rgba(0,0,0,.25))}
.featured-content{position:relative;z-index:2}
.featured-content h2{font-family:Manrope,Arial,sans-serif;font-size:clamp(3.6rem,7vw,8rem);line-height:.87;letter-spacing:-4px;margin-top:19px}
.location{color:#ccc;font-size:12px;margin-top:24px}
.stats{display:flex;gap:75px;margin-top:66px}
.stats>div{display:flex;flex-direction:column;gap:7px}
.stats strong{font-family:Manrope,Arial,sans-serif;font-size:54px;line-height:1;color:var(--gold2)}
.stats span{font-size:8px;line-height:1.5;letter-spacing:1.5px;color:#ddd}
.projects-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:58px}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.project-card{height:465px;position:relative;overflow:hidden}
.project-card.project-wide{grid-column:1/-1;height:640px}
.project-card img{height:100%;object-fit:cover;transition:.8s}
.project-card:hover img{transform:scale(1.06)}
.project-overlay{position:absolute;inset:0;padding:35px;display:flex;flex-direction:column;justify-content:end;color:#fff;background:linear-gradient(transparent 30%,rgba(0,0,0,.9))}
.project-overlay span{color:var(--gold2);font-size:9px;letter-spacing:2px}
.project-overlay h3{font-family:Manrope,Arial,sans-serif;font-size:28px;margin:8px 0 7px}
.project-overlay p{font-size:11px;color:#ccc}
.project-overlay b{margin-top:20px;color:var(--gold2);font-size:8px;letter-spacing:1.4px;text-transform:uppercase}
.capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.capabilities p{max-width:540px;color:#999;font-size:14px;line-height:1.8;margin-top:31px}
.cap-list{border-top:1px solid var(--line)}
.cap-list div{display:flex;align-items:center;gap:25px;padding:20px 0;border-bottom:1px solid var(--line);font-family:Manrope,Arial,sans-serif;font-weight:600;font-size:16px}
.cap-list span{font-size:8px;color:var(--gold);letter-spacing:2px}
.vision{display:grid;grid-template-columns:1fr 1fr;background:#111;color:#fff}
.vision-image{min-height:650px;background-size:cover;background-position:center}
.vision-copy{padding:100px 8%;display:flex;flex-direction:column;justify-content:center}
.vision-copy h2{font-size:clamp(2.8rem,5vw,5.5rem)}
.vision-copy .lead,.mission p{font-size:16px;line-height:1.8;color:#bbb;max-width:650px;margin-top:35px}
.mission{border-left:2px solid var(--gold);padding-left:28px;margin-top:65px}
.mission p{margin-top:18px;font-size:14px}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:950px}
.team-card{border:1px solid #d3d2cd;background:#fff}
.portrait{height:390px}
.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#121212,#333);color:var(--gold);font:800 75px Manrope,Arial}
.team-card h3{font:700 21px Manrope,Arial;margin:22px 25px 6px;text-transform:uppercase}
.team-card p{margin:0 25px;color:#777;font-size:11px}
.team-card small{display:block;margin:18px 25px 25px;color:#aaa;font-size:9px;line-height:1.5}
.contact{padding:125px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.contact h2{margin-top:17px}
.contact-grid>div>p{max-width:500px;color:#999;line-height:1.8;font-size:14px;margin-top:30px}
.contact-details{display:flex;flex-direction:column;gap:9px;margin-top:43px}
.contact-details a{color:var(--gold2);font:600 18px Manrope,Arial}
.contact-form{display:flex;flex-direction:column;gap:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #303030;background:#0e0e0e;color:#fff;padding:17px;outline:none;font-size:12px}
.contact-form select{appearance:none}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold)}
.contact-form textarea{resize:vertical}
.form-status{font-size:11px;color:var(--gold);min-height:15px}
.footer{background:#030303;border-top:1px solid #fffdfd;padding:45px 0 27px}
.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:35px;border-bottom:1px solid #222}
.footer-top .brand{width:100px}
.footer-top .brand img{height:70px}
.footer-tagline{color:#fffefe;font-size:8px;letter-spacing:1.5px;text-align:right}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-top:22px;color:#555;font-size:8px;letter-spacing:.8px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}

/* =========================================================
   RESPONSIVE FIX — PRESERVES ORIGINAL DESIGN
   ========================================================= */

/* ---------- TABLET / SMALL LAPTOP ---------- */

@media (max-width: 1050px) {

  .container,
  .header-inner,
  .hero-bottom {
    width: min(92%, var(--max));
  }

  /* HEADER */
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
    background: none;
    border: 0;
    padding: 8px;
    flex-shrink: 0;
  }

  .mobile-nav {
    display: none;
    background: rgba(5, 5, 5, .97);
    padding: 25px 6%;
    border-top: 1px solid var(--line);
  }

  .mobile-nav.open {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .mobile-nav a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .header-tools {
    margin-left: auto;
  }

@media(max-width:700px){

  .hero{
    height:auto;
    min-height:100svh;
    padding:135px 0 110px;
    position:relative;
    overflow:hidden;
  }

  .hero-content{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    transform:none;
    width:88%;
    max-width:none;
    margin:0 auto;
    padding:25px 0 45px;
  }

  .hero-eyebrow{
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:20px;
  }

  .hero-eyebrow i{
    width:25px;
    flex-shrink:0;
  }

  .eyebrow{
    font-size:7px;
    line-height:1.5;
    letter-spacing:1.5px;
  }

  .hero h1{
    font-size:clamp(1.75rem,13vw,2.5rem);
    line-height:.91;
    letter-spacing:-2.5px;
    max-width:100%;
  }

  .hero-content>p{
    font-size:10px;
    line-height:1.7;
    margin-top:24px;
    max-width:500px;
  }

  .hero-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    margin-top:27px;
    width:100%;
    max-width:280px;
  }

  .btn{
    width:100%;
    min-height:50px;
    padding:0 20px;
  }

  .hero-bottom{
    position:absolute;
    z-index:6;
    bottom:25px;
    left:6%;
    right:6%;
    width:auto;
  }

  .scroll-cue{
    display:none;
  }

  .slide-control{
    margin-left:auto;
    gap:9px;
    font-size:9px;
  }

  .slide-control i{
    width:50px;
  }
}
  /* ABOUT / CAPABILITIES / CONTACT */
  .about-grid,
  .capability-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-copy {
    max-width: 720px;
  }

  /* SERVICES */
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-width: 0;
  }

  /* FEATURED PROJECT */
  .featured-project {
    min-height: 650px;
  }

  .featured-content {
    width: 100%;
  }

  /* PROJECTS */
  .project-card,
  .project-card.project-wide {
    min-width: 0;
  }

  /* VISION */
  .vision {
    grid-template-columns: 1fr;
  }

  .vision-image {
    min-height: 450px;
  }

  .vision-copy {
    padding: 90px 8%;
  }

  /* TEAM */
  .team-grid {
    max-width: 100%;
  }

  /* FORM */
  .contact-form {
    width: 100%;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  /* GLOBAL */
  .container,
  .header-inner,
  .hero-bottom {
    width: 88%;
  }

  /* CONSTRUCTION BAR */
  .construction-bar {
    height: 26px;
    padding: 0 12px;
    font-size: 7px;
    letter-spacing: .9px;
    text-align: center;
    white-space: nowrap;
  }

  .construction-bar .bar-separator,
  .construction-bar span:last-child {
    display: none;
  }

  /* HEADER */
  .site-header {
    top: 31px;
  }

  .header-inner {
    height: 76px;
  }

  .brand {
    width: 88px;
  }

  .brand img {
    height: 58px;
    width: 100%;
    object-fit: contain;
  }

  .header-tools {
    gap: 10px;
  }

  .clock {
    gap: 3px;
  }

  .clock span {
    font-size: 6px;
    letter-spacing: .7px;
  }

  .clock strong {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .menu-button {
    padding: 7px 0 7px 7px;
  }

  .menu-button span {
    width: 24px;
    height: 2px;
    margin: 4px;
  }

  .mobile-nav {
    padding: 25px 6%;
  }

  /* HERO */
  .hero {
    height: 100svh;
    min-height: 650px;
  }

  .hero-content {
    left: 6%;
    right: 6%;
    top: 53%;
    max-width: none;
    transform: translateY(-50%);
  }

  .hero-eyebrow {
    gap: 9px;
    margin-bottom: 20px;
  }

  .hero-eyebrow i {
    width: 25px;
  }

  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.8px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: .9;
    letter-spacing: -3px;
    max-width: 100%;
  }

  .hero-content > p {
    max-width: 470px;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    margin-top: 27px;
    max-width: 260px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 8px;
  }

  .hero-bottom {
    bottom: 25px;
  }

  .scroll-cue {
    display: none;
  }

  .slide-control {
    margin-left: auto;
    gap: 9px;
    font-size: 9px;
  }

  .slide-control i {
    width: 48px;
  }

  /* SECTIONS */
  .section,
  .contact {
    padding: 78px 0;
  }

  .section-intro {
    margin-bottom: 42px;
  }

  .section-intro h2,
  .capabilities h2,
  .vision-copy h2,
  .contact h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: .92;
    letter-spacing: -2.5px;
    margin-top: 14px;
  }

  /* ABOUT */
  .about-grid {
    gap: 45px;
  }

  .image-frame {
    height: 390px;
  }

  .image-caption {
    bottom: 15px;
    left: 15px;
    padding: 9px 12px;
    font-size: 7px;
  }

  .about-copy {
    padding-left: 20px;
  }

  .about-copy p {
    font-size: 13px;
    line-height: 1.85;
  }

  .about-copy .lead {
    font-size: 18px;
    line-height: 1.5;
  }

  /* SERVICES */
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 285px;
    padding: 30px;
  }

  .service-icon {
    font-size: 27px;
    margin: 35px 0 18px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .service-card p {
    font-size: 11px;
    line-height: 1.7;
  }

  /* FEATURED PROJECT */
  .featured-project {
    height: auto;
    min-height: 650px;
    padding: 90px 0;
  }

  .featured-content h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: .88;
    letter-spacing: -2.5px;
  }

  .location {
    font-size: 11px;
    margin-top: 20px;
  }

  .stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 25px;
    margin-top: 45px;
  }

  .stats strong {
    font-size: 37px;
  }

  .stats span {
    font-size: 7px;
  }

  /* PROJECTS */
  .projects-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-card,
  .project-card.project-wide {
    grid-column: auto;
    height: 380px;
  }

  .project-card.project-wide {
    height: 430px;
  }

  .project-overlay {
    padding: 25px;
  }

  .project-overlay h3 {
    font-size: 24px;
  }

  .project-overlay p {
    font-size: 10px;
    line-height: 1.6;
  }

  /* CAPABILITIES */
  .capability-grid {
    gap: 50px;
  }

  .capabilities p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 25px;
  }

  .cap-list div {
    gap: 15px;
    padding: 18px 0;
    font-size: 14px;
  }

  .cap-list span {
    font-size: 7px;
    flex-shrink: 0;
  }

  /* VISION */
  .vision-image {
    min-height: 350px;
  }

  .vision-copy {
    padding: 75px 6%;
  }

  .vision-copy .lead,
  .mission p {
    font-size: 14px;
    line-height: 1.8;
  }

  .mission {
    padding-left: 20px;
    margin-top: 50px;
  }

  /* TEAM */
  .team-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .portrait {
    height: 350px;
  }

  .team-card h3 {
    font-size: 19px;
    margin: 20px 20px 6px;
  }

  .team-card p {
    margin: 0 20px;
    font-size: 10px;
  }

  .team-card small {
    margin: 16px 20px 22px;
  }

  /* CONTACT */
  .contact-grid {
    gap: 50px;
  }

  .contact-grid > div > p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 24px;
  }

  .contact-details {
    margin-top: 35px;
  }

  .contact-details a {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    padding: 15px;
    font-size: 11px;
  }

  /* FOOTER */
  .footer {
    padding: 40px 0 25px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding-bottom: 28px;
  }

  .footer-top .brand {
    width: 90px;
  }

  .footer-top .brand img {
    height: 62px;
  }

  .footer-tagline {
    text-align: left;
    font-size: 7px;
    line-height: 1.8;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    line-height: 1.6;
  }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

  .container,
  .header-inner,
  .hero-bottom {
    width: 86%;
  }

  .brand {
    width: 78px;
  }

  .brand img {
    height: 53px;
  }

  .clock strong {
    font-size: 8px;
  }

  .hero {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 3rem;
    letter-spacing: -2.5px;
  }

  .hero-content > p {
    font-size: 9px;
  }

  .hero-actions {
    max-width: 235px;
  }

  .section-intro h2,
  .capabilities h2,
  .vision-copy h2,
  .contact h2 {
    font-size: 2.6rem;
  }

  .featured-content h2 {
    font-size: 3rem;
  }

  .stats {
    gap: 25px 18px;
  }

  .stats strong {
    font-size: 33px;
  }

  .project-card,
  .project-card.project-wide {
    height: 350px;
  }

  .project-card.project-wide {
    height: 390px;
  }
}
/* =========================================
   CLIENTS / TRUSTED PARTNERS
========================================= */

.clients-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px;
  background: #fffffd;
}

.clients-section .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.clients-section .section-heading .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.clients-section .section-heading h2 {
  margin: 0;
  color: #090909;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}

.clients-section .section-heading h2 span {
  color: var(--gold);
}

.clients-section .section-heading p {
  max-width: 600px;
  margin: 20px auto 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================
   LOGO MARQUEE
========================================= */

.clients-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}


/* Edge fade */

.clients-marquee::before,
.clients-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.clients-marquee::before {
  left: 0;
  background: linear-gradient(
    to right,
    #fffffd 0%,
    rgba(255,255,253,0) 100%
  );
}

.clients-marquee::after {
  right: 0;
  background: linear-gradient(
    to left,
    #fffffd 0%,
    rgba(255,255,253,0) 100%
  );
}


/* Moving track */

.clients-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 85px;

  animation: clientMarquee 32s linear infinite;

  will-change: transform;
}


/* =========================================
   CLIENT LOGO
========================================= */

.client-logo {
  width: 230px;
  height: 130px;

  flex: 0 0 230px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 15px;

  background: transparent;
  border: none;

  transition: transform .3s ease;
}


/*
   IMPORTANT:
   The image itself is allowed to become
   much larger inside the container.
*/

.client-logo {
  width: 260px;
  height: 150px;
  flex: 0 0 260px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px;

  background: transparent;
  border: none;

  transition: transform .3s ease;
}

.client-logo:hover {
  transform: translateY(-4px);
}
/* =========================================
   CONTINUOUS MOVEMENT
========================================= */

@keyframes clientMarquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 42.5px));
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .clients-section {
    padding: 85px 0 75px;
  }

  .clients-section .section-heading {
    margin-bottom: 50px;
  }

  .clients-track {
    gap: 55px;
    animation-duration: 28s;
  }

  .client-logo {
    width: 190px;
    height: 110px;
    flex-basis: 190px;
    padding: 10px;
  }

  .clients-marquee::before,
  .clients-marquee::after {
    width: 90px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .clients-section {
    padding: 70px 0 60px;
  }

  .clients-section .section-heading {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .clients-section .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .clients-section .section-heading h2 {
    font-size: 34px;
  }

  .clients-section .section-heading p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
  }

  .clients-track {
    gap: 35px;
    animation-duration: 22s;
  }

  .client-logo {
    width: 155px;
    height: 90px;
    flex-basis: 155px;
    padding: 8px;
  }

  .clients-marquee::before,
  .clients-marquee::after {
    width: 45px;
  }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .clients-track {
    animation-play-state: paused;
  }

}
