:root {
  --green: #1f4d3a;
  --dark-green: #17382b;
  --sand: #e6d7c3;
  --ivory: #faf9f6;
  --gold: #c9a227;
  --charcoal: #222222;
  --white: #ffffff;
  --muted: #6d665e;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 20, 15, 0.82), rgba(10, 20, 15, 0));
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled {
  background: rgba(23, 56, 43, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  display: inline-flex;
  width: 46px;
  height: 54px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.18));
}

.brand-logo svg {
  width: 100%;
  height: 100%;
}

.lg-green,
.lg-gold,
.lg-green-thin,
.lg-gold-thin {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lg-green {
  stroke: var(--gold);
  stroke-width: 7;
}

.lg-gold {
  stroke: var(--gold);
  stroke-width: 6;
}

.lg-green-thin {
  stroke: var(--white);
  stroke-width: 4;
}

.lg-gold-thin {
  stroke: var(--gold);
  stroke-width: 4;
}

.site-header.scrolled .lg-green,
.site-header.scrolled .lg-green-thin {
  stroke: var(--white);
}

.brand-name {
  text-transform: uppercase;
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 34px);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a,
.nav-cta {
  opacity: 0.9;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-cta:hover {
  color: var(--gold);
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.46);
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 112px clamp(20px, 6vw, 84px) 78px;
  overflow: hidden;
  color: var(--white);
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: grid;
  align-items: end;
  padding: 148px clamp(20px, 5vw, 64px) clamp(58px, 8vw, 104px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 56, 43, 0.95), rgba(31, 77, 58, 0.78)),
    url("assets/miami-luxury-hero.png") center / cover no-repeat;
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.page-hero .section-inner {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 82px);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
}

.page-hero-dark {
  background:
    linear-gradient(90deg, rgba(13, 27, 20, 0.95), rgba(23, 56, 43, 0.84)),
    url("assets/miami-luxury-hero.png") center / cover no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 24, 18, 0.82), rgba(15, 31, 23, 0.52), rgba(15, 31, 23, 0.34)),
    linear-gradient(0deg, rgba(11, 24, 18, 0.68), rgba(11, 24, 18, 0.05) 52%, rgba(11, 24, 18, 0.64)),
    url("assets/miami-luxury-hero.png") center / cover no-repeat;
  transform: scale(1.03);
}

.palm-shadow {
  position: absolute;
  width: 430px;
  height: 760px;
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 44% 11%, transparent 0 18%, rgba(0, 0, 0, 0.9) 19% 20%, transparent 21%),
    linear-gradient(82deg, transparent 0 45%, rgba(0, 0, 0, 0.85) 46% 48%, transparent 49%);
  filter: blur(1px);
  animation: sway 8s ease-in-out infinite alternate;
}

.palm-shadow-one {
  right: 9%;
  top: 7%;
  transform: rotate(-20deg);
}

.palm-shadow-two {
  right: -60px;
  bottom: -150px;
  transform: rotate(18deg) scale(0.82);
  animation-delay: -3s;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1.02;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.08;
}

h3 {
  font-size: 21px;
  line-height: 1.25;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #1d211c;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-signal {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 28px;
  z-index: 2;
  width: min(410px, calc(100% - 40px));
  border-left: 2px solid var(--gold);
  padding: 12px 0 12px 18px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--serif);
  font-size: 18px;
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 64px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(40px, 8vw, 96px);
  align-items: start;
}

.story-copy,
.vision-copy,
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.statement {
  color: var(--green);
  font-weight: 800;
}

.centered {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.services-section,
.vision-section {
  background: var(--dark-green);
  color: var(--white);
}

.services-section .centered h2,
.vision-section h2 {
  color: var(--white);
}

.services-section .section-heading > p:not(.eyebrow),
.vision-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.why-card {
  border: 1px solid rgba(201, 162, 39, 0.24);
  padding: 30px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover,
.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.service-card span {
  color: var(--gold);
  font-weight: 800;
}

.service-card p,
.vision-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.why-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(201, 162, 39, 0.12), transparent 32%),
    var(--ivory);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.why-card {
  min-height: 210px;
  color: var(--charcoal);
  background: var(--white);
}

.why-card p {
  color: var(--muted);
}

.proof-section {
  background: var(--ivory);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  min-height: 260px;
  border: 1px solid rgba(31, 77, 58, 0.16);
  padding: 28px;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.72);
}

