/* Friday Resort — dark editorial-luxury hotel system.
   Convention: fr- prefix on components, --fr- on tokens.
   Structure and type follow rwlasvegas.com (light uppercase display, full-bleed
   photography, no ornament); the palette follows the Friday Roll reference —
   deep navy ground, one bright mint-green accent, gold reserved for the mark. */

:root {
  --fr-ink: #e9eef7;
  --fr-ink-soft: #9dabc4;
  --fr-ink-faint: #6d7d99;
  --fr-paper: #0d1424;
  --fr-tint: #121b2e;
  --fr-panel: #16203a;
  --fr-deep: #080d19;
  --fr-accent: #2fd39b;
  --fr-accent-dim: #24b283;
  --fr-on-accent: #08121e;
  --fr-gold: #d8b877;
  --fr-serif: Georgia, "Times New Roman", serif;
  --fr-line: rgba(255, 255, 255, .14);
  --fr-line-soft: rgba(255, 255, 255, .08);
  --fr-font: "Commissioner", "Helvetica Neue", Arial, sans-serif;
  --fr-wrap: 1180px;
  --fr-gap: clamp(56px, 8vw, 116px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--fr-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fr-ink);
  background:
    radial-gradient(1100px 620px at 88% -10%, rgba(47, 211, 155, .10), transparent 62%),
    radial-gradient(900px 520px at 4% 2%, rgba(47, 211, 155, .05), transparent 60%),
    var(--fr-paper);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.fr-wrap { max-width: var(--fr-wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- shared display type ---------- */

.fr-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--fr-accent);
  margin-bottom: 18px;
}
.fr-eyebrow--light { color: #fff; }

h1, h2 {
  font-weight: 200;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.08;
}
h1 { font-size: clamp(38px, 6.4vw, 78px); }
h2 { font-size: clamp(30px, 4.4vw, 54px); }

h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fr-lede {
  max-width: 62ch;
  margin: 22px auto 0;
  color: var(--fr-ink-soft);
  font-size: 17px;
}

.fr-note { color: var(--fr-ink-soft); font-size: 14px; }

.fr-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--fr-accent);
  transition: color .18s ease;
}
.fr-link:hover { color: var(--fr-accent-dim); }

/* ---------- buttons ---------- */

.fr-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 1px solid var(--fr-accent);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  font-family: inherit;
}
.fr-btn--outline { color: var(--fr-accent); background: transparent; }
.fr-btn--outline:hover { background: var(--fr-accent); color: var(--fr-on-accent); }
.fr-btn--solid { background: var(--fr-accent); color: var(--fr-on-accent); }
.fr-btn--solid:hover { background: var(--fr-accent-dim); border-color: var(--fr-accent-dim); }
.fr-btn--ghost { background: transparent; color: var(--fr-ink-soft); border-color: var(--fr-line); }
.fr-btn--ghost:hover { border-color: var(--fr-ink-soft); color: var(--fr-ink); }
.fr-btn--lg { padding: 17px 42px; }
.fr-btn--sm { padding: 10px 20px; }

/* ---------- age gate ---------- */

.fr-gate {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 13, 25, .97);
  display: grid; place-items: center; padding: 24px;
}
.fr-gate[hidden] { display: none; }
.fr-gate__card { max-width: 470px; text-align: center; color: #fff; }
.fr-gate__mark {
  display: inline-grid; place-items: center;
  width: 56px; height: 56px; margin-bottom: 26px;
  border: 1px solid rgba(200, 165, 88, .6);
  color: var(--fr-gold);
  font-family: var(--fr-serif); font-size: 19px; letter-spacing: .06em;
}
.fr-gate__title { font-size: 27px; font-weight: 200; text-transform: uppercase; letter-spacing: .05em; }
.fr-gate__text { margin-top: 18px; color: rgba(255,255,255,.72); font-size: 15px; }
.fr-gate__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.fr-gate__actions .fr-btn--ghost { color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.3); }
.fr-gate__actions .fr-btn--ghost:hover { color: #fff; border-color: rgba(255,255,255,.7); }
.fr-gate__fine { margin-top: 26px; font-size: 12px; color: rgba(255,255,255,.5); }

/* ---------- header ---------- */

.fr-head {
  position: sticky; top: 0; z-index: 90;
  background: rgba(13, 20, 36, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--fr-line-soft);
}
.fr-head__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }

