/* ==========================================================
   MICOS CONTEH — Editorial Premium Stylesheet
   ========================================================== */

:root{
  /* Colors */
  --bg:         #f5f1e8;
  --bg-2:       #ece5d3;
  --ink:        #0a0e1a;
  --ink-soft:   #1a1f2e;
  --muted:      #5a6074;
  --line:       rgba(10,14,26,.12);
  --line-soft:  rgba(10,14,26,.06);

  --dark:       #0a0e1a;
  --dark-2:     #101523;
  --dark-3:     #1a2138;
  --line-dark:  rgba(255,255,255,.1);
  --line-dark-soft: rgba(255,255,255,.05);

  --orange:     #ff5c00;
  --orange-2:   #ff7a2e;
  --orange-soft:#ffe4d2;

  /* Type */
  --ff-serif:  'Instrument Serif', Georgia, serif;
  --ff-display:'Space Grotesk', system-ui, sans-serif;
  --ff-body:   'Inter', system-ui, sans-serif;
  --ff-mono:   'JetBrains Mono', ui-monospace, monospace;

  /* Motion */
  --ease:      cubic-bezier(.22,.61,.36,1);
  --ease-out:  cubic-bezier(.16,1,.3,1);

  --container: 1360px;
  --gutter:    32px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-padding-top:80px}
@media (prefers-reduced-motion:no-preference){
  html{scroll-behavior:smooth}
}
body{
  font-family:var(--ff-body);
  font-size:16px;line-height:1.6;color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul,ol{list-style:none}

::selection{background:var(--orange);color:#fff}

.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}

/* ===== Typography primitives ===== */
h1,h2,h3,h4,h5{font-family:var(--ff-display);font-weight:600;letter-spacing:-.025em;line-height:1.05}
.serif,em{font-family:var(--ff-serif);font-style:italic;font-weight:400}
h2 em, h3 em, .hero__title em{letter-spacing:-.01em}

.p-lead{font-size:clamp(1.1rem,1.35vw,1.32rem);color:var(--muted);line-height:1.55;max-width:60ch;margin-bottom:1.2em;font-weight:400}
p{margin-bottom:1em;color:var(--muted);max-width:62ch}

.accent{color:var(--orange);font-family:var(--ff-serif);font-style:italic;font-weight:400}
.stroke{
  -webkit-text-stroke:1.5px currentColor;color:transparent;
  font-family:var(--ff-serif);font-style:italic;
}

.eyebrow{
  display:inline-block;
  font-family:var(--ff-mono);font-size:.72rem;
  letter-spacing:.2em;text-transform:uppercase;font-weight:500;
  color:var(--orange);margin-bottom:1em;
}
.eyebrow--light{color:var(--orange-2)}

/* ===== Progress bar ===== */
.progress{
  position:fixed;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--orange),var(--orange-2));
  z-index:200;transform:scaleX(0);transform-origin:0 50%;
  will-change:transform;
}


/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;border-radius:100px;
  font-family:var(--ff-display);font-weight:500;font-size:.92rem;
  letter-spacing:-.005em;transition:all .4s var(--ease);
  white-space:nowrap;position:relative;overflow:hidden;
  border:1.5px solid transparent;
}
.btn svg{transition:transform .4s var(--ease)}
.btn:hover svg{transform:translateX(4px)}
.btn--primary{background:var(--orange);color:#fff}
.btn--primary:hover{background:var(--ink);color:#fff}
.btn--ghost{border-color:currentColor;background:transparent}
.btn--ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn--lg{padding:16px 30px;font-size:.96rem}
.btn--xl{padding:20px 38px;font-size:1.05rem}

/* ===== NAV — floating glassmorphism pill (always) ===== */
.nav{
  position:fixed;top:22px;left:0;right:0;z-index:100;
  padding:0 var(--gutter);
  transition:top .4s var(--ease);
  pointer-events:none;
}
.nav.scrolled{top:14px}
.nav__inner{
  max-width:1180px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  padding:12px 14px 12px 22px;
  border-radius:100px;
  background:rgba(10,14,26,.88);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 20px 60px -20px rgba(0,0,0,.4),
             inset 0 1px 0 rgba(255,255,255,.08);
  pointer-events:auto;
}
.nav__brand{
  display:flex;align-items:center;gap:10px;color:#fff;
}
.nav__brand img{
  width:36px;height:36px;object-fit:contain;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));
}
.nav__name{
  font-family:var(--ff-display);font-weight:700;font-size:.95rem;
  letter-spacing:-.01em;color:#fff;
}
.nav__name em{color:var(--orange);font-family:inherit;font-style:normal;margin:0 3px}

