/* ============================================================
   sections.css — hero, stats, about, services, fleet, cta, contact
   Redesign v2 (light editorial + immersive motion targets).
   ============================================================ */

section { position: relative; }

.section-lede { color: var(--mute); font-size: 1.05rem; max-width: 52ch; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end;
  position: relative; overflow: hidden;
  color: var(--white);
  padding: 0 0 clamp(4rem, 9vh, 8rem);
}
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-img {
  position: absolute; inset: -8% 0 0 0;   /* extra room for parallax */
  height: 116%;
  background: url('../assets/images/hero.jpg') center 40% / cover no-repeat, var(--navy-deep);
  transform: scale(1.06);
}
/* No-JS: CSS-driven slow zoom. With JS, GSAP owns the transform (zoom + parallax). */
html:not(.js) .hero-img { animation: kenburns 18s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.18); } }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,12,20,.45) 0%, rgba(8,12,20,.15) 35%, rgba(8,12,20,.65) 100%),
    linear-gradient(95deg, rgba(8,12,20,.6) 0%, rgba(8,12,20,.1) 55%, transparent 100%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--container-wide); }
.hero-eyebrow { margin-bottom: 1.6rem; }
.hero-title { color: var(--white); margin: 0 0 1.5rem; max-width: 16ch; }
.hero-title em {
  font-style: normal;
  background: linear-gradient(100deg, var(--gold-deep) 0%, var(--gold-bright) 45%, #fff4d6 55%, var(--gold-bright) 70%, var(--gold-deep) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: goldSheen 6s linear infinite;
}
@keyframes goldSheen { to { background-position: 200% center; } }
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: rgba(255,255,255,.85);
  max-width: 50ch; margin: 0 0 2.4rem; font-weight: 400;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; }

/* Scroll cue — vertical (indicates downward scroll) */
.scroll-cue {
  position: absolute; right: var(--gutter); bottom: 2.25rem; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .85rem;
  color: rgba(255,255,255,.7); font-size: .68rem; text-transform: uppercase; letter-spacing: .22em;
}
.scroll-cue-text { order: -1; } /* label above the line */
.scroll-cue-line { width: 1px; height: 52px; background: rgba(255,255,255,.45); position: relative; overflow: hidden; }
.scroll-cue-line::after {
  content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 45%;
  background: var(--gold-bright);
  animation: cueSlideV 2.2s var(--ease) infinite;
}
@keyframes cueSlideV { 0% { transform: translateY(-120%); } 100% { transform: translateY(260%); } }

/* ============================================================
   STATS + PRINCIPLES
   ============================================================ */
.stats { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper); }
.stats-head { max-width: 60ch; margin-bottom: clamp(3rem, 6vw, 5rem); }
.stats-head h2 { margin: 0; }

.stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2.5rem 0; margin-bottom: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stat { display: flex; flex-direction: column; gap: .5rem; }
.stat-num {
  font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500;
  letter-spacing: -0.04em; color: var(--char); line-height: 1;
}
.stat-num .unit { color: var(--gold); }
.stat-label { font-size: .85rem; color: var(--mute); text-transform: uppercase; letter-spacing: .12em; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 3.5rem); }
.principle { position: relative; padding-top: 2.5rem; border-top: 2px solid var(--char); }
.principle-idx { position: absolute; top: -1px; right: 0; font-size: .8rem; color: var(--gold); font-weight: 600; letter-spacing: .1em; }
.principle h3 { margin-bottom: .7rem; }
.principle p { color: var(--mute); margin: 0; }

@media (max-width: 900px) {
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
  .principles { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 480px) { .stats-band { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   ABOUT
   ============================================================ */
.about { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper-2); }
.about-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem); align-items: center;
}
.about-visual { position: relative; }
.about-img-wrap {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4 / 5; box-shadow: var(--shadow-card);
}
.about-img {
  position: absolute; inset: -6% 0; height: 112%;
  background: url('../assets/images/about.jpg') center / cover no-repeat, var(--navy);
}
/* clip-path wipe reveal driven by GSAP via inline style; CSS sets the resting state */
html.js .about-img-wrap { clip-path: inset(0 0 100% 0); }

