
:root {
  --fds-shell-width: min(1200px, calc(100vw - 48px));
  --fds-gap: clamp(20px, 2.6vw, 36px);
  --fds-section-gap: clamp(32px, 4vw, 56px);
  --fds-radius: 24px;
  --fds-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  --fds-brand: #1774aa;
  --fds-surface: #f5f5f5;
}

body#b1 {
  overflow-x: hidden;
}

.fds-site-header .s1,
.fds-site-header .s2,
.fds-site-bookbar .s11 {
  min-width: 0;
  width: var(--fds-shell-width);
}

.fds-site-header .s3 {
  min-width: 0;
  width: 100%;
}

.fds-site-header .s5,
.fds-site-header .s6 {
  min-width: 0;
  width: min(774px, calc(100vw - 280px));
}

.fds-site-bookbar .ps13 {
  margin-left: auto;
}

.fds-home-main {
  width: var(--fds-shell-width);
  margin: 0 auto;
  padding: 36px 0 72px;
}

.fds-home-shell {
  width: 100%;
}

.fds-home-hero,
.fds-home-offerings,
.fds-home-map {
  margin-bottom: var(--fds-section-gap);
}

.fds-home-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--fds-shadow);
  line-height: 0;
  background: #d8e1e6;
}

.fds-home-hero-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 520px;
  max-height: 720px;
  object-fit: cover;
}

.fds-home-hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(28px, 5vw, 52px);
  background: linear-gradient(to top, rgba(255,255,255,0.95), rgba(255,255,255,0.72) 42%, rgba(255,255,255,0));
}

.fds-home-hero-overlay h1 {
  margin: 0;
  max-width: 8.5ch;
  font-family: WolfredNelson, serif;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 1.03;
  letter-spacing: 0.01em;
  color: #000;
}

.fds-home-hero-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: 28px clamp(18px, 3vw, 32px) 0;
}

.fds-home-hero-copy p,
.fds-card p,
.fds-card-kicker {
  margin: 0;
  font-family: "Open Sans 1", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.fds-home-hero-copy p {
  flex: 1 1 640px;
  max-width: 820px;
}

.fds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}

.fds-btn-primary {
  background: var(--fds-brand);
  color: #fff;
}

.fds-btn-primary:hover {
  background: #0f5f8c;
}

.fds-btn-secondary {
  border: 2px solid #000;
  color: #000;
  background: transparent;
}

.fds-home-offerings .fds-home-shell {
  display: grid;
  gap: var(--fds-section-gap);
}

.fds-card,
.fds-card-feature {
  background: var(--fds-surface);
  border-radius: var(--fds-radius);
  box-shadow: var(--fds-shadow);
  overflow: hidden;
}

.fds-card-feature {
  padding: clamp(24px, 3vw, 36px);
}

.fds-card-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.fds-card-feature h2,
.fds-card h2 {
  margin: 0 0 8px;
  font-family: WolfredNelson, serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  color: #000;
}

.fds-card-feature-logo {
  flex: 0 0 clamp(120px, 16vw, 190px);
}

.fds-card-logo-image,
.fds-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.fds-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--fds-gap);
}

.fds-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d8e1e6;
}

.fds-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fds-card-body,
.fds-card-actions {
  padding: 0 clamp(20px, 2.4vw, 28px) clamp(20px, 2.4vw, 28px);
}

.fds-card-body {
  padding-top: clamp(20px, 2.4vw, 28px);
}

.fds-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 0;
}

.fds-home-map .fds-map-frame {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--fds-shadow);
  line-height: 0;
}

.fds-home-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

@media (max-width: 1180px) {
  .fds-site-header .s5,
  .fds-site-header .s6 {
    width: min(774px, calc(100vw - 240px));
  }

  .fds-site-header .ps5 {
    margin-left: 18px;
  }

  .fds-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .fds-site-header .s1,
  .fds-site-header .s10 {
    min-width: 0;
  }

  .fds-site-header .s5,
  .fds-site-header .s6 {
    width: 100%;
  }

  .fds-site-header .ps5 {
    margin-left: 0;
    margin-top: 18px;
  }

  .fds-site-header .ps7,
  .fds-site-header .ps8,
  .fds-site-header .ps9,
  .fds-site-header .ps10,
  .fds-site-header .ps11 {
    margin-left: 0;
    margin-top: 0;
  }

  .fds-site-header ul#m1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }

  .fds-site-header ul#m1 > li {
    position: static;
    width: auto;
    min-width: 0;
    height: auto;
  }

  .fds-site-header ul#m1 > li .s8,
  .fds-site-header ul#m1 > li .s9 {
    width: auto;
    min-width: 0;
    height: auto;
  }

  .fds-home-hero-image {
    min-height: 420px;
  }

  .fds-card-feature-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
