:root {
  --bg: #eef1f4;
  --surface: #f5f7f8;
  --surface-strong: #ffffff;
  --text: #18211d;
  --muted: #57645d;
  --line: rgba(24, 33, 29, 0.1);
  --green: #2f8f5b;
  --green-deep: #15392a;
  --olive: #a9bf7a;
  --sand: #d8c4a1;
  --dark: #0f1815;
  --shadow-lg: 0 32px 80px rgba(8, 18, 14, 0.16);
  --shadow-md: 0 18px 40px rgba(10, 22, 17, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.section-white {
  background: #ffffff;
}

.section-alt {
  background: #f2f5f7;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.eyebrow::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.eyebrow-green {
  color: var(--green);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(15, 24, 21, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.scrolled {
  background: rgba(15, 24, 21, 0.86);
}

.site-header-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(8, 15, 12, 0.52), rgba(8, 15, 12, 0.14));
  border-bottom: 0;
}

.site-header-home.scrolled {
  position: fixed;
  background: rgba(15, 24, 21, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  min-height: 2.7rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.4rem;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  padding: 0.2rem 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.brand-badge img {
  width: 100%;
  max-width: 11.25rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 0.96rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.site-nav a.active {
  color: #ffffff;
}

.site-nav a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--olive), var(--sand));
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.23rem auto;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  background: linear-gradient(180deg, #0f1815 0%, #16231d 42%, #243229 100%);
  color: #fff;
}

.hero-fullwidth {
  min-height: 100vh;
  padding: 10.5rem 0 4.5rem;
  background:
    linear-gradient(180deg, rgba(5, 12, 10, 0.12) 0%, rgba(5, 12, 10, 0.28) 54%, rgba(5, 12, 10, 0.48) 100%),
    url("img/home-slider/s1.jpg") center center / cover no-repeat;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(90deg, rgba(8, 13, 12, 0.4) 0%, rgba(8, 13, 12, 0.12) 42%, rgba(8, 13, 12, 0.18) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 9rem);
}

.hero-grid-single {
  grid-template-columns: 1fr;
  min-height: calc(100vh - 15rem);
  align-items: end;
}

.hero-copy-wide {
  max-width: 48rem;
}

.hero-copy h1,
.section-copy h2,
.section-heading h2,
.contact-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(1.95rem, 3.4vw, 3.3rem);
  line-height: 1.08;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-text,
.section-copy p,
.contact-panel p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-copy .hero-text {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #0f1815;
  background: linear-gradient(135deg, #cfe18f, #e4cfad);
  box-shadow: 0 18px 40px rgba(216, 196, 161, 0.18);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.hero-stats article {
  padding: 1rem 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero-stats strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.hero-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 38rem;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-main {
  inset: 0 2rem 5rem 0;
}

.hero-card-side {
  width: 17rem;
  height: 14rem;
  right: 0;
  bottom: 0;
  border: 8px solid rgba(15, 24, 21, 0.7);
}

.hero-floating {
  position: absolute;
  max-width: 17rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  backdrop-filter: blur(20px);
  background: rgba(12, 22, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.hero-floating span {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.hero-floating small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.hero-floating-top {
  top: 1.4rem;
  right: 1rem;
}

.hero-floating-bottom {
  left: -1rem;
  bottom: 6rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 2.2rem 0 2.6rem;
  background: linear-gradient(180deg, #0f1815 0%, #16231d 100%);
  color: #fff;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 2rem;
  align-items: center;
}

.page-hero h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-hero-text {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-size: 1rem;
}

.page-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  min-height: 16rem;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-strip-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(24, 33, 29, 0.07);
}

.intro-strip-grid > p {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.8;
}

.intro-points {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
  justify-content: flex-end;
}

.intro-points span,
.check-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(47, 143, 91, 0.1);
  color: var(--green-deep);
  font-weight: 700;
}

.intro-points span::before,
.check-list span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green);
}

.about-grid,
.facilities-grid,
.corporate-grid,
.contact-grid,
.content-grid,
.preview-grid,
.about-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.about-preview {
  padding-top: 3.5rem;
}

.about-preview-grid {
  align-items: stretch;
}

.about-preview-media,
.about-preview-copy {
  min-height: 30rem;
}

.about-preview-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.about-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.2rem;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid rgba(24, 33, 29, 0.08);
  box-shadow: var(--shadow-md);
}

.about-preview-copy h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.about-preview-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  color: var(--green);
  font-weight: 800;
}

.text-link::after {
  content: ">";
  font-size: 1rem;
}

.preview-links,
.stack-cards {
  display: grid;
  gap: 1rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.88);
}

.breadcrumbs span {
  opacity: 0.72;
}

.breadcrumbs strong {
  color: #ffffff;
  font-weight: 700;
}

.preview-link-card,
.feature-card,
.stat-card {
  display: block;
  padding: 1.35rem 1.4rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 33, 29, 0.08);
  box-shadow: var(--shadow-md);
}

.preview-link-card strong,
.feature-card strong,
.stat-card strong {
  display: block;
  color: var(--green-deep);
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  margin-bottom: 0.4rem;
}

.preview-link-card span,
.feature-card p,
.stat-card span {
  color: var(--muted);
  line-height: 1.65;
}

.section-cta {
  margin-top: 2rem;
}

.video-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.video-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #0f1815;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
}

.video-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 17, 14, 0.18), rgba(9, 17, 14, 0.55));
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-deep);
  font-size: 1.8rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.video-preview-text {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  display: grid;
  gap: 0.25rem;
}

