:root {
  --pine: #12352f;
  --pine-deep: #0c241f;
  --sage: #5c8d7a;
  --sage-soft: #7eaa98;
  --sand: #f3ede3;
  --sand-2: #e7ddd0;
  --cream: #faf7f2;
  --gold: #c4a35a;
  --gold-2: #d4b56e;
  --terracotta: #c26e4a;
  --ink: #1f1b16;
  --muted: #5e584f;
  --line: rgba(18, 53, 47, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(18, 53, 47, 0.1);
  --radius: 22px;
  --header-offset: 118px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Figtree", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
}

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

a {
  color: var(--pine);
  text-decoration: none;
}

a:hover {
  color: var(--sage);
}

h1, h2, h3, h4, .display-font {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--pine);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--terracotta);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
}

.section {
  padding: 96px 0;
  position: relative;
}

.section-sand {
  background: var(--sand);
}

.section-pine {
  background: var(--pine);
  color: #e8efe9;
}

.section-pine h2,
.section-pine h3 {
  color: var(--sand);
}

.lead-text {
  color: var(--muted);
  font-size: 1.08rem;
}

.topbar {
  background: var(--pine-deep);
  color: #dce8e2;
  font-size: 0.86rem;
  padding: 8px 0;
}

.topbar a {
  color: #dce8e2;
}

.topbar a:hover {
  color: var(--gold-2);
}

.topbar .sep {
  opacity: 0.35;
  margin: 0 10px;
}

.site-nav {
  background: rgba(250, 247, 242, 0.96);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--pine);
}

.nav-panel {
  display: flex;
  align-items: center;
}

.nav-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  display: inline-block;
  color: var(--pine);
  font-weight: 600;
  padding: 8px 12px;
  font-size: 0.95rem;
  border-radius: 999px;
}

.nav-menu a:hover,
.nav-menu a.is-active {
  color: var(--terracotta);
}

.nav-menu .btn-gold {
  color: var(--pine-deep);
  margin-left: 6px;
}

.nav-menu .btn-gold:hover {
  color: var(--pine-deep);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pine);
  font-weight: 700;
}

.brand:hover {
  color: var(--pine);
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

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

.brand-text strong {
  font-family: "Fraunces", serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.brand-text span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 700;
}

.navbar-nav .nav-link {
  color: var(--pine) !important;
  font-weight: 600;
  padding: 8px 12px !important;
  font-size: 0.95rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--terracotta) !important;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: var(--pine-deep) !important;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 24px;
  box-shadow: 0 8px 20px rgba(196, 163, 90, 0.28);
}

.btn-gold:hover {
  filter: brightness(1.05);
  color: var(--pine-deep) !important;
}

.btn-pine {
  background: var(--pine);
  color: #fff !important;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 24px;
}

.btn-pine:hover {
  background: var(--pine-deep);
  color: #fff !important;
}

.btn-outline-pine {
  border: 1.5px solid var(--pine);
  color: var(--pine) !important;
  border-radius: 999px;
  font-weight: 700;
  padding: 11px 22px;
  background: transparent;
}

.btn-outline-pine:hover {
  background: var(--pine);
  color: #fff !important;
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  background: var(--pine-deep) center/cover no-repeat;
  color: #f6f1e8;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 36, 31, 0.86) 0%, rgba(12, 36, 31, 0.55) 52%, rgba(12, 36, 31, 0.25) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 90px;
  max-width: 720px;
}

.hero h1 {
  color: #faf7f2;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.12;
  margin-bottom: 18px;
}

.hero p {
  font-size: 1.15rem;
  color: #e4ddd1;
  max-width: 560px;
}

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

.hero-stats {
  display: flex;
  gap: 28px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.hero-stats div strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  color: var(--gold-2);
}

.hero-stats div span {
  font-size: 0.86rem;
  color: #d7d0c4;
}

.page-hero {
  background: var(--pine) center/cover no-repeat;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 36, 31, 0.35), rgba(12, 36, 31, 0.82));
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  padding-top: 140px;
}

