/* =========================================================
   59 William Street UI Kit local styles
   Pulls in colors_and_type.css from project root.
   Add the page-specific bits that go beyond tokens here.
   ========================================================= */

@import url("../../colors_and_type.css");

/* ---------- Layout ---------- */
body {
  background: var(--ws-cream);
}
.page { min-height: 100vh; }

/* ---------- Top Nav ---------- */
.ws-nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--ws-navy);
  border-bottom: 1px solid var(--ws-rule-navy);
  height: var(--ws-nav-h);
  display: flex; align-items: center;
  transition: height var(--ws-dur) var(--ws-ease);
}
.ws-nav__inner {
  width: 100%;
  max-width: 1320px; margin: 0 auto;
  padding: 0 36px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px;
}
.ws-nav__logo { display:flex; align-items:center; text-decoration:none; }
.ws-nav__logo img { display:block; }
.ws-nav__mobile-tagline {
  display: none;
}
.ws-nav__links { display: flex; gap: 24px; }
.ws-nav__link {
  font-family: var(--ws-sans); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ws-white-text); font-weight: 500;
  cursor: pointer; position: relative; padding: 8px 0;
  background: none; border: none;
  text-decoration: none;
  transition: color var(--ws-dur) var(--ws-ease);
}
.ws-nav__link:hover { color: var(--ws-gold); }
.ws-nav__link.is-active { color: var(--ws-gold); }
.ws-nav__link.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--ws-gold);
}
.ws-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-family: var(--ws-sans); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ws-gold); font-weight: 500;
  background: transparent; border: 1px solid var(--ws-gold);
  border-radius: 2px; cursor: pointer; text-decoration: none;
  transition: background var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease);
}
.ws-nav__cta:hover { background: var(--ws-gold); color: var(--ws-navy); }

.ws-contact-link,
.ws-footer__contact a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.18em;
  transition: color var(--ws-dur) var(--ws-ease),
              border-color var(--ws-dur) var(--ws-ease);
}
.ws-contact-link:hover,
.ws-footer__contact a:hover {
  color: var(--ws-gold-deep);
}
.ws-footer__contact a:hover {
  color: var(--ws-gold);
}

/* ---------- Containers ---------- */
.ws-container { max-width: 1240px; margin: 0 auto; padding: 0 36px; }
.ws-section { padding: 96px 0; }

/* ---------- Section openers ---------- */
.ws-opener { display:flex; flex-direction:column; align-items:center; text-align:center; margin-bottom: 48px; }
.ws-opener.is-left { align-items: flex-start; text-align: left; }
.ws-opener__eyebrow {
  font-family: var(--ws-sans); font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ws-gold); font-weight: 500;
  margin-bottom: 14px;
}
.ws-opener__rule { display: inline-flex; align-items: center; gap: 8px; color: var(--ws-gold); margin-bottom: 24px;}
.ws-opener__rule::before,
.ws-opener__rule::after { content: ""; display: block; width: 48px; height: 1px; background: currentColor; opacity: 0.85; }
.ws-opener.is-left .ws-opener__rule::before { display: none; }
.ws-opener__rule .d { width: 6px; height: 6px; background: currentColor; transform: rotate(45deg); }
.ws-opener__title {
  font-family: var(--ws-serif); font-weight: 400;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08; letter-spacing: -0.005em; margin: 0;
}
.ws-opener__sub {
  margin-top: 18px; max-width: 60ch;
  font-family: var(--ws-sans); font-size: 16px;
  line-height: 1.65; color: var(--ws-fg-soft);
}
.ws-on-navy .ws-opener__sub { color: var(--ws-muted-on-navy); }
.ws-on-navy .ws-opener__title { color: var(--ws-white-text); }

/* ---------- Hero ---------- */
.ws-hero {
  position: relative; background: var(--ws-navy); color: var(--ws-white-text);
  min-height: 620px; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}