.nav__menu{display:flex;gap:28px;align-items:center}
.nav__menu a{
  font-size:.82rem;font-weight:500;color:rgba(255,255,255,.78);
  display:flex;align-items:flex-start;gap:4px;
  position:relative;transition:color .3s;
}
.nav__menu a:hover{color:#fff}
.nav__menu a span{
  font-family:var(--ff-mono);font-size:.55rem;
  color:var(--orange);vertical-align:super;
}
.nav__menu a::after{
  content:'';position:absolute;left:0;bottom:-5px;height:1px;width:0;
  background:var(--orange);transition:width .4s var(--ease);
}
.nav__menu a:hover::after{width:100%}

.nav__cta{padding:10px 18px;font-size:.8rem}
.nav__burger{display:none;flex-direction:column;gap:6px;padding:8px;z-index:110}
.nav__burger span{width:24px;height:1.5px;background:#fff;transition:.3s}
.burger-open .nav__burger span{background:var(--ink)}
.burger-open .nav__burger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger-open .nav__burger span:nth-child(2){transform:rotate(-45deg) translate(5px,-5px)}

/* ===== Overlay menu ===== */
.overlay-menu{
  position:fixed;inset:0;background:var(--bg);color:var(--ink);
  z-index:105;opacity:0;visibility:hidden;
  transition:opacity .5s var(--ease),visibility .5s;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  padding:100px var(--gutter) 50px;text-align:center;
}
.burger-open .overlay-menu{opacity:1;visibility:visible}
.overlay-menu__inner{
  display:flex;flex-direction:column;align-items:center;
  gap:14px;margin-bottom:50px;
}
.overlay-menu__inner a{
  font-family:var(--ff-display);font-size:clamp(1.4rem,5.2vw,2rem);
  font-weight:500;letter-spacing:-.02em;color:var(--ink);
  transition:color .3s;
}
.overlay-menu__inner a:hover{color:var(--orange)}
.overlay-menu__foot{
  border-top:1px solid var(--line);padding-top:28px;
  display:flex;gap:24px;flex-wrap:wrap;justify-content:center;
  color:var(--ink-mute);font-size:.85rem;
}
.overlay-menu__foot a{color:var(--ink-mute);transition:color .3s}
.overlay-menu__foot a:hover{color:var(--orange)}

/* ==========================================================
   HERO
   ========================================================== */
.hero{
  position:relative;min-height:100vh;min-height:100svh;
  display:flex;flex-direction:column;justify-content:space-between;
  padding:140px var(--gutter) 60px;
  color:#fff;overflow:hidden;isolation:isolate;
}
.hero__bg{position:absolute;inset:0;z-index:-2}
.hero__bg img{
  width:100%;height:100%;object-fit:cover;
  filter:brightness(.42) saturate(1.15) contrast(1.1);
}
.hero__bg::after{
  content:'';position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(10,14,26,.6) 0%,rgba(10,14,26,.3) 40%,rgba(10,14,26,.85) 100%),
    radial-gradient(ellipse at 70% 20%,rgba(255,92,0,.25) 0%,transparent 60%);
}

.hero__content{
  position:relative;z-index:2;
  max-width:var(--container);margin:0 auto;width:100%;
  display:flex;flex-direction:column;gap:60px;flex:1;
  justify-content:space-between;
}

.hero__top{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;
  font-family:var(--ff-mono);font-size:.72rem;letter-spacing:.15em;
}
.hero__tag{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 18px;border-radius:100px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
}
.pulse{
  width:8px;height:8px;border-radius:50%;background:var(--orange);
  box-shadow:0 0 0 0 rgba(255,92,0,.7);animation:pulse 2s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(255,92,0,.7)}
  70%{box-shadow:0 0 0 12px rgba(255,92,0,0)}
  100%{box-shadow:0 0 0 0 rgba(255,92,0,0)}
}
.hero__meta{display:flex;gap:28px;color:rgba(255,255,255,.55)}

.hero__title{
  font-family:var(--ff-display);
  font-size:clamp(2.6rem,7.5vw,7.5rem);
  font-weight:600;letter-spacing:-.045em;line-height:.95;
  margin:0;
}
.hero__title .line{display:block;overflow:hidden}
.hero__title .word{
  display:inline-block;
  transform:translateY(110%);
  animation:heroIn 1.4s var(--ease-out) forwards;
}
.hero__title .line:nth-child(1) .word{animation-delay:.1s}
.hero__title .line:nth-child(2) .word{animation-delay:.25s}
.hero__title .line:nth-child(3) .word{animation-delay:.4s}
.hero__title .line:nth-child(4) .word{animation-delay:.55s}
@keyframes heroIn{to{transform:translateY(0)}}
.hero__title em{color:var(--orange);font-family:var(--ff-serif);font-weight:400}
.hero__title .serif em{font-weight:400}
.hero__title .accent{color:var(--orange)}

