/* ============================================================
   Trosa Grill — website styles. Tokens come from styles.css.
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.tg-container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------------------------------------------------------- Top bar */
.tg-topbar {
  background: var(--navy-900);
  color: rgba(255,255,255,0.82);
  font-size: 0.8rem;
}
.tg-topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; height: 38px; font-weight: 500; letter-spacing: 0.01em;
}
.tg-topbar-phone { color: #fff; text-decoration: none; font-weight: 700; font-family: var(--font-display); white-space: nowrap; }
.tg-topbar-phone:hover { color: var(--blue-300); }

/* ---------------------------------------------------------- Header */
.tg-header {
  position: sticky; top: 0; z-index: 60;
  transition: background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.tg-header.is-solid { background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); box-shadow: var(--shadow-sm); }
.tg-header-inner { display: flex; align-items: center; gap: 24px; height: 66px; }
.tg-logo { display: flex; align-items: center; }
.tg-logo-img { height: 42px; width: auto; }
.tg-nav { display: flex; gap: 26px; margin-left: 18px; }
.tg-nav a {
  text-decoration: none; color: var(--navy-800); font-family: var(--font-display);
  font-weight: 600; font-size: 0.95rem; padding: 6px 0; position: relative;
}
.tg-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--red-600); transition: width var(--dur-base) var(--ease-out);
}
.tg-nav a:hover::after { width: 100%; }
.tg-header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.tg-header-phone {
  text-decoration: none; font-family: var(--font-display); font-weight: 700;
  color: var(--navy-800); font-size: 0.95rem; white-space: nowrap;
}
.tg-header-phone:hover { color: var(--red-600); }

/* Hamburger — hidden on desktop, shown ≤760px */
.tg-burger {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0; margin-right: -8px;
  background: transparent; border: none; cursor: pointer;
  flex-direction: column; gap: 5px;
}
.tg-burger span {
  display: block; width: 24px; height: 2.5px; border-radius: 2px;
  background: var(--navy-800);
  transition: transform var(--dur-base) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}
