/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden; padding-top: 66px;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 6rem; position: relative;
}
.hero-left::before {
  content: ''; position: absolute;
  bottom: -100px; left: -100px;
  width: 380px; height: 380px; border-radius: 50%;
  background: var(--terra-pale); opacity: 0.28; pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--terra); font-weight: 700; margin-bottom: 2rem;
}
.hero-tag-line { width: 30px; height: 1.5px; background: var(--terra); }
.hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  font-weight: 600; line-height: 1.08;
  color: var(--brown); margin-bottom: 1.8rem;
}
.hero h1 em { font-style: italic; color: var(--terra); }
.hero-desc {
  font-size: 1rem; color: var(--warm-gray);
  line-height: 1.9; max-width: 430px;
  margin-bottom: 2.5rem; font-weight: 400;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-trust {
  display: flex; align-items: center; gap: 2rem;
  margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid var(--cream-dark); flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; color: var(--warm-gray);
  letter-spacing: 0.05em; font-weight: 600;
}
.trust-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(196,101,74,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: var(--terra); flex-shrink: 0;
}
.hero-right { position: relative; overflow: hidden; background: var(--cream-mid); }
.hero-collage {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr; height: 100%; gap: 3px;
}
.hc-img {
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
}
.hc-img::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(250,246,240,0.06); transition: background 0.4s;
}
.hc-img:hover::after { background: transparent; }
.hero-badge {
  position: absolute; bottom: 2rem; right: 2rem;
  background: var(--white); border-radius: 14px;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 8px 32px rgba(44,24,16,0.14); z-index: 2;
}
.badge-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 0.25rem; font-weight: 700; }
.badge-value { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; color: var(--terra); }
.badge-sub { font-size: 0.68rem; color: var(--warm-gray); margin-top: 0.15rem; }

/* ─── TICKER ─── */
.ticker { background: var(--terra); padding: 0.9rem 0; overflow: hidden; }
.ticker-track {
  display: flex; gap: 0; width: max-content;
  animation: ticker 25s linear infinite;
}
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-item {
  display: flex; align-items: center;
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.9); white-space: nowrap; font-weight: 600;
  padding: 0 2rem;
}
.ticker-sep { color: rgba(255,255,255,0.35); }

/* ─── STATS ─── */
.stats-row {
  background: var(--white); padding: 3.5rem 2rem;
  display: flex; justify-content: center;
  gap: 0; flex-wrap: wrap; text-align: center;
}
.stat {
  flex: 1; min-width: 140px; max-width: 200px;
  padding: 0 2rem; position: relative;
}
.stat + .stat::before {
  content: ''; position: absolute; left: 0; top: 10%; bottom: 10%;
  width: 1px; background: var(--cream-dark);
}
.stat h3 {
  font-family: 'Lora', serif;
  font-size: 2.4rem; color: var(--terra); font-weight: 600; line-height: 1;
}
.stat p { font-size: 0.7rem; color: var(--warm-gray); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 0.5rem; font-weight: 600; }

/* ─── SECTIONS ─── */
section { padding: 6rem 2rem; }

/* ─── CATEGORIES ─── */
.cats { background: var(--cream-mid); }
.cats-wrap { max-width: 1280px; margin: 0 auto; }
.cats-hd {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem; margin-bottom: 3rem;
}
.cats-hd-text { max-width: 560px; }
.cats-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--terra); text-decoration: none;
  border-bottom: 1.5px solid var(--terra-pale); padding-bottom: 2px;
  transition: border-color 0.2s; white-space: nowrap;
}
.cats-link:hover { border-color: var(--terra); }

.cats-main {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; margin-bottom: 12px;
}
.cats-trends-title {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--warm-gray); font-weight: 700;
  margin: 2rem 0 0.8rem;
  display: flex; align-items: center; gap: 1rem;
}
.cats-trends-title::after { content: ''; flex: 1; height: 1px; background: var(--cream-dark); }
.cats-trends {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}

.cat-card {
  background: var(--white); border-radius: 12px; overflow: hidden;
  cursor: pointer; box-shadow: 0 2px 8px rgba(44,24,16,0.07);
  transition: box-shadow 0.35s, transform 0.35s;
  text-decoration: none; display: flex; flex-direction: column;
}
.cat-card:hover { box-shadow: 0 14px 36px rgba(44,24,16,0.15); transform: translateY(-4px); }
.cat-img-wrap { width: 100%; aspect-ratio: 16/10; overflow: hidden; position: relative; flex-shrink: 0; }
.cat-img-bg {
  background-size: cover; background-position: center;
  position: absolute; inset: 0;
  transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
}
.cat-card:hover .cat-img-bg { transform: scale(1.06); }
.cat-body { padding: 0.9rem 1.1rem 1.1rem; flex: 1; }
.cat-body h3 { font-family: 'Lora', serif; font-size: 0.95rem; font-weight: 600; color: var(--brown); margin-bottom: 0.25rem; }
.cat-body p { font-size: 0.72rem; color: var(--warm-gray); line-height: 1.55; font-weight: 400; margin-bottom: 0.7rem; }
.cat-cta {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra);
}
.cat-cta svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2.5; transition: transform 0.2s; }
.cat-card:hover .cat-cta svg { transform: translateX(3px); }