.about-badge {
  position: absolute; left: -1.5rem; bottom: 2rem;
  background: var(--gold); color: var(--black);
  border-radius: var(--r-md); padding: 1.1rem 1.4rem;
  display: flex; flex-direction: column;
  box-shadow: 0 20px 40px rgba(0,0,0,.45);
}
.badge-num { font-weight: 700; font-size: 1.6rem; letter-spacing: -0.02em; }
.badge-label { font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; opacity: .9; }

.about-copy h2 { margin-bottom: 1.5rem; }
.about-pull {
  font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 400;
  line-height: 1.25; letter-spacing: -0.02em; color: var(--char);
  margin-bottom: 1.75rem; padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}
.about-copy > p[data-reveal] { color: var(--mute); }
.why-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.1rem; }
.why-list li { position: relative; padding-left: 2.25rem; color: var(--char-2); font-size: 1rem; }
.why-list li::before {
  content: ''; position: absolute; left: 0; top: .6em;
  width: 20px; height: 1.5px; background: var(--gold);
}
.why-list strong { color: var(--char); }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-wrap { aspect-ratio: 16 / 11; }
  .about-badge { left: 1rem; }
}

/* ============================================================
   SERVICES — interactive name list + cursor image (desktop)
   ============================================================ */
.services { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper); }
.services-head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.services-head h2 { margin: 0; }

.services-list { position: relative; border-top: 1px solid var(--line); }
.service-row {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 2rem;
  padding: clamp(1.75rem, 3.5vw, 3rem) 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: padding-left .45s var(--ease), background .45s var(--ease);
}
.service-idx { font-size: .85rem; font-weight: 600; color: var(--gold); letter-spacing: .1em; align-self: start; padding-top: .4em; }
.service-main h3 {
  font-size: clamp(1.5rem, 3.5vw, 2.75rem); font-weight: 500;
  margin: 0 0 .35rem; letter-spacing: -0.03em;
  transition: color .35s var(--ease), transform .45s var(--ease);
}
.service-main p { color: var(--mute); margin: 0; max-width: 60ch; transition: opacity .4s var(--ease); }
.service-arrow {
  font-size: 1.6rem; color: var(--char);
  opacity: 0; transform: translateX(-12px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), color .4s var(--ease);
}
.service-row:hover { padding-left: 1.5rem; }
.service-row:hover .service-main h3 { color: var(--gold); }
.service-row:hover .service-arrow { opacity: 1; transform: translateX(0); color: var(--gold); }

/* Floating cursor image (desktop pointer only) */
.services-cursor {
  position: fixed; top: 0; left: 0;
  width: 320px; height: 220px;
  border-radius: var(--r-md); overflow: hidden;
  background-size: cover; background-position: center;
  pointer-events: none; z-index: 60;
  opacity: 0; transform: translate(-50%, -50%) scale(.85);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  box-shadow: var(--shadow-card);
  will-change: transform, opacity;
}
.services-cursor.is-active { opacity: 1; transform: translate(-50%, -50%) scale(1); }
@media (hover: none), (max-width: 760px) { .services-cursor { display: none; } }

/* ============================================================
   FLEET — horizontal pinned scroll (desktop) / stack (mobile)
   ============================================================ */
.fleet { background: var(--black); color: var(--on-dark); }
/* Default (no JS / fallback): native horizontal scroll so all slides stay reachable.
   GSAP overrides overflow to hidden and pins+translates when active. */
.fleet-pin { position: relative; overflow-x: auto; scrollbar-width: none; }
.fleet-pin::-webkit-scrollbar { display: none; }
.fleet-track { display: flex; align-items: stretch; min-height: clamp(30rem, 78vh, 46rem); }

.fleet-intro {
  flex: 0 0 clamp(22rem, 36vw, 34rem);
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(3rem, 6vw, 6rem) var(--gutter);
}
.fleet-intro h2 { color: var(--white); margin: .5rem 0 1.25rem; }
.fleet-intro .section-lede { color: var(--on-dark-mute); }
.fleet-hint { margin-top: 2rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .22em; color: var(--gold-bright); }