.tg-header:not(.is-solid) .tg-burger span { background: #fff; }
.tg-header.is-open .tg-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.tg-header.is-open .tg-burger span:nth-child(2) { opacity: 0; }
.tg-header.is-open .tg-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile dropdown nav panel */
.tg-mobile-nav {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: none;
}
.tg-mobile-nav.is-open {
  display: block;
}
@media (prefers-reduced-motion: no-preference) {
  .tg-mobile-nav.is-open { animation: tg-navdrop var(--dur-base) var(--ease-out); }
}
@keyframes tg-navdrop {
  from { transform: translateY(-8px); }
  to   { transform: none; }
}
.tg-mobile-nav-inner { display: flex; flex-direction: column; gap: 4px; padding-top: 12px; padding-bottom: 20px; }
.tg-mobile-link {
  text-decoration: none; color: var(--navy-800); font-family: var(--font-display);
  font-weight: 700; font-size: 1.1rem; padding: 13px 4px; border-bottom: 1px solid var(--ice-200);
}
.tg-mobile-link:active { color: var(--red-600); }
.tg-mobile-phone {
  text-decoration: none; color: var(--blue-600); font-family: var(--font-display);
  font-weight: 700; font-size: 1rem; padding: 14px 4px 16px;
}

/* The header sits over the navy hero — give links light colour until solid. */
.tg-header:not(.is-solid) .tg-nav a,
.tg-header:not(.is-solid) .tg-header-phone { color: #fff; }
.tg-header:not(.is-solid) .tg-nav a:hover { color: #fff; }

/* ---------------------------------------------------------- Hero */
.tg-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(43,168,224,0.45), transparent 55%),
    radial-gradient(90% 70% at 0% 110%, rgba(20,136,201,0.30), transparent 60%),
    linear-gradient(160deg, #0E3A5C 0%, #0A2C47 60%, #08263d 100%);
  color: #fff;
  margin-top: -66px; padding-top: 66px; /* pull under the transparent header */
}
.tg-hero-watermark {
  position: absolute; right: -120px; top: 40px; width: 620px; opacity: 0.06;
  z-index: -1; pointer-events: none; filter: grayscale(1) brightness(3);
}
.tg-hero-inner {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center;
  padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(48px, 6vw, 80px);
}
.tg-hero-eyebrow {
  font-family: var(--font-display); font-weight: 700; font-size: 0.8rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-300);
}
.tg-hero-title {
  margin: 16px 0 0; font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.75rem); line-height: 0.98; letter-spacing: -0.025em;
}
.tg-hero-title span { color: var(--blue-400); }
.tg-hero-lead {
  margin: 22px 0 0; max-width: 46ch; font-size: 1.125rem; line-height: 1.6;
  color: rgba(255,255,255,0.84);
}
.tg-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.tg-hero-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.tg-hero-fact { font-size: 0.95rem; color: rgba(255,255,255,0.82); font-weight: 600; }
.tg-hero-fact-link { text-decoration: none; }
.tg-hero-fact-link:hover { color: #fff; }

.tg-openpill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22);
  padding: 8px 15px; border-radius: var(--radius-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; color: #fff;
}
.tg-openpill .tg-dot { width: 9px; height: 9px; border-radius: 50%; background: #9fb3c2; box-shadow: 0 0 0 0 rgba(43,162,75,0.5); }
.tg-openpill.is-open .tg-dot { background: #41d27a; animation: tg-pulse 2.4s infinite; }
.tg-openpill-sub { font-weight: 600; color: rgba(255,255,255,0.7); font-size: 0.78rem; padding-left: 4px; }
.tg-openpill.sm { background: var(--ice-100); border-color: var(--line); color: var(--navy-800); }
.tg-openpill.sm .tg-dot { background: #9fb3c2; }
.tg-openpill.sm.is-open .tg-dot { background: #2BA24B; }
@keyframes tg-pulse { 0%{box-shadow:0 0 0 0 rgba(65,210,122,0.5);} 70%{box-shadow:0 0 0 8px rgba(65,210,122,0);} 100%{box-shadow:0 0 0 0 rgba(65,210,122,0);} }

.tg-hero-badge { display: flex; flex-direction: column; align-items: center; gap: 22px; }

/* ---------------------------------------------------------- Hero slider */
.tg-slider { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.tg-slider-frame {
  position: relative; width: 100%; aspect-ratio: 786 / 676;
  border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.10);
  background: #2a3338;
}
.tg-slide {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; transform: scale(1.04);
  transition: opacity var(--dur-slow) var(--ease-out), transform 5200ms linear;
  pointer-events: none;
}
.tg-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.tg-slide-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tg-slide-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; gap: 3px;
  padding: 70px 26px 24px;
  background: linear-gradient(to top, rgba(18,24,28,0.92) 4%, rgba(18,24,28,0.55) 38%, transparent 78%);
  text-align: left;
}
.tg-slide-cat {
  font-family: var(--font-display); font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-300);
}
.tg-slide-name { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: #fff; line-height: 1.05; }
.tg-slide-desc { font-size: 0.9rem; color: rgba(255,255,255,0.78); margin-top: 2px; }
.tg-slide-price {
  align-self: flex-start; margin-top: 10px;
  background: var(--action-primary); color: #fff; box-shadow: var(--shadow-red);
  font-family: var(--font-display); font-weight: 800; font-size: 0.95rem;
  padding: 6px 14px; border-radius: var(--radius-pill);
}
.tg-slider-emblem {
  position: absolute; top: 16px; right: 16px; width: 58px; height: 58px;
  border-radius: 50%; padding: 7px; background: rgba(255,255,255,0.92);
  box-shadow: 0 8px 22px rgba(0,0,0,0.35); z-index: 3;
}
.tg-slider-arrow {
  position: absolute; top: 38%; transform: translateY(-50%); z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.30);
  color: #fff; font-size: 1.6rem; line-height: 1; padding-bottom: 3px;
  backdrop-filter: blur(6px); opacity: 0; transition: opacity var(--dur-base) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.tg-slider-frame:hover .tg-slider-arrow { opacity: 1; }
.tg-slider-arrow:hover { background: rgba(255,255,255,0.30); }
.tg-slider-arrow.prev { left: 14px; }
.tg-slider-arrow.next { right: 14px; }
.tg-slider-dots { display: flex; gap: 9px; }
.tg-slider-dot {
  width: 9px; height: 9px; border-radius: 50%; cursor: pointer; padding: 0;
  background: rgba(255,255,255,0.28); border: none;
  transition: all var(--dur-base) var(--ease-out);
}
.tg-slider-dot.is-active { background: var(--blue-400); width: 26px; border-radius: 5px; }

.tg-hero-badge-halo {
  width: min(340px, 70vw); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, transparent 72%);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
}
.tg-hero-badge-emblem { width: 76%; filter: drop-shadow(0 18px 40px rgba(0,0,0,0.4)); }
.tg-hero-badge-foot { text-align: center; max-width: 280px; }
.tg-hero-badge-foot strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #fff; }
.tg-hero-badge-foot span { display: block; margin-top: 6px; color: rgba(255,255,255,0.72); font-size: 0.9rem; line-height: 1.5; }

.tg-hero-strip {
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 40px;
  padding: 18px var(--gutter);
}
.tg-hero-strip span {
  font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7);
  position: relative;
}
.tg-hero-strip span:not(:last-child)::after {
  content: "•"; position: absolute; right: -22px; color: var(--blue-400); opacity: 0.7;
}

/* ---------------------------------------------------------- Section shell */
.tg-section { padding-block: var(--section-y); }
.tg-section-head { max-width: 680px; }
.tg-eyebrow-line {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-500);
}
.tg-eyebrow-line span { flex: 0 0 auto; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.tg-section-title {
  margin: 14px 0 0; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.05; letter-spacing: -0.02em;
  color: var(--navy-800);
}
.tg-section-sub { margin: 14px 0 0; color: var(--text-muted); font-size: 1.05rem; line-height: 1.55; max-width: 60ch; }

/* ---------------------------------------------------------- Highlights */
.tg-highlights { background: var(--bg-page-alt); }
.tg-highlight-grid {
  margin-top: 40px; display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.tg-hcard {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 24px 22px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; min-height: 230px;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  overflow: hidden;
}
.tg-hcard::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; }
.tg-hcard.tone-navy::before { background: var(--navy-800); }
.tg-hcard.tone-red::before { background: var(--red-600); }
.tg-hcard.tone-blue::before { background: var(--blue-500); }
.tg-hcard.tone-green::before { background: var(--tag-veg-bg); }
.tg-hcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tg-hcard-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tg-hcard-tag {
  font-family: var(--font-display); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--navy-700); background: var(--ice-100);
  border-radius: var(--radius-pill); padding: 4px 11px;
}
.tg-hcard-price { font-family: var(--font-display); font-weight: 800; color: var(--price); font-size: 1.05rem; white-space: nowrap; }
.tg-hcard-name { margin: 16px 0 0; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--navy-800); letter-spacing: -0.01em; }
.tg-hcard-desc { margin: 8px 0 0; color: var(--text-muted); font-size: 0.92rem; line-height: 1.5; flex: 1; }
.tg-hcard-link {
  margin-top: 16px; align-self: flex-start; background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; color: var(--navy-800);
}
.tg-hcard-link:hover { color: var(--red-600); }

