:root {
  --bg: #f4efe4;
  --paper: #faf6ec;
  --paper-2: #efe7d7;
  --ink: #101915;
  --muted: #55635b;
  --green: #2e8b48;
  --green-2: #79b283;
  --red: #cb3037;
  --red-2: #e46d73;
  --gold: #d3b25d;
  --line: rgba(16, 25, 21, 0.13);
  --shadow: 0 24px 80px rgba(16, 25, 21, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(46,139,72,.08), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(203,48,55,.08), transparent 34%),
    linear-gradient(180deg, #f7f2e8, #f2ecde 55%, #eee6d7);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px),
    radial-gradient(circle, rgba(0,0,0,.06) 1px, transparent 1.2px);
  background-size: 28px 28px, 28px 28px, 12px 12px;
  mix-blend-mode: multiply;
}
.bg-stickers {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.bg-sticker {
  position: absolute;
  width: clamp(72px, 9vw, 138px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(16,25,21,.16);
  border-radius: 24px;
  opacity: .12;
  filter: saturate(.86) contrast(.95);
  box-shadow: 0 18px 44px rgba(16,25,21,.10);
}
.bg-ok {
  position: absolute;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(5rem, 13vw, 13rem);
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 2px rgba(16,25,21,.12);
  opacity: .5;
  transform: rotate(-10deg);
}
.cat-a { left: 4vw; top: 18vh; transform: rotate(-9deg); }
.cat-b { right: 5vw; top: 32vh; transform: rotate(8deg); }
.cat-c { left: 8vw; bottom: 10vh; transform: rotate(12deg); }
.ok-a { right: 10vw; top: 12vh; }
.ok-b { left: 36vw; top: 58vh; transform: rotate(8deg); }
.ok-c { right: 22vw; bottom: 8vh; transform: rotate(-6deg); }
.cursor-glow {
  position: fixed; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.38), rgba(255,255,255,0));
  pointer-events: none; transform: translate(-50%, -50%); opacity: .65; z-index: 0;
}
main, .site-footer { position: relative; z-index: 1; }
.section-shell { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; position: relative; z-index: 1; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  width: min(calc(100% - 24px), calc(var(--max) + 10px));
  margin: 14px auto 0;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(16,25,21,.12);
  border-radius: 999px;
  background: rgba(250,246,236,.82);
  box-shadow: 0 12px 40px rgba(16,25,21,.08);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: block;
  overflow: hidden; background: #fff;
  border: 1px solid rgba(16,25,21,.12);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.08), 0 8px 18px rgba(16,25,21,.12);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-weight: 900; }
