/* ==========================================================================
   Visit Thessaloniki — main stylesheet
   Greek blue & white design system. See PLAN.md §4.
   ========================================================================== */

/* ---------- Fonts (self-hosted, latin + greek subsets) ------------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/literata-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/literata-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/literata-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* ---------- Tokens -------------------------------------------------------- */
:root {
  --ink: #0a2239;
  --ink-soft: #33506b;
  --navy: #0b315e;
  --navy-deep: #081f3d;
  --aegean: #0d5eaf;
  --aegean-600: #0a4c8e;
  --sky: #4e9bd8;
  --foam: #eaf3fb;
  --cloud: #f7fafd;
  --white: #ffffff;
  --gold: #c9a227;
  --gold-soft: #f6edd2;
  --terracotta: #c4553b;
  --terracotta-soft: #fbeeea;
  --line: #d8e4f0;
  --shadow-sm: 0 1px 3px rgba(10, 34, 57, 0.08);
  --shadow-md: 0 6px 24px -6px rgba(10, 34, 57, 0.16);
  --shadow-lg: 0 18px 48px -12px rgba(8, 31, 61, 0.28);
  --radius: 14px;
  --radius-lg: 22px;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  --font-display: "Literata", Georgia, "Times New Roman", serif;
  --container: 1180px;
  --header-h: 72px;
}

/* ---------- Reset & base -------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 600;
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 4.5vw, 2.75rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.1rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.4rem); }
h4 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }
p { margin: 0 0 1em; }
a {
  color: var(--aegean);
  text-decoration: none;
  text-underline-offset: 3px;
}
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.2em; }
li { margin-bottom: 0.45em; }
strong { color: var(--ink); }
/* On photo heroes, inherit light text — never force dark ink */
.hero strong,
.hero em,
.page-hero strong,
.page-hero em,
.section--navy strong,
.section--navy em {
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--aegean);
  outline-offset: 3px;
  border-radius: 3px;
}
::selection { background: var(--aegean); color: #fff; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 10px 0;
  z-index: 200;
}
.skip-link:focus {
  left: 0;
}

