/* Disposal on the existing Services route. All rules are section-scoped. */
.gd-section {
  padding: 0 48px 80px;
  scroll-margin-top: 144px;
  color: var(--gx-ink, #331419);
  font-family: var(--gx-sans, sans-serif);
}
.gd-section *, .gd-static-intro * { box-sizing: border-box; }
.gd-panel {
  padding: 40px;
  background: #f5f1ea;
  border: 1px solid #e9e2d8;
  border-radius: 28px;
}
.gd-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 52px;
  max-width: 1360px;
  margin: 0 auto;
}
.gd-copy { min-width: 0; padding: 12px 0; }
.gd-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #5d454a;
}
.gd-eyebrow > span { display: block; width: 24px; height: 3px; background: #d4a813; }
.gd-section h2 {
  margin: 0 0 18px;
  font-family: var(--gx-serif, Georgia, serif);
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  color: #331419;
}
.gd-description {
  margin: 0;
  max-width: 450px;
  font-size: 17px;
  line-height: 1.7;
  color: #5d454a;
}
.gd-enquiry { margin-top: 30px; }
.gd-section .gd-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  max-width: 100%;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #087f53;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  transition: background-color .16s ease;
}
.gd-cta i { font-size: 22px; line-height: 1; flex: 0 0 auto; }
.gd-arrow { margin-left: 3px; font-size: 18px; line-height: 1; }
.gd-section .gd-cta:hover { background: #056640; }
.gd-section a:focus-visible, .gd-section summary:focus-visible {
  outline: 3px solid #331419;
  outline-offset: 4px;
}
.gd-helper { margin: 12px 0 0; color: #645459; font-size: 12px; line-height: 1.6; }
.gd-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gd-photo { display: block; overflow: hidden; min-width: 0; border-radius: 10px; background: #e9e2d8; }
.gd-photo img { display: block; width: 100%; height: 100%; aspect-ratio: 1.36; object-fit: cover; }
.gd-photo:hover img { opacity: .92; }
.gd-photo--02 img { object-position: center 43%; }
.gd-gallery { max-width: 1360px; margin: 22px auto 0; border-top: 1px solid #dbd1c5; }
.gd-gallery summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0 0;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #4a3338;
}
.gd-gallery summary::-webkit-details-marker { display: none; }
.gd-gallery summary:hover { color: #087f53; }
.gd-show-less { display: none; }
.gd-gallery[open] .gd-show-less { display: inline; }
.gd-gallery[open] .gd-show-all { display: none; }
.gd-gallery-plus { font-size: 23px; font-weight: 400; line-height: 1; }
.gd-gallery[open] .gd-gallery-plus { transform: rotate(45deg); }
.gd-more-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.gd-more-photos .gd-photo img { aspect-ratio: 1.45; }
/* Initial HTML remains useful before the existing React app mounts. */
.gd-static-intro { padding: 144px 48px 64px; max-width: 860px; }
.gd-static-intro h1 { font-size: 48px; line-height: 1.12; color: #331419; margin: 0 0 22px; }
.gd-static-intro p { font-size: 18px; line-height: 1.65; color: #75676a; margin: 0; }
@media (min-width: 1700px) {
  .gd-panel { padding: 48px; }
}
@media (max-width: 1100px) {
  .gd-section { padding-right: 32px; padding-left: 32px; }
  .gd-panel { padding: 30px; }
  .gd-layout { gap: 30px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .gd-description { font-size: 16px; }
  .gd-section .gd-cta { gap: 8px; padding: 14px 15px; font-size: 13px; }
}
@media (max-width: 800px) {
  .gd-section { padding: 0 24px 56px; scroll-margin-top: 100px; }
  .gd-panel { padding: 28px; }
  .gd-layout { grid-template-columns: 1fr; gap: 28px; }
  .gd-copy { padding: 0; }
  .gd-eyebrow { margin-bottom: 18px; }
  .gd-section h2 { font-size: 46px; }
  .gd-description { max-width: 560px; }
  .gd-enquiry { margin-top: 24px; }
  .gd-section .gd-cta { font-size: 14px; padding: 15px 18px; }
  .gd-photos { gap: 10px; }
  .gd-photo img { aspect-ratio: 1.45; }
  .gd-static-intro { padding: 112px 24px 48px; }
  .gd-static-intro h1 { font-size: 38px; }
}
@media (max-width: 520px) {
  .gd-section { padding: 0 16px 48px; scroll-margin-top: 84px; }
  .gd-panel { padding: 24px 18px 18px; border-radius: 22px; }
  .gd-section h2 { font-size: 40px; }
  .gd-description { font-size: 15px; line-height: 1.7; }
  .gd-section .gd-cta { width: 100%; padding: 14px 12px; font-size: 13px; }
  .gd-cta i { font-size: 20px; }
  .gd-arrow { display: none; }
  .gd-helper { font-size: 11px; }
  .gd-layout { gap: 24px; }
  .gd-photos, .gd-more-photos { gap: 8px; }
  .gd-photo { border-radius: 7px; }
  .gd-photo img { aspect-ratio: 1.18; }
  .gd-gallery { margin-top: 18px; }
  .gd-more-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
  .gd-more-photos .gd-photo img { aspect-ratio: 1.18; }
  .gd-more-photos .gd-photo:last-child { grid-column: 1 / -1; width: calc(50% - 4px); }
  .gd-static-intro { padding: 112px 16px 48px; }
  .gd-static-intro h1 { font-size: 32px; }
  .gd-static-intro p { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .gd-section .gd-cta { transition: none; }
}
