* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  background: #8fc3cf;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(143,195,207,0.78), rgba(143,195,207,0.78)),
    url("../images/banner-1-1.webp") center center / cover no-repeat;
  z-index: -1;
}

.site-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 25px auto;
  padding: 0 15px;
}

.site-header {
  background: rgba(255,255,255,0.92);
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 24px 14px;
  gap: 20px;
  min-height: 96px;
}

.logo {
  flex: 0 0 auto;
}

.logo a {
  display: inline-block;
  line-height: 1;
}

.logo-script {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.45rem;
  color: #74b9c5;
  margin-bottom: 3px;
  letter-spacing: 0.01em;
}

.logo-text {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: #4f4f4f;
  padding-left: 3px;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.98rem;
  color: #666;
  padding-top: 14px;
  margin-left: auto;
}

.social-links a {
  color: #6b6b6b;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #67aebc;
  transform: translateY(-1px);
}

.main-nav {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.main-nav li {
  margin: 0;
}

.main-nav a {
  display: block;
  padding: 12px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: #67aebc;
}

.mobile-menu-wrap {
  padding: 0;
}

.menu-toggle {
  width: 100%;
  border: 0;
  background: #67aebc;
  color: #fff;
  padding: 14px 18px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-align: center;
}

.mobile-nav {
  display: none;
  background: #fff;
  border-top: 1px solid #ddd;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav li {
  border-top: 1px solid #ececec;
}

.mobile-nav a {
  display: block;
  padding: 12px 16px;
  font-weight: 600;
  color: #444;
}

.mobile-nav a i {
  width: 20px;
  margin-right: 8px;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  color: #67aebc;
}

.hero {
  position: relative;
  height: 500px;
  margin-top: 18px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 5px rgba(0,0,0,0.14);
  overflow: hidden;
  background: #ddd;
}

.hero-slider,
.slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.slide {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
}

.hero-overlay {
  background: rgba(0,0,0,0.10);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.hero:hover .hero-arrow {
  opacity: 1;
}

.hero-arrow:hover {
  background: rgba(103,174,188,0.85);
}

.hero-arrow-left {
  left: 18px;
}

.hero-arrow-right {
  right: 18px;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.hero-content h1 {
  margin: 0 0 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.04;
}

.hero-content p {
  margin: 0 0 18px;
  font-size: clamp(1rem, 2.4vw, 1.6rem);
  font-weight: 700;
}

.book-btn {
  display: inline-block;
  padding: 12px 26px;
  background: rgba(255,255,255,0.92);
  color: #4f8f9d;
  border: 2px solid rgba(255,255,255,0.95);
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.25s ease;
}

.book-btn:hover {
  background: #67aebc;
  color: #fff;
  border-color: #67aebc;
}

.main-content {
  background: rgba(255,255,255,0.92);
  margin-top: 16px;
  padding: 26px 30px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.10);
}

.intro-copy {
  text-align: left;
  max-width: 880px;
  margin: 0 auto 10px;
  font-size: 1rem;
  color: #555;
}

.intro-copy p {
  margin: 0 0 18px;
}

.transition-note {
  margin: 10px auto 34px;
  padding: 22px 24px;
  max-width: 920px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dfe5e7;
  border-left: 5px solid #67aebc;
  text-align: left;
}

.transition-note h2 {
  margin: 0 0 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5c97a3;
}

.transition-note p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .transition-note {
    padding: 18px 16px;
    margin-bottom: 26px;
  }

  .transition-note h2 {
    font-size: 1.3rem;
  }
}

.home-boxes {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
}

.home-box {
  flex: 1;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.home-box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.home-box h3 {
  margin: 0;
  padding: 16px 12px 18px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}

.site-footer {
  text-align: center;
  color: rgba(255,255,255,0.95);
  padding: 18px 10px 10px;
  font-size: 0.95rem;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    height: 460px;
  }

  .home-boxes {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .site-wrapper {
    margin: 10px auto 20px;
    padding: 0 10px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .header-top {
    justify-content: center;
    text-align: center;
    padding: 16px 14px;
  }

.logo-script {
  font-size: 2.2rem;
}

.logo-text {
  font-size: 0.92rem;
  letter-spacing: 0.24em;
  padding-left: 2px;
}

  .hero {
    height: 360px;
    margin-top: 12px;
  }
    .hero-arrow {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    opacity: 0.9;
  }

  .hero-arrow-left {
    left: 10px;
  }

  .hero-arrow-right {
    right: 10px;
  }
  

  .main-content {
    padding: 20px 16px;
    margin-top: 12px;
  }

  .home-boxes {
    flex-direction: column;
  }

  .home-box img {
    aspect-ratio: 16 / 10;
  }

  .hero-content h1 {
    line-height: 1.05;
  }
}

@media (max-width: 480px) {
.logo-script {
  font-size: 1.9rem;
}

.logo-text {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  padding-left: 1px;
}

  .hero {
    height: 300px;
  }

  .hero-content p {
    margin-bottom: 16px;
  }

  .book-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
/* SERVICES PAGE */
.services-page {
  padding-top: 34px;
}

.page-intro h1,
.page-intro h2,
.section-label,
.info-panel h2,
.info-plain h2,
.service-card h4 {
  font-family: "Source Sans 3", sans-serif;
  color: #4f4f4f;
  margin-top: 0;
}

.page-intro h1 {
  font-size: 2.45rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.page-intro h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 14px;
}

.service-note {
  max-width: 920px;
  margin: 0 0 32px;
  font-weight: 700;
  color: #222;
  line-height: 1.75;
}

.service-block {
  margin-bottom: 38px;
}

.section-label {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.service-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 38px;
}

.service-card {
  background: rgba(255,255,255,0.84);
  border: 1px solid #e2e2e2;
  padding: 24px 24px 20px;
  margin-bottom: 22px;
}

.service-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.service-card h4 {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 0;
}

.service-card p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: #444;
}

.service-meta {
  font-weight: 700;
  color: #222;
}

.service-price {
  font-size: 1rem;
  font-weight: 800;
  color: #5c97a3;
  background: #f7f9fa;
  border: 1px solid #d9e2e6;
  padding: 7px 12px;
  white-space: nowrap;
}

.gallery-strip {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #ddd;
}

.gallery-strip img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-strip img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.gallery-strip-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-strip-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-strip-3 img {
  aspect-ratio: 16 / 10;
}

.gallery-tall-mix img {
  aspect-ratio: 3 / 4;
}

.info-panel,
.info-plain {
  margin-top: 20px;
  margin-bottom: 34px;
}

.info-panel {
  background: rgba(245,245,245,0.88);
  border: 1px solid #e3e3e3;
  padding: 26px 28px;
}

.info-plain {
  padding: 6px 0 2px;
}

.info-panel h2,
.info-plain h2 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.info-panel p,
.info-plain p {
  color: #444;
  line-height: 1.75;
}

.styled-list {
  margin: 14px 0 18px 18px;
  padding: 0;
}

.styled-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 900px) {
  .service-grid-two {
    grid-template-columns: 1fr;
  }

  .gallery-strip-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-page {
    padding-top: 20px;
  }

  .page-intro h1 {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .page-intro h2,
  .section-label,
  .info-panel h2,
  .info-plain h2,
  .service-card h4 {
    font-size: 1.5rem;
  }

  .service-card {
    padding: 20px 18px 16px;
  }


  .gallery-strip-3,
  .gallery-strip-4 {
    grid-template-columns: 1fr;
  }

  .gallery-strip-3 img,
  .gallery-strip-4 img,
  .gallery-tall-mix img {
    aspect-ratio: auto;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: center top;
  }


  .info-panel {
    padding: 22px 18px;
  }
}
/* BOOKINGS / CONTACT PAGE */
.contact-page {
  padding-top: 34px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  align-items: stretch;
}

.contact-info-panel,
.contact-form-panel {
  background: rgba(255,255,255,0.84);
  border: 1px solid #e2e2e2;
  padding: 26px 26px 24px;
  height: 100%;
}

.contact-info-panel h2,
.contact-form-panel h2,
.contact-details-card h3,
.form-section-title {
  font-family: "Source Sans 3", sans-serif;
  color: #4f4f4f;
  margin-top: 0;
}

.contact-info-panel h2,
.contact-form-panel h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 16px;
}

.contact-lead {
  font-weight: 700;
  color: #222;
  line-height: 1.7;
  margin-bottom: 18px;
}

.booking-steps {
  margin: 0 0 22px 20px;
  padding: 0;
}

.booking-steps li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #444;
}

.booking-steps a,
.contact-details-card a {
  color: #5c97a3;
  text-decoration: underline;
}

.booking-alerts {
  margin-bottom: 24px;
}

.booking-alerts p {
  margin: 0 0 10px;
  line-height: 1.7;
  color: #444;
}

.alert-red {
  color: #c34545 !important;
  font-weight: 700;
}

.contact-details-card {
  margin-bottom: 24px;
}

.contact-details-card h3 {
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.contact-details-card p {
  color: #444;
  line-height: 1.8;
  margin: 0 0 14px;
}

.map-card iframe {
  width: 100%;
  min-height: 420px;
  max-width: 100%;
  border: 0;
  display: block;
}

.required-note {
  margin-top: -4px;
  margin-bottom: 18px;
  color: #666;
}

.required-note span,
.booking-form label span {
  color: #c34545;
  font-weight: 700;
}

.booking-form {
  display: block;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #333;
  line-height: 1.45;
}

.form-group small {
  display: block;
  margin-top: 6px;
  color: #666;
  line-height: 1.55;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid #cfd8dc;
  background: #fff;
  padding: 12px 13px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: #6eaeba;
  outline: none;
  box-shadow: 0 0 0 3px rgba(110,174,186,0.14);
}

.booking-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-section-title {
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 28px 0 16px;
  padding-top: 8px;
  border-top: 1px solid #dddddd;
}

.form-row.two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.checkbox-group {
  margin-top: 8px;
}

.checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 600 !important;
}

.checkbox-label input {
  width: auto;
  margin: 0;
}

.form-actions {
  margin-top: 22px;
  padding-top: 0;
}

.submit-btn {
  display: inline-block;
  padding: 13px 24px;
  border: 0;
  background: #67aebc;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}

.submit-btn:hover {
  background: #5a9ba8;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding-top: 20px;
  }

  .contact-info-panel,
  .contact-form-panel {
    padding: 22px 18px 20px;
  }

  .contact-info-panel h2,
  .contact-form-panel h2 {
    font-size: 1.6rem;
  }

  .form-section-title {
    font-size: 1.35rem;
  }

  .form-row.two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .map-card iframe {
    min-height: 320px;
  }
}
/* MEET THE HORSES PAGE */
.horses-page {
  padding-top: 34px;
}

.horse-intro {
  max-width: 980px;
  margin: 0;
  font-weight: 700;
  color: #222;
  line-height: 1.8;
}

.horse-list {
  margin-top: 28px;
}

.horse-profile {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: stretch;
  background: rgba(255,255,255,0.86);
  border: 1px solid #e2e2e2;
  margin-bottom: 26px;
  overflow: hidden;
}

.horse-profile.reverse {
  grid-template-columns: 1fr 320px;
}

.horse-profile.reverse .horse-copy {
  order: 1;
}

.horse-profile.reverse .horse-photo {
  order: 2;
}

.horse-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.horse-copy {
  padding: 30px 30px 26px;
}

.horse-copy h2,
.horse-copy h3 {
  font-family: "Source Sans 3", sans-serif;
  color: #4f4f4f;
  margin-top: 0;
}

.horse-copy h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.horse-subtitle {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.horse-copy h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 18px 0 10px;
}

.horse-copy p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: #444;
}

