/* =========================================================
   Patriot Marine LLC — Mechanical Dredge Barge Deckhand
   Landing page styles
   Palette: Navy (#0E1F30 / #16283C / #1B3A5C), Red (#D7263D), White
   ========================================================= */

:root {
  --color-navy:        #0E1F30;
  --color-navy-2:      #16283C;
  --color-mid-navy:    #1B3A5C;
  --color-steel:       #86A0BC;
  --color-red:         #D7263D;
  --color-white:       #ffffff;
  --color-f5:          #F5F7FA;
}

* , *::before, *::after { box-sizing: border-box; }

html, body {
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--color-navy);
  color: var(--color-white);
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

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

.page-wrap-outer { background-color: var(--color-navy); width: 100%; min-height: 100vh; }
section { background-color: var(--color-navy); }
.main-wrapper { min-height: 100vh; }

.bg-color-navy      { background-color: var(--color-navy); }
.bg-color-darkblue-2 { background-color: var(--color-navy-2); }
.bg-color-darkblue  { background-color: var(--color-navy); }
.bg-color-white     { background-color: var(--color-white); color: var(--color-navy); }
.text-color-secondary { color: rgba(255,255,255,0.78); }
.text-color-red      { color: var(--color-red); }
.text-weight-medium { font-weight: 500; }
.text-style-allcaps { text-transform: uppercase; letter-spacing: 0.04em; }
.opacity-72 { opacity: 0.82; }

/* Typography helpers */
.text-size-14 { font-size: 15px; line-height: 1.55; }
.text-size-18 { font-size: 18px; line-height: 1.5; }
.text-size-20 { font-size: 17px; line-height: 1.75; }
.text-size-32 { font-size: 24px; font-weight: 600; line-height: 1.3; }
.text-size-52 { font-size: 44px; font-weight: 700; line-height: 1.1; }

.margin-b-16 { margin-bottom: 16px !important; }
.margin-b-24 { margin-bottom: 24px !important; }
.margin-b-32 { margin-bottom: 32px !important; }
.margin-b-40 { margin-bottom: 40px !important; }
.margin-b-72 { margin-bottom: 72px !important; }

.h-120 { height: 88px; }
.h-640 { height: 560px; border-radius: 12px; overflow: hidden; position: relative; }

.mw-932 { max-width: 860px; }
.mw-670 { max-width: 620px; }
.mw-340 { max-width: 360px; }
.mw-334 { max-width: 360px; }

.padding-global {
  padding-left:  clamp(24px, 5vw, 96px);
  padding-right: clamp(24px, 5vw, 96px);
}
.padding-section-72     { padding-top: 80px;  padding-bottom: 80px;  }
.padding-section-148    { padding-top: 140px; padding-bottom: 140px; }
.padding-section-148-74 { padding-top: 140px; padding-bottom: 80px;  }
.padding-section-74-148 { padding-top: 80px;  padding-bottom: 140px; }
.padding-section-72-148 { padding-top: 80px;  padding-bottom: 140px; }

.vflex { display: flex; flex-direction: column; }
.hflex { display: flex; flex-direction: row; }
.is-gap-16 { gap: 16px; }
.is-gap-32 { gap: 32px; }
.is-y-center { align-items: center; }
.is-wrap { flex-wrap: wrap; }

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.image-cover { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.image-contain { width: 100%; height: 100%; object-fit: contain; }

/* =========== MEDIA-FILL (no-crop image display) ===========
   Used wherever a photo's real aspect ratio doesn't match its container.
   A blurred, scaled-up copy of the same photo fills the background so there
   is never empty letterboxing, while the full, uncropped photo sits on top
   via object-fit: contain — so faces, branding, and equipment are never cut off. */
.media-fill-bg {
  position: absolute !important; top: -12% !important; left: -12% !important; width: 124% !important; height: 124% !important;
  object-fit: cover !important; object-position: center !important;
  filter: blur(32px) brightness(0.55) saturate(1.15);
  transform: scale(1.02);
  z-index: 0; pointer-events: none; display: block; max-width: none !important; border-radius: 0 !important;
}
.media-fill-fg {
  position: relative !important; width: 100% !important; height: 100% !important;
  object-fit: contain !important; object-position: center !important;
  z-index: 1; display: block; max-width: none !important;
}

.icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.is-36x36 { width: 36px; height: 36px; }
.icon svg, .icon img { width: 100%; height: 100%; }

/* =========== NAV =========== */
.pm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background-color: var(--color-navy);
  border-bottom: 1px solid rgba(134, 166, 200, 0.15);
}
.pm-nav_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.pm-nav_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}
.pm-nav_logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 6px;
}
.pm-nav_name {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-white);
}
.pm-nav_name span { color: var(--color-red); }
.pm-nav_cta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-red);
  border: 2px solid var(--color-red);
  padding: 11px 28px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pm-nav_cta:hover { background-color: var(--color-red); color: var(--color-white); }

