
.contact-page {
  background: var(--cream);
  color: var(--green);
}

/* =========================================================
   CONTACT HERO
========================================================= */

.contact-hero {
  padding: 125px 5vw 95px;
}

.contact-section-tag {
  display: flex;
  align-items: center;
  gap: 16px;

  padding-bottom: 22px;

  border-bottom: 1px solid rgba(10, 68, 57, 0.18);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.contact-section-tag span {
  color: var(--orange);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;

  gap: 80px;
  align-items: end;

  padding-top: 65px;
}

.contact-eyebrow {
  display: block;

  margin-bottom: 20px;

  color: var(--orange);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.contact-hero h1 {
  margin: 0;

  font-size: clamp(60px, 7vw, 110px);
  font-weight: 500;
  line-height: 0.9;

  letter-spacing: -0.055em;
}

.contact-hero h1 em,
.contact-information h2 em,
.contact-whatsapp h2 em {
  color: var(--orange);

  font-family: Georgia, serif;
  font-weight: 400;
}

.contact-hero-copy {
  max-width: 430px;
}

.contact-hero-copy p {
  margin: 0;

  color: rgba(10, 68, 57, 0.62);

  font-size: 13px;
  line-height: 1.85;
}

/* =========================================================
   MAIN CONTACT AREA
========================================================= */

.contact-main {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;

  gap: 80px;

  padding: 90px 5vw 120px;

  border-top: 1px solid rgba(10, 68, 57, 0.15);
}

/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-information {
  padding-right: 40px;
}

.contact-information h2 {
  margin: 0 0 70px;

  font-size: clamp(45px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.95;

  letter-spacing: -0.045em;
}

.contact-info-row {
  display: grid;
  grid-template-columns: 45px 1fr;

  gap: 20px;

  padding: 25px 0;

  border-top: 1px solid rgba(10, 68, 57, 0.14);
}

.contact-info-number {
  color: var(--orange);

  font-size: 9px;
  letter-spacing: 0.12em;
}

.contact-info-label {
  display: block;

  margin-bottom: 9px;

  color: rgba(10, 68, 57, 0.43);

  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.contact-info-row p,
.contact-info-row a {
  margin: 0;

  color: var(--green);

  font-size: 12px;
  line-height: 1.7;

  text-decoration: none;
}

.contact-info-row a {
  transition: color 0.25s ease;
}

.contact-info-row a:hover {
  color: var(--orange);
}

/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-wrap {
  padding: 55px;

  background: var(--green);
  color: var(--cream);

  border-radius: 34px 8px 34px 8px;

  box-shadow: 0 30px 70px rgba(10, 68, 57, 0.12);
}

.contact-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 30px;
  margin-bottom: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.18);

  color: var(--orange);

  font-size: 9px;
  letter-spacing: 0.18em;
}

.contact-form-heading span:last-child {
  font-size: 20px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;

  column-gap: 35px;
}

.contact-field {
  position: relative;

  padding: 30px 0 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.18);

  transition: border-color 0.3s ease;
}

.contact-field:focus-within {
  border-color: var(--orange);
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field label {
  display: block;

  margin-bottom: 12px;

  color: rgba(244, 240, 230, 0.45);

  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;

  padding: 0;

  border: 0;
  outline: 0;

  background: transparent;

  color: var(--cream);

  font-family: inherit;
  font-size: 13px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(244, 240, 230, 0.35);
}

.contact-field textarea {
  min-height: 110px;

  resize: vertical;

  line-height: 1.7;
}

.contact-field select {
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
}

.contact-field select option {
  background: var(--green);
  color: var(--cream);
}

/* SUBMIT BUTTON */

.contact-submit {
  grid-column: 1 / -1;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;

  margin-top: 40px;
  padding: 20px 22px;

  border: 1px solid var(--orange);

  background: var(--orange);
  color: var(--cream);

  font-family: inherit;
  font-size: 11px;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.contact-submit span:last-child {
  font-size: 17px;

  transition: transform 0.3s ease;
}

.contact-submit:hover {
  background: transparent;
  color: var(--orange);

  transform: translateY(-3px);
}

.contact-submit:hover span:last-child {
  transform: translateX(6px);
}

/* =========================================================
   WHATSAPP SECTION
========================================================= */

.contact-whatsapp {
  padding: 0 5vw 110px;
}

.contact-whatsapp-inner {
  display: grid;
  grid-template-columns: 1fr auto;

  gap: 70px;
  align-items: end;

  padding: 75px;

  background: var(--orange);
  color: var(--cream);

  border-radius: 8px 70px 8px 70px;
}

.contact-whatsapp .contact-eyebrow {
  color: rgba(244, 240, 230, 0.65);
}

.contact-whatsapp h2 {
  margin: 0;

  font-size: clamp(44px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.95;

  letter-spacing: -0.045em;
}

.contact-whatsapp h2 em {
  color: var(--green);
}

.contact-whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 50px;

  min-width: 280px;

  padding: 19px 22px;

  border: 1px solid rgba(244, 240, 230, 0.6);

  color: var(--cream);

  font-size: 10px;
  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.contact-whatsapp-button span {
  font-size: 15px;

  transition: transform 0.3s ease;
}

.contact-whatsapp-button:hover {
  background: var(--cream);
  color: var(--green);

  transform: translateY(-4px);
}

.contact-whatsapp-button:hover span {
  transform: translate(4px, -4px);
}

/* =========================================================
   CONTACT PAGE — RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .contact-hero {
    padding: 110px 24px 70px;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;

    padding-top: 50px;
  }

  .contact-main {
    grid-template-columns: 1fr;

    gap: 65px;

    padding: 70px 24px 90px;
  }

  .contact-information {
    padding-right: 0;
  }

  .contact-form-wrap {
    padding: 45px 35px;
  }

  .contact-whatsapp {
    padding: 0 24px 80px;
  }

  .contact-whatsapp-inner {
    grid-template-columns: 1fr;

    gap: 45px;

    padding: 55px 40px;

    border-radius: 8px 45px 8px 45px;
  }

  .contact-whatsapp-button {
    width: 100%;
    max-width: 380px;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    padding: 95px 18px 55px;
  }

  .contact-hero h1 {
    font-size: 52px;
  }

  .contact-main {
    padding: 60px 18px 70px;
  }

  .contact-information h2 {
    margin-bottom: 50px;

    font-size: 45px;
  }

  .contact-form-wrap {
    padding: 35px 22px;

    border-radius: 24px 6px 24px 6px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-field-full {
    grid-column: auto;
  }

  .contact-submit {
    grid-column: auto;
  }

  .contact-whatsapp {
    padding: 0 18px 65px;
  }

  .contact-whatsapp-inner {
    padding: 45px 25px;

    border-radius: 6px 35px 6px 35px;
  }

  .contact-whatsapp h2 {
    font-size: 42px;
  }

  .contact-whatsapp-button {
    min-width: 0;

    gap: 20px;
  }
}

/* =========================================================
   PROJECTS — IMMERSIVE FLOATING HERO
========================================================= */

.projects-hero {
  position: relative;

  min-height: 92vh;

  overflow: hidden;

  isolation: isolate;
}

/* KEEP HERO CONTENT ABOVE ANIMATION */

.projects-hero-top,
.projects-hero-content {
  position: relative;
  z-index: 5;
}

/* =========================================================
   FLOATING SCENE
========================================================= */

.project-floating-scene {
  position: absolute;
  inset: 0;

  z-index: 0;

  overflow: hidden;

  pointer-events: none;

  perspective: 1200px;
}

/* =========================================================
   ABSTRACT ECO BLOCKS
========================================================= */

.floating-block {
  position: absolute;

  width: 180px;
  height: 90px;

  border: 1px solid rgba(184, 91, 50, 0.16);

  background: linear-gradient(135deg,
      rgba(184, 91, 50, 0.07),
      rgba(184, 91, 50, 0.015));

  box-shadow: inset 0 0 35px rgba(184, 91, 50, 0.025);

  transform-style: preserve-3d;

  will-change: transform;
}

/* INTERLOCKING / BLOCK DETAILS */

.floating-block span {
  position: absolute;

  border: 1px solid rgba(184, 91, 50, 0.11);

  border-radius: 50%;
}

/* TWO LARGE CIRCULAR DETAILS */

.floating-block span:nth-child(1) {
  width: 38px;
  height: 38px;

  left: 34px;
  top: 25px;
}

.floating-block span:nth-child(2) {
  width: 38px;
  height: 38px;

  right: 34px;
  top: 25px;
}

/* INNER RING */

.floating-block span:nth-child(3) {
  width: 15px;
  height: 15px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background: rgba(184, 91, 50, 0.04);
}

/* =========================================================
   BLOCK 01 — TOP RIGHT
========================================================= */

.block-one {
  width: 220px;
  height: 105px;

  top: 15%;
  right: 5%;

  opacity: 0.75;

  animation: projectFloatOne 13s ease-in-out infinite;
}

/* =========================================================
   BLOCK 02 — LEFT
========================================================= */

.block-two {
  width: 145px;
  height: 72px;

  top: 52%;
  left: -25px;

  opacity: 0.55;

  animation: projectFloatTwo 16s ease-in-out infinite;
}

/* =========================================================
   BLOCK 03 — BOTTOM RIGHT
========================================================= */

.block-three {
  width: 120px;
  height: 58px;

  right: 18%;
  bottom: 8%;

  opacity: 0.42;

  animation: projectFloatThree 18s ease-in-out infinite;
}

/* =========================================================
   BLOCK 04 — BACKGROUND GIANT
========================================================= */

.block-four {
  width: 320px;
  height: 150px;

  left: 42%;
  top: 23%;

  opacity: 0.18;

  filter: blur(1px);

  animation: projectFloatFour 22s ease-in-out infinite;
}

/* =========================================================
   FLOAT ANIMATIONS
========================================================= */

@keyframes projectFloatOne {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(58deg) rotateZ(-14deg);
  }

  50% {
    transform: translate3d(-25px, 28px, 40px) rotateX(64deg) rotateZ(-7deg);
  }
}

@keyframes projectFloatTwo {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(62deg) rotateZ(18deg);
  }

  50% {
    transform: translate3d(35px, -35px, 35px) rotateX(55deg) rotateZ(25deg);
  }
}

@keyframes projectFloatThree {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(50deg) rotateZ(-22deg);
  }

  50% {
    transform: translate3d(-35px, -30px, 45px) rotateX(62deg) rotateZ(-12deg);
  }
}

@keyframes projectFloatFour {

  0%,
  100% {
    transform: translate3d(0, 0, -60px) rotateX(68deg) rotateZ(10deg);
  }

  50% {
    transform: translate3d(35px, 25px, -10px) rotateX(58deg) rotateZ(4deg);
  }
}

/* =========================================================
   EARTH PARTICLES
========================================================= */

.earth-particle {
  position: absolute;

  display: block;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--orange);

  opacity: 0.22;

  animation: earthParticleFloat 9s ease-in-out infinite;
}