/* ---------------------------------------------------------- Menu */
.tg-menu-section { background: var(--bg-page); padding-bottom: clamp(48px, 6vw, 88px); }
.tg-catnav {
  position: sticky; top: 66px; z-index: 50;
  background: rgba(246,251,253,0.92); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin-top: 36px;
}
.tg-catnav-inner {
  max-width: var(--container); margin-inline: auto;
  display: flex; gap: 8px; overflow-x: auto; padding: 12px var(--gutter);
  scrollbar-width: none;
}
.tg-catnav-inner::-webkit-scrollbar { display: none; }
.tg-cat-tab {
  flex: none; cursor: pointer; border: 1px solid var(--line); background: #fff;
  border-radius: var(--radius-pill); padding: 9px 16px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700; font-size: 0.875rem; color: var(--navy-700);
  transition: all var(--dur-fast) var(--ease-out);
}
.tg-cat-tab:hover { border-color: var(--blue-300); color: var(--navy-900); }
.tg-cat-tab[data-active="true"] { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }

.tg-boards { margin-top: 44px; display: flex; flex-direction: column; gap: 28px; }
.tg-board {
  background: var(--surface-card); border: 1px solid var(--line);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-sm);
  padding: clamp(22px, 3vw, 38px); scroll-margin-top: 132px;
}
.tg-board-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-bottom: 6px; }
.tg-board-kicker { font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-500); }
.tg-board-title { margin: 6px 0 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--navy-800); letter-spacing: -0.015em; }
.tg-board-note { margin: 4px 0 0; color: var(--text-muted); font-size: 0.92rem; line-height: 1.5; max-width: 72ch; }
.tg-items-grid {
  margin-top: 18px; display: grid; gap: 0 44px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.tg-menu-foot { margin: 26px 0 0; text-align: center; color: var(--text-muted); font-size: 0.85rem; }

/* Pizza */
.tg-pizza-group { margin-top: 20px; }
.tg-pizza-grouphead { display: flex; align-items: center; gap: 14px; padding: 8px 0 6px; border-bottom: 2px solid var(--ice-200); }
.tg-pricetag { font-family: var(--font-display); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red-600); }
.tg-pizza-groupprice { margin-left: auto; font-family: var(--font-display); font-weight: 800; color: var(--navy-800); }
.tg-extras { margin-top: 22px; padding-top: 18px; border-top: 1px dashed var(--line); }
.tg-extras-label { font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-700); }
.tg-extras-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.tg-extra-chip { background: var(--ice-100); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 6px 13px; font-size: 0.85rem; color: var(--ink-700); }
.tg-extra-chip strong { color: var(--price); font-family: var(--font-display); font-weight: 800; }

