:root {
  --green-950: #042f22;
  --green-900: #0b5c3b;
  --green-800: #0f774b;
  --green-600: #16a55f;
  --green-500: #37c879;
  --mint-100: #ecfff3;
  --mint-50: #f7fffa;
  --ink-900: #143427;
  --ink-700: #325143;
  --ink-500: #567064;
  --white: #ffffff;
  --container: 1120px;
  --shadow-soft: 0 20px 40px rgba(8, 45, 30, 0.12);
  --shadow-strong: 0 28px 56px rgba(5, 37, 24, 0.25);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  line-height: 1.5;
  overflow-wrap: break-word;
  background:
    radial-gradient(circle at 0% 0%, rgba(66, 204, 120, 0.2) 0%, rgba(66, 204, 120, 0) 42%),
    radial-gradient(circle at 100% 10%, rgba(30, 151, 87, 0.28) 0%, rgba(30, 151, 87, 0) 42%),
    linear-gradient(145deg, #ecfff3 0%, #f7fffa 55%, #ecfff3 100%);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(11, 92, 59, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 92, 59, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 1.3rem 1rem 4.8rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(100, 255, 170, 0.2), transparent 35%),
    radial-gradient(circle at 90% 5%, rgba(92, 237, 156, 0.2), transparent 36%),
    linear-gradient(155deg, var(--green-950) 0%, var(--green-900) 58%, #14804f 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -95px;
  height: 180px;
  background: var(--mint-100);
  border-radius: 50%;
}

.top-nav,
.hero-grid,
.showcase,
.services,
.process,
.contact,
footer {
  max-width: var(--container);
  margin-inline: auto;
  min-width: 0;
}

.hero-grid > *,
.showcase > *,
.service-grid > *,
.process-grid > *,
.contact > *,
.insights-grid > *,
.testimonial-grid > *,
.content-grid > *,
.gallery-grid > * {
  min-width: 0;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.brand-mini {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.72rem;
  opacity: 0.82;
}

.brand-name {
  margin: 0.1rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  letter-spacing: 0.06em;
}

.menu-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-links a {
  color: #ebfff3;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.menu-links a:hover {
  color: #b5ffd2;
}

.menu-links .active-link {
  color: #b5ffd2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #ecfff3;
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 1.2rem;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.eyebrow {
  margin-bottom: 0.75rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
  color: #baf8d3;
}

.hero-copy h1 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(2.2rem, 8vw, 5.2rem);
}

.lead {
  margin-top: 0.9rem;
  max-width: 56ch;
  color: #dafce8;
  font-size: clamp(0.95rem, 2vw, 1.06rem);
}

.hero-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  font-family: inherit;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  color: var(--green-950);
  background: linear-gradient(180deg, #ceffdf 0%, #9fffbf 100%);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.quick-points {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.quick-points p {
  padding: 0.38rem 0.62rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d9fce8;
  border: 1px solid rgba(211, 255, 228, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hero-stack {
  display: grid;
  gap: 0.9rem;
}

.hero-card {
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: var(--shadow-strong);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: var(--green-900);
}

.feature-a {
  background:
    linear-gradient(165deg, rgba(4, 35, 24, 0.8), rgba(5, 60, 37, 0.6)),
    url("https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.feature-b {
  background:
    linear-gradient(165deg, rgba(4, 35, 24, 0.8), rgba(5, 60, 37, 0.6)),
    url("https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.card-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  background: rgba(193, 255, 219, 0.22);
  color: #d6ffe7;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "Oswald", sans-serif;
}

.hero-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

.hero-card p {
  margin-top: 0.45rem;
  color: #dcffe8;
  max-width: 38ch;
}

main {
  margin-top: 2.4rem;
}

.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  padding: 0 1rem;
}

.showcase-item {
  min-height: 280px;
  border-radius: 18px;
  display: flex;
  align-items: end;
  padding: 1rem;
  color: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background-color: var(--green-900);
}

.showcase-item span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.25rem 0.52rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
}

.showcase-home {
  background:
    linear-gradient(175deg, rgba(9, 60, 40, 0.25), rgba(8, 47, 32, 0.64)),
    url("https://images.unsplash.com/photo-1560185007-c5ca9d2c014d?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.showcase-commercial {
  background:
    linear-gradient(175deg, rgba(9, 60, 40, 0.25), rgba(8, 47, 32, 0.64)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.services,
.process,
.contact {
  padding: 2rem 1rem;
}

.insights,
.testimonials,
.inner-content,
.inner-forms,
.inner-gallery {
  max-width: var(--container);
  margin-inline: auto;
  padding: 2rem 1rem;
}

.section-head h2 {
  margin-top: 0.2rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--green-900);
  font-size: clamp(1.9rem, 4.3vw, 3rem);
  line-height: 0.98;
}

.section-head .eyebrow {
  color: var(--green-800);
}

.service-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  border-radius: 16px;
  padding: 1.1rem;
  background: var(--white);
  border-top: 5px solid var(--green-500);
  box-shadow: var(--shadow-soft);
}

.service-card h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-900);
  font-size: 1.06rem;
}

.service-card p {
  margin-top: 0.55rem;
  color: var(--ink-700);
}

.process-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.process-grid article {
  background: linear-gradient(165deg, #ffffff 0%, #ecfff3 100%);
  border-radius: 16px;
  padding: 1.05rem;
  border: 1px solid #d5f5e2;
  box-shadow: var(--shadow-soft);
}

.step {
  font-family: "Oswald", sans-serif;
  font-size: 0.88rem;
  color: var(--green-600);
}

.process-grid h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--green-900);
  margin-top: 0.15rem;
  font-size: 1.6rem;
}

.process-grid p:last-child {
  margin-top: 0.4rem;
  color: var(--ink-700);
}

.contact {
  display: grid;
  grid-template-columns: 1fr;
}

.contact-panel {
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
  background: linear-gradient(150deg, #0f7a4d 0%, #0b5b3b 100%);
  color: var(--white);
}

.contact-panel .eyebrow {
  color: #c9ffe1;
}

.contact-panel h2 {
  margin-top: 0.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.95;
}

.contact-panel p {
  margin-top: 0.55rem;
  color: #e3ffee;
}

.contact-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.contact-list a {
  text-decoration: none;
  color: #123425;
  background: #c8ffd9;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  font-weight: 800;
}

.insights-grid,
.testimonial-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insights-grid article,
.testimonial-grid article {
  background: var(--white);
  border-radius: 16px;
  padding: 1.05rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid #d6f5e3;
}

.insights-grid h3,
.testimonial-grid h3 {
  color: var(--green-900);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

.insights-grid p,
.testimonial-grid p {
  margin-top: 0.45rem;
  color: var(--ink-700);
}

.testimonial-grid h3 {
  margin-top: 0.6rem;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 1.3rem 1rem 3.8rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(100, 255, 170, 0.2), transparent 35%),
    radial-gradient(circle at 90% 5%, rgba(92, 237, 156, 0.2), transparent 36%),
    linear-gradient(155deg, var(--green-950) 0%, var(--green-900) 58%, #14804f 100%);
}

.inner-hero::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -110px;
  height: 180px;
  border-radius: 50%;
  background: var(--mint-100);
}

.inner-heading {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.inner-heading h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 7vw, 4.4rem);
  line-height: 0.95;
}

.inner-heading p {
  margin-top: 0.7rem;
  max-width: 62ch;
  color: #ddffee;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.9rem;
}

.panel,
.image-panel,
.form-panel,
.mini-panel {
  background: var(--white);
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid #d8f6e5;
}

.panel h2,
.form-panel h2 {
  color: var(--green-900);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.95;
}

.panel p,
.form-panel p,
.mini-panel p {
  margin-top: 0.5rem;
  color: var(--ink-700);
}

.check-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.check-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-700);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--green-500);
}