/* =========== BUTTONS =========== */
.button-secondary-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.button-secondary-2:hover { opacity: 0.9; transform: translateY(-1px); }
.apply-btn-wrap { margin-top: 32px; }

/* =========== HERO POSITION PILLS =========== */
.hero-position-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-position-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background-color: var(--color-navy-2); border: 1px solid rgba(134,166,200,0.18); border-radius: 8px;
  padding: 11px 18px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.8);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  font-family: 'Inter', sans-serif; cursor: pointer; -webkit-appearance: none; appearance: none;
}
.hero-position-pill:hover { border-color: var(--color-red); color: var(--color-white); background-color: var(--color-mid-navy); }
.hero-position-pill-num { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; color: var(--color-red); }

/* =========== HERO =========== */
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-red);
  margin: 0 0 16px 0;
}
.pm-hero_body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: start;
}
.pm-hero_left h1 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 28px 0;
}
.pm-hero_left .text-size-20 { font-size: 17px; line-height: 1.8; }
.pm-hero_right { display: flex; flex-direction: column; gap: 22px; padding-top: 8px; }

.hero-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-meta-card--full { grid-column: 1 / -1; }
.hero-meta-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background-color: var(--color-navy-2);
  border: 1px solid rgba(134, 166, 200, 0.12);
  border-radius: 12px;
  padding: 18px 20px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.hero-meta-card:hover { border-color: rgba(134, 166, 200, 0.28); background-color: var(--color-mid-navy); }
.hero-meta-card--highlight { background-color: var(--color-red); border-color: transparent; }
.hero-meta-card--highlight:hover { background-color: #c01f34; border-color: transparent; }
.hero-meta-icon {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 8px;
  background-color: rgba(134, 166, 200, 0.1);
  flex-shrink: 0; margin-top: 2px;
}
.hero-meta-card--highlight .hero-meta-icon { background-color: rgba(255,255,255,0.15); }
.hero-meta-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.hero-meta-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-steel); line-height: 1; }
.hero-meta-value { font-size: 16px; font-weight: 600; color: var(--color-white); line-height: 1.3; }
.hero-meta-note { font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* =========== HERO CAROUSEL =========== */
.hero-carousel-section { padding-top: 48px; }
.hero-carousel {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-navy-2);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.45);
  user-select: none;
}
.hero-carousel__track { display: flex; height: 100%; transition: transform 0.55s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.hero-carousel__slide { flex: 0 0 100%; width: 100%; height: 100%; overflow: hidden; position: relative; }
.hero-carousel__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; pointer-events: none; }
.hero-carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background-color: rgba(14, 31, 48, 0.72);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  color: #fff; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-carousel__btn:hover { background-color: var(--color-red); color: var(--color-white); transform: translateY(-50%) scale(1.08); }
.hero-carousel__btn--prev { left: 16px; }
.hero-carousel__btn--next { right: 16px; }
.hero-carousel__dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.hero-carousel__dot { width: 8px; height: 8px; border-radius: 50%; border: none; background-color: rgba(255,255,255,0.35); cursor: pointer; padding: 0; transition: background-color 0.25s ease, transform 0.25s ease; }
.hero-carousel__dot.is-active { background-color: var(--color-red); transform: scale(1.3); }
@media (max-width: 900px) { .hero-carousel { height: 380px; } .hero-carousel__btn { width: 38px; height: 38px; } }
@media (max-width: 600px) {
  .hero-carousel { height: 260px; border-radius: 12px; }
  .hero-carousel__btn { width: 34px; height: 34px; }
  .hero-carousel__btn--prev { left: 10px; }
  .hero-carousel__btn--next { right: 10px; }
}

/* =========== SECTION HEADINGS =========== */
section h2 {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--color-white);
  margin: 0;
}
.bg-color-white h2, .bg-color-white h3 { color: var(--color-navy); }

