/* BEAU TECH · mock-a · v2 with a prominent logo and softer darks */
@font-face { font-family: "Space Grotesk"; src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2"); font-weight: 300 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-latin.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
:root {
  --ink: #0D0D0D; --bg: #1A1B1E; --bg-2: #232428; --bg-3: #2A2C31;
  --fg: #F5F5F5; --muted: #9A9CA3; --soft: #C4C6CC; --accent: #0A84FF;
  --line: rgba(255,255,255,.08); --max: 1160px;
  --head: "Space Grotesk", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--fg); text-decoration: none; transition: color .15s; }
a:hover { color: var(--accent); }
h1, h2, h3 { font-family: var(--head); margin: 0; letter-spacing: -0.015em; }
.wrap { width: min(100% - 3rem, var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(26,27,30,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.logo img { width: 220px; }
.nav { display: flex; gap: 2.25rem; }
.nav a { color: var(--soft); font-size: .95rem; }
.nav a:hover { color: var(--fg); }

.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse 70% 80% at 80% 40%, #2B2E35 0%, #202226 45%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.constellation { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; gap: 3rem; min-height: 640px; padding: 6rem 0; }
.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.2rem); font-weight: 700; line-height: 1.08; max-width: 14ch; }
.hero-lead { color: var(--soft); font-size: 1.15rem; max-width: 34rem; margin: 2rem 0 1.5rem; }
.hero-contact { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0; font-family: var(--head); font-size: 1.1rem; color: var(--muted); }
.hero-mark { justify-self: center; }
.hero-mark img { width: min(380px, 100%); filter: drop-shadow(0 20px 60px rgba(10,132,255,.18)); }

.section { padding: 6.5rem 0; }
.tone-1 { background: var(--bg); }
.tone-2 { background: var(--bg-2); }
.section h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; margin-bottom: 2.75rem; }
.section-lead { color: var(--muted); margin: -2rem 0 2.75rem; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
.item { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.25rem; }
.item h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: .5rem; }
.item p { color: var(--muted); margin: 0; font-size: .95rem; }
#fleet .item { border-top-color: rgba(10,132,255,.55); }

.contact-list { list-style: none; margin: 0; padding: 0; max-width: 44rem; }
.contact-list li { display: grid; grid-template-columns: 8rem 1fr; align-items: baseline; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .85rem; }
.contact-list a { font-family: var(--head); font-size: 1.35rem; font-weight: 500; }

.site-footer { background: var(--ink); padding: 2.5rem 0; color: var(--muted); font-size: .85rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-inner img { width: 150px; opacity: .9; }

@media (max-width: 960px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero-mark { justify-self: start; order: -1; }
  .hero-mark img { width: 220px; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 2.5rem, var(--max)); }
  .header-inner { height: 68px; }
  .logo img { width: 170px; }
  .nav { gap: 1.1rem; }
  .nav a { font-size: .85rem; }
  .nav a[href="#fleet"] { display: none; }
  .hero-inner { padding: 3.5rem 0 4rem; gap: 2rem; }
  .hero-mark img { width: 170px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-lead { font-size: 1.02rem; margin-top: 1.5rem; }
  .section { padding: 4.5rem 0; }
  .grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-list li { grid-template-columns: 5.5rem 1fr; }
  .contact-list a { font-size: 1.1rem; word-break: break-word; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Placeholder slot (remove when real content lands) */
.placeholder { color: #6E7077 !important; font-style: italic; }
.quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; }
.quote { margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.quote blockquote { margin: 0 0 1rem; font-family: var(--head); font-size: 1.3rem; line-height: 1.45; }
.quote figcaption { font-size: .9rem; }
@media (max-width: 640px) { .quotes { grid-template-columns: 1fr; gap: 2rem; } }
