/* Below Grade — visual layer on top of construction-website/styles.css */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,600;0,7..72,700;1,7..72,400&display=swap');

:root {
  --bg-brand: #0a0b0f;
  --orange: #e85d1a;
  --logo-orange: #b5653e;
  --orange-dim: rgba(232, 93, 26, 0.15);
  --orange-glow: rgba(232, 93, 26, 0.35);
  --surface: rgba(18, 20, 28, 0.72);
  --font-display: 'Literata', Georgia, 'Times New Roman', serif;
  --font-ui: 'Instrument Sans', system-ui, sans-serif;
  --header-height: 80px;
}

html,
body {
  font-family: var(--font-ui);
  background: var(--bg-brand);
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(232, 93, 26, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 50% at 100% 50%, rgba(60, 80, 120, 0.12), transparent 45%),
    linear-gradient(180deg, #0c0e14 0%, #060709 100%);
}

h1,
h2,
h3,
.hero-text h1 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

/* Orange accent system (overrides base template gold) */
:root {
  --accent: var(--orange);
  --accent-soft: var(--orange-dim);
  --accent-strong: #ff7a35;
}

/* Header polish */
.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.logo {
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.logo-lockup {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(230px, 52vw);
  object-fit: contain;
  object-position: left center;
}

.logo-brand-compact .logo-lockup {
  height: 42px;
  max-width: min(200px, 70vw);
}

.logo-brand-footer {
  margin-bottom: 12px;
}

.logo-brand-footer .logo-lockup {
  height: 48px;
  max-width: 210px;
}

@media (max-width: 640px) {
  .logo-lockup {
    height: 44px;
    max-width: min(200px, 58vw);
  }
}

/* Legacy mark (favicon / fallbacks) */
.logo-mark {
  flex-shrink: 0;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  object-fit: cover;
  background: transparent;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-height: 48px;
  line-height: 1;
}

.logo-title {
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--logo-orange, var(--orange));
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
}

.logo-sub {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--logo-orange, var(--orange));
  opacity: 0.88;
  line-height: 1.05;
}

/* Mobile menu */
.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-btn svg {
  width: 22px;
  height: 22px;
  stroke: rgba(245, 247, 251, 0.92);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.mobile-menu[data-open="true"] {
  display: block;
}

.menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
}

.menu-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(420px, 92vw);
  padding: 16px 16px 18px;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.96), rgba(6, 7, 10, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.75);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.menu-close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.menu-links {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.menu-links a {
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 247, 251, 0.92);
}

.menu-cta {
  display: grid;
  gap: 10px;
}

.sticky-mobile-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sticky-mobile-cta a {
  padding: 12px 14px;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 14, 0.65);
  backdrop-filter: blur(14px);
}

.sticky-mobile-cta a.primary {
  background: linear-gradient(135deg, var(--orange), #ff7a35);
  color: #1a1200;
  border-color: rgba(232, 93, 26, 0.25);
}

/* --- Hero --- */
.hero-fold {
  display: block;
}

@media (min-width: 881px) {
  .hero-fold {
    min-height: calc(100svh - var(--header-height));
    display: flex;
    flex-direction: column;
  }

  .hero-fold .hero-visual {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .hero-fold .trust-band {
    flex-shrink: 0;
    margin-top: auto;
  }
}

.hero-visual {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.hero-visual .container.hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 8vw, 88px) 20px clamp(56px, 9vw, 96px);
  align-items: stretch;
}

.hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-bg-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-image: url('../photos/Land-Dev-33.png');
  filter: saturate(1.05) contrast(1.05);
}

.hero-bg-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(6, 7, 10, 0.94) 0%,
    rgba(6, 7, 10, 0.82) 38%,
    rgba(10, 12, 18, 0.55) 62%,
    rgba(15, 18, 28, 0.35) 100%
  );
}

.hero-strata {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(22vh, 180px);
  opacity: 0.9;
}

.hero-text .hero-badge {
  background: rgba(232, 93, 26, 0.18);
  border: 1px solid rgba(232, 93, 26, 0.35);
  color: var(--accent-strong);
  letter-spacing: 0.06em;
}

.hero-visual .hero-text h1 {
  font-size: clamp(2.35rem, 4.8vw, 3.35rem);
  line-height: 1.06;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
}

.hero-visual .hero-text p {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.58;
}

.hero-panel-visual {
  display: block;
  min-width: 0;
}

/* Hero service carousel */
.hero-carousel {
  background: rgba(8, 9, 14, 0.72);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
}

.hero-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
}