.fleet-slide {
  flex: 0 0 clamp(20rem, 30vw, 30rem);
  border-left: 1px solid var(--line-dark);
  display: flex; flex-direction: column;
}
.fleet-slide-img {
  height: 56%; min-height: 280px;
  background-size: cover; background-position: center;
  position: relative;
}
.fleet-slide-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,23,28,.55) 100%); }
.fleet-slide-info { padding: clamp(1.75rem, 2.5vw, 2.5rem); display: flex; flex-direction: column; flex: 1; }
.fleet-slide-idx { font-size: .78rem; letter-spacing: .15em; color: var(--on-dark-mute); margin-bottom: 1rem; }
.fleet-slide-info .eyebrow { margin-bottom: .5rem; }
.fleet-slide-info h3 { color: var(--white); font-size: clamp(1.5rem, 2.2vw, 2rem); margin-bottom: 1.25rem; }
.fleet-specs { display: flex; flex-direction: column; gap: .6rem; border-top: 1px solid var(--line-dark); padding-top: 1.1rem; margin-top: auto; }
.fleet-specs li { display: flex; justify-content: space-between; gap: 1rem; font-size: .9rem; align-items: baseline; }
.fleet-specs span { color: var(--on-dark-mute); }
.fleet-specs strong { color: var(--on-dark); font-weight: 600; text-align: right; }

/* Mobile / no-pin fallback: vertical stack */
@media (max-width: 900px) {
  .fleet-track { flex-direction: column; }
  .fleet-intro { flex-basis: auto; padding: clamp(3.5rem, 9vw, 5rem) var(--gutter) 2rem; }
  .fleet-slide { flex-basis: auto; border-left: 0; border-top: 1px solid var(--line-dark); }
  .fleet-slide-img { height: auto; aspect-ratio: 16/10; }
  .fleet-hint { display: none; }
}

/* ============================================================
   CTA
   ============================================================ */
