:root {
  --ink: #05080d;
  --navy: #0b1420;
  --panel: #111a25;
  --panel-soft: rgba(17, 26, 37, 0.78);
  --line: rgba(226, 232, 240, 0.14);
  --line-dark: rgba(15, 23, 42, 0.12);
  --text: #f8fafc;
  --muted: #aeb8c6;
  --paper: #f5f7fa;
  --paper-2: #e8edf3;
  --charcoal: #1f2937;
  --gold: #c5a15a;
  --gold-light: #f0d48a;
  --blue: #6ca6d9;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --brand-image: url("/static/images/WhatsApp Image 2026-06-05 at 22.40.48.jpeg");
  --airport-image: url("/static/images/1d934082-0a9e-4575-a911-4bfc6260ebca.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: Manrope, Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.9), rgba(5, 8, 13, 0.96)),
    var(--brand-image) center / cover no-repeat;
  transform: scale(1.03);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(180deg, transparent, rgba(5, 8, 13, 0.34));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 78%);
}

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

img,
svg {
  display: block;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  gap: 22px;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.84), rgba(5, 8, 13, 0.96)),
    var(--brand-image) center / cover no-repeat;
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-mark {
  position: relative;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 212, 138, 0.58);
  background: rgba(5, 8, 13, 0.58);
  box-shadow: 0 0 46px rgba(240, 212, 138, 0.18), inset 0 1px rgba(255, 255, 255, 0.16);
  animation: loaderPulse 1.25s ease-in-out infinite;
}

.loader-mark::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(108, 166, 217, 0.24);
  animation: loaderOrbit 1.6s linear infinite;
}

.loader-mark img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.loader-line {
  width: min(210px, 58vw);
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.loader-line::before {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-light), var(--blue));
  animation: loaderSlide 1s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 40;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--blue));
  box-shadow: 0 0 18px rgba(240, 212, 138, 0.44);
  transition: width 90ms linear;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.wordmark-symbol {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 212, 138, 0.58);
  color: var(--gold-light);
  background:
    linear-gradient(135deg, rgba(240, 212, 138, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(3, 7, 13, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 0 28px rgba(197, 161, 90, 0.16);
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}

.wordmark-symbol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.42);
}

.wordmark-symbol::before,
.wordmark-symbol::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: var(--gold);
}

.wordmark-symbol::before {
  top: 10px;
  left: -8px;
}

.wordmark-symbol::after {
  right: -8px;
  bottom: 10px;
}

.wordmark-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.wordmark-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.wordmark-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.86), rgba(5, 8, 13, 0.28));
  backdrop-filter: blur(14px);
  transition: padding 220ms ease, background 220ms ease, border-color 220ms ease;
    font-family: "Angsana New";
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 13, 0.86);
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: rgba(248, 250, 252, 0.76);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header nav a {
  transition: color 160ms ease;
}

.site-header nav a:hover {
  color: var(--gold-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.language-switch a {
  min-width: 34px;
  padding: 8px 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.language-switch a.active {
  color: #111827;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.header-call,
.btn,
.trust-row span,
.panel-link,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-call {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(240, 212, 138, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  padding: 146px clamp(20px, 7vw, 96px) 76px;
}

.hero-bg {
  position: absolute;
  inset: -2%;
  background: var(--brand-image) center / cover no-repeat;
  animation: cinematicDrift 18s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.93) 0%, rgba(5, 8, 13, 0.72) 38%, rgba(5, 8, 13, 0.22) 74%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.05), rgba(5, 8, 13, 0.9));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  min-height: calc(94vh - 222px);
}

.hero-content {
  max-width: 820px;
  animation: heroEntrance 900ms ease-out both;
  animation-delay: 240ms;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.02;
  font-weight: 700;
}

h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1;
}

h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 30px;
  color: rgba(248, 250, 252, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  position: relative;
  min-height: 52px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 650ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(130%);
}

.btn.primary {
  color: #111827;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

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

.quote-panel {
  padding: 24px;
  border: 1px solid rgba(240, 212, 138, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 8, 13, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  animation: panelFloat 5.8s ease-in-out infinite;
}

.quote-panel h2 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 31px;
  letter-spacing: 0;
}

.quote-metrics {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.quote-metrics span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.quote-metrics strong {
  color: var(--text);
}

.panel-link {
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 900;
}

.booking-band,
.company-section,
.showcase-section,
.about-section,
.service-section,
.fleet-section,
.contact-strip,
.site-footer {
  padding: 78px clamp(20px, 7vw, 96px);
}

.booking-band {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, #0f1722, #172230);
}

.booking-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(240, 212, 138, 0.24);
  background:
    radial-gradient(circle at 16% 20%, rgba(240, 212, 138, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.booking-cta h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(32px, 5vw, 62px);
}

.booking-cta p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.booking-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  min-height: 68px;
  padding: 18px 24px;
  color: #111827;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(197, 161, 90, 0.3);
  animation: ctaPulse 2.6s ease-in-out infinite;
}

.booking-button::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(240, 212, 138, 0.65), transparent, rgba(108, 166, 217, 0.44));
  opacity: 0.78;
  filter: blur(8px);
}

.booking-button svg {
  width: 22px;
  height: 22px;
  transition: transform 180ms ease;
}

.booking-button:hover svg {
  transform: translate(3px, -3px);
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.booking-form,
.service-grid {
  display: grid;
  gap: 16px;
}

.booking-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel-soft);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(248, 250, 252, 0.78);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  padding: 12px 14px;
  color: var(--text);
  background: rgba(3, 7, 13, 0.42);
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(240, 212, 138, 0.52);
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.submit-btn {
  width: 100%;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--gold-light);
}

