@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400..700&family=Inter:wght@400..700&display=swap");

:root {
  --accent-primary: #0f766e;
  --accent-secondary: #d97706;
  --bg: #f7f6f2;
  --card: #ffffff;
  --ink: #0f172a;
  --muted: #475569;
  --border: #e2e8f0;
  --font-title: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

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

header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 5000;
}

nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 18px 20px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

#main {
  font-family: var(--font-title);
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

.nav a {
  font-family: var(--font-title);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #374151;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

.nav a:hover {
  color: var(--accent-secondary);
  border-bottom-color: var(--accent-secondary);
}

.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropbtn {
  background: none;
  border: none;
  color: #374151;
  font-family: var(--font-title);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-bottom: 7px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.nav-dropbtn:hover {
  color: var(--accent-secondary);
}

.nav-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background-color: #ffffff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.12);
  z-index: 6000;
  overflow: hidden;
}

.nav-dropdown-content a {
  display: block;
  padding: 12px 14px;
  font-family: var(--font-title);
  font-size: 0.98rem;
  font-weight: 500;
  color: #111827;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.download-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.35rem;
  vertical-align: -0.12em;
}

.nav-dropdown-content a:last-child {
  border-bottom: none;
}

.nav-dropdown-content a:hover {
  background-color: #f3f4f6;
  color: var(--accent-secondary);
}

.nav-dropdown:hover .nav-dropdown-content {
  display: block;
}

.nav-dropdown:hover .nav-dropbtn {
  color: var(--accent-secondary);
}

main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 20px;
}

.gcsp-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 0 60px;
}

.gcsp-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.10), rgba(217, 119, 6, 0.10));
  border-radius: 18px;
  padding: 34px 22px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.06);
  z-index: 0;

}
.gallery {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.shot {
  grid-column: span 4;
  margin: 0;
}

.gallery-two .shot {
  grid-column: span 6;
}

.shot img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
  display: block;
}
.shot.shrink-fit img {
  object-fit: contain;
  background-color: #ffffff;
}


.shot figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .shot {
    grid-column: span 12;
  }
  .gallery-two .shot {
    grid-column: span 12;
  }
  .shot img {
    height: 230px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(15, 118, 110, 0.35), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(217, 119, 6, 0.35), transparent 45%),
    linear-gradient(to right, rgba(15, 118, 110, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 118, 110, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px, 28px 28px;
  animation: drift 14s ease-in-out infinite;
    pointer-events: none;

}

@keyframes drift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(10px, -8px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  margin: 0 0 8px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}

h1 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: var(--accent-primary);
}

.hero-subtitle {
  margin: 0 0 18px;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  border: 1px solid rgba(15, 118, 110, 0.25);
  background: rgba(255, 255, 255, 0.70);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--accent-primary);
}

.gcsp-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.gcsp-grid .card {
  grid-column: span 12;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  margin: 0;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
  transform: translateY(0);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gcsp-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.08);
  border-color: rgba(15, 118, 110, 0.25);
}

@media (min-width: 860px) {
  .gcsp-grid .card:nth-child(1),
  .gcsp-grid .card:nth-child(2) {
    grid-column: span 6;
  }

  .gcsp-grid .card:nth-child(3) {
    grid-column: span 12;
  }

  .gcsp-grid .card:nth-child(4),
  .gcsp-grid .card:nth-child(5),
  .gcsp-grid .card:nth-child(6) {
    grid-column: span 4;
  }

  .gcsp-grid.last-three-row .card:nth-last-child(4),
  .gcsp-grid.last-three-row .card:nth-last-child(3),
  .gcsp-grid.last-three-row .card:nth-last-child(2) {
    grid-column: span 4;
  }
}

.gcsp-grid .card.photo-card {
  grid-column: 1 / -1 !important;
}

.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.10);
  border: 1px solid rgba(15, 118, 110, 0.18);
  font-size: 1.25rem;
}

h2 {
  margin: 0;
  font-family: var(--font-title);
  color: var(--accent-primary);
  font-size: 1.25rem;
}

.gcsp-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.10);
  border: 1px solid rgba(217, 119, 6, 0.20);
  color: #92400e;
  font-weight: 700;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cta {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--accent-primary);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(15, 118, 110, 0.25);
  transition: transform 160ms ease, filter 160ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(0.95);
}

.cta.ghost {
  background: transparent;
  color: var(--accent-primary);
  border: 1px solid rgba(15, 118, 110, 0.35);
}

@media (max-width: 768px) {
  .nav-left,
  .nav-right {
    gap: 16px;
  }

  main {
    padding: 26px 16px;
  }

  nav {
    padding: 16px 16px;
  }
}