.ws-hero--full { grid-template-columns: 1fr; min-height: 720px; }
.ws-hero__copy { padding: 100px 36px 100px 96px; max-width: 640px; position:relative; z-index: 2;}
.ws-hero--full .ws-hero__copy { padding: 120px 36px 80px; margin: 0 auto; text-align: left;}
.ws-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.95;
}
.ws-hero--full .ws-hero__bg { z-index: 0; }
.ws-hero--full .ws-hero__bg::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(105deg, rgba(7,27,51,0.78) 0%, rgba(7,27,51,0.35) 55%, rgba(7,27,51,0.05) 100%);
}
.ws-hero--split .ws-hero__bg {
  left: 50%; right: 0;
  background-position: center;
}
.ws-hero--split {
  min-height: 540px;
}
.ws-hero--split .ws-hero__copy {
  padding-top: 76px;
  padding-bottom: 76px;
}
.ws-book-hero {
  min-height: 720px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
}
.ws-book-page-hero {
  min-height: 420px;
  display: block;
  overflow: hidden;
}
.ws-book-page-hero .ws-hero__bg {
  inset: 0;
  left: 0;
  right: 0;
  background-position: center 42%;
}
.ws-book-page-hero .ws-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,27,51,0.86) 0%, rgba(7,27,51,0.52) 54%, rgba(7,27,51,0.18) 100%);
}
.ws-book-page-hero .ws-hero__copy {
  position: relative;
  z-index: 1;
  padding: 132px 36px 98px;
  max-width: 740px;
}
.ws-contact-hero {
  min-height: 430px;
}
.ws-contact-hero .ws-hero__copy {
  padding: 88px 36px 74px 96px;
  max-width: 780px;
}
.ws-contact-hero .ws-hero__bg {
  left: 62%;
}
.ws-contact-hero .ws-hero__eyebrow {
  margin-bottom: 16px;
}
.ws-contact-hero .ws-hero__title {
  font-size: clamp(44px, 4vw, 62px);
  margin-bottom: 16px;
}
.ws-contact-hero .ws-hero__body {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.ws-contact-hero .ws-hero__cta .ws-btn {
  min-height: 44px;
  padding: 12px 22px;
}
.ws-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 48px;
}
.ws-map-embed {
  aspect-ratio: 4 / 3;
  min-height: 340px;
  background: var(--ws-paper);
  border: 1px solid rgba(183, 151, 106, 0.36);
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(7, 27, 51, 0.12);
  overflow: hidden;
  position: relative;
}
.ws-map-embed::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(248, 245, 239, 0.62);
  pointer-events: none;
  z-index: 2;
}
.ws-map-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.1), rgba(7, 27, 51, 0.12)),
    rgba(216, 185, 140, 0.05);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.ws-map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(0.38) sepia(0.2) saturate(0.7) brightness(1.02) contrast(0.92);
}
.ws-listowel-hero .ws-hero__bg {
  background-position: center 44%;
}
.ws-house-hero .ws-hero__bg {
  background-position: center 42%;
}
.ws-book-reservation {
  position: relative;
  z-index: 4;
  padding: 0 0 16px;
}
.ws-book-reservation .ws-container {
  max-width: none;
  padding-left: clamp(40px, 5vw, 96px);
  padding-right: clamp(40px, 5vw, 96px);
}
.ws-book-reservation__panel {
  margin-top: -112px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.ws-book-direct {
  padding: 48px 0 72px;
}
.ws-book-direct__panel {
  background: var(--ws-navy);
  color: var(--ws-white-text);
  padding: 54px 44px 48px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 28px 54px rgba(7, 27, 51, 0.16);
}
.ws-book-direct .ws-opener__eyebrow,
.ws-book-direct .ws-opener__title,
.ws-book-direct .ws-benefit__icon {
  color: var(--ws-gold);
}
.ws-book-direct .ws-opener__title {
  font-size: clamp(34px, 3.6vw, 48px);
  font-style: italic;
  font-weight: 400;
}
.ws-book-direct .ws-benefit {
  border-right-color: rgba(216, 185, 140, 0.25);
}
.ws-book-hero .ws-hero__title {
  font-size: 60px;
}
.ws-book-hero .ws-hero__bg {
  left: 50%;
  right: 0;
}
.ws-book-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ws-book-info-grid > div {
  box-sizing: border-box;
  min-width: 0;
}
.ws-book-planning {
  margin-top: 22px;
  background: var(--ws-paper);
  border: 1px solid var(--ws-rule-cream);
  border-radius: 4px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  gap: 28px;
  align-items: center;
}
.ws-book-planning__eyebrow {
  font-family: var(--ws-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  margin-bottom: 8px;
}
.ws-book-planning h3 {
  font-family: var(--ws-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: var(--ws-navy);
}
.ws-book-planning__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ws-book-planning__links a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  border: 1px solid rgba(183, 151, 106, 0.42);
  color: var(--ws-gold-deep);
  text-decoration: none;
  font-family: var(--ws-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease),
              border-color var(--ws-dur) var(--ws-ease);
}
.ws-book-planning__links a:hover {
  background: var(--ws-navy);
  border-color: var(--ws-navy);
  color: var(--ws-gold);
}
.ws-hero__eyebrow {
  font-family: var(--ws-sans); font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ws-gold); font-weight: 500;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.ws-hero__eyebrow::after { content: ""; flex: 0 0 36px; height: 1px; background: var(--ws-gold); opacity: 0.7; }
.ws-hero__welcome {
  font-family: var(--ws-serif); font-style: italic;
  font-size: 22px; color: var(--ws-gold);
  margin-bottom: 8px; display: block;
}
.ws-hero__title {
  font-family: var(--ws-serif); font-weight: 400;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02; letter-spacing: -0.01em;
  margin: 0 0 22px; color: var(--ws-white-text);
}
.ws-hero__title--one-line {
  white-space: nowrap;
  text-wrap: nowrap;
}
.ws-hero__sub {
  font-family: var(--ws-serif); font-style: italic;
  color: var(--ws-gold); font-size: 22px; margin: 0 0 22px;
}
.ws-hero__body {
  font-family: var(--ws-sans); font-size: 16px; line-height: 1.65;
  color: var(--ws-muted-on-navy); margin-bottom: 36px;
  max-width: 46ch;
}
.ws-hero__body--one-line {
  max-width: none;
  white-space: nowrap;
  text-wrap: nowrap;
}
.ws-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.ws-footer {
  background: var(--ws-navy); color: var(--ws-white-text);
  padding: 70px 0 0;
  border-top: 1px solid var(--ws-rule-navy);
}
.ws-footer__cols {
  display: grid; grid-template-columns: 1.2fr 0.9fr 1fr 1fr 0.7fr;
  gap: 48px; padding-bottom: 56px;
}
.ws-footer__brand img { display:block; max-width: 220px; height: auto; }
.ws-footer__col-title {
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ws-gold); font-weight: 500;
  margin: 6px 0 18px;
}
.ws-footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ws-footer__list a {
  color: var(--ws-white-text); text-decoration: none; font-size: 14px;
  border: none;
}
.ws-footer__list a:hover { color: var(--ws-gold); border: none; }
.ws-footer__contact { font-size: 13px; line-height: 1.7; color: var(--ws-muted-on-navy); }
.ws-footer__contact .row { display: flex; gap: 10px; padding: 4px 0; align-items: center; }
.ws-footer__contact svg { color: var(--ws-gold); flex: 0 0 auto; }
.ws-footer__socials { display: flex; gap: 14px; margin-top: 8px; }
.ws-footer__socials a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--ws-gold); color: var(--ws-gold);
  display: flex; align-items: center; justify-content: center;
}
.ws-footer__socials a:hover { background: var(--ws-gold); color: var(--ws-navy); }
.ws-footer__bottom {
  border-top: 1px solid var(--ws-rule-navy);
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: var(--ws-muted-on-navy);
}
.ws-footer__bottom .legal { display: flex; gap: 22px; }
.ws-footer__bottom .legal a { color: var(--ws-muted-on-navy); text-decoration: none; border: none; }
.ws-footer__bottom .legal a:hover { color: var(--ws-gold); }

