:root {
  --atk-black: #0a0a0a;
  --atk-anthracite: #151515;
  --atk-gold: #c6a15b;
  --atk-ivory: #f6f4ef;
  --atk-white: #fff;
  --atk-whatsapp: #25d366;
  --atk-phone: #2563eb;
  --atk-border: rgba(198, 161, 91, 0.34);
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
img { height: auto; max-width: 100%; }
:focus-visible { outline: 3px solid var(--atk-gold); outline-offset: 3px; }

.atk-site-header {
  background: rgba(10, 10, 10, 0.96);
  border-bottom: 1px solid var(--atk-border);
  color: var(--atk-white);
  position: sticky;
  top: 0;
  z-index: 30;
}

.atk-site-header a,
.atk-site-footer a { color: inherit; }

.atk-site-main { min-height: 60vh; }

.atk-hero {
  background-color: var(--atk-black);
  background-image: linear-gradient(90deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.48) 55%, rgba(10,10,10,.14) 100%), var(--atk-hero-image, none);
  background-position: center;
  background-size: cover;
  color: var(--atk-white);
  display: grid;
  min-height: min(88svh, 900px);
  place-items: center;
}

.atk-hero__inner { width: min(1280px, 100%); }
.atk-hero--home {
  background-image: linear-gradient(90deg, rgba(10,10,10,.94) 0%, rgba(10,10,10,.60) 48%, rgba(10,10,10,.12) 100%), url('../images/hero-vclass.webp');
}
.atk-eyebrow { color: var(--atk-gold); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.atk-hero h1 { font-size: clamp(3rem, 8vw, 6rem); max-width: 900px; }
.atk-hero p { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 670px; }

.atk-trust-strip {
  border-bottom: 1px solid rgba(10,10,10,.14);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: center;
  padding: 1.25rem;
}

.atk-section { padding-block: clamp(4rem, 9vw, 8rem); }
.atk-dark { background: var(--atk-black); color: var(--atk-white); }
.atk-section-title { max-width: 760px; }
.atk-number-list { border-top: 1px solid var(--atk-border); margin-top: 3rem; }
.atk-number-row { align-items: baseline; border-bottom: 1px solid var(--atk-border); display: grid; gap: 1rem; grid-template-columns: 70px 1fr; padding: 1.35rem 0; }
.atk-number-row strong { color: var(--atk-gold); font-size: .8rem; letter-spacing: .12em; }
.atk-number-row a { color: inherit; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 5vw, 4.5rem); text-decoration: none; }
.atk-facts { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.atk-fact { border: 1px solid var(--atk-border); padding: 2rem; }
.atk-fact strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 500; }
.atk-editorial-grid { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr); }
.atk-route-list { border-top: 1px solid var(--atk-border); list-style: none; margin: 0; padding: 0; }
.atk-route-list li { border-bottom: 1px solid var(--atk-border); }
.atk-route-list a { color: inherit; display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); padding: .65em 0; text-decoration: none; }

.atk-cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.atk-cta {
  align-items: center;
  border: 1px solid var(--atk-gold);
  display: inline-flex;
  gap: .65rem;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.2rem;
  text-decoration: none;
}
.atk-cta--gold { background: var(--atk-gold); color: var(--atk-black); }
.atk-cta--whatsapp { background: var(--atk-whatsapp); border-color: var(--atk-whatsapp); color: #072411; }
.atk-cta--phone { background: var(--atk-phone); border-color: var(--atk-phone); color: var(--atk-white); }
.atk-cta--ghost { background: transparent; color: inherit; }
.atk-contact-icon { display: block; flex: 0 0 auto; height: 1.35rem; width: 1.35rem; }
.atk-hero-contact .atk-cta { box-shadow: 0 12px 30px rgba(0,0,0,.28); }

.atk-reservation {
  background: var(--atk-ivory);
  color: var(--atk-anthracite);
  padding: clamp(2rem, 5vw, 4rem);
}
.atk-form-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.atk-field { display: grid; gap: .4rem; }
.atk-field label, .atk-consent { font-size: .9rem; font-weight: 600; }
.atk-field input, .atk-field select {
  background: var(--atk-white);
  border: 1px solid #a9a59c;
  border-radius: 0;
  color: var(--atk-anthracite);
  font: inherit;
  min-height: 48px;
  padding: .75rem;
  width: 100%;
}
.atk-field--full, .atk-consent, .atk-form-status, .atk-submit { grid-column: 1 / -1; }
.atk-form-status[hidden] { display: none; }
.atk-map-placeholder { border: 1px dashed var(--atk-gold); padding: 2rem; text-align: center; }
.atk-site-footer { background: var(--atk-black); color: var(--atk-white); padding-block: 4rem 6rem; }
.atk-mobile-actions {
  bottom: 1.25rem;
  display: grid;
  gap: .65rem;
  position: fixed;
  right: 1.25rem;
  z-index: 40;
}
.atk-mobile-actions .atk-cta {
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  min-width: 148px;
}

@media (max-width: 760px) {
  .atk-editorial-grid, .atk-form-grid, .atk-facts { grid-template-columns: 1fr; }
  .atk-hero { min-height: auto; padding-block: 7rem 5rem; }
  .atk-mobile-actions {
    bottom: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    left: 0;
    right: 0;
  }
  .atk-mobile-actions .atk-cta { border: 0; border-radius: 0; box-shadow: none; min-width: 0; }
  .atk-hero-contact { display: grid !important; grid-template-columns: 1fr; width: min(100%, 390px); }
  .atk-hero-contact .atk-cta { width: 100%; }
  body { padding-bottom: 48px; }
}

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