:root {
  --ink: #282724;
  --muted: #7d746c;
  --soft: #fbefed;
  --paper: #faf7f4;
  --surface: #fffaf7;
  --blue: #7f8f99;
  --teal: #9bb9aa;
  --teal-dark: #667f73;
  --rose: #d9a5a1;
  --rose-dark: #a26b66;
  --sand: #d8cdbb;
  --amber: #b28765;
  --line: #e5ddd7;
  --shadow: 0 22px 60px rgba(86, 70, 57, .13);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 244, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  max-width: 1180px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo-wrap {
  width: 66px;
  height: 58px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(217, 165, 161, .72);
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(86, 70, 57, .1);
}
.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand strong { display: block; font-size: 1rem; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: .9rem;
  color: #4f4a43;
}
.nav-links a:hover { background: var(--sage-soft, #eef5f1); }
.nav-cta { background: var(--teal-dark) !important; color: #fffaf7 !important; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 8px; background: var(--ink); }

.section-band, .content-section, .services, .contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 22px;
}
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 52px;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--teal);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { max-width: 760px; font-size: clamp(2.6rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.25rem; }
p { margin: 16px 0 0; color: var(--muted); }
.hero-copy p { max-width: 650px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
}
.btn-primary { color: #fffaf7; background: var(--teal-dark); }
.btn-primary:hover { background: #536a61; }
.btn-ghost { border-color: var(--line); background: var(--surface); }
.btn-block { width: 100%; }
.hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--soft);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 6px;
  z-index: 1;
  pointer-events: none;
}
.hero-media img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; }

.content-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 54px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.content-section:nth-of-type(even) .section-text { order: 2; }
.section-image { border-radius: var(--radius); overflow: hidden; background: var(--soft); }
.section-image img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.text-link { display: inline-block; margin-top: 24px; color: var(--rose-dark); font-weight: 800; }

.services { border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.service-card {
  position: relative;
  min-height: 330px;
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid rgba(229, 221, 215, .85);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(86, 70, 57, .1);
}
.service-card:nth-child(1),
.service-card:nth-child(2) {
  grid-column: span 3;
}
.service-card:nth-child(3) {
  grid-row: span 2;
  min-height: 520px;
}
.service-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .45s ease;
}
.service-card:hover img { transform: scale(1.045); }
.service-card.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(40,39,36,.04) 0%, rgba(40,39,36,.58) 100%);
}
.service-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 26px;
  color: #fffaf7;
}
.service-overlay h3 {
  max-width: 360px;
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  line-height: 1.08;
}
.service-overlay p {
  max-width: 440px;
  margin-top: 10px;
  color: rgba(255, 250, 247, .86);
  font-size: .96rem;
}
.service-more {
  display: flex;
  min-height: 330px;
  background: linear-gradient(135deg, #9bb9aa 0%, #667f73 100%);
  border: 0;
}
.service-more .service-overlay {
  position: static;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.service-arrow {
  font-size: 3rem;
  line-height: 1;
  color: #fffaf7;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 44px;
  align-items: start;
  margin-bottom: 48px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #776e64 0%, var(--teal-dark) 100%);
  color: #fffaf7;
}
.contact p, .contact .eyebrow { color: rgba(255,255,255,.78); }
.contact-panel { padding: 20px; border-radius: 8px; background: rgba(255,255,255,.08); }
.contact-row {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.contact-row span { display: block; color: rgba(255,255,255,.65); font-size: .85rem; }
.contact-row strong { display: block; margin-top: 4px; color: #fffaf7; overflow-wrap: anywhere; }
.contact-panel .btn { margin-top: 18px; }

.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 22px 46px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}
.site-footer p { margin-top: 6px; }
.site-footer a { color: var(--rose-dark); font-weight: 800; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) { grid-column: auto; grid-row: auto; min-height: 340px; }
  .nav-links {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 22px 22px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }
  .nav-links.is-open { display: flex; }
  .hero, .content-section, .contact { grid-template-columns: 1fr; }
  .content-section:nth-of-type(even) .section-text { order: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .section-band, .content-section, .services, .contact { padding: 58px 18px; }
  .hero { min-height: auto; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) { min-height: 360px; }
  .service-overlay { padding: 22px; }
  .service-overlay h3 { font-size: 2rem; }
  .site-footer { display: block; }
  .site-footer a { display: inline-block; margin-top: 12px; }
}





select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: #fffaf7;
  font: inherit;
}

.contact-info { margin-top: 26px; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 250, 247, .96);
  color: var(--ink);
  box-shadow: 0 20px 54px rgba(40, 39, 36, .14);
}
.contact-form h3 { color: var(--ink); font-size: 1.45rem; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; font-size: .9rem; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: #fffaf7;
  font: inherit;
}
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check { display: flex !important; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 10px !important; color: var(--muted); font-weight: 700 !important; }
.check input { width: auto; margin-top: 5px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { padding: 12px 14px; border-radius: 6px; background: #eef5f1; color: #365f43; font-weight: 800; }
.form-alert.error { background: #fff0ed; color: #9c3f3a; }

.assistant-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: grid;
  justify-items: end;
  gap: 12px;
}
.assistant-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 14px 8px 8px;
  border: 0;
  border-radius: 999px;
  color: #fffaf7;
  background: var(--teal-dark);
  box-shadow: 0 16px 40px rgba(40, 39, 36, .2);
  font-weight: 900;
  cursor: pointer;
}
.assistant-trigger img,
.assistant-panel header img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: #fffaf7;
}
.assistant-panel {
  display: none;
  width: min(370px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(229, 221, 215, .95);
  border-radius: 8px;
  background: #fffaf7;
  box-shadow: 0 24px 70px rgba(40, 39, 36, .22);
}
.assistant-widget.is-open .assistant-panel { display: block; }
.assistant-panel header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #fffaf7;
  background: linear-gradient(135deg, var(--teal-dark), var(--rose-dark));
}
.assistant-panel header div { min-width: 0; flex: 1; }
.assistant-panel header strong,
.assistant-panel header small { display: block; }
.assistant-panel header small { color: rgba(255, 250, 247, .78); }
.assistant-panel header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #fffaf7;
  background: rgba(255,255,255,.16);
  font-size: 1.35rem;
  cursor: pointer;
}
.assistant-chat {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow: auto;
  padding: 14px;
}
.assistant-message {
  max-width: 86%;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: #f1e8e3;
  font-size: .92rem;
}
.assistant-message.user {
  justify-self: end;
  color: #fffaf7;
  background: var(--teal-dark);
}
.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}
.assistant-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px;
  font: inherit;
}
.assistant-form button {
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  color: #fffaf7;
  background: var(--teal-dark);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 620px) {
  .form-row { grid-template-columns: 1fr; }
  .assistant-widget { right: 12px; bottom: 12px; }
  .assistant-trigger span { display: none; }
}