/* ---------- Layout utilities --------------------------------------------- */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
@media (max-width: 640px) {
  .container { padding-inline: 16px; }
}
.container--narrow { max-width: 860px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tight { padding: clamp(36px, 5vw, 60px) 0; }
.section--foam { background: var(--foam); }
.section--cloud { background: var(--cloud); }
.section--navy {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #dce9f7;
}
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy a { color: #9cc9f0; }

.kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aegean);
  margin-bottom: 10px;
}
.section--navy .kicker { color: var(--sky); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.06rem; }
.section--navy .section-head p { color: #b9cfe6; }

.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

/* ---------- Buttons -------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--aegean); color: #fff; }
.btn--primary:hover { background: var(--aegean-600); color: #fff; }
.btn--ghost { border-color: rgba(255, 255, 255, 0.65); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.btn--outline { border-color: var(--aegean); color: var(--aegean); }
.btn--outline:hover { background: var(--aegean); color: #fff; }

/* ---------- Header --------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: var(--header-h);
  min-width: 0;
  max-width: 100%;
}
.site-nav { margin-left: auto; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.brand:hover { text-decoration: none; }
.brand svg { flex: none; }
.brand > span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand__sub {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aegean);
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  padding: 9px 13px;
  border-radius: 9px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.93rem;
}
.site-nav a:hover { background: var(--foam); text-decoration: none; }
.site-nav a[aria-current="page"] {
  color: var(--aegean);
  box-shadow: inset 0 -2.5px 0 var(--aegean);
  border-radius: 9px 9px 0 0;
}
.site-nav .nav-cta {
  margin-left: 8px;
  background: var(--aegean);
  color: #fff;
  border-radius: 999px;
  padding: 9px 18px;
}
.site-nav .nav-cta:hover { background: var(--aegean-600); }
.site-nav .nav-cta[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 0 0 2.5px var(--navy-deep);
  border-radius: 999px;
}
/* secondary pages appear only in the mobile drawer (and footer) */
.site-nav .nav-extra { display: none; }

/* Header actions: language switcher + mobile menu */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
  margin-left: auto;
}
.lang-switch {
  position: relative;
}
.lang-switch__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.lang-switch__toggle:hover {
  border-color: var(--aegean);
  background: var(--foam);
}
.lang-switch__flag {
  display: inline-block;
  font-size: 1.05em;
  line-height: 1;
  flex-shrink: 0;
}
.lang-switch__toggle .lang-switch__flag {
  font-size: 1.15rem;
  letter-spacing: 0;
}
.lang-switch__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 188px;
  max-height: min(80vh, 560px);
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  z-index: 5001;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.lang-switch.is-open .lang-switch__menu { display: block; }
.lang-switch__menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}
.lang-switch__menu .lang-switch__flag {
  font-size: 1.2rem;
  width: 1.35em;
  text-align: center;
}
.lang-switch__menu a:hover {
  background: var(--foam);
  text-decoration: none;
  color: var(--aegean);
}
.lang-switch__menu a.is-active {
  background: var(--foam);
  color: var(--aegean);
  box-shadow: inset 0 0 0 1.5px var(--aegean);
}
.lang-switch__menu a[data-fallback]::after {
  content: " → home";
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1060px) {
  .nav-toggle { display: flex; }
  .brand { font-size: 0.92rem; gap: 8px; }
  .brand svg { width: 30px; height: 30px; }
  .brand__sub { letter-spacing: 0.12em; font-size: 0.6rem; }
  .header-actions { gap: 6px; flex: 0 0 auto; }
  .lang-switch__toggle {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
  }
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    z-index: 4990;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: 14px 20px calc(22px + env(safe-area-inset-bottom, 0px));
    gap: 2px;
    display: none;
    max-height: calc(100vh - var(--header-h));
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-extra { display: block; }
  .site-nav a { padding: 13px 14px; font-size: 1rem; }
  .site-nav a[aria-current="page"]:not(.nav-cta) {
    box-shadow: none;
    background: var(--foam);
    color: var(--aegean);
    border-radius: 9px;
  }
  .site-nav .nav-cta {
    margin: 10px 0 0;
    text-align: center;
    justify-content: center;
    background: var(--aegean);
    color: #fff;
  }
  .site-nav .nav-cta:hover {
    background: var(--aegean-600);
    color: #fff;
  }
  .site-nav .nav-cta[aria-current="page"] {
    background: var(--aegean);
    color: #fff;
    box-shadow: inset 0 0 0 2.5px var(--navy-deep);
    border-radius: 999px;
  }
}

/* ---------- Home hero ------------------------------------------------------ */
.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 42%;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(8, 31, 61, 0.92) 0%,
    rgba(8, 31, 61, 0.55) 36%,
    rgba(8, 31, 61, 0.28) 58%,
    rgba(13, 94, 175, 0.18) 100%
  );
}
.hero__content { padding: 120px 0 96px; max-width: 780px; }
.hero__kicker {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #bfe0ff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.hero__kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold);
}
.hero__guide {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #dcebfa !important;
  margin: -8px 0 16px !important;
  max-width: 640px;
}
.guide-index__list {
  columns: 2;
  column-gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.guide-index__list li {
  break-inside: avoid;
  margin-bottom: 14px;
  padding-left: 1.4em;
  position: relative;
  line-height: 1.45;
}
.guide-index__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--aegean);
  font-weight: 700;
}
.guide-index__list a {
  color: var(--navy);
  text-decoration: none;
}
.guide-index__list a:hover { color: var(--aegean); }
@media (max-width: 900px) {
  .guide-index__list { columns: 1; }
}
@media (max-width: 720px) {
  .guide-index__list { columns: 1; }
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6.4vw, 4.4rem);
  line-height: 1.04;
  margin-bottom: 18px;
  text-shadow: 0 2px 30px rgba(8, 31, 61, 0.45);
}
.hero p {
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  color: #eef5fc;
  max-width: 560px;
  margin-bottom: 30px;
  text-shadow: 0 1px 14px rgba(8, 31, 61, 0.55);
}
.hero a:not(.btn) {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 3px;
}
.hero a:not(.btn):hover {
  color: #fff;
  text-decoration-color: var(--gold);
}
.page-hero a:not(.btn) {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.55);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 54px; }
.hero__scroll {
  position: absolute;
  right: 38px;
  bottom: 34px;
  color: #cfe4fa;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 46px;
  background: linear-gradient(to bottom, #cfe4fa, transparent);
  animation: drip 2.2s ease-in-out infinite;
}
@keyframes drip {
  0% { transform: scaleY(0); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(1) translateY(8px); opacity: 0; }
}
@media (max-width: 700px) {
  .hero__scroll { display: none; }
  .hero__content { padding: 110px 0 60px; }
}

/* Stat strip */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.stats__item {
  background: rgba(8, 31, 61, 0.45);
  padding: 16px 10px;
  text-align: center;
  min-width: 0;
}
.stats__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}
.stats__label {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.65rem, 1.1vw, 0.75rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b9d4ef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__label { white-space: nowrap; }
}