.image-panel {
  min-height: 320px;
  background-color: var(--green-900);
  background-size: cover;
  background-position: center;
}

.image-about {
  background-image:
    linear-gradient(170deg, rgba(8, 44, 30, 0.45), rgba(8, 44, 30, 0.1)),
    url("https://images.unsplash.com/photo-1554469384-e58fac16e23a?auto=format&fit=crop&w=1200&q=80");
}

.image-contact {
  background-image:
    linear-gradient(170deg, rgba(8, 44, 30, 0.45), rgba(8, 44, 30, 0.1)),
    url("https://images.unsplash.com/photo-1472224371017-08207f84aaae?auto=format&fit=crop&w=1200&q=80");
}

.image-services {
  background-image:
    linear-gradient(170deg, rgba(8, 44, 30, 0.45), rgba(8, 44, 30, 0.1)),
    url("https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&w=1200&q=80");
}

.image-apply {
  background-image:
    linear-gradient(170deg, rgba(8, 44, 30, 0.45), rgba(8, 44, 30, 0.1)),
    url("https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=1200&q=80");
}

.form-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-size: 0.84rem;
  color: var(--ink-700);
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #ccefdc;
  border-radius: 10px;
  padding: 0.6rem 0.72rem;
  font: inherit;
  background: #fcfffd;
}

