/* Ellie's at the Airport — demo styles */
/* Warm retro-aviation diner, not corporate */

:root {
  --cream: #FDF8F0;
  --cream-dark: #F7EFDE;
  --red: #C0392B;
  --red-dark: #96281B;
  --navy: #2C3E50;
  --slate: #5D6D7E;
  --mustard: #D4A017;
  --amber: #F5B041;
  --ink: #3D2C24;
  --white: #FFFFFF;
  --shadow: 0 4px 20px rgba(61, 44, 36, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}

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

a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  color: var(--red-dark);
}

h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.6em;
  color: var(--navy);
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
}

p {
  margin: 0 0 1em;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--red);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 1000;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 248, 240, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(61, 44, 36, 0.08);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.logo span {
  color: var(--red);
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-links a {
  color: var(--ink);
  text-decoration: none;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--red);
  border-bottom-color: var(--red);
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--red);
  color: var(--white);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-phone:hover,
.nav-phone:focus {
  background: var(--red-dark);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  padding: 6rem 1.5rem 4rem;
  background:
    linear-gradient(180deg, rgba(44, 62, 80, 0.55) 0%, rgba(44, 62, 80, 0.78) 100%),
    url("https://assets.sagemenu.com/ellies-at-the-airport-arlington-2/gallery/gallery16-0.webp") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero h1 {
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 0.5em;
}

.hero-tagline {
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.45;
  margin-bottom: 1.8rem;
  opacity: 0.95;
}

.hero-trust {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--red-dark);
  color: var(--white);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
}

.btn-dark:hover,
.btn-dark:focus {
  background: #1a252f;
  color: var(--white);
}

.section {
  padding: 4.5rem 1.25rem;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.section-lead {
  font-size: 1.15rem;
  color: var(--slate);
  max-width: 680px;
  margin: -0.4em 0 2.2em;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.story-media {
  position: relative;
}

.story-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-caption {
  font-size: 0.85rem;
  color: var(--slate);
  margin-top: 0.6rem;
}

.story-text p.lead {
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: 600;
}

.menu-note {
  background: var(--cream-dark);
  border-left: 4px solid var(--mustard);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 2rem;
  font-size: 0.98rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.menu-category {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 5px solid var(--red);
  padding: 1.5rem;
}

.menu-category h3 {
  margin-bottom: 1rem;
  color: var(--red);
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(61, 44, 36, 0.15);
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-name {
  font-weight: 700;
  color: var(--navy);
}

.menu-item-price {
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
}

.menu-item-desc {
  grid-column: 1 / -1;
  font-size: 0.92rem;
  color: var(--slate);
  margin-top: -0.2rem;
}

.sides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.6rem 1.5rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--cream-dark);
  border-radius: var(--radius);
}

.side-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.rating-badge {
  background: var(--white);
  border: 2px solid var(--mustard);
  border-radius: var(--radius);
  padding: 0.8rem 1.2rem;
  text-align: center;
}

.rating-badge .score {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.rating-badge .source {
  font-size: 0.8rem;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.wait-note {
  font-size: 0.95rem;
  color: var(--slate);
  max-width: 480px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.review-stars {
  color: var(--mustard);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.review-text {
  flex: 1;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-meta {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
}

.review-meta span {
  font-weight: 400;
  color: var(--slate);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.map-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 360px;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-info {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.75rem;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
}

.hours-table th,
.hours-table td {
  padding: 0.45rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(61, 44, 36, 0.08);
}

.hours-table th {
  font-weight: 700;
  color: var(--navy);
  width: 40%;
}

.hours-note {
  font-size: 0.9rem;
  color: var(--slate);
  margin-top: 0.75rem;
}

.fly-in {
  background: var(--navy);
  color: var(--cream);
}

.fly-in h2,
.fly-in h3 {
  color: var(--amber);
}

.fly-in-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.fly-in p {
  color: rgba(253, 248, 240, 0.92);
}

.fly-in-note {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--amber);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-top: 1.25rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.contact-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.contact-card h3 {
  margin-bottom: 0.5rem;
}

.site-footer {
  background: #243342;
  color: rgba(255, 255, 255, 0.85);
  padding: 2.5rem 1.25rem 2rem;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.footer-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-heading {
  font-weight: 700;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--amber);
  text-decoration: underline;
}

.disclaimer {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 800px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 0.9rem;
    padding-top: 0.5rem;
    font-size: 0.9rem;
  }

  .nav-phone {
    order: 2;
  }

  .hero {
    min-height: 88vh;
    padding-top: 7.5rem;
  }

  .story-grid,
  .location-grid,
  .fly-in-grid {
    grid-template-columns: 1fr;
  }

  .story-media {
    order: -1;
  }

  .map-wrap {
    min-height: 280px;
  }

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

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

@media (max-width: 480px) {
  .btn {
    width: 100%;
  }

  .cta-row {
    flex-direction: column;
  }

  .menu-item {
    gap: 0.35rem;
  }

  .menu-item-price {
    font-size: 0.95rem;
  }
}
