/* ==========================================================================
   구로누수전문 - design tokens (classic corporate, green accent)
   ========================================================================== */
:root {
  --bg: #f5f7f6;
  --bg-alt: #eaf3ee;
  --surface: #ffffff;

  --navy: #17324a;
  --navy-dark: #0f2233;
  --green: #0e8f5f;
  --green-dark: #0a6f49;
  --green-hover: #085c3c;
  --amber: #f0a202;

  --ink: #1f2937;
  --ink-soft: #4b5563;
  --ink-muted: #6b7280;
  --ink-inverse: #e7ece9;
  --ink-inverse-muted: #a9b8b1;

  --border: rgba(23, 50, 74, 0.1);
  --border-strong: rgba(23, 50, 74, 0.16);

  --radius-lg: 1.1rem;
  --radius-md: 0.8rem;
  --radius-full: 999px;

  --container: 1240px;
  --container-narrow: 860px;

  --shadow-card: 0 18px 40px -28px rgba(23, 50, 74, 0.45), 0 2px 8px rgba(23, 50, 74, 0.05);
  --shadow-card-hover: 0 24px 50px -26px rgba(23, 50, 74, 0.5), 0 4px 10px rgba(23, 50, 74, 0.07);

  font-size: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  line-height: 1.6; word-break: keep-all; overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { font-weight: 900; letter-spacing: -0.02em; color: var(--navy); margin: 0; }
p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }

a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 4px;
}
.site-footer :focus-visible, .cta-box :focus-visible, .slide :focus-visible { outline-color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -3.5rem; background: var(--green-dark); color: #fff;
  padding: 0.75rem 1.25rem; border-radius: var(--radius-md); font-weight: 700; z-index: 1000; transition: top 0.2s ease;
}
.skip-link:focus { top: 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: var(--container-narrow); }

.text-accent { color: var(--green-dark); }
.text-center { text-align: center; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  border-radius: var(--radius-full); font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  border: 2px solid transparent;
}
.btn-primary { background: var(--green-dark); color: #fff; box-shadow: 0 14px 30px -10px rgba(10, 111, 73, 0.5); border-color: var(--green-dark); }
.btn-primary:hover { background: var(--green-hover); border-color: var(--green-hover); transform: translateY(-2px); }
.btn-dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-dark:hover { background: var(--navy-dark); border-color: var(--navy-dark); transform: translateY(-2px); }
.btn-outline { background: var(--surface); color: var(--navy); border-color: var(--border-strong); }
.btn-outline:hover { background: var(--bg-alt); border-color: var(--navy); }
.btn-cta { background: #fff; color: var(--navy); box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.35); }
.btn-cta:hover { background: var(--bg-alt); transform: translateY(-3px); }
.btn-compact { padding: 0.5rem 1.15rem; font-size: 0.85rem; line-height: 1.2; flex-direction: column; gap: 0.1rem; }
.btn-strong { font-weight: 900; }
.btn-large { padding: 1.05rem 2.1rem; font-size: 1.05rem; }
.btn-xl { padding: 1.3rem 2.75rem; font-size: 1.3rem; }
.btn-xl:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* ==========================================================================
   Top bar / Header / Nav
   ========================================================================== */
.top-bar { background: var(--navy); color: var(--ink-inverse-muted); font-size: 0.82rem; font-weight: 600; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1.5rem; }
.top-bar a { color: #fff; }
.top-bar a:hover { color: var(--amber); }

.site-nav {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--border);
}
.nav-inner { padding: 0.9rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 1.3rem; font-weight: 900; color: var(--navy); letter-spacing: -0.02em; white-space: nowrap; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: linear-gradient(140deg, var(--navy), var(--green-dark));
  box-shadow: 0 6px 14px -4px rgba(23, 50, 74, 0.4);
}
.brand-mark svg { width: 1.15rem; height: 1.15rem; }

.primary-nav ul { display: flex; gap: 2rem; }
.nav-item { position: relative; }

.primary-nav > ul > .nav-item > a {
  display: inline-block; padding: 0.5rem 0; font-size: 0.95rem; font-weight: 700; color: var(--ink-muted);
  transition: color 0.2s ease;
}
.primary-nav a:hover, .primary-nav a.is-active { color: var(--green-dark); }

.sub-menu {
  visibility: hidden; opacity: 0; pointer-events: none;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 10.5rem; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: 0.4rem; z-index: 10;
  transition: opacity 0.15s ease;
}
.nav-item.has-children:hover .sub-menu,
.nav-item.has-children:focus-within .sub-menu { visibility: visible; opacity: 1; pointer-events: auto; }

.sub-menu li a { display: block; padding: 0.55rem 0.8rem; border-radius: 0.4rem; font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); white-space: nowrap; }
.sub-menu li a:hover, .sub-menu li a.is-active { background: var(--bg-alt); color: var(--navy); }

.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { display: none; width: 2.4rem; height: 2.4rem; border: 1px solid var(--border-strong); border-radius: var(--radius-md); position: relative; }
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after {
  content: ""; position: absolute; left: 25%; width: 50%; height: 2px; background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle-bar { top: 50%; transform: translateY(-50%); }
.nav-toggle-bar::before { top: -7px; }
.nav-toggle-bar::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px) {
  .top-bar-inner { flex-direction: column; gap: 0.2rem; text-align: center; padding: 0.6rem 1rem; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--surface);
    border-bottom: 1px solid var(--border); box-shadow: var(--shadow-card);
    max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
  }
  .primary-nav ul { flex-direction: column; gap: 0; padding: 0.5rem 1.5rem 1rem; }
  .primary-nav > ul > .nav-item > a { display: block; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }

  .sub-menu {
    visibility: visible; opacity: 1; pointer-events: auto;
    display: block; position: static; transform: none; box-shadow: none;
    border: none; padding: 0 0 0.5rem 1rem; background: transparent;
  }
  .nav-item.has-children .sub-menu { display: none; }
  .nav-item.has-children.is-open .sub-menu { display: block; }

  .primary-nav.is-open { max-height: 28rem; overflow-y: auto; }
  .btn-compact { display: none; }
}