/* =========== WHY SECTION =========== */
.why-section { background-color: var(--color-navy); }
.why-top { display: flex; flex-direction: column; gap: 0; }
.why-top-left { display: flex; flex-direction: column; gap: 24px; max-width: 640px; }
.why-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-red); margin: 0; }
.why-heading {
  font-family: 'Oswald', 'Inter', sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--color-white);
  letter-spacing: 0.02em;
  margin: 0;
}
.why-intro { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.65); margin: 0; }

.why-images { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; align-items: stretch; }
.why-img-main { position: relative; border-radius: 16px; overflow: hidden; min-height: 560px; }
.why-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-img-pill {
  position: absolute; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 10px;
  background-color: rgba(14, 31, 48, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 99px; padding: 10px 18px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.9); letter-spacing: 0.03em; white-space: nowrap;
}
.why-img-pill-dot {
  width: 8px; height: 8px; border-radius: 50%; background-color: #4ade80; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.25); animation: why-pulse 2s ease-in-out infinite;
}
@keyframes why-pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(74,222,128,0.25); } 50% { box-shadow: 0 0 0 6px rgba(74,222,128,0.1); } }
.why-img-right { display: flex; flex-direction: column; gap: 16px; }
.why-img-secondary { border-radius: 16px; overflow: hidden; flex: 1; min-height: 280px; position: relative; }
.why-img-secondary img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-stat-card { background-color: var(--color-red); border-radius: 16px; padding: 28px 24px; flex-shrink: 0; }
.why-stat-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.why-stat { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; }
.why-stat-num { font-size: 26px; font-weight: 700; color: var(--color-white); line-height: 1; }
.why-stat-suffix { font-size: 15px; font-weight: 700; }
.why-stat-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-align: center; }
.why-stat-divider { width: 1px; height: 40px; background-color: rgba(255,255,255,0.25); flex-shrink: 0; }

.why-pillars {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0;
  background-color: var(--color-navy-2); border: 1px solid rgba(134,166,200,0.1); border-radius: 16px; overflow: hidden;
}
.why-pillar { display: flex; flex-direction: column; gap: 16px; padding: 36px 32px; transition: background-color 0.2s ease; }
.why-pillar:hover { background-color: var(--color-mid-navy); }
.why-pillar-divider { width: 1px; background-color: rgba(134,166,200,0.1); align-self: stretch; }
.why-pillar-icon { width: 48px; height: 48px; border-radius: 12px; background-color: rgba(215,38,61,0.1); border: 1px solid rgba(215,38,61,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-pillar-body { display: flex; flex-direction: column; gap: 10px; }
.why-pillar-title { font-size: 18px; font-weight: 600; color: var(--color-white); margin: 0; line-height: 1.3; }
.why-pillar-desc { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.55); margin: 0; }

/* =========== RESPONSIBILITIES BENTO =========== */
.resp-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.resp-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-red); margin: 0 0 14px 0; }
.resp-header-right .text-size-20 { font-size: 17px; line-height: 1.8; }
.resp-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto; gap: 16px; }
.resp-card--wide { grid-column: span 2; }
.resp-card--narrow { grid-column: span 1; }
.resp-card--third { grid-column: span 1; }
.resp-card {
  border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 20px;
  position: relative; overflow: hidden; transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.resp-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.resp-card--dark { background-color: var(--color-mid-navy); border: 1px solid rgba(134,166,200,0.1); }
.resp-card--mid { background-color: #22344a; border: 1px solid rgba(134,166,200,0.12); }
.resp-card--red { background-color: var(--color-red); border: none; }
.resp-card--blue { background-color: var(--color-steel); border: none; }
.resp-card-num { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: rgba(255,255,255,0.22); font-variant-numeric: tabular-nums; line-height: 1; }
.resp-card-top-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.resp-role-badge { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-red); background: rgba(215,38,61,0.14); border: 1px solid rgba(215,38,61,0.3); border-radius: 20px; padding: 3px 10px; white-space: nowrap; }
.resp-card--red .resp-role-badge, .resp-card--blue .resp-role-badge { color: #ffffff; background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.3); }
.resp-card-icon { width: 52px; height: 52px; border-radius: 12px; background-color: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.resp-card--red .resp-card-icon { background-color: rgba(255,255,255,0.15); }
.resp-card--blue .resp-card-icon { background-color: rgba(255,255,255,0.2); }
.resp-card-body { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.resp-card-title { font-size: 19px; font-weight: 600; line-height: 1.25; color: var(--color-white); margin: 0; }
.resp-card-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.6); margin: 0; }
.resp-card--wide .resp-card-title { font-size: 22px; }
.resp-card--wide .resp-card-desc { font-size: 15px; color: rgba(255,255,255,0.65); }
.resp-card--blue .resp-card-title { color: var(--color-navy); }
.resp-card--blue .resp-card-desc { color: rgba(14,31,48,0.7); }
.resp-card--blue .resp-card-num { color: rgba(14,31,48,0.25); }
.resp-card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.08); }
.resp-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-red); background-color: rgba(215,38,61,0.12); border: 1px solid rgba(215,38,61,0.25); border-radius: 20px; padding: 4px 12px; white-space: nowrap; }
.resp-tag--light { color: var(--color-navy); background-color: rgba(14,31,48,0.1); border-color: rgba(14,31,48,0.15); }

