:root {
  --page: #efefef;
  --panel: #f8f6f5;
  --rose: #f7e7e5;
  --rose-2: #efcfcb;
  --brown: #8d3f2b;
  --brown-deep: #6e2c1f;
  --text: #6f3427;
  --text-dark: #4b241d;
  --white: #ffffff;
  --line: rgba(111, 52, 39, 0.12);
  --shadow: 0 18px 40px rgba(86, 34, 23, 0.12);
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #f0f0f0 0%, #ece9e9 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(248, 246, 245, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(111, 52, 39, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo,
.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand h1 {
  margin: 0;
  color: var(--text);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  letter-spacing: 0.08em;
}

.tiny {
  margin: 0 0 6px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--text);
  font-weight: 500;
}

.page-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 22px 14px 40px;
}

.hero-card,
.intro-panel,
.services-section,
.testimonial-card,
.contact-card,
.footer {
  border-radius: var(--radius);
}

.hero-card {
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  padding: 28px 20px 30px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brown-deep), var(--brown));
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.14);
}

.hero-copy::before {
  width: 140px;
  height: 140px;
  right: -34px;
  top: -26px;
}

.hero-copy::after {
  width: 90px;
  height: 90px;
  left: -24px;
  bottom: 26px;
}

.hero-copy .tiny,
.hero-copy a,
.hero-copy .callout {
  color: rgba(255,255,255,0.92);
}

.hero-copy h2,
.section-head h3,
.intro-panel h3,
.contact-card h3 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.98;
}

.hero-copy h2 {
  margin: 0;
  font-size: clamp(2.35rem, 8vw, 4.9rem);
  max-width: 11ch;
}

.subcopy {
  margin: 18px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 30rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.35);
}

.btn-primary {
  background: #fff5f3;
  color: var(--text);
  border-color: transparent;
}

.btn-secondary {
  background: transparent;
  color: #fff;
}

.callout {
  margin: 16px 0 0;
  font-size: 0.98rem;
}

.intro-panel {
  margin-top: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.intro-panel-inner {
  display: grid;
  gap: 14px;
  padding: 24px 20px;
}

.intro-panel h3,
.section-head h3,
.contact-card h3 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.5rem);
  color: var(--text);
}

.intro-panel p:last-child {
  margin: 0;
  line-height: 1.8;
}

.services-section {
  margin-top: 18px;
  padding: 24px 0 0;
  background: linear-gradient(135deg, var(--brown-deep), var(--brown));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.section-head {
  padding: 0 20px 18px;
  color: #fff;
}

.section-head .tiny,
.section-head h3 {
  color: #fff;
}

.feature-card {
  margin: 0 20px 18px;
}

.light-card {
  background: var(--panel);
  color: var(--text);
  padding: 24px 20px;
  border-radius: 24px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(141, 63, 43, 0.08);
  color: var(--text);
  margin-bottom: 14px;
}

.feature-card h4,
.service-copy h4 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-family: 'Cormorant Garamond', serif;
}

.feature-card p,
.service-copy p,
.contact-text,
.footer p,
.author,
.testimonial-card {
  line-height: 1.8;
}

.cards-grid {
  display: grid;
  gap: 18px;
}

.dark-card {
  margin: 0 20px 18px;
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
}

.dark-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px 22px 0 0;
}

.service-copy {
  padding: 18px 4px 6px;
  color: #fff;
}

.service-copy h4,
.service-copy p {
  color: #fff;
}

.testimonial-section {
  margin-top: 18px;
}

.testimonial-card {
  padding: 34px 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
  text-align: center;
  color: var(--text);
}

.quote {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  line-height: 1.35;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}

.author {
  margin: 16px 0 0;
  font-weight: 600;
}

.contact-card {
  margin-top: 18px;
  display: grid;
  gap: 16px;
  padding: 28px 20px;
  background: linear-gradient(135deg, #fff9f8, #fff1ee);
  box-shadow: var(--shadow);
}

.contact-card .contact-text { margin: 12px 0 0; }
.contact-card .btn-secondary { color: var(--text); border-color: rgba(111, 52, 39, 0.2); }
.contact-card .btn-primary { background: linear-gradient(135deg, var(--brown-deep), var(--brown)); color: #fff; }

.footer {
  width: min(100%, 980px);
  margin: 18px auto 30px;
  padding: 24px 20px 30px;
  background: var(--panel);
  box-shadow: var(--shadow);
  text-align: center;
  color: var(--text);
}

.footer-logo {
  margin: 0 auto 10px;
  width: 86px;
  height: 86px;
}

@media (min-width: 760px) {
  .topbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .hero-image {
    height: 100%;
    aspect-ratio: auto;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 34px;
  }

  .intro-panel-inner,
  .contact-card {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dark-card {
    height: 100%;
  }
}

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

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .btn {
    width: 100%;
  }
}