/* ==========================================================================
   Slide banner
   ========================================================================== */
.slide { position: relative; width: 100%; height: min(60vh, 560px); min-height: 340px; overflow: hidden; background: var(--navy-dark); }

.slide-track { position: relative; width: 100%; height: 100%; }

.slide-item {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 0.8s ease;
}
.slide-item.is-active { opacity: 1; visibility: visible; z-index: 1; }

.slide-item img { width: 100%; height: 100%; object-fit: cover; }

.slide-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(15,34,51,0.78) 0%, rgba(15,34,51,0.15) 55%, rgba(15,34,51,0.35) 100%);
}

.slide-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 2.5rem 1.5rem 3.25rem; color: #fff; text-align: center;
}
.slide-caption .container { max-width: var(--container-narrow); }
.slide-caption .eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 700;
  color: #c8f5df; background: rgba(14, 143, 95, 0.25); border: 1px solid rgba(14, 143, 95, 0.5);
  padding: 0.4rem 1rem; border-radius: var(--radius-full); margin-bottom: 1rem;
}
.slide-caption h1 { color: #fff; font-size: clamp(1.6rem, 3.6vw, 2.5rem); margin-bottom: 0.75rem; line-height: 1.35; }
.slide-caption p { color: rgba(255,255,255,0.85); font-weight: 500; font-size: 1rem; margin-bottom: 1.5rem; }
.slide-caption .hero-actions { display: flex; justify-content: center; gap: 0.85rem; flex-wrap: wrap; }

.slide-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 2.6rem; height: 2.6rem; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: #fff; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.2s ease;
}
.slide-nav:hover { background: rgba(255,255,255,0.3); }
.slide-prev { left: 1.25rem; }
.slide-next { right: 1.25rem; }

.slide-dots { position: absolute; left: 0; right: 0; bottom: 1rem; z-index: 3; display: flex; justify-content: center; gap: 0.5rem; }
.slide-dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: rgba(255,255,255,0.4); transition: background-color 0.2s ease, transform 0.2s ease; }
.slide-dot.is-active { background: #fff; transform: scale(1.2); }

@media (max-width: 640px) {
  .slide { height: 68vh; min-height: 420px; }
  .slide-nav { width: 2.1rem; height: 2.1rem; font-size: 1rem; }
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 5rem 0; position: relative; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 3.25rem; }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); margin-bottom: 0.9rem; line-height: 1.35; }
.section-head p { color: var(--ink-muted); font-size: 1.02rem; font-weight: 500; }