/* ---------- Inner page hero ------------------------------------------------ */
.page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
}
.page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(8, 31, 61, 0.92) 0%,
    rgba(8, 31, 61, 0.5) 48%,
    rgba(8, 31, 61, 0.28) 100%
  );
}
.page-hero__content { padding: 96px 0 44px; max-width: 760px; }
.page-hero h1 { color: #fff; margin-bottom: 10px; text-shadow: 0 2px 24px rgba(8, 31, 61, 0.45); }
.page-hero p {
  color: #eef5fc;
  font-size: 1.08rem;
  margin: 0;
  max-width: 640px;
  text-shadow: 0 1px 12px rgba(8, 31, 61, 0.5);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  color: #b7d2ee;
  margin-bottom: 16px;
}
.breadcrumb a { color: #d9eafb; font-weight: 600; }
.breadcrumb span[aria-hidden] { opacity: 0.6; }

/* ---------- Cards ----------------------------------------------------------- */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.card__media picture { display: block; width: 100%; height: 100%; }
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card:hover .card__media img { transform: scale(1.045); }
.card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(8, 31, 61, 0.78);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.card__tag--gold { background: var(--gold); color: var(--navy-deep); }
.card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: 8px; }
.card__body h3 a { color: var(--ink); }
.card__body h3 a::after { content: ""; position: absolute; inset: 0; }
.card__body h3 a:hover { text-decoration: none; color: var(--aegean); }
.card__body p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 14px; flex: 1; }
.card__link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--aegean);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
}
.card__link::after { content: "→"; transition: transform 0.2s ease; }
.card:hover .card__link::after { transform: translateX(4px); }
.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.card__meta strong { color: var(--aegean); font-weight: 700; }

/* Mini list card (no image) */
.tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
  box-shadow: var(--shadow-sm);
  height: 100%;
}
.tile h3 { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; }
.tile .emoji { font-size: 1.35rem; }
.tile p { color: var(--ink-soft); font-size: 0.95rem; }
.tile ul { margin-bottom: 0; font-size: 0.95rem; color: var(--ink-soft); }

/* ---------- Feature rows ----------------------------------------------------- */
.feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(48px, 7vw, 84px);
}
.feature:last-child { margin-bottom: 0; }
.feature--flip .feature__media { order: 2; }
.feature__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
  aspect-ratio: 4 / 3;
}
.feature__media picture { display: block; width: 100%; height: 100%; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature__media figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 20px 12px;
  background: linear-gradient(to top, rgba(8, 31, 61, 0.75), transparent);
  color: #e3eefb;
  font-size: 0.78rem;
}
.feature__body h2, .feature__body h3 { margin-bottom: 14px; }
.feature__body p { color: var(--ink-soft); }
.feature__body ul { color: var(--ink-soft); }
@media (max-width: 860px) {
  .feature { grid-template-columns: 1fr; }
  .feature--flip .feature__media { order: 0; }
}

