:root {
  --forest: #183d25;
  --forest-deep: #0e2416;
  --ivory: #ffffff;
  --linen: #e8e4dd;
  --gold: #c5a065;
  --gold-soft: #ddc399;
  --ink: #172019;
  --border: rgba(24, 61, 37, 0.14);
  --shadow: 0 24px 60px rgba(10, 24, 16, 0.16);
  --max-width: 1180px;
  --nav-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(197, 160, 101, 0.09), transparent 26%),
    linear-gradient(180deg, #f5f1ea 0%, #ebe6de 40%, #f8f6f2 100%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  padding: 0.85rem 1rem;
  background: var(--forest);
  color: var(--ivory);
  border-radius: 999px;
  z-index: 20;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.75rem 1rem;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), 1060px);
  margin: 0 auto;
  min-height: var(--nav-height);
  padding: 0.9rem 1rem;
  background: rgba(24, 61, 37, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(10, 24, 16, 0.18);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  overflow: hidden;
}

.brand-lockup__icon {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  object-fit: cover;
}

.brand-lockup__text {
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  width: 1.2rem;
  height: 2px;
  margin: 0 auto;
  background: var(--ivory);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-links {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 1rem;
  right: 1rem;
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem;
  background: rgba(14, 36, 22, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.4rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.88);
  padding: 0.9rem 1rem;
  border-radius: 14px;
}

.nav-link-button,
.footer-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.nav-link-button {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  text-align: left;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-link-button:hover,
.nav-link-button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.nav-links.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-shell.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(0.32rem) rotate(45deg);
}

.nav-shell.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-shell.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-0.32rem) rotate(-45deg);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button--primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--forest-deep);
}

.button--ghost {
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.hero {
  position: relative;
  min-height: min(100svh, 58rem);
  margin: -6.5rem auto 0;
  padding: 9rem 1rem 2rem;
  display: grid;
  align-items: end;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 24, 16, 0.2) 0%, rgba(10, 24, 16, 0.68) 84%),
    linear-gradient(120deg, rgba(24, 61, 37, 0.35), rgba(197, 160, 101, 0.1)),
    url("assets/main banner.png") center center / cover no-repeat;
}

.hero__content,
.hero__details {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}

.hero__content {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1rem;
  color: var(--ivory);
  padding: 5rem 0 2rem;
}

.hero__logo {
  width: min(15.5rem, 56vw);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9f7740;
}

.hero h1,
.section-heading h2,
.work-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 12vw, 6.8rem);
}

.hero__lead {
  max-width: 39rem;
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.hero__details {
  display: grid;
  gap: 0.65rem;
  padding: 1.1rem 1.2rem;
  max-width: min(100%, 31rem);
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(12px);
}

.hero__details p {
  margin: 0;
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4.5rem 1rem;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.section-heading h2,
.work-copy h2 {
  font-size: clamp(2.4rem, 7vw, 4.1rem);
  color: var(--forest);
}

.section-heading .eyebrow {
  margin-bottom: 0.6rem;
}

.section-heading h2 + p {
  margin-top: 1rem;
}

.section-heading p:not(.eyebrow),
.work-copy p {
  font-size: 1.04rem;
  line-height: 1.85;
  color: rgba(23, 32, 25, 0.8);
}

.stay-grid,
.benefit-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.stay-card,
.benefit-card,
.contact-card,
.amenities-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.stay-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(197, 160, 101, 0.16), transparent 40%);
}

.stay-card__index {
  margin: 0 0 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(197, 160, 101, 0.75);
}

.stay-card h3,
.benefit-card h3,
.contact-card h3,
.amenities-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
  color: var(--forest);
}

.contact-card__icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.9rem;
}

.stay-card p:last-child,
.benefit-card p,
.contact-card p {
  margin: 0;
  line-height: 1.8;
  color: rgba(23, 32, 25, 0.8);
}

.contact-card--link {
  display: block;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-card--link:hover,
.contact-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(197, 160, 101, 0.5);
  box-shadow: 0 26px 65px rgba(10, 24, 16, 0.2);
  outline: none;
}

.section--benefits {
  position: relative;
}

.section--benefits::before {
  content: "";
  position: absolute;
  inset: 1.5rem 0;
  background: linear-gradient(135deg, rgba(24, 61, 37, 0.98), rgba(14, 36, 22, 0.92));
  border-radius: 36px;
  z-index: -1;
}

