:root {
    --ink: #fff5fb;
    --muted: #d8bdd1;
    --paper: #1d1424;
    --panel: #2b1935;
    --line: rgba(255,245,251,.17);
    --rose: #f06a9d;
    --plum: #7d4bd1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 70% 10%, rgba(240,106,157,.2), transparent 28%), var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; border-radius: 4px; }
.page-shell { overflow: hidden; }
.site-header, .hero, .feature-section, .about-section, .site-footer { width: min(1130px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.brand-name { color: var(--ink); font-size: .98rem; font-weight: 800; white-space: nowrap; }
.brand-logo { display: block; width: 104px; max-height: 46px; object-fit: contain; }
.site-nav { display: flex; gap: 26px; color: var(--muted); font-size: .86rem; }
.site-nav a:hover, .footer-links a:hover { color: var(--rose); }
.hero { display: grid; grid-template-columns: 380px minmax(0, 1fr); align-items: center; gap: 76px; min-height: 585px; padding: 68px 0 100px; }
.story-cards { position: relative; min-height: 370px; }
.story-cards span { position: absolute; display: grid; width: 245px; min-height: 145px; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); color: var(--ink); font-weight: 900; box-shadow: 0 22px 50px rgba(0,0,0,.22); }
.story-cards span:nth-child(1) { top: 0; left: 0; transform: rotate(-7deg); }
.story-cards span:nth-child(2) { top: 108px; right: 0; background: var(--rose); color: #2a1020; transform: rotate(6deg); }
.story-cards span:nth-child(3) { bottom: 0; left: 55px; background: var(--plum); transform: rotate(-2deg); }
.eyebrow { margin: 0 0 16px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3.3rem, 6.5vw, 6.5rem); }
h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2rem, 3.8vw, 3.45rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
.hero-description { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 20px; border-radius: 999px; background: var(--rose); color: #2a1020; font-size: .88rem; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ff90ba; }
.feature-section { padding: 40px 0 110px; border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { min-height: 215px; padding: 28px; background: rgba(43,25,53,.76); border: 1px solid var(--line); border-radius: 20px; }
.feature-grid span { display: block; margin-bottom: 42px; color: var(--rose); font-weight: 900; }
.feature-grid p, .about-section p, .site-footer p { color: var(--muted); }
.about-section { padding: 84px 0 104px; border-top: 1px solid var(--line); }
.about-section h2, .about-section p, .about-section .eyebrow { max-width: 760px; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 16px 30px; align-items: end; padding: 34px 0 42px; border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: .82rem; }
.site-footer p { grid-column: 1 / -1; margin: 10px 0 0; font-size: .78rem; }
@media (max-width: 800px) { .hero { grid-template-columns: 1fr; gap: 42px; }.story-cards { max-width: 420px; }.feature-grid { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .site-header, .hero, .feature-section, .about-section, .site-footer { width: min(100% - 32px, 1130px); }.site-nav { gap: 13px; font-size: .74rem; }.brand-logo { width: 132px; }.hero { min-height: 0; padding: 54px 0 78px; }.story-cards { min-height: 315px; }.story-cards span { width: 205px; min-height: 120px; }.footer-links { flex-wrap: wrap; gap: 12px 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover { transform: none; } }
