:root {
  --bg: #ffffff;
  --bg-soft: #f6f7f4;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --line: #e6e8df;
  --gold: #1f7a5a;
  --gold-bright: #0b5f46;
  --text: #17211c;
  --muted: #66736c;
  --shadow: 0 18px 52px rgba(26, 42, 34, 0.1);
  --shadow-hover: 0 24px 64px rgba(26, 42, 34, 0.14);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(230, 232, 223, 0.82);
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(26, 42, 34, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #ffffff;
  background: #173c2f;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  color: #132019;
  letter-spacing: 0.06em;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  color: #526159;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--gold-bright);
}

.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  color: #ffffff;
  background: #173c2f;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(23, 60, 47, 0.16);
}

.hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 112px clamp(20px, 5vw, 72px) 58px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 45%, rgba(31, 122, 90, 0.12), transparent 22rem),
    radial-gradient(circle at 14% 18%, rgba(188, 203, 184, 0.24), transparent 20rem),
    linear-gradient(180deg, #f8f9f6 0%, #ffffff 78%),
    var(--bg);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  right: clamp(16px, 6vw, 92px);
  top: 50%;
  border-radius: 50%;
  background: rgba(31, 122, 90, 0.08);
  filter: blur(24px);
  transform: translateY(-48%);
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 74%;
  opacity: 0;
  transform: scale(1.12);
  transform-origin: 50% 74%;
  transition: opacity 900ms ease;
  will-change: opacity;
}

.hero-image.is-active {
  opacity: 1;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 3vw, 42px);
  align-items: center;
}

.hero-copy {
  max-width: 640px;
  border: 1px solid #e2e8df;
  border-radius: 22px;
  padding: clamp(28px, 4vw, 48px);
  background: #ffffff;
  box-shadow: 0 26px 72px rgba(26, 42, 34, 0.14);
}

.hero .eyebrow {
  color: var(--gold-bright);
}

.visual-caption .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-transform: none;
}

