:root {
  --bg: #090706;
  --bg-deep: #120d0b;
  --bg-soft: #1b1511;
  --panel: linear-gradient(180deg, rgba(37, 28, 22, 0.94), rgba(15, 11, 9, 0.98));
  --panel-soft: linear-gradient(180deg, rgba(66, 49, 35, 0.9), rgba(22, 16, 13, 0.96));
  --panel-glow: linear-gradient(180deg, rgba(214, 173, 117, 0.12), rgba(40, 29, 22, 0.96));
  --line: rgba(216, 169, 105, 0.22);
  --line-strong: rgba(238, 204, 150, 0.34);
  --text: #f4eadc;
  --soft: #d7c0a4;
  --muted: #ae9273;
  --gold: #d6a15d;
  --gold-strong: #c48637;
  --gold-soft: #f0dec0;
  --shadow: 0 30px 84px rgba(0, 0, 0, 0.46);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 161, 93, 0.18), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(214, 161, 93, 0.1), transparent 20%),
    linear-gradient(180deg, #140f0c 0%, #090706 42%, #050403 100%);
}

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

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

p {
  margin: 0 0 1rem;
  line-height: 1.74;
  color: var(--soft);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--text);
}

h1 {
  font-size: clamp(4rem, 10vw, 7rem);
  max-width: 8ch;
}

h2 {
  font-size: clamp(2.45rem, 5vw, 4.35rem);
  max-width: 11ch;
}

h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
}

.g-shell {
  position: relative;
  overflow: clip;
}

.g-shell::before,
.g-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.g-shell::before {
  top: 4rem;
  right: -10rem;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 161, 93, 0.16), transparent 70%);
  filter: blur(12px);
}

.g-shell::after {
  left: -12rem;
  bottom: 12rem;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 161, 93, 0.08), transparent 72%);
  filter: blur(20px);
}

.g-header,
.g-hero-inner,
.g-storyline p,
.g-section,
.g-footer {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.g-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.35rem;
  background: rgba(10, 8, 7, 0.78);
  border-bottom: 1px solid rgba(216, 169, 105, 0.12);
  backdrop-filter: blur(16px);
}

.g-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.g-brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #15110d;
  background: linear-gradient(145deg, #f0ddb9, var(--gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 26px rgba(214, 161, 93, 0.2);
}

.g-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.g-brand-copy strong {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--text);
}

.g-brand-copy span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.g-nav {
  display: flex;
  gap: 1.35rem;
  align-items: center;
}

.g-nav a,
.g-kicker,
.g-panel-kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.g-nav a {
  color: var(--soft);
}

.g-nav a:hover,
.g-booking-links a:hover,
.g-download-links a:hover,
.g-button:hover {
  transform: translateY(-1px);
}

.g-hero {
  position: relative;
  padding: 0 1.35rem 4rem;
}

.g-hero-media,
.g-hero-overlay {
  position: absolute;
  inset: 0;
}

.g-hero-media {
  background:
    linear-gradient(90deg, rgba(11, 8, 6, 0.9), rgba(11, 8, 6, 0.46)),
    linear-gradient(180deg, rgba(11, 8, 6, 0.1), rgba(11, 8, 6, 0.84)),
    url("assets/h-noir-house-night.jpg") center/cover no-repeat;
}

.g-hero-overlay {
  background:
    radial-gradient(circle at 72% 48%, rgba(214, 161, 93, 0.2), transparent 26%),
    radial-gradient(circle at 24% 22%, rgba(255, 236, 206, 0.06), transparent 18%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 14px
    );
  mix-blend-mode: screen;
}

.g-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 1.5rem;
  align-items: center;
  min-height: calc(100vh - 5.4rem);
  padding: 5.6rem 0 2rem;
}

.g-hero-copy {
  max-width: 46rem;
}

.g-kicker,
.g-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--gold-soft);
}

.g-kicker::before,
.g-panel-kicker::before {
  content: "";
  width: 2.7rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(214, 161, 93, 0.12));
}