/* =========== DAILY DUTIES =========== */
.days-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.days-header-top { display: flex; flex-direction: column; gap: 12px; }
.days-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-mid-navy); margin: 0; }
.days-header h2 { color: var(--color-navy); }
.days-header-sub { font-size: 16px; line-height: 1.75; color: rgba(14,31,48,0.62); margin: 0; align-self: end; }
.days-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.days-card {
  background-color: var(--color-f5); border: 1px solid rgba(14,31,48,0.08); border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; gap: 20px; transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.days-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(14,31,48,0.12); }
.days-card--dark { background-color: var(--color-navy); border-color: transparent; }
.days-card--dark .days-card-title { color: var(--color-white); }
.days-card--dark .days-card-desc { color: rgba(255,255,255,0.58); }
.days-card--dark:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.28); }
.days-card--red { background-color: var(--color-red); border-color: transparent; }
.days-card--red:hover { box-shadow: 0 12px 32px rgba(215,38,61,0.32); }
.days-card--full { grid-column: 1 / -1; padding: 36px 40px; }
.days-card-top { display: flex; align-items: center; justify-content: space-between; }
.days-badge { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-mid-navy); background-color: rgba(14,31,48,0.08); border-radius: 99px; padding: 5px 12px; white-space: nowrap; }
.days-badge--red { background-color: var(--color-red); color: var(--color-white); }
.days-badge--dark { background-color: var(--color-navy); color: var(--color-white); }
.days-icon { width: 44px; height: 44px; border-radius: 10px; background-color: rgba(14,31,48,0.07); display: flex; align-items: center; justify-content: center; }
.days-icon--dark { background-color: rgba(255,255,255,0.07); }
.days-card-body { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.days-card-title { font-size: 20px; font-weight: 600; line-height: 1.25; color: var(--color-navy); margin: 0; }
.days-card-desc { font-size: 14px; line-height: 1.7; color: rgba(14,31,48,0.6); margin: 0; }
.days-card-check { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(14,31,48,0.08); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-mid-navy); }
.days-card-check--light { border-top-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.45); }
.days-card-full-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.days-card-full-left { display: flex; flex-direction: column; gap: 20px; }
.days-card-full-right { display: flex; flex-direction: column; align-items: flex-end; gap: 32px; }
.days-final-icon { width: 80px; height: 80px; border-radius: 20px; background-color: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
.days-final-stats { display: flex; align-items: center; gap: 0; background-color: rgba(255,255,255,0.12); border-radius: 12px; padding: 18px 24px; width: 100%; }
.days-stat { display: flex; flex-direction: column; gap: 4px; flex: 1; align-items: center; }
.days-stat-num { font-size: 22px; font-weight: 700; color: var(--color-white); line-height: 1; }
.days-stat-label { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.days-stat-divider { width: 1px; height: 36px; background-color: rgba(255,255,255,0.25); flex-shrink: 0; margin: 0 4px; }

/* =========== QUALIFICATIONS ACCORDION =========== */
.skills-header { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.skills-header-left { display: flex; flex-direction: column; gap: 16px; }
.skills-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-red); background: rgba(215,38,61,0.1); border: 1px solid rgba(215,38,61,0.28); padding: 5px 14px; border-radius: 100px; width: fit-content; }
.skills-headline { font-family: 'Oswald','Inter',sans-serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 700; line-height: 1.15; color: var(--color-white); margin: 0; }
.skills-subtext { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0; }
.skills-header-right { position: sticky; top: 100px; }
.skills-cta-card { background: var(--color-mid-navy); border: 1.5px solid rgba(134,166,200,0.18); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; }
.skills-cta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--color-red) 0%, rgba(215,38,61,0.3) 100%); }
.skills-cta-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin: 0; }
.skills-cta-title { font-size: 26px; font-weight: 700; color: var(--color-red); margin: 0 0 2px; line-height: 1.15; }
.skills-cta-sub { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0 0 12px; }
.skills-cta-btn { width: 100%; justify-content: center; gap: 0; padding: 15px 24px; border-radius: 8px; font-size: 13px; }
.skills-cta-note { font-size: 12px; color: rgba(255,255,255,0.35); text-align: center; margin: 4px 0 0; }

