@font-face {
  font-family: "LatoLocal";
  src: url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #20252b;
  --muted: #66717b;
  --graphite: #3a4148;
  --silver-1: #f8f9fa;
  --silver-2: #eceff2;
  --silver-3: #cfd6dc;
  --silver-4: #9da8b1;
  --green: #386f4f;
  --gold: #b98b3f;
  --white: #ffffff;
  --line: #d8dee3;
  --shadow: 0 18px 48px rgba(65, 78, 89, 0.16);
  --radius: 8px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.8), rgba(218,224,229,0.72)),
    var(--silver-1);
  color: var(--ink);
  font-family: "LatoLocal", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
}

body::before {
  content: "";
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #aeb8c1, #f7f8f9 32%, #8f9aa4 66%, var(--gold));
}

img {
  max-width: 100%;
  height: auto;
  box-shadow: none;
  filter: none;
}

a {
  color: var(--green);
  text-underline-offset: 0.18em;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(185, 139, 63, 0.75);
  outline-offset: 4px;
}

.Wrapper {
  width: 100%;
  position: relative;
}

.skeleton {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--graphite);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 249, 250, 0.94);
  border-bottom: 1px solid rgba(207, 214, 220, 0.95);
  box-shadow: 0 8px 24px rgba(71, 82, 92, 0.08);
  backdrop-filter: blur(14px);
}

#Header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

#Header .Logo {
  margin: 0;
  flex: 0 0 auto;
    background:#fff; padding:0px; border-radius:0px 0px 20px 20px;
}

#Header .Logo a {
  display: inline-flex;
  align-items: center;
}

#Header .Logo img {
  width: auto;;
  display: block;
  filter: none;
  box-shadow: none;

}

.navbar-header {
  display: none;
}

#MainNav ul,
.nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#MainNav a,
.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

#MainNav a:hover,
#MainNav a:focus,
#MainNav a[aria-current="page"],
.nav-list a:hover,
.nav-list a:focus {
  background: linear-gradient(135deg, #ffffff, #dce2e7);
  box-shadow: inset 0 0 0 1px var(--silver-3), 0 10px 22px rgba(83, 96, 108, 0.12);
  color: var(--ink);
}

.hero,
.page-hero {
  position: relative;
  min-height: clamp(440px, 61vw, 700px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--silver-3);
  background-position: center;
  background-size: cover;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(248,249,250,0.30), rgba(248,249,250,0.12) 46%, rgba(52,60,68,0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(52,60,68,0.06));
}

.hero-home {
  background: url("images/2.jpg") center/cover no-repeat;
}

.hero-about {
  background: url("images/6.jpg") center/cover no-repeat;
}

.hero-airport {
  background: url("images/4.jpg") center/cover no-repeat;
}

.hero-history {
  background: url("images/3.jpg") center/cover no-repeat;
}

.hero-contact,
.hero-sitemap {
  background: url("images/1.jpg") center/cover no-repeat;
}

.hero-content,
.page-hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 80px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(232,237,241,0.74));
  max-width: 760px;
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
}

.hero-content > *,
.page-hero-content > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #173827;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--gold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  font-weight: 900;
}

h1 {
  max-width: 780px;
  /* font-size: clamp(42px, 7vw, 8px); */
  letter-spacing: 0;
  color: #11161b;
}


.hero-lede {
  max-width: 650px;
  margin: 22px 0 0;
  color: #202830;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 800;
}

.hero-actions,
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 36px 0 0;
}

.button,
.buttons a,
.sitemap-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--silver-3);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--white), #d9e0e5);
  box-shadow: 0 12px 26px rgba(79, 91, 102, 0.14);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus,
.buttons a:hover,
.buttons a:focus,
.sitemap-list a:hover,
.sitemap-list a:focus {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 16px 32px rgba(79, 91, 102, 0.20);
  color: var(--ink);
}

