.hero[sharp="hero"] {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)), url("/assets/images/Richard-Harris-deer.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 2rem;
  box-shadow: 0 3px 25px rgba(0,0,0,0.6);
  border-bottom: 3px solid #344a2e;
  position: relative;
  overflow: hidden;
}
.hero[sharp="hero"].hero {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)), url("/assets/images/Richard-Harris-deer.jpg") !important;
}
.hero[sharp="hero"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(58,82,51,0.8), transparent);
  z-index: 1;
}
.hero[sharp="hero"] h1 {
  font-size: 4.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  max-width: 850px;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  z-index: 2;
  letter-spacing: 1px;
  animation: fadeInDown 1.2s ease-out;
}
.hero[sharp="hero"] .tagline {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.2s ease-out 0.3s both;
}
.hero[sharp="hero"] .tagline h2 {
  font-size: 3.5rem;
  line-height: 1.3;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}
.hero[sharp="hero"] .tagline h2:first-child {
  color: #d8bb7f;
}
.hero[sharp="hero"] a.sharp__button {
  position: relative;
  z-index: 2;
  padding: 1.2rem 2.5rem;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  animation: fadeIn 1.5s ease-out 0.6s both;
  background-color: #3a5233;
  border: 2px solid #d8bb7f;
}
.hero[sharp="hero"] a.sharp__button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  background-color: #374e30;
}
section[sharp="intro"] {
  margin: 4rem 0 6rem;
  text-align: center;
  background-color: #fff;
  padding: 4rem 2.5rem;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}
section[sharp="intro"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, #5c7d51, #d8bb7f, #3a5233);
}
section[sharp="intro"] .logo-container {
  margin: 0 auto 3.5rem;
  max-width: 700px;
}
section[sharp="intro"] .logo-container img {
  width: 100%;
  height: auto;
  max-width: 500px;
  filter: drop-shadow(0 8px 15px rgba(0,0,0,0.25));
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
section[sharp="intro"] .logo-container img:hover {
  transform: scale(1.15);
}
section[sharp="intro"] p.lead {
  font-size: 1.35rem;
  line-height: 1.9;
  max-width: 850px;
  margin: 0 auto 1.8rem;
  color: #333;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 0.4px;
}
section[sharp="intro"] p.lead:last-child {
  position: relative;
  padding-bottom: 2rem;
}
section[sharp="intro"] p.lead:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: rgba(58,82,51,0.3);
}
section[sharp="community_stats"] {
  margin: 0 0 6rem;
  text-align: center;
  background-color: #fff;
  padding: 4rem 2.5rem;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}