.hero__bottom{
  display:grid;grid-template-columns:1fr auto;gap:40px;
  align-items:flex-end;padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero__lead{
  font-size:clamp(1rem,1.2vw,1.15rem);
  color:rgba(255,255,255,.8);
  max-width:52ch;line-height:1.55;margin:20px 0 0;
}
.hero__lead strong{color:#fff;font-weight:600}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}


/* ==========================================================
   MARQUEE
   ========================================================== */
.marquee{
  background:var(--dark);color:#fff;
  padding:22px 0;overflow:hidden;
  border-top:none;border-bottom:none;
}
.marquee__track{
  display:flex;gap:32px;align-items:center;
  white-space:nowrap;
  animation:marquee 50s linear infinite;
  font-family:var(--ff-display);font-size:clamp(1.15rem,2vw,1.7rem);
  font-weight:500;letter-spacing:-.02em;
  will-change:transform;
}
@media (max-width:1024px){
  .marquee__track{animation-duration:65s}
}
@media (max-width:680px){
  .marquee{padding:18px 0}
  .marquee__track{animation-duration:85s;font-size:1.2rem;gap:24px}
}
.marquee__track span{padding:0 10px}
.marquee__track .star{
  color:var(--orange);font-style:normal;
  font-size:.8em;animation:spin 6s linear infinite;display:inline-block;
}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
@keyframes spin{to{transform:rotate(360deg)}}

/* ==========================================================
   SECTION HEAD (shared)
   ========================================================== */
.section-head{
  display:flex;justify-content:space-between;align-items:center;
  padding-bottom:20px;margin-bottom:60px;
  border-bottom:1px solid var(--line);
  font-family:var(--ff-mono);font-size:.7rem;
  letter-spacing:.2em;text-transform:uppercase;color:var(--muted);
}
.section-head--light{border-color:var(--line-dark);color:rgba(255,255,255,.45)}
.section-head__label{display:flex;gap:14px;align-items:center}
.section-head__label .num{color:var(--orange)}

/* ==========================================================
   INTRO
   ========================================================== */
.intro{padding:140px 0 100px;position:relative}

.intro__statement{
  font-family:var(--ff-display);
  font-size:clamp(1.5rem,3.2vw,3rem);
  font-weight:500;letter-spacing:-.025em;line-height:1.18;
  margin:0 0 90px;max-width:22ch;
}
.intro__statement em{
  font-family:var(--ff-serif);color:var(--orange);
  font-style:italic;font-weight:400;
}

.intro__grid{
  display:grid;grid-template-columns:1.1fr 1fr;gap:100px;
  margin-bottom:120px;
}
.intro__col p{max-width:50ch}
.intro__col p:first-of-type{margin-bottom:1.4em}

.intro__values{display:grid;grid-template-columns:1fr 1fr;gap:36px 30px}
.value{position:relative}
.value__dot{
  display:block;width:10px;height:10px;border-radius:50%;
  background:var(--orange);margin-bottom:16px;
  box-shadow:0 0 0 4px var(--orange-soft);
}
.value h4{font-size:1.15rem;margin-bottom:8px;font-weight:600;letter-spacing:-.01em}
.value p{font-size:.92rem;color:var(--muted);line-height:1.55}

/* ===== IMPACT NUMBERS ===== */
.impact{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.impact__item{
  padding:50px 24px;position:relative;
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
  border-right:1px solid var(--line);
}
.impact__item:last-child{border-right:none}
.impact__num{
  font-family:var(--ff-display);
  font-size:clamp(2.2rem,4.5vw,4rem);
  font-weight:600;letter-spacing:-.035em;line-height:.9;
  color:var(--ink);
}
.impact__plus{
  font-family:var(--ff-serif);font-style:italic;
  font-size:clamp(1.2rem,2.2vw,1.9rem);color:var(--orange);
}
.impact__label{
  font-family:var(--ff-mono);font-size:.72rem;
  letter-spacing:.15em;text-transform:uppercase;
  color:var(--muted);margin-left:auto;text-align:right;line-height:1.3;
}

/* ==========================================================
   SECTION FADE TRANSITIONS (cream ↔ dark)
   ========================================================== */
.fade-top,
.hdd,
.fleet,
.cta,
.footer{position:relative}

.hdd::before,
.fleet::before,
.cta::before,
.footer::before{
  content:'';position:absolute;top:0;left:0;right:0;
  height:80px;pointer-events:none;z-index:2;
  background:linear-gradient(180deg,var(--bg) 0%,rgba(245,241,232,0) 100%);
}

.hdd::after,
.fleet::after,
.cta::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:80px;pointer-events:none;z-index:2;
  background:linear-gradient(0deg,var(--bg) 0%,rgba(245,241,232,0) 100%);
}

/* When a dark section is preceded by another cream section with bg-2, match it */
.fleet::before{background:linear-gradient(180deg,var(--bg) 0%,rgba(245,241,232,0) 100%)}

/* Ensure content sits above the fades */
.hdd .container,
.fleet .container,
.cta .container,
.cta__inner,
.footer .container{position:relative;z-index:3}

/* Reduce top/bottom padding to account for the fade space */
.hdd,.fleet,.cta{padding:180px 0 180px}

/* ==========================================================
   HDD SECTION
   ========================================================== */
.hdd{
  background:var(--dark);color:#fff;
  overflow:hidden;isolation:isolate;
}
.hdd__bg-pattern{
  position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5;
  background-image:
    radial-gradient(circle at 20% 20%,rgba(255,92,0,.15) 0%,transparent 40%),
    radial-gradient(circle at 80% 80%,rgba(255,92,0,.08) 0%,transparent 40%);
}

.hdd__intro{
  display:grid;grid-template-columns:1.1fr 1fr;gap:80px;
  margin-bottom:120px;align-items:end;
}
.hdd__title{
  font-family:var(--ff-display);
  font-size:clamp(2.4rem,6vw,6rem);
  font-weight:600;letter-spacing:-.04em;line-height:.95;
  color:#fff;margin:0;
}
.hdd__title em{
  font-family:var(--ff-display);color:var(--orange);
  font-style:normal;font-weight:600;letter-spacing:-.025em;
}
.hdd__title .stroke{color:#fff}
.hdd__text p{color:rgba(255,255,255,.78)}
.hdd__text .p-lead{color:#fff}
.hdd__text strong{color:var(--orange);font-weight:500}

/* Process */
.process{margin-bottom:100px}
.process__header{margin-bottom:60px}
.process__header h3{font-size:clamp(1.8rem,3vw,2.6rem);color:#fff;margin-top:10px}
.process__steps{
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line-dark);
  border-radius:20px;overflow:hidden;
}
.step{
  padding:40px 30px 50px;
  border-right:1px solid var(--line-dark);
  position:relative;transition:background .4s var(--ease);
  display:flex;flex-direction:column;gap:18px;min-height:280px;
}
.step:last-child{border-right:none}
.step:hover{background:rgba(255,92,0,.06)}
.step__num{
  font-family:var(--ff-display);font-weight:500;
  font-size:2.2rem;color:var(--orange);line-height:1;
  letter-spacing:-.02em;
}
.step__body h4{color:#fff;font-size:1.15rem;margin-bottom:10px}
.step__body p{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.55}
.step__tag{
  margin-top:auto;
  font-family:var(--ff-mono);font-size:.62rem;letter-spacing:.2em;
  color:rgba(255,255,255,.4);
}

/* HDD Highlight */
.hdd__highlight{
  display:grid;grid-template-columns:1.2fr 1fr;gap:0;
  border:1px solid var(--line-dark);border-radius:24px;overflow:hidden;
  background:var(--dark-2);
}
.hdd__photo{position:relative;min-height:520px;overflow:hidden}
.hdd__photo img,
.hdd__photo video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;display:block;background:#000}
.hdd__photo-tag{
  position:absolute;left:30px;bottom:30px;
  background:var(--orange);color:#fff;
  padding:22px 26px;border-radius:18px;
  font-family:var(--ff-mono);
  box-shadow:0 20px 50px rgba(255,92,0,.4);
}
.hdd__photo-tag span{font-size:.65rem;letter-spacing:.2em;opacity:.8}
.hdd__photo-tag strong{
  display:block;font-family:var(--ff-display);font-weight:600;
  font-size:1.3rem;letter-spacing:-.02em;margin-top:4px;line-height:1.1;
}
.hdd__advantages{padding:60px 50px}
.hdd__advantages h3{font-size:2rem;color:#fff;margin-bottom:30px}
.hdd__advantages ul{display:flex;flex-direction:column}
.hdd__advantages li{
  padding:18px 0;border-bottom:1px solid var(--line-dark-soft);
  display:flex;gap:20px;align-items:flex-start;
  color:rgba(255,255,255,.82);font-size:.95rem;
}
.hdd__advantages li:last-child{border-bottom:none}
.hdd__advantages li span{
  font-family:var(--ff-mono);color:var(--orange);
  font-size:.75rem;min-width:20px;padding-top:3px;
}

/* ==========================================================
   SERVICES BENTO
   ========================================================== */
.services{padding:140px 0;background:var(--bg)}
.services__title{
  font-family:var(--ff-display);
  font-size:clamp(2rem,4.5vw,4.4rem);
  font-weight:600;letter-spacing:-.035em;line-height:1.05;
  margin:0 0 70px;
}
.services__title em{font-family:var(--ff-display);color:var(--orange);font-style:normal;font-weight:500}

.bento{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:280px;
  gap:20px;
}
.bento__card{
  position:relative;overflow:hidden;border-radius:24px;
  background:#fff;border:1px solid var(--line);
  display:flex;flex-direction:column;
  transition:transform .6s var(--ease),box-shadow .6s var(--ease);
  color:var(--ink);
}
.bento__card:hover{transform:translateY(-6px);box-shadow:0 30px 80px -20px rgba(10,14,26,.2)}
.bento__card--xl{grid-column:span 2;grid-row:span 2}
.bento__card--wide{grid-column:span 2}
.bento__img{flex:1;overflow:hidden;position:relative}
.bento__img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .9s var(--ease);
}
.bento__card:hover .bento__img img{transform:scale(1.08)}
.bento__content{
  padding:26px 28px 30px;
  position:relative;
}
.bento__card--xl .bento__content{padding:36px 40px 40px}
.bento__tag{
  display:inline-block;
  font-family:var(--ff-mono);font-size:.65rem;letter-spacing:.2em;
  color:var(--orange);margin-bottom:10px;
}
.bento__card h3{
  font-size:clamp(1.2rem,1.5vw,1.5rem);
  margin-bottom:8px;letter-spacing:-.02em;
}
.bento__card--xl h3{font-size:clamp(1.8rem,2.5vw,2.4rem)}
.bento__card p{
  font-size:.9rem;color:var(--muted);margin:0;
  max-width:45ch;line-height:1.55;
}
.bento__arrow{
  position:absolute;top:36px;right:40px;
  width:46px;height:46px;border-radius:50%;
  background:var(--orange);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;font-family:var(--ff-display);
  transition:transform .4s var(--ease);
}
.bento__card--xl:hover .bento__arrow{transform:rotate(-45deg)}

/* ==========================================================
   FLEET
   ========================================================== */
.fleet{background:var(--dark);color:#fff;overflow:hidden;isolation:isolate}
.fleet__head{
  display:grid;grid-template-columns:1.4fr 1fr;
  gap:60px;align-items:end;margin-bottom:80px;
}
.fleet__head h2{
  font-family:var(--ff-display);
  font-size:clamp(2rem,4.8vw,4.6rem);
  font-weight:600;letter-spacing:-.035em;line-height:1;margin:0;
}
.fleet__head em{font-family:var(--ff-display);color:var(--orange);font-style:normal;font-weight:500}
.fleet__head p{color:rgba(255,255,255,.7);max-width:40ch}

.fleet__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.fleet__card{
  background:var(--dark-2);border:1px solid var(--line-dark);
  border-radius:20px;overflow:hidden;
  transition:all .5s var(--ease);
}
.fleet__card:hover{transform:translateY(-8px);border-color:rgba(255,92,0,.4);background:var(--dark-3)}
.fleet__img{aspect-ratio:4/3;overflow:hidden}
.fleet__img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .9s var(--ease);
}
.fleet__card:hover .fleet__img img{transform:scale(1.06)}
.fleet__meta{padding:24px 28px 28px;position:relative}
.fleet__no{
  font-family:var(--ff-mono);font-size:.7rem;letter-spacing:.15em;
  color:var(--orange);position:absolute;top:24px;right:28px;
}
.fleet__card h4{font-size:1.25rem;margin-bottom:6px;color:#fff}
.fleet__card p{font-size:.88rem;color:rgba(255,255,255,.55);margin:0}

/* ==========================================================
   PROJECTS GALLERY
   ========================================================== */
.projects{padding:140px 0;background:var(--bg)}
.projects__title{
  font-family:var(--ff-display);
  font-size:clamp(2rem,4.8vw,4.6rem);
  font-weight:600;letter-spacing:-.035em;line-height:1;
  margin:0 0 70px;
}
.projects__title em{font-family:var(--ff-serif);color:var(--orange);font-weight:400}

.gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:280px;
  gap:20px;
}
.gallery__item{
  position:relative;overflow:hidden;border-radius:20px;
  cursor:pointer;
}
.gallery__item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 1s var(--ease),filter .6s;
}
.gallery__item:hover img{transform:scale(1.08);filter:brightness(.5)}
.gallery__item--xl{grid-column:span 2;grid-row:span 2}
.gallery__item--tall{grid-row:span 2}
.gallery__item figcaption{
  position:absolute;inset:0;
  padding:28px;color:#fff;
  display:flex;flex-direction:column;justify-content:flex-end;gap:4px;
  background:linear-gradient(180deg,transparent 40%,rgba(10,14,26,.9) 100%);
  opacity:0;transition:opacity .4s var(--ease);
}
.gallery__item:hover figcaption{opacity:1}
.gallery__no{
  font-family:var(--ff-mono);font-size:.7rem;letter-spacing:.15em;color:var(--orange);
}
.gallery__item h4{font-size:1.2rem;margin:2px 0}
.gallery__item figcaption p{color:rgba(255,255,255,.7);font-size:.85rem;margin:0}

/* ==========================================================
   TESTIMONIAL
   ========================================================== */
.testimonial{padding:140px 0;background:var(--bg-2);border-block:1px solid var(--line)}
.testimonial__quote{
  max-width:940px;margin:0 auto;text-align:center;
  font-family:var(--ff-serif);font-style:italic;
  font-size:clamp(1.3rem,2.6vw,2.2rem);font-weight:400;
  line-height:1.3;color:var(--ink);
}
.testimonial__quote em{font-style:italic}
.testimonial__quote footer{
  margin-top:40px;font-family:var(--ff-mono);font-style:normal;
  font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--muted);
}

/* ==========================================================
   FAQ
   ========================================================== */
.faq{padding:140px 0}
.faq__grid{
  display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start;
}
.faq__title{
  font-family:var(--ff-display);
  font-size:clamp(1.9rem,3.8vw,3.4rem);
  font-weight:600;letter-spacing:-.03em;line-height:1.05;
  margin:0;position:sticky;top:120px;
}
.faq__title em{font-family:var(--ff-serif);color:var(--orange);font-weight:400}

.faq__list{display:flex;flex-direction:column;gap:0}
.faq__item{border-bottom:1px solid var(--line);padding:28px 0}
.faq__item:first-child{border-top:1px solid var(--line)}
.faq__item summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:center;gap:24px;
  font-family:var(--ff-display);font-size:clamp(1.1rem,1.5vw,1.4rem);
  font-weight:500;letter-spacing:-.015em;color:var(--ink);
  transition:color .3s;
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary:hover{color:var(--orange)}
.faq__q-num{
  font-family:var(--ff-mono);font-size:.72rem;letter-spacing:.15em;
  color:var(--orange);min-width:28px;font-weight:500;
}
.faq__toggle{
  margin-left:auto;width:28px;height:28px;position:relative;flex-shrink:0;
}
.faq__toggle::before,.faq__toggle::after{
  content:'';position:absolute;inset:0;margin:auto;
  background:currentColor;
}
.faq__toggle::before{width:14px;height:1.5px}
.faq__toggle::after{width:1.5px;height:14px;transition:transform .3s}
.faq__item[open] .faq__toggle::after{transform:rotate(90deg)}
.faq__item p{
  padding:16px 0 0 52px;margin:0;
  color:var(--muted);max-width:55ch;line-height:1.65;
}

/* ==========================================================
   CTA SECTION
   ========================================================== */
.cta{
  position:relative;padding:180px 0;color:#fff;text-align:center;
  overflow:hidden;isolation:isolate;
}
.cta__bg{position:absolute;inset:0;z-index:-1}
.cta__bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.4) saturate(1.1)}
.cta__bg::after{
  content:'';position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(10,14,26,.85),rgba(10,14,26,.75)),
    radial-gradient(ellipse at center,rgba(255,92,0,.2) 0%,transparent 70%);
}
.cta__inner{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cta__label{
  font-family:var(--ff-mono);font-size:.72rem;letter-spacing:.2em;
  color:var(--orange-2);margin-bottom:30px;
}
.cta__title{
  font-family:var(--ff-display);
  font-size:clamp(2.2rem,5vw,4.8rem);
  font-weight:600;letter-spacing:-.04em;line-height:1;
  margin:0 0 44px;
}
.cta__title em{font-family:var(--ff-serif);color:var(--orange);font-weight:400}
.cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* ==========================================================
   CONTACT
   ========================================================== */
.contact{padding:140px 0 120px}
.contact__grid{
  display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:stretch;
}
.contact__info{display:flex;flex-direction:column}
.contact__info .p-lead{margin-bottom:8px}
.contact__title{
  font-family:var(--ff-display);
  font-size:clamp(1.7rem,3.2vw,2.8rem);
  font-weight:600;letter-spacing:-.03em;line-height:1.05;
  margin:0 0 16px;
}
.contact__title em{font-family:var(--ff-serif);color:var(--orange);font-weight:400}

.contact__list{margin-top:auto;display:grid;gap:0}
.contact__list div{
  display:grid;grid-template-columns:110px 1fr;gap:16px;
  padding:10px 0;border-bottom:1px solid var(--line);align-items:center;
}
.contact__list div:first-child{border-top:1px solid var(--line)}
.contact__list dt{
  font-family:var(--ff-mono);font-size:.68rem;
  letter-spacing:.15em;text-transform:uppercase;color:var(--muted);
}
.contact__list dd{
  font-family:var(--ff-display);font-weight:500;font-size:.98rem;
  letter-spacing:-.01em;line-height:1.3;
}
.contact__list dd small{
  display:block;font-size:.75rem;color:var(--muted);font-weight:400;margin-top:2px;
}
.contact__list dd a{transition:color .3s}
.contact__list dd a:hover{color:var(--orange)}

/* Logo block (replaces form) */
.contact__logo{
  background:#fff;border:1px solid var(--line);border-radius:28px;
  display:flex;align-items:center;justify-content:center;
  padding:60px;position:relative;min-height:100%;
}
.contact__logo img{
  width:min(70%,300px);height:auto;object-fit:contain;
  opacity:.95;transition:transform .6s var(--ease),opacity .4s;
}
.contact__logo:hover img{transform:scale(1.03);opacity:1}

/* Form */
.contact__form{
  background:#fff;border:1px solid var(--line);border-radius:28px;
  padding:44px;position:relative;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.contact__form label{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.contact__form label span{
  font-family:var(--ff-mono);font-size:.7rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted);font-weight:500;
}
.contact__form .full{display:flex;flex-direction:column}
.form-row label{margin-bottom:0}
.contact__form input,
.contact__form select,
.contact__form textarea{
  padding:16px 18px;border-radius:14px;
  border:1.5px solid var(--line);background:var(--bg);
  font-family:var(--ff-body);font-size:.95rem;color:var(--ink);
  transition:all .3s var(--ease);resize:vertical;
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus{
  outline:none;border-color:var(--orange);background:#fff;
  box-shadow:0 0 0 4px rgba(255,92,0,.12);
}
.form-footer{
  display:flex;justify-content:space-between;align-items:center;
  gap:20px;flex-wrap:wrap;margin-top:10px;
}
.form-footer small{color:var(--muted);font-size:.75rem;max-width:40ch;line-height:1.5}
.form-success{
  position:absolute;inset:0;background:var(--orange);color:#fff;
  display:flex;align-items:center;justify-content:center;
  border-radius:28px;font-family:var(--ff-display);font-size:1.3rem;
  opacity:0;visibility:hidden;transition:all .5s var(--ease);
}
.form-success.show{opacity:1;visibility:visible}

/* ==========================================================
   FOOTER
   ========================================================== */
.footer{
  background:var(--dark);color:rgba(255,255,255,.7);
  padding:180px 0 40px;position:relative;overflow:hidden;
}
.footer__top{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:60px;flex-wrap:wrap;padding-bottom:80px;
  border-bottom:1px solid var(--line-dark);
}
.footer__bigname{
  font-family:var(--ff-display);font-weight:700;color:#fff;
  font-size:clamp(3rem,7vw,6.5rem);line-height:.9;letter-spacing:-.04em;
  display:block;
}
.footer__bigname em{color:var(--orange);font-family:var(--ff-serif);font-style:italic;font-weight:400}
.footer__ctabox{max-width:400px;text-align:right}
.footer__ctabox p{color:rgba(255,255,255,.5);font-size:.85rem;margin-bottom:12px;font-family:var(--ff-mono);letter-spacing:.1em;text-transform:uppercase}
.footer__email{
  display:inline-flex;align-items:center;gap:14px;
  font-family:var(--ff-display);font-weight:500;
  font-size:clamp(1.2rem,1.8vw,1.6rem);color:#fff;
  transition:color .3s;
}
.footer__email:hover{color:var(--orange)}
.footer__email svg{transition:transform .4s var(--ease)}
.footer__email:hover svg{transform:translateX(6px)}

.footer__grid{
  display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr;gap:60px;
  padding:80px 0;border-bottom:1px solid var(--line-dark);
}
.footer__col h5{
  color:#fff;font-size:.88rem;margin-bottom:20px;
  font-family:var(--ff-mono);letter-spacing:.1em;text-transform:uppercase;font-weight:500;
}
.footer__col a{
  display:block;padding:6px 0;font-size:.92rem;
  color:rgba(255,255,255,.6);transition:color .3s,padding .3s;
}
.footer__col a:hover{color:var(--orange);padding-left:6px}
.footer__col--newsletter p{color:rgba(255,255,255,.55);font-size:.85rem;margin-bottom:16px;max-width:30ch}
.footer__col a.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;color:#fff;font-size:.92rem;
}
.footer__col a.btn:hover{padding-left:26px;color:#fff}
.footer__col a.btn--primary{background:var(--orange)}
.footer__col a.btn--primary:hover{background:var(--ink)}
.footer__newsletter{
  display:flex;gap:8px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line-dark);
  border-radius:100px;padding:6px;margin-top:6px;
}
.footer__newsletter input{
  flex:1;background:none;border:none;outline:none;color:#fff;
  padding:10px 16px;font-family:var(--ff-body);font-size:.9rem;
}
.footer__newsletter input::placeholder{color:rgba(255,255,255,.4)}
.footer__newsletter button{
  background:var(--orange);color:#fff;border:none;
  border-radius:100px;padding:0 22px;font-size:1.1rem;
  cursor:pointer;transition:background .3s;
}
.footer__newsletter button:hover{background:var(--orange-2)}

.footer__mega{
  font-family:var(--ff-display);font-weight:700;
  font-size:clamp(5rem,18vw,22rem);
  letter-spacing:-.05em;line-height:.8;
  color:var(--dark-3);text-align:center;
  margin:60px 0 20px;user-select:none;white-space:nowrap;
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.02));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}