.page-hero h1 {
  color: #fff;
  margin: 0;
}

.page-hero p {
  color: #e6dfd3;
  margin: 8px 0 0;
  max-width: 640px;
}

.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 460px;
}

.about-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: var(--white);
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.about-badge strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  color: var(--pine);
}

.why-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sand);
  color: var(--pine);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-card .thumb {
  height: 210px;
  overflow: hidden;
}

.service-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .thumb img {
  transform: scale(1.06);
}

.service-card .body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}

.service-card p {
  color: var(--muted);
  flex: 1;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  border: 1px solid var(--line);
}

.testimonial-card p {
  color: var(--muted);
  font-size: 1.02rem;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.testimonial-user img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user strong {
  display: block;
  color: var(--pine);
}

.testimonial-user span {
  color: var(--muted);
  font-size: 0.88rem;
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card .thumb {
  height: 220px;
  overflow: hidden;
}

.blog-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card h3 {
  font-size: 1.3rem;
}

.blog-card p {
  color: var(--muted);
  flex: 1;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 0 18px;
}

.faq-item summary {
  font-weight: 700;
  color: var(--pine);
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 1.2rem;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item[open] summary {
  border-bottom: 1px solid var(--line);
}

.faq-item p {
  color: var(--muted);
  padding: 0 0 16px;
}

.confirm-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  max-width: 640px;
  margin: 0 auto;
}

.confirm-box .icon-circle {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--sand);
  color: var(--pine);
  display: grid;
  place-items: center;
  font-size: 2rem;
}

.cta-band {
  position: relative;
  background: var(--pine) center/cover no-repeat;
  border-radius: 0;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 36, 31, 0.9), rgba(12, 36, 31, 0.62));
}

.cta-band .container {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  color: #fff;
}

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 12px 14px;
  background: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(92, 141, 122, 0.15);
}

.form-label {
  font-weight: 600;
  color: var(--pine);
}

.form-success {
  display: none;
  background: #e8f4ee;
  border: 1px solid #b7d8c6;
  color: #1d5a3c;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.form-error-banner {
  display: none;
  background: #fdecea;
  border: 1px solid #f3c4bd;
  color: #8a2b1f;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.invalid-field {
  border-color: #c26e4a !important;
}

.contact-info-card {
  background: var(--pine);
  color: #e7eee9;
  border-radius: var(--radius);
  padding: 32px;
  height: 100%;
}

.contact-info-card h3,
.contact-info-card a {
  color: #fff;
}

.contact-info-card a:hover {
  color: var(--gold-2);
}

.info-row {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.info-row i {
  color: var(--gold-2);
  font-size: 1.25rem;
  margin-top: 4px;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  border: 1px solid var(--line);
}

.map-wrap iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.legal-content h2 {
  font-size: 1.4rem;
  margin-top: 28px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.article-wrap {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.article-wrap .cover {
  height: 380px;
}

.article-wrap .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-wrap .content {
  padding: 36px 40px 48px;
}

.article-wrap .content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.site-footer {
  background: var(--pine-deep);
  color: #d5ddd8;
  padding-top: 64px;
}

.site-footer h3,
.site-footer h4 {
  color: #f3ede3;
  font-size: 1.15rem;
}

.site-footer a {
  color: #d5ddd8;
}

.site-footer a:hover {
  color: var(--gold-2);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding: 18px 0;
  font-size: 0.9rem;
}

.newsletter-box .form-control {
  border-radius: 999px;
}

.quote-mark {
  font-family: "Fraunces", serif;
  font-size: 2.4rem;
  color: var(--gold);
  line-height: 1;
}

.team-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 100%;
}

.team-card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.team-card .body {
  padding: 18px 20px 22px;
}

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

.list-check li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 800;
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
  }
  .about-img img {
    min-height: 320px;
  }
  .article-wrap .content {
    padding: 24px 20px 36px;
  }
  .topbar .sep {
    display: none;
  }
}
