:root {
  --beige: #efe2cf;
  --beige-deep: #e2d2bc;
  --brown: #4f2f1f;
  --brown-soft: #6f4a34;
  --ink: #23180f;
  --white: #fffaf3;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--white);
  color: var(--ink);
  padding-top: 72px;
}

.site-header {
  background: rgba(239, 226, 207, 0.97);
  border-bottom: 1px solid #d8c6ae;
}

.brand-mark {
  color: var(--brown);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.3px;
}

.brand-icon {
  font-size: 1.35rem;
  margin-right: 0.45rem;
}

.brand-text {
  font-size: 1.2rem;
}

.tm-mark {
  font-size: 0.55rem;
  margin-left: 0.12rem;
  top: -0.6em;
}

.nav-link {
  color: var(--brown);
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: #2e190d;
}

.nav-toggle-icon {
  color: var(--brown);
  font-size: 1.7rem;
}

.offcanvas {
  background-color: var(--beige);
}

.offcanvas .btn-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(166, 119, 82, 0.25);
}

.btn-brand {
  background-color: var(--brown);
  color: #fff;
  border: 1px solid var(--brown);
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: #382012;
  border-color: #382012;
  color: #fff;
}

.btn-brand-outline {
  border: 1px solid var(--brown);
  color: var(--brown);
  background-color: transparent;
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
  background-color: var(--beige);
  color: #2e190d;
}

.hero-section {
  background: #5a321f;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding-top: 1.1rem;
  padding-bottom: 3.3rem;
}

.hero-shell {
  position: relative;
  z-index: 2;
}

.hero-image-wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 34px 34px 45% 18%;
  overflow: hidden;
  transform: rotate(1deg);
  box-shadow: 0 16px 34px rgba(20, 10, 4, 0.32);
}

.hero-paper {
  position: relative;
  z-index: 1;
  margin-top: -1.2rem;
  background-color: transparent;
  color: #f8ede0;
  padding: 1.8rem 1.25rem 0.6rem;
  text-align: left;
}

.hero-kicker {
  color: #d9bea2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.82rem;
}

.hero-title {
  font-size: clamp(1.7rem, 4vw, 3rem);
  color: #fff6eb;
  line-height: 1.16;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 45ch;
  color: #e8d2bb;
}

.hero-image {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 34px 34px 45% 18%;
}

.hero-cta-main {
  color: #2c170d;
  font-weight: 600;
}

.btn-brand-outline-light {
  border: 1px solid #dec6ac;
  color: #fceede;
  background: transparent;
}

.btn-brand-outline-light:hover,
.btn-brand-outline-light:focus {
  background: #f0ddca;
  color: #2c170d;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 360px;
  background: rgba(255, 255, 255, 0.18);
  left: -70px;
  top: 40px;
  border-radius: 50%;
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 360px;
  background: rgba(255, 255, 255, 0.18);
  right: -80px;
  top: 70px;
  border-radius: 50%;
}

.content-section {
  padding: 4rem 0;
}

.content-section.muted {
  background-color: #f6eee3;
}

.trust-card {
  background: #fff;
  border: 1px solid #eadbc8;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 8px 20px rgba(61, 36, 21, 0.08);
}

.trust-card h3 {
  color: var(--brown);
  margin-bottom: 0.65rem;
}

.split-panel {
  border: 2px solid #d5bda0;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  overflow: hidden;
  background: #fff;
}

.split-item {
  padding: 2.1rem 1.1rem;
  text-align: center;
  font-weight: 600;
}

.split-item.left {
  color: #9f9082;
}

.split-item.right {
  color: var(--brown);
}

.split-item small {
  font-weight: 500;
  font-style: italic;
}

.split-divider {
  width: 2px;
  background: #ccb297;
}

.contact-section {
  background-color: #f1e4d3;
}

.contact-card {
  background: #fff;
  border: 1px solid #dcc5a7;
  border-radius: 1.1rem;
  padding: 1.5rem;
}

.form-control {
  border-color: #d2baa0;
}

.form-control:focus {
  border-color: #a67752;
  box-shadow: 0 0 0 0.2rem rgba(166, 119, 82, 0.2);
}

.form-status {
  min-height: 1.2rem;
  font-size: 0.95rem;
}

.form-status.success {
  color: #1d6f34;
}

.form-status.error {
  color: #8a2a2a;
}

.site-footer {
  background-color: #2f1b0f;
  color: #f7e9d8;
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: 520px;
    padding-top: 0.9rem;
  }

  .hero-title {
    max-width: 16ch;
    font-size: 1.95rem;
  }
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 650px;
    padding-top: 2rem;
  }

  .hero-image-wrap {
    width: 70%;
  }

  .hero-image {
    height: 520px;
  }

  .hero-paper {
    margin-top: -1.8rem;
    padding: 2.3rem 2.4rem 1rem;
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