.detail-card p,
.detail-card li {
  color: var(--muted);
}

.detail-card ul,
.compact-steps {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tag-list span {
  border: 1px solid rgba(31, 77, 58, 0.18);
  padding: 10px 13px;
  background: var(--white);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.approach-section {
  background: #f1eadf;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 56px 0 0;
  list-style: none;
}

.timeline-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 22px;
}

.timeline-page li {
  min-height: 230px;
}

.timeline-page p {
  margin: 12px 0 0;
  color: var(--muted);
}

.timeline li {
  position: relative;
  min-height: 180px;
  padding: 0 22px 30px 0;
  border-top: 2px solid var(--gold);
}

.timeline li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--green);
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.timeline span {
  display: block;
  margin-top: 30px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline strong {
  display: block;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.28;
}

.metrics-section {
  padding: 68px clamp(20px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(23, 56, 43, 0.96), rgba(31, 77, 58, 0.92)),
    var(--green);
  color: var(--white);
}

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

.metric {
  border-left: 1px solid rgba(201, 162, 39, 0.5);
  padding-left: 24px;
}

.metric strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.metric p {
  max-width: 220px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.careers-section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 64px);
  background: var(--ivory);
}

.careers-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.career-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.career-points span {
  display: flex;
  min-height: 86px;
  align-items: center;
  border: 1px solid rgba(31, 77, 58, 0.18);
  padding: 18px;
  background: var(--white);
  color: var(--green);
  font-weight: 800;
}

.career-path-section,
.results-section {
  background: #f1eadf;
}

.path-grid,
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.path-card,
.industry-card {
  min-height: 250px;
  border: 1px solid rgba(31, 77, 58, 0.18);
  padding: 28px;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.path-card:hover,
.industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.72);
}

.path-card span,
.industry-card span {
  color: var(--gold);
  font-weight: 800;
}

.path-card p,
.industry-card p,
.training-list p {
  color: var(--muted);
}

.training-section {
  background: var(--dark-green);
  color: var(--white);
}

.training-section h2 {
  color: var(--white);
}

.training-list {
  display: grid;
  gap: 18px;
}

.training-list p {
  margin: 0;
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 18px;
  color: rgba(255, 255, 255, 0.78);
}

.training-list strong {
  color: var(--white);
}

.results-list {
  display: grid;
  gap: 22px;
}

.result-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.7fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  border: 1px solid rgba(31, 77, 58, 0.18);
  padding: clamp(26px, 4vw, 42px);
  background: var(--white);
}

.result-card h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.result-card p:not(.eyebrow),
.result-card li {
  color: var(--muted);
}

.result-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.contact-section {
  padding: clamp(76px, 9vw, 118px) clamp(20px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(15, 32, 24, 0.94), rgba(15, 32, 24, 0.76)),
    url("assets/miami-luxury-hero.png") center / cover no-repeat;
  color: var(--white);
}

.contact-page {
  min-height: calc(100vh - 72px);
  padding-top: 150px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.contact-intro h2 {
  font-size: clamp(36px, 5vw, 66px);
}

.contact-intro > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contact-details p {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-details strong,
.contact-details span,
.contact-details a,
.contact-details small {
  display: block;
}

.contact-details strong {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-details small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.social-link,
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-weight: 800;
}

.social-link svg,
.footer-social svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: currentColor;
}

.social-link {
  color: var(--white);
}

.social-link:hover,
.footer-social:hover {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

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

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--charcoal);
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 64px);
  background: #101a15;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-social {
  color: rgba(255, 255, 255, 0.82);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes sway {
  from {
    translate: -8px 0;
  }

  to {
    translate: 8px 10px;
  }
}

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

  .service-grid,
  .why-grid,
  .metric-grid,
  .path-grid,
  .industry-grid,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .timeline,
  .timeline-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 0;
  }

  .two-column,
  .careers-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand-name,
  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 20px 96px;
  }

  .page-hero {
    min-height: 58vh;
    padding: 118px 20px 58px;
  }

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

  .hero-signal {
    left: 20px;
    right: 20px;
  }

  .service-grid,
  .why-grid,
  .metric-grid,
  .career-points,
  .path-grid,
  .industry-grid,
  .detail-grid,
  .form-grid,
  .timeline,
  .timeline-page {
    grid-template-columns: 1fr;
  }

  .timeline li {
    min-height: auto;
  }
}
