:root {
  --ink: #101820;
  --ink-2: #293646;
  --muted: #6d7480;
  --paper: #f5f2ec;
  --panel: #ffffff;
  --line: rgba(16, 24, 32, 0.12);
  --yellow: #f3c400;
  --yellow-dark: #d3a800;
  --blue: #173b66;
  --red: #d54032;
  --green: #2d6a62;
  --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, 242, 236, 0.95);
  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 img {
  width: 52px;
  height: 34px;
  object-fit: contain;
  padding: 4px;
  border-radius: 7px;
  background: #fff;
}
.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-weight: 850;
  font-size: 0.94rem;
}
nav a { opacity: 0.84; }
nav a:hover { opacity: 1; }
.top-actions { display: inline-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, border-color 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-small { min-height: 40px; padding-inline: 16px; }
.btn-primary { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.btn-primary:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,0.58); background: rgba(255,255,255,0.08); }
.btn-muted { background: #fff; color: var(--ink); border-color: var(--line); }

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 118px clamp(18px, 5vw, 78px) 54px;
  color: #fff;
  overflow: hidden;
}
.hero-bg, .hero-bg img, .hero-overlay { position: absolute; inset: 0; }
.hero-bg 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) 42%, rgba(16, 24, 32, 0.2) 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(--yellow);
  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.8rem, 6.8vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}
.hero p {
  max-width: 710px;
  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-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(650px, 100%);
  margin-top: 36px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.12);
}
.hero-stats span { display: grid; gap: 4px; padding: 16px; background: rgba(16,24,32,0.54); }
.hero-stats strong { font-size: 1.55rem; }
.hero-stats small { color: rgba(255,255,255,0.72); }

.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.35vw, 4.3rem);
  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.12fr);
  gap: clamp(30px, 5vw, 70px);
}
.section-copy { position: sticky; top: 104px; align-self: start; }
.service-layout { display: grid; gap: 14px; }
.service-tabs { display: grid; gap: 12px; }
.service-tabs button {
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 17px 18px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.service-tabs button.active, .service-tabs button:hover {
  border-color: rgba(243,196,0,0.6);
  background: #fffbea;
}
.service-tabs span, .service-tabs small { display: block; }
.service-tabs span { font-size: 1.12rem; font-weight: 950; }
.service-tabs small { margin-top: 6px; color: var(--muted); }
.service-detail {
  padding: clamp(24px, 3.5vw, 38px);
  color: #fff;
  background: var(--blue);
  border-left: 6px solid var(--yellow);
  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; }

.photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr;
  gap: 10px;
  width: min(1260px, calc(100% - 36px));
  margin: 0 auto;
}
.photo-grid img {
  width: 100%;
  height: clamp(230px, 27vw, 370px);
  object-fit: cover;
}
.photo-grid img:first-child {
  grid-row: span 2;
  height: 100%;
  min-height: clamp(470px, 56vw, 750px);
}

.pricing { padding-top: clamp(72px, 9vw, 118px); }
.pricing-head { width: min(850px, 100%); }
.price-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.price-grid article {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}
.price-grid span { color: var(--muted); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
.price-grid strong { margin: 14px 0 12px; color: var(--blue); font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1; }
.price-grid p { margin: 0; font-size: 0.98rem; }
.price-note { max-width: 820px; margin-top: 18px; font-size: 0.95rem !important; color: var(--muted) !important; }

.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-radius: 8px;
  border: 1px solid var(--line);
}
.proof-grid strong { color: var(--green); font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 0.96; }
.proof-grid span { color: var(--ink-2); line-height: 1.45; }

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
}
.visit-card { padding: clamp(24px, 4vw, 46px); color: #fff; background: var(--ink); }
.visit-card p { color: rgba(255,255,255,0.76); }
.visit-card dl { display: grid; gap: 16px; margin: 26px 0; }
.visit-card div { display: grid; gap: 5px; }
.visit-card dt { color: rgba(255,255,255,0.58); font-size: 0.8rem; font-weight: 900; text-transform: uppercase; }
.visit-card dd { margin: 0; font-size: 1.05rem; }
.visit-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.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; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }

.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(--yellow);
  border-right: 1px solid rgba(16,24,32,0.16);
  font-weight: 950;
}
.mobile-bar a:last-child { border-right: 0; }

@media (max-width: 1080px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: 1fr auto;
    color: var(--ink);
    background: rgba(245, 242, 236, 0.95);
    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.44)),
      linear-gradient(90deg, rgba(16, 24, 32, 0.82), rgba(16, 24, 32, 0.24));
  }
  .quick-bar, .services, .proof, .visit, .contact { grid-template-columns: 1fr; }
  .section-copy { position: static; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-grid img:first-child { grid-row: auto; grid-column: span 2; min-height: 360px; }
}

@media (max-width: 680px) {
  .top-actions .btn { display: none; }
  .hero { min-height: 86vh; padding: 104px 18px 40px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 4.4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-stats, .quick-bar, .proof-grid, .price-grid, .photo-grid { grid-template-columns: 1fr; }
  .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); }
  .photo-grid { width: min(100% - 28px, 1260px); }
  .photo-grid img, .photo-grid img:first-child {
    grid-column: auto;
    height: 260px;
    min-height: 260px;
  }
  .visit-photo img { min-height: 360px; }
  .form-actions .btn { width: 100%; }
  .mobile-bar { display: grid; }
}

