:root {
  --red: #8d0008;
  --red-dark: #620007;
  --green: #123a32;
  --green-deep: #081f1b;
  --cream: #f7f1e5;
  --cream-2: #efe5d3;
  --white: #ffffff;
  --ink: #17211f;
  --muted: #65716d;
  --gold: #f3cc32;
  --line: rgba(23, 33, 31, 0.14);
  --shadow: 0 20px 62px rgba(8, 31, 27, 0.16);
  --radius: 8px;
  --wrap: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select {
  font: inherit;
}

.wrap {
  width: min(calc(100% - 48px), var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: -999px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  left: 10px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.admin-bar .site-header {
  top: 32px;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 120px;
  height: 76px;
  object-fit: contain;
  padding: 6px 9px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 800;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav .active::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #211b0a;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(243, 204, 50, 0.22);
}

.header-cta {
  min-width: 142px;
  min-height: 46px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.btn:hover,
.header-cta:hover {
  filter: brightness(1.05);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.mobile-nav {
  display: none;
  color: var(--white);
}

.mobile-nav summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  font-weight: 900;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-panel {
  position: absolute;
  top: 84px;
  right: 24px;
  width: min(300px, calc(100vw - 48px));
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(8, 31, 27, 0.98);
  box-shadow: var(--shadow);
}

.mobile-nav-panel a {
  display: block;
  padding: 12px;
  border-radius: 6px;
  font-weight: 800;
}

.mobile-nav-panel a:hover,
.mobile-nav-panel .mobile-cta {
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 31, 27, 0.94) 0%, rgba(8, 31, 27, 0.82) 42%, rgba(8, 31, 27, 0.18) 77%),
    linear-gradient(180deg, rgba(8, 31, 27, 0.42), rgba(8, 31, 27, 0.14) 55%, rgba(8, 31, 27, 0.62));
  z-index: 1;
}

.hero-mark {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.16;
  background-image:
    linear-gradient(116deg, transparent 0 34%, rgba(255, 255, 255, 0.65) 34.1% 34.35%, transparent 34.6%),
    linear-gradient(116deg, transparent 0 50%, rgba(255, 255, 255, 0.42) 50.1% 50.28%, transparent 50.5%),
    linear-gradient(116deg, transparent 0 64%, rgba(255, 255, 255, 0.28) 64.1% 64.26%, transparent 64.5%);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 160px;
  background: linear-gradient(180deg, rgba(247, 241, 229, 0), var(--cream) 80%);
}

.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 780px;
  padding-top: 88px;
}

.hero-copy {
  width: min(650px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-eyebrow,
.eyebrow.light {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-left: 12px;
  border-left: 3px solid var(--gold);
  color: rgba(255, 255, 255, 0.92);
}

.hero h1 {
  margin: 0 0 22px;
  font-size: 86px;
  line-height: 0.96;
  font-weight: 900;
}

.hero-lead {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.booking-wrap {
  position: relative;
  z-index: 8;
  margin-top: -76px;
}

.booking-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.booking-card label {
  display: grid;
  gap: 10px;
  min-height: 98px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.98);
}

.booking-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}

.booking-card textarea {
  min-height: 70px;
  resize: vertical;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.booking-field-wide {
  grid-column: 1 / -1;
}

.booking-field-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.booking-message {
  grid-column: 1 / -1;
  padding: 16px 22px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
}

.booking-message-success {
  border-left: 5px solid #2f855a;
}

.booking-message-error {
  border-left: 5px solid var(--red);
}

.booking-card button {
  min-height: 98px;
  padding: 0 20px;
  border: 0;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.booking-card button:hover {
  background: var(--red-dark);
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 84px 0 32px;
}

.trust article {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.trust strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.trust span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 82px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 34px;
}

.section-head.compact {
  margin-bottom: 22px;
}

h2 {
  margin: 0;
  max-width: 640px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.06;
  font-weight: 900;
}

.section-head > p {
  width: min(430px, 100%);
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.room-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(8, 31, 27, 0.08);
}

.room-card.featured {
  border-color: rgba(141, 0, 8, 0.28);
}

.room-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.room-body {
  padding: 24px;
}

.room-body h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.room-copy {
  min-height: 72px;
  margin: 10px 0 14px;
  color: var(--muted);
  font-weight: 700;
}

.price {
  margin: 0 0 16px;
  color: var(--red);
  font-weight: 900;
}

.room-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.room-body li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.room-body svg,
.facility-card svg,
.contact-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.feature-band {
  width: 100%;
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  color: var(--white);
}

.feature-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.feature-layout h2 {
  color: var(--white);
}

.feature-layout p:not(.eyebrow) {
  max-width: 470px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 700;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.facility-card {
  display: grid;
  gap: 12px;
  align-content: center;
  min-height: 138px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.facility-card svg {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 10 / 8;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(8, 31, 27, 0.1);
}

.gallery-grid img:first-child {
  grid-column: span 2;
}

.location {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

.location-media img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 20px 0 26px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.distance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.distance-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 900;
}

.contact {
  padding-top: 28px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 0.86fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px 46px;
  border-radius: var(--radius);
  background: var(--red);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  color: var(--white);
  font-size: 34px;
}

.contact-panel p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.contact-list svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
}

.light-btn {
  min-width: 130px;
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.footer {
  margin-top: 40px;
  background: var(--green-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.75fr 0.95fr 1fr;
  gap: 34px;
  padding: 44px 0;
}

.footer-brand {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  align-items: center;
}

.footer-brand img {
  padding: 6px 8px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
}

.footer h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.footer a {
  display: block;
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.page-content {
  padding: 150px 0 74px;
}

.content-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.content-card h1 {
  margin-top: 0;
}

@media (max-width: 1060px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .brand {
    min-width: 0;
  }

  .hero h1 {
    font-size: 68px;
  }

  .booking-card,
  .trust,
  .room-grid,
  .feature-layout,
  .location,
  .contact-panel,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-card button,
  .contact-panel > .btn,
  .footer-brand {
    grid-column: 1 / -1;
  }

  .facility-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    padding: 12px 0;
  }

  .brand img {
    width: 92px;
    height: 58px;
  }

  .brand span {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 92px;
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 116px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn {
    width: 100%;
  }

  .booking-wrap {
    margin-top: -92px;
  }

  .booking-card,
  .trust,
  .room-grid,
  .feature-layout,
  .facility-grid,
  .gallery-grid,
  .location,
  .distance-grid,
  .contact-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .booking-card label,
  .booking-card button {
    min-height: 76px;
  }

  .trust {
    padding-top: 70px;
  }

  .section {
    padding: 54px 0;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 16px;
  }

  h2 {
    font-size: 34px;
  }

  .room-copy {
    min-height: 0;
  }

  .feature-layout {
    gap: 32px;
  }

  .gallery-grid img:first-child {
    grid-column: auto;
  }

  .contact-panel {
    padding: 30px 24px;
  }

  .contact-panel h2 {
    font-size: 30px;
  }

  .footer-brand {
    grid-template-columns: 90px 1fr;
  }
}

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

  * {
    transition: none !important;
  }
}