.button.primary {
  background: linear-gradient(135deg, var(--green), #79a57a);
  border-color: transparent;
  color: var(--white);
}

.button.primary:hover,
.button.primary:focus {
  color: var(--white);
}

.buttons span {
  display: contents;
}

.content-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.section-title {
  margin-bottom: 18px;
  font-size: clamp(31px, 4vw, 49px);
}

.wtxt,
.content-copy {
  width: min(920px, 100%);
  margin: 0;
  padding: 0;
  color: var(--muted);
}

.wtxt p,
.content-copy p {
  margin: 0 0 20px;
}

.feature-panel,
.service-card,
.contact-card {
  padding: 28px;
  border: 1px solid rgba(207, 214, 220, 0.9);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(235,239,242,0.88));
  box-shadow: var(--shadow);
}

.feature-panel h2,
.service-card h2,
.contact-card h2 {
  margin-bottom: 16px;
  font-size: 25px;
}

.feature-list,
.service-list,
.sitemap-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.service-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.70);
  color: var(--graphite);
  font-weight: 800;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.silver-band {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(218,224,229,0.86)),
    var(--silver-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contacts {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contacts ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts li {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(79, 91, 102, 0.10);
}

h5,
h6 {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  padding: clamp(42px, 7vw, 70px) 0 28px;
  background: linear-gradient(135deg, #f9fafb, #cfd6dc);
  border-top: 1px solid var(--silver-3);
  color: var(--graphite);
  font-size: 15px;
}

#footer {
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1fr;
  gap: 34px;
}

#address,
#links,
#map {
  width: auto;
  padding: 0;
}

#links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#links li {
  line-height: 1.9;
}

#links a {
  color: var(--graphite);
  text-decoration: none;
}

#links a:hover,
#links a:focus {
  color: var(--green);
}

#map {
  min-height: 160px;
  border: 1px solid rgba(157, 168, 177, 0.5);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(248, 249, 250, 0.18), rgba(248, 249, 250, 0.18)),
    url("images/5.jpg") center/cover no-repeat;
  box-shadow: none;
}

#copyright {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(109, 122, 134, 0.25);
  text-align: center;
}

.not-found {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 70px 20px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(207,214,220,0.34)),
    url("images/4.jpg") center/cover no-repeat;
}

.not-found h1 {
  margin: 0 auto 14px;
}

.not-found p {
  max-width: 580px;
  margin: 0 auto 28px;
  color: var(--muted);
}

@media (max-width: 940px) {
  body {
    font-size: 17px;
  }

  #Header {
    min-height: auto;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 0;
  }

  #Header .Logo img {
    width: 205px;
  }

  .navbar-header {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .navbar-header .floatLeft {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .navbar-header button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 42px;
    border: 1px solid var(--silver-3);
    border-radius: 6px;
    background: var(--white);
    cursor: pointer;
  }

  .navbar-header button .icon-bar {
    display: block;
    width: 21px;
    height: 2px;
    margin: 0 auto;
    border-radius: 2px;
    background: var(--graphite);
  }

  #MainNav {
    display: none;
    width: 100%;
  }

  #MainNav.is-open {
    display: block;
  }

  #MainNav ul {
    display: grid;
    gap: 8px;
    padding-top: 10px;
  }

  #MainNav a {
    width: 100%;
    justify-content: center;
    border: 1px solid var(--line);
    background: var(--white);
  }

  .hero::before,
  .page-hero::before {
    background:
      linear-gradient(90deg, rgba(248,249,250,0.38), rgba(248,249,250,0.16)),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(52,60,68,0.06));
  }

  .section-grid,
  .card-grid,
  .contacts ul,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .skeleton,
  .hero-content,
  .page-hero-content {
    width: min(100% - 28px, var(--max));
  }

  #Header .Logo img {
    width: 176px;
  }

  .hero,
  .page-hero {
    min-height: 430px;
  }

  .hero-content,
  .page-hero-content {
    padding: 32px 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .buttons a,
  .sitemap-list a {
    width: 100%;
  }

  .feature-panel,
  .service-card,
  .contact-card,
  .contacts li {
    padding: 22px;
  }
}