.footer__bottom{
  padding-top:40px;border-top:1px solid var(--line-dark);
  display:flex;justify-content:space-between;align-items:center;
  font-family:var(--ff-mono);font-size:.72rem;letter-spacing:.1em;
  color:rgba(255,255,255,.4);flex-wrap:wrap;gap:20px;
}
.footer__tags{display:flex;gap:10px;align-items:center}
.footer__tags i{color:var(--orange);font-style:normal}

/* ==========================================================
   REVEAL ANIMATIONS
   ========================================================== */
.reveal{
  opacity:0;transform:translateY(50px);
  transition:opacity 1.1s var(--ease-out),transform 1.1s var(--ease-out);
  will-change:transform,opacity;
}
.reveal.is-visible{opacity:1;transform:translateY(0)}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width:1180px){
  .process__steps{grid-template-columns:repeat(3,1fr)}
  .step:nth-child(3){border-right:none}
  .step:nth-child(n+4){border-top:1px solid var(--line-dark)}
  .step:nth-child(5){border-right:none}
}

@media (max-width:1024px){
  :root{--gutter:24px}
  .nav__menu,.nav__cta{display:none}
  .nav__burger{display:flex}
  .intro__grid,.hdd__intro,.hdd__highlight,.fleet__head,.faq__grid,.contact__grid{
    grid-template-columns:1fr;gap:50px;
  }
  .intro__values{grid-template-columns:1fr}
  .bento{grid-template-columns:repeat(2,1fr)}
  .bento__card--xl{grid-column:span 2;grid-row:span 2}
  .bento__card--wide{grid-column:span 2}
  .fleet__grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery__item--xl,.gallery__item--tall{grid-column:span 1;grid-row:span 1}
  .footer__grid{grid-template-columns:1fr 1fr;gap:40px}
  .footer__top{flex-direction:column;align-items:flex-start}
  .footer__ctabox{text-align:left}
  .process__steps{grid-template-columns:repeat(2,1fr)}
  .step{border-right:1px solid var(--line-dark) !important;border-bottom:1px solid var(--line-dark)}
  .step:nth-child(2n){border-right:none !important}
  .impact{grid-template-columns:repeat(2,1fr)}
  .impact__item:nth-child(2){border-right:none}
  .impact__item:nth-child(n+3){border-top:1px solid var(--line)}
  .faq__title{position:static}
  .form-row{grid-template-columns:1fr}
  .contact__form{padding:32px}
  .hdd__advantages{padding:40px 32px}
  .intro,.hdd,.services,.fleet,.projects,.testimonial,.faq,.contact{padding:100px 0}
  .intro__statement{margin-bottom:70px}
  .intro__grid,.hdd__intro{margin-bottom:80px}
}

