:root {
  --fc-green: #1b6f60;
  --fc-green-deep: #11493f;
  --fc-green-soft: #dbe8e1;
  --fc-stone: #7a7775;
  --fc-ink: #1f2421;
  --fc-cream: #f7f3ee;
  --fc-white: #ffffff;
  --fc-shadow: 0 24px 70px rgba(17, 73, 63, 0.12);
  --fc-radius: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--fc-ink);
  background:
    radial-gradient(circle at top left, rgba(27, 111, 96, 0.06), transparent 30%),
    linear-gradient(180deg, #fffdfb 0%, #f9f6f1 100%);
}

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

a {
  text-decoration: none;
}

section {
  position: relative;
}

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fc-green);
}

.section-tag::before,
.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section-title,
.display-title,
h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.display-title {
  font-size: clamp(3.2rem, 6vw, 5.9rem);
  line-height: 0.92;
  font-weight: 600;
}

.section-title {
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 0.96;
  margin-bottom: 1rem;
}

.text-soft {
  color: rgba(31, 36, 33, 0.7);
}

.site-header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17, 73, 63, 0.08);
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1.1rem;
}

.navbar-brand img {
  width: 240px;
  max-width: 100%;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fc-ink);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--fc-green);
}

.btn-brand,
.btn-outline-brand {
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.btn-brand {
  background: linear-gradient(135deg, var(--fc-green) 0%, var(--fc-green-deep) 100%);
  color: var(--fc-white);
  box-shadow: 0 16px 32px rgba(17, 73, 63, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--fc-white);
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(17, 73, 63, 0.22);
}

.btn-outline-brand {
  border: 1px solid rgba(27, 111, 96, 0.18);
  color: var(--fc-green);
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: var(--fc-green-deep);
  background: var(--fc-green-soft);
  transform: translateY(-2px);
}

.hero-section {
  padding: 5rem 0 3rem;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 4rem auto auto -8rem;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(27, 111, 96, 0.12);
  border-radius: 50%;
}

.hero-copy p {
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 1.4rem 0 2rem;
  color: rgba(31, 36, 33, 0.74);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 38rem;
}

.hero-proof-item {
  padding: 1.15rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 73, 63, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(17, 73, 63, 0.06);
}

.hero-proof-item strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--fc-green-deep);
}

.hero-proof-item span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: rgba(31, 36, 33, 0.67);
}

.hero-visual {
  position: relative;
  padding: 1.5rem 0 4.5rem 3.2rem;
}

.hero-main-image {
  border-radius: 34px;
  min-height: 560px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--fc-shadow);
}

.hero-secondary-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(48%, 280px);
  border-radius: 24px;
  border: 8px solid rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(17, 73, 63, 0.16);
}

.hero-note {
  position: absolute;
  right: 1.4rem;
  bottom: 2rem;
  max-width: 290px;
  padding: 1.4rem;
  border-radius: 22px;
  background: rgba(247, 243, 238, 0.94);
  border: 1px solid rgba(17, 73, 63, 0.08);
  box-shadow: 0 20px 40px rgba(17, 73, 63, 0.12);
  backdrop-filter: blur(10px);
}

.hero-note .small {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--fc-green);
}

.hero-note h3 {
  font-size: 1.55rem;
  font-weight: 600;
  margin: 0.45rem 0 0.55rem;
}

.hero-stamp {
  position: absolute;
  right: -0.35rem;
  top: 2.75rem;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(17, 73, 63, 0.96);
  color: var(--fc-white);
  text-align: center;
  padding: 1rem;
  box-shadow: 0 18px 38px rgba(17, 73, 63, 0.2);
}

.hero-stamp span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-stamp strong {
  display: block;
  font-size: 1.35rem;
}

.intro-card {
  border-radius: var(--fc-radius);
  padding: 1.4rem 1.5rem;
  background: linear-gradient(135deg, rgba(17, 73, 63, 0.96), rgba(27, 111, 96, 0.94));
  color: var(--fc-white);
  box-shadow: var(--fc-shadow);
}

.intro-card small {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.74;
}

.intro-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.about-section,
.story-section,
.projects-section,
.contact-section {
  padding: 6.5rem 0;
}

.about-section::before,
.projects-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(247, 243, 238, 0), rgba(239, 230, 219, 0.55));
  z-index: -1;
}

.signature-card {
  height: 100%;
  padding: 1.8rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 73, 63, 0.08);
  box-shadow: 0 14px 32px rgba(17, 73, 63, 0.07);
}

.signature-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 1.1rem;
  background: var(--fc-green-soft);
  color: var(--fc-green);
  font-size: 1.3rem;
}

.signature-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.55rem;
}

.signature-card p {
  margin: 0;
  color: rgba(31, 36, 33, 0.7);
  line-height: 1.7;
}

.process-section {
  padding: 6rem 0;
}

.process-copy {
  padding-right: 2rem;
}

.process-stack {
  display: grid;
  gap: 1rem;
}

.process-card {
  padding: 1.5rem 1.6rem;
  border-radius: 24px;
  background: rgba(16, 73, 63, 0.96);
  color: var(--fc-white);
  box-shadow: 0 18px 34px rgba(17, 73, 63, 0.12);
}

.process-card:nth-child(2) {
  background: rgba(27, 111, 96, 0.94);
}

.process-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(17, 73, 63, 0.88), rgba(122, 119, 117, 0.96));
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.services-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, rgba(17, 73, 63, 0.98) 0%, rgba(12, 56, 48, 0.98) 100%);
  color: var(--fc-white);
}