.section--benefits .section-heading h2,
.section--benefits .eyebrow {
  color: var(--ivory);
}

.benefit-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--ivory);
}

.benefit-card img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

.benefit-card h3 {
  color: var(--ivory);
}

.benefit-card p {
  color: rgba(255, 255, 255, 0.78);
}

.work-layout {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.work-side {
  display: grid;
  gap: 1rem;
}

.work-visual {
  margin: 0;
  overflow: hidden;
  min-height: 18rem;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.work-visual img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.amenities-card {
  background:
    linear-gradient(180deg, rgba(24, 61, 37, 0.96), rgba(14, 36, 22, 1)),
    radial-gradient(circle at top, rgba(197, 160, 101, 0.18), transparent 36%);
  color: var(--ivory);
}

.amenities-card h3 {
  color: var(--ivory);
}

.amenities-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.amenities-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1.7;
}

.amenities-list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(197, 160, 101, 0.16);
}

.text-link,
.contact-card a {
  color: var(--forest);
  font-weight: 700;
}

.site-footer {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1rem 3rem;
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer > * {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  gap: 1rem;
}

.footer-brand img {
  width: min(13rem, 50vw);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.footer-brand p {
  margin: 0;
  max-width: 30rem;
  line-height: 1.7;
}

.footer-links,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.footer-links a,
.footer-socials a,
.footer-link-button {
  color: rgba(255, 255, 255, 0.82);
}

.footer-link-button {
  padding: 0;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: rgba(197, 160, 101, 0.14);
  border-color: rgba(197, 160, 101, 0.45);
  transform: translateY(-1px);
  outline: none;
}

.footer-socials img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(7, 16, 10, 0.88);
  backdrop-filter: blur(10px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox__figure {
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: 82vh;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.lightbox__image {
  max-width: 100%;
  max-height: 74vh;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.lightbox__caption {
  display: none;
}

.lightbox__hint {
  margin: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ivory);
  cursor: pointer;
}

.lightbox__close {
  top: 1rem;
  right: 1rem;
  font-size: 1.7rem;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}

.lightbox__nav--prev {
  left: 1rem;
}

.lightbox__nav--next {
  right: 1rem;
}

@media (min-width: 720px) {
  .site-header {
    padding: 1rem 1.25rem;
  }

  .nav-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-links a {
    padding: 0.75rem 0.95rem;
  }

  .nav-link-button {
    padding: 0.75rem 0.95rem;
  }

  .hero {
    padding-inline: 1.25rem;
  }

  .hero__details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .stay-grid,
  .benefit-grid,
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .work-layout {
    grid-template-columns: 1.25fr 0.9fr;
  }

  .site-footer {
    grid-template-columns: 1.2fr auto auto;
    align-items: start;
  }

  .site-footer > * {
    margin: 0;
  }
}

@media (min-width: 1040px) {
  .section {
    padding: 6rem 1.25rem;
  }

  .hero__content {
    padding-top: 8rem;
  }

  .stay-card,
  .benefit-card,
  .contact-card,
  .amenities-card {
    padding: 2rem;
  }
}

@media (max-width: 719px) {
  .site-header {
    padding-inline: 0.75rem;
  }

  .nav-cta {
    width: 100%;
  }

  .nav-shell {
    width: min(calc(100% - 1.5rem), 32rem);
    min-height: 3.9rem;
    padding: 0.55rem 0.8rem;
    border-radius: 20px;
  }

  .brand-lockup {
    gap: 0.45rem;
  }

  .brand-lockup__icon {
    width: 2rem;
    height: 2rem;
  }

  .brand-lockup__text {
    font-size: clamp(2rem, 6vw, 2.35rem);
  }

  .nav-toggle {
    width: 2.65rem;
    height: 2.65rem;
  }

  .hero {
    min-height: 44rem;
  }

  .hero__backdrop {
    background-position: 60% center;
  }

  .site-footer {
    gap: 1rem;
  }

  .footer-brand {
    gap: 0.85rem;
  }

  .footer-socials {
    order: 2;
    margin-top: -0.15rem;
  }

  .footer-links {
    order: 3;
  }

  .lightbox__nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .lightbox__nav--prev {
    left: calc(50% - 3.8rem);
  }

  .lightbox__nav--next {
    right: calc(50% - 3.8rem);
  }

  .lightbox__hint {
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
