:root {
  --ht-primary: #4b7864;
  --ht-primary-dark: #3d6252;
  --ht-nav: #3d6252;
  --ht-accent: #c89d45;
  --ht-accent-soft: #e1c67f;
  --ht-sage: #a5b471;
  --ht-sage-soft: #edf1e5;
  --ht-ink: #203d34;
  --ht-muted: #5f7068;
  --ht-surface: #f7f7f1;
  --ht-white: #ffffff;
  --ht-shadow: 0 16px 36px rgba(42, 84, 66, 0.1);
  --ht-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--ht-ink);
  background: linear-gradient(180deg, #fbfcf8 0%, #f3f5ee 100%);
}

main {
  display: block;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  color: var(--ht-primary-dark);
  background: #fff7dc;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(17, 34, 28, 0.15);
}

.skip-link:focus {
  top: 1rem;
}

h1, h2, h3, h4, h5, .display-4, .display-5, .navbar-brand span {
  font-family: "Playfair Display", serif;
}

.display-4,
.display-5 {
  line-height: 1.06;
  text-wrap: balance;
}

.lead {
  text-wrap: pretty;
}

.navbar {
  background: var(--ht-nav);
  border-bottom: 1px solid rgba(225, 198, 127, 0.26);
  box-shadow: 0 10px 30px rgba(24, 48, 38, 0.18);
}

.navbar-brand img {
  display: block;
  width: clamp(66px, 8vw, 88px);
  height: auto;
  object-fit: contain;
}

.navbar-brand {
  padding-block: 0.1rem;
  min-width: 0;
}

.navbar-brand__text {
  display: flex;
  align-items: center;
  min-width: 0;
}

.navbar-brand__title {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.15vw + 0.8rem, 1.3rem);
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: rgba(255, 255, 255, 0.95) !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--ht-accent-soft) !important;
}

.navbar .nav-link {
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.navbar .nav-link:focus-visible,
.navbar .navbar-brand:focus-visible,
.announcement-bar a:focus-visible {
  outline: 3px solid var(--ht-accent-soft);
  outline-offset: 3px;
  border-radius: 8px;
}

.navbar-toggler {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 201, 143, 0.25);
}

@media (max-width: 575.98px) {
  .navbar-brand {
    gap: 0.55rem !important;
    max-width: calc(100% - 4.25rem);
  }

  .navbar-brand img {
    width: 58px;
  }

  .navbar-brand__title {
    font-size: 0.98rem;
    line-height: 1.05;
    white-space: normal;
  }
}

.btn-primary {
  background: linear-gradient(135deg, var(--ht-primary), var(--ht-primary-dark));
  border-color: var(--ht-primary-dark);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--ht-primary-dark), var(--ht-primary));
  border-color: var(--ht-primary-dark);
}

.btn-rounded {
  border-radius: 999px;
  padding-inline: 1.1rem;
}

.btn-outline-secondary {
  color: var(--ht-primary);
  border-color: rgba(42, 84, 66, 0.3);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: rgba(42, 84, 66, 0.08);
  color: var(--ht-primary-dark);
  border-color: var(--ht-primary);
}

.announcement-bar {
  background: linear-gradient(90deg, var(--ht-primary-dark), var(--ht-primary));
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.announcement-bar .container {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-wrap: balance;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--ht-white);
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(18deg, rgba(42, 84, 66, 0.86), rgba(42, 84, 66, 0.44)),
    var(--hero-image) center/cover no-repeat;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 7rem 1rem 6rem;
}

.hero-metric {
  border-radius: 18px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  text-align: left;
}

.hero-metric strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.hero-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.35;
}

.hero-content .lead {
  color: rgba(255, 255, 255, 0.9);
}

.section-shell {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(165, 180, 113, 0.08), rgba(255, 255, 255, 0.75));
}

.section-title {
  color: var(--ht-primary-dark);
  margin-bottom: 0.75rem;
}

.section-text,
.lead {
  color: var(--ht-muted);
}

.pill {
  display: inline-block;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ht-primary-dark);
  background: rgba(200, 157, 69, 0.15);
  border: 1px solid rgba(200, 157, 69, 0.35);
}

.hero-content .pill {
  color: #fff6da;
  background: rgba(32, 61, 52, 0.58);
  border-color: rgba(225, 198, 127, 0.72);
  box-shadow: 0 8px 20px rgba(8, 22, 17, 0.24);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.feature-card,
.service-card,
.promo-card,
.quote-card,
.team-card,
.contact-card {
  border-radius: var(--ht-radius);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(42, 84, 66, 0.1);
  box-shadow: var(--ht-shadow);
  overflow: hidden;
  height: 100%;
}

.service-card img,
.team-card img,
.gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.feature-card,
.promo-card,
.quote-card,
.contact-card {
  padding: 2rem;
}

.contact-card a:not(.btn),
footer a {
  overflow-wrap: anywhere;
}

.team-card--text-only {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 241, 0.96));
}

.brand-mark-panel {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 124px;
  min-height: 124px;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(61, 98, 82, 0.08), rgba(200, 157, 69, 0.12));
  border: 1px solid rgba(61, 98, 82, 0.12);
}

.brand-mark-panel--large {
  min-width: 168px;
  min-height: 168px;
  padding: 1.25rem;
}

.brand-mark-panel__logo {
  width: min(100%, 118px);
  height: auto;
  object-fit: contain;
}

.brand-mark-panel__logo--large {
  width: min(100%, 148px);
}

.service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(42, 84, 66, 0.14);
}

