@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap");

:root {
  --header-bar: 104px;
  --header-height: calc(var(--header-bar) + env(safe-area-inset-top, 0px));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #FAF9F5;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding-top: env(safe-area-inset-top, 0px);
  background: #FAF9F5;
  border-bottom: 1px solid rgba(20, 23, 15, 0.14);
}

.site-header-inner {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  height: var(--header-bar);
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.site-header-inner > a img {
  height: 78px;
  width: auto;
  max-height: 78px;
  display: block;
}

.book-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.book-cta--header {
  justify-self: end;
  flex-wrap: nowrap;
  gap: 10px;
}

.ta-widget,
.ta-fallback,
.TA_certificateOfExcellence,
.TA_certificateOfExcellence ul,
.TA_certificateOfExcellence li {
  flex: 0 0 auto;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  list-style: none;
}

.book-cta:not(.book-cta--header) .ta-fallback,
.book-cta:not(.book-cta--header) .ta-widget {
  margin-inline: auto;
}

.ta-widget a,
.ta-fallback {
  display: block;
  width: max-content;
  max-width: 100%;
}

.ta-widget img,
.ta-fallback img,
.widCOEImg {
  display: block;
  width: auto !important;
  height: 96px;
  max-width: 86px;
  max-height: 96px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.page {
  padding-top: var(--header-height);
}

.booking-sticky {
  top: calc(var(--header-height) + 26px) !important;
  max-width: 100%;
  min-width: 0;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: #14170F; text-decoration: none; }
a:hover { color: #1E3A5F; }
button { font-family: inherit; }
img, video, canvas, svg { max-width: 100%; height: auto; }
.ta-widget img,
.ta-fallback img,
.widCOEImg {
  max-width: 86px;
  height: 96px;
  width: auto !important;
}
.book-cta--header .ta-fallback img {
  height: 44px;
  max-height: 44px;
  max-width: 39px;
}
.ta-fallback--hero img {
  height: 72px;
  max-height: 72px;
  max-width: 64px;
}
iframe { max-width: 100%; }
#site-menu[hidden],
#room-desc[hidden] { display: none !important; }

#site-menu > div:first-child {
  flex: 0 0 auto;
}

#site-menu button[data-close-menu] {
  width: 48px !important;
  height: 48px !important;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#site-menu button[data-close-menu] svg {
  width: 22px;
  height: 22px;
}

#site-menu a[data-close-menu] {
  font-weight: 700 !important;
  font-size: 2.0625rem !important;
  letter-spacing: 0.06em !important;
  line-height: 1.12;
  overflow-wrap: break-word;
  word-break: normal;
}

#site-menu > div:first-child > div:last-of-type {
  font-size: 14px !important;
  line-height: 1.45;
  letter-spacing: 0.05em !important;
}

@media (max-width: 1100px) {
  #site-menu > div:first-child {
    width: min(16.75rem, calc(100vw - 5.5rem)) !important;
    max-width: calc(100vw - 5.5rem) !important;
    padding: 16px 18px 22px !important;
    padding-bottom: max(22px, env(safe-area-inset-bottom, 0px)) !important;
  }
  #site-menu > div:first-child > div:first-of-type {
    gap: 16px !important;
  }
  #site-menu a[data-close-menu] {
    font-size: 1.875rem !important;
  }
}