.fr-logo { display: flex; align-items: center; gap: 12px; }
.fr-logo__mark {
  display: grid; place-items: center;
  width: 40px; height: 40px; flex: none;
  background: var(--fr-deep); color: var(--fr-gold);
  box-shadow: inset 0 0 0 1px rgba(200, 165, 88, .55);
  font-family: var(--fr-serif); font-size: 15px; letter-spacing: .06em;
}
.fr-logo__text { display: flex; flex-direction: column; line-height: 1.25; }
.fr-logo__text b { font-size: 15px; font-weight: 600; letter-spacing: .17em; }
.fr-logo__text i {
  font-style: normal; font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--fr-ink-faint);
}

.fr-nav { display: flex; align-items: center; gap: 26px; }
.fr-nav a {
  font-size: 12px; font-weight: 500; letter-spacing: .13em;
  text-transform: uppercase; color: var(--fr-ink);
  transition: color .18s ease;
}
.fr-nav a:hover { color: var(--fr-accent); }
.fr-nav__cta { margin-left: 4px; }
.fr-nav__cta:hover { color: var(--fr-on-accent); }

.fr-burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.fr-burger span { display: block; width: 22px; height: 1.5px; background: var(--fr-ink); margin: 5px 0; transition: .2s; }

/* ---------- hero ---------- */

.fr-hero { position: relative; min-height: min(78vh, 660px); display: grid; align-items: end; }
.fr-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fr-hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(18,18,20,.88) 0%, rgba(18,18,20,.52) 38%, rgba(18,18,20,.22) 100%),
    linear-gradient(to right, rgba(18,18,20,.42) 0%, rgba(18,18,20,0) 62%);
}
.fr-hero__body { position: relative; color: #fff; padding-top: 120px; padding-bottom: 68px; text-shadow: 0 1px 26px rgba(0,0,0,.4); }
.fr-hero__body h1 { max-width: 15ch; }
.fr-hero__lede { max-width: 54ch; margin-top: 22px; color: rgba(255,255,255,.85); font-size: 17px; }
.fr-hero__body .fr-btn { margin-top: 32px; }

/* ---------- on-this-page strip ---------- */

.fr-onpage { border-bottom: 1px solid var(--fr-line-soft); background: rgba(8, 13, 25, .6); }
.fr-onpage__inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
.fr-onpage__label {
  font-size: 11px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--fr-ink-faint);
}
.fr-onpage a {
  font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  color: var(--fr-ink-soft); transition: color .18s ease;
}
.fr-onpage a:hover { color: var(--fr-accent); }

/* ---------- sections ---------- */

.fr-section { padding: var(--fr-gap) 0; }
.fr-section--tint { background: var(--fr-tint); }
.fr-section--dark { background: var(--fr-deep); color: var(--fr-ink); border-top: 1px solid var(--fr-line-soft); border-bottom: 1px solid var(--fr-line-soft); }

.fr-shead { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 5vw, 66px); }

/* ---------- cards ---------- */

.fr-grid { display: grid; gap: 30px; }
.fr-grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.fr-card { background: var(--fr-panel); border: 1px solid var(--fr-line-soft); display: flex; flex-direction: column; }
.fr-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.fr-card__body { padding: 28px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.fr-card__body p { font-size: 15px; color: var(--fr-ink-soft); }
.fr-card__meta {
  margin: 12px 0 14px;
  font-size: 11px !important; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fr-ink-faint) !important;
}
.fr-card .fr-link { margin-top: auto; padding-top: 18px; }