section[sharp="community_stats"]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #3a5233, #d8bb7f, #5c7d51);
}
section[sharp="community_stats"] h2.section-title {
  color: #3a5233;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
}
section[sharp="community_stats"] h2.section-title:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #c1a05e;
  margin: 1.4rem auto 0;
}
.stat-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media $mobile {
  .stat-features {
    flex-direction: column;
  }
}
.sharp__stat_feature {
  flex: 1;
  min-width: 220px;
  padding: 2.5rem 2rem;
  text-align: center;
  background-color: #f5f2ea;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  border: 1px solid rgba(58,82,51,0.08);
  position: relative;
  max-width: 270px;
}
.sharp__stat_feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.sharp__stat_feature:hover .icon-container {
  transform: rotate(8deg) scale(1.1);
  border-color: #d8bb7f;
}
.sharp__stat_feature .icon-container {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92,125,81,0.1);
  border-radius: 50%;
  padding: 1.5rem;
  transition: all 0.4s ease;
  border: 2px dashed rgba(193,160,94,0.4);
}
.sharp__stat_feature .icon-container img {
  width: 65px;
  height: auto;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.25));
}
.sharp__stat_feature .stat-number {
  font-size: 4.2rem;
  font-weight: bold;
  color: #3a5233;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  background: linear-gradient(45deg, #3a5233, #c1a05e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sharp__stat_feature h3 {
  color: #3a5233;
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.sharp__stat_feature h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(193,160,94,0.5);
  width: 70%;
  margin: 0 auto;
}
.full-width-section {
  padding: 5rem 0;
  background-color: #f5f2ea;
  margin: 5rem 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 0 30px rgba(0,0,0,0.08);
}
.full-width-section:not([sharp="parks"]) .container {
  background-color: #fff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.full-width-section.alt-bg {
  background-color: #5b7248;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.full-width-section.alt-bg .container {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box;
}
.full-width-section.alt-bg h2 {
  color: #fff;
}
.full-width-section.alt-bg h2.section-title:after {
  background-color: #d8bb7f;
}
.full-width-section[sharp="luxury"] .cta-buttons {
  max-width: 100%;
  overflow: hidden;
  padding: 0 1rem;
}
.section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}
.section-header:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30%;
  right: 30%;
  height: 1px;
  background: linear-gradient(to right, transparent, #d8bb7f, transparent);
}
@media $mobile {
  .section-header {
    flex-direction: column;
    gap: 2rem;
  }
}
.section-header .left-header,
.section-header .right-header {
  flex: 1;
}
.section-header .left-header h2,
.section-header .right-header h2 {
  color: #4a6741;
  font-size: 2.6rem;
  text-transform: lowercase;
  font-family: Georgia, serif;
  position: relative;
  display: inline-block;
}
.section-header .left-header h2:before,
.section-header .right-header h2:before,
.section-header .left-header h2:after,
.section-header .right-header h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #d8bb7f;
  top: 50%;
}
.section-header .left-header h2:before,
.section-header .right-header h2:before {
  left: -70px;
}
.section-header .left-header h2:after,
.section-header .right-header h2:after {
  right: -70px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media $mobile {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.image-feature {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.image-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.image-feature:hover img {
  transform: scale(1.05);
}
.image-feature img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
.image-feature .caption {
  background-color: rgba(58,82,51,0.9);
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  border-bottom: 2px solid #d8bb7f;
}
.image-feature p {
  padding: 1.5rem;
  text-align: center;
  font-style: italic;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  background-color: #fff;
}
.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin: 6rem 0;
}
@media $tablet {
  .two-column-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.two-column-section .text-column h2 {
  color: #4a6741;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.two-column-section .text-column h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #d8bb7f;
}
.two-column-section .text-column p.lead {
  margin-bottom: 1.8rem;
  line-height: 1.9;
  font-size: 1.2rem;
  color: #333;
}
.two-column-section .text-column .feature-list {
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.two-column-section .text-column .feature-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.8rem;
}
.two-column-section .text-column .feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c1a05e;
  font-weight: bold;
}
.two-column-section .text-column a.sharp__button {
  margin-top: 1.5rem;
  display: inline-block;
}
.two-column-section .image-column img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.5s ease;
}
.two-column-section .image-column img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.centered-text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 3.5rem;
  font-size: 1.3rem;
  line-height: 1.9;
  font-family: Georgia, serif;
  color: rgba(255,255,255,0.9);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
section[sharp="parks"] {
  background-color: #5b7248;
  margin: 5rem 0;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(to bottom, #546942, #5b7248, #60784c);
  position: relative;
}
section[sharp="parks"]:before,
section[sharp="parks"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background-size: 20px 40px;
}
section[sharp="parks"]:before {
  top: 0;
  background-image: linear-gradient(135deg, #5b7248 25%, transparent 25%), linear-gradient(225deg, #5b7248 25%, transparent 25%);
  background-position: 0 0;
}
section[sharp="parks"]:after {
  bottom: 0;
  background-image: linear-gradient(135deg, transparent 25%, #5b7248 25%), linear-gradient(225deg, transparent 25%, #5b7248 25%);
  background-position: 0 0;
}
section[sharp="parks"] .container {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
section[sharp="parks"] h2.section-title {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  position: relative;
}
section[sharp="parks"] h2.section-title:after {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #d8bb7f;
  margin: 1.4rem auto 0;
}
.parks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media $mobile {
  .parks-grid {
    grid-template-columns: 1fr;
  }
}
.park-feature {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  transition: all 0.5s ease;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}
.park-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(#d8bb7f, #3a5233);
  opacity: 0.9;
}
.park-feature:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
.park-feature:hover .park-image img {
  transform: scale(1.08);
}
.park-feature .park-image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  border: 3px solid #fff;
  position: relative;
  width: 100%;
}
.park-feature .park-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  z-index: 1;
}
.park-feature .park-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.park-feature .park-icon {
  margin: -3rem auto 1.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.2rem;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  border: 2px solid #d8bb7f;
  position: relative;
  z-index: 2;
}
.park-feature .park-icon img {
  width: 45px;
  height: auto;
  filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.25));
}
.park-feature h3 {
  color: #3a5233;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid rgba(193,160,94,0.4);
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.park-feature p {
  line-height: 1.8;
  margin: 0;
  text-align: left;
  font-size: 1.1rem;
  color: #333;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 0 0.5rem;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media $mobile {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.cta-buttons .sharp__button {
  min-width: 240px;
  text-align: center;
  font-size: 1.2rem;
  padding: 1.2rem 2rem;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  position: relative;
  overflow: hidden;
  border: 2px solid #d8bb7f;
}
.cta-buttons .sharp__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
}
.cta-buttons .sharp__button:hover {
  transform: translateY(-5px);
}
.cta-buttons .sharp__button:hover:before {
  transform: translateX(100%);
}
.panorama-section {
  height: 500px;
  margin: 7rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.panorama-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
  z-index: 2;
}
.panorama-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  z-index: 2;
}
.panorama-section .panorama-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.panorama-section .panorama-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
  z-index: 1;
}
.panorama-section .panorama-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 30s ease;
}
.panorama-section .panorama-container img:hover {
  transform: scale(1.15);
}
.panorama-section .panorama-container .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 900px;
  z-index: 3;
  padding: 3rem;
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.panorama-section .panorama-container .overlay-text h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  max-width: 100%;
  word-wrap: break-word;
}
.panorama-section .panorama-container .overlay-text h2:first-child {
  font-size: 2rem;
}
.panorama-section .panorama-container .overlay-text p {
  font-size: 1.3rem;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin: 0;
  max-width: 100%;
  line-height: 1.5;
}
section[sharp="join"] {
  text-align: center;
  margin: 7rem 0 6rem;
  background-color: #fff;
  padding: 4rem 3rem;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}
