:root {
  --paper:#f6f3eb;
  --ink:#333d32;
  --muted:#77796d;
  --red:#93483c;
  --line:#dddccf;
  --serif:"Songti SC","STSong","Noto Serif CJK SC","SimSun",serif}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased}
a {
  color:inherit;
  text-decoration:none}
a:focus-visible {
  outline:2px solid var(--red);
  outline-offset:7px}
img {
  display:block;
  max-width:100%}
h1,h2,h3,h4,p {
  margin:0}
h1,h2,h3,h4 {
  font-family:var(--serif);
  font-weight:500}
p {
  line-height:1.95}
.wrap {
  width:min(1160px,calc(100% - 112px));
  margin:auto}
.site-header {
  height:104px;
  width:min(1328px,calc(100% - 112px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)}
.brand {
  display:flex;
  align-items:center;
  gap:13px;
  font-family:var(--serif);
  font-size:26px;
  letter-spacing:4px}
.brand-mark {
  display:grid;
  place-items:center;
  width:43px;
  height:47px;
  background:var(--red);
  color:#fff8e9;
  border-radius:13px 3px 13px 3px;
  font-size:28px;
  letter-spacing:0}
.brand-en {
  display:block;
  font:9px/1.5 sans-serif;
  letter-spacing:3px;
  margin-top:2px}
.site-header nav {
  display:flex;
  gap:42px;
  font-size:13px}
.site-header nav a {
  padding:12px 0}
.site-header nav a:hover,.text-link:hover {
  color:var(--red)}
.header-link {
  font-size:12px;
  border:1px solid #a3a795;
  border-radius:30px;
  padding:11px 22px}
.header-link span {
  margin-left:18px}
.hero {
  position:relative;
  max-width:1328px;
  margin:auto;
  padding:75px 84px 0;
  display:grid;
  grid-template-columns:1fr 1.05fr;
  min-height:760px;
  align-items:center}
.hero-copy {
  position:relative;
  z-index:1;
  padding-bottom:70px}
.eyebrow {
  font-size:10px;
  letter-spacing:2.8px;
  font-weight:500;
  color:var(--muted)}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  letter-spacing:3px;
  font-size:11px}
.hero .eyebrow span {
  width:22px;
  height:1px;
  background:var(--red)}
h1 {
  font-size:clamp(48px,5vw,72px);
  line-height:1.45;
  letter-spacing:4px;
  margin:25px 0 20px}
.accent {
  color:var(--red)}
.hero-description {
  font-size:14px;
  line-height:2.15;
  color:var(--muted)}
.primary-link {
  display:inline-flex;
  align-items:center;
  gap:38px;
  background:var(--ink);
  color:#fff9ec;
  padding:17px 25px;
  border-radius:3px;
  margin-top:32px;
  font-size:13px;
  transition:background .2s,transform .2s}
.primary-link:hover {
  background:#4b5948;
  transform:translateY(-2px)}