.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid-3 { grid-template-columns: 1fr; } .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .grid-4 { grid-template-columns: 1fr; } }

/* ==========================================================================
   Cards
   ========================================================================== */
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 2rem; position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
@media (prefers-reduced-motion: reduce) { .card:hover { transform: none; } }

.icon-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3.4rem; height: 3.4rem; border-radius: 50%; font-size: 1.55rem; margin-bottom: 1.1rem;
}
.icon-circle--green { background: rgba(14, 143, 95, 0.12); }
.icon-circle--navy { background: rgba(23, 50, 74, 0.08); }
.icon-circle--amber { background: rgba(240, 162, 2, 0.14); }

.info-card h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.info-card p { color: var(--ink-muted); font-weight: 500; line-height: 1.7; }

/* ==========================================================================
   Quick menu (홈 - 회사소개/서비스소개 바로가기)
   ========================================================================== */
.quick-menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
@media (max-width: 860px) { .quick-menu { grid-template-columns: repeat(2, 1fr); } }
.quick-item {
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem; text-align: center;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.75rem 1rem; box-shadow: var(--shadow-card); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.quick-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.quick-item .icon-circle { margin-bottom: 0; }
.quick-item span { font-weight: 700; color: var(--navy); font-size: 0.95rem; }

/* ==========================================================================
   Color band (홈 - 컬러 카피 배너)
   ========================================================================== */
.color-band { background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%); padding: 3.25rem 0; text-align: center; color: #fff; }
.color-band h2 { color: #fff; font-size: clamp(1.4rem, 3.2vw, 2rem); margin-bottom: 0.7rem; }
.color-band p { color: rgba(255,255,255,0.85); font-weight: 500; margin-bottom: 1.5rem; font-size: 1rem; }

/* ==========================================================================
   Quick-link row (홈 - 좌측 타일 / 연락처 / 우측 타일)
   ========================================================================== */
.quicklink-row { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 1.25rem; align-items: stretch; }
@media (max-width: 860px) { .quicklink-row { grid-template-columns: 1fr; } }

.quicklink-col { display: flex; flex-direction: column; gap: 1.25rem; }

.quicklink-tile {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  border-radius: var(--radius-lg); overflow: hidden; min-height: 9rem; padding: 1.4rem;
  color: #fff; flex: 1; box-shadow: var(--shadow-card); transition: box-shadow 0.2s ease;
}
.quicklink-tile:hover { box-shadow: var(--shadow-card-hover); }
.quicklink-tile::before {
  content: ""; position: absolute; inset: 0; background-image: var(--tile-img);
  background-size: cover; background-position: center;
}
.quicklink-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,34,51,0.85) 10%, rgba(15,34,51,0.3) 100%); }
.quicklink-tile h2, .quicklink-tile p { position: relative; z-index: 1; }
.quicklink-tile h2 { color: #fff; font-size: 1.02rem; margin-bottom: 0.3rem; }
.quicklink-tile p { color: rgba(255,255,255,0.85); font-size: 0.84rem; font-weight: 600; }

.quicklink-contact {
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
}
.quicklink-contact .tel { font-size: 1.35rem; font-weight: 900; color: var(--navy); }
.quicklink-contact .tel2 { font-size: 0.95rem; font-weight: 700; color: var(--green-dark); margin: 0.2rem 0 1rem; }
.quicklink-contact p { color: var(--ink-muted); font-weight: 500; font-size: 0.9rem; }

/* ==========================================================================
   Equipment / highlight grid (홈 - 사진 위 텍스트 오버레이)
   ========================================================================== */
.equip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 760px) { .equip-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .equip-grid { grid-template-columns: 1fr; } }

.equip-item { position: relative; display: block; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); }
.equip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.equip-item:hover img, .equip-item:focus-visible img { transform: scale(1.08); }
@media (prefers-reduced-motion: reduce) { .equip-item:hover img, .equip-item:focus-visible img { transform: none; } }

