:root {
  --ink: #252525;
  --muted: #6b665d;
  --paper: #f5f1e9;
  --surface: #fffdf8;
  --line: #ddd4c4;
  --gold: #d2a454;
  --gold-soft: #f0dfbc;
  --teal: #1d746f;
  --coral: #bd4d43;
  --charcoal: #1e1e1e;
  --shadow: 0 18px 52px rgba(50, 43, 34, .13);
}

* { 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;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, strong, small { overflow-wrap: anywhere; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(16px, 4vw, 52px);
  background: rgba(245, 241, 233, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand, .site-header nav, .header-actions, .hero-actions, .proof-row, .quick-strip a, .panel-actions, .site-footer, .mobile-bar { display: flex; align-items: center; }
.brand { gap: 12px; min-width: 230px; text-decoration: none; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--charcoal);
  border-radius: 50%;
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; }
.site-header nav { gap: 8px; flex-wrap: wrap; justify-content: center; }
.site-header nav a, .lang-toggle, .header-call {
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.site-header nav a:hover, .lang-toggle:hover, .header-call:hover { background: white; border-color: var(--line); }
.header-actions { gap: 8px; }
.lang-toggle, .header-call { background: var(--surface); border-color: var(--line); color: var(--ink); cursor: pointer; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(38px, 6vw, 82px) clamp(16px, 4vw, 52px) 24px;
}
.hero-copy { max-width: 820px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: 76px;
  line-height: .96;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.04;
  letter-spacing: 0;
}
h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: 0;
}
.hero-copy > p:not(.eyebrow), .section-head p, .proof-copy p, .team p {
  color: var(--muted);
  font-size: 18px;
  max-width: 720px;
}
.hero-actions { gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
}
.button.primary { color: white; background: var(--charcoal); border-color: var(--charcoal); }
.button.secondary, .button.ghost { color: var(--charcoal); background: white; }
.proof-row { gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.proof-row span {
  min-width: 150px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.proof-row strong, .proof-row small { display: block; }
.proof-row strong { font-size: 28px; }
.proof-row small { color: var(--muted); font-size: 12px; }

.hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--gold-soft);
  box-shadow: var(--shadow);
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.media-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 380px;
  padding: 14px;
  color: white;
  background: rgba(30, 30, 30, .86);
  border-radius: 8px;
}
.media-caption strong, .media-caption span { display: block; }
.media-caption span { color: rgba(255,255,255,.78); font-size: 13px; }

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 22px clamp(16px, 4vw, 52px) 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.quick-strip a {
  gap: 12px;
  min-width: 0;
  padding: 16px;
  background: white;
  text-decoration: none;
}
.quick-strip span {
  flex: 0 0 auto;
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--charcoal);
  background: var(--gold-soft);
  border-radius: 8px;
  font-weight: 900;
}
.quick-strip strong, .quick-strip small { display: block; min-width: 0; }
.quick-strip small { color: var(--muted); }

.section { padding: clamp(50px, 7vw, 96px) clamp(16px, 4vw, 52px); }
.section-head { max-width: 860px; margin-bottom: 28px; }
.flow-grid {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 18px;
}
.reason-list { display: grid; gap: 10px; }
.reason {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  text-align: left;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}
.reason span {
  grid-row: span 2;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--charcoal);
  font-weight: 900;
}
.reason small { color: var(--muted); }
.reason.active { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(210, 164, 84, .22); }
.reason.active span { background: var(--gold); color: var(--charcoal); }
.reason-panel {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 42px);
  color: white;
  background: var(--charcoal);
  border-radius: 8px;
}
.panel-kicker { margin: 0 0 10px; color: var(--gold); font-weight: 900; }
.reason-panel p:not(.panel-kicker) { color: rgba(255,255,255,.78); font-size: 18px; }
.panel-actions { gap: 12px; flex-wrap: wrap; margin-top: 22px; }

.proof {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: #fbfaf6;
}
.compare {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.compare > img, .compare-mask img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.compare-mask {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  overflow: hidden;
  filter: saturate(.85) contrast(1.02);
}
.compare-mask img { width: calc(100vw - 32px); max-width: none; }
.compare input {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 16px;
  width: 90%;
  accent-color: var(--gold);
}
.compare-label {
  position: absolute;
  top: 14px;
  padding: 7px 10px;
  color: white;
  background: rgba(30,30,30,.82);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.compare-label.before { left: 14px; }
.compare-label.after { right: 14px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service {
  overflow: hidden;
  text-decoration: none;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service span, .service strong { display: block; padding-left: 16px; padding-right: 16px; }
.service span { padding-top: 16px; color: var(--teal); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.service strong { padding-top: 6px; padding-bottom: 18px; font-size: 18px; }

.team, .contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}
.team-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.team-card img { width: 150px; height: 190px; object-fit: cover; border-radius: 8px; }
.team-card strong, .team-card span { display: block; }
.team-card strong { font-size: 24px; }
.team-card span { color: var(--muted); }

.contact-card, .request-card {
  padding: clamp(20px, 4vw, 36px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-card dl { display: grid; gap: 12px; margin: 22px 0 0; }
.contact-card dt { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.contact-card dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.request-card { display: grid; gap: 14px; }
.request-card label { display: grid; gap: 6px; font-weight: 850; }
select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
  font: inherit;
}
textarea { min-height: 118px; resize: vertical; }
.request-card small { color: var(--muted); }

.site-footer {
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px clamp(16px, 4vw, 52px) 92px;
  color: white;
  background: var(--charcoal);
}
.mobile-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  display: none;
  gap: 8px;
  padding: 8px;
  background: rgba(30,30,30,.94);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.mobile-bar a {
  flex: 1;
  min-height: 46px;
  display: grid;
  place-items: center;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  font-weight: 900;
}

@media (max-width: 1100px) {
  h1 { font-size: 58px; }
  h2 { font-size: 40px; }
  .hero, .proof, .team, .contact { grid-template-columns: 1fr; }
  .quick-strip, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { align-items: flex-start; gap: 10px; }
  .site-header nav { display: none; }
  .brand { min-width: 0; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero { padding-top: 28px; }
  .hero-media, .hero-media img { min-height: 360px; }
  .quick-strip, .flow-grid, .service-grid { grid-template-columns: 1fr; }
  .reason-panel { min-height: auto; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { width: 100%; height: 320px; }
  .mobile-bar { display: flex; }
}
@media (max-width: 420px) {
  .site-header { padding-left: 12px; padding-right: 12px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 11px; }
  h1 { font-size: 34px; }
  h2 { font-size: 29px; }
  .section, .hero { padding-left: 12px; padding-right: 12px; }
}
