:root {
  --bg: #f7f6f1;
  --bg-soft: #eeefe9;
  --surface: #ffffff;
  --surface-deep: #f4f5ef;
  --green: #123c78;
  --green-deep: #0d2f5f;
  --text: #16202b;
  --muted: #5c6570;
  --line: #d9dee5;
  --accent: #efd86f;
  --accent-deep: #d4ba54;
  --shadow: 0 20px 44px rgba(18, 39, 73, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --wrap: min(1180px, calc(100% - 2rem));
  --display: "Fraunces", "Georgia", serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(18, 60, 120, 0.06), transparent 18%),
    linear-gradient(180deg, #fbfaf5 0%, #f7f6f1 35%, #f0f1eb 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.topbar {
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.88);
}

.topbar-shell,
.topbar-links,
.nav-shell,
.site-nav,
.hero-actions,
.mid-cta-actions,
.final-actions,
.footer-links,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.topbar-shell {
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.96rem;
}

.topbar-banner {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-shell p,
.topbar-links a {
  margin: 0;
}

.topbar-links a {
  text-decoration: none;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(250, 250, 246, 0.92);
  border-bottom: 1px solid rgba(24, 59, 39, 0.08);
}

.nav-shell {
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}

.brand strong,
h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: -0.03em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.brand-mark {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 39, 73, 0.08);
  box-shadow: 0 14px 30px rgba(18, 39, 73, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-nav {
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--green);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 800;
}

.hero,
.section {
  position: relative;
}

.hero {
  padding: 4.2rem 0 1.2rem;
}

.category-grid,
.location-shell,
.footer-shell {
  display: grid;
  gap: 1.25rem;
}

.lead,
.section-heading p,
.detail-card p,
.site-footer p,
.mid-cta p,
.category-card p,
.sector-card p {
  color: var(--muted);
}

.lead {
  max-width: 62ch;
  font-size: 1.08rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.8rem;
}

.hero-actions {
  margin: 2rem 0 1.35rem;
}

.hero-banner {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-color: var(--green-deep);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--shadow);
}

.figma-accent {
  pointer-events: none;
}

.figma-accent.is-active {
  position: absolute;
  z-index: 2;
}

.figma-accent-asset {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(18, 39, 73, 0.14));
}

.figma-accent-hero.is-active {
  top: 1.4rem;
  right: 1.4rem;
  width: clamp(88px, 10vw, 150px);
}

.figma-accent-cta.is-active {
  right: 1.5rem;
  top: 50%;
  width: clamp(84px, 10vw, 132px);
  transform: translateY(-50%);
}

.hero-banner-overlay {
  width: min(720px, 100%);
  padding: 1.9rem 2rem 2rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-banner .eyebrow {
  color: rgba(239, 216, 111, 0.96);
}

.hero-banner h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: none;
}

.hero-word {
  display: inline-block;
  font-family: "Arial Black", "Impact", var(--body), sans-serif;
  font-weight: 900;
  line-height: 0.95;
  text-transform: none;
  vertical-align: middle;
}

.hero-word-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #1a4d92 0%, #123c78 100%);
  border: 4px solid var(--green-deep);
  border-radius: 14px;
  padding: 0.08em 0.18em 0.14em;
  box-shadow:
    0 10px 24px rgba(9, 24, 46, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-word-accent {
  margin-left: 0.08em;
  color: var(--accent);
  -webkit-text-stroke: 4px var(--green-deep);
  text-shadow:
    0 6px 14px rgba(9, 24, 46, 0.28),
    2px 2px 0 var(--green-deep);
}

.hero-copy,
.hero-copy-compact,
.location-card,
.final-cta,
.mid-cta {
  text-align: center;
}

.hero-copy-compact {
  max-width: 760px;
  padding-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy-compact .hero-actions {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 44px;
  padding: 0.74rem 1rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: var(--green-deep);
  box-shadow: 0 16px 34px rgba(212, 186, 84, 0.3);
}

.button-secondary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(32, 79, 52, 0.2);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.82);
  color: var(--green);
  border: 1px solid rgba(32, 79, 52, 0.12);
}