/* ---------- property gallery ---------- */

.fr-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); gap: 30px; }
.fr-gallery--3 { grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); }
.fr-gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.fr-gallery figcaption {
  margin-top: 13px;
  font-size: 11px; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; color: var(--fr-ink-faint);
}

/* ---------- full-bleed band ---------- */

.fr-band { position: relative; display: grid; align-items: center; min-height: min(66vh, 560px); }
.fr-band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fr-band__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,22,.74) 0%, rgba(20,20,22,.42) 55%, rgba(20,20,22,.2) 100%); }
.fr-band__body { position: relative; color: #fff; max-width: 640px; padding-top: 64px; padding-bottom: 64px; }
.fr-band__body p { margin-top: 22px; color: rgba(255,255,255,.85); }

/* ---------- split (events) ---------- */

.fr-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.fr-split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fr-split__text p { margin-top: 20px; color: var(--fr-ink-soft); }
.fr-split__text .fr-btn { margin-top: 30px; }

/* ---------- gaming ---------- */

.fr-figure { margin-bottom: 52px; }
.fr-figure img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }

.fr-floor { display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: 36px 34px; }
.fr-floor h3 { margin-bottom: 10px; }
.fr-floor__meta {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fr-ink-faint); margin-bottom: 12px;
}
.fr-floor p { font-size: 15px; color: var(--fr-ink-soft); }

.fr-gaming__block { margin-top: clamp(52px, 6.5vw, 88px); }
.fr-split--reverse .fr-split__media { order: 2; }

.fr-deflist { margin-top: 24px; }
.fr-deflist > div {
  display: flex; gap: 20px; align-items: baseline;
  padding: 13px 0; border-top: 1px solid var(--fr-line);
}
.fr-deflist dt {
  flex: 0 0 108px;
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--fr-ink);
}
.fr-deflist dd { font-size: 15px; color: var(--fr-ink-soft); }

.fr-responsible {
  margin-top: 52px; padding: 34px 32px;
  background: var(--fr-panel); border-left: 3px solid var(--fr-accent);
}
.fr-responsible p { margin-top: 14px; font-size: 15px; color: var(--fr-ink-soft); max-width: 90ch; }

/* ---------- facts (location) ---------- */

.fr-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 40px 34px; }
.fr-facts p, .fr-facts address { margin-top: 14px; font-size: 15px; font-style: normal; color: var(--fr-ink-soft); }

/* ---------- enquire ---------- */

.fr-enquire { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); }
.fr-enquire__intro p { margin-top: 20px; color: rgba(255,255,255,.75); }
.fr-enquire__phone { font-size: clamp(24px, 3vw, 34px); font-weight: 200; letter-spacing: .04em; margin-top: 30px !important; }
.fr-enquire__phone a { color: #fff; }
.fr-enquire__mail a { color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.3); }
.fr-enquire__mail a:hover { color: #fff; }

.fr-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-content: start; }
.fr-field { display: flex; flex-direction: column; grid-column: span 2; }
.fr-field--half { grid-column: span 1; }
.fr-field label {
  font-size: 11px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 9px;
}
.fr-field input, .fr-field select, .fr-field textarea {
  font-family: inherit; font-size: 15px; color: #fff;
  background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28);
  padding: 10px 0; transition: border-color .2s ease;
}
.fr-field input:focus, .fr-field select:focus, .fr-field textarea:focus {
  outline: none; border-bottom-color: var(--fr-accent);
}
.fr-field select option { background: var(--fr-panel); }
.fr-field textarea { resize: vertical; }
.fr-form .fr-btn { grid-column: span 2; justify-self: start; }
.fr-form__note { grid-column: span 2; font-size: 12px; color: rgba(255,255,255,.45); }

/* ---------- footer ---------- */