.g-claim {
  max-width: 32rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.g-copy {
  max-width: 42rem;
  font-size: 1.04rem;
}

.g-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.g-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.g-button-primary {
  color: #1a140f;
  background: linear-gradient(145deg, #efdcbc 0%, var(--gold) 46%, var(--gold-strong) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 18px 38px rgba(214, 161, 93, 0.22);
}

.g-button-secondary {
  border: 1px solid rgba(216, 169, 105, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.g-hero-note {
  margin-top: 1rem;
  max-width: 36rem;
  color: var(--gold-soft);
}

.g-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 2rem;
}

.g-facts div,
.g-contact-card,
.g-panel,
.g-hero-card,
.g-storyline p,
.g-booking-frame {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.g-facts div {
  padding: 1rem 1.05rem;
  border-radius: 24px;
  background: rgba(29, 22, 18, 0.88);
}

.g-facts span,
.g-contact-grid span,
.g-contact-mini strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.g-facts strong,
.g-contact-grid strong {
  color: var(--text);
  font-size: 1rem;
}

.g-hero-card {
  overflow: hidden;
  min-height: 38rem;
  border-radius: 36px;
  background: rgba(16, 12, 10, 0.92);
}

.g-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03) brightness(0.96);
}

.g-storyline {
  padding: 0 1.35rem 1rem;
}

.g-storyline p {
  padding: 1.35rem 1.8rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(214, 161, 93, 0.14), rgba(31, 24, 20, 0.96) 55%),
    rgba(17, 13, 10, 0.94);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  color: var(--gold-soft);
}

.g-section {
  padding: 4.8rem 1.35rem;
}

.g-intro {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 2rem;
  max-width: 52rem;
}

.g-columns,
.g-room-layout {
  display: grid;
  gap: 1.2rem;
}

.g-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g-columns-restaurant {
  grid-template-columns: 1.06fr 0.94fr;
}

.g-columns-location {
  grid-template-columns: 1fr 0.72fr 0.9fr;
  margin-top: 1.2rem;
}

.g-columns-downloads {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g-room-layout {
  grid-template-columns: 1.18fr 0.82fr;
}

.g-room-main {
  grid-row: span 2;
}

.g-panel {
  overflow: hidden;
  border-radius: 32px;
  background: var(--panel);
}

.g-panel-text {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--panel-soft);
}

.g-panel-image {
  background: rgba(10, 8, 7, 0.96);
}

.g-panel-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.g-list {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  color: var(--soft);
}

.g-list li::marker {
  color: var(--gold);
}

.g-list li + li {
  margin-top: 0.55rem;
}

.g-contact-band {
  padding-top: 0;
}

.g-contact-card {
  padding: 1.45rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(214, 161, 93, 0.16), rgba(28, 21, 17, 0.98) 42%),
    rgba(18, 14, 12, 0.98);
}

.g-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.g-band-copy {
  margin-top: 1.15rem;
  max-width: 60rem;
}

.g-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.g-meta-pills span,
.g-booking-links a {
  padding: 0.76rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 169, 105, 0.18);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.g-meta-pills span {
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.04);
}

.g-downloads {
  padding-top: 3.6rem;
}

.g-download-links {
  justify-content: flex-start;
}

.g-contact-mini {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.g-contact-mini strong {
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 0;
}

.g-booking {
  padding-top: 4rem;
}

.g-booking-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.g-booking-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.g-booking-links a {
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
}

.g-booking-links a:hover,
.g-download-links a:hover {
  border-color: var(--line-strong);
  background: rgba(214, 161, 93, 0.08);
}

.g-booking-frame {
  overflow: hidden;
  padding: 0.85rem;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(214, 161, 93, 0.12), rgba(19, 15, 12, 0.98) 28%),
    rgba(18, 14, 11, 0.98);
}

.g-booking-frame iframe {
  width: 100%;
  min-height: 980px;
  border: 0;
  border-radius: 30px;
  background: white;
}

.g-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.35rem 2rem;
  border-top: 1px solid rgba(216, 169, 105, 0.08);
}

.g-footer p {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 1120px) {
  .g-hero-inner,
  .g-room-layout,
  .g-columns-location,
  .g-columns-restaurant,
  .g-columns-downloads {
    grid-template-columns: 1fr;
  }

  .g-room-main {
    grid-row: auto;
  }

  .g-hero-card {
    min-height: 28rem;
  }
}

@media (max-width: 980px) {
  .g-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g-columns,
  .g-contact-grid {
    grid-template-columns: 1fr;
  }

  .g-booking-head,
  .g-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .g-header,
  .g-hero,
  .g-storyline,
  .g-section,
  .g-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .g-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .g-nav {
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.1rem);
  }

  .g-hero {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .g-hero-inner {
    min-height: auto;
    padding-top: 3.8rem;
  }

  .g-hero-card,
  .g-panel-image img {
    min-height: 18rem;
  }

  .g-facts {
    grid-template-columns: 1fr;
  }

  .g-booking-frame iframe {
    min-height: 1080px;
  }
}