.horse-copy ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.horse-copy li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 900px) {
  .horse-profile,
  .horse-profile.reverse {
    grid-template-columns: 1fr;
  }

  .horse-profile.reverse .horse-copy,
  .horse-profile.reverse .horse-photo {
    order: initial;
  }

  .horse-photo img {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .horses-page {
    padding-top: 20px;
  }

  .horse-profile {
    gap: 0;
  }

  .horse-copy {
    padding: 22px 18px 20px;
  }

  .horse-copy h2 {
    font-size: 1.55rem;
  }

  .horse-photo img {
    min-height: 280px;
  }
}
/* TERMS PAGE */
.terms-page {
  padding-top: 34px;
}

.terms-intro,
.terms-body {
  max-width: 980px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 18px;
  font-weight: 700;
}

.terms-section,
.terms-card {
  margin-top: 26px;
  margin-bottom: 28px;
}

.terms-card {
  background: rgba(245,245,245,0.9);
  border: 1px solid #e2e2e2;
  padding: 28px 30px;
}

.terms-section h2,
.terms-card h2 {
  font-family: "Source Sans 3", sans-serif;
  color: #4f4f4f;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 18px;
}

.ability-list p {
  margin: 0 0 18px;
  color: #444;
  line-height: 1.8;
}

.terms-list {
  margin: 0 0 0 22px;
  padding: 0;
}

.terms-list li {
  margin-bottom: 14px;
  color: #444;
  line-height: 1.75;
  font-weight: 700;
}

.terms-legal-note {
  margin-top: 26px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
  .terms-page {
    padding-top: 20px;
  }

  .terms-card {
    padding: 22px 18px;
  }

  .terms-section h2,
  .terms-card h2 {
    font-size: 1.55rem;
  }
}

.map-frame-wrap {
  position: relative;
  width: 100%;
}

.map-open-link.overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-block;
  padding: 10px 14px;
  background: #fff;
  color: #5c97a3;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}

.map-open-link.overlay:hover {
  background: #f8f8f8;
  text-decoration: underline;
}

.map-title {
  margin: 0 0 10px;
  color: #444;
  line-height: 1.6;
}