.btn-twilight:hover { background: #14170F !important; color: #FFFFFF !important; }

h1, h2, h3 {
  overflow-wrap: anywhere;
  word-break: break-word;
}
h1 { font-size: clamp(2.25rem, 8vw, 7.375rem) !important; }
h2 { font-size: clamp(1.75rem, 5.5vw, 4.75rem) !important; }

@media (max-width: 1100px) {
  [style*="grid-template-columns:1fr 420px"],
  [style*="grid-template-columns:220px 1fr"],
  [style*="grid-template-columns:340px 1fr 300px"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 1000px) {
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
  [style*="grid-template-columns:1.1fr .9fr"] {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  :root { --header-bar: 80px; }
  .site-header-inner {
    padding: 8px 16px;
    gap: 8px;
  }
  .site-header-inner > a img {
    height: 48px;
    max-height: 48px;
  }
  .book-cta--header .ta-fallback img {
    height: 34px;
    max-height: 34px;
    max-width: 30px;
  }
  .site-header .btn-twilight,
  .site-header a[href*="frontdeskmaster"] {
    padding: 10px 14px !important;
    font-size: 10px !important;
    letter-spacing: .12em !important;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .book-cta:not(.book-cta--header) {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 800px) {
  [style*="padding:110px 60px"],
  [style*="padding:110px 60px 96px"],
  [style*="padding:96px 60px"],
  [style*="padding:90px 60px"],
  [style*="padding:52px 60px 60px"],
  [style*="padding:46px 60px 54px"],
  [style*="padding:0 60px 110px"],
  [style*="padding:0 60px 62px"],
  [style*="padding:0 60px 54px"],
  .room-pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  [style*="display:flex"][style*="gap:14px"] {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  [style*="height:780px"] { height: 70vh !important; min-height: 420px; }
}

.section-head {
  min-width: 0;
}

.section-head > div {
  min-width: 0;
  flex: 1 1 auto;
}

@media (max-width: 800px) {
  .section-head {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .section-head-cta {
    flex: none !important;
    align-self: flex-start;
    max-width: 100%;
    width: auto;
    white-space: normal;
    text-align: center;
    padding: 14px 22px !important;
    letter-spacing: 0.14em !important;
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:repeat(4,1fr)"],
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:2fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  .listing-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 220px 160px 160px 160px 160px !important;
  }
  [style*="grid-template-columns:1fr auto 1fr"],
  .site-header-inner {
    grid-template-columns: auto 1fr auto !important;
  }
}

.elegance-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  height: 500px;
  padding: 48px 56px;
  background: #2b2a2a url("assets/lodge.jpg") center / cover;
}

.elegance-band-dim {
  position: absolute;
  inset: 0;
  background: rgba(20, 23, 15, 0.52);
}

.elegance-band-copy {
  position: relative;
  z-index: 2;
  width: min(36rem, 100%);
  margin: 0 auto;
}

.elegance-band-copy > span {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #C5CBD6;
}

.elegance-band-copy > p {
  margin: 22px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5.4vw + 0.55rem, 3.875rem);
  font-weight: 300;
  line-height: 1.18;
  color: #FFFFFF;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

@media (max-width: 900px) {
  .elegance-band {
    height: auto;
    min-height: 400px;
    padding: 72px 28px;
  }
}

@media (max-width: 430px) {
  .elegance-band {
    min-height: 360px;
    padding: 64px 22px;
  }
  .elegance-band-copy > p {
    font-size: clamp(1.95rem, 8vw, 2.25rem);
  }
}

@media (max-width: 480px) {
  .site-header button[data-open-menu] {
    font-size: 0 !important;
    gap: 0 !important;
  }
  .site-header button[data-open-menu] svg {
    display: block;
  }
}

.know-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.know-grid h3 {
  margin: 0 0 14px;
}

.know-grid > div,
.know-grid > div > div,
#know {
  min-width: 0;
  max-width: 100%;
}

.know-grid > div > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.know-grid span {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .know-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    gap: 36px !important;
  }
}

@media (max-width: 430px) {
  [style*="grid-template-columns:1fr 420px"] {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 32px !important;
  }
  .room-pad,
  .room-pad > *,
  #know,
  .know-grid,
  .know-grid > *,
  .know-grid > * > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  #know,
  .know-grid {
    width: 100% !important;
  }
}

.home-hero,
.home-hero-inner,
.home-hero-copy,
.home-shuttle {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 430px) {
  .home-hero {
    height: auto !important;
    min-height: 70vh;
  }
  .home-hero-inner {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    padding: 28px 20px 24px !important;
    width: 100% !important;
  }
  .home-hero-copy {
    max-width: 100% !important;
  }
  .home-hero-copy .book-cta {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .home-hero-copy .book-cta a {
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .home-shuttle {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .home-shuttle * {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .home-stats > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 0;
    max-width: 100%;
  }
  .home-stats > div > div:first-child {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.gallery-hero {
  padding: 72px 60px 28px;
  max-width: 46rem;
}
.gallery-hero > span {
  font-size: 11.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.gallery-hero h1 {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.12;
  color: #14170F;
}
.gallery-hero p {
  margin: 18px 0 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.75;
}

.gallery-section {
  padding: 36px 60px 20px;
}
.gallery-section-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 22px;
}
.gallery-section-head > span {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.gallery-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #14170F;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.gallery-item {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: #2b2a2a;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.home-gallery-more {
  text-align: center;
  padding: 28px 20px 72px;
}
.home-gallery-more a {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid rgba(20, 23, 15, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #14170F;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(20, 23, 15, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 16px 28px;
}
.lightbox[hidden] { display: none !important; }
.lightbox img {
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 140px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #14170F;
}
.lightbox-cap {
  margin: 14px 0 0;
  max-width: 40rem;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #FAF9F5;
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #FAF9F5;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(250, 249, 245, 0.35);
  background: transparent;
  color: #FAF9F5;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

@media (max-width: 1000px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .gallery-hero,
  .gallery-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lightbox-nav { width: 40px; height: 40px; }
}

.food-hero {
  padding: 64px 60px 12px;
  max-width: 40rem;
}
.food-hero > span {
  font-size: 11.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.food-hero h1 {
  margin: 16px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #14170F;
}
.food-hero p {
  margin: 16px 0 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
}
.food-hours {
  font-size: 12px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1E3A5F;
}

.food-page {
  margin: 28px 60px 40px;
  padding: 42px 40px 28px;
  background: #FAF9F5;
  border: 1px solid rgba(20, 23, 15, 0.14);
  color: #14170F;
}
.food-page-brand {
  text-align: center;
}
.food-page-brand img {
  height: 64px;
  width: auto;
  margin: 0 auto;
}
.food-page-brand > div {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3F443C;
}
.food-kitchen-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #14170F;
}
.food-tagline {
  margin: 22px auto 28px;
  max-width: 38rem;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  color: #3F443C;
}
.food-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
}
.food-page h2 {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(20, 23, 15, 0.18);
  font-family: "Montserrat", sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #14170F;
}
.food-page h2 span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #5B5F57;
}
.food-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.food-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(20, 23, 15, 0.08);
}
.food-list strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  color: #14170F;
}
.food-list em {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1E3A5F;
}
.food-list span {
  display: block;
  margin-top: 3px;
  font-size: 13.5px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: #5B5F57;
}
.food-list b {
  flex: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #14170F;
}
.food-note,
.food-about {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #3F443C;
}
.food-page-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 23, 15, 0.14);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3F443C;
}

@media (max-width: 800px) {
  .food-hero,
  .food-page {
    margin-left: 16px;
    margin-right: 16px;
  }
  .food-hero { padding: 36px 4px 8px; }
  .food-page { padding: 28px 18px 20px; }
  .food-cols {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .food-list strong { font-size: 20px; }
}
