:root {
  --ivory: #f7f1e8;
  --ivory-soft: #fbf7ef;
  --travertine: #d9c7ad;
  --deep-olive: #3f4d3f;
  --gold: #b08a47;
  --charcoal: #1f1f1f;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(rgba(247, 241, 232, 0.9), rgba(247, 241, 232, 0.96)),
    radial-gradient(circle at 18% 18%, rgba(217, 199, 173, 0.26), transparent 28%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 330px;
  align-items: center;
  min-height: 104px;
  padding: 14px clamp(32px, 6vw, 118px);
  border-bottom: 1px solid rgba(176, 138, 71, 0.18);
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(14px);
}

.brand-button {
  width: 218px;
  padding: 0;
  border: 0;
  background: transparent;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 46px);
}

.top-nav button,
.reservation-button,
.outline-link {
  border: 0;
  background: transparent;
  color: var(--charcoal);
  text-transform: uppercase;
  letter-spacing: 0;
}

.top-nav button {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.top-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background: var(--charcoal);
  transition: width 180ms ease;
}

.top-nav button:hover::after,
.top-nav button:first-child::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(176, 138, 71, 0.34);
  color: var(--deep-olive);
  background: rgba(251, 247, 239, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.language-switcher span {
  color: rgba(31, 31, 31, 0.55);
}

.language-switcher select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--deep-olive);
  font-weight: 700;
}

.reservation-button {
  min-width: 156px;
  min-height: 46px;
  padding: 0 24px;
  background: var(--gold);
  color: var(--ivory-soft);
  font-size: 13px;
  font-weight: 700;
}

.menu-button {
  display: grid;
  gap: 7px;
  width: 38px;
  padding: 8px 5px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 1px;
  background: var(--charcoal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 39fr) minmax(0, 61fr);
  min-height: clamp(380px, 42vw, 492px);
  border-bottom: 1px solid rgba(176, 138, 71, 0.16);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px) clamp(30px, 5.8vw, 118px);
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero h1 {
  max-width: 520px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 4.9vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
  color: inherit;
}

.hero h1 span:nth-of-type(2) {
  color: var(--gold);
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 440px;
  margin: 26px 0 0;
  color: rgba(31, 31, 31, 0.78);
  font-size: 15px;
  line-height: 1.8;
}

.outline-link {
  align-self: flex-start;
  min-height: 48px;
  margin-top: 30px;
  padding: 0 20px;
  border: 1px solid rgba(176, 138, 71, 0.72);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 600;
}

.outline-link span {
  display: inline-block;
  margin-left: 12px;
  color: var(--gold);
}

.hero-image {
  min-width: 0;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(0.94) brightness(1.03);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 20px clamp(40px, 8vw, 170px);
  border-bottom: 1px solid rgba(176, 138, 71, 0.16);
  background: rgba(251, 247, 239, 0.72);
}

.feature-band article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 0 28px;
  border-right: 1px solid rgba(176, 138, 71, 0.22);
}

.feature-band article:last-child {
  border-right: 0;
}

.feature-icon {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
  text-align: center;
}

.feature-band strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-band p {
  margin: 7px 0 0;
  color: rgba(31, 31, 31, 0.64);
  font-size: 13px;
  line-height: 1.45;
}

.suites-showcase {
  padding: 24px clamp(28px, 8vw, 154px) 48px;
}

.section-heading {
  text-align: center;
}

.section-heading span {
  display: block;
  width: 34px;
  height: 1px;
  margin: 0 auto 14px;
  background: var(--gold);
}

.section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading p {
  margin: 12px auto 0;
  color: rgba(31, 31, 31, 0.68);
  font-size: 14px;
}

.suite-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.suite-card,
.suite-choice {
  position: relative;
  min-height: 206px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--ivory-soft);
  text-align: left;
}

.suite-card img,
.suite-choice img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  transition: transform 260ms ease, opacity 260ms ease;
}

.suite-card::after,
.suite-choice::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.14));
}