.error {
  color: #ff9d9d;
}

.success {
  color: #85e3ae;
}

.service-section {
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
  color: #111827;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #ffffff, #eef3f8);
  color: #111827;
}

.company-section .eyebrow {
  color: #826322;
}

.company-copy p:not(.eyebrow) {
  max-width: 760px;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.85;
}

.company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-facts div {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.company-facts strong {
  color: #111827;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.company-facts span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  grid-auto-rows: 320px;
  gap: 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(135deg, #07101b, #121d2a 58%, #070b12);
}

.showcase-card {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.showcase-card.wide {
  grid-row: span 2;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  transition: transform 700ms ease, filter 220ms ease;
}

.showcase-card.wide img {
  object-position: center 28%;
}

.showcase-card:not(.wide) img {
  object-position: center 62%;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 22%, rgba(5, 8, 13, 0.74) 100%),
    linear-gradient(90deg, rgba(5, 8, 13, 0.24), transparent 60%);
}

.showcase-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
}

.showcase-card h2 {
  max-width: 650px;
  font-size: clamp(28px, 4vw, 52px);
}

.showcase-card h3 {
  max-width: 420px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.12;
}

.showcase-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.08);
}

.service-section .eyebrow {
  color: #826322;
}

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

.service-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(130, 99, 34, 0.32);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.service-card i {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: #8d6d28;
}

.service-card p,
.fleet-copy p,
.fleet-item p,
.site-footer p {
  color: #64748b;
  line-height: 1.7;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 68px 68px,
    linear-gradient(135deg, #05080d, #111b27 58%, #080d14);
}

.about-copy p:not(.eyebrow) {
  color: rgba(248, 250, 252, 0.72);
  font-size: 17px;
  line-height: 1.8;
}

.about-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-point {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease;
}

.about-point:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 212, 138, 0.4);
}

.about-point i {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--gold-light);
}

.about-point span {
  color: rgba(248, 250, 252, 0.82);
  font-weight: 700;
  line-height: 1.5;
}

.fleet-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  background: linear-gradient(180deg, #f8fafc, #e5ebf2);
  color: #111827;
}

.fleet-section .eyebrow {
  color: #826322;
}

.fleet-list {
  display: grid;
  gap: 16px;
}