/* ---------------------------------------------------------- About */
.tg-about { background: var(--surface-navy); color: #fff; }
.tg-about .tg-section-title { color: #fff; }
.tg-about .tg-eyebrow-line { color: var(--blue-300); }
.tg-about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.tg-about-copy p { margin: 18px 0 0; color: rgba(255,255,255,0.82); font-size: 1.05rem; line-height: 1.65; max-width: 52ch; }
.tg-about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tg-about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tg-fact-tile {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg); padding: 24px 22px;
}
.tg-fact-tile strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.85rem; color: var(--blue-400); letter-spacing: -0.01em; }
.tg-fact-tile span { display: block; margin-top: 6px; color: rgba(255,255,255,0.78); font-size: 0.95rem; }

/* ---------------------------------------------------------- Visit */
.tg-visit { background: var(--bg-page-alt); }
.tg-visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.tg-visit-rows { margin-top: 24px; display: flex; flex-direction: column; gap: 0; }
.tg-visit-row { display: flex; gap: 20px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.tg-visit-k { width: 92px; flex: none; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.tg-visit-v { font-size: 1.05rem; font-weight: 600; color: var(--navy-800); }
.tg-link { text-decoration: none; color: var(--blue-600); }
.tg-link:hover { color: var(--red-600); }
.tg-hours { margin-top: 26px; }
.tg-hours h4 { margin: 0 0 12px; font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--navy-800); }
.tg-hours ul { list-style: none; margin: 0; padding: 0; }
.tg-hours li { display: flex; justify-content: space-between; padding: 8px 12px; border-radius: var(--radius-sm); color: var(--ink-700); font-size: 0.95rem; }
.tg-hours li span:first-child { font-weight: 600; }
.tg-hours li span:last-child { font-family: var(--font-display); font-weight: 700; color: var(--navy-800); }
.tg-hours li.is-today { background: var(--ice-200); }
.tg-hours-note { margin: 12px 0 0; color: var(--text-muted); font-size: 0.85rem; }
.tg-visit-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.tg-map {
  position: relative; overflow: hidden; text-decoration: none;
  border-radius: var(--radius-xl); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  background: linear-gradient(160deg, #d8eef6 0%, #c2dcec 100%); min-height: 360px;
  display: flex; align-items: center; justify-content: center;
}
.tg-map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(14,58,92,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,58,92,0.07) 1px, transparent 1px);
  background-size: 44px 44px;
}
.tg-map-grid::after {
  content: ""; position: absolute; left: 12%; right: -10%; top: 58%; height: 30px;
  background: rgba(43,168,224,0.35); transform: rotate(-8deg); filter: blur(1px);
}
.tg-map-pin { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 1; }
.tg-map-pin-dot {
  width: 22px; height: 22px; border-radius: 50% 50% 50% 0; background: var(--red-600);
  transform: rotate(-45deg); box-shadow: 0 8px 18px rgba(194,22,15,0.4);
  border: 3px solid #fff;
}
.tg-map-pin-label {
  background: var(--navy-800); color: #fff; font-family: var(--font-display); font-weight: 700;
  font-size: 0.85rem; padding: 6px 14px; border-radius: var(--radius-pill); box-shadow: var(--shadow-md);
}
.tg-map-cta {
  position: absolute; left: 0; right: 0; bottom: 0; text-align: center; padding: 14px;
  background: rgba(255,255,255,0.9); color: var(--navy-800); font-family: var(--font-display);
  font-weight: 700; font-size: 0.9rem;
}
.tg-map:hover .tg-map-cta { background: #fff; color: var(--red-600); }

/* ---------------------------------------------------------- Footer */
.tg-footer { background: var(--navy-900); color: rgba(255,255,255,0.78); padding-top: 60px; }
.tg-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.tg-footer-logo { height: 54px; width: auto; }
.tg-footer-brand p { margin: 18px 0 0; max-width: 36ch; line-height: 1.6; font-size: 0.95rem; }
.tg-footer-col h5 { margin: 0 0 14px; font-family: var(--font-display); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }
.tg-footer-col a, .tg-footer-col button, .tg-footer-col span {
  display: block; background: none; border: none; padding: 6px 0; text-align: left; cursor: pointer;
  color: rgba(255,255,255,0.72); text-decoration: none; font-family: var(--font-body); font-size: 0.95rem;
}
.tg-footer-col a:hover, .tg-footer-col button:hover { color: #fff; }
.tg-footer-order { color: var(--blue-300) !important; font-family: var(--font-display) !important; font-weight: 700 !important; }
.tg-footer-base {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12); padding-block: 22px; font-size: 0.82rem; color: rgba(255,255,255,0.55);
}

/* ---------------------------------------------------------- Responsive */
@media (max-width: 980px) {
  .tg-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .tg-hero-badge { order: -1; }
  .tg-hero-badge-foot { display: none; }
  .tg-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .tg-visit-grid { grid-template-columns: 1fr; gap: 28px; }
  .tg-map { min-height: 260px; }
  .tg-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .tg-nav, .tg-header-phone { display: none; }
  .tg-burger { display: inline-flex; }
  .tg-header-actions .tg-btn { display: none; }
  .tg-header-actions { gap: 8px; }
  .tg-topbar-inner span:first-child { display: none; }
  .tg-topbar-inner { justify-content: flex-end; }
  .tg-items-grid { grid-template-columns: 1fr; gap: 0; }
  .tg-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .tg-hero-strip span:not(:last-child)::after { display: none; }
  .tg-footer-grid { grid-template-columns: 1fr; }
  .tg-hero-facts { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .tg-openpill.is-open .tg-dot { animation: none; }
}
