:root {
  --paper: #f4eee7;
  --paper-deep: #e8ddd2;
  --ink: #241d23;
  --muted: #776b70;
  --plum: #642b45;
  --plum-deep: #351928;
  --coral: #e26c56;
  --sage: #789485;
  --line: rgba(36, 29, 35, .16);
  --white: #fffaf5;
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --shell: min(1440px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); font-family: var(--sans); background: var(--paper); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, h1, h2, h3, p, blockquote, dl, dd { margin: 0; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: white; background: var(--plum); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; padding: 16px 0 0; background: linear-gradient(var(--paper) 72%, transparent); }
.header-shell { position: relative; width: var(--shell); min-height: 78px; margin: 0 auto; padding: 10px 14px 10px 20px; display: flex; align-items: center; gap: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 250, 245, .9); backdrop-filter: blur(18px); box-shadow: 0 16px 40px rgba(53, 25, 40, .08); }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 50px; height: 50px; object-fit: contain; border-radius: 15px; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 20px; letter-spacing: .08em; }
.brand-copy small { color: var(--plum); font-size: 9px; letter-spacing: .22em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.45vw, 24px); }
.primary-nav a { position: relative; padding: 17px 0; color: #5e5258; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 10px; height: 2px; background: var(--coral); transition: right .25s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--plum); }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 3px 0; background: currentColor; }
.menu-toggle b { display: none; }

.hero { width: var(--shell); min-height: calc(100vh - 110px); margin: 18px auto 0; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; border: 1px solid var(--line); border-radius: 42px; overflow: hidden; background: var(--white); }
.hero-copy { position: relative; z-index: 2; padding: clamp(64px, 7vw, 118px) clamp(38px, 5vw, 86px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 10% 8%, rgba(226, 108, 86, .16), transparent 32%), var(--white); }
.breadcrumb { margin-bottom: 48px; display: flex; gap: 10px; color: var(--muted); font-size: 12px; }
.breadcrumb i { color: var(--coral); }
.eyebrow { margin-bottom: 20px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { max-width: 800px; font-family: var(--serif); font-size: clamp(44px, 5.3vw, 84px); font-weight: 500; line-height: 1.04; letter-spacing: -.05em; }
.hero h1 span { display: block; margin-top: 14px; color: var(--plum); font-size: .63em; line-height: 1.2; }
.hero-intro { max-width: 680px; margin-top: 34px; color: var(--muted); font-size: 16px; line-height: 2; }
.hero-intro strong { color: var(--plum); }
.hero-facts { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-facts div { padding: 24px 16px 0 0; display: grid; gap: 6px; }
.hero-facts b { color: var(--plum); font-family: var(--serif); font-size: 23px; }
.hero-facts span { color: var(--muted); font-size: 11px; line-height: 1.6; }
.hero-collage { position: relative; min-height: 720px; padding: 28px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 18px; background: var(--plum-deep); }
.hero-collage figure { position: relative; min-height: 0; overflow: hidden; border-radius: 26px; }
.hero-main-image { grid-row: 1 / 3; }
.hero-collage figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 58%, rgba(18, 10, 15, .72)); pointer-events: none; }
.hero-collage figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: white; font-size: 13px; line-height: 1.5; }
.hero-collage figcaption span { display: block; margin-bottom: 4px; color: #ffd5c9; font-weight: 700; }
.hero-small-image figcaption { font-weight: 700; }
.hero-stamp { position: absolute; z-index: 5; right: calc(30% - 18px); bottom: 8%; width: 116px; height: 116px; padding: 16px; display: grid; place-content: center; text-align: center; color: var(--plum-deep); border: 7px solid var(--plum-deep); border-radius: 50%; background: var(--paper); transform: rotate(-8deg); }
.hero-stamp span { font-family: var(--serif); font-size: 32px; font-weight: 800; }
.hero-stamp small { font-size: 8px; line-height: 1.4; }

.section { width: var(--shell); margin: 0 auto; padding: clamp(92px, 10vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading h2, .themes-heading h2, .news-heading h2, .faq h2, .about h2, .creator-copy h2, .original h2, .life h2 { font-family: var(--serif); font-size: clamp(38px, 5vw, 72px); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p { max-width: 640px; color: var(--muted); font-size: 16px; line-height: 2; }
.story-grid { margin-top: 70px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: auto auto; gap: 18px; }
.story-card { min-height: 480px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.story-card-wide { grid-column: span 2; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr; }
.story-card-tall { grid-column: span 2; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr; }
.story-card figure { min-height: 310px; overflow: hidden; }
.story-card > div { padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.story-card h3 { margin: 12px 0 16px; font-family: var(--serif); font-size: clamp(28px, 2.6vw, 42px); font-weight: 500; }
.story-card p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.story-index { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.story-card-dark { color: var(--white); background: var(--plum-deep); }
.story-card-dark p { color: rgba(255,255,255,.68); }

.original { padding: 0; display: grid; grid-template-columns: 1.1fr .9fr; color: var(--white); border-radius: 42px; overflow: hidden; background: var(--plum-deep); }
.original-visual { position: relative; min-height: 780px; }
.original-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(25, 11, 20, .84)); }
.original-overlay { position: absolute; z-index: 2; left: 46px; right: 46px; bottom: 42px; display: grid; gap: 12px; }
.original-overlay span { color: #ffc8ba; font-size: 11px; letter-spacing: .2em; }
.original-overlay b { max-width: 620px; font-family: var(--serif); font-size: clamp(28px, 3vw, 48px); font-weight: 500; line-height: 1.35; }
.original-copy { padding: clamp(60px, 6vw, 104px); display: flex; flex-direction: column; justify-content: center; }
.original-copy > p:not(.eyebrow) { margin-top: 32px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 2; }
.principles { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.18); }
.principles > div { padding: 24px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.principles dt { color: var(--coral); font-family: var(--serif); font-size: 24px; }
.principles dd { display: grid; gap: 6px; }
.principles b { font-size: 16px; }
.principles span { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }

.life { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.life-intro { position: sticky; top: 130px; align-self: start; }
.life-intro > p:last-child { max-width: 480px; margin-top: 30px; color: var(--muted); line-height: 2; }
.life-timeline { border-top: 1px solid var(--line); }
.life-timeline article { padding: 26px 0; display: grid; grid-template-columns: 80px 220px 1fr; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); }
.life-timeline time { color: var(--coral); font-family: var(--serif); font-size: 22px; }
.life-timeline figure { height: 150px; overflow: hidden; border-radius: 18px; }
.life-timeline h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.life-timeline p { color: var(--muted); font-size: 13px; line-height: 1.8; }

.themes { padding-left: clamp(36px, 5vw, 80px); padding-right: clamp(36px, 5vw, 80px); color: var(--white); border-radius: 42px; background: linear-gradient(135deg, #442237, #1f222d 72%); }
.themes-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; }
.themes-heading p:last-child { color: rgba(255,255,255,.63); line-height: 2; }
.theme-cloud { margin: 70px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.theme-cloud span { padding: 16px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 15px; }
.theme-cloud .theme-lg { color: #ffd2c7; font-family: var(--serif); font-size: 27px; }
.theme-cloud .theme-xl { color: white; font-family: var(--serif); font-size: clamp(30px, 3.8vw, 58px); }
.geo-notes { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.geo-notes article { min-height: 250px; padding: 28px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.geo-notes small { color: var(--coral); }
.geo-notes h3 { margin: 26px 0 16px; font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.4; }
.geo-notes p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.9; }

.creators { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.creator-portrait { position: relative; height: 700px; overflow: hidden; border-radius: 260px 260px 30px 30px; }
.creator-portrait img { filter: sepia(.1); }
.creator-portrait span { position: absolute; right: 22px; bottom: 36px; padding: 12px 18px; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(36,29,35,.65); backdrop-filter: blur(8px); font-size: 11px; letter-spacing: .16em; }
.creator-copy { padding-right: 6vw; }
.creator-copy > p:not(.eyebrow) { margin-top: 30px; color: var(--muted); line-height: 2; }
.creator-copy blockquote { margin: 42px 0; padding: 28px 0 28px 32px; color: var(--plum); border-left: 3px solid var(--coral); font-family: var(--serif); font-size: 25px; line-height: 1.6; }
.creator-methods { display: flex; flex-wrap: wrap; gap: 10px; }
.creator-methods span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }

.news { padding: clamp(72px, 8vw, 120px); border: 1px solid var(--line); border-radius: 42px; background: var(--white); }
.news-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.news-heading > p:last-child { color: var(--muted); line-height: 1.9; }
.news-board { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-board article { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-board span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.news-board h3 { margin: auto 0 20px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.4; }
.news-board p { color: var(--muted); font-size: 13px; line-height: 1.9; }

.client-guide { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.client-guide-heading { position: sticky; top: 130px; }
.client-guide-heading h2 { font-family: var(--serif); font-size: clamp(38px, 4.5vw, 68px); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.client-guide-heading > p:last-child { margin-top: 28px; color: var(--muted); line-height: 2; }
.client-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-guide-grid article { min-height: 340px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,245,.48); }
.client-guide-grid article > span { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.client-guide-grid h3 { margin: auto 0 20px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.35; }
.client-guide-grid p { color: var(--muted); font-size: 13px; line-height: 1.95; }
.client-guide-grid strong { color: var(--plum); }

.about { padding: 0; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 42px; background: var(--paper-deep); }
.about-image { min-height: 740px; }
.about-copy { padding: clamp(60px, 6.5vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.about-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); line-height: 2; }
.brand-values { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.brand-values div { padding-top: 22px; display: grid; gap: 8px; }
.brand-values b { color: var(--coral); font-family: var(--serif); font-size: 28px; }
.brand-values span { font-size: 12px; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 28px 44px 28px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 24px; color: var(--coral); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; padding: 0 50px 28px 0; color: var(--muted); font-size: 14px; line-height: 2; }

.site-footer { margin-top: 40px; padding: 70px max(32px, calc((100% - 1440px) / 2)); color: rgba(255,255,255,.72); background: var(--plum-deep); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 70px; height: 70px; object-fit: contain; border-radius: 18px; }
.footer-brand div { display: grid; gap: 6px; }
.footer-brand strong { color: white; font-size: 24px; }
.footer-brand span { font-size: 11px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-nav a { font-size: 12px; text-decoration: none; }
.footer-nav a:hover { color: white; }
.footer-bottom { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.footer-seo { max-width: 1160px; margin-top: 24px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.9; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 36px, 1100px); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; padding: 18px; display: none; grid-template-columns: repeat(2, 1fr); gap: 4px 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 22px 50px rgba(53,25,40,.14); }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 12px; }
  .primary-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-collage { min-height: 650px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card, .story-card-wide, .story-card-tall { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 310px auto; }
  .original { grid-template-columns: 1fr; }
  .original-visual { min-height: 580px; }
  .life { grid-template-columns: 1fr; }
  .life-intro { position: static; }
  .geo-notes { grid-template-columns: repeat(2, 1fr); }
  .creators { grid-template-columns: 1fr 1fr; }
  .creator-portrait { height: 620px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 520px; }
  .client-guide { grid-template-columns: 1fr; }
  .client-guide-heading { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 94px; }
  .site-header { padding-top: 8px; }
  .header-shell { min-height: 68px; padding: 8px 10px 8px 14px; border-radius: 18px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 7px; }
  .primary-nav { grid-template-columns: 1fr; max-height: 72vh; overflow-y: auto; }
  .hero { min-height: auto; border-radius: 26px; }
  .hero-copy { padding: 58px 24px 46px; }
  .breadcrumb { margin-bottom: 32px; }
  .hero h1 { font-size: clamp(39px, 13vw, 58px); }
  .hero-intro { font-size: 14px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { grid-template-columns: 70px 1fr; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .hero-collage { min-height: 640px; padding: 14px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; gap: 10px; }
  .hero-main-image { grid-column: 1 / 3; grid-row: 1; }
  .hero-small-one, .hero-small-two { grid-row: 2; }
  .hero-collage figure { border-radius: 18px; }
  .hero-stamp { display: none; }
  .section { padding: 88px 0; }
  .section-heading, .themes-heading, .news-heading, .faq { grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2, .themes-heading h2, .news-heading h2, .faq h2, .about h2, .creator-copy h2, .original h2, .life h2 { font-size: 39px; }
  .story-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .story-card, .story-card-wide, .story-card-tall { min-height: 0; grid-template-rows: 260px auto; }
  .story-card > div { padding: 24px; }
  .original { border-radius: 26px; }
  .original-visual { min-height: 440px; }
  .original-overlay { left: 22px; right: 22px; bottom: 22px; }
  .original-copy { padding: 46px 24px; }
  .life { gap: 38px; }
  .life-timeline article { grid-template-columns: 58px 1fr; gap: 14px; }
  .life-timeline figure { grid-column: 1 / 3; height: 210px; }
  .life-timeline article > div { grid-column: 1 / 3; }
  .themes { padding: 68px 22px; border-radius: 26px; }
  .theme-cloud { margin: 44px 0; justify-content: flex-start; }
  .theme-cloud .theme-xl { font-size: 30px; }
  .theme-cloud .theme-lg { font-size: 21px; }
  .geo-notes { grid-template-columns: 1fr; }
  .geo-notes article { min-height: 0; }
  .creators { grid-template-columns: 1fr; gap: 42px; }
  .creator-portrait { height: 520px; border-radius: 180px 180px 24px 24px; }
  .creator-copy { padding-right: 0; }
  .news { padding: 68px 22px; border-radius: 26px; }
  .news-board { grid-template-columns: 1fr; }
  .news-board article { min-height: 250px; }
  .client-guide { gap: 38px; }
  .client-guide-grid { grid-template-columns: 1fr; }
  .client-guide-grid article { min-height: 270px; }
  .about { border-radius: 26px; }
  .about-image { min-height: 340px; }
  .about-copy { padding: 52px 24px; }
  .brand-values { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .faq-list summary { font-size: 18px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