.fleet-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fleet-item:hover {
  transform: translateX(6px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.fleet-item img {
  width: 150px;
  height: 104px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.fleet-item h3 {
  color: #111827;
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(240, 212, 138, 0.1), transparent 56%),
    linear-gradient(135deg, #09111d, #15202d);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(160px, 0.8fr));
  gap: 34px;
  border-top: 1px solid var(--line);
  background: #05080d;
}

.site-footer h3 {
  color: var(--text);
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.footer-brand .wordmark {
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 470px;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #7d8999 !important;
  font-size: 13px;
}

.admin-body {
  min-height: 100vh;
  color: var(--text);
  background: #08101a;
}

.admin-body::before {
  background:
    linear-gradient(180deg, rgba(8, 16, 26, 0.82), rgba(8, 16, 26, 0.94)),
    var(--brand-image) center / cover no-repeat;
}

.admin-body .dashboard-header,
.admin-body .dashboard-hero,
.admin-body .metric-card,
.admin-body .admin-card {
  backdrop-filter: blur(18px);
}

.login-panel {
  width: min(440px, calc(100% - 40px));
  margin: 12vh auto;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.login-panel form,
.admin-card {
  display: grid;
  gap: 16px;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 13, 0.76);
  animation: slideDown 520ms ease-out both;
}

.dashboard-title {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.dashboard-header nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
}

.dashboard {
  padding: 28px clamp(18px, 5vw, 72px) 72px;
}

.dashboard-header h1 {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.dashboard-hero {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.88), rgba(5, 8, 13, 0.34)),
    var(--brand-image) center / cover no-repeat;
  box-shadow: var(--shadow);
  animation: contentRise 700ms ease-out both;
}

.dashboard-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(240, 212, 138, 0.2) 46%, transparent 62%);
  transform: translateX(-120%);
  animation: lightSweep 5.5s ease-in-out 900ms infinite;
}

.dashboard-hero > * {
  position: relative;
  z-index: 1;
}

.dashboard-hero h2,
.admin-card h2 {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.15;
}

.dashboard-hero p:not(.eyebrow),
.status-card p,
.muted-note {
  max-width: 520px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.metric-card {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
  animation: contentRise 700ms ease-out both;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.metric-card:nth-child(2) {
  animation-delay: 90ms;
}

.metric-card:nth-child(3) {
  animation-delay: 180ms;
}

.metric-card:hover,
.admin-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 212, 138, 0.34);
  background: rgba(255, 255, 255, 0.09);
}

.metric-card span,
.metric-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  color: #fff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.95;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.55fr);
  gap: 16px;
  align-items: start;
}

.editor-layout {
  display: grid;
  gap: 16px;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-side {
  display: grid;
  gap: 16px;
}

.dashboard-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-tabs section,
.admin-card {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  animation: contentRise 760ms ease-out both;
}

.reservations-card {
  margin-top: 0;
}

.compact-reservations {
  min-width: 0;
}

.image-card {
  min-height: 360px;
  align-content: end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.08), rgba(5, 8, 13, 0.95) 68%),
    var(--brand-image) center / cover no-repeat;
}

.content-editor {
  display: block;
}

.content-editor summary {
  cursor: pointer;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 900;
}

.content-editor form {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 12px;
}

.color-grid input[type="color"] {
  min-height: 54px;
  padding: 5px;
  cursor: pointer;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  color: rgba(248, 250, 252, 0.82);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

th,
code {
  color: var(--gold-light);
}

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

.has-js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes heroEntrance {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes loaderOrbit {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes loaderSlide {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(250%);
  }
}

@keyframes cinematicDrift {
  from {
    transform: scale(1.02) translate3d(-0.8%, -0.6%, 0);
  }
  to {
    transform: scale(1.09) translate3d(1.2%, 0.8%, 0);
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 42px rgba(197, 161, 90, 0.3);
  }
  50% {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 24px 58px rgba(197, 161, 90, 0.42);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lightSweep {
  0%,
  42% {
    transform: translateX(-120%);
  }
  70%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    display: none;
  }

  .hero-grid,
  .company-section,
  .showcase-section,
  .about-section,
  .fleet-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .showcase-card.wide {
    grid-row: span 1;
  }

  .quote-panel {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    padding: 16px 18px;
  }

  .wordmark-copy small,
  .header-call {
    display: none;
  }

  .hero {
    padding: 122px 18px 58px;
  }

  h1 {
    font-size: 40px;
  }

  .booking-band,
  .company-section,
  .showcase-section,
  .about-section,
  .service-section,
  .fleet-section,
  .contact-strip,
  .site-footer {
    padding: 58px 18px;
  }

  .booking-form,
  .booking-cta,
  .service-grid,
  .company-facts,
  .about-panel,
  .metrics-grid,
  .dashboard-grid,
  .dashboard-tabs,
  .color-grid {
    grid-template-columns: 1fr;
  }

  .booking-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-button {
    width: 100%;
  }

  .dashboard-header,
  .dashboard-hero,
  .card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-item {
    grid-template-columns: 1fr;
  }

  .fleet-item img {
    width: 100%;
    height: 180px;
  }

  .showcase-card,
  .showcase-card img {
    min-height: 340px;
  }

  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions,
  .contact-actions,
  .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-bg,
  .hero-content,
  .service-card,
  .fleet-item,
  .about-point {
    transform: none !important;
  }
}
