.multi .page-hero {
  background: radial-gradient(
      circle at top left,
      rgba(58, 42, 35, 0.5),
      transparent 60%
    ),
    #4c5c6a;
}

.page-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 32px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.page-hero-subtitle {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 242, 236, 0.9);
}

.page-hero .page-hero-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.multi-heading {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.multi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: flex-start;
}

.multi-layout p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(245, 242, 236, 0.9);
}

.multi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(245, 242, 236, 0.86);
}

.multi-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.multi-list li::before {
  content: "—";
  position: absolute;
  left: 2px;
  color: #a57a4f;
}

.home-services {
  padding-top: 48px;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.home-service {
  background-color: rgba(19, 26, 32, 0.9);
  border-radius: 18px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(245, 242, 236, 0.08);
}

.home-service h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.home-service p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.88);
  margin: 0 0 12px;
}

.home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.home-cta p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(245, 242, 236, 0.9);
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: center;
}

.service-detail-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(245, 242, 236, 0.9);
}

.service-note {
  font-size: 12px;
  color: rgba(245, 242, 236, 0.8);
  margin-top: 10px;
  margin-bottom: 16px;
}

.service-detail-media {
  min-height: 260px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.service-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.1)
  );
}

.service-detail-lessons {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1200&q=80&auto=format&fit=crop");
}

.service-detail-photo {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1200&q=80&auto=format&fit=crop");
}

.service-detail-free {
  background-image: url("https://images.unsplash.com/photo-1551963831-b3b1ca40c98e?w=1200&q=80&auto=format&fit=crop");
}

.horses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.horse-card {
  background-color: rgba(19, 26, 32, 0.9);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(245, 242, 236, 0.08);
}

.horse-photo {
  min-height: 180px;
  background-size: cover;
  background-position: center;
}

.horse-photo-1 {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=800&q=80&auto=format&fit=crop");
}

.horse-photo-2 {
  background-image: url("https://images.unsplash.com/photo-1551963831-b3b1ca40c98e?w=800&q=80&auto=format&fit=crop");
}

.horse-photo-3 {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=800&q=80&auto=format&fit=crop");
}

.horse-body {
  padding: 16px 16px 14px;
}

.horse-name {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.horse-role {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 242, 236, 0.7);
  margin: 0 0 10px;
}

.horse-text {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.9);
  margin: 0;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery-page-item {
  margin: 0;
  font-size: 12px;
  color: rgba(245, 242, 236, 0.8);
}

.gallery-page-photo {
  min-height: 220px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.gallery-page-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.1)
  );
}

.gallery-page-photo.gallery-photo-1 {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=800&q=80&auto=format&fit=crop");
}

.gallery-page-photo.gallery-photo-2 {
  background-image: url("https://images.unsplash.com/photo-1551963831-b3b1ca40c98e?w=800&q=80&auto=format&fit=crop");
}

.gallery-page-photo.gallery-photo-3 {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=800&q=80&auto=format&fit=crop");
}

.gallery-page-photo.gallery-photo-4 {
  background-image: url("https://images.unsplash.com/photo-1551963831-b3b1ca40c98e?w=800&q=80&auto=format&fit=crop");
}

.contacts-note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(245, 242, 236, 0.86);
}

/* Service configuration (photo sessions, lessons, etc.) */
.service-config {
  padding-top: 0;
  min-height: 200px; /* Ensure content is visible */
}

.service-config-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
}

.service-hero-media {
  min-height: 260px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.7);
}

.service-hero-photo {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1200&q=80&auto=format&fit=crop");
}

.service-hero-lessons {
  background-image: url("https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?w=1200&q=80&auto=format&fit=crop");
}

.service-hero-free {
  background-image: url("https://images.unsplash.com/photo-1551963831-b3b1ca40c98e?w=1200&q=80&auto=format&fit=crop");
}

.service-config-grid {
  display: block;
  margin-bottom: 0;
}

.service-config-extra {
  margin-bottom: 32px;
}

.choice-group {
  margin-bottom: 48px;
}

.choice-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.choice-subtitle {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 242, 236, 0.85);
  margin: 0 0 18px;
}

.choice-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.choice-option {
  display: block;
  padding: 16px 18px;
  background-color: rgba(19, 26, 32, 0.9);
  border-radius: 14px;
  border: 1px solid rgba(245, 242, 236, 0.12);
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.choice-option:hover {
  border-color: rgba(245, 242, 236, 0.25);
  background-color: rgba(26, 34, 41, 0.95);
}

.choice-option input[type="radio"] {
  display: none;
}

.choice-option input[type="radio"]:checked ~ .choice-option-label,
.choice-option input[type="radio"]:checked + .choice-option-label {
  color: #a57a4f;
}

.choice-option input[type="radio"]:checked ~ .choice-option-text {
  color: rgba(245, 242, 236, 0.95);
}

.choice-option:has(input[type="radio"]:checked),
.choice-option.is-selected {
  border: 2px solid #a57a4f;
  background-color: rgba(26, 34, 41, 0.98);
  box-shadow: 0 0 0 1px rgba(165, 122, 79, 0.2), 0 2px 8px rgba(165, 122, 79, 0.15);
}

.choice-option-label {
  display: block;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: rgba(245, 242, 236, 0.9);
  transition: color 200ms ease;
}

.choice-option-text {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245, 242, 236, 0.75);
  transition: color 200ms ease;
}

.choice-inline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.choice-inline-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.choice-inline-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(245, 242, 236, 0.8);
}

.choice-input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(245, 242, 236, 0.22);
  background-color: rgba(14, 19, 24, 0.9);
  color: #f5f2ec;
  font-size: 13px;
  font-family: inherit;
}

.choice-input:focus-visible {
  outline: 2px solid #a57a4f;
  outline-offset: 1px;
}

.service-summary {
  background-color: rgba(19, 26, 32, 0.95);
  border-radius: 18px;
  padding: 24px 22px;
  border: 1px solid rgba(245, 242, 236, 0.15);
  margin-top: 0;
  margin-bottom: 32px;
}

.service-summary-inner {
  display: block;
}

.service-summary-text {
  font-size: 13px;
}

.service-summary-list {
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
}

.service-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(245, 242, 236, 0.08);
}

.service-summary-list li:last-child {
  border-bottom: none;
}

.service-summary-list span {
  color: rgba(245, 242, 236, 0.7);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.service-summary-list strong {
  color: #f5f2ec;
  font-weight: 500;
  text-align: right;
}

.service-summary-note {
  font-size: 12px;
  color: rgba(245, 242, 236, 0.8);
  margin: 0;
  line-height: 1.6;
}

.service-summary-action {
  display: flex;
  align-items: center;
}

.service-booking-button-wrapper {
  margin-bottom: 48px;
  text-align: center;
}

.btn-booking-highlight {
  background-color: #6b523f;
  border-color: #7d614c;
  color: #f5f2ec;
  font-weight: 500;
  padding: 16px 32px;
  font-size: 15px;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(165, 122, 79, 0.2);
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.btn-booking-highlight:hover {
  background-color: #7d614c;
  border-color: #8f6f58;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(165, 122, 79, 0.3);
  transform: translateY(-1px);
}

.btn-booking-highlight:active {
  transform: translateY(0);
}

.service-booking-section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(245, 242, 236, 0.12);
}

@media (max-width: 960px) {
  .service-config-layout,
  .service-config-grid,
  .service-summary-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 960px) {
  .multi-layout,
  .service-detail,
  .home-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-services-grid,
  .horses-grid,
  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-services-grid,
  .horses-grid,
  .gallery-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-title {
    font-size: 26px;
  }
}