.services-section .text-soft {
  color: rgba(255, 255, 255, 0.68);
}

.services-grid {
  margin-top: 2.75rem;
}

.service-card {
  height: 100%;
  padding: 2rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.service-card .service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--fc-white);
  font-size: 1.4rem;
}

.service-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.service-card a {
  color: var(--fc-white);
  font-weight: 700;
}

.projects-section .section-head,
.services-section .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 28px;
  box-shadow: var(--fc-shadow);
}

.project-card.featured {
  grid-column: span 7;
  min-height: 520px;
}

.project-card.tall {
  grid-column: span 5;
  min-height: 520px;
}

.project-card.medium {
  grid-column: span 4;
}

.project-card.wide {
  grid-column: span 8;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 23, 20, 0.04), rgba(13, 23, 20, 0.72));
}

.project-content {
  position: absolute;
  inset: auto 0 0;
  padding: 1.75rem;
  z-index: 1;
  color: var(--fc-white);
}

.project-badge {
  display: inline-flex;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-content h3 {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.project-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.story-section {
  background: linear-gradient(180deg, rgba(239, 230, 219, 0.45) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.story-visual {
  position: relative;
  padding-left: 2rem;
}

.story-visual::before {
  content: "";
  position: absolute;
  inset: 1.8rem auto -1.8rem 0;
  width: calc(100% - 4rem);
  border: 1px solid rgba(27, 111, 96, 0.12);
  border-radius: 28px;
}

.story-visual img {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  min-height: 560px;
  width: calc(100% - 2rem);
  object-fit: cover;
  box-shadow: var(--fc-shadow);
}

.experience-badge {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 2;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 1rem;
  text-align: center;
  background: rgba(17, 73, 63, 0.98);
  color: var(--fc-white);
  box-shadow: 0 18px 40px rgba(17, 73, 63, 0.22);
}

.experience-badge strong {
  display: block;
  font-size: 1.55rem;
}

.experience-badge span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.metric-card {
  padding: 1.25rem 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 73, 63, 0.08);
}

.metric-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: var(--fc-green);
}

.metric-card span {
  color: rgba(31, 36, 33, 0.68);
  font-size: 0.9rem;
}

.testimonial-card {
  padding: 1.7rem;
  border-left: 4px solid var(--fc-green);
  border-radius: 0 24px 24px 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 32px rgba(17, 73, 63, 0.07);
}

.testimonial-card p {
  margin-bottom: 0.7rem;
  font-size: 1.04rem;
  line-height: 1.8;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(9, 27, 23, 0.82), rgba(17, 73, 63, 0.68)),
    url("https://images.pexels.com/photos/31391066/pexels-photo-31391066.jpeg?auto=compress&cs=tinysrgb&w=1600");
  background-position: center;
  background-size: cover;
}

.contact-panel {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(9, 27, 23, 0.28);
}

.contact-copy {
  height: 100%;
  padding: 3rem;
  background: rgba(17, 73, 63, 0.9);
  color: var(--fc-white);
}

.contact-copy .section-title,
.contact-copy p,
.contact-copy a {
  color: var(--fc-white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-detail {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-detail:last-child {
  border-bottom: 0;
}

.contact-detail small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.68;
}

.contact-detail a,
.contact-detail span {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-form-wrap {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.96);
}

.form-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-stone);
}

.form-control,
.form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(17, 73, 63, 0.12);
  background: rgba(247, 243, 238, 0.7);
  padding-inline: 1rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(27, 111, 96, 0.48);
  box-shadow: 0 0 0 0.25rem rgba(27, 111, 96, 0.12);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 4rem 0 2rem;
  background: var(--fc-green-deep);
  color: rgba(255, 255, 255, 0.78);
}

.footer-logo {
  max-width: 260px;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--fc-white);
}

.footer-link,
.footer-text {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.74);
}

.footer-link:hover {
  color: var(--fc-white);
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--fc-white);
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
}

.fade-in-up {
  animation: fadeInUp 0.9s ease both;
}

.delay-1 {
  animation-delay: 0.12s;
}

.delay-2 {
  animation-delay: 0.24s;
}

.delay-3 {
  animation-delay: 0.36s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .hero-main-image {
    min-height: 500px;
  }

  .project-card.featured,
  .project-card.tall,
  .project-card.medium,
  .project-card.wide {
    grid-column: span 6;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 3.5rem;
  }

  .hero-visual {
    padding: 1rem 0 4rem;
  }

  .hero-main-image {
    min-height: 460px;
  }

  .hero-secondary-image {
    width: 44%;
  }

  .hero-stamp {
    top: 1rem;
    right: 0.4rem;
  }

  .process-copy {
    padding-right: 0;
  }

  .project-card.featured,
  .project-card.tall,
  .project-card.medium,
  .project-card.wide {
    grid-column: span 12;
    min-height: 380px;
  }

  .story-visual {
    padding-left: 0;
  }

  .story-visual::before {
    width: calc(100% - 1.2rem);
    left: 0.6rem;
  }

  .story-visual img {
    width: 100%;
    min-height: 420px;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 200px;
  }

  .display-title {
    font-size: clamp(2.85rem, 13vw, 4.2rem);
  }

  .hero-proof,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }

  .hero-secondary-image {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    border-width: 0;
  }

  .hero-stamp {
    width: 98px;
    height: 98px;
    font-size: 0.9rem;
  }

  .projects-section .section-head,
  .services-section .section-head {
    flex-direction: column;
    align-items: start;
  }

  .contact-copy,
  .contact-form-wrap {
    padding: 2rem 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