/* ---------- Chips ------------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 0; padding: 0; list-style: none; }
.chips li {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 15px;
  margin: 0;
}
.chips--light li {
  background: var(--foam);
  border-color: var(--line);
  color: var(--navy);
}

/* ---------- Tables -------------------------------------------------------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); background: #fff; }
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 560px;
}
table.data th, table.data td { text-align: left; padding: 13px 18px; vertical-align: top; }
table.data thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
table.data tbody tr:nth-child(even) { background: var(--cloud); }
table.data tbody tr { border-top: 1px solid var(--line); }
table.data td:first-child { font-weight: 700; color: var(--navy); }
table.data td .sub { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.85rem; }

/* Halkidiki leg tiles — full-bleed image cards */
.leg-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.leg-tile {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-md);
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.leg-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(8, 31, 61, 0.22);
}
.leg-tile picture { display: contents; }
.leg-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.55s ease;
}
.leg-tile:hover .leg-tile__img { transform: scale(1.06); }
.leg-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(8, 31, 61, 0.08) 0%,
    rgba(8, 31, 61, 0.35) 40%,
    rgba(8, 31, 61, 0.94) 100%
  );
}
.leg-tile--featured::after {
  background: linear-gradient(
    180deg,
    rgba(8, 31, 61, 0.05) 0%,
    rgba(13, 94, 175, 0.25) 35%,
    rgba(8, 31, 61, 0.95) 100%
  );
}
.leg-tile__content {
  position: relative;
  width: 100%;
  padding: 28px 26px 26px;
  color: #fff;
}
.leg-tile__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.leg-tile--featured .leg-tile__badge {
  background: var(--gold);
  color: var(--navy-deep);
}
.leg-tile__time {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #b9d4ef;
  margin-bottom: 6px;
}
.leg-tile__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.15;
}
.leg-tile__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #dcebfa;
  margin: 0 0 14px;
}
.leg-tile__spots {
  font-size: 0.82rem;
  color: #9cc9f0;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.leg-tile__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.leg-tile__price {
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  padding: 5px 11px;
  border-radius: 999px;
}
.leg-tile__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.leg-tile__chips span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 9px;
  border-radius: 999px;
}
@media (max-width: 1060px) {
  .leg-tiles { grid-template-columns: 1fr; }
  .leg-tile { min-height: 400px; }
}
@media (min-width: 1061px) and (max-width: 1280px) {
  .leg-tile { min-height: 440px; }
}

/* Transport option row */
.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
@media (max-width: 640px) {
  .transport-grid { grid-template-columns: 1fr; }
}

table.data-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
table.data-table th, table.data-table td { text-align: left; padding: 13px 18px; vertical-align: top; border-top: 1px solid var(--line); }
table.data-table thead th { background: var(--navy); color: #fff; font-weight: 600; border: none; }
table.data-table tbody tr:nth-child(even) { background: var(--cloud); }
table.data-table td:first-child { font-weight: 700; color: var(--navy); }

/* Prose + SEO meta */
.prose { font-size: 1.05rem; line-height: 1.7; color: var(--ink); }
.prose p { margin: 0 0 1rem; }
.prose ul, .prose ol { margin: 0 0 1rem 1.25rem; padding: 0; }
.prose li { margin-bottom: 0.4rem; }
.prose a { color: var(--aegean); font-weight: 600; }
.meta-updated {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0.35rem 0 0.75rem;
}
.meta-updated time { font-style: normal; }
.page-hero picture { display: contents; }

/* ---------- Accordion ------------------------------------------------------------ */
details.acc {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
details.acc summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 52px 17px 22px;
  font-weight: 700;
  color: var(--navy);
  position: relative;
  font-size: 1rem;
}
details.acc summary::-webkit-details-marker { display: none; }
details.acc summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--aegean);
  transition: transform 0.2s ease;
}
details.acc[open] summary::after { content: "–"; }
details.acc[open] summary { border-bottom: 1px solid var(--line); }
details.acc .acc__body { padding: 18px 22px 8px; color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Notices ---------------------------------------------------------------- */
.notice {
  border-radius: var(--radius);
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--aegean);
  background: var(--foam);
  margin: 26px 0;
  font-size: 0.96rem;
}
.notice--tip { border-left-color: var(--gold); background: var(--gold-soft); }
.notice--alert { border-left-color: var(--terracotta); background: var(--terracotta-soft); }
.notice h3, .notice h4 { margin-bottom: 8px; }
.notice p:last-child, .notice ul:last-child { margin-bottom: 0; }