.suite-card:hover img,
.suite-choice:hover img {
  transform: scale(1.035);
  opacity: 0.78;
}

.suite-card span,
.suite-card small,
.suite-card i {
  position: relative;
  z-index: 1;
}

.suite-card span {
  display: block;
  max-width: 76%;
  margin: 0;
  padding: 58px 28px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.suite-card small {
  display: block;
  max-width: 260px;
  padding: 10px 28px 0;
  color: rgba(251, 247, 239, 0.88);
  font-size: 14px;
  line-height: 1.45;
}

.suite-card i {
  position: absolute;
  left: 28px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(251, 247, 239, 0.88);
  border-radius: 999px;
  color: var(--ivory-soft);
  font-style: normal;
  line-height: 1;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  place-items: center;
  padding: clamp(14px, 2.3vw, 34px);
  background: rgba(247, 241, 232, 0.92);
}

.overlay.is-open {
  display: grid;
}

.overlay-surface {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  border: 1px solid rgba(176, 138, 71, 0.42);
  border-radius: 10px;
  background: var(--ivory-soft);
  overflow: hidden;
}

.close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(176, 138, 71, 0.58);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.94);
  color: var(--deep-olive);
  font-size: 25px;
  line-height: 1;
}

.text-detail,
.contact-detail,
.suites-menu {
  width: min(660px, 100%);
  padding: clamp(34px, 5vw, 60px);
  text-align: center;
}

