:root {
  --bg: #f8f7f5;
  --surface: rgba(255, 255, 255, 0.84);
  --ink: #3c3f44;
  --muted: #686c72;
  --accent: #ccb38b;
  --accent-dark: #b0946a;
  --sage: #c8cec1;
  --line: rgba(80, 84, 88, 0.14);
  --shadow: 0 18px 44px rgba(73, 65, 52, 0.1);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  line-height: 1.6;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(206, 213, 200, 0.26), transparent 35%),
    radial-gradient(circle at 90% 22%, rgba(204, 179, 139, 0.18), transparent 42%),
    var(--bg);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  z-index: -1;
  background-image: radial-gradient(rgba(80, 84, 88, 0.22) 0.6px, transparent 0.65px);
  background-size: 4px 4px;
}

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

.section {
  padding: 5.5rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(248, 247, 245, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  display: grid;
  gap: 0;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.9;
}

.brand-sub {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.64rem;
  font-weight: 600;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.94rem;
}

.menu-toggle {
  display: none;
}

.hero {
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  align-items: center;
  gap: 2.25rem;
}

.hero-copy {
  position: relative;
}

.hero-emblem {
  position: absolute;
  width: min(64vw, 560px);
  aspect-ratio: 1 / 1;
  left: -70px;
  top: -150px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px double rgba(204, 179, 139, 0.75);
  border-left-color: transparent;
  border-right-color: transparent;
  transform: rotate(20deg);
}

.leaf {
  position: absolute;
  width: 170px;
  height: 86px;
  background: radial-gradient(circle at 14% 38%, rgba(191, 201, 185, 0.8), rgba(167, 177, 161, 0.35));
  border-radius: 90% 8% 90% 10%;
  filter: blur(0.2px);
}

.leaf::before,
.leaf::after {
  content: "";
  position: absolute;
  background: rgba(180, 165, 130, 0.56);
  border-radius: 99px;
}

.leaf::before {
  width: 132px;
  height: 2px;
  top: 42px;
  left: 22px;
}

.leaf::after {
  width: 6px;
  height: 6px;
  top: 39px;
  right: 10px;
}

.leaf-a {
  right: -18px;
  top: 58px;
  transform: rotate(36deg);
}

.leaf-b {
  left: -38px;
  bottom: 54px;
  transform: rotate(208deg);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: var(--accent-dark);
  font-size: 0.72rem;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1,
.section-title,
.hero-card h2,
.about-copy h2,
.cta h2,
.about-stats span {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: clamp(3.2rem, 9vw, 6.2rem);
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.hero-sub {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.97rem;
}

h2 {
  font-size: clamp(1.9rem, 4.2vw, 2.95rem);
}

.lede {
  margin-top: 1.1rem;
  color: var(--muted);
  max-width: 43ch;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.18rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--accent);
  color: #ffffff;
  display: inline-block;
  transition: transform 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.btn-small {
  padding: 0.5rem 0.95rem;
  font-size: 0.85rem;
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
}

.hero-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(247, 245, 241, 0.92));
  border: 1px solid rgba(204, 179, 139, 0.4);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.card-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.73rem;
  color: var(--accent-dark);
  margin: 0;
}

.hero-card h2 {
  margin: 0.65rem 0;
}

.hero-card p,
.hero-card li {
  color: #5d6269;
}

.hero-card ul {
  margin: 0.76rem 0 0;
  padding-left: 1rem;
}

.service-grid,
.testimonial-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service,
.testimonial,
.about-stats div,
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(76, 70, 62, 0.07);
}

.service,
.testimonial {
  padding: 1.3rem;
}

.service h3 {
  margin-bottom: 0.58rem;
  font-size: 1.12rem;
}

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

.price {
  margin-top: 0.9rem !important;
  color: var(--accent-dark) !important;
  font-weight: 700;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(200, 206, 193, 0.16));
}

.about-grid,
.cta-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-copy p,
.testimonial cite,
.about-stats p,
.footer-wrap,
label,
input,
textarea {
  color: var(--muted);
}

.text-link {
  color: var(--ink);
  font-weight: 700;
}

.about-stats {
  display: grid;
  gap: 1rem;
}

.about-stats div {
  padding: 1rem;
}

.about-stats span {
  display: block;
  font-size: 2.1rem;
  color: var(--ink);
}

.about-stats p {
  margin: 0;
}

.testimonial {
  font-size: 1.02rem;
}

.testimonial cite {
  margin-top: 0.84rem;
  display: block;
  font-size: 0.9rem;
  font-style: normal;
}

.cta {
  background: linear-gradient(145deg, rgba(246, 243, 238, 0.9), rgba(255, 255, 255, 0.58));
}

.contact-form {
  display: grid;
  gap: 0.84rem;
  padding: 1.15rem;
}

label {
  font-size: 0.88rem;
  font-weight: 600;
  display: grid;
  gap: 0.42rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #ffffff;
  border-radius: 12px;
  padding: 0.72rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(204, 179, 139, 0.35);
  border-color: rgba(204, 179, 139, 0.6);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 1.9rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

.footer-wrap a {
  color: var(--ink);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .cta-grid,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 7rem;
  }

  .hero-emblem {
    width: 84vw;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    opacity: 0.36;
  }

  .menu-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    color: var(--ink);
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(250, 249, 247, 0.98);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 0.25rem;
    padding: 0.7rem 4vw 1rem;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: 0.24s ease;
  }

  .site-nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .section {
    padding: 4.1rem 0;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
}