/* ---------- About / Two-column ---------- */
.ws-twocol {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.ws-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}
.ws-inline-links a {
  color: var(--ws-gold-deep);
  font-family: var(--ws-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(183, 151, 106, 0.46);
  padding-bottom: 4px;
}
.ws-inline-links a:hover {
  color: var(--ws-navy);
  border-bottom-color: var(--ws-navy);
}

.ws-occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 12px;
}
.ws-occasion-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1fr);
  background: var(--ws-cream);
  border: 1px solid var(--ws-rule-cream);
  min-height: 330px;
}
.ws-occasion-card__image {
  min-height: 330px;
  background-size: cover;
  background-position: center;
}
.ws-occasion-card__copy {
  padding: 34px 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ws-occasion-card__eyebrow {
  font-family: var(--ws-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  margin-bottom: 16px;
  font-weight: 500;
}
.ws-occasion-card h3 {
  margin: 0 0 16px;
  font-family: var(--ws-serif);
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.04;
  font-weight: 400;
  color: var(--ws-ink);
}
.ws-occasion-card p {
  margin: 0 0 22px;
  font-family: var(--ws-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ws-fg-soft);
}
.ws-occasion-card a {
  align-self: flex-start;
  font-family: var(--ws-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-weight: 500;
}
.ws-occasion-card a:hover {
  color: var(--ws-navy);
}
.ws-photo-frame {
  border-radius: 4px; overflow: hidden;
  background: var(--ws-navy);
  aspect-ratio: 4 / 3;
  background-size: cover; background-position: center;
}
.ws-doorstep-gallery {
  min-width: 0;
}
.ws-doorstep-gallery__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}
.ws-doorstep-gallery__controls button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ws-gold);
  background: transparent;
  color: var(--ws-gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease), color var(--ws-dur) var(--ws-ease), transform var(--ws-dur) var(--ws-ease);
}
.ws-doorstep-gallery__controls button:hover {
  background: var(--ws-gold);
  color: var(--ws-navy);
  transform: translateY(-1px);
}
.ws-doorstep-gallery__rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 2px 14px;
  scrollbar-color: var(--ws-gold) rgba(183, 151, 106, 0.2);
}
.ws-doorstep-gallery__rail::-webkit-scrollbar {
  height: 8px;
}
.ws-doorstep-gallery__rail::-webkit-scrollbar-track {
  background: rgba(183, 151, 106, 0.16);
}
.ws-doorstep-gallery__rail::-webkit-scrollbar-thumb {
  background: var(--ws-gold);
}
.ws-doorstep-gallery__item {
  flex: 0 0 clamp(150px, 31%, 190px);
  aspect-ratio: 9 / 16;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: var(--ws-navy);
  scroll-snap-align: start;
}
.ws-doorstep-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ws-listowel-preview-photo {
  background-position: center 48%;
}