.suites-menu {
  width: min(920px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.text-detail h2,
.suites-menu h2,
.suite-detail h2,
.contact-detail h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 400;
  line-height: 1;
}

.text-detail > p:not(.eyebrow),
.contact-detail > p,
.suite-detail-copy > p:not(.eyebrow) {
  margin: 22px auto 0;
  max-width: 560px;
  color: rgba(31, 31, 31, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.suite-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.suite-choice {
  min-height: 230px;
}

.suite-choice span,
.suite-choice small {
  position: relative;
  z-index: 1;
  display: block;
}

.suite-choice span {
  padding: 118px 22px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  text-transform: uppercase;
}

.suite-choice small {
  padding: 8px 22px 0;
  color: rgba(251, 247, 239, 0.82);
  font-size: 13px;
}

.suite-detail {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.suite-detail-copy {
  min-width: 0;
  padding: clamp(28px, 3.6vw, 52px);
  align-self: center;
}

.suite-detail dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.suite-detail dl div {
  padding-top: 12px;
  border-top: 1px solid rgba(176, 138, 71, 0.28);
}

.suite-detail dt {
  color: var(--deep-olive);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.suite-detail dd {
  margin: 4px 0 0;
  color: rgba(31, 31, 31, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.suite-detail-photos {
  position: relative;
  min-width: 0;
  display: block;
  padding: 10px;
  height: min(700px, calc(100vh - 68px));
}

.suite-detail-photos img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}

.suite-detail-photos img + img {
  display: none;
}

.detail-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(176, 138, 71, 0.72);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.9);
  color: var(--deep-olive);
  font-size: 27px;
  line-height: 1;
  transform: translateY(-50%);
}

.detail-arrow-prev {
  left: 22px;
}

.detail-arrow-next {
  right: 22px;
}

.phone-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--deep-olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.6vw, 50px);
  font-weight: 400;
  line-height: 1;
}

.contact-detail span {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-style: italic;
}

.about-story {
  width: min(780px, 100%);
  max-height: calc(100vh - 48px);
  padding: clamp(34px, 4.8vw, 58px);
  text-align: left;
  overflow-y: auto;
}

.about-story .eyebrow,
.about-story h2 {
  text-align: center;
}

.about-story h2 {
  width: min(560px, 100%);
  margin: 0 auto;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
}

.story-copy {
  width: min(600px, 100%);
  margin: 28px auto 0;
}

.story-copy p {
  margin: 0;
  color: rgba(31, 31, 31, 0.74);
  font-size: 15px;
  line-height: 1.72;
}

.story-copy p + p {
  margin-top: 15px;
}

.story-signature {
  width: min(600px, 100%);
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(176, 138, 71, 0.34);
  text-align: center;
}

.story-signature strong,
.story-signature span {
  display: block;
}

.story-signature strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.story-signature span {
  margin-top: 6px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-style: italic;
}

.location-detail .address-line {
  margin-top: 18px;
  color: var(--deep-olive);
  font-size: 14px;
  line-height: 1.55;
}

.maps-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 26px;
  padding: 11px 20px 12px;
  border: 1px solid var(--deep-olive);
  color: var(--deep-olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1;
}

.top-nav button:focus-visible,
.brand-button:focus-visible,
.suite-card:focus-visible,
.suite-choice:focus-visible,
.outline-link:focus-visible,
.reservation-button:focus-visible,
.close-button:focus-visible,
.detail-arrow:focus-visible,
.maps-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    padding-inline: 28px;
  }

  .brand-button {
    width: 190px;
  }

  .top-nav {
    gap: 20px;
  }

  .feature-band {
    padding-inline: 28px;
  }

  .feature-band article {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 18px;
  }

  .brand-button {
    justify-self: center;
    width: 210px;
  }

  .top-nav {
    flex-wrap: wrap;
    gap: 8px 22px;
  }

  .top-nav button {
    font-size: 12px;
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 1;
    padding: 34px 24px 38px;
  }

  .hero-image {
    order: 2;
    height: 44vh;
    min-height: 270px;
  }

  .feature-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
  }

  .feature-band article {
    border-right: 0;
    border-bottom: 1px solid rgba(176, 138, 71, 0.18);
    padding: 16px;
  }

  .feature-band article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .suite-row {
    grid-template-columns: 1fr;
  }

  .suite-card {
    min-height: 230px;
  }

  .suite-detail {
    grid-template-columns: 1fr;
  }

  .suite-detail-copy {
    order: 2;
  }

  .suite-detail-photos {
    order: 1;
    display: block;
    height: min(520px, 56vh);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 18px 14px;
  }

  .top-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 4px;
  }

  .top-nav button {
    min-height: 34px;
    padding: 8px 4px;
    border: 1px solid rgba(176, 138, 71, 0.18);
  }

  .top-nav button::after {
    display: none;
  }

  .reservation-button {
    min-width: 150px;
  }

  .language-switcher {
    min-height: 38px;
  }

  .hero h1 {
    font-size: clamp(40px, 12.5vw, 56px);
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 14px;
    line-height: 1.65;
  }

  .outline-link {
    width: 100%;
    justify-content: center;
  }

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

  .feature-band article,
  .feature-band article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(176, 138, 71, 0.18);
  }

  .feature-band article:last-child {
    border-bottom: 0;
  }

  .suites-showcase {
    padding: 28px 14px 38px;
  }

  .suite-card {
    min-height: 214px;
  }

  .suite-card span {
    padding-top: 50px;
    font-size: 28px;
  }

  .overlay {
    align-items: start;
    place-items: start center;
    padding: 10px;
    overflow-y: auto;
  }

  .overlay-surface {
    max-height: none;
    overflow: visible;
  }

  .close-button {
    position: sticky;
    top: 10px;
    float: right;
    margin: 0 0 8px 8px;
  }

  .text-detail,
  .contact-detail,
  .suites-menu,
  .about-story {
    width: 100%;
    max-height: none;
    padding: 30px 20px 24px;
    overflow: visible;
  }

  .suite-choice-grid {
    grid-template-columns: 1fr;
  }

  .suite-choice {
    min-height: 160px;
  }

  .suite-choice span {
    padding-top: 72px;
  }

  .suite-detail {
    display: flex;
    flex-direction: column;
  }

  .suite-detail-photos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 360px;
    height: auto;
  }

  .detail-arrow {
    top: 190px;
  }

  .maps-link {
    width: 100%;
  }
}
