:root {
  color-scheme: dark;
  --bg: #07080c;
  --ink: #f7f4ed;
  --muted: #c8c0b3;
  --soft: #918879;
  --panel: #10131d;
  --panel-2: #151925;
  --gold: #f4b63f;
  --gold-2: #ffcf70;
  --teal: #37d8c2;
  --line: rgba(244, 182, 63, 0.22);
  --radius: 10px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 80% 12%, rgba(55, 216, 194, 0.13), transparent 26rem),
    radial-gradient(circle at 16% 28%, rgba(244, 182, 63, 0.12), transparent 24rem),
    #07080c;
}

body.menu-open {
  overflow: hidden;
}

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

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

.skip-link:not(:focus),
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--gold);
  color: #111;
  font-weight: 900;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(12, 14, 22, 0.9);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(244, 182, 63, 0.18);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.1rem;
  line-height: 1.05;
}

.brand small {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.nav-links {
  position: fixed;
  inset: 78px 14px auto 14px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(11, 13, 20, 0.98);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 180ms ease;
}

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

.nav-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--gold-2);
  background: rgba(244, 182, 63, 0.08);
}

.nav-cta {
  color: #161005 !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.98) 0%, rgba(7, 8, 12, 0.74) 44%, rgba(7, 8, 12, 0.4) 100%),
    url("public/images/hero-current-style-gas-station.webp") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-grid,
.page-hero-grid,
.split {
  display: grid;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  max-width: 660px;
  padding: 92px 0;
}

.hero-round {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 9vw, 6.8rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.gold {
  color: var(--gold);
}

.lead {
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 750;
}

p {
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}

.button-primary {
  color: #151005;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.info-strip {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 14, 22, 0.78);
}

.section {
  padding: 82px 0;
}

.section.alt {
  background: var(--panel);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.cards {
  display: grid;
  gap: 16px;
}

.card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(244, 182, 63, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.card p {
  margin-bottom: 0;
}

.faq-preview {
  display: grid;
  gap: 12px;
}

.faq-preview article,
.faq-list details {
  border: 1px solid rgba(244, 182, 63, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.faq-preview article {
  padding: 18px;
}

.faq-preview h3,
.faq-preview p {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
}

.gallery-grid {
  display: grid;
  gap: 16px;
}

.gallery-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(244, 182, 63, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid figcaption {
  padding: 12px 14px;
  color: var(--gold-2);
  font-weight: 900;
}

.warning {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(244, 182, 63, 0.42);
  border-radius: var(--radius);
  background: rgba(244, 182, 63, 0.08);
}

.warning strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.smoking-poster-section {
  padding: 12px 0;
  background: #000;
}

.smoking-poster-wrap {
  display: grid;
  place-items: center;
}

.warning-art {
  width: min(100%, 960px);
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
}

.warning-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #050609;
}

.round-image {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(244, 182, 63, 0.22);
  background: #050609;
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.018),
    0 30px 90px rgba(0, 0, 0, 0.42);
}

.round-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-hero {
  padding: 78px 0 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 80% 20%, rgba(55, 216, 194, 0.13), transparent 26rem),
    linear-gradient(180deg, #0d1018, #07080c);
}

.page-hero .copy {
  max-width: 740px;
}

.breadcrumb {
  margin-bottom: 20px;
  color: var(--soft);
  font-size: 0.86rem;
}

.breadcrumb a {
  color: var(--gold);
}

.product-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-list li {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(244, 182, 63, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-list li:hover {
  border-color: rgba(93, 255, 170, 0.36);
  box-shadow: 0 20px 50px rgba(93, 255, 170, 0.08);
  transform: translateY(-3px);
}

.product-list img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-list div {
  padding: 16px;
}

.product-list h2 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.8rem);
}

.product-list p {
  margin-bottom: 0;
}

.amenity-grid {
  display: grid;
  gap: 14px;
}

.amenity {
  overflow: hidden;
  border: 1px solid rgba(244, 182, 63, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.amenity img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.amenity div {
  padding: 16px;
}

.amenity h2 {
  margin-bottom: 6px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.amenity p {
  margin-bottom: 0;
}

.map {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
}

.site-footer {
  padding: 50px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0c0e16;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-footer a:not(.brand) {
  display: block;
  width: fit-content;
  margin: 8px 0;
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--soft);
  font-size: 0.86rem;
}

@media (min-width: 680px) {
  .cards,
  .amenity-grid,
  .product-list,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-strip {
    grid-template-columns: 1.2fr 0.7fr 0.8fr;
  }
}

@media (min-width: 940px) {
  .menu-toggle {
    display: none;
  }

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

  .nav-links a {
    min-height: 40px;
    padding: 7px 8px;
    font-size: 0.68rem;
  }

  .hero-grid,
  .page-hero-grid,
  .split {
    grid-template-columns: 1fr 0.88fr;
  }

  .amenity-grid-featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-round {
    display: block;
    max-width: 500px;
  }

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

  .footer-grid {
    grid-template-columns: 1.3fr 0.9fr 0.75fr 0.85fr;
  }
}

@media (max-width: 440px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 56px 0 42px;
  }

  .actions .button {
    width: 100%;
  }

  .brand strong {
    font-size: 0.96rem;
  }
}