/* ---------- Benefit grid ---------- */
.ws-benefits {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.ws-benefit {
  padding: 0 28px; text-align: center;
  border-right: 1px solid var(--ws-rule-navy);
}
.ws-benefit:last-child { border-right: none; }
.ws-benefit__icon {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--ws-gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--ws-gold); margin: 0 auto 18px;
}
.ws-benefit__title {
  font-family: var(--ws-sans); font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; color: var(--ws-white-text);
  margin: 0 0 10px;
}
.ws-benefit__text {
  font-size: 13px; line-height: 1.55;
  color: var(--ws-muted-on-navy); margin: 0;
}

/* ---------- Photo strip / gallery ---------- */
.ws-photo-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ws-photo-strip .tile {
  aspect-ratio: 3 / 4; border-radius: 4px; overflow: hidden;
  background-size: cover; background-position: center;
  transition: transform var(--ws-dur) var(--ws-ease);
}
.ws-photo-strip .tile:hover { transform: translateY(-4px); }

.ws-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ws-gallery-grid .tile {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  background: var(--ws-cream-deep);
  cursor: pointer;
}
.ws-gallery-grid .tile.is-static { cursor: default; }
.ws-gallery-grid .tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ws-dur) var(--ws-ease);
}
.ws-gallery-grid .tile:hover img { transform: scale(1.03); }
.ws-gallery-grid .tile.is-static:hover img { transform: none; }
.ws-gallery-grid .tile.tall { aspect-ratio: 3 / 4; grid-row: span 2; }
.ws-room-nav {
  min-width: 0;
}
.ws-room-nav .ws-btn {
  min-width: 0;
  max-width: 100%;
}

.ws-gallery-filters {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 6px;
  margin-bottom: 36px;
}
.ws-filter-pill {
  flex: 0 0 auto;
  padding: 10px 22px;
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500;
  background: transparent; color: var(--ws-ink-soft);
  border: 1px solid transparent; border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--ws-dur) var(--ws-ease);
}
.ws-filter-pill:hover { color: var(--ws-ink); }
.ws-filter-pill.is-active {
  background: var(--ws-navy); color: var(--ws-white-text);
}

/* ---------- Room cards ---------- */
.ws-rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ws-room-card {
  background: var(--ws-paper);
  border: 1px solid var(--ws-rule-cream);
  border-radius: 4px; overflow: hidden;
  transition: transform var(--ws-dur) var(--ws-ease), box-shadow var(--ws-dur) var(--ws-ease);
}
.ws-room-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(7, 27, 51, 0.12);
}
.ws-room-card__photo {
  aspect-ratio: 4 / 5; background-size: cover; background-position: center;
}
.ws-room-card__body { padding: 22px 26px 26px; }
.ws-room-card__title {
  font-family: var(--ws-serif); font-size: 24px; font-weight: 500;
  margin: 0 0 8px; color: var(--ws-ink);
}
.ws-room-card__text {
  font-size: 14px; line-height: 1.55;
  color: var(--ws-ink-soft); margin: 0 0 14px;
}
.ws-room-card__link {
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; color: var(--ws-gold-deep);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}