.field-full {
  grid-column: 1 / -1;
}

.form-action {
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-status {
  margin: 0;
  font-weight: 700;
  font-size: 0.9rem;
}

.form-status:empty {
  display: none;
}

.form-status.pending {
  color: var(--ink-700);
}

.form-status.success {
  color: var(--green-800);
}

.form-status.error {
  color: #b3261e;
}

.gallery-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item {
  border-radius: 14px;
  min-height: 220px;
  box-shadow: var(--shadow-soft);
  background-color: var(--green-900);
  background-size: cover;
  background-position: center;
}

.g-1 {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=80");
}

.g-2 {
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=900&q=80");
}

.g-3 {
  background-image: url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=900&q=80");
}

.g-4 {
  background-image: url("https://images.unsplash.com/photo-1554995207-c18c203602cb?auto=format&fit=crop&w=900&q=80");
}

.g-5 {
  background-image: url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=900&q=80");
}

.g-6 {
  background-image: url("https://images.unsplash.com/photo-1584738766473-61c083514bf4?auto=format&fit=crop&w=900&q=80");
}

footer {
  margin-top: 0.5rem;
  background: var(--green-950);
  color: #dbffe9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 14px 14px 0 0;
}

footer p {
  overflow-wrap: anywhere;
}

footer a {
  color: #b8ffd3;
  text-decoration: none;
}

footer a:hover {
  color: #ecfff3;
  text-decoration: underline;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-emails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.footer-emails a {
  font-weight: 700;
  font-size: 0.88rem;
}

.reveal-up {
  animation: revealUp 760ms ease both;
}

.delay-1 {
  animation-delay: 160ms;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .service-grid,
  .process-grid,
  .insights-grid,
  .testimonial-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .contact,
  .service-grid,
  .process-grid,
  .showcase,
  .insights-grid,
  .testimonial-grid,
  .content-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .top-nav {
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-toggle {
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .menu-links {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transform: translateY(-6px);
    transition: max-height 280ms ease, opacity 220ms ease, transform 220ms ease, margin-top 280ms ease;
  }

  .menu-links.is-open {
    max-height: 30rem;
    opacity: 1;
    margin-top: 1rem;
    transform: translateY(0);
  }

  .menu-links a {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .menu-links .active-link {
    text-decoration: none;
    border-color: rgba(181, 255, 210, 0.8);
    background: rgba(181, 255, 210, 0.12);
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero {
    padding-bottom: 4rem;
  }

  .hero::after {
    bottom: -120px;
  }

  .showcase-item {
    min-height: 240px;
  }

  footer {
    border-radius: 0;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 580px) {
  .hero,
  .inner-hero,
  .services,
  .process,
  .contact,
  .insights,
  .testimonials,
  .inner-content,
  .inner-forms,
  .inner-gallery,
  footer {
    padding-left: 0.78rem;
    padding-right: 0.78rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .contact-panel h2 {
    font-size: clamp(1.8rem, 9vw, 2.3rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .showcase-item,
  .image-panel,
  .gallery-item {
    min-height: 200px;
  }
}

@media (min-width: 981px) {
  .menu-links {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.team-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  background: var(--white);
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid #d8f6e5;
  border-top: 5px solid var(--green-500);
}

.team-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  background: linear-gradient(150deg, var(--green-600), var(--green-900));
}

.team-role {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  color: var(--green-800);
}

.team-card h3 {
  margin-top: 0.15rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--green-900);
}

.team-email {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #123425;
  background: #c8ffd9;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.84rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.team-email:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(8, 45, 30, 0.18);
}

.btn,
.nav-cta,
.team-email,
.contact-list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-actions,
  .form-action {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .form-action .btn {
    width: 100%;
  }

  .contact-list {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-list a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-up {
    animation: none;
  }

  .btn:hover,
  .team-email:hover {
    transform: none;
  }
}