.equip-caption {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1rem; background: linear-gradient(0deg, rgba(15,34,51,0.85) 0%, rgba(15,34,51,0.05) 60%);
  opacity: 0; transition: opacity 0.25s ease;
}
.equip-item:hover .equip-caption, .equip-item:focus-visible .equip-caption { opacity: 1; }
.equip-caption h3 { color: #fff; font-size: 0.98rem; margin-bottom: 0.2rem; }
.equip-caption p { color: rgba(255,255,255,0.85); font-size: 0.8rem; font-weight: 600; }

@media (max-width: 640px) {
  .equip-caption { opacity: 1; background: linear-gradient(0deg, rgba(15,34,51,0.78) 0%, rgba(15,34,51,0.05) 70%); }
}

/* ==========================================================================
   Board preview row (홈 - 공지사항 / 사진갤러리 / 자주묻는질문 미리보기)
   ========================================================================== */
.board-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 860px) { .board-row { grid-template-columns: 1fr; } }

.board-col { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; }
.widget-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1rem; }
.widget-head h3 { font-size: 1.05rem; }
.widget-head a { font-size: 0.82rem; font-weight: 700; color: var(--ink-muted); }
.widget-head a:hover { color: var(--green-dark); }

.board-col .notice-item { padding: 0.75rem 0; }
.board-col .notice-item:first-child { border-top: none; }

.board-photo-list { display: flex; flex-direction: column; gap: 0.85rem; }
.board-photo-item { display: flex; align-items: center; gap: 0.75rem; }
.board-photo-item img { width: 3.2rem; height: 3.2rem; border-radius: 0.4rem; object-fit: cover; flex-shrink: 0; }
.board-photo-item span { font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }

/* ==========================================================================
   Photo gallery
   ========================================================================== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 960px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.gallery-item {
  position: relative; border-radius: var(--radius-md); overflow: hidden; cursor: pointer;
  aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); background: var(--navy);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
@media (prefers-reduced-motion: reduce) { .gallery-item:hover { transform: none; } }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .cap {
  position: absolute; inset: auto 0 0 0; padding: 0.75rem 0.9rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0));
  color: #fff; font-size: 0.82rem; font-weight: 700;
}

.gallery-more { text-align: center; margin-top: 2.25rem; }

/* ==========================================================================
   Lightbox
   ========================================================================== */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10, 15, 20, 0.9); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.lightbox[hidden] { display: none; }
.lightbox-inner { max-width: min(90vw, 860px); max-height: 85vh; position: relative; }
.lightbox-inner img { max-width: 100%; max-height: 78vh; border-radius: var(--radius-md); margin: 0 auto; }
.lightbox-close {
  position: absolute; top: -3rem; right: 0; width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: rgba(255,255,255,0.12); color: #fff; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { background: rgba(255,255,255,0.22); }

/* ==========================================================================
   Reviews
   ========================================================================== */
.stars { color: var(--amber); letter-spacing: 0.1em; margin-bottom: 0.7rem; font-size: 0.88rem; }
.stars span { color: var(--navy); font-weight: 700; margin-left: 0.5rem; letter-spacing: normal; }
.quote { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 1rem; font-weight: 500; }
.quote-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--border); font-size: 0.85rem; }
.quote-name { font-weight: 700; color: var(--navy); }
.quote-tag { font-size: 0.7rem; color: var(--green-dark); background: rgba(14, 143, 95, 0.1); border: 1px solid rgba(14, 143, 95, 0.25); padding: 0.25rem 0.6rem; border-radius: var(--radius-full); }

/* ==========================================================================
   Notice / FAQ
   ========================================================================== */
.notice-list { display: flex; flex-direction: column; }
.notice-item { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--border); }
.notice-item:first-child { border-top: 1px solid var(--border-strong); }
.notice-title { font-weight: 700; color: var(--navy); }
.notice-tag { display: inline-block; margin-right: 0.6rem; font-size: 0.72rem; font-weight: 800; color: var(--green-dark); background: rgba(14, 143, 95, 0.1); padding: 0.2rem 0.55rem; border-radius: var(--radius-full); }
.notice-date { font-size: 0.85rem; color: var(--ink-muted); font-weight: 600; white-space: nowrap; }

