:root {
  --ink: #17302e;
  --deep: #0d1e1d;
  --foam: #fffaf0;
  --sand: #f3e7cf;
  --sky: #cce8e3;
  --sea: #247c78;
  --juice: #93bf3f;
  --sun: #f0b84f;
  --coral: #e07f5f;
  --muted: #64736d;
  --line: rgba(23, 48, 46, 0.16);
  --max: 1180px;
  --header: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--foam);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 28px;
  color: var(--foam);
  background: rgba(13, 30, 29, 0.52);
  border-bottom: 1px solid rgba(255, 250, 240, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--juice);
  border-radius: 999px;
  background: var(--juice);
  color: var(--deep);
  text-decoration: none;
  font-weight: 950;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--sun);
}

.button.ghost {
  background: rgba(255, 250, 240, 0.9);
  border-color: rgba(255, 250, 240, 0.9);
}

.nav-toggle {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(255, 250, 240, 0.44);
  border-radius: 999px;
  background: transparent;
  color: var(--foam);
  padding: 0 16px;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 30, 29, 0.82), rgba(13, 30, 29, 0.42) 42%, rgba(13, 30, 29, 0.04)),
    linear-gradient(0deg, rgba(13, 30, 29, 0.62), rgba(13, 30, 29, 0.02) 58%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  padding: calc(var(--header) + 78px) 28px 86px;
  color: var(--foam);
}

.kicker {
  margin: 0 0 14px;
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.5rem, 8.4vw, 8.4rem);
}

h2 {
  font-size: clamp(2.35rem, 5.2vw, 5.3rem);
}

h3 {
  margin: 0;
  font-size: 1.08rem;
}

.hero-copy p:not(.kicker),
.flow-list p,
.fuel-copy p,
.patio-copy p,
.seo-inner p,
.visit-grid p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-copy p:not(.kicker) {
  max-width: 560px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 1.2rem;
}

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

.ticker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--sky);
  border-block: 1px solid var(--line);
}

.ticker span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-weight: 950;
  text-align: center;
}

.flow,
.visit {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 28px;
}

.flow {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 60px;
}

.flow-list {
  display: grid;
  gap: 20px;
}

.flow-list article,
.visit-grid article {
  padding-top: 18px;
  border-top: 2px solid var(--sea);
}

.flow-list span {
  color: var(--coral);
  font-weight: 950;
}

.fuel,
.patio {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  min-height: 760px;
  background: var(--sand);
}

.fuel-image,
.patio-image {
  overflow: hidden;
  min-height: 560px;
}

.fuel-image img,
.patio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fuel-copy,
.patio-copy {
  align-self: center;
  padding: 70px 56px;
}

.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.menu-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.8);
  border: 1px solid var(--line);
  font-weight: 900;
}

.patio {
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  background: var(--foam);
}

.seo {
  padding: 100px 28px;
  background: var(--sea);
  color: var(--foam);
}

.seo .kicker {
  color: var(--sun);
}

.seo-inner {
  max-width: 900px;
  margin: 0 auto;
}

.seo-inner p {
  color: rgba(255, 250, 240, 0.82);
}

.visit-head {
  margin-bottom: 40px;
}

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

.footer {
  padding: 42px 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: var(--deep);
  color: var(--foam);
}

.footer p {
  margin: 0;
  max-width: 600px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .topbar {
    padding: 0 18px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .nav {
    position: absolute;
    inset: var(--header) 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 8px;
    background: var(--deep);
    box-shadow: 0 20px 50px rgba(13, 30, 29, 0.24);
  }

  .nav.is-open {
    display: flex;
  }

  .hero-copy {
    padding-inline: 20px;
    padding-bottom: 62px;
  }

  .hero-wash {
    background:
      linear-gradient(0deg, rgba(13, 30, 29, 0.88), rgba(13, 30, 29, 0.48) 48%, rgba(13, 30, 29, 0.08)),
      linear-gradient(90deg, rgba(13, 30, 29, 0.2), rgba(13, 30, 29, 0));
  }

  .ticker {
    grid-template-columns: 1fr;
  }

  .flow,
  .fuel,
  .patio,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .flow,
  .seo,
  .visit {
    padding: 72px 20px;
  }

  .fuel,
  .patio {
    min-height: 0;
  }

  .fuel-copy,
  .patio-copy {
    padding: 62px 20px;
  }

  .fuel-image,
  .patio-image {
    min-height: 430px;
  }

  .footer {
    flex-direction: column;
  }
}

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