.project-name {
  margin: 8px 0 10px;
  color: var(--gold-bright);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.hero-subtitle {
  max-width: 460px;
  margin: 16px 0 0;
  color: #27362f;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 760;
  line-height: 1.28;
}

.hero-location {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.hero-meta span {
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid #dfe8dd;
  border-radius: 999px;
  padding: 10px 14px;
  color: #173c2f;
  background: linear-gradient(180deg, #ffffff, #f7faf5);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(26, 42, 34, 0.06);
  white-space: normal;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-media {
  align-self: stretch;
  position: relative;
  min-height: 550px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe6dc;
  border-radius: 24px;
  background: #eef2eb;
  box-shadow: 0 28px 78px rgba(26, 42, 34, 0.15);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  position: relative;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:focus-visible,
.header-cta:focus-visible,
.nav-links a:focus-visible,
.gallery-item:focus-visible,
.mobile-whatsapp:focus-visible {
  outline: 3px solid rgba(31, 122, 90, 0.26);
  outline-offset: 3px;
}

.btn-primary {
  color: #ffffff;
  border: 1px solid #173c2f;
  background: linear-gradient(180deg, #1d4d3c, #123629);
  box-shadow: 0 14px 28px rgba(23, 60, 47, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #236048, #0f3026);
  box-shadow: 0 20px 38px rgba(23, 60, 47, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-secondary {
  border: 1px solid #d8e0d6;
  color: #173c2f;
  background: linear-gradient(180deg, #ffffff, #f8faf6);
  box-shadow: 0 10px 24px rgba(26, 42, 34, 0.08);
}

.btn-secondary:hover {
  border-color: #bccbb8;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(26, 42, 34, 0.11);
}

.hero-panel,
.final-card,
.value-card,
.driver-card,
.timeline-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.value-card,
.driver-card,
.timeline-card,
.feature-list span,
.gallery-item,
.hero-copy,
.hero-media,
.hero-meta span,
.faq details,
.final-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.value-card:hover,
.driver-card:hover,
.timeline-card:hover,
.feature-list span:hover,
.gallery-item:hover {
  transform: translateY(-3px);
  border-color: #d8ded5;
  box-shadow: var(--shadow-hover);
}

.hero-meta span:hover {
  border-color: #cbdac7;
  box-shadow: 0 12px 28px rgba(26, 42, 34, 0.1);
}

.hero-copy:hover,
.hero-media:hover {
  box-shadow: 0 32px 86px rgba(26, 42, 34, 0.17);
}

.hero-panel {
  padding: 24px;
  color: var(--text);
}

.panel-label {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-weight: 800;
}

dl,
dd {
  margin: 0;
}

.hero-panel dl {
  display: grid;
  gap: 16px;
}

.hero-panel div {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

dd {
  margin-top: 4px;
  color: var(--text);
  font-size: 17px;
  font-weight: 760;
}

.section {
  padding: clamp(76px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

.intro,
.gallery-section,
.faq {
  background: #ffffff;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head-wide {
  max-width: 900px;
}

h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.section-head p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
}

.value-grid,
.growth-layout,
.timeline,
.faq-list {
  width: min(1140px, 100%);
  margin: 0 auto;
}

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

.value-card {
  padding: 26px;
}

.value-card span {
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

h3 {
  margin: 12px 0 9px;
  color: var(--text);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.value-card p,
.driver-card p,
.timeline-card p,
.faq p,
.final-card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 1.72;
}

.growth {
  background: var(--bg-soft);
}

.growth-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.driver-card {
  min-height: 248px;
  padding: 28px;
  background: var(--panel);
}

.driver-prime {
  grid-column: span 2;
}

.time {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 13px;
  color: #ffffff;
  background: #173c2f;
  font-weight: 900;
  font-size: 13px;
}

.visual-band {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(46px, 8vw, 90px) clamp(20px, 5vw, 72px);
}

.visual-band img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(12, 25, 19, 0.82), rgba(12, 25, 19, 0.12));
}

.visual-caption {
  width: min(760px, 100%);
  color: #ffffff;
}

.features {
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 86px);
  background: #ffffff;
}

.features .section-head {
  margin-bottom: 28px;
}

.feature-shell {
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
}

.feature-list span {
  min-height: 54px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 16px;
  background: #ffffff;
  color: #27362f;
  font-weight: 750;
  line-height: 1.25;
  box-shadow: 0 10px 26px rgba(26, 42, 34, 0.05);
}

.feature-image {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 58%;
}

.masonry {
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 214px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(26, 42, 34, 0.08);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f2f4ef;
  transition: transform 400ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #173c2f;
  font-weight: 800;
  font-size: 13px;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.location {
  background: linear-gradient(180deg, var(--bg-soft), #ffffff);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.timeline-card {
  position: relative;
  padding: 26px;
}

.timeline-card span {
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.faq details {
  padding: 0;
}

.faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.35;
}

.faq p {
  margin: 0;
  padding: 0 24px 24px;
}

.final-cta {
  padding: clamp(76px, 9vw, 118px) clamp(20px, 5vw, 72px);
  background: var(--bg-soft);
}

.final-card {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 6vw, 56px);
  text-align: center;
  background:
    linear-gradient(180deg, #ffffff, #fbfcf9),
    var(--panel);
}

.final-card .final-actions {
  justify-content: center;
}

.mobile-whatsapp {
  position: fixed;
  z-index: 30;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  color: #ffffff;
  background: #168a4d;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(22, 138, 77, 0.28);
}

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

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

.lightbox img {
  max-width: min(1100px, 96vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(20, 24, 22, 0.9);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

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

  .hero-grid,
  .feature-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-media {
    min-height: 460px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .features .section-head {
    margin-bottom: 26px;
  }

  .feature-shell {
    gap: 24px;
  }

  .feature-image {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .value-grid,
  .growth-layout,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .driver-prime {
    grid-column: span 2;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 86px 16px 36px;
  }

  .hero-image {
    object-position: 50% 76%;
    transform: scale(1.16);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1;
  }

  .project-name {
    font-size: clamp(21px, 7vw, 30px);
  }

  .hero-meta span {
    text-align: center;
  }

  .hero-actions,
  .final-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 54px;
  }

  .hero-copy {
    border-radius: 18px;
    padding: 24px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-location {
    font-size: 15px;
  }

  .hero-media {
    min-height: 340px;
    border-radius: 18px;
  }

  .section {
    padding: 60px 16px;
  }

  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-head {
    text-align: left;
    margin-bottom: 28px;
  }

  .features .section-head {
    margin-bottom: 22px;
  }

  h2 {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.12;
  }

  h3 {
    font-size: 20px;
  }

  .value-grid,
  .growth-layout,
  .feature-list,
  .timeline {
    grid-template-columns: 1fr;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list span {
    min-height: 50px;
    padding: 12px 14px;
  }

  .feature-image img {
    aspect-ratio: 16 / 9;
    object-position: 50% 62%;
  }

  .driver-prime {
    grid-column: auto;
  }

  .visual-band {
    min-height: 58vh;
    padding: 42px 16px;
  }

  .masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .gallery-item.tall {
    min-height: 420px;
  }

  .mobile-whatsapp {
    display: flex;
  }
}