.accordion { display: flex; flex-direction: column; gap: 0.9rem; }
.accordion-item { padding: 0; overflow: hidden; }
.accordion-item:hover { transform: none; box-shadow: var(--shadow-card); }
.accordion-item h3 { margin: 0; font-size: 1rem; }
.accordion-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.35rem 1.6rem; text-align: left; font-weight: 700; font-size: 1rem; color: var(--navy);
}
.chevron { color: var(--ink-muted); font-size: 1.2rem; transition: transform 0.2s ease; flex-shrink: 0; }
.accordion-trigger[aria-expanded="true"] .chevron { transform: rotate(180deg); }
.accordion-panel { padding: 0 1.6rem 1.3rem; border-top: 1px solid var(--border); padding-top: 1rem; color: var(--ink-soft); font-weight: 500; line-height: 1.7; }

/* ==========================================================================
   Map / location
   ========================================================================== */
.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid var(--border); }
.map-frame iframe { width: 100%; height: 360px; border: 0; display: block; }
.info-list { display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.4rem; }
.info-list li { display: flex; gap: 0.75rem; font-size: 0.95rem; color: var(--ink-soft); font-weight: 600; }
.info-list li strong { color: var(--navy); min-width: 5rem; flex-shrink: 0; }

/* ==========================================================================
   Final CTA
   ========================================================================== */
.cta-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--green-dark) 100%);
  border-radius: 1.5rem; padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1.5rem, 5vw, 3rem);
  box-shadow: 0 30px 60px -28px rgba(15, 34, 51, 0.5);
}
.cta-box h2 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.35; margin-bottom: 1rem; }
.cta-box p { font-size: 1.05rem; color: var(--ink-inverse); font-weight: 500; margin-bottom: 1.85rem; }

.btn-row { display: flex; justify-content: center; gap: 0.85rem; flex-wrap: wrap; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy-dark); padding: 2.75rem 0; font-size: 0.88rem; color: var(--ink-inverse-muted); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; }
.footer-brand { color: var(--ink-inverse); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a:hover { color: #fff; }
@media (max-width: 640px) { .footer-inner { flex-direction: column; text-align: center; } }

/* ==========================================================================
   Sub-page hero (light)
   ========================================================================== */
.page-hero { padding: 3.5rem 0 3rem; text-align: center; background: var(--bg-alt); }
.page-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 700;
  color: var(--green-dark); background: rgba(14, 143, 95, 0.1); border: 1px solid rgba(14, 143, 95, 0.3);
  padding: 0.4rem 1rem; border-radius: var(--radius-full); margin-bottom: 1.1rem;
}
.page-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.2rem); margin-bottom: 0.8rem; }
.page-hero p { color: var(--ink-muted); font-weight: 500; font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* ==========================================================================
   Legal pages
   ========================================================================== */
.legal-hero { padding: 3.5rem 0 2.5rem; text-align: center; background: var(--bg-alt); }
.legal-hero p { color: var(--ink-muted); font-weight: 600; margin-top: 0.5rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--ink-muted); margin-bottom: 1.4rem; }
.back-link:hover { color: var(--navy); }
.legal-content { padding-bottom: 5.5rem; }
.legal-content section { margin-bottom: 2.25rem; }
.legal-content h2 { font-size: 1.25rem; margin-bottom: 0.85rem; padding-top: 0.5rem; }
.legal-content h3 { font-size: 1rem; margin: 1.2rem 0 0.5rem; }
.legal-content p { color: var(--ink-soft); line-height: 1.8; margin-bottom: 0.7rem; }
.legal-content ol, .legal-content ul { list-style: revert; padding-left: 1.4rem; margin: 0 0 1rem; color: var(--ink-soft); line-height: 1.8; }
.legal-content li { margin-bottom: 0.4rem; }
.legal-content strong { color: var(--navy); }
.legal-content .table-scroll { margin: 1rem 0 1.5rem; overflow-x: auto; }

table { width: 100%; min-width: 460px; border-collapse: collapse; text-align: left; font-size: 0.88rem; }
thead th { color: var(--ink-muted); font-weight: 700; padding-bottom: 0.7rem; border-bottom: 1px solid var(--border-strong); }
tbody th, tbody td { padding: 1rem 0.7rem 1rem 0; vertical-align: top; border-bottom: 1px solid var(--border); color: var(--ink-soft); font-weight: 500; }
tbody th { color: var(--navy); font-weight: 700; }