/* Emergency panel */
.emergency {
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 44px);
  color: #dcebfa;
  box-shadow: var(--shadow-lg);
}
.emergency h2, .emergency h3 { color: #fff; }
.emergency__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.emergency__item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.emergency__num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.emergency__num a { color: #fff; }
.emergency__label { font-size: 0.85rem; color: #a9c7e6; }

/* ---------- Timeline (itineraries) --------------------------------------------------- */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--line);
}
.timeline li {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  margin-bottom: 22px;
  position: relative;
}
.timeline .t-time {
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--aegean);
  background: var(--foam);
  border: 1px solid var(--line);
  align-self: start;
  text-align: center;
  padding: 7px 4px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}
.timeline .t-body h4 { margin-bottom: 4px; }
.timeline .t-body p { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 0; }
@media (max-width: 560px) {
  .timeline::before { display: none; }
  .timeline li { grid-template-columns: 1fr; gap: 8px; }
  .timeline .t-time { justify-self: start; padding: 6px 14px; }
}

/* ---------- Events strip --------------------------------------------------------------- */
.strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(330px, 80vw);
  gap: 20px;
  overflow-x: auto;
  padding: 8px 4px 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.strip > * { scroll-snap-align: start; }
.strip::-webkit-scrollbar { height: 8px; }
.strip::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.event-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-card__date {
  font-weight: 800;
  color: var(--terracotta);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-card h3 { margin: 0; font-size: 1.2rem; }
.event-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

/* ---------- Quote band -------------------------------------------------------------------- */
.quote {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}
.quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-style: italic;
  color: var(--navy);
  margin: 0 0 14px;
  line-height: 1.4;
}
.quote cite { color: var(--ink-soft); font-style: normal; font-size: 0.9rem; }

/* ---------- Keep exploring / footer --------------------------------------------------------- */
.explore-band { border-top: 1px solid var(--line); }