section[sharp="join"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #3a5233, #d8bb7f, #3a5233);
}
section[sharp="join"] h2 {
  color: #3a5233;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
section[sharp="join"] h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #d8bb7f;
  margin: 1.2rem auto 0;
}
section[sharp="join"] p {
  max-width: 850px;
  margin: 0 auto 3rem;
  font-size: 1.3rem;
  line-height: 1.9;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #333;
}
section[sharp="join"] .button-group {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.sharp__button_alt {
  background-color: transparent;
  border: 2px solid #3a5233;
  color: #3a5233;
  transition: all 0.4s ease;
}
.sharp__button_alt:hover {
  background-color: rgba(216,187,127,0.1);
  border-color: #c1a05e;
  color: #4a6741;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
  .hero[sharp="hero"] {
    height: auto;
    min-height: 500px;
    padding: 2rem 1rem;
  }
  .hero[sharp="hero"] h1 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .hero[sharp="hero"] .tagline {
    margin-bottom: 1.5rem;
  }
  .hero[sharp="hero"] .tagline h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
  section[sharp="intro"],
  section[sharp="community_stats"],
  section[sharp="join"] {
    padding: 2.5rem 1.2rem;
    margin: 2rem 0;
    border-radius: 6px;
  }
  .full-width-section {
    padding: 2.5rem 0;
    margin: 2rem 0;
  }
  .section-header {
    margin-bottom: 2.5rem;
  }
  .section-header .left-header h2,
  .section-header .right-header h2 {
    font-size: 1.8rem;
  }
  .section-header .left-header h2:before,
  .section-header .right-header h2:before,
  .section-header .left-header h2:after,
  .section-header .right-header h2:after {
    display: none;
  }
  .feature-grid {
    gap: 2rem;
    margin-top: 2rem;
  }
  .stat-features {
    gap: 1.5rem;
  }
  .sharp__stat_feature {
    padding: 1.8rem 1.2rem;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .sharp__stat_feature .stat-number {
    font-size: 3.5rem;
  }
  .two-column-section {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 3rem 0;
  }
  .two-column-section .text-column {
    order: 1;
  }
  .two-column-section .image-column {
    order: 2;
    margin-top: 1rem;
  }
  .image-feature {
    margin-bottom: 1.5rem;
  }
  .park-feature {
    max-width: 100%;
    margin: 0 auto 1.5rem;
    padding: 1.5rem;
  }
  .parks-grid {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .panorama-section {
    height: auto;
    min-height: 450px;
    margin: 3rem 0;
  }
  .panorama-section:before,
  .panorama-section:after {
    height: 40px;
  }
  .panorama-section .overlay-text {
    padding: 1rem;
    width: 85%;
    max-width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 160px;
  }
  .panorama-section .overlay-text h2 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .panorama-section .overlay-text h2:first-child {
    font-size: 1.1rem;
  }
  .panorama-section .overlay-text p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .cta-buttons {
    gap: 0.8rem;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .button-group {
    gap: 1rem;
    flex-direction: column;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
