:root {
    --cream: #f5ecd9;
    --paper: #ead8b9;
    --brown: #5f3c2b;
    --brown-deep: #2f211b;
    --orange: #d58d52;
    --red: #7a332d;
    --grey: #9d948a;
    --ink: #3a2b24;
    --shadow: 0 24px 60px rgba(47, 33, 27, .24);
    --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 20% 10%, rgba(213,141,82,.22), transparent 28rem),
        radial-gradient(circle at 90% 25%, rgba(122,51,45,.16), transparent 32rem),
        linear-gradient(135deg, #f7efdf 0%, #ead8b9 46%, #d8c0a0 100%);
    font-family: "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
    line-height: 1.72;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    z-index: 99;
    background-image:
        repeating-radial-gradient(circle at 17% 23%, rgba(47,33,27,.25) 0 1px, transparent 1px 6px),
        linear-gradient(rgba(255,255,255,.10), rgba(255,255,255,0));
    mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px) saturate(120%);
    background: rgba(245, 236, 217, .88);
    border-bottom: 1px solid rgba(95,60,43,.18);
    box-shadow: 0 8px 24px rgba(47,33,27,.08);
}
.topbar, .primary-nav, .fake-search, main, .footer-grid, .copyright { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0 10px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-lockup img { width: 156px; height: auto; filter: drop-shadow(0 12px 18px rgba(47,33,27,.16)); }
.brand-lockup strong { display: block; font-size: clamp(1.3rem, 2.4vw, 2rem); letter-spacing: .08em; color: var(--brown); }
.brand-lockup em { display: block; font-style: normal; font-size: .82rem; color: var(--red); }
.domain-pill {
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(95,60,43,.10);
    color: var(--brown);
    font-size: .9rem;
}
.primary-nav { display: flex; flex-wrap: wrap; gap: 10px; padding: 8px 0; }
.primary-nav a {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.28);
    border: 1px solid rgba(95,60,43,.16);
    color: var(--brown-deep);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.primary-nav a:hover { transform: translateY(-2px); background: var(--brown); color: var(--cream); }
.fake-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0 16px;
}
.fake-search input {
    width: 100%;
    border: 1px solid rgba(95,60,43,.28);
    border-radius: 999px;
    padding: 14px 18px;
    background: rgba(255,248,230,.82);
    color: var(--ink);
    outline: none;
    font-size: 1rem;
}
.fake-search button, .btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    background: linear-gradient(135deg, var(--brown), var(--red));
    color: var(--cream);
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(95,60,43,.22);
}
.fake-search small { grid-column: 1 / -1; color: var(--red); min-height: 1.3em; }
main { padding: 28px 0 54px; }
.breadcrumb { margin-bottom: 20px; color: var(--brown); font-size: .95rem; display: flex; flex-wrap: wrap; gap: 7px; }
.hero {
    min-height: 72vh;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    align-items: center;
    gap: 34px;
    padding: clamp(28px, 5vw, 70px);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255,248,230,.72), rgba(95,60,43,.22));
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.hero::after, .film-frame::after, .image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle, transparent 54%, rgba(47,33,27,.42) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 7px);
    opacity: .78;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--red); letter-spacing: .18em; text-transform: uppercase; font-size: .86rem; }
