.site-header {
  inset: 0 0 auto;
  padding: 1.5rem 1.5rem 0;
  position: absolute;
  z-index: 20;
}
.site-header__bar {
  align-items: center;
  border-bottom: 2px solid #000000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 0.75rem;
}
.site-header__actions {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.site-header__divider {
  background: #000000;
  height: 1.875rem;
  width: 2px;
}
.site-header__brand {
  color: #1b3022;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header__contact {
  color: #1b3022;
  font-size: 0.875rem;
  justify-self: end;
  text-decoration: none;
  transition: opacity 180ms ease;
}
.site-header__contact:hover, .site-header__contact:focus-visible {
  color: #1b3022;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .site-header {
    padding: 2rem 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .site-header__bar {
    grid-template-columns: 1fr;
  }
  .site-header__actions, .site-header__contact {
    display: none;
  }
}
.site-footer {
  background: #ffffff;
  padding: 6rem 1.5rem;
}
.site-footer__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  letter-spacing: -0.035em;
  margin: 0;
}
.site-footer__prompt, .site-footer__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.site-footer__prompt {
  color: rgba(27, 48, 34, 0.7);
  margin-top: 1.5rem;
}
.site-footer__description {
  color: rgba(27, 48, 34, 0.8);
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 48rem;
}
.site-footer__details {
  border-top: 1px solid rgba(27, 48, 34, 0.15);
  margin-top: 4rem;
  padding-top: 3rem;
}
.site-footer__label {
  color: rgba(27, 48, 34, 0.6);
  margin-bottom: 1rem;
}
.site-footer__value {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.4;
}
.site-footer__meta {
  color: rgba(27, 48, 34, 0.7);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
}
.site-footer__link {
  align-items: center;
  color: #1b3022;
  display: flex;
  gap: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  transition: opacity 180ms ease;
}
.site-footer__link:hover, .site-footer__link:focus-visible {
  color: #1b3022;
  opacity: 0.6;
}
.site-footer__copyright {
  border-top: 1px solid rgba(27, 48, 34, 0.15);
  color: rgba(27, 48, 34, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-top: 5rem;
  padding-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer__title, .site-footer__prompt, .site-footer__description {
    text-align: center;
  }
}
.btn-reserve {
  align-items: center;
  background: #1b3022;
  border: 1px solid #1b3022;
  color: #ffffff;
  display: inline-flex;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 0.75rem;
  letter-spacing: 0.2em;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
.btn-reserve--sm {
  font-size: 0.625rem;
  padding: 0.5rem 1rem;
}
.btn-reserve__icon {
  height: 1rem;
  width: 1rem;
}
.btn-reserve:hover, .btn-reserve:focus-visible {
  background: #1b3022;
  color: #ffffff;
  opacity: 0.9;
}

.form-control,
.form-select {
  border-color: rgba(27, 48, 34, 0.25);
  color: #1b3022;
  min-height: 3rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #1b3022;
  box-shadow: 0 0 0 0.2rem rgba(27, 48, 34, 0.12);
}

.form-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fdfcfb;
  color: #1b3022;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.section-container {
  margin-inline: auto;
  max-width: 82rem;
}

.hero {
  position: relative;
}
.hero__copy-overlay {
  inset: 0;
  padding: 16% 2rem 2rem clamp(3rem, 5.5vw, 5rem);
  position: absolute;
  z-index: 10;
}
.hero__copy {
  max-width: 68rem;
}
.hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  max-width: 64rem;
}
.hero__subtitle {
  color: rgba(27, 48, 34, 0.7);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 4rem;
}
.hero__action {
  margin-top: 4rem;
  pointer-events: auto;
}
.hero__blank, .hero__media {
  min-height: 80vh;
}
.hero__blank {
  background: #ffffff;
}
.hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
  width: 100%;
}
.hero__mobile-copy {
  background: #ffffff;
  min-height: 60vh;
  padding: 7rem 2.5rem 2.5rem;
}

.project-overview {
  background: #1b3022;
  color: #fdfcfb;
  padding: 6rem 1.5rem;
}
.project-overview__title {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  letter-spacing: -0.025em;
  text-align: center;
}
.project-overview__gallery {
  margin-top: 4rem;
}
.project-overview__image {
  height: 18rem;
  object-fit: contain;
  width: 100%;
}
.project-overview__description {
  color: rgba(253, 252, 251, 0.8);
  line-height: 1.75;
  margin: 4rem auto 0;
  max-width: 42rem;
  text-align: center;
}
.project-overview__stats {
  margin-top: 5rem;
}

.stat-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.stat-card__icon {
  height: 4rem;
  width: 4rem;
}
.stat-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.booking {
  background: #fdfcfb;
  padding: 6rem 1.5rem;
}
.booking__eyebrow, .booking__subheading,
.booking .radiology__eyebrow {
  color: rgba(27, 48, 34, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.booking__title {
  font-size: clamp(3rem, 6vw, 4.5rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.booking__content {
  color: rgba(27, 48, 34, 0.8);
  line-height: 1.75;
}
.booking__divider {
  background: rgba(27, 48, 34, 0.15);
  height: 1px;
  margin-block: 2.5rem;
}
.booking__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking__list--display {
  color: #1b3022;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.35;
}

.radiology {
  background: #1b3022;
}
.radiology__backdrop {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(27, 48, 34, 0.88) 0%, rgba(27, 48, 34, 0.55) 35%, rgba(27, 48, 34, 0.12) 60%, transparent 80%), url("img/balmoral-building.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 90vh;
  padding: 5rem 1.5rem;
}
.radiology__card {
  background: #fdfcfb;
  margin-left: clamp(0rem, 10vw, 8rem);
  max-width: 36rem;
  padding: clamp(2rem, 4vw, 3rem);
}
.radiology__eyebrow {
  color: rgba(27, 48, 34, 0.6);
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.radiology__title {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.radiology__description {
  color: rgba(27, 48, 34, 0.75);
  line-height: 1.75;
}
.radiology__divider {
  background: rgba(27, 48, 34, 0.2);
  height: 1px;
  margin-block: 2rem;
}

@media (min-width: 768px) {
  .project-overview,
  .booking {
    padding: 8rem 3rem;
  }
  .project-overview__image {
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .hero__media {
    min-height: 50vh;
    order: -1;
  }
  .hero__mobile-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.25rem, 10vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.05;
  }
  .radiology__card {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/*# sourceMappingURL=app.css.map */