/* Related guides strip (Phase 4) */
.related-guides {
  border-top: 1px solid var(--line);
  background: var(--foam);
}
.related-guides__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 0 0 16px;
  color: var(--ink);
}
.related-guides__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
@media (min-width: 640px) {
  .related-guides__list { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.related-guides__list a {
  display: block;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink-soft);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.related-guides__list a:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.related-guides__list strong {
  display: block;
  color: var(--blue);
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.site-footer {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 85%);
  color: #b9cfe6;
  padding: 64px 0 30px;
  font-size: 0.92rem;
}
.site-footer a { color: #dcebfa; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 38px;
  margin-bottom: 44px;
}
.footer-grid h4 {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-about p { max-width: 300px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #8fb0d2;
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Back to top ------------------------------------------------------------------------ */
.to-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--aegean);
  color: #fff;
  border: none;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
  z-index: 400;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--aegean-600); }
.to-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Map page ----------------------------------------------------------------------------- */
.map-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 620px;
}
.map-side {
  background: #fff;
  padding: 24px;
  border-right: 1px solid var(--line);
  overflow-y: auto;
  max-height: 720px;
}
.map-side h3 { font-size: 1.05rem; }
.map-side fieldset { border: none; padding: 0; margin: 0 0 8px; }
.map-side legend {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--aegean);
  margin-bottom: 8px;
}
.layer-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 4px;
  font-size: 0.92rem;
  cursor: pointer;
  border-radius: 8px;
}
.layer-check:hover { background: var(--foam); }
.layer-check input { accent-color: var(--aegean); width: 17px; height: 17px; }
.layer-dot { width: 11px; height: 11px; border-radius: 50%; flex: none; }
#map { min-height: 620px; height: 100%; background: var(--foam); }
#map.map-loading {
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
#map.map-loading::before { content: "Loading map…"; }
.map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  color: var(--ink-soft);
  height: 100%;
}
@media (max-width: 880px) {
  .map-layout { grid-template-columns: 1fr; min-height: 0; }
  .map-side {
    max-height: min(280px, 40vh);
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  #map { min-height: min(55vh, 480px); }
  /* Keep Leaflet zoom clear of scroll-to-top FAB */
  .leaflet-bottom.leaflet-right {
    margin-bottom: 64px;
    margin-right: 8px;
  }
}
.leaflet-popup-content { font-family: var(--font-body); font-size: 0.9rem; }
.leaflet-popup-content h4 { margin: 0 0 4px; font-size: 1rem; }
.leaflet-popup-content p { margin: 0 0 6px; color: var(--ink-soft); }

.map-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 6px;
}
.map-popup-more { display: inline-block; margin-top: 4px; font-weight: 600; }
.map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font-body);
  background: var(--foam, #eef5fb);
  color: var(--ink);
}
.map-btn--google { background: #e8f0fe; color: #1a73e8; border-color: #c2d7fc; }
.map-btn--google:hover { background: #d2e3fc; color: #174ea6; }
.map-btn--apple { background: #f2f2f7; color: #1d1d1f; border-color: #d2d2d7; }
.map-btn--apple:hover { background: #e5e5ea; }
.map-btn--outline {
  background: #fff;
  border-color: var(--aegean);
  color: var(--aegean);
}
.map-btn--outline:hover { background: var(--aegean); color: #fff; }

.route-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .route-cards { grid-template-columns: 1fr; }
}
.route-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 20px 18px 22px;
  box-shadow: var(--shadow-sm);
}
.route-card__stripe {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.route-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.route-card__meta {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 0 0 10px;
}
.route-card p { margin: 0 0 8px; font-size: 0.92rem; }
.route-card__stops {
  margin: 0 0 14px;
  padding-left: 1.1rem;
  font-size: 0.9rem;
}
.route-card__stops li { margin-bottom: 4px; }
.route-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.leaflet-tooltip.route-num-tip {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 0;
}

/* Tables: contain scroll, never widen page */
.table-wrap {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
main, .section, .container { max-width: 100%; }

/* Focus polish for header controls */
.lang-switch__toggle:focus-visible,
.nav-toggle:focus-visible,
.btn:focus-visible,
.site-nav a:focus-visible {
  outline: 2px solid var(--aegean);
  outline-offset: 2px;
}
.nav-toggle:focus-visible { border-radius: 10px; }

/* Chips / meta contrast */
.meta-updated,
.chips {
  color: var(--ink-soft);
}
.page-hero .meta-updated,
.page-hero .chips,
.hero .meta-updated {
  color: #c5daf0;
}

/* ---------- Credits page --------------------------------------------------------------------------- */
.credits-table td img { width: 96px; aspect-ratio: 3/2; object-fit: cover; border-radius: 8px; }

/* Partner / outreach snippets */
.outreach-snippet {
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.82rem;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ---------- 404 -------------------------------------------------------------------------------------- */
.notfound {
  min-height: 62vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.notfound .code {
  font-family: var(--font-display);
  font-size: clamp(5rem, 14vw, 9rem);
  font-weight: 700;
  color: var(--foam);
  -webkit-text-stroke: 2px var(--aegean);
  line-height: 1;
  display: block;
}

/* ---------- Reveal animation -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-inview { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__scroll::after { animation: none; }
  .card, .btn, .card__media img { transition: none; }
}

/* ---------- Print ---------------------------------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .to-top, .hero__actions, .explore-band, .nav-toggle { display: none !important; }
  .hero, .page-hero { min-height: 0; color: #000; }
  .hero::after, .page-hero::after { display: none; }
  .hero__img, .page-hero__img { display: none; }
  .hero h1, .page-hero h1 { color: #000; text-shadow: none; }
  body { font-size: 12pt; }
  a::after { content: ""; }
}
