:root { --espresso: #21150f; --ink: #2e211b; --cream: #f8f1e8; --sand: #eee1d2; --copper: #b9784c; --muted: #9e8878; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--cream); background: var(--espresso); font-family: "Montserrat", sans-serif; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(100% - 32px, 620px); margin: 0 auto; padding: 42px 0 32px; }
.profile { text-align: center; }
.brand-mark { width: 124px; height: 124px; margin: 0 auto 20px; padding: 16px; display: grid; place-items: center; border: none; border-radius: 50%; background: #fbf7f0; box-shadow: none; }
.brand-mark img { width: 100%; height: auto; object-fit: contain; }
h1 { margin: 0; font: 700 clamp(2rem, 8vw, 3rem)/1.1 "Montserrat", sans-serif; letter-spacing: -.05em; }
.profile p { margin: 10px 0 14px; color: #d8bca5; font-size: .78rem; font-weight: 700; letter-spacing: .26em; }
.social-row { display: flex; justify-content: center; gap: 8px; }
.social-row a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(248,241,232,.35); border-radius: 50%; color: #ead5c4; font-size: 1.15rem; transition: .2s ease; }
.social-row a:hover { border-color: var(--copper); background: var(--copper); transform: translateY(-2px); }
.feature { margin: 36px 0 34px; overflow: hidden; border-radius: 22px; background: var(--sand); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.feature a { display: block; color: var(--ink); }
.feature img { display: block; width: 100%; height: 160px; object-fit: cover; }
.feature span { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; font-size: .95rem; font-weight: 700; }
.feature b { color: var(--copper); font-size: 1.2rem; }
.link-section { margin: 30px 0; }
.eyebrow { margin: 0 0 12px 4px; color: #c69773; font-size: .72rem; font-weight: 700; letter-spacing: .25em; }
.link-grid { display: grid; gap: 10px; }
.link-grid.stacked { grid-template-columns: 1fr !important; }
.product-carousel { width: calc(100% + 32px); margin-left: -16px; overflow: hidden; }
.carousel-track { display: flex; gap: 12px; overflow-x: auto; padding: 4px 16px 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.product-tile { flex: 0 0 172px; overflow: hidden; scroll-snap-align: start; border-radius: 18px; color: var(--ink); background: var(--cream); box-shadow: 0 10px 22px rgba(0,0,0,.2); transition: transform .2s ease; }
.product-tile:hover { transform: translateY(-3px); }
.product-tile img { display: block; width: 100%; height: 178px; object-fit: cover; background: var(--sand); }
.product-tile strong, .product-tile small { display: block; padding: 0 13px; }
.product-tile strong { padding-top: 12px; font-size: .9rem; line-height: 1.25; }
.product-tile small { padding-top: 5px; padding-bottom: 14px; color: var(--copper); font-size: .7rem; font-weight: 700; }
.link-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; min-height: 76px; padding: 12px 16px; border: 1px solid rgba(46,33,27,.08); border-radius: 16px; color: var(--ink); background: var(--cream); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.link-card:hover { transform: translateY(-3px); background: #fffaf4; box-shadow: 0 12px 22px rgba(0,0,0,.16); }
.link-card.featured { color: #fff8ef; background: var(--copper); }
.link-card.featured:hover { background: #c68456; }
.link-card.whatsapp-card { color: #fff; background: linear-gradient(135deg, #9bb895 0%, #a6c39f 100%); }
.link-card.whatsapp-card:hover { background: #94b08e; }
.whatsapp-card .card-icon { color: #fff; background: rgba(255,255,255,.18); }
.whatsapp-cta { position: relative; display: block; overflow: hidden; padding: 22px 24px 24px; border-radius: 26px; color: #fff; background: linear-gradient(135deg, #9bb895 0%, #a6c39f 100%); box-shadow: 0 12px 24px rgba(0,0,0,.16); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-cta::after { content: ""; position: absolute; right: 22px; top: 26px; width: 92px; height: 92px; border: 13px solid rgba(255,255,255,.15); border-radius: 50%; pointer-events: none; }
.whatsapp-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 28px rgba(0,0,0,.22); }
.whatsapp-cta-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.whatsapp-badge { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid rgba(255,255,255,.58); border-radius: 50%; background: rgba(255,255,255,.14); }
.whatsapp-badge svg { width: 22px; height: 22px; fill: currentColor; }
.whatsapp-cta-top strong, .whatsapp-cta-top small { display: block; }
.whatsapp-cta-top strong { font-size: 1.05rem; line-height: 1.1; }
.whatsapp-cta-top small { margin-top: 4px; color: rgba(255,255,255,.88); font-size: .82rem; }
.whatsapp-label { position: relative; z-index: 1; display: block; margin: 21px 0 17px; font-size: 1rem; }
.whatsapp-button { position: relative; z-index: 1; display: block; padding: 13px 16px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.28); text-align: center; font-size: .88rem; font-weight: 700; }
.card-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--copper); background: #ead9c8; font-size: 1.2rem; }
.card-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.tiktok-icon svg { fill: currentColor; stroke: none; }
.whatsapp-icon svg { width: 23px; height: 23px; fill: currentColor; }
.featured .card-icon { color: var(--copper); background: #f8eadb; }
.link-card strong, .link-card small { display: block; }
.link-card strong { font: 600 1rem/1.2 "Montserrat", sans-serif; }
.link-card small { margin-top: 4px; color: #846e5e; font-size: .75rem; line-height: 1.3; }
.featured small { color: #f4d9c0; }
.link-card > b { color: var(--copper); font-size: 1.2rem; }
.featured > b { color: #fff8ef; }
footer { margin-top: 42px; color: var(--ink); text-align: center; font-size: .62rem; font-weight: 700; letter-spacing: .2em; }
.final-links { margin-top: 18px; }
@media (min-width: 680px) { .page-shell { padding-top: 58px; } .feature img { height: 210px; } .link-grid { grid-template-columns: 1fr 1fr; } .link-card:first-child { grid-column: 1 / -1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
