/* TrueStatue — Pinterest landing pages
   Same design tokens as the real site's app/globals.css (light theme only —
   these pages never need dark mode). oklch() is supported by every browser
   Pinterest's in-app viewer and any mobile browser from 2023 onward uses. */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --background: oklch(0.949 0.017 83);
  --foreground: oklch(0.205 0.006 60);
  --card: oklch(1 0 0);
  --primary: oklch(0.702 0.176 51);
  --primary-foreground: oklch(0.99 0.01 90);
  --secondary: oklch(0.928 0.014 82);
  --muted: oklch(0.93 0.012 82);
  --muted-foreground: oklch(0.53 0.02 60);
  --accent: oklch(0.828 0.145 82);
  --border: oklch(0.9 0.013 82);
  --gold: oklch(0.828 0.145 82);
  --header: oklch(0.16 0.004 60);
  --header-foreground: oklch(0.98 0.005 90);
  --trust-green: oklch(0.63 0.13 155);
  --brand-soft: oklch(0.96 0.055 78);
  --radius-sm: 0.54rem;
  --radius-md: 0.72rem;
  --radius-lg: 0.9rem;
  --radius-xl: 1.26rem;
  --radius-2xl: 1.62rem;
  --gradient-cta: linear-gradient(to right, var(--gold), var(--primary), oklch(0.62 0.2 35));
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 28rem; margin: 0 auto; padding: 0 1rem; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--header); color: var(--header-foreground);
}
.site-header .wrap {
  height: 4rem; display: flex; align-items: center; justify-content: center;
}
.logo { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-main {
  font-family: 'Playfair Display', ui-serif, Georgia, serif;
  font-size: 1.5rem; font-weight: 700; letter-spacing: 0.12em;
}
.logo-main .gold { color: var(--gold); }
.logo-sub {
  font-family: 'Playfair Display', ui-serif, Georgia, serif;
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.45em; color: var(--gold);
  margin-top: 2px;
}

/* Shipping bar */
.shipping-bar {
  margin-top: 0.75rem;
  background: linear-gradient(to right, var(--gold), var(--primary));
  color: var(--header);
  border-radius: var(--radius-md);
  padding: 0.6rem 0.75rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.4rem 0.5rem;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.02em; text-align: center;
}
.shipping-bar .sep { width: 1px; height: 1rem; background: rgba(22,17,10,0.3); }

/* Hero */
.hero { padding-top: 0.75rem; }
.hero h1 {
  font-size: 1.6rem; font-weight: 900; line-height: 1.1; letter-spacing: -0.01em;
  margin: 0;
}
.hero h1 .accent { color: var(--primary); }
.hero p {
  margin-top: 0.5rem; font-size: 0.9rem; line-height: 1.5; color: var(--muted-foreground);
}

/* Badge row */
.badge-row {
  margin-top: 0.6rem; display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.badge {
  background: var(--muted); color: var(--muted-foreground);
  font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.6rem; border-radius: var(--radius-sm);
}

/* Gallery */
.gallery {
  margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem;
}
.gallery figure {
  margin: 0; position: relative; border-radius: var(--radius-xl); overflow: hidden;
  background: var(--brand-soft); aspect-ratio: 3/4;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery .tag {
  position: absolute; left: 0.4rem; top: 0.4rem;
  background: rgba(255,255,255,0.9); backdrop-filter: blur(4px);
  font-size: 0.6rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 999px;
}

/* Section titles */
.section { margin-top: 2rem; }
.section h2 {
  text-align: center; font-size: 1.25rem; font-weight: 900; letter-spacing: -0.01em;
  margin: 0;
}
.section h2 .accent { color: var(--primary); }
.section .kicker {
  text-align: center; font-size: 0.75rem; color: var(--muted-foreground); margin: 0.2rem 0 0;
}

/* CTA button */
.cta-btn {
  margin-top: 0.75rem; width: 100%; display: flex; align-items: center; justify-content: center;
  gap: 0.6rem; background: var(--gradient-cta); color: var(--primary-foreground);
  border-radius: var(--radius-xl); padding: 0.9rem 1rem;
  box-shadow: 0 10px 25px -10px oklch(0.702 0.176 51 / 0.4);
  font-weight: 800; border: none; cursor: pointer;
}
.cta-btn .line { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.25; }
.cta-btn .main { font-size: 0.95rem; font-weight: 800; letter-spacing: 0.02em; }
.cta-btn .sub { font-size: 0.7rem; font-weight: 600; opacity: 0.9; }
.cta-btn:active { transform: scale(0.98); }
.cta-icon { font-size: 1.3rem; line-height: 1; }

/* How it works / steps */
.steps { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.steps li {
  display: flex; align-items: center; gap: 1rem; background: var(--card);
  border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 0.75rem;
}
.step-icon {
  position: relative; flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 999px;
  background: oklch(0.702 0.176 51 / 0.1); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.step-num {
  position: absolute; left: -4px; top: -4px; width: 1.15rem; height: 1.15rem; border-radius: 999px;
  background: var(--primary); color: var(--primary-foreground); font-size: 0.65rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.steps p.t { margin: 0; font-weight: 800; font-size: 0.95rem; }
.steps p.d { margin: 0; font-size: 0.82rem; color: var(--muted-foreground); }

/* Pricing */
.pricing { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.6rem; }
.price-card {
  position: relative; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 0.85rem 1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
}
.price-card.popular { border-color: var(--primary); border-width: 2px; }
.price-card .badge-pop {
  position: absolute; top: -0.6rem; left: 1rem; background: var(--primary); color: var(--primary-foreground);
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.04em; padding: 0.15rem 0.5rem; border-radius: 999px;
}
.price-card .size { font-weight: 800; font-size: 0.95rem; }
.price-card .label { font-size: 0.75rem; color: var(--muted-foreground); }
.price-card .amount { font-weight: 900; font-size: 1.1rem; white-space: nowrap; }

/* Testimonials */
.testimonials { margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.testimonial {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl); overflow: hidden;
}
.testimonial img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.testimonial .body { padding: 1rem; }
.testimonial .t { margin: 0; font-weight: 800; font-size: 0.95rem; }
.testimonial blockquote { margin: 0.4rem 0 0; font-size: 0.85rem; font-style: italic; color: var(--muted-foreground); }
.testimonial .author { margin: 0.4rem 0 0; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; gap: 0.3rem; }
.stars { color: var(--trust-green); letter-spacing: 1px; }

/* Trust bar */
.trust-bar {
  margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-2xl);
  padding: 1rem; box-shadow: 0 1px 3px oklch(0 0 0 / 0.05);
}
.trust-bar .item { display: flex; align-items: center; justify-content: center; gap: 0.4rem; text-align: center; }
.trust-bar .item:not(:last-child) { border-right: 1px solid var(--border); }
.trust-bar .item span { display: block; font-size: 0.78rem; font-weight: 800; line-height: 1.2; }

/* FAQ */
.faq { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.faq details {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 1rem; font-weight: 700; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '▾'; color: var(--primary); transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq p { margin: 0; padding: 0 1rem 1rem; font-size: 0.85rem; color: var(--muted-foreground); line-height: 1.5; }

/* Footer */
.site-footer {
  margin-top: 2rem; border-top: 1px solid var(--border); background: oklch(1 0 0 / 0.5);
  padding: 1.5rem 0 6rem;
}
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 1rem; }
.site-footer a { font-size: 0.72rem; color: var(--muted-foreground); }
.site-footer a:hover { text-decoration: underline; }
.site-footer .legal { margin-top: 1rem; font-size: 0.66rem; color: var(--muted-foreground); text-align: center; line-height: 1.5; }

/* Gift-guide category picker (Christmas / Birthday: several products, one occasion) */
.cat-grid { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.cat-card {
  display: block; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden; text-align: left;
}
.cat-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.cat-card .body { padding: 0.6rem 0.7rem 0.8rem; }
.cat-card .name { font-weight: 800; font-size: 0.85rem; }
.cat-card .from { font-size: 0.72rem; color: var(--muted-foreground); }
.cat-card .from b { color: var(--foreground); }

/* Sticky bottom CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  border-top: 1px solid var(--border); background: oklch(0.949 0.017 83 / 0.92);
  backdrop-filter: blur(6px); padding: 0.6rem 1rem;
}
.sticky-cta .wrap { padding: 0; }
.sticky-cta .cta-btn { margin-top: 0; padding: 0.7rem 1rem; }
