:root {
  --brown: #43362d;
  --brown-2: #2f261f;
  --gold: #dc9e39;
  --gold-soft: #f8ead0;
  --ink: #241e1a;
  --text: #5e554e;
  --muted: #f7f3ed;
  --line: #e7ded1;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(67, 54, 45, 0.14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand img { width: min(280px, 58vw); height: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--brown);
  font-weight: 700;
  font-size: 0.95rem;
}

.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.2s ease;
}
.site-nav a:hover::after,
.site-nav a.active::after { width: 100%; }

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.nav-cta,
.btn.primary {
  color: var(--white);
  background: var(--brown);
  box-shadow: 0 12px 26px rgba(67, 54, 45, 0.16);
}

.btn.secondary {
  color: var(--brown);
  background: var(--white);
  border-color: var(--line);
}

.btn.light {
  color: var(--brown);
  background: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--brown);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background: linear-gradient(120deg, #fffaf1 0%, #ffffff 47%, #f8ead0 100%);
}

.hero h1,
.page-hero h1 {
  margin: 0 0 18px;
  color: var(--brown);
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 660px;
  color: var(--text);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-media img,
.section-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  padding: 1px clamp(20px, 5vw, 72px);
}

.trust-strip div {
  padding: 28px 22px;
  background: var(--brown);
  color: var(--white);
}

.trust-strip strong {
  display: block;
  color: var(--gold);
  font-size: 1.65rem;
  line-height: 1;
}

.trust-strip span { font-weight: 600; }

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.reverse { background: var(--muted); }

.section-copy h2,
.section-heading h2,
.feature-band h2,
.contact-band h2,
.contact-card h2,
.contact-form h2,
.map-panel h2 {
  margin: 0 0 18px;
  color: var(--brown);
  font-size: clamp(1.85rem, 3.2vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-copy p,
.section-heading p,
.contact-card p,
.map-panel p { color: var(--text); }

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--brown);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.section-block {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.muted { background: var(--muted); }

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.service-grid,
.testimonial-grid,
.values-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-grid.large { grid-template-columns: repeat(4, 1fr); }

.service-grid article,
.testimonial-grid article,
.values-grid article,
.process-grid article,
.contact-card,
.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(67, 54, 45, 0.07);
}

.service-grid h3,
.testimonial-grid h3,
.values-grid h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: var(--brown);
  line-height: 1.22;
}

.service-grid p,
.testimonial-grid p,
.values-grid p,
.process-grid p {
  margin: 0;
  color: var(--text);
}

.center-action { margin-top: 34px; text-align: center; }

.feature-band,
.contact-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: center;
  padding: clamp(52px, 7vw, 84px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--brown);
}

.feature-band h2,
.contact-band h2 { color: var(--white); }

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-list span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial-grid article p { font-size: 1.02rem; }
.testimonial-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--brown);
}
.testimonial-grid span { color: var(--text); font-size: 0.92rem; }

.check-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.faq-section,
.process-section {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  color: var(--brown);
  font-weight: 800;
  cursor: pointer;
}

details p { color: var(--text); }

.page-hero {
  padding: clamp(74px, 10vw, 130px) clamp(20px, 5vw, 72px);
  background: linear-gradient(120deg, #fffaf1, #f8ead0);
}

.service-hero,
.contact-hero { background: linear-gradient(120deg, #f7f3ed, #ffffff 62%, #f8ead0); }

.values-grid {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(20px, 5vw, 72px) clamp(72px, 8vw, 110px);
}

.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding: clamp(64px, 8vw, 100px) clamp(20px, 5vw, 72px);
}

.contact-card p {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
}

.contact-card strong { color: var(--brown); }
.contact-card a { color: var(--brown); font-weight: 700; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--brown);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fffdf9;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(220, 158, 57, 0.35);
  border-color: var(--gold);
}

.map-section {
  padding: 0 clamp(20px, 5vw, 72px) clamp(72px, 8vw, 110px);
}

.map-panel {
  min-height: 330px;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 8px;
  background:
    linear-gradient(rgba(67, 54, 45, 0.82), rgba(67, 54, 45, 0.82)),
    url("../images/generated-hero-image.png") center/cover;
  color: var(--white);
}

.map-panel h2,
.map-panel p { color: var(--white); }

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr;
  gap: 34px;
  padding: 52px clamp(20px, 5vw, 72px) 30px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--brown-2);
}

.site-footer img {
  width: min(260px, 70vw);
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--gold);
}

.site-footer p { margin: 0 0 8px; }
.site-footer a:hover { color: var(--gold); }

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom a {
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .feature-band,
  .contact-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .service-grid.large,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { min-height: 74px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero h1,
  .page-hero h1 { font-size: clamp(2.1rem, 11vw, 3.4rem); }
  .hero-media img,
  .section-image img { min-height: 300px; }
  .testimonial-grid,
  .values-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .trust-strip,
  .service-grid,
  .service-grid.large,
  .process-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .brand img { width: min(225px, 60vw); }
  .hero-actions,
  .contact-actions { flex-direction: column; }
  .btn { width: 100%; }
  .section-block,
  .faq-section,
  .process-section,
  .split-section,
  .contact-layout {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* @vn-deploy:1778327687484 */
