:root {
  --ink: #101820;
  --ink-2: #263646;
  --muted: #6e7782;
  --paper: #f5f0e8;
  --panel: #fff;
  --line: rgba(16, 24, 32, 0.12);
  --accent: #f0b429;
  --accent-dark: #d89a13;
  --blue: #153a5b;
  --green: #2b6d5f;
  --shadow: 0 22px 58px rgba(16, 24, 32, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 58px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.topbar.solid {
  color: var(--ink);
  background: rgba(245, 240, 232, 0.94);
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.13);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--accent);
  font-weight: 950;
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand small { margin-top: 4px; opacity: 0.72; font-size: 0.78rem; }
nav { display: flex; justify-content: center; gap: clamp(14px, 2.2vw, 34px); font-size: 0.94rem; font-weight: 850; }
nav a { opacity: 0.84; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.lang {
  min-width: 46px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: currentColor;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-small { min-height: 40px; padding-inline: 16px; }
.btn-primary { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.58); background: rgba(255,255,255,0.08); }

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 118px clamp(18px, 5vw, 78px) 54px;
  color: #fff;
  overflow: hidden;
}
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.94) 0%, rgba(16, 24, 32, 0.76) 46%, rgba(16, 24, 32, 0.18) 100%),
    linear-gradient(0deg, rgba(16, 24, 32, 0.58), rgba(16, 24, 32, 0.04) 52%);
}
.hero-content { position: relative; z-index: 1; width: min(820px, 100%); }
.eyebrow {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  font-size: clamp(2.75rem, 6.5vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}
.hero p {
  max-width: 700px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
  line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note {
  width: min(560px, 100%);
  margin-top: 24px;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  color: rgba(255,255,255,0.75);
  background: rgba(16,24,32,0.5);
  font-size: 0.92rem;
}
.quick-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1120px, calc(100% - 36px));
  margin: -34px auto 0;
  background: #fff;
  box-shadow: var(--shadow);
}
.quick-bar a {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 22px clamp(18px, 2.4vw, 30px);
  border-right: 1px solid var(--line);
}
.quick-bar a:last-child { border-right: 0; }
.quick-bar span { color: var(--muted); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
.quick-bar strong { overflow-wrap: anywhere; font-size: clamp(1rem, 1.8vw, 1.35rem); }

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 118px) 0;
}
.section h2 {
  margin: 10px 0 16px;
  font-size: clamp(2rem, 4.2vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}
.section p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.72; }
.services {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
}
.section-copy { position: sticky; top: 104px; align-self: start; }
.service-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-panel button {
  min-height: 126px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.service-panel button.active, .service-panel button:hover {
  border-color: rgba(240,180,41,0.64);
  background: #fff9e8;
}
.service-panel span, .service-panel small { display: block; }
.service-panel span { font-size: 1.12rem; font-weight: 950; }
.service-panel small { margin-top: 8px; color: var(--muted); }
.service-detail {
  grid-column: span 2;
  padding: clamp(24px, 3.5vw, 38px);
  color: #fff;
  background: var(--blue);
  border-left: 6px solid var(--accent);
  box-shadow: var(--shadow);
}
.service-detail span { color: rgba(255,255,255,0.62); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.service-detail h3 { margin: 10px 0; font-size: clamp(1.5rem, 3vw, 2.45rem); }
.service-detail p { color: rgba(255,255,255,0.78); }
.service-detail a { display: inline-flex; margin-top: 12px; color: #fff; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; }

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  padding-top: 0;
}
.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.proof-grid article {
  display: grid;
  align-content: space-between;
  min-height: 170px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.proof-grid strong { color: var(--green); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 0.96; }
.proof-grid span { color: var(--ink-2); line-height: 1.45; }
.route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 12px;
  align-items: stretch;
}
.route-card, .hours-card {
  padding: clamp(24px, 4vw, 46px);
  border-radius: 0;
}
.route-card { color: #fff; background: var(--ink); }
.route-card p { color: rgba(255,255,255,0.76); }
.hours-card { background: #fff; border: 1px solid var(--line); }
.hours-card dl { display: grid; gap: 16px; margin: 22px 0; }
.hours-card div { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.hours-card dt { color: var(--muted); font-weight: 900; text-transform: uppercase; }
.hours-card dd { margin: 0; font-weight: 950; }
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  padding-top: 0;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 8px; }
.contact-form label span { color: var(--muted); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfbfa;
}
.contact-form textarea { resize: vertical; }
output {
  display: none;
  padding: 14px;
  color: var(--ink);
  background: #fff8e6;
  border: 1px solid rgba(240,180,41,0.44);
  border-radius: 8px;
  line-height: 1.55;
  white-space: pre-wrap;
}
output.has-content { display: block; }
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 72px) 92px;
  color: rgba(255,255,255,0.74);
  background: var(--ink);
}
.footer a { color: #fff; font-weight: 900; }
.mobile-bar {
  position: fixed;
  z-index: 60;
  inset: auto 10px 10px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16,24,32,0.34);
}
.mobile-bar a {
  display: grid;
  min-height: 52px;
  place-items: center;
  color: var(--ink);
  background: var(--accent);
  border-right: 1px solid rgba(16,24,32,0.16);
  font-weight: 950;
}
.mobile-bar a:last-child { border-right: 0; }

@media (max-width: 920px) {
  .topbar { grid-template-columns: 1fr auto; color: var(--ink); background: rgba(245, 240, 232, 0.94); box-shadow: 0 12px 32px rgba(16, 24, 32, 0.13); }
  nav, .brand small { display: none; }
  .hero { min-height: 88vh; padding-top: 106px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(16,24,32,0.86), rgba(16,24,32,0.35)), linear-gradient(90deg, rgba(16,24,32,0.82), rgba(16,24,32,0.24)); }
  .quick-bar, .services, .proof, .route, .contact { grid-template-columns: 1fr; }
  .section-copy { position: static; }
}
@media (max-width: 680px) {
  .top-actions .btn { display: none; }
  .hero { min-height: 86vh; padding: 104px 18px 40px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 4.05rem); }
  .hero-actions .btn { width: 100%; }
  .quick-bar, .proof-grid, .service-panel { grid-template-columns: 1fr; }
  .service-detail { grid-column: auto; }
  .quick-bar a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-bar a:last-child { border-bottom: 0; }
  .section { width: min(100% - 28px, 1180px); }
  .section h2 { font-size: clamp(1.95rem, 9vw, 3rem); }
  .mobile-bar { display: grid; }
}

