@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #151719;
  --panel: #20252a;
  --panel-2: #2f363d;
  --paper: #f3f1ed;
  --surface: #ffffff;
  --line: #d8d3cc;
  --muted: #67625b;
  --signal: #c93d2c;
  --signal-dark: #9f2c20;
  --brass: #c99a45;
  --green: #566b5f;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .94; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 1.15rem; }

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 4vw, 72px);
  background: var(--ink);
  color: #d8d3cc;
  font-size: .86rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 72px);
  background: rgba(243, 241, 237, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; }
.brand-mark {
  width: 52px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--signal);
  color: var(--white);
  letter-spacing: .06em;
}
.brand small { display: block; color: var(--muted); font-size: .78rem; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 10px 14px; border-radius: 6px; color: var(--muted); font-weight: 800; }
.site-nav a:hover, .site-nav a.is-active { background: var(--surface); color: var(--ink); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--surface); border-radius: 6px; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
  min-height: 720px;
  padding: clamp(46px, 8vw, 112px) clamp(18px, 5vw, 84px);
}
.workshop-hero { background: linear-gradient(90deg, #f3f1ed 0%, #f3f1ed 58%, #20252a 58%, #20252a 100%); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--signal); font-size: .76rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.lead, .hero-copy p:not(.eyebrow), .section-copy p, .section-head p, .team-card p, .page-intro p, .contact-card p { color: var(--muted); font-size: 1.08rem; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
}
.btn.primary { background: var(--signal); color: var(--white); }
.btn.primary:hover { background: var(--signal-dark); }
.btn.secondary { background: var(--surface); border-color: var(--line); color: var(--ink); }
.text-link { color: var(--signal); font-weight: 900; }
.hero-media { position: relative; border-radius: 6px; background: var(--panel); box-shadow: 0 30px 80px rgba(21,23,25,.25); overflow: hidden; }
.hero-media > img { width: 100%; min-height: 420px; display: block; object-fit: cover; }
.hero-note { display: flex; justify-content: space-between; gap: 18px; padding: 16px 18px; color: #e8e3dc; background: rgba(21,23,25,.92); }
.hero-note span { max-width: 360px; color: #bab3aa; }

.service-finder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 84px) clamp(50px, 7vw, 86px);
  background: var(--paper);
}
.service-finder a { min-height: 146px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.service-finder span { display: block; color: var(--signal); font-weight: 950; }
.service-finder strong, .service-finder small { display: block; }
.service-finder small { margin-top: 6px; color: var(--muted); }
.section { padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 84px); }
.two-column, .diagnostic-layout, .contact-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 74px); align-items: start; }
.section-copy { max-width: 690px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { padding-left: 28px; position: relative; color: var(--panel); font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 12px; height: 12px; border-radius: 50%; background: var(--signal); }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo-slot, .team-photo, .map-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  display: grid;
  place-items: end start;
  padding: 18px;
  border-radius: 6px;
  border: 1px dashed #b7aea3;
  background: linear-gradient(135deg, #d8d3cc, #f7f5f1);
  color: var(--muted);
  font-weight: 900;
}

.photo-real {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.photo-real img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.ai-disclosure {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(21, 23, 25, .78);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .02em;
}
.photo-slot.large { grid-row: span 2; min-height: 374px; background: linear-gradient(135deg, #394148, #d8d3cc); color: var(--white); }
.package-band, .page-hero.dark { background: var(--panel); color: var(--white); }
.section-head.compact { max-width: 760px; margin-bottom: 26px; }
.package-grid, .team-grid, .service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.package-grid article, .team-grid article, .service-detail-grid article, .contact-card, .form-card {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}
.package-band .package-grid article { border-color: rgba(255,255,255,.12); background: #2c3339; color: var(--white); }
.package-grid p, .team-grid p, .service-detail-grid p { color: var(--muted); }
.package-band .package-grid p { color: #c9c2b8; }
.package-grid strong { display: block; margin-top: 24px; font-size: 1.4rem; }
.package-tag { display: inline-flex; margin-bottom: 34px; padding: 6px 9px; border-radius: 5px; background: rgba(201,61,44,.14); color: var(--signal); font-weight: 900; }
.team-preview { background: var(--surface); }
.team-card { display: grid; grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); gap: 30px; align-items: center; }
.team-photo { min-height: 340px; background: linear-gradient(135deg, #566b5f, #d8d3cc); color: var(--white); }
.cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 clamp(18px, 5vw, 84px) 70px; padding: 30px; border-radius: 6px; background: var(--ink); color: var(--white); }
.cta-strip h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 3rem); }

.page-hero { padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 84px); }
.page-hero .page-intro { max-width: 900px; }
.page-hero.dark .page-intro p { color: #d4cec6; }
.service-row { display: grid; grid-template-columns: .42fr 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.service-list li { padding: 16px; border-radius: 6px; background: var(--surface); border: 1px solid var(--line); }
.team-grid article { min-height: 320px; display: flex; flex-direction: column; }
.team-grid .person-photo { min-height: 160px; margin-bottom: 18px; border-radius: 6px; background: linear-gradient(135deg, var(--panel-2), #c8c1b8); display: grid; place-items: end start; padding: 14px; color: var(--white); font-weight: 900; }
.team-grid .person-photo.photo-real {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.team-grid .person-photo.photo-real img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.contact-layout { align-items: stretch; }
.form-card form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: var(--panel); font-weight: 800; }
input, textarea, select { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; background: var(--surface); color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
.map-placeholder { min-height: 260px; margin-top: 16px; background: linear-gradient(135deg, #d8d3cc, #ebe7df); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px clamp(18px, 4vw, 72px); color: var(--muted); border-top: 1px solid var(--line); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 920px) {
  .topbar { flex-direction: column; gap: 4px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 86px 16px auto; flex-direction: column; align-items: stretch; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 20px 50px rgba(21,23,25,.12); }
  .site-nav.is-open { display: flex; }
  .workshop-hero { background: var(--paper); }
  .hero, .two-column, .diagnostic-layout, .contact-layout, .team-card, .service-row { grid-template-columns: 1fr; }
  .service-finder, .package-grid, .team-grid, .service-detail-grid, .service-list { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-slot.large { min-height: 260px; }
  .cta-strip, .site-footer { flex-direction: column; align-items: flex-start; }
}
