@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --retx-ink: #0c0f0e;
  --retx-coal: #121513;
  --retx-panel: #191d1a;
  --retx-panel-2: #20241f;
  --retx-olive: #767b3a;
  --retx-olive-light: #92984b;
  --retx-bone: #f2ede3;
  --retx-muted: #bdb9b0;
  --retx-line: rgba(242, 237, 227, 0.2);
  --retx-shell: 1480px;
  --retx-pad: clamp(20px, 4vw, 56px);
}

body.retx-site {
  background: var(--retx-ink) !important;
  color: var(--retx-bone) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 !important;
  min-width: 0;
  overflow-x: hidden;
}

.retx-site *, .retx-site *::before, .retx-site *::after { box-sizing: border-box; }
.retx-site img { display: block; height: auto; max-width: 100%; }
.retx-site a { color: inherit; }
.retx-site button, .retx-site input, .retx-site select, .retx-site textarea { font: inherit; }
.retx-site :focus-visible { outline: 3px solid #d7dd74 !important; outline-offset: 4px !important; }
.retx-shell { margin-inline: auto; max-width: var(--retx-shell); padding-inline: var(--retx-pad); width: 100%; }
.retx-main { display: block; }
.retx-skip-link { background: var(--retx-bone); color: var(--retx-ink) !important; font-weight: 800; left: 16px; padding: 12px 18px; position: fixed; top: -100px; z-index: 999999; }
.retx-skip-link:focus { top: 16px; }

.retx-utility { background: #151816; border-bottom: 1px solid var(--retx-line); color: #d5d1c7; font-size: 14px; position: relative; z-index: 20; }
.retx-utility__inner { align-items: center; display: flex; justify-content: space-between; min-height: 38px; }
.retx-header { background: rgba(17, 20, 18, 0.96); border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 20; }
.retx-header__inner { align-items: center; display: grid; grid-template-columns: 148px 1fr auto; min-height: 98px; }
.retx-brand { align-self: stretch; background: transparent; border: 0; display: grid; place-items: center; position: relative; width: 148px; z-index: 3; }
.retx-brand__logo { filter: drop-shadow(0 7px 12px rgba(0,0,0,.36)); height: 138px !important; left: 5px; max-height: none; object-fit: contain; padding: 0; position: absolute; top: -8px; transform-origin: center; transition: filter .18s ease, transform .18s ease; width: 138px; }
.retx-brand:hover .retx-brand__logo { filter: drop-shadow(0 9px 15px rgba(0,0,0,.46)); transform: scale(1.025); }
.retx-brand__text { color: var(--retx-ink); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 18px; font-weight: 600; line-height: 1; padding: 10px; text-align: center; }
.retx-nav { align-items: center; display: flex; gap: clamp(24px, 4vw, 64px); justify-content: center; padding-inline: 28px; }
.retx-nav__link { color: var(--retx-bone) !important; font-size: 17px; position: relative; text-decoration: none !important; }
.retx-nav__link::after { background: var(--retx-olive-light); bottom: -12px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; width: 100%; }
.retx-nav__link:hover::after, .retx-nav__link.is-current::after { transform: scaleX(1); }
.retx-button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 17px; font-weight: 700; justify-content: center; min-height: 56px; padding: 13px 30px; text-align: center; text-decoration: none !important; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.retx-button:hover { transform: translateY(-2px); }
.retx-button--primary { background: var(--retx-olive); color: #fff !important; }
.retx-button--primary:hover { background: var(--retx-olive-light); }
.retx-button--outline { border-color: rgba(255,255,255,.75); color: #fff !important; }
.retx-button--outline:hover { background: var(--retx-bone); color: var(--retx-ink) !important; }
.retx-header__cta { min-height: 76px; min-width: 234px; }
.retx-menu-trigger, .retx-menu-close { align-items: center; background: transparent; border: 1px solid var(--retx-line); color: var(--retx-bone); cursor: pointer; display: none; gap: 9px; min-height: 48px; padding: 10px 14px; }
.retx-ui-icon { align-items: center; display: inline-flex; flex: 0 0 24px; height: 24px; justify-content: center; line-height: 1; width: 24px; }
.retx-ui-icon--small { flex-basis: 18px; height: 18px; width: 18px; }
.retx-ui-icon svg { display: block; fill: none; height: 100%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 100%; }

.retx-hero { min-height: min(650px, 70vh); overflow: hidden; position: relative; }
.retx-hero__media, .retx-hero__media::after { inset: 0; position: absolute; }
.retx-hero__image { height: 100% !important; object-fit: cover; object-position: 64% center; width: 100%; }
.retx-hero__media::after { background: linear-gradient(90deg, rgba(4,6,5,.98) 0%, rgba(4,6,5,.88) 27%, rgba(4,6,5,.24) 62%, rgba(4,6,5,.08) 100%), linear-gradient(0deg, rgba(4,6,5,.45), transparent 42%); content: ""; }
.retx-hero__inner { align-items: center; display: flex; min-height: min(650px, 70vh); position: relative; z-index: 2; }
.retx-hero__content { max-width: 670px; padding-block: 72px; }
.retx-hero h1, .retx-page-hero h1 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: clamp(72px, 8vw, 124px) !important; font-weight: 600 !important; letter-spacing: -.025em !important; line-height: .92 !important; margin: 0 !important; max-width: 760px; text-transform: none; }
.retx-hero__copy { color: #d4d0c7 !important; font-size: 19px !important; margin: 26px 0 0 !important; max-width: 590px; }
.retx-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }

.retx-facts { background: linear-gradient(90deg, #151816, #20231f 52%, #151816); border-block: 1px solid var(--retx-line); }
.retx-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.retx-fact { align-items: center; color: var(--retx-bone); display: flex; font-size: clamp(18px, 1.8vw, 27px); font-weight: 700; justify-content: center; min-height: 82px; padding: 16px; text-align: center; }
.retx-fact + .retx-fact { border-left: 1px solid rgba(255,255,255,.28); }

.retx-features { background: radial-gradient(circle at 50% 0%, #1b1f1b, var(--retx-ink) 58%); padding-block: clamp(64px, 8vw, 110px); }
.retx-section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 38px; }
.retx-section-heading h2, .retx-page-cta h2 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: clamp(44px, 5vw, 72px) !important; font-weight: 600 !important; line-height: .96 !important; margin: 0 !important; }
.retx-section-heading > p { color: var(--retx-muted) !important; margin: 0 0 7px !important; max-width: 440px; }
.retx-features__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.retx-card { background: linear-gradient(145deg, #1e221f, #131614); border: 1px solid var(--retx-line); min-width: 0; }
.retx-card__media { aspect-ratio: 16/10; overflow: hidden; }
.retx-card__image { height: 100% !important; object-fit: cover; transition: transform .4s ease; width: 100%; }
.retx-card:hover .retx-card__image { transform: scale(1.035); }
.retx-card__body { display: flex; flex-direction: column; min-height: 285px; padding: clamp(24px, 3vw, 38px); }
.retx-card h3 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: clamp(38px, 3vw, 50px) !important; font-weight: 600 !important; line-height: 1 !important; margin: 0 0 15px !important; }
.retx-card p { color: #cfcbc2 !important; margin: 0 0 28px !important; }
.retx-text-link { align-items: center; color: #d7dd74 !important; display: inline-flex; font-size: 16px; font-weight: 800; gap: 8px; margin-top: auto; text-decoration-thickness: 1px !important; text-underline-offset: 6px; width: fit-content; }

.retx-page-hero { background: #151916; border-bottom: 1px solid var(--retx-line); min-height: 360px; overflow: hidden; position: relative; }
.retx-page-hero__media, .retx-page-hero__media::after { inset: 0; position: absolute; }
.retx-page-hero__image { height: 100% !important; object-fit: cover; width: 100%; }
.retx-page-hero__media::after { background: linear-gradient(90deg, rgba(6,8,7,.96), rgba(6,8,7,.56)); content: ""; }
.retx-page-hero__inner { display: flex; flex-direction: column; justify-content: center; min-height: 360px; padding-block: 70px; position: relative; z-index: 2; }
.retx-page-hero h1 { font-size: clamp(64px, 8vw, 112px) !important; }
.retx-content { color: #d8d4ca; max-width: 1080px; padding-block: clamp(60px, 8vw, 110px); }
.retx-content > :first-child { margin-top: 0 !important; }
.retx-content h2, .retx-content h3, .retx-content h4 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-weight: 600 !important; line-height: 1.05 !important; }
.retx-content h2 { font-size: clamp(42px, 5vw, 64px) !important; margin: 55px 0 20px !important; }
.retx-content h3 { font-size: clamp(32px, 4vw, 44px) !important; margin: 42px 0 16px !important; }
.retx-content p, .retx-content li { color: #d3cfc6 !important; font-size: 18px !important; }
.retx-content a { color: #d7dd74 !important; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.retx-content img { border: 1px solid var(--retx-line); }
.retx-content table { border-collapse: collapse; color: var(--retx-bone); width: 100%; }
.retx-content th, .retx-content td { border: 1px solid var(--retx-line); padding: 13px 16px; text-align: left; }
.retx-content input:not([type="checkbox"]):not([type="radio"]), .retx-content select, .retx-content textarea { background: #171a18; border: 1px solid #6c706a; border-radius: 0; color: #fff; min-height: 48px; padding: 11px 13px; width: 100%; }
.retx-content input[type="submit"], .retx-content button { background: var(--retx-olive); border: 0; color: #fff; cursor: pointer; font-weight: 800; min-height: 50px; padding: 12px 24px; }
.retx-page-cta { background: #1a1e1a; border-block: 1px solid var(--retx-line); }
.retx-page-cta__inner { align-items: center; display: flex; gap: 40px; justify-content: space-between; padding-block: 64px; }
.retx-page-cta p { color: var(--retx-muted) !important; margin: 16px 0 0 !important; max-width: 760px; }

.retx-location { background: #101310; border-top: 1px solid var(--retx-line); padding-block: clamp(64px, 8vw, 108px); scroll-margin-top: 120px; }
.retx-location__grid { display: grid; gap: clamp(42px, 7vw, 100px); grid-template-columns: minmax(260px, .75fr) minmax(520px, 1.25fr); }
.retx-location__intro h2 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: clamp(50px, 6vw, 78px) !important; font-weight: 600 !important; line-height: .96 !important; margin: 0 !important; }
.retx-location__intro p { color: var(--retx-muted) !important; font-size: 18px !important; margin: 20px 0 0 !important; max-width: 420px; }
.retx-location__details { border: 1px solid var(--retx-line); display: grid; grid-template-columns: 1fr 1fr; }
.retx-location__item { min-width: 0; padding: clamp(28px, 4vw, 48px); }
.retx-location__item + .retx-location__item { border-left: 1px solid var(--retx-line); }
.retx-location__item h3 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: 34px !important; font-weight: 600 !important; line-height: 1 !important; margin: 0 0 18px !important; }
.retx-location__item p, .retx-location__item address { color: #d3cfc6 !important; font-size: 17px; font-style: normal; line-height: 1.65; margin: 0; }
.retx-seasonal-hours { display: grid; gap: 18px; }
.retx-season { border-left: 3px solid rgba(242,237,227,.24); padding-left: 18px; }
.retx-season.is-current { border-left-color: var(--retx-olive-light); }
.retx-season__heading { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-bottom: 8px; }
.retx-season__heading h4 { color: var(--retx-bone) !important; font-size: 18px !important; font-weight: 800 !important; line-height: 1.2 !important; margin: 0 !important; }
.retx-season__heading span { background: var(--retx-olive); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 8px; }
.retx-location__button { gap: 8px; margin-top: 28px; }

.retx-footer { background: #090b0a; color: #c7c3ba; padding-top: 70px; }
.retx-footer__grid { display: grid; gap: clamp(40px, 7vw, 110px); grid-template-columns: minmax(300px, 1.6fr) 1fr 1fr; }
.retx-footer h2 { color: var(--retx-bone) !important; font-family: "Barlow Condensed", Impact, sans-serif !important; font-size: 32px !important; font-weight: 600 !important; margin: 0 0 18px !important; }
.retx-footer p { margin: 0; max-width: 560px; }
.retx-footer__nav { align-content: start; display: grid; }
.retx-footer__link { min-height: 36px; text-decoration: none !important; width: fit-content; }
.retx-footer__link:hover, .retx-footer__visit a:hover { color: #d7dd74 !important; }
.retx-footer address { font-style: normal; margin-bottom: 12px; }
.retx-footer__visit a { color: #d7dd74 !important; }
.retx-footer__base { border-top: 1px solid var(--retx-line); display: flex; font-size: 13px; justify-content: space-between; margin-top: 60px; padding-block: 22px; }

.retx-mobile-menu { background: transparent; border: 0; height: 100dvh; margin: 0 0 0 auto; max-height: none; max-width: 520px; padding: 0; width: min(88vw, 520px); }
.retx-mobile-menu::backdrop { background: rgba(0,0,0,.78); }
.retx-mobile-menu__panel { background: #111412; color: var(--retx-bone); display: flex; flex-direction: column; height: 100%; padding: 22px; }
.retx-mobile-menu__heading { align-items: center; border-bottom: 1px solid var(--retx-line); display: flex; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 27px; font-weight: 600; justify-content: space-between; padding-bottom: 18px; }
.retx-menu-close { display: inline-flex; }
.retx-mobile-nav { display: grid; margin-top: 20px; }
.retx-mobile-nav__link { align-items: center; border-bottom: 1px solid var(--retx-line); display: flex; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 37px; min-height: 66px; text-decoration: none !important; }
.retx-mobile-nav__link.is-current { color: #d7dd74 !important; }
.retx-mobile-menu__cta { margin-top: auto; width: 100%; }

@media (max-width: 1120px) {
  .retx-header__inner { grid-template-columns: 122px 1fr auto; min-height: 82px; }
  .retx-brand { width: 122px; }
  .retx-brand__logo { height: 112px !important; top: -6px; width: 112px; }
  .retx-nav { gap: 26px; padding-inline: 22px; }
  .retx-nav__link { font-size: 15px; }
  .retx-header__cta { min-width: 185px; }
}

@media (max-width: 900px) {
  .retx-header__inner { display: flex; justify-content: space-between; }
  .retx-nav, .retx-header__cta { display: none; }
  .retx-menu-trigger { display: inline-flex; }
  .retx-features__grid { grid-template-columns: 1fr; }
  .retx-card { display: grid; grid-template-columns: minmax(260px, .9fr) 1fr; }
  .retx-card__media { aspect-ratio: auto; min-height: 310px; }
  .retx-card__body { min-height: 310px; }
  .retx-footer__grid { grid-template-columns: 1.5fr 1fr; }
  .retx-footer__visit { grid-column: 1 / -1; }
  .retx-location__grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --retx-pad: 20px; }
  body.retx-site { font-size: 16px; }
  .retx-utility__inner { display: block; padding-block: 8px; }
  .retx-utility__inner span { display: block; }
  .retx-utility__inner span:last-child { display: none; }
  .retx-header__inner { min-height: 74px; }
  .retx-brand { align-self: stretch; margin-left: -8px; width: 106px; }
  .retx-brand__logo { height: 104px !important; left: 1px; top: -6px; width: 104px; }
  .retx-hero, .retx-hero__inner { min-height: 660px; }
  .retx-hero__image { object-position: 67% center; }
  .retx-hero__media::after { background: linear-gradient(90deg, rgba(4,6,5,.95), rgba(4,6,5,.46)), linear-gradient(0deg, rgba(4,6,5,.88) 0%, transparent 58%); }
  .retx-hero__inner { align-items: end; }
  .retx-hero__content { padding-block: 54px; }
  .retx-hero h1 { font-size: clamp(62px, 20vw, 88px) !important; max-width: 460px; }
  .retx-hero__copy { font-size: 17px !important; }
  .retx-actions { align-items: stretch; flex-direction: column; }
  .retx-actions .retx-button { width: 100%; }
  .retx-facts__grid { grid-template-columns: 1fr 1fr; padding-inline: 0; }
  .retx-fact { font-size: 17px; min-height: 64px; }
  .retx-fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--retx-line); }
  .retx-fact:nth-child(4) { border-top: 1px solid var(--retx-line); }
  .retx-section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .retx-card { display: block; }
  .retx-card__media { aspect-ratio: 16/10; min-height: 0; }
  .retx-card__body { min-height: 250px; }
  .retx-page-hero, .retx-page-hero__inner { min-height: 300px; }
  .retx-page-hero h1 { font-size: clamp(55px, 17vw, 76px) !important; overflow-wrap: anywhere; }
  .retx-content { padding-block: 54px; }
  .retx-content p, .retx-content li { font-size: 17px !important; }
  .retx-content table { display: block; overflow-x: auto; }
  .retx-page-cta__inner { align-items: stretch; flex-direction: column; }
  .retx-page-cta__inner .retx-button { width: 100%; }
  .retx-location__details { grid-template-columns: 1fr; }
  .retx-location__item + .retx-location__item { border-left: 0; border-top: 1px solid var(--retx-line); }
  .retx-location__button { width: 100%; }
  .retx-season__heading { align-items: flex-start; flex-direction: column; }
  .retx-footer__grid { grid-template-columns: 1fr; }
  .retx-footer__visit { grid-column: auto; }
  .retx-footer__base { align-items: start; flex-direction: column; gap: 7px; }
}

@media (max-width: 390px) {
  .retx-menu-trigger { padding-inline: 11px; }
  .retx-hero h1 { font-size: 66px !important; }
  .retx-mobile-menu { width: 94vw; }
  .retx-mobile-nav__link { font-size: 33px; }
}

@media (max-width: 320px) {
  :root { --retx-pad: 16px; }
  .retx-brand { margin-left: -6px; width: 102px; }
  .retx-brand__logo { height: 100px !important; width: 100px; }
  .retx-menu-trigger .retx-ui-icon { display: none; }
  .retx-hero h1 { font-size: 58px !important; }
  .retx-fact { font-size: 15px; padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .retx-site *, .retx-site *::before, .retx-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