.hero-carousel-head strong {
  color: var(--accent-strong);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-carousel-count {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(245, 247, 251, 0.55);
  letter-spacing: 0.04em;
}

.hero-carousel-viewport {
  min-width: 0;
}

.hero-carousel-stage-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.hero-carousel-stage {
  position: relative;
  min-height: 280px;
  border-radius: 14px;
  overflow: hidden;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  inset: auto;
  min-height: 280px;
}

.hero-carousel-slide img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hero-carousel-slide:hover img,
.hero-carousel-slide:focus-visible img {
  transform: scale(1.03);
}

.hero-carousel-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(10, 11, 15, 0.55) 0%,
    rgba(10, 11, 15, 0.78) 100%
  );
  transition: opacity 0.35s ease, background 0.35s ease;
}

.hero-carousel-slide:hover .hero-carousel-overlay,
.hero-carousel-slide:focus-visible .hero-carousel-overlay {
  opacity: 0;
}

.hero-carousel-name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  max-width: 16rem;
}

.hero-carousel-cta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.hero-carousel-arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hero-carousel-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-carousel-arrow:hover {
  background: rgba(232, 93, 26, 0.22);
  border-color: rgba(232, 93, 26, 0.45);
}

.hero-carousel-arrow:active {
  transform: scale(0.96);
}

@media (max-width: 960px) {
  .hero-carousel-stage,
  .hero-carousel-slide.is-active,
  .hero-carousel-slide img {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .hero-carousel-stage-wrap {
    display: block;
  }

  .hero-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .hero-carousel-prev {
    left: 10px;
  }

  .hero-carousel-next {
    right: 10px;
  }

  .hero-carousel-stage {
    min-height: 220px;
  }

  .hero-carousel-slide.is-active,
  .hero-carousel-slide img {
    min-height: 220px;
  }
}

.hero-thumb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-height: 200px;
}

.hero-thumb-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
}

.hero-thumb-grid img:first-child {
  grid-row: span 2;
  min-height: 220px;
}

.hero-mini-card {
  background: rgba(8, 9, 14, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-mini-card strong {
  color: var(--accent-strong);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

/* --- Sections --- */
.section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 34px;
}

.section-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-strong);
  margin-bottom: 10px;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.05rem);
}

.section-head .section-intro {
  margin: 0 auto;
  max-width: 520px;
}

.section-alt .section-intro,
.section-intro {
  opacity: 0.92;
}

/* Trust strip */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 28px;
}

.trust-pill {
  font-size: 0.78rem;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

/* --- Service gallery (photo cards → service pages) --- */
.service-gallery-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

a.service-gallery-card {
  display: block;
  padding: 0 !important;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

a.service-gallery-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 93, 26, 0.3);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.55);
}

.service-gallery-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.service-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.service-gallery-card:hover img {
  transform: scale(1.05);
}

.service-gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 48px 16px 16px;
  background: linear-gradient(to top, rgba(6, 7, 10, 0.95) 0%, rgba(6, 7, 10, 0.55) 55%, transparent 100%);
}

.service-gallery-caption h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  color: #fff;
}

.service-gallery-caption p {
  margin: 0 0 8px;
  font-size: 0.88rem;
  color: rgba(245, 247, 251, 0.78);
  line-height: 1.45;
}

.service-gallery-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-strong);
  letter-spacing: 0.02em;
}

.service-gallery-card:hover .service-gallery-link {
  text-decoration: underline;
}

/* --- Service cards (icon list — services.html) --- */
.service-card {
  position: relative;
  padding-top: 18px !important;
  padding-left: 18px !important;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--orange), transparent);
  border-radius: 4px 0 0 4px;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 93, 26, 0.25);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(232, 93, 26, 0.08);
}

.service-card-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.service-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--orange-dim);
  border: 1px solid rgba(232, 93, 26, 0.25);
}

.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--accent-strong);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card-body h3 {
  margin-top: 0;
}

.service-card-body p {
  margin-bottom: 10px;
}

/* --- Project cards --- */
.projects-grid-enhanced {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.project-card-enhanced {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.project-card-enhanced:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.55);
}

.project-card-enhanced figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.project-card-enhanced img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card-enhanced:hover img {
  transform: scale(1.05);
}

.project-card-enhanced figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 7, 10, 0.88) 0%, transparent 55%);
  pointer-events: none;
}

.project-card-enhanced figure {
  position: relative;
}

.project-card-enhanced .project-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 14px;
  z-index: 1;
}

.project-card-enhanced .project-caption h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.project-card-enhanced .project-caption p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(245, 247, 251, 0.85);
}