/* ---------- Room modal ---------- */
.ws-modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(7, 27, 51, 0.75);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 40px 24px;
  animation: ws-modal-fade 240ms var(--ws-ease-out);
}
@keyframes ws-modal-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ws-modal__card {
  background: var(--ws-paper);
  border-radius: 4px;
  width: auto; max-width: calc(100vw - 96px);
  max-height: calc(100vh - 80px);
  display: grid; grid-template-columns: auto minmax(360px, 440px);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0, 0.5);
  position: relative;
  animation: ws-modal-rise 320ms var(--ws-ease-out);
}
@keyframes ws-modal-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ws-modal__photo {
  display: block;
  width: 100%; height: 100%;
  object-fit: contain;
  background: var(--ws-navy);
}
.ws-modal__photo-wrap {
  position: relative;
  height: min(78vh, 760px);
  aspect-ratio: 9 / 16;
  background: var(--ws-navy);
  overflow: hidden;
}
.ws-modal__photo-wrap--nearby {
  height: min(78vh, 760px);
  aspect-ratio: 9 / 16;
}
.ws-modal__photo--nearby {
  object-fit: contain;
  object-position: center;
}
.ws-modal__photo-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ws-rule-cream);
  color: var(--ws-ink);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3;
  transition: background var(--ws-dur) var(--ws-ease), color var(--ws-dur) var(--ws-ease);
}
.ws-modal__photo-arrow:hover { background: var(--ws-navy); color: var(--ws-gold); border-color: var(--ws-navy); }
.ws-modal__photo-arrow--prev { left: 14px; }
.ws-modal__photo-arrow--next { right: 14px; }
.ws-modal__photo-count {
  position: absolute; left: 16px; top: 16px; z-index: 3;
  background: rgba(7, 27, 51, 0.7);
  color: var(--ws-gold);
  font-family: var(--ws-sans);
  font-size: 11px; letter-spacing: 0.12em;
  padding: 6px 12px; border-radius: 2px;
}
.ws-modal__photo-dots {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 16px; z-index: 3;
  display: flex; gap: 8px;
  background: rgba(7, 27, 51, 0.5);
  padding: 8px 12px; border-radius: 999px;
}
.ws-modal__photo-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(248, 245, 239, 0.5);
  border: none; padding: 0; cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease);
}
.ws-modal__photo-dot.is-active { background: var(--ws-gold); }
.ws-modal__body {
  max-height: min(78vh, 760px);
  padding: 52px 48px;
  overflow-y: auto;
}
.ws-modal__eyebrow {
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ws-gold-deep); font-weight: 500;
  margin-bottom: 14px;
}
.ws-modal__title {
  font-family: var(--ws-serif); font-weight: 400;
  font-size: 40px; line-height: 1.05;
  margin: 0 0 18px; color: var(--ws-ink);
}
.ws-modal__text {
  font-family: var(--ws-sans); font-size: 15px; line-height: 1.7;
  color: var(--ws-ink-soft); margin: 0 0 24px;
}
.ws-modal__amenities {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px;
}
.ws-modal__amenities li {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--ws-sans); font-size: 13px;
  color: var(--ws-ink-soft);
}
.ws-modal__amenities li svg { color: var(--ws-gold); flex: 0 0 auto; }
.ws-modal__close {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.92); border: 1px solid var(--ws-rule-cream);
  color: var(--ws-ink); display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease), color var(--ws-dur) var(--ws-ease);
}
.ws-modal__close:hover { background: var(--ws-navy); color: var(--ws-gold); border-color: var(--ws-navy); }

/* ---------- Gallery viewer (lightbox) ---------- */
.ws-viewer {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(5, 15, 34, 0.92);
  display: flex; align-items: center; justify-content: center;
  padding: 32px 80px;
  animation: ws-modal-fade 200ms var(--ws-ease-out);
}
.ws-viewer__stage {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  max-width: calc(100vw - 200px); max-height: calc(100vh - 80px);
}
.ws-viewer__img {
  max-width: 100%;
  max-height: calc(100vh - 140px);
  width: auto; height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  animation: ws-modal-rise 260ms var(--ws-ease-out);
}
.ws-viewer__meta {
  margin-top: 18px;
  display: flex; gap: 24px; align-items: baseline;
  color: var(--ws-white-text);
}
.ws-viewer__cat {
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ws-gold); font-weight: 500;
}
.ws-viewer__count {
  font-family: var(--ws-sans); font-size: 12px;
  color: var(--ws-muted-on-navy);
  letter-spacing: 0.06em;
}
.ws-viewer__close,
.ws-viewer__arrow {
  position: absolute; z-index: 2;
  width: 48px; height: 48px; border-radius: 50%;
  background: transparent;
  border: 1px solid var(--ws-rule-navy);
  color: var(--ws-white-text);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease),
              border-color var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease);
}
.ws-viewer__close { top: 24px; right: 24px; }
.ws-viewer__arrow--prev { left: 24px; top: 50%; transform: translateY(-50%); }
.ws-viewer__arrow--next { right: 24px; top: 50%; transform: translateY(-50%); }
.ws-viewer__close:hover,
.ws-viewer__arrow:hover {
  border-color: var(--ws-gold);
  color: var(--ws-gold);
  background: rgba(216, 185, 140, 0.08);
}