.cta { padding: clamp(5.5rem, 12vw, 10.5rem) 0; background: var(--paper-2); text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta-title { font-size: clamp(2.25rem, 6vw, 5rem); font-weight: 400; letter-spacing: -0.035em; margin: 0 0 2.5rem; }
.cta-title em { font-style: normal; color: var(--gold); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.contact-copy h2 { margin-bottom: 1.25rem; }
.contact-copy .section-lede { margin-bottom: 2.5rem; }

.contact-details { display: flex; flex-direction: column; gap: 1.4rem; border-top: 1px solid var(--line); padding-top: 2.25rem; }
.contact-details li { display: flex; flex-direction: column; gap: .3rem; }
.cd-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; color: var(--mute); font-weight: 600; }
.cd-value { font-size: 1.2rem; color: var(--char); font-weight: 600; }
a.cd-value:hover { color: var(--gold); }

/* Form — floating labels */
.quote-form { background: var(--panel-2); padding: clamp(1.75rem, 3.5vw, 3rem); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.quote-form h3 { margin-bottom: 1.75rem; }

.field { position: relative; margin-bottom: 1.5rem; }
.field input, .field textarea {
  width: 100%;
  border: 0; border-bottom: 1px solid var(--line-2);
  background: transparent; padding: 1.4rem 0 .6rem;
  font-size: 1rem; color: var(--char);
  border-radius: 0;
  transition: border-color .25s var(--ease);
}
.field textarea { resize: vertical; min-height: 3rem; }
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field label {
  position: absolute; left: 0; top: 1.4rem;
  font-size: 1rem; color: var(--mute);
  pointer-events: none;
  transition: transform .25s var(--ease), font-size .25s var(--ease), color .25s var(--ease);
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field label.label-static {
  transform: translateY(-1.35rem);
  font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.quote-form .btn { margin-top: .5rem; }
.form-fineprint { margin: 1rem 0 0; font-size: .78rem; color: var(--mute); text-align: center; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ============================================================
   RESPONSIVE REFINEMENTS (phones)
   ============================================================ */
/* Give the reveal masks breathing room so large type / italics never clip
   against the overflow:hidden edge — incl. bottom room for descenders (g, p, y).
   Negative margins keep the visual spacing unchanged. */
.line-mask { padding: 0 .06em .14em; margin: 0 -.06em -.14em; }

@media (max-width: 600px) {
  /* Scale the hero headline so each line fits within the mask on phones */
  .hero-title { font-size: clamp(2.1rem, 10.5vw, 3.25rem); max-width: 18ch; }
  .hero { align-items: center; padding-top: 6rem; }
  .hero-sub { font-size: 1.05rem; }
  .hero-ctas { gap: .7rem; }
  .hero-ctas .btn { flex: 1 1 auto; }

  .scroll-cue { display: none; }

  /* Tighter section rhythm + headings on small screens */
  h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .stats-band { gap: 1.5rem 1rem; }
  .stat-num { font-size: clamp(2rem, 9vw, 2.75rem); }
  .about-pull { font-size: 1.3rem; padding-left: 1.1rem; }
  .about-badge { left: 0; right: 1rem; bottom: 1rem; padding: .85rem 1.1rem; }
  .service-row { grid-template-columns: auto 1fr; gap: 1rem; padding: 1.5rem 0; }
  .service-arrow { display: none; }
  .service-main h3 { font-size: clamp(1.4rem, 6.5vw, 2rem); }
  .cta-title { font-size: clamp(2rem, 9vw, 3rem); }
}

@media (max-width: 380px) {
  .hero-title { font-size: clamp(1.95rem, 11vw, 2.4rem); }
  .footer-wordmark { font-size: clamp(3.25rem, 20vw, 5rem); }
}

/* ============================================================
   PAGE BANNER (subpages) — gold serif title over near-black
   ============================================================ */
.page-banner {
  position: relative;
  padding: clamp(10rem, 22vh, 14rem) 0 clamp(3.5rem, 8vh, 5.5rem);
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(201,162,74,.14), transparent 65%),
    var(--paper-2);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-banner::after {
  content: '';
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 1px; height: clamp(1.75rem, 4vh, 3rem);
  background: linear-gradient(180deg, var(--gold), transparent);
}
.page-banner .eyebrow { justify-content: center; width: 100%; }
.page-banner-title {
  text-align: center;
  font-size: clamp(2.6rem, 7vw, 5.25rem);
  margin: 0;
}
.page-banner-sub {
  text-align: center; color: var(--mute);
  max-width: 56ch; margin: 1.25rem auto 0;
  font-size: 1.02rem;
}

/* ============================================================
   CEO QUOTE (about page)
   Replace assets/images/ceo.jpg with the real portrait (4:5).
   ============================================================ */
.ceo { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper); }
.ceo-grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 6rem); align-items: center;
}
.ceo-portrait { position: relative; }
.ceo-portrait img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--r-md);
  display: block;
}
/* gold corner accents */
.ceo-portrait::before, .ceo-portrait::after {
  content: ''; position: absolute; width: 56px; height: 56px; pointer-events: none;
}
.ceo-portrait::before { top: -10px; left: -10px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.ceo-portrait::after  { bottom: -10px; right: -10px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }

.ceo-quote-mark {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8vw, 7rem);
  line-height: .6; color: var(--gold);
  display: block; margin-bottom: 1.25rem;
}
.ceo-quote {
  font-family: var(--font-display);
  font-style: italic; font-weight: 500;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.35; color: var(--char);
  margin: 0 0 2rem;
}
.ceo-sig { display: flex; flex-direction: column; gap: .3rem; padding-left: 1.4rem; border-left: 2px solid var(--gold); }
.ceo-name { font-weight: 600; font-size: 1.1rem; color: var(--char); letter-spacing: .01em; }
.ceo-role { font-size: .72rem; text-transform: uppercase; letter-spacing: .24em; color: var(--gold); }

@media (max-width: 860px) {
  .ceo-grid { grid-template-columns: 1fr; gap: 3rem; }
  .ceo-portrait { max-width: 420px; }
}