.particle-1 {
  top: 22%;
  left: 13%;

  width: 4px;
  height: 4px;

  animation-delay: -1s;
}

.particle-2 {
  top: 37%;
  left: 68%;

  width: 7px;
  height: 7px;

  animation-delay: -4s;
}

.particle-3 {
  top: 69%;
  left: 29%;

  width: 3px;
  height: 3px;

  animation-delay: -7s;
}

.particle-4 {
  top: 77%;
  right: 12%;

  width: 5px;
  height: 5px;

  animation-delay: -3s;
}

.particle-5 {
  top: 15%;
  left: 49%;

  width: 3px;
  height: 3px;

  animation-delay: -6s;
}

.particle-6 {
  top: 56%;
  right: 31%;

  width: 4px;
  height: 4px;

  animation-delay: -2s;
}

.particle-7 {
  bottom: 13%;
  left: 54%;

  width: 6px;
  height: 6px;

  animation-delay: -5s;
}

@keyframes earthParticleFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);

    opacity: 0.15;
  }

  50% {
    transform: translate3d(10px, -25px, 0) scale(1.35);

    opacity: 0.38;
  }
}

/* =========================================================
   VERY SUBTLE BACKGROUND GLOW
========================================================= */

.project-floating-scene::before {
  content: "";

  position: absolute;

  width: 520px;
  height: 520px;

  right: -170px;
  top: 15%;

  border-radius: 50%;

  background: radial-gradient(circle,
      rgba(184, 91, 50, 0.08),
      rgba(184, 91, 50, 0) 68%);

  filter: blur(15px);
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .projects-hero {
    min-height: 82vh;
  }

  .block-one {
    width: 145px;
    height: 70px;

    right: -25px;
    top: 18%;
  }

  .block-two {
    width: 100px;
    height: 50px;

    left: -35px;
  }

  .block-three {
    width: 90px;
    height: 45px;

    right: 8%;
  }

  .block-four {
    width: 190px;
    height: 90px;

    left: 35%;

    opacity: 0.1;
  }

  .project-floating-scene::before {
    width: 300px;
    height: 300px;
  }
}

/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .floating-block,
  .earth-particle,
  .projects-hero-heading,
  .projects-hero-copy {
    animation: none !important;
  }
}

/* =========================================================

html,body{overflow-x:hidden;}