.category-card,
.sector-card,
.location-card,
.map-card,
.detail-card,
.mid-cta,
.final-cta {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 59, 39, 0.1);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
}

.category-card,
.sector-card,
.location-card,
.map-card,
.mid-cta,
.final-cta {
  padding: 1.5rem;
}

.sector-card {
  position: relative;
}

.figma-accent-card.is-active {
  top: 0.9rem;
  right: 0.9rem;
  width: 58px;
}

.section {
  padding: 1.6rem 0 4.1rem;
}

.section-soft::before,
.section-band::before {
  content: "";
  position: absolute;
  inset: 0.45rem 0;
  z-index: -1;
  border-top: 1px solid rgba(24, 59, 39, 0.05);
  border-bottom: 1px solid rgba(24, 59, 39, 0.05);
}

.section-soft::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(236, 238, 231, 0.76));
}

.section-band::before {
  background: linear-gradient(180deg, rgba(231, 237, 228, 0.92), rgba(245, 245, 241, 0.78));
}

.section-heading {
  margin-bottom: 1.45rem;
  max-width: 66ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2,
.location-card h2,
.final-cta h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
}

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

.category-card h3,
.sector-card h3,
.detail-card h3 {
  margin: 0.85rem 0 0.55rem;
  font-size: 1.42rem;
}

.category-art {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(32, 79, 52, 0.08);
  color: var(--green);
  border: 1px solid rgba(32, 79, 52, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
}

.mid-cta {
  margin-top: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.mid-cta-copy {
  max-width: 700px;
}

.mid-cta h3 {
  margin: 0.25rem 0 0;
  font-size: 1.5rem;
  text-align: center;
}

.mid-cta p {
  margin: 0.65rem 0 0;
}

.hero-actions,
.mid-cta-actions,
.final-actions {
  justify-content: center;
}

.location-shell {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
}

.location-card {
  display: grid;
  gap: 1rem;
}

.detail-stack {
  display: grid;
  gap: 0.9rem;
}

.detail-card {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(24, 59, 39, 0.08);
  border-radius: var(--radius-lg);
  background: var(--surface-deep);
}

.detail-card p {
  margin: 0.25rem 0 0;
}

.map-card {
  overflow: hidden;
  min-height: 100%;
}

.final-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.figma-motion-float {
  animation: figmaFloat 5.2s ease-in-out infinite;
}

.figma-motion-drift {
  animation: figmaDrift 7s ease-in-out infinite;
}

.figma-motion-pulse {
  animation: figmaPulse 3.6s ease-in-out infinite;
}

@keyframes figmaFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes figmaDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(8px, -8px, 0) scale(1.04);
  }
}

@keyframes figmaPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.site-footer {
  padding: 2rem 0 2.45rem;
  border-top: 1px solid rgba(24, 59, 39, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.footer-shell {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer-links {
  gap: 0.75rem 1rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .location-shell,
  .footer-shell,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(24, 59, 39, 0.08);
    box-shadow: var(--shadow);
  }

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

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

  .mid-cta,
  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-accent-cta.is-active {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 88px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 1rem, 1180px);
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-banner h1 {
    font-size: clamp(2.35rem, 12vw, 4.15rem);
  }

  .hero-word-primary,
  .hero-word-accent {
    -webkit-text-stroke: 2px var(--green-deep);
  }

  .hero-word-primary {
    border-width: 2px;
    border-radius: 10px;
  }

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

  .topbar-shell {
    justify-content: flex-start;
  }

  .topbar-banner {
    width: 100%;
  }

  .hero-actions .button,
  .mid-cta-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .figma-accent-hero.is-active {
    width: 84px;
    top: 1rem;
    right: 1rem;
  }

  .figma-accent-card.is-active {
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .figma-motion-float,
  .figma-motion-drift,
  .figma-motion-pulse {
    animation: none;
  }
}