.deiliver-item_wrapper { border: 1.5px solid rgba(134,166,200,0.2); border-radius: 14px; overflow: hidden; }
.deliver-item { border-bottom: 1.5px solid rgba(134,166,200,0.15); cursor: pointer; overflow: hidden; transition: background-color 0.3s ease; }
.deliver-item:last-child { border-bottom: none; }
.deliver-item.is-blue { background-color: var(--color-navy-2); }
.deliver-item.is-blue.is-open { background-color: var(--color-mid-navy); }
.deliver-item_head { display: flex; align-items: center; gap: 24px; padding: 28px 36px; font-size: 16px; font-weight: 500; letter-spacing: 0.04em; color: rgba(255,255,255,0.5); user-select: none; transition: color 0.2s; }
.deliver-item.is-open .deliver-item_head { color: var(--color-red); }
.is-deliver-item_head { text-transform: uppercase; letter-spacing: 0.1em; font-size: 15px; font-weight: 700; }
.deliver-item_card-wrapper { overflow: hidden; max-height: 0; transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1); }
.deliver-item.is-open .deliver-item_card-wrapper { max-height: 1200px; }
.deliver-item_card { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 40px 36px 56px 36px; align-items: start; }
.deliver-item_card-head { display: flex; flex-direction: column; gap: 36px; }
.deliver-item_card-head h3 { font-family: 'Oswald','Inter',sans-serif; font-size: 42px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--color-white); margin: 0; line-height: 1.1; }
.deliver-item_card .text-size-20, .deliver-item_card p.opacity-72 { font-size: 16px; line-height: 1.75; margin: 0; }
.deliver-item_img { height: 420px; border-radius: 12px; overflow: hidden; position: relative; }
.deliver-item_img img { width: 100%; height: 100%; object-fit: cover; }

/* =========== POSITION DETAIL SECTIONS (Push Boat Operator / Welder) =========== */
.position-section { border-top: 1px solid rgba(134,166,200,0.1); }
.position-header { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.position-header-left { display: flex; flex-direction: column; gap: 18px; }
.position-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-red); }
.position-eyebrow-num { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(215,38,61,0.14); border: 1px solid rgba(215,38,61,0.35); font-size: 11px; }
.position-title { font-family: 'Oswald','Inter',sans-serif; font-size: clamp(28px, 3.4vw, 46px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; color: var(--color-white); margin: 0; line-height: 1.1; }
.position-summary { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.62); margin: 0; }
.position-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.position-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.75); background: rgba(134,166,200,0.1); border: 1px solid rgba(134,166,200,0.2); border-radius: 20px; padding: 6px 14px; white-space: nowrap; }
.position-header-img { position: relative; height: 340px; border-radius: 16px; overflow: hidden; }
.position-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 64px; }
.role-list-card { background-color: var(--color-navy-2); border: 1px solid rgba(134,166,200,0.12); border-radius: 16px; padding: 32px; }
.role-list-card h3 { font-size: 15px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-red); margin: 0 0 20px 0; }
.role-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.role-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.75); }
.role-list li::before { content: ''; flex-shrink: 0; width: 8px; height: 8px; border-radius: 2px; background: var(--color-red); margin-top: 7px; }
.position-section .deiliver-item_wrapper { margin-top: 0; }

/* =========== ABOUT =========== */
.devider-horizontal { height: 1px; background-color: rgba(255,255,255,0.72); }
.devider-horizontal.opacity-10 { opacity: 0.1; }
.about-left { display: flex; flex-direction: column; justify-content: center; }
.about-left h2 { font-size: clamp(30px, 3.5vw, 48px); font-weight: 600; color: var(--color-white); text-transform: none; letter-spacing: 0; margin: 0; }
.about-left .text-size-20 { font-size: 17px; line-height: 1.8; }

