:root {
  --bg: #f7f3e7;
  --bg-soft: #efe3cc;
  --ink: #1b1a18;
  --muted: #4b4a45;
  --accent: #c4573d;
  --accent-soft: #e8b574;
  --leaf: #2f5a3c;
  --card: #fff7ea;
  --line: rgba(27, 26, 24, 0.16);
  --shadow: 0 18px 45px rgba(58, 41, 31, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, var(--bg) 0%, #f4e8d4 40%, var(--bg-soft) 100%);
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 8%, rgba(196, 87, 61, 0.2), transparent 35%),
    radial-gradient(circle at 87% 17%, rgba(47, 90, 60, 0.18), transparent 34%),
    radial-gradient(circle at 82% 80%, rgba(232, 181, 116, 0.24), transparent 30%),
    linear-gradient(transparent 0 96%, rgba(27, 26, 24, 0.08) 96% 100%);
  background-size: auto, auto, auto, 100% 18px;
  z-index: -1;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(247, 243, 231, 0.78);
  border-bottom: 1px solid rgba(27, 26, 24, 0.08);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), #426f4d);
}

.brand-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav {
  display: flex;
  gap: 1.5rem;
}

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

.btn {
  display: inline-block;
  border: none;
  text-decoration: none;
  background: linear-gradient(135deg, var(--accent), #a63d27);
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 220ms ease, filter 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.btn-sm {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}

.btn-full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: center;
  gap: 2rem;
  padding: 4.5rem 0 3rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--leaf);
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  max-width: 18ch;
}

h1 span {
  color: var(--accent);
}

.lead {
  max-width: 60ch;
  font-size: 1.05rem;
  color: var(--muted);
  margin: 1.1rem 0 1.4rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.3rem;
  color: var(--muted);
}

.hero-stats strong {
  color: var(--ink);
}

.hero-card {
  background: linear-gradient(175deg, #fff9ed, var(--card));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.card-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-card h2 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin: 0.25rem 0 0.75rem;
}

.hero-card p {
  margin: 0 0 1.1rem;
  color: var(--muted);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.chip {
  background: #e7efd8;
  color: #254431;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.collections,
.services,
.products,
.reviews {
  padding: 3.6rem 0;
}

.section-head h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card-item {
  background: rgba(255, 248, 236, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
}

.card-image {
  height: 170px;
  border-radius: 14px;
  margin-bottom: 0.9rem;
}

.img-a {
  background: linear-gradient(140deg, #d66b58, #f0b67a 45%, #f9e6b8);
}

.img-b {
  background: linear-gradient(140deg, #2f5a3c, #6e9f64 45%, #dbe0a7);
}

.img-c {
  background: linear-gradient(140deg, #ce8750, #f1c98e 45%, #fef5d7);
}

.card-item h3 {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

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

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

.service-item {
  background: rgba(255, 248, 236, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 8px 22px rgba(58, 41, 31, 0.08);
}

.service-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.45rem;
}

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

.service-tags {
  margin-top: 0.8rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--leaf);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-item {
  background: rgba(255, 248, 236, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 8px 22px rgba(58, 41, 31, 0.08);
}

.product-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.45rem;
}

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

.features {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 0.8fr;
  padding: 1rem 0 3.6rem;
}

.feature-block,
.feature-panel {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.9);
  padding: 1.25rem;
}

.feature-block h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin-bottom: 0.65rem;
}

.feature-block ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.feature-block li + li {
  margin-top: 0.55rem;
}

.feature-panel h3 {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.feature-panel p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

blockquote {
  margin: 0;
  border-radius: 18px;
  background: rgba(255, 248, 236, 0.9);
  border: 1px solid var(--line);
  padding: 1.2rem;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(58, 41, 31, 0.09);
}

blockquote cite {
  display: block;
  margin-top: 0.7rem;
  font-style: normal;
  color: var(--muted);
}

.cta {
  margin-bottom: 4rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(120deg, #fff6e7, #f7ecd8 45%, #f6e1bf);
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cta h2 {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.cta p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(247, 243, 231, 0.9);
}

.footer-wrap {
  padding: 1.25rem 0 1.5rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.show {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero,
  .features,
  .review-grid,
  .cards,
  .service-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-text {
    display: none;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-card,
  .card-item,
  .feature-block,
  .feature-panel,
  blockquote,
  .cta {
    border-radius: 16px;
  }
}