h1, h2, h3, h4, h5, h6 { color: var(--brown-deep); line-height: 1.2; letter-spacing: .03em; }
h1 { font-size: clamp(2.45rem, 6vw, 5.3rem); margin: 0 0 16px; }
h2 { font-size: clamp(1.75rem, 3.5vw, 3rem); margin: 0 0 14px; }
h3 { font-size: 1.24rem; margin: 0 0 8px; }
.lede { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 660px; color: #4d372d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn.secondary { background: rgba(255,248,230,.72); color: var(--brown); border: 1px solid rgba(95,60,43,.26); }
.hero-visual { position: relative; }
.hero-visual figure { margin: 0; position: relative; border-radius: 28px; overflow: hidden; border: 16px solid rgba(255,246,225,.70); box-shadow: 0 28px 60px rgba(47,33,27,.30); }
.hero-visual img { width: 100%; aspect-ratio: 1.1 / .9; object-fit: cover; filter: sepia(.28) contrast(1.05) saturate(.84); }
.hero-visual figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: var(--cream); text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.section { margin-top: 54px; padding: clamp(26px, 4vw, 44px); border-radius: 30px; background: rgba(255,248,230,.54); border: 1px solid rgba(95,60,43,.16); box-shadow: 0 18px 40px rgba(47,33,27,.10); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-head p { max-width: 680px; margin: 0; color: #5f4a3d; }
.grid { display: grid; gap: 22px; }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card, .video-card, .story-card, .creator-card, .faq-card, .review-card, .tool-card {
    background: rgba(255,248,230,.68);
    border: 1px solid rgba(95,60,43,.18);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(47,33,27,.10);
}
.video-card { transition: transform .28s ease, box-shadow .28s ease; }
.video-card:hover { transform: translateY(-8px) rotate(-.25deg); box-shadow: 0 26px 60px rgba(47,33,27,.24); }
.film-frame { position: relative; margin: 0; overflow: hidden; background: var(--brown-deep); }
.film-frame img, .film-frame video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: sepia(.22) saturate(.82) contrast(1.04); }
.film-frame video { position: absolute; inset: 0; opacity: 0; }
.film-frame::before {
    content: "";
    position: absolute;
    inset: -20%;
    opacity: 0;
    z-index: 3;
    background-image: repeating-radial-gradient(circle, rgba(255,245,220,.22) 0 1px, transparent 1px 5px);
    transition: opacity .25s ease;
}
.video-card:hover .film-frame::before { opacity: .85; animation: grainShake .38s steps(2,end) infinite; }
.play-button {
    position: absolute;
    left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.75);
    width: 70px; height: 70px; border-radius: 50%; border: 2px solid rgba(255,246,225,.86);
    background: rgba(95,60,43,.64); color: var(--cream); display: grid; place-items: center; z-index: 4;
    opacity: 0; transition: opacity .25s ease, transform .25s ease;
}
.video-card:hover .play-button { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.video-body, .story-body, .creator-body, .review-card, .faq-card, .tool-card { padding: 18px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.tags span, .stat-list span { padding: 5px 9px; border-radius: 999px; background: rgba(213,141,82,.18); color: var(--red); font-size: .82rem; }
.stat-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 14px 0 0; list-style: none; }
.image-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.image-card { position: relative; margin: 0; border-radius: 22px; overflow: hidden; min-height: 240px; box-shadow: 0 14px 28px rgba(47,33,27,.18); }
.image-card img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; filter: sepia(.24) saturate(.78); transition: transform .4s ease; }
.image-card:hover img { transform: scale(1.08); }
.image-card figcaption { position: absolute; z-index: 2; left: 14px; bottom: 12px; color: var(--cream); text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.timeline li { padding: 18px; border-left: 4px solid var(--orange); background: rgba(255,255,255,.26); border-radius: 16px; }
.partner-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-wall span { min-height: 86px; display: grid; place-items: center; text-align: center; border-radius: 18px; background: rgba(95,60,43,.12); color: var(--brown); font-weight: 700; }
.contact-panel { display: grid; grid-template-columns: 1.4fr .6fr; gap: 22px; }
.qr-row { display: flex; gap: 16px; flex-wrap: wrap; }
.qr-row figure, .footer-qrs figure { margin: 0; padding: 12px; background: rgba(255,248,230,.72); border-radius: 18px; text-align: center; }
.site-footer { background: rgba(47,33,27,.92); color: var(--cream); padding: 42px 0 18px; }
.site-footer h2, .site-footer strong { color: #fff3d4; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr; gap: 26px; }
.footer-qrs { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links { display: grid; gap: 8px; align-content: start; }
.footer-links a { color: #f7ddb8; }
.copyright { border-top: 1px solid rgba(255,248,230,.18); margin-top: 24px; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }
.page-hero { padding: 44px; border-radius: 30px; background: rgba(255,248,230,.62); box-shadow: var(--shadow); }
.page-hero h1 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
@keyframes grainShake {
    0% { transform: translate(0,0); }
    50% { transform: translate(-3%, 2%); }
    100% { transform: translate(2%, -2%); }
}
@media (max-width: 980px) {
    .hero, .contact-panel, .footer-grid { grid-template-columns: 1fr; }
    .grid.four, .grid.three, .image-wall, .partner-wall { grid-template-columns: repeat(2, 1fr); }
    .section-head { display: block; }
}
@media (max-width: 640px) {
    .topbar { align-items: flex-start; flex-direction: column; }
    .fake-search { grid-template-columns: 1fr; }
    .grid.four, .grid.three, .grid.two, .image-wall, .partner-wall { grid-template-columns: 1fr; }
    .hero { padding: 24px; min-height: auto; }
    .primary-nav { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 12px; }
    .primary-nav a { white-space: nowrap; }
}
