:root {
  --bg: #f3ebe0;
  --panel: #fff9f0;
  --panel-2: #f6e7d4;
  --text: #38281f;
  --muted: #6f5b4f;
  --accent: #b77743;
  --accent-2: #8f5f38;
  --border: #d9c2a8;
  --max-width: 1080px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background: linear-gradient(180deg, #eadfce 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

a {
  color: inherit;
}

.container {
  width: min(var(--max-width), 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(6px);
  background: rgba(255, 248, 238, 0.85);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--text);
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.brand-text {
  white-space: nowrap;
  color: var(--accent-2);
  font-weight: 600;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: var(--muted);
}

nav a:hover,
nav a:focus-visible {
  color: var(--text);
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.eyebrow {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.eyebrow-line1::after {
  content: " ";
}

@media (max-width: 640px) {
  .hero {
    padding-top: 2rem;
  }

  .eyebrow-line1::after {
    content: none;
  }

  .eyebrow-line1,
  .eyebrow-line2 {
    display: block;
  }

  .eyebrow-line2 {
    margin-top: 0.2em;
  }

  .hero .actions {
    justify-content: center;
    margin-bottom: 2em;
  }
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.lead {
  color: var(--muted);
  max-width: 56ch;
}

.actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.btn {
  display: inline-block;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fffaf4;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.65rem 0.95rem;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  background: #996036;
}

.btn-secondary {
  background: transparent;
  color: var(--accent-2);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(183, 119, 67, 0.12);
}

.btn-sm {
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
}

.section {
  padding: 3rem 0;
}

.section h2 {
  text-align: center;
}

#schedule .container > h2 {
  margin-bottom: 0.2rem;
}

#maintenance .container > h2 {
  margin-bottom: 0.75rem;
}

.alt {
  background: rgba(255, 250, 244, 0.55);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.hero-aircraft-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin-bottom: 0.85rem;
  object-fit: cover;
}

.hero-flightaware {
  text-align: center;
  margin-top: 0.5em;
}

.flightaware-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-2);
  text-decoration: none;
  font-weight: 600;
}

.flightaware-link:hover,
.flightaware-link:focus-visible {
  color: var(--accent);
  text-decoration: underline;
}

.flightaware-icon {
  flex-shrink: 0;
}

.highlights,
.list {
  padding-left: 1.1rem;
  margin: 0;
}

.featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(183, 119, 67, 0.3);
}

.price {
  font-size: 1.65rem;
  font-weight: 800;
  margin: 0.2rem 0;
}

.note {
  color: var(--muted);
  margin-top: 1rem;
}

.schedule-calendar-launch {
  display: flex;
  justify-content: center;
  margin: 0 0 1.1rem;
}

.schedule-card {
  display: grid;
  gap: 0.75rem;
}

.schedule-list {
  display: grid;
  gap: 0.75rem;
}

.schedule-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.5);
}

.schedule-item-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.4rem;
}

.schedule-item-title-row h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.schedule-item p {
  margin: 0.2rem 0;
}

.schedule-when {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}

.schedule-when-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-2);
  flex-shrink: 0;
  line-height: 1;
}

.schedule-when-double-chevron {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1;
  translate: 0 0.04em;
}

@media (max-width: 640px) {
  .schedule-when-range .schedule-when-end {
    flex-basis: 100%;
  }
}

.schedule-plane-icon {
  display: inline-flex;
  align-items: center;
  color: var(--accent-2);
  flex-shrink: 0;
  line-height: 1;
}

.schedule-maintenance-icon {
  display: inline-flex;
  align-items: center;
  color: var(--accent-2);
  flex-shrink: 0;
  line-height: 1;
}

.schedule-maintenance-icon svg {
  width: 1.1em;
  height: 1.1em;
  display: block;
}

.maintenance-grid {
  align-items: stretch;
}

.maintenance-item h3 {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.maintenance-value {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.schedule-embed {
  width: 100%;
  min-height: 700px;
  border: 0;
  border-radius: 10px;
  background: #fffefb;
}

.contact-direct {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.contact-direct-text {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.contact-direct-text a {
  color: var(--accent-2);
  text-decoration: none;
}

.contact-direct-text a:hover,
.contact-direct-text a:focus {
  text-decoration: underline;
}

.contact-form {
  display: grid;
  gap: 0.45rem;
  max-width: 640px;
  margin: 0 auto;
}

/* Author `display: grid` would otherwise win over the [hidden] attribute. */
.contact-form[hidden] {
  display: none !important;
}

.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

input,
textarea {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffefb;
  color: var(--text);
  padding: 0.65rem 0.7rem;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(183, 119, 67, 0.35);
  border-color: var(--accent);
}

.form-message {
  min-height: 1.1rem;
  color: var(--accent-2);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1rem 0 2rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero-grid,
  .grid.two,
  .grid.three {
    grid-template-columns: 1fr;
  }

  nav ul {
    gap: 0.65rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 640px) {
  .brand-text {
    display: none;
  }
}