.fr-foot { border-top: 1px solid var(--fr-line-soft); padding: clamp(48px, 6vw, 76px) 0 34px; }
.fr-foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px 34px; }
.fr-foot__brand { display: flex; gap: 14px; align-items: flex-start; }
.fr-foot__brand p { font-size: 13px; line-height: 1.7; color: var(--fr-ink-soft); }
.fr-foot__brand b { color: var(--fr-ink); font-weight: 600; letter-spacing: .14em; }
.fr-foot h3 { margin-bottom: 16px; }
.fr-foot ul { list-style: none; }
.fr-foot li { margin-bottom: 10px; }
.fr-foot li a { font-size: 14px; color: var(--fr-ink-soft); transition: color .18s ease; }
.fr-foot li a:hover { color: var(--fr-accent); }

.fr-foot__bar {
  display: flex; align-items: center; gap: 18px;
  margin-top: clamp(40px, 5vw, 62px); padding: 22px 0;
  border-top: 1px solid var(--fr-line-soft); border-bottom: 1px solid var(--fr-line-soft);
}
.fr-foot__bar p { font-size: 12.5px; color: var(--fr-ink-soft); }
.fr-age {
  flex: none; display: grid; place-items: center;
  width: 42px; height: 42px; border: 1px solid var(--fr-accent);
  color: var(--fr-accent); font-size: 13px; font-weight: 700; letter-spacing: .04em;
}
.fr-foot__copy { margin-top: 24px; font-size: 12px; color: var(--fr-ink-faint); }

/* ---------- cookie notice ---------- */

.fr-cookie {
  position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 120;
  max-width: 660px; margin: 0 auto;
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  background: var(--fr-panel); color: var(--fr-ink); padding: 20px 24px; border: 1px solid var(--fr-line-soft);
}
.fr-cookie[hidden] { display: none; }
.fr-cookie p { font-size: 13px; color: rgba(255,255,255,.75); flex: 1; min-width: 240px; }
.fr-cookie a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); }

/* ---------- legal pages ---------- */

.fr-legal { padding: clamp(52px, 7vw, 96px) 0; }
.fr-legal__head { max-width: 760px; margin-bottom: 46px; }
.fr-legal__head p { margin-top: 16px; color: var(--fr-ink-soft); font-size: 14px; }
.fr-legal__body { max-width: 760px; }
.fr-legal__body h2 { font-size: 20px; font-weight: 600; letter-spacing: .08em; margin: 42px 0 14px; }
.fr-legal__body h2:first-child { margin-top: 0; }
.fr-legal__body p, .fr-legal__body li { color: var(--fr-ink-soft); font-size: 15px; margin-bottom: 12px; }
.fr-legal__body ul { padding-left: 20px; }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .fr-split, .fr-enquire { grid-template-columns: 1fr; }
  .fr-split--reverse .fr-split__media { order: 0; }
  .fr-foot__grid { grid-template-columns: 1fr 1fr; }
  .fr-band__shade { background: linear-gradient(to top, rgba(20,20,22,.82) 0%, rgba(20,20,22,.4) 100%); }
}

@media (max-width: 780px) {
  .fr-burger { display: block; }
  .fr-nav {
    position: absolute; top: 78px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--fr-tint); border-bottom: 1px solid var(--fr-line);
    padding: 8px 24px 22px;
    display: none;
  }
  .fr-nav.is-open { display: flex; }
  .fr-nav a { padding: 14px 0; border-bottom: 1px solid var(--fr-line-soft); }
  .fr-nav__cta { margin-top: 16px; text-align: center; }
  .fr-onpage__inner { gap: 16px 20px; }
  .fr-figure img { aspect-ratio: 16 / 10; }
}

@media (max-width: 560px) {
  .fr-foot__grid { grid-template-columns: 1fr; }
  .fr-form { grid-template-columns: 1fr; }
  .fr-field, .fr-field--half, .fr-form .fr-btn, .fr-form__note { grid-column: span 1; }
  .fr-logo__text i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