/* ============================================================
   MANAGEMENT TEAM (about page)
   Replace assets/images/team-1.jpg … team-4.jpg (3:4 portraits).
   ============================================================ */
.team { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper-2); }
.team-head { text-align: center; max-width: 64ch; margin: 0 auto clamp(3rem, 6vw, 4.5rem); }
.team-head .eyebrow { justify-content: center; width: 100%; }
.team-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.team-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.team-card:hover { transform: translateY(-6px); border-color: rgba(201,162,74,.4); }
.team-card img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block;
  filter: saturate(.9);
}
.team-meta { padding: 1.1rem 1.25rem 1.25rem; border-top: 1px solid var(--line); }
.team-name { display: block; font-weight: 600; font-size: 1rem; color: var(--char); }
.team-role { display: block; margin-top: .3rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); }

@media (max-width: 1000px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .team-grid { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; } }

/* ============================================================
   DETAIL ROWS (services.html / fleet.html) — alternating image/copy
   ============================================================ */
.detail { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.detail:nth-of-type(even) { background: var(--paper-2); }
.detail-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center;
}
.detail-grid.flip .detail-media { order: 2; }
.detail-media {
  position: relative; border-radius: var(--r-md); overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.detail-media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; display: block; }
.detail-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(10,10,11,.4) 100%);
  pointer-events: none;
}
.detail-idx { font-size: .8rem; color: var(--gold); letter-spacing: .2em; font-weight: 600; display: block; margin-bottom: 1rem; }
.detail-copy h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); margin-bottom: 1.1rem; }
.detail-copy p { color: var(--mute); max-width: 58ch; }
.detail-points { margin-top: 1.75rem; display: flex; flex-direction: column; gap: .8rem; }
.detail-points li { position: relative; padding-left: 2rem; color: var(--char-2); font-size: .98rem; }
.detail-points li::before {
  content: ''; position: absolute; left: 0; top: .62em;
  width: 18px; height: 1px; background: var(--gold);
}

/* fleet spec strip inside detail rows */
.spec-strip {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 2rem;
  border-top: 1px solid var(--line); padding-top: 1.5rem;
}
.spec { display: flex; flex-direction: column; gap: .3rem; }
.spec b { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--char); }
.spec span { font-size: .66rem; text-transform: uppercase; letter-spacing: .18em; color: var(--mute); }

@media (max-width: 880px) {
  .detail-grid, .detail-grid.flip { grid-template-columns: 1fr; }
  .detail-grid.flip .detail-media { order: 0; }
  .spec-strip { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}

/* ============================================================
   FLEET TEASER (home) — two highlight cards + link
   ============================================================ */
.fleet-teaser { padding: clamp(5.5rem, 11vw, 10.5rem) 0; background: var(--paper-2); }
.fleet-teaser-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); flex-wrap: wrap;
}
.fleet-teaser-head h2 { margin: 0; }
.fleet-teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 2.5vw, 2rem); }
.ft-card {
  position: relative; border-radius: var(--r-md); overflow: hidden;
  min-height: 380px; display: flex; align-items: flex-end;
  background-size: cover; background-position: center;
  border: 1px solid var(--line);
}
.ft-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,11,.05) 35%, rgba(10,10,11,.85) 100%);
}
.ft-card-info { position: relative; z-index: 1; padding: 1.75rem 2rem; }
.ft-card-info .eyebrow { margin-bottom: .4rem; }
.ft-card-info h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.8rem; color: var(--white); margin: 0; }
@media (max-width: 760px) { .fleet-teaser-grid { grid-template-columns: 1fr; } .ft-card { min-height: 300px; } }

/* ============================================================
   TOUCH DEVICES — calm the GPU-expensive effects
   ============================================================ */
@media (hover: none) {
  /* continuous animations off */
  .hero-title em { animation: none; background-position: 50% center; }
  html:not(.js) .hero-img, .hero-img { animation: none !important; }

  /* fleet: native horizontal swipe with snap (GSAP pinning skipped in JS) */
  .fleet-pin { scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .fleet-slide, .fleet-intro { scroll-snap-align: start; }
}