.pricing-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-band__item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(42, 84, 66, 0.1);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: var(--ht-shadow);
}

.pricing-band__item span {
  display: block;
  color: var(--ht-muted);
  font-size: 0.92rem;
  margin-bottom: 0.25rem;
}

.pricing-band__item strong {
  color: var(--ht-primary-dark);
  font-size: 1.35rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--ht-radius);
  overflow: hidden;
  min-height: 320px;
  background: var(--ht-sage-soft);
  box-shadow: var(--ht-shadow);
}

.gallery-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.1rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(10, 63, 58, 0), rgba(10, 63, 58, 0.86));
}

.arrival-modal {
  border: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8f8f3, #eef3ea);
}

.arrival-modal__intro {
  color: var(--ht-muted);
  max-width: 48rem;
}

.arrival-step-card {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(42, 84, 66, 0.1);
  box-shadow: var(--ht-shadow);
}

.arrival-step-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--ht-sage-soft);
}

.arrival-step-card__body {
  padding: 1rem 1.1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  color: var(--ht-primary-dark);
  background: rgba(165, 180, 113, 0.12);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 180, 113, 0.25);
}

footer {
  background: linear-gradient(180deg, var(--ht-primary-dark), #1d3b30) !important;
}

footer a:hover {
  color: var(--ht-accent-soft) !important;
}

.mobile-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.65rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}

.mobile-dock__inner {
  max-width: 32rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.72rem;
  border-radius: 999px;
  background: rgba(29, 59, 48, 0.94);
  border: 1px solid rgba(225, 198, 127, 0.26);
  box-shadow: 0 18px 34px rgba(17, 34, 28, 0.28);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.mobile-dock__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 3.5rem;
  padding: 0.45rem 0.35rem;
  text-decoration: none;
  color: #fffdf7;
  background: transparent;
  border: 0;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mobile-dock__action:hover,
.mobile-dock__action:focus-visible {
  color: #fffdf7;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.mobile-dock__action--button {
  appearance: none;
}

.mobile-dock__icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: var(--ht-accent-soft);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}

.mobile-dock__label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mobile-booking-note {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(61, 98, 82, 0.08), rgba(200, 157, 69, 0.12));
  border: 1px solid rgba(61, 98, 82, 0.12);
}

.booking-primary-action .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding-block: 0.9rem;
  padding-inline: 1rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.mobile-booking-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 6.5rem;
  }

  .section-shell {
    padding: 3.35rem 0;
  }

  .hero-section {
    min-height: 100svh;
  }

  .hero-content {
    padding: 5.35rem 1rem 4.75rem;
  }

  .hero-content .lead {
    font-size: 1rem;
  }

  .hero-content .btn,
  .contact-card .btn,
  .promo-card .btn {
    width: 100%;
    justify-content: center;
  }

  .feature-card,
  .promo-card,
  .quote-card,
  .contact-card {
    padding: 1.35rem;
  }

  .gallery-card {
    min-height: 250px;
  }

  .service-card img,
  .team-card img,
  .gallery-card img {
    height: 210px;
  }

  .brand-mark-panel,
  .brand-mark-panel--large {
    min-width: 96px;
    min-height: 96px;
    padding: 0.85rem;
  }

  .mobile-dock {
    padding-inline: 0.65rem;
  }

  .mobile-dock__inner {
    gap: 0.45rem;
    padding: 0.58rem;
    border-radius: 24px;
  }

  .mobile-dock__action {
    min-height: 3.35rem;
    gap: 0.16rem;
    border-radius: 18px;
  }

  .mobile-dock__icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .announcement-bar .container {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .pricing-band {
    grid-template-columns: 1fr;
  }

  .arrival-modal {
    border-radius: 0;
  }

  footer {
    padding-bottom: 7rem !important;
  }

  .arrival-step-card__body {
    padding: 0.95rem 1rem 1.1rem;
  }
}

@media (max-width: 991.98px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-nav-panel {
    margin-top: 0.85rem;
    max-height: calc(100svh - 6.5rem);
    overflow: auto;
    padding: 0.85rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(25, 52, 43, 0.98), rgba(36, 73, 60, 0.98));
    border: 1px solid rgba(225, 198, 127, 0.22);
    box-shadow: 0 18px 34px rgba(17, 34, 28, 0.26);
  }

  .site-nav-links {
    width: 100%;
  }

  .navbar .nav-link {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    font-size: 1rem;
  }

  .navbar .nav-link.active,
  .navbar .nav-link:hover,
  .navbar .nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .navbar .nav-item:last-child {
    width: 100%;
  }

  .navbar .nav-item:last-child .btn {
    display: inline-flex;
    width: 100%;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
  }

  .booking-primary-action {
    margin-top: 1rem;
    position: sticky;
    bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
    z-index: 3;
  }
}

@media (max-width: 575.98px) {
  .display-4,
  .display-5 {
    font-size: clamp(2.15rem, 9vw, 2.8rem);
  }

  .hero-content {
    padding-top: 5rem;
  }

  .hero-metric {
    text-align: center;
  }

  .service-card .p-4,
  .team-card .p-4,
  .team-card .p-lg-5 {
    padding: 1.25rem !important;
  }

  .service-card .mt-auto,
  .contact-card .d-flex,
  .promo-card .d-flex {
    width: 100%;
  }

  .service-card .btn,
  .contact-card .d-flex .btn,
  .promo-card .d-flex .btn,
  .mobile-booking-actions .btn {
    width: 100%;
  }

  .mobile-booking-actions {
    grid-template-columns: 1fr;
  }
}