.video-preview-text strong {
  font-size: 1.15rem;
}

.video-preview-text small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 12, 0.78);
  backdrop-filter: blur(8px);
}

.lightbox-dialog {
  position: relative;
  width: min(1100px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  border-radius: 28px;
  overflow: hidden;
  background: #0f1815;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #101815;
  font-size: 1.8rem;
  cursor: pointer;
}

.lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox-content img,
.lightbox-content iframe {
  display: block;
  width: 100%;
}

.lightbox-content img {
  max-height: calc(100vh - 2rem);
  object-fit: contain;
  background: #0f1815;
}

.lightbox-content iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.lightbox-video-fallback {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: min(70vh, 42rem);
}

.lightbox-video-fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-video-fallback-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  color: #fff;
}

.lightbox-video-fallback-body strong {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.lightbox-video-fallback-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.lightbox-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.1rem;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: rgba(8, 13, 12, 0.52);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}

.feature-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.page-card-grid {
  display: grid;
  gap: 1.5rem;
}

.detail-card {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 1.4rem;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 33, 29, 0.08);
  box-shadow: var(--shadow-md);
}

.detail-card img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  border-radius: 18px;
}

.detail-card h2 {
  margin: 0 0 0.7rem;
  color: var(--green-deep);
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  line-height: 1.15;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.section-copy h2,
.section-heading h2,
.contact-panel h2 {
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.08;
  color: var(--green-deep);
}

.section-copy p,
.section-heading p,
.details-list dd {
  color: var(--muted);
}

.about-panels {
  display: grid;
  gap: 1rem;
}

.info-panel,
.details-card,
.contact-panel,
.map-card,
.service-card,
.logo-grid figure {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.info-panel {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 29, 0.07);
}

.info-panel.dark {
  color: #fff;
  background: linear-gradient(180deg, #1c3128 0%, #13211a 100%);
}

.panel-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--green);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-panel.dark .panel-kicker {
  color: var(--sand);
}

.info-panel h3 {
  margin: 0 0 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}

.info-panel p {
  margin: 0;
  line-height: 1.75;
  color: inherit;
  opacity: 0.88;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(21, 57, 42, 0.04), rgba(21, 57, 42, 0.02)),
    transparent;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 33, 29, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

.service-body {
  padding: 1.25rem;
}

.service-index {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(47, 143, 91, 0.12);
  color: var(--green);
  font-weight: 800;
}

.service-body h3 {
  margin: 0.85rem 0 0.6rem;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
}

.service-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.mega-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item,
.gallery-item-lg {
  overflow: hidden;
  border-radius: 26px;
  min-height: 14rem;
  position: relative;
}

.gallery-item img,
.gallery-item-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img,
.gallery-item-lg:hover img {
  transform: scale(1.03);
}

.gallery-item::after,
.gallery-item-lg::after {
  content: "+";
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--green-deep);
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.gallery-item-lg {
  grid-column: 1 / -1;
  min-height: 20rem;
}

.references-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15));
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.logo-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-grid figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 9.25rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 33, 29, 0.08);
}

