/* ============================================================
   CHEEKIES — spec build by Orbit by Lefty
   Direction: warm cream + gold, chunky rounded type, real food
   ============================================================ */

:root {
  --cream: #FAF1E0;
  --cream-2: #F3E4C8;
  --card: #FFFDF8;
  --ink: #1C1510;
  --ink-soft: #4A4036;
  --gold: #E9A13B;
  --gold-deep: #B97817;
  --gold-pale: #F7D9A8;
  --red: #C6452B;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 10px 30px rgba(28, 21, 16, 0.08);
  --maxw: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, .display {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.015em;
  font-optical-sizing: auto;
}

h1, .hero h1, .cta-band h2 {
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Nav ---------- */

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 241, 224, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(28, 21, 16, 0.08);
}

.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

.nav__logo {
  font-family: "Fraunces", sans-serif;
  font-weight: 800; font-size: 1.35rem; text-decoration: none;
  letter-spacing: 0.02em;
}

.nav__logo span { color: var(--gold-deep); }

.nav__links { display: flex; gap: 26px; align-items: center; list-style: none; }

.nav__links a {
  text-decoration: none; font-weight: 600; font-size: 0.95rem;
  color: var(--ink-soft);
}

.nav__links a:hover, .nav__links a.active { color: var(--gold-deep); }

.nav__cta {
  background: var(--gold); color: var(--ink) !important;
  padding: 10px 20px; border-radius: 999px; font-weight: 700 !important;
  transition: transform 0.15s ease, background 0.15s ease;
}

.nav__cta:hover { background: var(--gold-deep); color: #fff !important; transform: translateY(-1px); }

.nav__burger {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 1.6rem; line-height: 1; color: var(--ink);
}

/* ---------- Hero ---------- */

.hero { padding: 72px 0 56px; position: relative; }

.hero__grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 48px; align-items: center;
}

.hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); text-transform: uppercase; }

.hero h1 em { font-style: normal; color: var(--gold-deep); }

.hero__sub { margin: 22px 0 30px; font-size: 1.15rem; color: var(--ink-soft); max-width: 32rem; }

.hero__img {
  border-radius: var(--radius); box-shadow: var(--shadow);
  aspect-ratio: 1 / 1; object-fit: cover; width: 100%;
  transform: rotate(1.5deg);
}

.hero__badge {
  position: absolute; right: 8%; top: 10%;
  background: var(--ink); color: var(--cream);
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 0.85rem;
  transform: rotate(6deg);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  padding: 14px 28px; border-radius: 999px; font-size: 1rem;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  border: 2px solid transparent; cursor: pointer;
  font-family: "Hanken Grotesk", sans-serif; letter-spacing: 0.01em;
}

.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-deep); color: #fff; transform: translateY(-2px); }

.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }

.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--gold-deep); color: #fff; transform: translateY(-2px); }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Trust strip ---------- */

.trust { background: var(--ink); color: var(--cream); padding: 18px 0; overflow: hidden; }

.trust__track { display: flex; gap: 48px; white-space: nowrap; animation: marquee 28s linear infinite; width: max-content; }

.trust__track span { font-weight: 700; font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; }

.trust__track .dot { color: var(--gold); }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */

.section { padding: 72px 0; }

.section--alt { background: var(--cream-2); }

.section__head { max-width: 620px; margin-bottom: 44px; }

.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }

.section__kicker {
  display: inline-flex; align-items: center; gap: 12px;
  background: none; padding: 0; border-radius: 0;
  color: var(--gold-deep);
  font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.22em;
  margin-bottom: 18px;
}

.section__kicker::before {
  content: ""; width: 30px; height: 2px; background: var(--gold-deep); flex: none;
}

.section__head.center .section__kicker::after {
  content: ""; width: 30px; height: 2px; background: var(--gold-deep); flex: none;
}

.section__head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }

.section__head p { margin-top: 14px; color: var(--ink-soft); font-size: 1.05rem; }

/* ---------- Product cards ---------- */

.grid { display: grid; gap: 24px; }

.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.18s ease;
}

.card:hover { transform: translateY(-4px); }

.card__img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; background: var(--cream-2); }

.card__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }

.card__tag {
  align-self: flex-start; background: none; padding: 0; border-radius: 0;
  color: var(--gold-deep);
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
}

.card__tag--soldout { color: var(--ink-soft); }

.card h3 { font-size: 1.1rem; line-height: 1.25; }

.card__meta { font-size: 0.85rem; color: var(--ink-soft); }

.card__price {
  font-family: "Fraunces", sans-serif;
  font-size: 1.6rem; font-weight: 800; margin-top: auto;
}

.card__price small { font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }

.card__btn {
  margin-top: 10px; text-align: center; text-decoration: none;
  border: 2px solid var(--ink); border-radius: 999px; padding: 10px 0;
  font-weight: 700; font-size: 0.92rem;
  transition: background 0.15s ease, color 0.15s ease;
}

.card__btn:hover { background: var(--ink); color: var(--cream); }

.card__btn--primary { background: var(--gold); border-color: var(--gold); }
.card__btn--primary:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; }

/* ---------- Stat tiles ---------- */

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.stat {
  background: var(--card); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow); text-align: center;
}

.stat__num {
  font-family: "Fraunces", sans-serif;
  font-size: 2.6rem; font-weight: 800; color: var(--gold-deep); line-height: 1;
}

.stat__label { margin-top: 8px; font-weight: 600; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Feature panel (gold card) ---------- */

.panel {
  background: var(--gold); border-radius: var(--radius);
  padding: 56px; display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 44px; align-items: center; box-shadow: var(--shadow);
}

.panel h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }

.panel p { margin: 16px 0 26px; color: rgba(28, 21, 16, 0.78); font-size: 1.05rem; }

.panel__img { border-radius: var(--radius-sm); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; transform: rotate(-1.5deg); }

/* ---------- Steps ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }

.step {
  background: var(--card); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow); position: relative;
}

.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: "Fraunces", sans-serif;
  font-size: 2.2rem; font-weight: 800; color: var(--gold);
  display: block; margin-bottom: 12px;
}

.step h3 { font-size: 1.15rem; margin-bottom: 8px; }

.step p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Reviews ---------- */

.review {
  background: var(--card); border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px;
}

.review__stars { color: var(--gold-deep); letter-spacing: 2px; font-size: 1rem; }

.review p { font-size: 0.98rem; color: var(--ink-soft); font-style: italic; }

.review footer { font-weight: 700; font-size: 0.88rem; }

/* ---------- Story page ---------- */

.timeline { display: grid; gap: 0; max-width: 720px; margin: 0 auto; }

.tl {
  display: grid; grid-template-columns: 90px 1fr; gap: 24px;
  padding: 26px 0; border-bottom: 1px dashed rgba(28, 21, 16, 0.18);
}

.tl:last-child { border-bottom: none; }

.tl__year {
  font-family: "Fraunces", sans-serif; font-weight: 800;
  font-size: 1.3rem; color: var(--gold-deep);
}

.tl h3 { font-size: 1.1rem; margin-bottom: 6px; }

.tl p { color: var(--ink-soft); font-size: 0.98rem; }

.quote {
  background: var(--ink); color: var(--cream); border-radius: var(--radius);
  padding: 52px; text-align: center; max-width: 820px; margin: 0 auto;
}

.quote blockquote {
  font-family: "Fraunces", sans-serif; font-weight: 700;
  font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.3;
}

.quote cite { display: block; margin-top: 18px; color: var(--gold); font-style: normal; font-weight: 700; font-size: 0.95rem; }

/* ---------- Values ---------- */

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.value {
  background: var(--card); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow); border-top: 6px solid var(--gold);
}

.value h3 { font-size: 1.1rem; margin-bottom: 10px; }

.value p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Photo placeholder slots ---------- */

.slot {
  border: 2px dashed rgba(185, 120, 23, 0.5);
  background: repeating-linear-gradient(-45deg, var(--cream-2), var(--cream-2) 14px, #EFDDBB 14px, #EFDDBB 28px);
  border-radius: var(--radius); aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep); font-weight: 700; font-size: 0.9rem;
  text-align: center; padding: 18px;
}

/* ---------- FAQ ---------- */

.faq { max-width: 760px; margin: 0 auto; }

.faq details {
  background: var(--card); border-radius: var(--radius-sm); box-shadow: var(--shadow);
  padding: 20px 24px; margin-bottom: 14px;
}

.faq summary { font-weight: 700; cursor: pointer; font-size: 1.02rem; }

.faq details p { margin-top: 12px; color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Contact / form ---------- */

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }

.form {
  background: var(--card); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 16px;
}

.form label { font-weight: 700; font-size: 0.9rem; }

.form input, .form select, .form textarea {
  width: 100%; padding: 12px 14px; margin-top: 6px;
  border: 2px solid rgba(28, 21, 16, 0.15); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 0.98rem; background: #fff; color: var(--ink);
}

.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--gold);
}

.contact-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }

.contact-list li {
  background: var(--card); border-radius: var(--radius-sm); padding: 16px 20px;
  box-shadow: var(--shadow); font-weight: 600;
}

.contact-list a { color: var(--gold-deep); text-decoration: none; }

/* ---------- Big CTA ---------- */

.cta-band { background: var(--ink); color: var(--cream); padding: 80px 0; text-align: center; }

.cta-band h2 { font-size: clamp(2rem, 5vw, 3.2rem); text-transform: uppercase; }

.cta-band h2 em { font-style: normal; color: var(--gold); }

.cta-band p { margin: 16px auto 30px; max-width: 34rem; color: rgba(250, 241, 224, 0.75); }

/* ---------- Footer ---------- */

.footer { background: #14100C; color: rgba(250, 241, 224, 0.8); padding: 56px 0 32px; }

.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }

.footer h4 {
  font-family: "Fraunces", sans-serif; color: var(--cream);
  margin-bottom: 14px; font-size: 1rem;
}

.footer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.footer a { color: rgba(250, 241, 224, 0.8); text-decoration: none; font-size: 0.95rem; }

.footer a:hover { color: var(--gold); }

.footer__brand {
  font-family: "Fraunces", sans-serif; font-weight: 800;
  font-size: 1.4rem; color: var(--cream);
}

.footer__brand span { color: var(--gold); }

.footer__credit {
  border-top: 1px solid rgba(250, 241, 224, 0.12); margin-top: 44px; padding-top: 24px;
  font-size: 0.85rem; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: rgba(250, 241, 224, 0.5);
}

.footer__credit a { color: var(--gold); }

/* ---------- Reveal ---------- */

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

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

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .hero__grid, .panel, .form-grid { grid-template-columns: 1fr; }
  .panel { padding: 36px; }
  .stats, .steps, .values { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__badge { display: none; }
}

@media (max-width: 720px) {
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); flex-direction: column; align-items: flex-start;
    padding: 20px 24px; gap: 18px; display: none;
    border-bottom: 1px solid rgba(28, 21, 16, 0.1);
  }
  .nav__links.open { display: flex; }
  .nav__burger { display: block; }
  .section { padding: 52px 0; }
  .hero { padding: 48px 0 40px; }
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .tl { grid-template-columns: 64px 1fr; gap: 14px; }
  .quote { padding: 34px 24px; }
}
