:root{--bg:#FFFBF3;--bg2:#FFF6E4;--soft:#F8E7B8;--title:#1C1608;--text:#3A3120;--muted:#6B5E43;--quiet:#8A7B5E;--gold:#D4A017;--gold2:#E8C547;--warm:#F0C94A;--deep:#B8860B;--border:rgba(212,160,23,.18);--shadow:0 16px 42px rgba(80,55,10,.10);--footer:#1A1508;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.panel-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto;object-fit:contain;object-position:center}.header-width,.container,.footer-inner,.menu-shell{width:min(var(--max),calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:80}.gold-line{height:22px;background:#3A3120;color:#FFF6E4;font-size:12px;border-bottom:1px solid rgba(240,201,74,.35)}.gold-line .header-width{height:22px;display:flex;align-items:center;justify-content:space-between}.top-search{height:22px;padding:0 8px;border:0;background:transparent;color:#FFF6E4}.concierge-bar{height:70px;background:rgba(255,251,243,.97);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.concierge-inner{height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.brand-logo{justify-self:start;display:flex;align-items:center;min-height:44px;max-width:250px}.brand-logo img,.menu-brand img,.footer-brand-row img{height:34px;width:auto;max-width:210px;object-fit:contain}.brand-logo span{display:flex;flex-direction:column;line-height:1.1}.brand-logo strong{font-size:21px;color:var(--title)}.brand-logo small{font-size:10px;letter-spacing:.18em;color:var(--muted);margin-top:5px}.book-button{min-width:92px;height:44px;border:1px solid rgba(212,160,23,.4);background:#fffdf8;color:var(--title);display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px}.book-mark{color:var(--deep);font-size:18px}.entry-button{justify-self:end;min-height:44px;display:inline-flex;align-items:center;padding:0 18px;border-radius:10px;background:linear-gradient(135deg,#F0C94A 0%,#D4A017 55%,#B8860B 100%);color:#1C1608;font-weight:800;white-space:nowrap}.sign-tabs{height:44px;background:#FFF6E4;border-bottom:1px solid rgba(212,160,23,.25)}.tabs-inner{height:44px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.tabs-inner::-webkit-scrollbar{display:none}.tabs-inner a{height:32px;padding:0 12px;display:inline-flex;align-items:center;border-radius:6px;white-space:nowrap;color:#5b4d2f;font-weight:650;font-size:14px}.tabs-inner a.is-active{background:var(--warm);color:#1C1608}.site-main{min-height:60vh}.home-stack{padding-top:28px}.home-hero{background:#fffdf8;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.hero-image-slot{max-height:320px;min-height:220px;background:linear-gradient(180deg,#f8e7b8,#fff6e4);display:flex;align-items:center;justify-content:center}.hero-image-slot img{width:100%;max-height:320px}.hero-placeholder{width:100%;height:280px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,160,23,.3);color:#705311;letter-spacing:.24em;font-weight:800}.hero-copy{padding:26px 30px 30px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#9B7127;font-weight:800;margin-bottom:7px}h1,h2,h3{color:var(--title);line-height:1.25;margin-top:0}h1{font-size:clamp(28px,4vw,32px);margin-bottom:14px}h2{font-size:clamp(22px,3vw,28px);margin-bottom:10px}h3{font-size:18px;margin-bottom:8px}p{margin:0 0 14px}.hero-copy p{max-width:900px}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.btn{min-height:44px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;white-space:nowrap}.btn.primary{background:linear-gradient(135deg,#F0C94A 0%,#D4A017 55%,#B8860B 100%);color:#1C1608}.btn.secondary{border:1px solid rgba(184,134,11,.42);background:#fffdf8;color:#6c5010}.section{padding:54px 0;border-bottom:1px solid rgba(212,160,23,.12)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head>a,.gold,.panel>a,.brand-statement>a,.safety-split a{color:#8d6509;font-weight:800}.sign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sign-grid article{background:#fffdf8;border:1px solid var(--border);border-radius:12px;padding:20px;position:relative}.sign-grid article:nth-child(even){background:#fff5cf}.sign-grid span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:6px;background:var(--warm);color:#1C1608;font-weight:900;margin-bottom:14px}.feature-grid,.feature-row,.app-show{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:24px;align-items:stretch}.feature-row.reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.image-slot{background:#FFF6E4;border:1px solid var(--border);border-radius:12px;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-slot img{width:100%;max-height:360px}.image-slot.small{min-height:170px}.image-slot.small img{max-height:220px}.image-slot.wide{margin-top:20px;min-height:180px}.image-slot.app-image img{max-height:420px}.panel,.notice,.brand-statement{background:#fffdf8;border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:var(--shadow)}.notice{border-left:5px solid var(--gold)}.brand-statement{background:linear-gradient(135deg,#fffdf8,#fff4cb)}.numbered-list{display:grid;gap:12px}.numbered-list>article{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid rgba(212,160,23,.16)}.numbered-list>article::before{content:counter(item,decimal-leading-zero);counter-increment:item;color:#a57a14;font-weight:900;font-size:24px}.numbered-list{counter-reset:item}.numbered-list.compact>article{grid-template-columns:auto 1fr;padding:10px 0}.numbered-list.compact>article::before{display:none}.numbered-list.compact b{color:#a57a14}.three-boards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.three-boards article,.card{background:#fffdf8;border:1px solid var(--border);border-radius:12px;padding:18px}.three-boards .image-slot{margin:-18px -18px 18px;border-radius:12px 12px 0 0}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0}.mini-grid>div{padding:14px;background:#FFF6E4;border-left:3px solid var(--gold);display:flex;flex-direction:column;gap:4px}.mini-grid span{color:var(--muted);font-size:14px}.mini-grid.tall>div{min-height:95px}.stair{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border:1px solid var(--border);background:#fffdf8;overflow:hidden;border-radius:12px}.stair article{padding:18px;border-right:1px solid var(--border)}.stair article:last-child{border-right:0}.step,.fraction,.big-num{font-size:30px;font-weight:900;color:#b8860b;line-height:1}.program-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.program-list article{background:#fffdf8;border:1px solid var(--border);padding:18px;border-radius:10px}.tag{display:inline-block;background:#F8E7B8;color:#59410b;padding:3px 8px;border-radius:5px;font-size:12px;font-weight:800;margin-bottom:10px}.app-badge img{width:64px;height:64px;object-fit:contain;margin-bottom:12px}.safety-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.safety-split article{background:#fffdf8;border:1px solid var(--border);padding:24px;border-radius:12px}.faq details{background:#fffdf8;border:1px solid var(--border);border-radius:10px;margin:10px 0;padding:0 18px}.faq summary{min-height:52px;display:flex;align-items:center;font-weight:800;color:var(--title);cursor:pointer}.faq details p{padding:0 0 18px}.page-hero{padding:48px 0 26px}.page-lead{max-width:900px;font-size:17px;color:#574a31}.inner-visual{margin-top:22px}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.content-grid.three{grid-template-columns:repeat(3,1fr)}.profile-placeholders,.criteria-grid,.magazine-grid,.article-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.profile,.criterion,.magazine-grid article,.article-list article{background:#fffdf8;border:1px solid var(--border);border-radius:12px;padding:20px}.result-board{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:12px;background:#fffdf8;border:1px solid var(--border);padding:20px;border-radius:12px}.result-board>div{padding:12px}.result-board strong,.result-board span{display:block}.muted,.page-end{color:var(--muted)}.page-end{margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.site-footer{background:var(--footer);color:#FFF6E4;margin-top:30px;border-top:1px solid rgba(240,201,74,.4)}.footer-inner{padding:46px 0 26px}.footer-brand{max-width:620px}.footer-brand-row{display:flex;align-items:center;gap:14px;margin-bottom:14px}.footer-brand-row strong,.menu-brand strong{display:block;color:#fff6e4;font-size:20px}.footer-brand-row span,.menu-brand span{font-size:11px;letter-spacing:.16em;color:#d9c68f}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:34px 0}.footer-links h2{color:#f0c94a;font-size:14px}.footer-links a{display:block;color:#fff6e4;margin:8px 0;font-size:14px}.footer-alert{padding:18px 0;border-top:1px solid rgba(240,201,74,.18);border-bottom:1px solid rgba(240,201,74,.18);color:#e7d9b2}.copyright{font-size:13px;color:#c8b98c;margin-top:16px}.site-overlay{position:fixed;inset:0;background:rgba(28,22,8,.35);z-index:89;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.site-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-menu{position:fixed;left:0;right:0;top:92px;z-index:92;background:#fffaf0;border-bottom:1px solid rgba(212,160,23,.35);box-shadow:0 24px 50px rgba(80,55,10,.16);max-height:calc(100vh - 92px);overflow:auto;transform:translateY(-18px);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.site-menu.is-open{transform:none;opacity:1;visibility:visible;pointer-events:auto}.menu-shell{padding:20px 0 28px}.menu-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border)}.menu-brand{display:flex;align-items:center;gap:12px}.menu-brand strong{color:var(--title)}.menu-brand span{color:#79652c}.close-button{min-height:44px;border:1px solid rgba(184,134,11,.35);background:#fffdf8;border-radius:8px;padding:0 14px;color:var(--title)}.menu-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-top:22px}.menu-groups h2{font-size:14px;color:#9b7127}.menu-groups a{display:block;padding:9px 0;border-bottom:1px solid rgba(212,160,23,.12)}.menu-groups b{display:block;color:var(--title)}.menu-groups span{display:block;color:var(--muted);font-size:13px;line-height:1.55;margin-top:2px}.search-layer{position:fixed;top:92px;left:0;right:0;z-index:93;visibility:hidden;pointer-events:none;opacity:0;transition:opacity .2s ease}.search-layer.is-open{visibility:visible;pointer-events:auto;opacity:1}.search-card{width:min(760px,calc(100% - 32px));margin:18px auto;background:#fffdf8;border:1px solid rgba(212,160,23,.35);box-shadow:var(--shadow);padding:20px}.search-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.search-card label{display:block}.search-card label span{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.search-card input{width:100%;height:48px;border:1px solid rgba(184,134,11,.28);background:#fff;padding:0 14px;color:var(--title);outline:none}.search-card input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,160,23,.14)}.search-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.search-list a{min-height:44px;display:flex;align-items:center;padding:0 12px;background:#FFF6E4;border:1px solid var(--border)}.mobile-bottom{display:none}.btn:hover,.entry-button:hover,.tabs-inner a:hover,.footer-links a:hover,.menu-groups a:hover,.search-list a:hover{filter:brightness(.98);transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(212,160,23,.5);outline-offset:3px}@media(max-width:980px){.sign-grid{grid-template-columns:repeat(2,1fr)}.three-boards{grid-template-columns:1fr}.feature-grid,.feature-row,.feature-row.reverse,.app-show{grid-template-columns:1fr}.stair{grid-template-columns:repeat(3,1fr)}.stair article:nth-child(3){border-right:0}.program-list{grid-template-columns:repeat(2,1fr)}.menu-groups{grid-template-columns:repeat(2,1fr)}.footer-links{grid-template-columns:repeat(2,1fr)}.content-grid.three{grid-template-columns:1fr}.result-board{grid-template-columns:1fr 1fr}}@media(max-width:700px){body{padding-bottom:calc(50px + env(safe-area-inset-bottom))}.header-width,.container,.footer-inner,.menu-shell{width:min(100% - 32px,var(--max))}.gold-line{height:22px}.concierge-bar,.concierge-inner{height:70px}.concierge-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand-logo{min-width:0;overflow:hidden}.brand-logo img{max-width:132px;height:30px}.brand-logo strong{font-size:18px}.brand-logo small{display:none}.book-button{min-width:70px;padding:0 10px}.entry-button{padding:0 12px}.sign-tabs{display:none}.home-stack{padding-top:20px}.hero-copy{padding:22px 18px 24px}.hero-image-slot{min-height:180px}.hero-placeholder{height:210px}.section{padding:40px 0}.section-head{align-items:start;flex-direction:column}.sign-grid,.content-grid,.profile-placeholders,.criteria-grid,.magazine-grid,.article-list,.safety-split{grid-template-columns:1fr}.mini-grid{grid-template-columns:1fr}.stair{grid-template-columns:1fr}.stair article{border-right:0;border-bottom:1px solid var(--border)}.program-list{display:flex;overflow-x:auto;gap:10px;padding-bottom:6px;scrollbar-width:none}.program-list::-webkit-scrollbar{display:none}.program-list article{min-width:250px}.footer-links{grid-template-columns:1fr 1fr;gap:18px}.site-menu{top:92px;max-height:calc(100vh - 92px)}.menu-groups{grid-template-columns:1fr}.search-layer{top:0;bottom:0;background:#FFFBF3;overflow:auto}.search-card{width:100%;margin:0;min-height:100vh;border:0;padding:24px 16px}.search-list{grid-template-columns:1fr}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:70;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fffdf8;border-top:1px solid rgba(212,160,23,.28);box-shadow:0 -8px 24px rgba(80,55,10,.08)}.mobile-bottom a{min-height:50px;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--muted)}.mobile-bottom a.is-active{background:var(--warm);color:#1C1608;font-weight:800}.result-board{grid-template-columns:1fr}.footer-inner{padding-bottom:28px}}@media(max-width:430px){.brand-logo img{max-width:104px}.book-button{min-width:62px}.book-mark{display:none}.entry-button{padding:0 10px}.footer-links{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