@media (max-width:680px){
  :root{--gutter:20px}
  .hero{padding:120px var(--gutter) 60px}
  .hero__bottom{grid-template-columns:1fr;gap:30px}
  .hero__actions{flex-direction:column;align-items:stretch}
  .hero__actions .btn{justify-content:center}
  .hero__meta{display:none}
  .bento,.fleet__grid,.gallery{grid-template-columns:1fr}
  .bento__card--xl,.bento__card--wide{grid-column:span 1}
  .bento__card{grid-row:auto !important}
  .gallery{grid-auto-rows:240px}
  .footer__grid{grid-template-columns:1fr}
  .contact__list div{grid-template-columns:1fr;gap:4px}
  .process__steps{grid-template-columns:1fr}
  .step{border-right:none !important;padding:30px 24px}
  .hdd__photo{min-height:320px}
  .hdd__photo-tag{
    left:14px;bottom:14px;
    padding:10px 14px;border-radius:12px;
    box-shadow:0 10px 24px rgba(255,92,0,.35);
  }
  .hdd__photo-tag span{font-size:.55rem;letter-spacing:.18em}
  .hdd__photo-tag strong{font-size:.85rem;margin-top:2px;line-height:1.05}
  .intro,.hdd,.services,.fleet,.projects,.testimonial,.faq,.contact,.cta{padding:80px 0}
  .footer__bottom{flex-direction:column;text-align:center;gap:14px}
  .contact__form{padding:26px 20px}
  .hero__scroll{display:none}
  .nav{top:14px}
  .nav__inner{padding:10px 16px}
  .section-head{flex-direction:column;align-items:flex-start;gap:14px}
  .hdd__advantages{padding:32px 22px}
  .intro__statement{margin-bottom:50px}
  .intro__grid,.hdd__intro{margin-bottom:60px}
  .marquee{padding:20px 0}
}

@media (max-width:420px){
  .hero{padding:110px var(--gutter) 50px}
  .intro,.hdd,.services,.fleet,.projects,.testimonial,.faq,.contact,.cta{padding:64px 0}
  .contact__form{padding:22px 18px}
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
  .reveal{opacity:1;transform:none}
  .hero__title .word{transform:none}
}