/* ---------- Booking widget ---------- */
.ws-booking-card {
  background: var(--ws-paper);
  border-radius: 4px;
  box-sizing: border-box;
  padding: clamp(28px, 2.6vw, 42px);
  box-shadow: 0 24px 52px rgba(7, 27, 51, 0.2);
  width: 100%;
  max-width: 1500px;
  border: 1px solid rgba(216, 185, 140, 0.45);
  position: relative;
  margin: 0 auto;
}
.ws-booking-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(216, 185, 140, 0.28);
  pointer-events: none;
}
.ws-booking-card__eyebrow {
  text-align: left;
  font-family: var(--ws-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  margin-bottom: 8px;
}
.ws-booking-card__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(280px, 0.3fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}
.ws-booking-card h3 {
  text-align: left; margin: 0;
  font-family: var(--ws-sans);
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
  color: var(--ws-ink);
}
.ws-booking-card .divider {
  display:flex; justify-content:center; margin-bottom: 24px; color: var(--ws-gold);
}
.ws-booking-card .field { margin-bottom: 18px; position: relative; z-index: 1; }
.ws-booking-card .field:has(.ws-date-field.is-open) {
  z-index: 30;
}
.ws-booking-card .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.ws-booking-card .field-row--primary {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 16px;
  z-index: 8;
}
.ws-booking-card .field-row--primary:has(.ws-date-field.is-open) {
  margin-bottom: 332px;
}
.ws-booking-card .field-row--contact {
  grid-template-columns: repeat(3, minmax(190px, 1fr));
}
.ws-booking-card .field--message { margin-bottom: 0; }
.ws-booking-card .ws-label {
  display: block;
  color: var(--ws-navy);
  opacity: 0.72;
  margin-bottom: 7px;
}
.ws-booking-card .ws-input,
.ws-booking-card .ws-textarea {
  width: 100%;
  box-sizing: border-box;
  background: rgba(251, 248, 242, 0.86);
  border-color: rgba(7, 27, 51, 0.14);
  color: var(--ws-ink);
  min-height: 44px;
  font-family: var(--ws-sans);
  font-size: 14px;
  line-height: 1.35;
  padding: 12px 14px;
}
.ws-booking-card .ws-textarea {
  min-height: 74px;
  resize: vertical;
}
.ws-booking-card .ws-input:focus,
.ws-booking-card .ws-textarea:focus {
  outline: none;
  border-color: var(--ws-gold-deep);
  box-shadow: 0 0 0 3px rgba(216, 185, 140, 0.22);
}
.ws-booking-card select.ws-input {
  appearance: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: var(--ws-ink);
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, var(--ws-gold-deep) 50%), linear-gradient(135deg, var(--ws-gold-deep) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.ws-date-field {
  position: relative;
}
.ws-date-field.is-open {
  z-index: 30;
}
.ws-date-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100vw;
  height: 100vh;
  padding: 0;
  border: 0;
  background: rgba(5, 15, 34, 0.34);
  cursor: default;
}
.ws-date-trigger {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(7, 27, 51, 0.14);
  background: rgba(251, 248, 242, 0.86);
  color: var(--ws-muted);
  border-radius: 2px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--ws-sans);
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color var(--ws-dur) var(--ws-ease),
              box-shadow var(--ws-dur) var(--ws-ease),
              background var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease);
}
.ws-date-trigger span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ws-date-trigger svg {
  flex: 0 0 auto;
  color: var(--ws-gold-deep);
}
.ws-date-trigger.has-value {
  color: var(--ws-ink);
}
.ws-date-trigger:hover,
.ws-date-trigger[aria-expanded="true"] {
  border-color: var(--ws-gold-deep);
  background: rgba(255, 252, 247, 0.96);
}
.ws-date-trigger:focus-visible {
  outline: none;
  border-color: var(--ws-gold-deep);
  box-shadow: 0 0 0 3px rgba(216, 185, 140, 0.22);
}
.ws-date-popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 90;
  width: min(292px, calc(100vw - 72px));
  padding: 14px;
  border: 1px solid rgba(216, 185, 140, 0.46);
  border-radius: 4px;
  background:
    linear-gradient(180deg, #fbf8f2, #f4efe7);
  box-shadow: 0 24px 54px rgba(7, 27, 51, 0.25);
}
.ws-booking-card .field-row--primary .field:nth-child(2) .ws-date-popover {
  left: auto;
  right: 0;
}
.ws-date-popover::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(216, 185, 140, 0.2);
  pointer-events: none;
}
.ws-date-head,
.ws-date-weekdays,
.ws-date-grid {
  position: relative;
  z-index: 1;
}
.ws-date-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.ws-date-month {
  font-family: var(--ws-sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ws-navy);
  text-align: center;
}
.ws-date-nav {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(216, 185, 140, 0.42);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.76);
  color: var(--ws-gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease),
              border-color var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease);
}
.ws-date-nav:hover:not(:disabled) {
  background: var(--ws-navy);
  border-color: var(--ws-navy);
  color: var(--ws-gold);
}
.ws-date-nav:disabled {
  opacity: 0.32;
  cursor: default;
}
.ws-date-weekdays,
.ws-date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.ws-date-weekdays {
  margin-bottom: 8px;
}
.ws-date-weekdays span {
  font-family: var(--ws-sans);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  text-align: center;
}
.ws-date-day,
.ws-date-blank {
  aspect-ratio: 1 / 1;
}
.ws-date-day {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--ws-ink);
  font-family: var(--ws-sans);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--ws-dur) var(--ws-ease),
              border-color var(--ws-dur) var(--ws-ease),
              color var(--ws-dur) var(--ws-ease);
}
.ws-date-day:hover:not(:disabled) {
  border-color: rgba(183, 151, 106, 0.46);
  background: rgba(216, 185, 140, 0.16);
  color: var(--ws-navy);
}
.ws-date-day.is-selected {
  background: var(--ws-navy);
  border-color: var(--ws-navy);
  color: var(--ws-gold);
}
.ws-date-day.is-disabled,
.ws-date-day:disabled {
  color: rgba(7, 27, 51, 0.26);
  cursor: default;
}
.ws-date-day.is-blocked {
  position: relative;
  color: rgba(139, 46, 46, 0.38);
  background: rgba(139, 46, 46, 0.055);
}
.ws-date-day.is-blocked::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 28%;
  top: 50%;
  height: 1px;
  background: rgba(139, 46, 46, 0.42);
}
.ws-date-note {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid rgba(216, 185, 140, 0.28);
  font-family: var(--ws-sans);
  font-size: 11px;
  line-height: 1.45;
  color: var(--ws-muted);
  text-align: center;
}
.ws-date-note.has-blocked {
  color: #8B2E2E;
}