/* =========== FORM =========== */
.pm-form-wrap { width: 100%; max-width: 820px; margin: 0 auto; }
.ghl-section-header { margin-bottom: 48px; }
.ghl-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-red); margin: 0 0 14px 0; }
.ghl-section-header h2 { font-size: clamp(30px, 3.5vw, 46px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.1; color: var(--color-white); margin: 0 0 16px 0; }
.ghl-section-header p { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.65); margin: 0; max-width: 560px; }
.ghl-header-divider { height: 1px; background: rgba(134,166,200,0.15); margin-top: 40px; }
.ghl-panel { background-color: var(--color-navy-2); border: 1px solid rgba(134,166,200,0.1); border-radius: 16px; padding: 32px 28px; margin-bottom: 12px; }
.ghl-panel-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-red); background-color: rgba(215,38,61,0.08); border: 1px solid rgba(215,38,61,0.22); padding: 3px 10px; border-radius: 4px; margin-bottom: 8px; }
.ghl-panel-title { font-size: 18px; font-weight: 600; color: var(--color-white); margin: 0 0 24px 0; letter-spacing: 0.01em; }
.ghl-field-group { margin-bottom: 18px; }
.ghl-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .ghl-field-row { grid-template-columns: 1fr; } .ghl-panel { padding: 24px 18px; } }
.ghl-panel label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 6px; font-family: 'Inter', sans-serif; }
.ghl-panel label .req, .ghl-panel-title .req { color: var(--color-red); margin-left: 2px; }
.ghl-panel label .opt, .ghl-panel-title .opt { color: rgba(255,255,255,0.3); font-weight: 400; font-size: 10px; text-transform: none; letter-spacing: 0; margin-left: 4px; }
.ghl-panel input[type="text"], .ghl-panel input[type="email"], .ghl-panel input[type="tel"], .ghl-panel input[type="date"], .ghl-panel select, .ghl-panel textarea {
  width: 100%; background: var(--color-navy); border: 1px solid rgba(134,166,200,0.15); border-radius: 8px; padding: 12px 14px; color: var(--color-white);
  font-family: 'Inter', sans-serif; font-size: 14px; transition: border-color 0.2s, box-shadow 0.2s; outline: none; line-height: 1.5;
}
.ghl-panel input:focus, .ghl-panel select:focus, .ghl-panel textarea:focus { border-color: var(--color-red); box-shadow: 0 0 0 3px rgba(215,38,61,0.1); }
.ghl-panel input::placeholder, .ghl-panel textarea::placeholder { color: rgba(134,166,200,0.4); }
.ghl-panel textarea { min-height: 90px; resize: vertical; }
.ghl-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ghl-check-grid.g3 { grid-template-columns: 1fr 1fr 1fr; }
.ghl-check-grid.g1 { grid-template-columns: 1fr; }
@media (max-width: 640px) { .ghl-check-grid, .ghl-check-grid.g3 { grid-template-columns: 1fr; } }
.ghl-hint { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.45); margin: -8px 0 18px 0; font-family: 'Inter', sans-serif; }
.ghl-check-item { display: flex; align-items: center; gap: 10px; background: var(--color-navy); border: 1px solid rgba(134,166,200,0.12); border-radius: 8px; padding: 11px 13px; cursor: pointer; transition: border-color 0.2s, background-color 0.2s; user-select: none; }
.ghl-check-item:hover { border-color: rgba(134,166,200,0.3); background: var(--color-navy-2); }
.ghl-check-item.selected { border-color: var(--color-red); background: rgba(215,38,61,0.07); }
.ghl-check-item input { display: none; }
.ghl-check-box { width: 16px; height: 16px; border: 2px solid rgba(134,166,200,0.3); border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.ghl-check-item.selected .ghl-check-box { background: var(--color-red); border-color: var(--color-red); }
.ghl-check-box svg { width: 10px; height: 10px; opacity: 0; transition: opacity 0.2s; }
.ghl-check-item.selected .ghl-check-box svg { opacity: 1; }
.ghl-radio-dot { width: 16px; height: 16px; border: 2px solid rgba(134,166,200,0.3); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.2s; position: relative; }
.ghl-check-item.selected .ghl-radio-dot { border-color: var(--color-red); }
.ghl-radio-dot::after { content: ''; width: 7px; height: 7px; background: var(--color-red); border-radius: 50%; opacity: 0; transition: opacity 0.2s; }
.ghl-check-item.selected .ghl-radio-dot::after { opacity: 1; }
.ghl-check-label { font-size: 13px; color: rgba(255,255,255,0.78); font-weight: 500; font-family: 'Inter', sans-serif; }
.ghl-yesno-row { display: flex; gap: 6px; margin-top: 2px; }
.ghl-yesno-btn { flex: 1; padding: 10px; text-align: center; background: var(--color-navy); border: 1px solid rgba(134,166,200,0.15); border-radius: 8px; color: rgba(255,255,255,0.45); font-size: 13px; font-weight: 600; font-family: 'Inter', sans-serif; cursor: pointer; transition: all 0.2s; letter-spacing: 0.04em; }
.ghl-yesno-btn:hover { border-color: rgba(134,166,200,0.35); color: rgba(255,255,255,0.7); }
.ghl-yesno-btn.active-yes { background: rgba(215,38,61,0.1); border-color: var(--color-red); color: var(--color-red); }
.ghl-yesno-btn.active-no { background: rgba(134,166,200,0.08); border-color: rgba(134,166,200,0.4); color: rgba(255,255,255,0.6); }
.ghl-rating-row { display: flex; align-items: center; justify-content: space-between; background: var(--color-navy); border: 1px solid rgba(134,166,200,0.12); border-radius: 8px; padding: 12px 14px; margin-bottom: 6px; flex-wrap: wrap; gap: 8px; }
.ghl-rating-label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.78); font-family: 'Inter', sans-serif; }
.ghl-rating-pills { display: flex; gap: 4px; }
.ghl-rating-pill { width: 34px; height: 28px; display: flex; align-items: center; justify-content: center; background: var(--color-navy-2); border: 1px solid rgba(134,166,200,0.15); border-radius: 5px; color: rgba(134,166,200,0.7); font-size: 12px; font-weight: 700; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.ghl-rating-pill:hover { border-color: rgba(134,166,200,0.4); color: rgba(255,255,255,0.75); }
.ghl-rating-pill.active { background: var(--color-red); border-color: var(--color-red); color: var(--color-white); }
.ghl-sdiv { height: 1px; background: rgba(134,166,200,0.1); margin: 24px 0; }
.ghl-submit-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 48px; background: var(--color-red); color: var(--color-white); border: none; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s ease, transform 0.2s ease; }
.ghl-submit-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.ghl-submit-btn:active { transform: translateY(0); }
.ghl-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.ghl-confirmation { display: none; text-align: center; padding: 72px 20px; }
.ghl-confirmation.visible { display: block; }
.ghl-confirm-icon { width: 64px; height: 64px; background: rgba(74,222,128,0.1); border: 2px solid rgba(74,222,128,0.4); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 26px; }
.ghl-confirmation h2 { font-size: 30px; font-weight: 600; color: var(--color-white); text-transform: uppercase; letter-spacing: 0.03em; margin: 0 0 12px 0; }
.ghl-confirmation p { color: rgba(255,255,255,0.55); font-size: 16px; line-height: 1.75; max-width: 440px; margin: 0 auto; }