.hero-notes {
  display:flex;
  gap:15px;
  align-items:center;
  margin-top:25px;
  font-size:10px;
  letter-spacing:1px;
  color:#858577}
.hero-notes i {
  width:3px;
  height:3px;
  background:#b7b6a7;
  border-radius:50%}
.hero-visual {
  position:relative;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding-bottom:55px}
.hero-visual>img {
  position:relative;
  width:660px;
  max-width:126%;
  height:auto;
  z-index:1;
  filter:drop-shadow(0 20px 28px #9d8a6220)}
.halo {
  position:absolute;
  width:470px;
  height:550px;
  max-width:100%;
  top:12px;
  border:1px solid #c4b5844a;
  border-radius:48% 48% 2px 2px;
  background:radial-gradient(ellipse at 50% 42%,#e3d6aa60,transparent 69%)}
.halo:before {
  content:"";
  position:absolute;
  inset:15px;
  border:1px solid #c4b58430;
  border-radius:inherit}
.vertical-note {
  position:absolute;
  right:-24px;
  top:40px;
  writing-mode:vertical-rl;
  font-family:var(--serif);
  font-size:13px;
  letter-spacing:6px;
  color:#8e927e}
.hero-caption {
  position:absolute;
  bottom:56px;
  text-align:center;
  z-index:2}
.hero-caption>span {
  font-family:var(--serif);
  font-size:19px;
  letter-spacing:5px}
.hero-caption small {
  display:block;
  font-size:10px;
  letter-spacing:2px;
  color:var(--muted);
  margin-top:9px}
.art-seal {
  position:absolute;
  right:4px;
  bottom:117px;
  border:1px solid #a66551;
  color:var(--red);
  padding:6px 5px;
  font:15px/1.2 var(--serif);
  border-radius:3px}
.hero-bottom {
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  align-self:end;
  border-top:1px solid var(--line);
  padding:22px 0;
  font-size:10px;
  letter-spacing:2px;
  color:var(--muted)}
.intro {
  text-align:center;
  padding:110px 0 100px}
.intro h2 {
  font-size:34px;
  letter-spacing:3px;
  margin:20px 0}
.intro>p:last-child {
  font-size:13px;
  color:var(--muted);
  line-height:2.2}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
  margin-bottom:48px}
.section-heading h2 {
  font-size:38px;
  line-height:1.65;
  letter-spacing:2px;
  margin-top:16px}
.section-heading>p {
  font-size:13px;
  color:var(--muted);
  padding-bottom:8px;
  max-width:330px}
.deities-section {
  padding:30px 0 92px}
.deity-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px 26px}
.deity-card {
  min-width:0}
.deity-art {
  position:relative;
  background:#eeece1;
  border:1px solid #e6e3d6;
  border-radius:140px 140px 5px 5px;
  overflow:hidden;
  aspect-ratio:1.1;
  display:flex;
  align-items:center;
  justify-content:center}
.deity-art:before {
  content:"";
  position:absolute;
  inset:18px 20px 0;
  border:1px solid #d5c9a754;
  border-radius:inherit;
  border-bottom:0}
.deity-art img {
  width:95%;
  height:100%;
  object-fit:contain;
  position:relative;
  transition:transform .5s}
.deity-card:hover img {
  transform:translateY(-4px)}
.card-no {
  position:absolute;
  bottom:16px;
  left:20px;
  font:10px Georgia,serif;
  color:#979987;
  letter-spacing:1px}
.deity-copy {
  padding:22px 5px 0}
.deity-motto {
  color:#937d55;
  font-size:10px;
  letter-spacing:2px}
.deity-copy h3 {
  font-size:25px;
  letter-spacing:2px;
  margin:9px 0 11px}
.deity-copy>p:last-child {
  font-size:12px;
  line-height:1.95;
  color:var(--muted);
  max-width:330px}
.section-note {
  margin-top:36px;
  color:#8a8c7e;
  font-size:10px}
.practice-section {
  background:#eaece3;
  padding:88px 0 96px}
.tools-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px}
.tool {
  background:#f8f8f1;
  border:1px solid #dee1d4;
  border-radius:5px;
  padding:34px 36px}
.tool-icon {
  display:block;
  font:30px/1 var(--serif);
  color:#6c795d;
  margin-bottom:23px}
.tool h3 {
  font-size:25px;
  letter-spacing:1px;
  margin-bottom:15px}
.tool p {
  font-size:13px;
  color:#737b6c;
  line-height:2}
.tool-foot {
  display:block;
  margin-top:25px;
  font-size:10px;
  color:#828d75;
  letter-spacing:2px}
.reading-tool {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 0.85fr;
  gap:80px;
  background:#354435;
  color:#f4f0df;
  overflow:hidden;
  padding:45px 48px 0}
.reading-tool>div:first-child {
  padding-bottom:42px}
.reading-tool .tool-icon {
  color:#d2d6b8}
.reading-tool .eyebrow {
  color:#b8c0a9;
  margin-bottom:13px;
  font-size:9px}
.reading-tool h3 {
  font-size:30px}
.reading-tool p {
  color:#c0c8b5}
.tool-tags {
  display:flex;
  gap:10px;
  margin-top:28px;
  flex-wrap:wrap}
.tool-tags span {
  font-size:10px;
  color:#d5dac7;
  border:1px solid #75826c;
  padding:5px 10px;
  border-radius:3px}
.reading-preview {
  background:#f5f1e5;
  color:var(--ink);
  padding:26px 30px;
  align-self:end;
  transform:rotate(-3deg) translateY(14px);
  border-radius:6px 6px 0 0;
  box-shadow:0 10px 35px #19271740}
.preview-top,.preview-bottom {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#99947f;
  border-bottom:1px solid #dcd7c6;
  padding-bottom:14px;
  letter-spacing:1px}
.reading-preview h4 {
  font-size:20px;
  margin:26px 0 18px}
.reading-preview p {
  font:15px/2.2 var(--serif);
  color:#6d705e;
  margin-bottom:14px}
.preview-bottom {
  border-bottom:0;
  border-top:1px solid #dcd7c6;
  padding:17px 0 8px;
  margin-top:27px}
.closing {
  text-align:center;
  padding:90px 0 85px}
.closing-mark {
  display:inline-grid;
  place-items:center;
  background:var(--red);
  color:var(--paper);
  width:44px;
  height:48px;
  font:28px var(--serif);
  border-radius:13px 3px 13px 3px;
  margin-bottom:25px}
.closing .eyebrow {
  font-size:9px}
.closing h2 {
  font-size:37px;
  letter-spacing:3px;
  margin:20px 0 15px}
.closing>p:not(.eyebrow) {
  font-size:12px;
  color:var(--muted)}
.text-link {
  display:inline-block;
  border-bottom:1px solid #b4b8a7;
  padding:10px 0;
  margin-top:25px;
  font-size:11px}
.text-link span {
  margin-left:26px}
.site-footer {
  border-top:1px solid var(--line);
  padding:28px 0 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:10px;
  color:var(--muted)}
.footer-brand {
  font:20px var(--serif);
  color:var(--ink);
  letter-spacing:2px}
.footer-brand span {
  font:9px sans-serif;
  letter-spacing:2px;
  margin-left:10px}
.mobile-only {
  display:none}
.skip-link {
  position:fixed;
  top:-80px;
  left:16px;
  z-index:10;
  padding:12px;
  background:var(--ink);
  color:white}
.skip-link:focus {
  top:12px}
@media(min-width:1500px) {
  .hero {
  min-height:800px}
}
@media(max-width:1000px) {
  .wrap {
  width:calc(100% - 64px)}
.site-header {
  width:calc(100% - 64px);
  height:90px}
.hero {
  padding:55px 42px 0;
  min-height:690px}
.hero-visual>img {
  max-width:135%}
.halo {
  height:470px}
.hero-caption {
  bottom:70px}
.vertical-note {
  right:-12px}
.reading-tool {
  gap:35px;
  padding:35px 30px 0}
.deity-grid {
  gap:32px 18px}
}
@media(max-width:700px) {
  html {
  scroll-padding-top:24px}
.wrap {
  width:calc(100% - 40px)}
.site-header {
  width:calc(100% - 40px);
  height:82px}
.brand {
  font-size:22px;
  gap:9px}
.brand-mark {
  width:35px;
  height:39px;
  font-size:24px}
.brand-en {
  font-size:7px}
.site-header nav {
  gap:18px;
  font-size:11px}
.site-header nav a:first-child {
  display:none}
.header-link {
  display:none}
.hero {
  padding:45px 24px 0;
  display:flex;
  flex-direction:column;
  min-height:0}
.hero-copy {
  width:100%;
  padding-bottom:0}
.hero .eyebrow {
  font-size:10px;
  letter-spacing:2px}
h1 {
  font-size:48px;
  letter-spacing:3px;
  line-height:1.4;
  margin:21px 0 16px}
.hero-description {
  font-size:13px}
.hero-description br:nth-child(2) {
  display:none}
.primary-link {
  margin-top:23px;
  padding:15px 21px;
  font-size:12px}
.hero-notes {
  margin-top:19px}
.hero-visual {
  width:100%;
  height:420px;
  align-self:center;
  padding-bottom:38px;
  margin-top:22px;
  max-width:430px}
.hero-visual>img {
  width:440px;
  max-width:110%;
  max-height:420px;
  object-fit:contain}
.halo {
  width:300px;
  height:355px;
  top:9px}
.vertical-note {
  right:3px;
  top:28px;
  font-size:10px;
  letter-spacing:4px}
.hero-caption {
  bottom:12px}
.hero-caption>span {
  font-size:16px;
  letter-spacing:4px}
.hero-caption small {
  font-size:9px}
.art-seal {
  right:24px;
  bottom:65px;
  font-size:12px}
.hero-bottom {
  width:100%;
  margin-top:15px;
  padding:18px 0;
  font-size:9px;
  letter-spacing:1px}
.intro {
  padding:66px 0 61px}
.intro h2 {
  font-size:28px;
  line-height:1.7;
  letter-spacing:2px;
  margin:15px 0}
.intro>p:last-child {
  font-size:12px}
.mobile-only {
  display:block}
.section-heading {
  display:block;
  margin-bottom:30px}
.section-heading h2 {
  font-size:30px;
  line-height:1.65;
  margin-top:12px}
.section-heading>p {
  font-size:12px;
  margin-top:20px}
.deities-section {
  padding:18px 0 55px}
.deity-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:27px 15px}
.deity-art {
  aspect-ratio:.86;
  border-radius:95px 95px 3px 3px}
.deity-art img {
  width:117%;
  max-width:117%;
  object-fit:contain}
.deity-art:before {
  inset:10px 10px 0}
.card-no {
  left:12px;
  bottom:10px;
  font-size:9px}
.deity-copy {
  padding:16px 0 0}
.deity-motto {
  font-size:9px;
  letter-spacing:0}
.deity-copy h3 {
  font-size:21px;
  letter-spacing:0;
  margin:6px 0 9px}
.deity-copy>p:last-child {
  font-size:11px;
  line-height:1.9}
.section-note {
  font-size:9px;
  margin-top:25px}
.practice-section {
  padding:52px 0 55px}
.tools-grid {
  grid-template-columns:1fr;
  gap:13px}
.tool {
  padding:27px}
.tool h3 {
  font-size:23px}
.tool p {
  font-size:12px}
.tool-icon {
  margin-bottom:18px;
  font-size:26px}
.reading-tool {
  grid-template-columns:1fr;
  gap:0;
  padding:29px 27px 0}
.reading-tool>div:first-child {
  padding-bottom:25px}
.reading-tool h3 {
  font-size:26px}
.reading-preview {
  margin:0 6px;
  padding:22px;
  transform:rotate(-2deg) translateY(12px)}
.reading-preview h4 {
  font-size:19px}
.reading-preview p {
  font-size:14px}
.tool-foot {
  margin-top:18px}
.closing {
  padding:60px 0}
.closing h2 {
  font-size:30px;
  line-height:1.7;
  letter-spacing:2px}
.site-footer {
  flex-wrap:wrap;
  gap:20px;
  padding:24px 0}
.site-footer>p {
  display:none}
.footer-brand {
  font-size:18px}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important}
}

