/* ======================================
   Home page specific styles
   ====================================== */

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 80px);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%; left: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(199,91,52,.10) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -10%; right: -10%;
  width: 50%; height: 60%;
  background: radial-gradient(ellipse at center, rgba(46,90,61,.10) 0%, transparent 60%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  z-index: 1;
}
.hero__text { animation: heroFadeUp 1s var(--ease) both .1s; }
.hero__visual { animation: heroFadeUp 1s var(--ease) both .3s; }
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--forest);
  background: rgba(46,90,61,.08);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.hero__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: var(--forest);
  position: relative;
}
.hero__eyebrow .dot::after {
  content: ''; position: absolute; inset: -4px; border-radius: 999px;
  background: var(--forest); opacity: .35; animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.6); opacity: 0; } }

.hero__title {
  font-size: clamp(2.6rem, 6.6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.032em;
  font-weight: 400;
  margin-bottom: 28px;
  color: var(--ink);
}
.hero__title-italic {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 400;
}
.hero__title-line {
  display: block;
  position: relative;
}
.hero__title-line svg {
  position: absolute;
  left: -2%;
  bottom: 8%;
  width: 36%;
  max-width: 280px;
  height: auto;
  color: var(--terracotta);
  opacity: .9;
  z-index: -1;
  pointer-events: none;
}

.hero__lede {
  max-width: 50ch;
  color: var(--ash-2);
  margin-bottom: 36px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.hero__bullets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 520px;
}
.hero__bullet { display: flex; flex-direction: column; gap: 4px; }
.hero__bullet strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero__bullet span {
  font-size: .82rem;
  color: var(--ash);
  font-weight: 500;
}

/* ----- hero visual collage ----- */
.hero__visual {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 540px;
  justify-self: end;
  width: 100%;
}
.hero__photo {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__photo--main {
  inset: 0 8% 12% 0;
  transform: rotate(-1.5deg);
  border: 6px solid var(--paper);
}
.hero__photo--accent {
  bottom: 0;
  left: 0;
  width: 52%;
  aspect-ratio: 4/3;
  transform: rotate(3deg);
  border: 5px solid var(--paper);
  z-index: 2;
}
.hero__badge {
  position: absolute;
  top: 2%;
  left: -5%;
  width: 110px; height: 110px;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: .04em;
  transform: rotate(-12deg);
  box-shadow: var(--shadow);
  z-index: 3;
}
.hero__badge span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: .9rem;
  margin-bottom: 2px;
  opacity: .85;
}

/* ---------- CATEGORIES ---------- */
.section--cats { background: var(--cream); }
.cats__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}
.cats__head-p {
  max-width: 48ch;
  font-size: 1.05rem;
  color: var(--ash-2);
}
.cats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cat-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  transition: all .35s var(--ease);
  overflow: hidden;
  isolation: isolate;
}
.cat-card::before {
  content: '';
  position: absolute;
  inset: auto -20% -50% auto;
  width: 180px; height: 180px;
  background: var(--terracotta);
  border-radius: 999px;
  opacity: 0;
  transform: scale(.3);
  transition: all .5s var(--ease);
  z-index: -1;
}
.cat-card:hover {
  border-color: var(--ink);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.cat-card:hover::before {
  opacity: .08;
  transform: scale(1);
}
.cat-card__num {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--terracotta);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-card__num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.cat-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.cat-card p {
  font-size: .92rem;
  color: var(--ash);
  margin-bottom: 24px;
  flex: 1;
  line-height: 1.5;
}
.cat-card__meta {
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  letter-spacing: .03em;
}
.cat-card__meta span { transition: transform .3s var(--ease); color: var(--terracotta); font-size: 1.05rem; }
.cat-card:hover .cat-card__meta span { transform: translateX(6px); }

/* ---------- TOGO SPOTLIGHT ---------- */
.togo { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.togo::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 380px; height: 380px;
  background: var(--butter); opacity: .25; border-radius: 999px;
  filter: blur(60px);
}
.togo__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.togo__media {
  position: relative;
  aspect-ratio: 5/4;
}
.togo__media img {
  position: absolute;
  border-radius: var(--r-lg);
  width: 70%;
  height: 75%;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
  border: 5px solid var(--paper);
  top: 0; left: 0;
}
.togo__media-2 {
  top: auto !important;
  left: auto !important;
  bottom: 0; right: 0;
  width: 60% !important;
  height: 60% !important;
  border-color: var(--cream) !important;
}
.togo__sticker {
  position: absolute;
  top: 40%;
  right: 5%;
  background: var(--forest);
  color: var(--paper);
  padding: 18px 22px;
  border-radius: var(--r);
  display: flex; flex-direction: column; gap: 4px;
  transform: rotate(4deg);
  box-shadow: var(--shadow);
  z-index: 3;
  border: 3px solid var(--paper);
}
.togo__sticker span {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; opacity: .8;
}
.togo__sticker strong {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 500; letter-spacing: -0.01em;
}

.togo__text h2 { margin-bottom: 24px; }
.togo__list {
  margin: 32px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.togo__list li {
  position: relative;
  padding-left: 32px;
  color: var(--ash-2);
  line-height: 1.55;
}
.togo__list li::before {
  content: '';
  position: absolute; left: 0; top: 9px;
  width: 18px; height: 1px;
  background: var(--terracotta);
}
.togo__list strong { color: var(--ink); font-weight: 600; }

/* ---------- NUMBERS ---------- */
.numbers {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(48px, 7vw, 88px) 0;
}
.numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.numbers__item {
  text-align: left;
  border-left: 1px solid rgba(255,255,255,.12);
  padding-left: 28px;
}
.numbers__item:first-child { border-left: 0; padding-left: 0; }
.numbers__big {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-bottom: 10px;
}
.numbers__big span { color: var(--terracotta); }
.numbers__label {
  font-size: .9rem;
  color: var(--paper-2);
  opacity: .7;
  font-weight: 500;
  max-width: 22ch;
}

/* ---------- WAYS TO BUY ---------- */
.ways__head {
  text-align: center;
  margin-bottom: 64px;
}
.ways__head .eyebrow { justify-content: center; }
.ways__head h2 { max-width: 18ch; margin: 0 auto; }
.ways__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.ways__card {
  position: relative;
  padding: 48px;
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}
.ways__card--wholesale {
  background: var(--ink);
  color: var(--paper);
}
.ways__card--wholesale h3 { color: var(--paper); font-size: 2.2rem; margin: 12px 0 20px; }
.ways__card--wholesale p { color: var(--paper-2); opacity: .85; }
.ways__card--wholesale ul li { color: var(--paper-2); opacity: .8; }
.ways__card--wholesale ul li::before { background: var(--terracotta); }
.ways__card--retail {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}
.ways__card--retail h3 { font-size: 2.2rem; margin: 12px 0 20px; }
.ways__card::before {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 280px; height: 280px;
  border-radius: 999px;
  z-index: -1;
  opacity: .5;
}
.ways__card--wholesale::before { background: var(--terracotta); opacity: .12; }
.ways__card--retail::before { background: var(--butter); opacity: .35; }
.ways__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(199,91,52,.18);
  color: var(--terracotta);
}
.ways__card--retail .ways__tag { background: var(--paper-2); color: var(--ash-2); }
.ways__card ul {
  margin: 24px 0 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.ways__card ul li {
  padding-left: 22px;
  position: relative;
  font-size: .98rem;
}
.ways__card ul li::before {
  content: ''; position: absolute; left: 0; top: 11px;
  width: 12px; height: 1.5px; background: var(--ink);
}
.ways__card .btn { align-self: flex-start; margin-top: auto; }

/* ---------- QUOTE ---------- */
.quote {
  padding: clamp(80px, 12vw, 160px) 0;
  background: var(--cream);
  position: relative;
}
.quote__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.quote__mark {
  color: var(--terracotta);
  opacity: .85;
  margin: 0 auto 32px;
}
.quote__text {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1.24;
  color: var(--ink);
  letter-spacing: -0.014em;
  margin-bottom: 28px;
}
.quote__text em {
  font-style: italic;
  color: var(--terracotta);
}
.quote__attr {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  color: var(--ash);
  text-transform: uppercase;
}

/* ---------- BLOG PREVIEW ---------- */
.blog-preview { background: var(--paper); border-top: 1px solid var(--line); }
.blog-preview__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 56px;
  gap: 24px;
}
.blog-preview__all {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600;
  color: var(--ink);
  font-size: .95rem;
}
.blog-preview__all:hover { color: var(--terracotta); }
.blog-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  display: flex; flex-direction: column;
  padding: 36px 32px;
  background: var(--cream);
  border-radius: var(--r-lg);
  border: 1px solid transparent;
  transition: all .3s var(--ease);
}
.blog-card:hover {
  border-color: var(--ink);
  transform: translateY(-4px);
  background: var(--paper-2);
}
.blog-card__cat {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .18em;
  font-weight: 600; color: var(--terracotta);
  margin-bottom: 14px;
}
.blog-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  line-height: 1.18;
  font-weight: 500;
}
.blog-card p {
  font-size: .94rem;
  color: var(--ash);
  margin-bottom: 24px;
  flex: 1;
  line-height: 1.55;
}
.blog-card__meta {
  font-size: .78rem;
  color: var(--ash);
  font-weight: 500;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  padding: clamp(96px, 14vw, 180px) 0;
  background: linear-gradient(160deg, var(--terracotta) 0%, var(--terracotta-deep) 65%, var(--maroon) 100%);
  color: var(--paper);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(240,200,121,.15) 0, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.08) 0, transparent 50%);
  pointer-events: none;
}
.final-cta__inner { position: relative; max-width: 720px; margin: 0 auto; }
.final-cta h2 {
  color: var(--paper);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  margin-bottom: 28px;
  line-height: 1.04;
}
.final-cta h2 .italic-serif { color: var(--butter); font-style: italic; }
.final-cta p {
  color: var(--paper);
  opacity: .9;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 52ch;
  margin-left: auto; margin-right: auto;
}
.final-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.final-cta .btn--accent { background: var(--ink); color: var(--paper); }
.final-cta .btn--accent:hover { background: var(--paper); color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 56px; text-align: left; }
  .hero__visual { justify-self: center; max-width: 480px; }
  .cats__head { grid-template-columns: 1fr; gap: 16px; }
  .cats__grid { grid-template-columns: repeat(2, 1fr); }
  .togo__inner { grid-template-columns: 1fr; gap: 56px; }
  .numbers__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .numbers__item { border-left: 0; padding-left: 0; }
  .ways__grid { grid-template-columns: 1fr; }
  .blog-preview__grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-preview__head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .cats__grid { grid-template-columns: 1fr; }
  .numbers__grid { grid-template-columns: 1fr; gap: 24px; }
  .hero__bullets { grid-template-columns: 1fr; gap: 14px; padding-top: 24px; }
  .hero__photo--main { inset: 0 0 14% 0; }
  .hero__badge { width: 88px; height: 88px; font-size: .95rem; }
  .ways__card { padding: 36px 28px; }
  .ways__card h3 { font-size: 1.8rem !important; }
  .final-cta__actions .btn { width: 100%; justify-content: center; }
}