@media (min-width: 901px) {
  .ws-booking-card .field-row--primary:has(.ws-date-field.is-open) {
    margin-bottom: 0;
  }
  .ws-booking-card .field-row--primary:has(.ws-date-field.is-open) .ws-date-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 90;
    width: min(420px, calc(100vw - 120px));
    padding: 18px;
  }
}

.ws-booking-card__availability {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--ws-muted);
  text-align: right;
}
.ws-booking-card__availability.is-error {
  color: #8B2E2E;
}
.ws-booking-card .ws-btn {
  position: relative;
  z-index: 1;
}
.ws-booking-card .or {
  text-align: center; font-family: var(--ws-sans);
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--ws-muted); margin: 16px 0;
  display: flex; align-items: center; gap: 12px;
  position: relative;
  z-index: 1;
}
.ws-booking-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.ws-booking-card__actions .ws-btn {
  width: auto;
  min-height: 42px;
  padding: 12px 20px;
  font-size: 11px;
  letter-spacing: 0.16em;
  justify-content: center;
}
.ws-booking-card__actions .ws-btn--gold {
  min-width: 202px;
}
.ws-booking-card__actions .ws-btn--ghost {
  min-width: 174px;
}
.ws-booking-card .or::before,
.ws-booking-card .or::after { content: ""; flex: 1; height: 1px; background: var(--ws-rule-cream); }
.ws-booking-card .foot {
  margin-top: 16px; text-align: center;
  font-size: 12px; color: var(--ws-muted);
  position: relative;
  z-index: 1;
}
.ws-booking-card__status {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  border: 1px solid rgba(183, 151, 106, 0.28);
  background: rgba(216, 185, 140, 0.12);
  color: var(--ws-gold-deep);
}
.ws-booking-card__status.is-error {
  border-color: rgba(139, 46, 46, 0.22);
  background: rgba(139, 46, 46, 0.08);
  color: #8B2E2E;
}

/* ---------- CTA strip ---------- */
.ws-cta-strip {
  background: var(--ws-navy); color: var(--ws-white-text);
  padding: 56px 0;
  position: relative;
}
.ws-cta-strip__inner {
  max-width: 1240px; margin: 0 auto; padding: 0 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.ws-cta-strip__icon { color: var(--ws-gold); font-size: 64px; line-height: 1; flex: 0 0 auto; }
.ws-cta-strip__title { font-family: var(--ws-serif); font-size: 36px; font-weight: 400; margin: 0 0 6px; }
.ws-cta-strip__body { color: var(--ws-muted-on-navy); margin: 0; font-size: 15px; }
.ws-cta-strip__actions { display:flex; align-items:center; gap: 28px; flex: 0 0 auto;}

/* ---------- Lists / bullet ---------- */
.ws-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ws-bullets li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--ws-ink-soft);
}
.ws-bullets li svg { color: var(--ws-gold); flex: 0 0 auto; }

/* ---------- House overview icons row ---------- */
.ws-overview-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.ws-overview-icons .row {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ws-ink-soft); font-weight: 500;
  min-width: 0;
}
.ws-overview-icons .row svg { color: var(--ws-gold-deep); }

