:root {
  --bg: #f7f4ef;
  --card: #ffffff;
  --ink: #1d1d1f;
  --muted: #5f6368;
  --line: #ded7cd;
  --accent: #8a5a2b;
  --accent-dark: #5f3a1c;
  --dark: #181512;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--dark);
  color: white;
  font-size: 14px;
  padding: 9px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.header {
  background: rgba(247, 244, 239, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.site-logo {
  width: 82px;
  height: 82px;
  object-fit: contain;
  display: block;
  background: transparent;
  border-radius: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: var(--dark);
}

.brand-amp {
  color: #000000;
  font-weight: 900;
}

.brand-sub {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: white;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

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

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero {
  background:
    linear-gradient(rgba(24, 21, 18, 0.72), rgba(24, 21, 18, 0.72)),
    url("hero.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 110px 0 90px;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  color: #e6c79c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
}

h1, h2, h3 {
  line-height: 1.15;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -2px;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -1px;
}

h3 {
  font-size: 22px;
}

.hero p {
  font-size: 20px;
  max-width: 660px;
  color: #f0eee9;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.trust-strip {
  background: var(--card);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.trust-item {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  font-size: 16px;
}

.trust-item span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 82px 0;
}

.section-light {
  background: white;
}

.section-header {
  max-width: 720px;
  margin-bottom: 38px;
}

.section-header p {
  color: var(--muted);
  font-size: 18px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}

.service-card h3 {
  color: var(--dark);
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.feature {
  background: var(--dark);
  color: white;
  border-radius: 28px;
  overflow: hidden;
}

.feature .content {
  padding: 44px;
}

.feature p {
  color: #e8e2da;
}

.checklist {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.checklist li {
  margin: 10px 0;
  padding-left: 28px;
  position: relative;
}

.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e6c79c;
  font-weight: bold;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  min-height: 240px;
  border-radius: 18px;
  background: #ddd;
  overflow: hidden;
  border: 1px solid var(--line);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {
  background: var(--dark);
  color: white;
  text-align: center;
  padding: 70px 0;
}

.cta p {
  color: #e8e2da;
  font-size: 18px;
}

.page-hero {
  background: var(--dark);
  color: white;
  padding: 72px 0;
}

.page-hero p {
  color: #e8e2da;
  font-size: 18px;
  max-width: 680px;
}

.form-wrap {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

input, select, textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #cfc7bc;
  border-radius: 12px;
  font: inherit;
  background: white;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.hidden {
  display: none;
}

.notice {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
}

.notice.success {
  background: #eaf7ea;
  border: 1px solid #afd8af;
}

.notice.error {
  background: #fff0f0;
  border: 1px solid #e0b3b3;
}

.footer {
  background: #111;
  color: white;
  padding: 48px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 28px;
}

.footer p, .footer a {
  color: #d6d2cc;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 32px;
  padding-top: 18px;
  color: #aaa;
  font-size: 14px;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .trust-grid,
  .grid-3,
  .grid-2,
  .gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 82px 0 70px;
  }
}

@media (max-width: 540px) {
  .site-logo {
    width: 64px;
    height: 64px;
  }

  .brand-main {
    font-size: 22px;
  }

  .brand-sub {
    font-size: 14px;
    letter-spacing: 2px;
  }
}


@media (max-width: 420px) {
  .site-logo {
    width: 58px;
    height: 58px;
  }

  .brand-main {
    font-size: 19px;
  }

  .brand-sub {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
}


.topbar a {
  color: white;
  text-decoration: none;
}

.topbar a:hover {
  text-decoration: underline;
}