/* =========== FOOTER =========== */
.footer-redesign { background-color: var(--color-navy); color: var(--color-white); position: relative; }
.footer-accent-bar { width: 100%; height: 3px; background: linear-gradient(90deg, var(--color-red) 0%, transparent 100%); }
.footer-main { display: grid; grid-template-columns: 1.4fr auto 1fr auto 1fr; gap: 0 48px; align-items: start; padding: 72px 0 56px; }
.footer-v-divider { width: 1px; align-self: stretch; background-color: rgba(134,166,200,0.15); margin-top: 4px; }
.footer-brand { display: flex; flex-direction: column; gap: 20px; }
.footer-logo { height: 56px; width: auto; object-fit: contain; object-position: left center; border-radius: 6px; }
.footer-tagline { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.6); max-width: 340px; }
.footer-contact-col { display: flex; flex-direction: column; gap: 20px; }
.footer-col-label { font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--color-red); margin-bottom: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.6; text-decoration: none; transition: color 0.2s ease; }
.footer-contact-item:hover { color: var(--color-white); }
.footer-contact-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 7px; background-color: rgba(134,166,200,0.08); color: var(--color-red); flex-shrink: 0; margin-top: 1px; }
.footer-cta-col { display: flex; flex-direction: column; gap: 16px; }
.footer-cta-role { font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--color-white); }
.footer-cta-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-cta-badge { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-red); background-color: rgba(215,38,61,0.1); border: 1px solid rgba(215,38,61,0.25); border-radius: 4px; padding: 4px 10px; }
.footer-apply-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background-color: var(--color-red); color: var(--color-white); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 6px; transition: opacity 0.2s ease; align-self: flex-start; margin-top: 4px; }
.footer-apply-btn:hover { opacity: 0.9; }
.footer-bottom-bar { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(134,166,200,0.12); padding: 20px 0 32px; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-copy--muted { color: rgba(255,255,255,0.25); }

/* =========== SCROLLBAR =========== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--color-navy); }
::-webkit-scrollbar-thumb { background: var(--color-mid-navy); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--color-steel); }

/* =========== RESPONSIVE =========== */
@media (max-width: 991px) {
  .pm-hero_body { grid-template-columns: 1fr; gap: 40px; }
  .pm-hero_left h1 { font-size: 46px; }
  .two-col-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-images { grid-template-columns: 1fr; }
  .why-img-main { min-height: 380px; }
  .why-img-secondary { min-height: 220px; }
  .why-pillars { grid-template-columns: 1fr; }
  .why-pillar-divider { width: auto; height: 1px; align-self: auto; }
  .resp-bento { grid-template-columns: 1fr 1fr; }
  .resp-card--wide { grid-column: span 2; }
  .resp-card--narrow { grid-column: span 1; }
  .resp-card--third { grid-column: span 1; }
  .resp-header { grid-template-columns: 1fr; gap: 20px; }
  .deliver-item_card { grid-template-columns: 1fr; gap: 36px; }
  .days-header { grid-template-columns: 1fr; gap: 20px; }
  .skills-header { grid-template-columns: 1fr; gap: 32px; }
  .skills-header-right { position: static; }
  .skills-cta-card { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 16px; }
  .skills-cta-title { font-size: 22px; }
  .skills-cta-btn { width: auto; }
  .days-grid { grid-template-columns: 1fr; }
  .days-card--full { padding: 28px; }
  .days-card-full-inner { grid-template-columns: 1fr; gap: 28px; }
  .days-card-full-right { align-items: flex-start; }
  .h-640 { height: 420px; }
  .deliver-item_card-head h3 { font-size: 32px; }
  .padding-section-148 { padding-top: 100px; padding-bottom: 100px; }
  .padding-section-148-74 { padding-top: 100px; padding-bottom: 64px; }
  .padding-section-74-148 { padding-top: 64px; padding-bottom: 100px; }
  .padding-section-72-148 { padding-top: 64px; padding-bottom: 100px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px 0; padding: 48px 0 40px; }
  .footer-v-divider { width: 100%; height: 1px; align-self: auto; margin: 0; }
  .footer-bottom-bar { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 767px) {
  .why-pillars { display: flex !important; flex-direction: column !important; }
  .why-pillar-divider { display: none !important; }
  .resp-bento { display: flex !important; flex-direction: column !important; }
  .resp-card--wide, .resp-card--narrow, .resp-card--third { width: 100% !important; }
  .days-grid { display: flex !important; flex-direction: column !important; }
  .days-card--full { width: 100% !important; }
  .skills-cta-card .skills-cta-btn { width: 100% !important; justify-content: center !important; }
  .pm-hero_left h1 { font-size: 34px; }
  section h2 { font-size: 28px; }
  .deliver-item_card-head h3 { font-size: 26px; }
  .text-size-52 { font-size: 28px; }
  .why-img-main { min-height: 260px; }
  .why-img-secondary { min-height: 180px; }
  .why-img-pill { font-size: 11px; padding: 8px 14px; white-space: normal; }
  .why-pillar { padding: 28px 24px; }
  .why-stat-num { font-size: 20px; }
  .deliver-item_card { padding: 28px 24px; gap: 28px; }
  .deliver-item_head { padding: 22px 24px; }
  .h-640 { height: 260px; }
  .deliver-item_img { height: 240px; }
  .padding-section-148 { padding-top: 64px; padding-bottom: 64px; }
  .padding-section-148-74 { padding-top: 64px; padding-bottom: 48px; }
  .padding-section-74-148 { padding-top: 48px; padding-bottom: 64px; }
  .padding-section-72-148 { padding-top: 48px; padding-bottom: 64px; }
  .padding-section-72 { padding-top: 48px; padding-bottom: 48px; }
  .footer-bottom-grid { grid-template-columns: 1fr; }
  .margin-b-72 { margin-bottom: 48px !important; }
  .pm-nav_logo { height: 38px; }
  .text-size-20 { font-size: 16px; }
  .text-size-14 { font-size: 15px; }
  .hero-meta-grid { grid-template-columns: 1fr; }
  .hero-meta-card--full { grid-column: 1; }
  .pm-nav_name { display: none; }
}