.trend-card {
  background: var(--white); border-radius: 10px; overflow: hidden;
  cursor: pointer; box-shadow: 0 2px 8px rgba(44,24,16,0.06);
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex; text-decoration: none; align-items: stretch;
}
.trend-card:hover { box-shadow: 0 10px 28px rgba(44,24,16,0.14); transform: translateY(-3px); }
.trend-img { width: 85px; flex-shrink: 0; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.trend-card:hover .trend-img { transform: scale(1.06); }
.trend-body { padding: 0.8rem 1rem; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.trend-body h4 { font-family: 'Lora', serif; font-size: 0.88rem; font-weight: 600; color: var(--brown); margin-bottom: 0.2rem; }
.trend-body p { font-size: 0.68rem; color: var(--warm-gray); line-height: 1.45; }
.trend-tag { display: inline-block; margin-top: 0.4rem; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terra); }

/* ─── HOW IT WORKS ─── */
.how { background: var(--white); }
.how-inner { max-width: 960px; margin: 0 auto; }
.how-hd { margin-bottom: 4rem; }
.how-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; position: relative;
}
.how-steps::before {
  content: ''; position: absolute;
  top: 27px; left: calc(16.6% + 14px); right: calc(16.6% + 14px);
  height: 1px; background: var(--cream-dark); z-index: 0;
}
.hstep { text-align: center; position: relative; }
.hstep-circle {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  font-family: 'Lora', serif; font-size: 1.1rem; font-weight: 600;
  color: var(--terra); position: relative; z-index: 1; transition: all 0.3s;
}
.hstep:hover .hstep-circle { background: var(--terra); color: var(--white); border-color: var(--terra); box-shadow: 0 8px 22px rgba(196,101,74,0.35); }
.hstep h3 { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 600; color: var(--brown); margin-bottom: 0.7rem; }
.hstep p { font-size: 0.84rem; color: var(--warm-gray); line-height: 1.85; }

/* ─── VALUE PROPS ─── */
.value { background: var(--cream-mid); }
.value-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.val-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vm { border-radius: 12px; overflow: hidden; background-size: cover; background-position: center; box-shadow: 0 4px 16px rgba(44,24,16,0.1); transition: transform 0.4s; }
.vm:hover { transform: scale(1.02); }
.vm:nth-child(1) { aspect-ratio: 3/4; }
.vm:nth-child(2) { aspect-ratio: 3/4; margin-top: 2.5rem; }
.vm:nth-child(3) { aspect-ratio: 3/4; margin-top: -2.5rem; }
.vm:nth-child(4) { aspect-ratio: 3/4; }
.val-text .s-sub { margin-bottom: 2.5rem; }
.val-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; }
.val-list li { display: flex; gap: 1rem; align-items: flex-start; font-size: 0.88rem; color: var(--brown-mid); line-height: 1.75; }
.vdot { width: 26px; height: 26px; border-radius: 50%; background: rgba(196,101,74,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.75rem; }

/* ─── QUOTE ─── */
.quote { background: var(--terra); padding: 6rem 2rem; }
.q-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.q-mark { font-family: 'Lora', serif; font-size: 5rem; font-weight: 600; color: rgba(255,255,255,0.18); line-height: 0.6; margin-bottom: 2rem; }
.q-text { font-family: 'Lora', serif; font-size: clamp(1.3rem, 3vw, 1.9rem); font-style: italic; color: var(--white); line-height: 1.55; margin-bottom: 2rem; }
.q-stars { color: var(--terra-pale); font-size: 1rem; letter-spacing: 0.3em; margin-bottom: 0.8rem; }
.q-who { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* ─── CTA ─── */
.cta-s { padding: 8rem 2rem; text-align: center; background: var(--white); position: relative; overflow: hidden; }
.cta-s::before { content: ''; position: absolute; top: -120px; right: -120px; width: 450px; height: 450px; border-radius: 50%; background: var(--cream-dark); opacity: 0.45; }
.cta-s::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 350px; height: 350px; border-radius: 50%; background: var(--terra-pale); opacity: 0.18; }
.cta-in { position: relative; z-index: 1; max-width: 580px; margin: 0 auto; }
.cta-in .s-title { margin-bottom: 1rem; }
.cta-in .s-sub { max-width: none; margin: 0 auto 2.5rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1280px) {
  .cats-wrap { padding: 0 0.5rem; }
  .cat-img-wrap { aspect-ratio: 3/2; }
}
@media (max-width: 1100px) {
  .cat-img-wrap { aspect-ratio: 4/3; }
  .cat-body { padding: 0.7rem 0.9rem 0.9rem; }
  .cat-body h3 { font-size: 0.88rem; }
  .cat-body p { font-size: 0.68rem; margin-bottom: 0.5rem; }
}
@media (max-width: 860px) {
  .cats-main { grid-template-columns: repeat(2, 1fr); }
  .cats-trends { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 65vw; }
  .hero-left { padding: 3.5rem 1.5rem 2.5rem; }
  .hero-left::before { display: none; }
  .value-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .how-steps { grid-template-columns: 1fr; }
  .how-steps::before { display: none; }
  section { padding: 4rem 1.5rem; }
  .stats-row { gap: 0; }
  .stat { min-width: 100px; padding: 0 1rem; }
}
@media (max-width: 500px) {
  .cats-main { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .cats-trends { grid-template-columns: 1fr 1fr; gap: 8px; }
  .trend-card { flex-direction: column; }
  .trend-img { width: 100%; height: 100px; }
}