.brand-copy small { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.site-nav {
  justify-self: center; display: flex; align-items: center; gap: 6px;
  padding: 6px; background: rgba(255,255,255,.55); border-radius: 999px; border: 1px solid rgba(16,25,21,.08);
}
.site-nav a { padding: 10px 14px; border-radius: 999px; font-weight: 700; font-size: .92rem; color: rgba(16,25,21,.76); }
.site-nav a:hover { background: #fff; color: var(--ink); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.header-cta, .header-link, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta { padding: 14px 18px; background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(16,25,21,.18); }
.header-link { padding: 13px 16px; background: rgba(255,255,255,.62); border: 1px solid rgba(16,25,21,.10); color: rgba(16,25,21,.78); }
.header-cta:hover, .header-link:hover, .btn:hover { transform: translateY(-2px); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(16,25,21,.08); }
.nav-toggle span { display:block; width:20px; height:2px; background:var(--ink); margin:4px auto; border-radius:2px; }
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  padding: 72px 0 48px;
}
.eyebrow, .kicker {
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 14px; border-radius:999px; background: rgba(255,255,255,.65);
  border:1px solid rgba(16,25,21,.10); color: var(--muted); text-transform: uppercase; font-size:.76rem; letter-spacing:.18em; font-weight:900;
}
.hero h1, .section-heading h2, .comparison-copy h2, .buy-copy h2, .community-card h2 {
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -.07em; line-height: .88; margin: 18px 0 0;
}
.hero h1 {
  font-size: clamp(4.4rem, 9vw, 8.9rem);
}
.hero h1 span { display:block; }
.hero h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 4px 4px 0 rgba(46,139,72,.22), 8px 8px 0 rgba(203,48,55,.18);
}
.hero-lead {
  margin: 24px 0 0; max-width: 700px; font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.76; color: rgba(16,25,21,.82);
}
.hero-cta-row { display:flex; flex-wrap:wrap; gap:14px; margin-top: 28px; }
.btn { min-height: 54px; padding: 0 22px; border:1px solid rgba(16,25,21,.12); }
.btn-primary { background: var(--ink); color:#fff; box-shadow: 0 14px 34px rgba(16,25,21,.18); }
.btn-secondary { background: rgba(255,255,255,.62); }
.hero-meta { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.meta-card {
  padding: 18px; border-radius: var(--radius-md); background: rgba(255,255,255,.72); border:1px solid rgba(16,25,21,.10); box-shadow: var(--shadow);
}
.meta-card span { display:block; font-size:.82rem; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.meta-card strong { display:block; margin-top:8px; font-size:1.02rem; overflow-wrap:anywhere; }
.copy-btn {
  margin-top: 12px; border: 0; padding: 10px 12px; border-radius: 999px; background: var(--ink); color:#fff; font-weight:800; cursor:pointer;
}
.hero-visual {
  position: relative; min-height: 640px;
}
.hero-split {
  position:absolute; top: 8%; bottom: 8%; width: 52%; border-radius: 36px;
  border: 1px solid rgba(16,25,21,.12); box-shadow: var(--shadow);
}
.hero-split-left { left: 0; background: linear-gradient(180deg, rgba(116, 173, 125, .32), rgba(255,255,255,.65)); }
.hero-split-right { right: 0; background: linear-gradient(180deg, rgba(228, 109, 115, .24), rgba(255,255,255,.65)); }
.hero-card {
  position:absolute; width: min(43vw, 350px); aspect-ratio: 1 / 1;
  border-radius: 34px; overflow:hidden; background:#fff; border:1px solid rgba(16,25,21,.14); box-shadow: 0 30px 90px rgba(16,25,21,.18);
}
.hero-card img { width:100%; height:100%; object-fit: cover; }
.card-green { left: 5%; top: 2%; }
.card-red { right: 4%; bottom: 4%; }
.tilt-a { transform: rotate(-5deg); }
.tilt-b { transform: rotate(6deg); }
.hero-badge, .hero-stamp {
  position:absolute; z-index: 2; border-radius:999px; padding: 12px 16px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(16,25,21,.14);
}
.badge-green { top: 6%; left: 10%; background: var(--green); color:#fff; }
.badge-red { right: 8%; bottom: 3%; background: var(--red); color:#fff; }
.hero-stamp {
  left: 50%; top: 48%; transform: translate(-50%, -50%) rotate(-8deg);
  background: var(--paper); color: var(--ink); border: 2px dashed rgba(16,25,21,.3); font-family:'Archivo Black',sans-serif;
}
.marquee { margin-top: 18px; border-block: 1px solid rgba(16,25,21,.10); background: rgba(255,255,255,.48); overflow: hidden; }
.marquee-track {
  display:flex; width:max-content; white-space: nowrap;
  animation: marquee 24s linear infinite;
}
.marquee-group {
  flex: 0 0 auto;
  min-width: 100vw;
  display:flex;
  justify-content: space-around;
  gap: 18px;
  padding: 14px 0;
}
.marquee-group span {
  flex: 0 0 auto; display:inline-flex; align-items:center; gap:18px;
  padding-inline: 18px; font-size: .94rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: rgba(16,25,21,.84);
}
.marquee-group span::after { content:''; width:7px; height:7px; border-radius:50%; background: linear-gradient(135deg, var(--green), var(--red)); display:block; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.section-heading { max-width: 860px; text-align: center; margin: 0 auto 28px; }
.section-heading h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.section-heading p:last-child { color: rgba(16,25,21,.78); line-height:1.78; font-size: 1.05rem; }
.manifesto, .two-sides, .timeline, .gallery, .values, .buy, .community { padding: 88px 0 0; }
.story-grid, .timeline-row, .values-grid { display:grid; gap: 18px; }
.story-grid { grid-template-columns: repeat(3, 1fr); }
.story-card, .timeline-card, .value-card, .quote-card, .buy-card, .community-card, .comparison-panel {
  border: 1px solid rgba(16,25,21,.10); background: rgba(255,255,255,.64); border-radius: 28px; box-shadow: var(--shadow);
}
.story-card { padding: 26px; }
.story-index { display:inline-grid; place-items:center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color:#fff; font-weight: 900; }
.story-card h3 { margin: 18px 0 10px; font-size: 1.36rem; }
.story-card p { margin:0; color: rgba(16,25,21,.74); line-height:1.68; }
.comparison-panel {
  padding: 24px; display:grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: center;
}
.comparison-copy h2 { font-size: clamp(2.4rem, 4.8vw, 4.8rem); margin-top: 14px; }
.comparison-copy p { color: rgba(16,25,21,.78); line-height:1.8; }
.ok-list { list-style:none; padding:0; margin: 20px 0 0; display:grid; gap: 12px; }
.ok-list li { display:flex; align-items:center; gap: 12px; font-weight:700; }
.ok-list span { width: 14px; height: 14px; border-radius:50%; background: linear-gradient(135deg, var(--green), var(--red)); flex: 0 0 auto; }
.comparison-images { display:grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.comparison-card {
  overflow:hidden; border-radius: 24px; border: 1px solid rgba(16,25,21,.10); background: #fff;
}
.comparison-card img { aspect-ratio: 1 / 1; width:100%; object-fit: cover; }
.comparison-card figcaption { padding: 14px 16px; font-weight: 800; text-align: center; }
.positive figcaption { color: var(--green); }
.negative figcaption { color: var(--red); }
.timeline-row { grid-template-columns: repeat(4, 1fr); }
.timeline-card, .value-card { padding: 24px; }
.timeline-card strong, .value-card h3 { font-size: 1.28rem; }
.timeline-card p, .value-card p { margin: 12px 0 0; color: rgba(16,25,21,.76); line-height:1.7; }
.gallery-grid {
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.meme-tile, .quote-card {
  position:relative; overflow:hidden; min-height: 260px; text-align:left; padding:0; cursor:pointer;
  border: 1px solid rgba(16,25,21,.10); border-radius: 24px; box-shadow: var(--shadow);
  background: #fff;
}
.meme-tile { aspect-ratio: 1 / 1; }
.meme-tile img { width:100%; height:100%; object-fit: cover; }
.meme-tile span {
  position:absolute; left:12px; right:12px; bottom:12px; padding:12px 14px; border-radius: 14px;
  background: rgba(16,25,21,.72); color:#fff; font-weight:800; backdrop-filter: blur(10px);
}
.crop-top img { object-position: center top; }
.crop-center img { object-position: center center; }
.crop-paw img { object-position: left bottom; }
.crop-face img { object-position: 62% center; }
.quote-card {
  padding: 26px; display:flex; flex-direction:column; justify-content:space-between;
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(233,244,234,.7));
}
.quote-card.inverse { background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(246,228,229,.78)); }
.quote-card p { margin:0; font-family:'Archivo Black',sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height:1.05; letter-spacing:-.05em; }
.quote-card small { margin-top:18px; color: var(--muted); font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.values-grid { grid-template-columns: repeat(3, 1fr); }
.buy-card { padding: 28px; display:grid; grid-template-columns: .88fr 1.12fr; gap: 24px; }
.buy-copy h2, .community-card h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); margin-top: 14px; }
.buy-copy p, .community-card p { color: rgba(16,25,21,.78); line-height:1.78; }
.buy-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.steps-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.steps-grid article {
  padding: 22px; border-radius: 22px; background: rgba(255,255,255,.74); border: 1px solid rgba(16,25,21,.08);
}
.steps-grid strong { display:inline-grid; place-items:center; width: 42px; height: 42px; border-radius: 14px; background: var(--ink); color:#fff; font-size: 1rem; }
.steps-grid span { display:block; margin-top: 12px; line-height:1.68; font-weight: 600; color: rgba(16,25,21,.76); }
.community-card {
  padding: 28px; display:grid; grid-template-columns: 1fr auto; gap: 24px; align-items:end; margin-bottom: 56px;
}
.community-actions { display:flex; flex-wrap:wrap; gap:12px; }
.site-footer {
  width:min(calc(100% - 32px), var(--max)); margin: 0 auto 28px; padding: 18px 8px 36px;
  display:flex; align-items:center; justify-content:space-between; gap: 18px; color: rgba(16,25,21,.70);
}
.made-by { display:inline-flex; align-items:center; gap: 10px; font-weight:800; }
.made-by svg { width: 22px; height: 22px; fill: var(--ink); }
.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); opacity:0;
  background: var(--ink); color:#fff; padding: 12px 16px; border-radius: 999px; font-weight:800; z-index: 50; transition: .2s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.lightbox {
  border: 0; padding: 18px; border-radius: 24px; width: min(92vw, 940px); background: #fff;
  box-shadow: 0 30px 120px rgba(0,0,0,.28);
}
.lightbox::backdrop { background: rgba(16,25,21,.66); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 75vh; object-fit: contain; border-radius: 18px; }
.lightbox-caption { margin: 12px 0 0; font-weight: 700; color: rgba(16,25,21,.76); }
.lightbox-close {
  position:absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius:50%; border:0; background: var(--ink); color:#fff; font-size: 1.6rem; cursor:pointer;
}
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { min-height: 560px; }
  .story-grid, .values-grid, .timeline-row { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .comparison-panel, .buy-card, .community-card { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .bg-sticker { width: 72px; opacity: .1; border-radius: 18px; }
  .bg-ok { font-size: 5rem; -webkit-text-stroke-width: 1.5px; opacity: .42; }
  .cat-b, .ok-b { display: none; }
  .site-header { grid-template-columns: auto auto 1fr; padding: 12px 14px; }
  .nav-toggle { display:block; justify-self:end; }
  .site-nav {
    position:absolute; left: 0; right: 0; top: calc(100% + 10px); display:none; flex-direction:column; align-items:stretch;
    background: rgba(250,246,236,.98); border-radius: 26px; padding: 12px; box-shadow: var(--shadow);
  }
  .site-header.nav-open .site-nav { display:flex; }
  .site-nav a { padding: 14px; }
  .header-actions { display:none; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 6.8rem); }
  .hero-meta { grid-template-columns: 1fr; }
  .comparison-images, .steps-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .community-actions { width:100%; }
}
@media (max-width: 640px) {
  .cat-c, .ok-c { display: none; }
  .cat-a { left: -18px; top: 118px; }
  .ok-a { right: -16px; top: 210px; }
  .section-shell { width: min(calc(100% - 20px), var(--max)); }
  .brand-copy small { display:none; }
  .hero-visual { min-height: 420px; }
  .hero-card { width: min(46vw, 230px); border-radius: 22px; }
  .hero-split { top: 10%; bottom: 10%; border-radius: 24px; }
  .hero-badge, .hero-stamp { font-size: .66rem; padding: 10px 12px; }
  .story-grid, .timeline-row, .values-grid, .gallery-grid { grid-template-columns: 1fr; }
  .meme-tile, .quote-card { min-height: 220px; }
  .section-heading h2, .comparison-copy h2, .buy-copy h2, .community-card h2 { font-size: clamp(2rem, 10vw, 3.4rem); }
  .marquee-track { animation-duration: 18s; }
  .marquee-group { gap: 8px; }
  .marquee-group span { font-size: .8rem; padding-inline: 12px; }
  .site-footer { flex-direction:column; align-items:flex-start; }
}
