:root {
  --ink: #102a2a;
  --muted: #667b77;
  --green: #0b675c;
  --green-dark: #07483f;
  --lime: #cde86b;
  --cream: #f4f7f1;
  --line: #dfe8e3;
  --white: #fff;
  --shadow: 0 20px 60px rgba(17, 59, 54, 0.12);
  --radius: 26px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  line-height: 1.65;
}
h1,
h2,
h3,
b,
.btn {
  font-family: 'Manrope', sans-serif;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h3 {
  line-height: 1.25;
  letter-spacing: -0.025em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: var(--green-dark);
  color: #d9eee8;
  font-size: 0.82rem;
}
.topbar-inner {
  height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-inner div {
  display: flex;
  gap: 25px;
}
.topbar a:hover {
  color: #fff;
}
.site-header {
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 232, 227, 0.8);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: var(--green);
  color: #fff;
  border-radius: 13px;
  font: 800 1.55rem 'Manrope';
  box-shadow: inset 0 -6px 12px rgba(0, 0, 0, 0.1);
}
.brand b {
  font-size: 1.15rem;
  display: block;
  line-height: 1;
}
.brand small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  gap: 31px;
  align-items: center;
}
.main-nav a {
  font-weight: 600;
  color: #465d59;
  font-size: 0.95rem;
  position: relative;
}
.main-nav a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--green);
  transition: 0.25s;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--green);
}
.main-nav a:hover:after,
.main-nav a.active:after {
  right: 0;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 1.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 28px rgba(11, 103, 92, 0.2);
}
.btn-primary:hover {
  background: var(--green-dark);
}
.btn-ghost {
  border-color: #b9cac4;
  background: #fff;
}
.btn-white {
  background: #fff;
  color: var(--green-dark);
}
.flash {
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
}
.flash-success {
  background: #daf4e8;
  color: #0a664e;
}
.flash-error {
  background: #fee4e2;
  color: #a32727;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #f7faf5 0%, #edf5ef 52%, #d5ebe4 100%);
  min-height: 700px;
  display: flex;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 70px;
  padding: 80px 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy h1 {
  max-width: 720px;
  margin: 22px 0 25px;
}
.hero-copy p {
  font-size: 1.17rem;
  color: #536b66;
  max-width: 610px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--green);
}
.kicker i {
  width: 26px;
  height: 1px;
  background: var(--green);
}
.kicker.light {
  color: #d9f0e9;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0;
}
.trust-row {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  color: #657a76;
  font-size: 0.82rem;
}
.trust-row b {
  color: var(--ink);
}
.hero-visual {
  position: relative;
}
.hero-photo {
  height: 540px;
  border-radius: 240px 240px 34px 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255, 255, 255, 0.75);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.science-card {
  position: absolute;
  left: -35px;
  bottom: 68px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 17px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 12px;
  align-items: center;
}
.science-icon {
  width: 42px;
  height: 42px;
  background: var(--lime);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--green-dark);
}
.science-card b,
.science-card small {
  display: block;
}
.science-card small {
  color: var(--muted);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.orb-one {
  width: 400px;
  height: 400px;
  border: 1px solid rgba(11, 103, 92, 0.13);
  right: -80px;
  top: -100px;
}
.orb-two {
  width: 120px;
  height: 120px;
  background: var(--lime);
  opacity: 0.32;
  left: 46%;
  bottom: -50px;
}
.molecule {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow:
    30px 20px 0 -3px #fff,
    -20px 42px 0 -5px var(--green);
}
.molecule-a {
  right: -10px;
  top: 60px;
}
.molecule-b {
  left: -15px;
  top: 110px;
  transform: scale(0.7);
}
.section {
  padding: 110px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 47px;
  gap: 40px;
}
.section-head h2 {
  margin: 10px 0 0;
  max-width: 700px;
}
.section-head > p {
  max-width: 420px;
  color: var(--muted);
  margin: 0;
}
.section-head.centered {
  justify-content: center;
  text-align: center;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.category-card {
  position: relative;
  padding: 33px;
  min-height: 330px;
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  transition: 0.3s;
}
.category-card:nth-child(2) {
  background: #e7f1ed;
}
.category-card:nth-child(3) {
  background: #f0f2df;
}
.category-card:hover {
  transform: translateY(-6px);
  border-color: #c7d7d1;
  box-shadow: var(--shadow);
}
.category-number {
  color: #89a19b;
  font-size: 0.74rem;
}
.category-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #fff;
  color: var(--green);
  font-size: 1.8rem;
  margin: 45px 0 25px;
}
.category-card h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.category-card p {
  color: var(--muted);
  max-width: 270px;
}
.circle-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 43px;
  height: 43px;
  border: 1px solid #a9bdb7;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.about-split {
  background: #fff;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-media {
  height: 570px;
  position: relative;
}
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}
.experience-chip {
  position: absolute;
  right: -25px;
  bottom: 30px;
  padding: 19px 24px;
  border-radius: 18px;
  background: var(--lime);
  display: flex;
  align-items: center;
  gap: 12px;
  width: 210px;
}
.experience-chip b {
  font-size: 2.1rem;
}
.experience-chip span {
  font-size: 0.8rem;
  line-height: 1.3;
}
.split-copy > p {
  font-size: 1.08rem;
  color: var(--muted);
}
.split-copy h2 {
  margin: 14px 0 24px;
}
.check-list {
  padding: 0;
  margin: 28px 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 13px 0;
}
.check-list span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff1e8;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: bold;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--green);
  font-weight: 700;
}
.text-link:hover span {
  transform: translateX(4px);
}
.text-link span {
  transition: 0.2s;
}
.text-link.large {
  font-size: 1rem;
}
.products-featured {
  background: var(--cream);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e2e9e5;
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.product-image {
  height: 260px;
  background: #eef3ef;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.product-card:hover img {
  transform: scale(1.04);
}
.product-card-body {
  padding: 23px;
}
.product-card-body .eyebrow {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--green);
  font-weight: 700;
}
.product-card-body h3 {
  font-size: 1.16rem;
  margin: 9px 0;
}
.product-card-body h3 a:hover {
  color: var(--green);
}
.product-card-body p {
  font-size: 0.9rem;
  color: var(--muted);
  min-height: 70px;
}
.product-card-body .text-link {
  font-size: 0.84rem;
}
.numbers-section {
  background: var(--green-dark);
  color: #fff;
  padding: 70px 0;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.numbers-grid div {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.numbers-grid div:last-child {
  border: 0;
}
.numbers-grid b {
  display: block;
  font-size: 2.6rem;
  color: var(--lime);
}
.numbers-grid span {
  font-size: 0.84rem;
  color: #c5dcd6;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.values-grid article {
  border-top: 1px solid #cbd8d3;
  padding: 28px 10px 10px 0;
}
.values-grid article > span {
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 800;
}
.values-grid h3 {
  font-size: 1.25rem;
  margin: 35px 0 10px;
}
.values-grid p {
  color: var(--muted);
  font-size: 0.92rem;
}
.cta-band {
  padding: 30px;
}
.cta-inner {
  min-height: 340px;
  background: var(--green);
  color: #fff;
  border-radius: 34px;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.cta-inner:after {
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 70px solid rgba(205, 232, 107, 0.15);
  right: -100px;
  bottom: -160px;
}
.cta-inner h2 {
  margin: 10px 0;
  max-width: 700px;
}
.cta-inner p {
  color: #cce3dd;
}
.cta-inner .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.footer {
  background: #092f2b;
  color: #c8dcd7;
  padding: 85px 0 30px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 65px;
  padding-bottom: 60px;
}
.brand-light b {
  color: #fff;
}
.brand-light small {
  color: #9ab9b2;
}
.footer-brand p {
  max-width: 300px;
  margin-top: 25px;
}
.footer h3 {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 22px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 0.9rem;
}
.footer a:hover {
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #24d366;
  color: white;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}
.page-hero {
  background: linear-gradient(135deg, #0b675c, #063c36);
  color: #fff;
  padding: 105px 0;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  border: 80px solid rgba(205, 232, 107, 0.13);
  border-radius: 50%;
  right: -120px;
  top: -180px;
}
.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  max-width: 900px;
  margin: 15px 0 22px;
}
.page-hero p {
  font-size: 1.1rem;
  color: #cbe2dc;
  max-width: 650px;
}
.page-hero.compact {
  padding: 85px 0;
}
.soft-section {
  background: var(--cream);
}
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.vision-grid article {
  background: var(--green);
  color: white;
  padding: 60px;
  border-radius: var(--radius);
}
.vision-grid article:nth-child(2) {
  background: #dfe9a7;
  color: var(--ink);
}
.vision-grid h2 {
  font-size: 2rem;
  margin-top: 20px;
}
.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 45px;
}
.category-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.category-pills a {
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.85rem;
  font-weight: 700;
}
.category-pills a.active {
  background: var(--green);
  color: #fff;
}
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding-left: 16px;
  overflow: hidden;
}
.search-box input {
  border: 0;
  outline: 0;
  padding: 11px;
  width: 180px;
  font: inherit;
}
.search-box button {
  border: 0;
  background: var(--green);
  color: #fff;
  padding: 14px 17px;
  cursor: pointer;
}
.products-page {
  grid-template-columns: repeat(3, 1fr);
}
.empty-state {
  text-align: center;
  padding: 80px;
  background: var(--cream);
  border-radius: var(--radius);
}
.product-detail {
  padding-top: 75px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.detail-image {
  height: 620px;
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
}
.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  margin: 15px 0 20px;
}
.detail-copy .lead {
  font-size: 1.3rem;
  color: var(--ink);
}
.detail-copy > p:not(.lead) {
  color: var(--muted);
}
.back-link {
  display: block;
  color: var(--muted);
  margin-bottom: 35px;
}
.detail-note {
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 25px;
  max-width: 420px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.info-grid article {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}
.info-grid article p {
  color: var(--muted);
  margin: 22px 0 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.gallery-item {
  margin: 0;
  height: 390px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.gallery-item.wide {
  grid-column: span 2;
  height: 520px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.gallery-item:hover img {
  transform: scale(1.03);
}
.gallery-item figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  background: rgba(4, 38, 33, 0.78);
  padding: 9px 14px;
  border-radius: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.contact-copy h2 {
  margin: 13px 0;
}
.contact-copy > p {
  color: var(--muted);
}
.contact-cards {
  margin-top: 38px;
}
.contact-cards > a,
.contact-cards > div {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.contact-cards > * > span {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background: var(--cream);
  display: grid;
  place-items: center;
}
.contact-cards small,
.contact-cards b {
  display: block;
}
.contact-cards small {
  color: var(--muted);
}
.contact-form {
  background: var(--cream);
  padding: 40px;
  border-radius: var(--radius);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form label {
  font-size: 0.79rem;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7e1dc;
  border-radius: 12px;
  background: #fff;
  padding: 14px 15px;
  margin-top: 7px;
  font: inherit;
  outline: 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 103, 92, 0.1);
}
.error-page {
  min-height: 580px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 20px;
}
.error-page > div {
  max-width: 600px;
}
.error-code {
  font: 800 8rem/1 'Manrope';
  color: #d8e8e2;
}
.error-page code {
  display: block;
  margin: 15px 0;
  padding: 10px;
  background: #fee;
  border-radius: 8px;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 980px) {
  .nav-cta {
    display: none;
  }
  .main-nav {
    gap: 18px;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 80px 0;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-visual {
    max-width: 650px;
    margin: auto;
    width: 100%;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-card:last-child {
    grid-column: span 2;
  }
  .split-grid,
  .detail-grid,
  .contact-grid {
    gap: 45px;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2/4;
  }
  .detail-image {
    height: 500px;
  }
}
@media (max-width: 720px) {
  h1 {
    font-size: 2.8rem;
  }
  .container {
    width: min(100% - 28px, 1180px);
  }
  .topbar-inner > span {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-inner div {
    gap: 14px;
  }
  .topbar-inner div a:first-child {
    display: none;
  }
  .nav-wrap {
    height: 72px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 72px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 17px;
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 8px;
  }
  .hero-grid {
    padding: 55px 0;
    gap: 45px;
  }
  .hero-photo {
    height: 430px;
  }
  .science-card {
    left: 10px;
  }
  .trust-row {
    gap: 13px;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .section {
    padding: 75px 0;
  }
  .section-head {
    display: block;
  }
  .section-head > p,
  .section-head > a {
    margin-top: 18px;
  }
  .category-grid,
  .split-grid,
  .detail-grid,
  .contact-grid,
  .vision-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
  .category-card:last-child {
    grid-column: auto;
  }
  .category-card {
    min-height: 285px;
  }
  .about-media {
    height: 420px;
  }
  .experience-chip {
    right: 10px;
  }
  .products-grid,
  .products-page {
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 310px;
  }
  .numbers-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .numbers-grid div:nth-child(2) {
    border: 0;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .cta-band {
    padding: 14px;
  }
  .cta-inner {
    padding: 42px 28px;
    display: block;
  }
  .cta-inner .btn {
    margin-top: 20px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .filter-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .search-box input {
    flex: 1;
  }
  .detail-image {
    height: 420px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item.wide {
    grid-column: auto;
    height: 390px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 25px;
  }
  .page-hero {
    padding: 70px 0;
  }
}