.logo-grid img {
  max-width: 88%;
  max-height: 4.6rem;
  object-fit: contain;
  filter: saturate(0.92);
}

.details-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(24, 33, 29, 0.08);
}

.details-list {
  margin: 0;
}

.details-list div {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.details-list div:last-child {
  border-bottom: 0;
}

.details-list dt {
  color: var(--green-deep);
  font-weight: 800;
}

.details-list dd {
  margin: 0;
  line-height: 1.6;
}

.contact-section {
  color: var(--text);
  background: #ffffff;
}

.contact-panel,
.map-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(24, 33, 29, 0.08);
}

.contact-panel {
  padding: 1.8rem;
}

.contact-section .eyebrow {
  color: var(--green);
}

.contact-section .contact-panel h2 {
  color: var(--green-deep);
}

.contact-section .contact-panel p {
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.contact-list a {
  display: block;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #f6f8f9;
  border: 1px solid rgba(24, 33, 29, 0.08);
}

.contact-list strong,
.footer-meta span {
  display: block;
}

.contact-list span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  line-height: 1.6;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.social-row a {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #f2f5f7;
  border: 1px solid rgba(24, 33, 29, 0.08);
  color: var(--green-deep);
  font-weight: 700;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-card {
  min-height: 42rem;
  background: #ffffff;
}

.contact-grid {
  align-items: stretch;
}

.site-footer {
  padding: 1.6rem 0 2.5rem;
  background: #0d1512;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-badge {
  min-width: 8.8rem;
  padding: 0;
}

.footer-brand p {
  margin: 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.footer-meta {
  text-align: right;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-grid,
  .facilities-grid,
  .corporate-grid,
  .contact-grid,
  .intro-strip-grid,
  .content-grid,
  .preview-grid,
  .page-hero-grid,
  .about-preview-grid,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-grid,
  .logo-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid,
  .stats-grid,
  .mega-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 34rem;
  }

  .hero-grid-single {
    min-height: auto;
  }

  .about-preview-media,
  .about-preview-copy {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }

  .nav-wrap {
    min-height: 4.8rem;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(15, 24, 21, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-lg);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-fullwidth {
    min-height: 88vh;
    padding: 8.75rem 0 3.5rem;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-stats,
  .logo-grid,
  .logo-grid-compact,
  .services-grid,
  .feature-grid,
  .stats-grid,
  .mega-gallery {
    grid-template-columns: 1fr;
  }

  .lightbox-video-fallback {
    grid-template-columns: 1fr;
  }

  .detail-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 27rem;
  }

  .hero-card-main {
    inset: 0 0 5.5rem 0;
  }

  .hero-card-side {
    width: 12rem;
    height: 9rem;
  }

  .hero-floating-top {
    top: 1rem;
    right: 0.75rem;
  }

  .hero-floating-bottom {
    left: 0.75rem;
    bottom: 4.6rem;
  }

  .details-list div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .footer-grid,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4.25rem 0;
  }

  .hero-copy h1,
  .section-copy h2,
  .section-heading h2,
  .contact-panel h2 {
    font-size: 2rem;
  }

  .hero-text,
  .section-copy p,
  .intro-strip-grid > p {
    font-size: 1rem;
  }

  .brand-badge {
    min-width: 10.2rem;
    padding: 0.75rem 1rem;
  }

  .brand-badge img {
    max-width: 8.6rem;
  }

  .hero-visual {
    min-height: 23rem;
  }

  .hero-card-side {
    width: 9.6rem;
    height: 7rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 2rem 0 3rem;
  }

  .site-header-home {
    background: rgba(15, 24, 21, 0.7);
    position: sticky;
  }
}