.project-card-body {
  padding: 16px 16px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.project-card-body .project-meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

/* --- About --- */
.about-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  min-height: 320px;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.about-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232, 93, 26, 0.2) 0%, transparent 45%);
  pointer-events: none;
}

.about-grid.about-grid-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: center;
}

/* --- Testimonials --- */
.testimonial-quote {
  position: relative;
  padding-left: 18px;
  border-left: 3px solid var(--orange);
}

.testimonial-quote p:first-child {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(245, 247, 251, 0.92);
}

/* --- Contact --- */
.contact-details a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Footer --- */
.site-footer {
  background: linear-gradient(180deg, #05060b 0%, #030305 100%);
}

/* --- Buttons --- subtle refresh */
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff7a35);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-gallery-card,
  .project-card-enhanced,
  .project-card-enhanced img {
    transition: none;
  }

  .service-card:hover,
  .service-gallery-card:hover,
  .project-card-enhanced:hover {
    transform: none;
  }

  .project-card-enhanced:hover img {
    transform: none;
  }
}

@media (max-width: 880px) {
  .about-grid-split {
    grid-template-columns: 1fr;
  }

  .about-visual {
    order: -1;
    max-height: 280px;
  }

  .about-visual img {
    min-height: 220px;
  }

  .hero-thumb-grid img:first-child {
    min-height: 160px;
  }

  .menu-btn {
    display: inline-flex;
  }

  .sticky-mobile-cta {
    display: grid;
  }
}

/* --- Services nav dropdown (Downright-style) --- */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(245, 247, 251, 0.82);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.is-active,
.nav-dropdown[data-open="true"] .nav-dropdown-trigger {
  color: var(--accent-strong);
}

.nav-chevron {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.nav-dropdown[data-open="true"] .nav-chevron {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 280px;
  padding: 8px 0;
  background: rgba(10, 12, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 100;
}

.nav-dropdown[data-open="true"] .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  color: rgba(245, 247, 251, 0.88);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: rgba(232, 93, 26, 0.12);
  color: var(--accent-strong);
}

.menu-services summary {
  list-style: none;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 247, 251, 0.92);
  cursor: pointer;
  font-weight: 600;
}

.menu-services summary::-webkit-details-marker {
  display: none;
}

.menu-services-links {
  display: grid;
  gap: 6px;
  padding: 8px 0 4px 12px;
}

.menu-services-links a {
  padding: 8px 10px;
  font-size: 0.88rem;
  color: rgba(245, 247, 251, 0.78);
}

/* --- Oil City–style hero --- */
.hero-oilcity .container.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(88vh, 820px);
  max-width: 920px;
  padding-bottom: clamp(72px, 10vw, 120px);
}

.hero-oilcity .hero-text {
  max-width: 720px;
}

.hero-headline {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5.5vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero-line {
  display: block;
  color: #fff;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.5);
}

.hero-line.hero-accent {
  color: var(--accent-strong);
}

.hero-oilcity .hero-text p {
  max-width: 36rem;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  color: rgba(245, 247, 251, 0.88);
  margin-bottom: 28px;
}

.hero-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(8, 9, 14, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(245, 247, 251, 0.92);
}

.hero-trust-pill svg {
  width: 16px;
  height: 16px;
  stroke: var(--accent-strong);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.hero-oilcity .btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hero-oilcity .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

@media (max-width: 880px) {
  .nav-dropdown {
    display: none;
  }
}

/* --- Work showcase: featured video + thumb strip + photo row --- */
.work-showcase-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.work-video-feature {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  background: #000;
}

.work-video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  vertical-align: top;
}

.work-video-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.work-video-tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 247, 251, 0.88);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.work-video-tab img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.work-video-tab span {
  padding: 0 10px 10px;
  line-height: 1.2;
}

.work-video-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 93, 26, 0.35);
}

.work-video-tab.is-active {
  border-color: var(--accent-strong);
  background: rgba(232, 93, 26, 0.1);
  color: var(--accent-strong);
}

.work-photo-strip-wrap {
  margin-top: 4px;
}

.work-photo-strip-label {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 247, 251, 0.55);
}

.work-photo-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.work-photo-strip img {
  flex: 0 0 220px;
  width: 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  scroll-snap-align: start;
}

.work-photo-strip img:first-child {
  flex-basis: 280px;
  width: 280px;
}

@media (max-width: 960px) {
  .work-video-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .work-video-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .work-video-tab {
    flex: 0 0 140px;
    scroll-snap-align: start;
  }

  .work-photo-strip img,
  .work-photo-strip img:first-child {
    flex-basis: 180px;
    width: 180px;
    height: 120px;
  }
}