/* ---------- Things-to-enjoy / Nearby ---------- */
.ws-things-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ws-thing {
  padding: 0 24px; text-align: center;
  border-right: 1px solid var(--ws-rule-navy);
}
.ws-thing:last-child { border-right: none; }
.ws-thing__icon {
  color: var(--ws-gold); margin: 0 auto 14px;
  display: flex; justify-content: center;
}
.ws-thing__title {
  font-family: var(--ws-serif); font-size: 18px; font-weight: 500;
  margin: 0 0 8px; color: var(--ws-white-text);
}
.ws-thing__text { font-size: 13px; line-height: 1.55; color: var(--ws-muted-on-navy); margin: 0; }

.ws-nearby { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ws-nearby__item .img {
  aspect-ratio: 9 / 16;
  width: min(100%, 150px);
  border-radius: 4px; overflow: hidden;
  background-size: cover; background-position: center;
  margin: 0 auto 12px;
  transition: transform var(--ws-dur) var(--ws-ease), box-shadow var(--ws-dur) var(--ws-ease);
}
.ws-nearby__item:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(7, 27, 51, 0.18);
}
.ws-nearby__item:hover .name { color: var(--ws-gold-deep); }
.ws-nearby__item .name {
  transition: color var(--ws-dur) var(--ws-ease);
}
.ws-nearby__item .name {
  font-family: var(--ws-sans); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; color: var(--ws-ink); margin: 0 0 2px;
}
.ws-nearby__item .dist { font-size: 12px; color: var(--ws-muted); }
.ws-nearby__guide {
  display: inline-flex;
  margin-top: 8px;
  color: var(--ws-gold-deep);
  font-family: var(--ws-sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(183, 151, 106, 0.42);
}
.ws-nearby__guide:hover {
  color: var(--ws-navy);
  border-bottom-color: var(--ws-navy);
}

/* ---------- SEO guide pages ---------- */
.ws-guide-hero .ws-hero__title {
  max-width: 11ch;
}
.ws-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 64px;
  align-items: start;
}
.ws-guide-copy {
  display: grid;
  gap: 26px;
}
.ws-guide-section {
  background: var(--ws-paper);
  border: 1px solid var(--ws-rule-cream);
  border-radius: 4px;
  padding: 34px 38px;
}
.ws-guide-section h2 {
  font-family: var(--ws-serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.12;
  margin: 0 0 14px;
  color: var(--ws-navy);
}
.ws-guide-section__eyebrow {
  font-family: var(--ws-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ws-gold-deep);
  margin-bottom: 10px;
}
.ws-guide-section p {
  margin: 0;
  color: var(--ws-ink-soft);
  line-height: 1.72;
}
.ws-guide-faq {
  display: grid;
  gap: 0;
}
.ws-guide-faq details {
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  padding: 16px 0;
}
.ws-guide-faq details:last-child {
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
.ws-guide-faq summary {
  cursor: pointer;
  font-family: var(--ws-sans);
  font-size: 14px;
  line-height: 1.45;
  color: var(--ws-navy);
  letter-spacing: 0.02em;
}
.ws-guide-faq details p {
  margin-top: 10px;
  font-size: 15px;
}
.ws-guide-card {
  position: sticky;
  top: calc(var(--ws-nav-h) + 24px);
  background: var(--ws-navy);
  color: var(--ws-white-text);
  border-radius: 4px;
  padding: 34px 30px 30px;
}
.ws-guide-card .ws-opener {
  margin-bottom: 18px;
}
.ws-guide-card .ws-opener__eyebrow,
.ws-guide-card .ws-opener__rule {
  color: var(--ws-gold);
}
.ws-guide-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.ws-guide-links a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: var(--ws-white-text);
  text-decoration: none;
  border: 1px solid rgba(216, 185, 140, 0.24);
  padding: 14px 16px;
  font-family: var(--ws-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ws-guide-links a:hover {
  color: var(--ws-gold);
  border-color: var(--ws-gold);
}

/* ---------- Toast (booking confirmation) ---------- */
.ws-toast {
  position: fixed; bottom: 32px; right: 32px;
  background: var(--ws-navy); color: var(--ws-white-text);
  padding: 20px 26px; border-radius: 4px;
  border-left: 3px solid var(--ws-gold);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
  font-family: var(--ws-sans); font-size: 14px;
  display: flex; align-items: center; gap: 14px;
  z-index: 200;
  animation: ws-rise 0.5s var(--ws-ease-out);
}
.ws-toast .check { color: var(--ws-gold); }
@keyframes ws-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Small helpers ---------- */
.ws-on-navy.ws-section { background: var(--ws-navy); }
.ws-on-cream.ws-section { background: var(--ws-cream); }
.ws-on-paper.ws-section { background: var(--ws-paper); }
