/* Aruba Airport Guide — stylesheet */
:root {
  --navy: #0b2545;
  --navy-2: #13315c;
  --sky: #eef4fb;
  --teal: #1f9e99;
  --teal-dark: #167a76;
  --yellow: #ffc72c;
  --ink: #1b2430;
  --muted: #5b6776;
  --line: #dce3ec;
  --white: #ffffff;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(11, 37, 69, .06), 0 6px 20px rgba(11, 37, 69, .06);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--ink); background: #f7f9fc; }
img { max-width: 100%; height: auto; }
a { color: var(--teal-dark); text-underline-offset: 2px; }
a:hover { color: var(--navy); }
h1, h2, h3 { line-height: 1.25; color: var(--navy); }
h1 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin: .2em 0 .4em; }
h2 { font-size: 1.45rem; margin: 1.8em 0 .5em; }
h3 { font-size: 1.15rem; margin: 1.4em 0 .4em; }
p, ul, ol { margin: 0 0 1em; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding-inline: 20px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 10; background: var(--yellow); color: var(--navy); padding: 8px 12px; border-radius: 6px; }

/* Independent notice */
.notice-bar { background: var(--yellow); color: var(--navy); font-size: .85rem; text-align: center; padding: 6px 16px; }
.notice-bar a { color: var(--navy); font-weight: 600; }

/* Header */
.site-header { background: var(--navy); color: var(--white); position: sticky; top: 0; z-index: 5; }
.site-header__inner { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; margin-right: auto; }
.brand img { flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__text strong { font-size: 1.05rem; }
.brand__text small { font-size: .75rem; color: #b9c7da; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.site-nav a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--white); text-decoration: none; font-size: .95rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--navy-2); color: var(--yellow); }
.nav-toggle { display: none; background: transparent; color: var(--white); border: 1px solid #3a557c; border-radius: 8px; padding: 7px 12px; font: inherit; cursor: pointer; }

/* Hero */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #174a7c 55%, var(--teal) 100%); color: var(--white); padding-block: 56px 64px; }
.hero h1 { color: var(--white); max-width: 18ch; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--yellow); margin: 0; }
.hero__lead { font-size: 1.15rem; max-width: 60ch; color: #e2ecf7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.btn { display: inline-block; padding: 12px 20px; border-radius: 10px; border: 2px solid var(--white); color: var(--white); text-decoration: none; font-weight: 600; }
.btn:hover { background: rgba(255, 255, 255, .12); color: var(--white); }
.btn--primary { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.btn--primary:hover { background: #ffd65c; color: var(--navy); }

/* Layout */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; padding-block: 32px 48px; }
.content { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 32px; min-width: 0; }
.is-home .content h2:first-child { margin-top: .2em; }
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.crumbs { font-size: .85rem; color: var(--muted); }
.crumbs a { color: var(--muted); }
.lead { font-size: 1.12rem; color: #3a4757; }
.updated { margin-top: 2.5em; padding-top: 1em; border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }

/* Cards */
.card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 22px; }
.card h2 { font-size: 1.05rem; margin: 0 0 .6em; }
.card ul { list-style: none; padding: 0; margin: 0; }
.card li + li { border-top: 1px solid var(--line); }
.card li a { display: block; padding: 8px 0; text-decoration: none; }
.card--tip { background: var(--navy); color: #dfe8f3; }
.card--tip h2 { color: var(--yellow); }
.card--tip a { color: var(--white); font-weight: 600; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 1em 0 1.5em; }
.tile { display: block; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; text-decoration: none; color: var(--ink); background: var(--white); }
.tile:hover { border-color: var(--teal); box-shadow: var(--shadow); color: var(--ink); }
.tile strong { display: block; color: var(--navy); margin-bottom: 2px; }
.tile span { font-size: .92rem; color: var(--muted); }

.callout { border-left: 4px solid var(--yellow); background: #fff8e1; padding: 14px 18px; border-radius: 8px; margin: 1.2em 0; }
.callout--info { border-color: var(--teal); background: #e8f6f5; }
.link-list li { margin-bottom: .3em; }

/* Tables */
.table-wrap { overflow-x: auto; margin: 1em 0 1.5em; }
table { width: 100%; border-collapse: collapse; font-size: .95rem; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--sky); color: var(--navy); font-weight: 600; }

/* Flight widget */
.flight-widget { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 1em 0; }
.flight-widget iframe { display: block; width: 100%; border: 0; }
.source-note { font-size: .85rem; color: var(--muted); }

/* FAQ */
details { border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; margin: 0 0 10px; background: var(--white); }
summary { cursor: pointer; font-weight: 600; color: var(--navy); }
details[open] summary { margin-bottom: 8px; }

/* Ads */
.ad { margin: 16px auto; text-align: center; }
.ad__label { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 4px; }
.ad--top { max-width: 1180px; padding-inline: 20px; }

/* Footer */
.site-footer { background: var(--navy); color: #c3d0e0; font-size: .92rem; padding-top: 40px; }
.site-footer a { color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.site-footer__brand { color: var(--white); font-weight: 700; font-size: 1.1rem; margin-bottom: .4em; }
.site-footer__title { color: var(--yellow); font-weight: 600; margin-bottom: .5em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 6px; }
.disclaimer { font-size: .82rem; color: #9fb0c6; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; border-top: 1px solid #22416b; margin-top: 28px; padding-block: 16px; font-size: .82rem; }

/* Responsive */
@media (max-width: 960px) {
  .layout { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--navy); padding: 8px 16px 16px; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-header__inner { position: relative; }
  .content { padding: 20px 18px; }
  .hero { padding-block: 40px 44px; }
  .site-footer__grid { grid-template-columns: 1fr; }
}