/* Treble20 brand refinement: same layout, softer visual finish. */
:root {
  --ink: #273039;
  --muted: #74808a;
  --graphite: #4d5962;
  --silver-1: #fbfcfc;
  --silver-2: #f1f4f5;
  --silver-3: #d9e0e3;
  --silver-4: #aeb8be;
  --green: #5c7869;
  --gold: #b79a68;
  --line: #e0e5e7;
  --shadow: 0 18px 48px rgba(70, 83, 91, 0.11);
  --radius: 14px;
}

body {
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(242,245,246,0.9)), var(--silver-1);
}

#Header .Logo {
  padding: 17px 22px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 24px rgba(70,83,91,0.07);
}

.brand-name {
  display: inline-block;
  color: #3e4a52;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.brand-name b {
  color: #8b7956;
  font-weight: 900;
}

.hero-content,
.page-hero-content {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.90), rgba(244,247,248,0.78));
  box-shadow: 0 24px 60px rgba(59,70,77,0.10);
  backdrop-filter: blur(4px);
}

.feature-panel,
.contact-card,
.service-card {
  box-shadow: 0 16px 38px rgba(69,82,91,0.08);
  border-color: rgba(217,224,227,0.9);
}

.button,
.buttons a,
.sitemap-list a {
  box-shadow: 0 10px 24px rgba(79,91,102,0.10);
}

.contact-phone a {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 900;
  text-decoration: none;
}

/* Treble20 brand refinement: same layout, softer visual finish. */
:root {
  --ink: #273039;
  --muted: #74808a;
  --graphite: #4d5962;
  --silver-1: #fbfcfc;
  --silver-2: #f1f4f5;
  --silver-3: #d9e0e3;
  --silver-4: #aeb8be;
  --green: #5c7869;
  --gold: #b79a68;
  --line: #e0e5e7;
  --shadow: 0 18px 48px rgba(70, 83, 91, 0.11);
  --radius: 14px;
}

body {
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(242,245,246,0.9)), var(--silver-1);
}

#Header .Logo {
  padding: 6px 17px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 24px rgba(70,83,91,0.07);
}

.brand-name {
  display: inline-block;
  color: #3e4a52;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.brand-name b {
  color: #8b7956;
  font-weight: 900;
}

.hero-content,
.page-hero-content {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.90), rgba(244,247,248,0.78));
  box-shadow: 0 24px 60px rgba(59,70,77,0.10);
  backdrop-filter: blur(1.5px);
}

.feature-panel,
.contact-card,
.service-card {
  box-shadow: 0 16px 38px rgba(69,82,91,0.08);
  border-color: rgba(217,224,227,0.9);
}

.button,
.buttons a,
.sitemap-list a {
  box-shadow: 0 10px 24px rgba(79,91,102,0.10);
}

.contact-phone a {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 900;
  text-decoration: none;
}


/* QR contact block */
.qr-panel { display:grid; grid-template-columns:minmax(0,1fr) 230px; gap:44px; align-items:center; padding:36px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(241,244,245,.90)); box-shadow:0 16px 38px rgba(69,82,91,.08); }
.qr-copy h2 { margin-bottom:16px; font-size:clamp(30px,4vw,46px); }
.qr-copy p { color:var(--muted); }
.qr-copy a { font-size:1.15em; font-weight:900; text-decoration:none; }
.qr-code-wrap { display:grid; justify-items:center; gap:11px; padding:16px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.qr-code-wrap img { display:block; width:min(190px,100%); aspect-ratio:1; object-fit:contain; box-shadow:none; filter:none; }
.qr-code-wrap span { color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.06em; line-height:1.35; text-align:center; text-transform:uppercase; }
@media (max-width:700px) { .qr-panel { grid-template-columns:1fr; gap:26px; padding:24px; } .qr-code-wrap { width:min(250px,100%); margin:0 auto; } }
