@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Shippori+Mincho:wght@600;700&display=swap');

:root{--ink:#080b0f;--panel:#0d1117;--white:#f4f2ed;--muted:#9da3aa;--gold:#d4a852;--blue:#0f73ff;--line:rgba(255,255,255,.13);--pad:max(24px,7vw)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:"Noto Sans JP",sans-serif;line-height:1.8}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;height:94px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);transition:.3s}.site-header.scrolled{height:72px;background:rgba(8,11,15,.92);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:14px}.brand-logo{width:64px;height:64px;object-fit:contain;display:block;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}.site-header.scrolled .brand-logo{width:52px;height:52px}.footer-brand .brand-logo{width:72px;height:72px}.brand-copy{font-size:8px;line-height:1.45;letter-spacing:.18em}.brand-copy b{font-size:10px}.global-nav{display:flex;align-items:center;gap:22px;font-size:10px;letter-spacing:.14em;font-weight:700}.global-nav a:not(.nav-cta){position:relative;padding:9px 0}.global-nav a:not(.nav-cta):after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),#fff0ba,var(--gold),transparent);box-shadow:0 0 10px rgba(212,168,82,.75),0 0 22px rgba(212,168,82,.34);transform:translateX(-50%);opacity:0;transition:width .28s ease,opacity .28s ease}.global-nav a:hover:after,.global-nav a.is-active:after{width:100%;opacity:1}.global-nav a.is-active{color:#f1cd79;text-shadow:0 0 14px rgba(212,168,82,.38)}.nav-cta{padding:11px 20px;border:1px solid var(--gold);color:var(--gold);box-shadow:inset 0 0 0 0 rgba(212,168,82,0),0 0 0 rgba(212,168,82,0);transition:.25s}.nav-cta:hover{background:rgba(212,168,82,.1);box-shadow:0 0 18px rgba(212,168,82,.22)}.menu-toggle{display:none;background:none;border:0;color:white;width:44px;height:44px;padding:11px}.menu-toggle span{display:block;border-top:1px solid;margin:7px 0}
.hero{height:100svh;min-height:700px;position:relative;display:flex;align-items:center;padding:120px var(--pad) 70px;overflow:hidden}.hero-media,.hero-shade{position:absolute;inset:0}.hero-media{background:url("assets/images/hero-bar.png") 50% 50%/cover no-repeat;animation:heroZoom 14s ease-out both}.hero-shade{background:linear-gradient(90deg,rgba(5,7,10,.88) 0%,rgba(5,7,10,.48) 48%,rgba(5,7,10,.08) 78%),linear-gradient(0deg,rgba(5,7,10,.82),transparent 45%)}@keyframes heroZoom{from{transform:scale(1.06)}to{transform:scale(1)}}.hero-content{position:relative;z-index:2;max-width:750px}.eyebrow,.kicker{font-size:10px;letter-spacing:.25em;font-weight:700;color:var(--gold)}.eyebrow{display:flex;align-items:center;gap:12px}.eyebrow span{width:42px;border-top:1px solid}.hero h1,.section h2{font-family:"Shippori Mincho",serif;font-weight:600;letter-spacing:.02em}.hero h1{font-size:clamp(48px,6.6vw,98px);line-height:1.25;margin:22px 0}.hero h1 em,.section h2 em{color:var(--gold);font-style:normal}.hero-lead{font-family:"Shippori Mincho",serif;font-size:clamp(16px,1.5vw,21px);line-height:2}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{display:inline-flex;justify-content:space-between;align-items:center;min-width:220px;padding:16px 22px;font-size:12px;font-weight:700;letter-spacing:.06em;border:1px solid var(--gold);cursor:pointer;transition:.25s}.button-fill{background:var(--gold);color:#111}.button-fill:hover{background:#f1cd79;transform:translateY(-2px)}.button-ghost{color:var(--white);border-color:rgba(255,255,255,.55)}.button-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero-side{position:absolute;z-index:2;right:2.8vw;top:50%;font-size:8px;letter-spacing:.35em;writing-mode:vertical-rl}.scroll{position:absolute;z-index:2;bottom:23px;left:50%;font-size:8px;letter-spacing:.2em;display:grid;justify-items:center;gap:9px}.scroll span{height:40px;border-left:1px solid var(--gold)}
.section{position:relative;padding:130px var(--pad);overflow:hidden}.section-number{position:absolute;top:118px;right:var(--pad);font-family:"Shippori Mincho",serif;color:rgba(255,255,255,.07);font-size:100px;line-height:1}.kicker{margin:0 0 20px}.section h2{font-size:clamp(36px,5vw,70px);line-height:1.45;margin:0}.intro{display:grid;grid-template-columns:1.1fr .9fr;column-gap:8vw;row-gap:0;background:var(--panel)}.intro-copy{padding-top:65px;font-size:15px;color:#c8ccd0}.intro-copy p{margin:0 0 25px}.intro-copy .gold{font-family:"Shippori Mincho",serif;color:var(--gold);font-size:20px}.feature-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,1fr);margin-top:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-strip div{padding:25px 14px;display:flex;align-items:center;gap:18px;border-right:1px solid var(--line)}.feature-strip div:last-child{border:0}.feature-strip b{font-family:"Shippori Mincho",serif;font-size:28px;color:var(--gold)}.feature-strip span{font-size:12px;line-height:1.7}
.menu{background:#080b0f}.section-heading{margin-bottom:65px}.section-heading.compact{max-width:600px}.menu-photo{margin:0 0 65px;height:min(54vw,620px);overflow:hidden}.menu-photo img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.menu-photo:hover img{transform:scale(1.02)}.menu-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.menu-list article{padding:35px 3vw 20px 0;border-right:1px solid var(--line)}.menu-list article+article{padding-left:3vw}.menu-list article:last-child{border:0}.menu-list span,.update-cards span,.journal-grid>article>span{font-size:9px;letter-spacing:.18em;color:var(--blue)}.menu-list h3,.update-cards h3{font-family:"Shippori Mincho",serif;font-size:25px;margin:10px 0}.menu-list p,.update-cards p{font-size:13px;color:var(--muted)}.note{font-size:10px;color:#737a82;margin-top:25px}
.system{background:#edf0f2;color:#111;display:grid;grid-template-columns:1fr 1fr;gap:7vw}.system .section-number{color:rgba(0,0,0,.06)}.price-card{align-self:end;border-top:2px solid #111}.price-card>div{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid #aeb2b5}.price-card span{font-size:9px;letter-spacing:.14em}.price-card b{font-size:14px;color:#C89B3C;font-weight:700}.price-card p{font-size:12px;color:#555}.text-link{display:inline-block;justify-self:start;align-self:start;border-bottom:1px solid;padding:6px 0;font-size:12px;font-weight:700}.system>.text-link{grid-column:2}.reviews{min-height:520px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,8,12,.93),rgba(5,8,12,.58)),url("assets/images/hero-bar.png") center 58%/cover fixed}.reviews-inner{max-width:650px}.reviews h2{font-size:clamp(32px,4.5vw,58px)}.reviews-inner>p:not(.kicker){color:#c6c8cb;max-width:580px}.reviews .button{margin-top:18px}
.access{background:#0c1015}.access-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:stretch}.shop-data dl{display:grid;grid-template-columns:90px 1fr;margin:0 0 25px;border-top:1px solid var(--line)}.shop-data dt,.shop-data dd{margin:0;padding:16px 0;border-bottom:1px solid var(--line);font-size:12px}.shop-data dt{color:var(--gold)}.access iframe{width:100%;min-height:500px;border:0;filter:grayscale(1) invert(.88) contrast(.85)}
.updates{background:#edf0f2;color:#111}.updates .section-number{color:rgba(0,0,0,.06)}.update-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#aaa;border:1px solid #aaa}.update-cards article{position:relative;background:#edf0f2;padding:40px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;transform-origin:center;will-change:transform}.update-cards article:hover{z-index:3;transform:scale(1.035);box-shadow:0 24px 70px rgba(0,0,0,.22),0 0 0 1px rgba(212,168,82,.45)}.update-cards article:nth-child(2){background:#111;color:#fff}.update-cards a{display:inline-block;margin-top:20px;font-size:11px;font-weight:700;border-bottom:1px solid}.instagram{background:linear-gradient(90deg,rgba(5,8,12,.93),rgba(5,8,12,.58)),url("assets/images/hero-bar.png") center 58%/cover fixed}.instagram-shell{max-width:none;margin:0}.instagram-heading{max-width:none;margin-bottom:70px}.instagram-heading h2{font-family:"Shippori Mincho",serif;font-size:clamp(42px,5vw,76px);line-height:1.45;margin:0 0 28px;text-shadow:0 3px 22px rgba(0,0,0,.55)}.instagram-heading h2::first-letter{color:inherit}.instagram-heading p:not(.kicker){max-width:none;color:#d4d7da;font-size:17px;line-height:2.1;font-weight:700;margin:0;text-shadow:0 2px 14px rgba(0,0,0,.75);white-space:nowrap}.instagram-panel{width:100%;border:1px solid rgba(212,168,82,.8);border-radius:10px;padding:28px;margin:22px auto 0;background:rgba(0,0,0,.42);box-shadow:0 0 60px rgba(0,0,0,.35)}.instagram-panel-head{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:22px}.instagram-panel-head>div{display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}.instagram-panel-head p{margin:0;color:#c5c8cc;font-size:12px}.instagram-panel-head .panel-title{font-family:"Shippori Mincho",serif;color:#fff;font-size:22px;line-height:1.4}.instagram-icon,.reel-icon{grid-row:1/3;width:34px;height:34px;border:2px solid #ff3b74;border-radius:10px;position:relative}.instagram-icon:before{content:"";position:absolute;inset:8px;border:2px solid #ff3b74;border-radius:50%}.instagram-icon:after{content:"";position:absolute;right:6px;top:6px;width:5px;height:5px;background:#ff3b74;border-radius:50%}.reel-icon{border-radius:8px}.reel-icon:before{content:"";position:absolute;left:12px;top:8px;border-left:11px solid #ff3b74;border-top:7px solid transparent;border-bottom:7px solid transparent}.insta-link{flex:0 0 auto;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:12px 18px;font-size:12px;font-weight:700}.insta-post-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.insta-post-grid a,.reel-row a{position:relative;display:block;overflow:hidden;border-radius:8px;background:#111;border:1px solid rgba(255,255,255,.08)}.insta-post-grid img,.reel-row img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s;filter:saturate(1.05) contrast(1.05)}.insta-post-grid a{aspect-ratio:1/1}.insta-post-grid a:hover img,.reel-row a:hover img{transform:scale(1.06)}.insta-post-grid span,.reel-row span{position:absolute;left:10px;bottom:9px;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.62);font-size:9px;letter-spacing:.12em;color:#fff}.reel-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(160px,1fr);gap:14px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.reel-row a{aspect-ratio:9/12;scroll-snap-align:start}.instagram-profile{width:100%;margin:22px auto 0;padding:22px 28px;border:1px solid rgba(212,168,82,.8);border-radius:10px;background:rgba(0,0,0,.56);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center}.profile-mark{width:62px;height:62px;border-radius:17px;display:grid;place-items:center;font-weight:900;background:radial-gradient(circle at 20% 110%,#ffd76c 0 18%,#f3386a 42%,#7b36ff 72%,#243bff 100%)}.instagram-profile p{margin:0;color:#c7c9cc;font-size:12px}.instagram-profile .profile-id{font-size:18px;color:#fff;font-weight:900;letter-spacing:.04em}.instagram-profile .button{min-width:240px;background:linear-gradient(90deg,#7b36ff,#ff2f73,#ffb13f);color:#fff;border:0}.journal{background:#080b0f}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.journal-grid article{position:relative;min-height:300px;padding:32px;background:#0d1117;transition:.25s}.journal-grid article:hover{background:#141a22;transform:translateY(-3px)}.article-no{font-family:"Shippori Mincho",serif;font-size:55px;color:rgba(255,255,255,.07);position:absolute;right:25px;top:0}.journal-grid h3{font-family:"Shippori Mincho",serif;font-size:20px;line-height:1.8;margin:70px 0 20px}.journal-grid article>p:last-child{font-size:10px;color:var(--muted)}
.contact{background:#102445;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact-copy>p:not(.kicker){color:#c5cedb}.contact-copy .button{margin-top:25px}.contact-form{display:grid;gap:20px}.contact-form label{font-size:11px;font-weight:700}.contact-form label span{color:var(--gold);margin-left:8px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:13px;background:rgba(255,255,255,.06);color:white;border:0;border-bottom:1px solid rgba(255,255,255,.35);outline:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold)}.contact-form button{width:100%;border:0}.form-note{font-size:9px;color:#9ca8b8;margin:0}.honeypot-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}.turnstile-box{min-height:65px;display:flex;align-items:center}.turnstile-box iframe{max-width:100%}
footer{padding:65px var(--pad) 25px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:start;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.footer-brand{color:var(--white)}.footer-links{display:flex;justify-content:flex-end;gap:25px;color:var(--white)}footer small{grid-column:1/-1;padding-top:35px;border-top:1px solid var(--line);font-size:8px;letter-spacing:.15em}.site-footer{position:relative;display:block;padding:86px var(--pad) 32px;border-top:1px solid rgba(212,168,82,.28);overflow:hidden;background:radial-gradient(circle at 16% 0,rgba(212,168,82,.13),transparent 28%),linear-gradient(180deg,#0a0e13 0%,#05070a 100%)}.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 88%)}.footer-main,.footer-bottom{position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:1.15fr 1fr 1.2fr;gap:24px;align-items:stretch}.footer-about,.footer-info,.footer-nav{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);box-shadow:0 18px 60px rgba(0,0,0,.22)}.footer-about{padding:34px;display:flex;flex-direction:column;gap:22px}.site-footer .footer-brand .brand-logo{width:86px;height:86px}.site-footer .footer-brand .brand-copy{font-size:9px}.site-footer .footer-brand .brand-copy b{font-size:12px}.footer-lead{max-width:300px;margin:0;color:#d8dce0;font-family:"Shippori Mincho",serif;font-size:18px;line-height:1.9}.footer-cta{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:245px;margin-top:auto;padding:14px 18px;background:var(--gold);color:#111;font-size:12px;font-weight:900;letter-spacing:.06em}.footer-info{padding:34px}.footer-title{margin:0 0 18px;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.24em}.footer-info dl{margin:0}.footer-info div{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.11)}.footer-info div:first-child{padding-top:0}.footer-info div:last-child{border-bottom:0;padding-bottom:0}.footer-info dt{margin:0 0 6px;color:#fff;font-size:9px;letter-spacing:.16em}.footer-info dd{margin:0;color:#b9bec4;font-size:12px;line-height:1.8}.footer-nav{padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer-nav a{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#f4f2ed;font-size:11px;font-weight:800;letter-spacing:.12em}.footer-nav a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:26px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);font-size:8px;font-weight:800;letter-spacing:.16em;color:#7f8790}.footer-bottom p{margin:0}dialog{max-width:520px;background:#111820;color:white;border:1px solid var(--gold);padding:45px}dialog::backdrop{background:rgba(0,0,0,.75);backdrop-filter:blur(5px)}dialog button{position:absolute;right:15px;top:10px;border:0;background:none;color:white;font-size:25px}dialog h2{font-family:"Shippori Mincho",serif}.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}
.hero h1 small{display:block;margin-bottom:12px;font-family:"Noto Sans JP",sans-serif;font-size:clamp(15px,1.5vw,22px);font-weight:800;letter-spacing:.12em;color:var(--white)}.hero-info{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-info span{border:1px solid rgba(212,168,82,.55);background:rgba(0,0,0,.28);padding:8px 13px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#f1d18a}.scene-list{grid-column:1/-1;margin-top:18px;padding:32px;border:1px solid var(--line);background:rgba(255,255,255,.025)}.scene-list h3{font-family:"Shippori Mincho",serif;font-size:28px;margin:0 0 18px}.scene-list ul{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.scene-list li{border:1px solid rgba(212,168,82,.45);border-radius:999px;padding:9px 16px;font-size:12px;color:#e7eaed}.scene-list li:before{content:"✓";color:var(--gold);margin-right:7px}.ranking-list{margin-top:34px;border-top:1px solid var(--line)}.ranking-list>.kicker{margin-top:28px}.ranking-list div{display:grid;grid-template-columns:90px minmax(140px,.45fr) 1fr;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.ranking-list span{color:var(--gold);font-size:11px;letter-spacing:.2em;font-weight:800}.ranking-list b{font-family:"Shippori Mincho",serif;font-size:24px}.ranking-list p{margin:0;color:var(--muted);font-size:13px}.review-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.review-quotes figure{margin:0;padding:18px;border:1px solid rgba(212,168,82,.45);background:rgba(0,0,0,.35)}.review-quotes span{display:block;color:var(--gold);font-size:12px;letter-spacing:.06em;margin-bottom:8px}.review-quotes blockquote{margin:0;font-family:"Shippori Mincho",serif;font-size:18px;line-height:1.5}.contact-links{display:grid;gap:10px;margin:24px 0}.contact-links a,.contact-links span{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:700}.contact-links a:after{content:"→";color:var(--gold)}.contact-links span{color:#9ca8b8}.footer-links{flex-wrap:wrap}
@media(max-width:900px){.global-nav{position:fixed;inset:0;z-index:1;background:#080b0f;padding:120px 8vw 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:22px;font-size:20px;transform:translateX(100%);transition:.35s}.nav-open .site-header{height:100svh;background:#080b0f;backdrop-filter:none;align-items:flex-start}.nav-open .brand{margin-top:15px;position:relative;z-index:2}.nav-open .global-nav{transform:none}.menu-toggle{display:block;position:relative;z-index:2}.nav-open .menu-toggle{margin-top:5px}.intro,.system,.contact{grid-template-columns:1fr}.intro{row-gap:35px}.intro-copy{padding-top:0}.system>.text-link{grid-column:auto}.access-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip div:nth-child(even){border-right:0}.menu-list,.update-cards,.journal-grid{grid-template-columns:1fr 1fr}.instagram-heading{max-width:760px;margin-bottom:50px}.instagram-heading h2{font-size:clamp(38px,8vw,58px)}.insta-post-grid{grid-template-columns:repeat(3,1fr)}.instagram-profile{grid-template-columns:auto 1fr}.instagram-profile .button{grid-column:1/-1;width:100%}footer{grid-template-columns:1fr 1fr}.footer-links{justify-content:flex-start}footer small{grid-column:1/-1}.footer-main{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.footer-nav{grid-column:1/-1}}
@media(max-width:600px){:root{--pad:24px}.site-header{height:76px;padding:0 20px}.brand-logo{width:52px;height:52px}.hero{min-height:680px;align-items:flex-end;padding-bottom:95px}.hero-media{background-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(5,7,10,.95) 5%,rgba(5,7,10,.3) 90%)}.hero h1{font-size:43px}.hero h1 small{font-size:13px}.hero-lead{font-size:14px}.hero-info span{font-size:10px;padding:7px 10px}.hero-actions{flex-direction:column}.button{width:100%}.hero-side{display:none}.scroll{left:auto;right:25px}.section{padding:90px var(--pad)}.section-number{top:88px;font-size:64px}.intro{gap:35px}.feature-strip{margin-top:35px}.feature-strip div{gap:12px}.feature-strip b{font-size:22px}.scene-list{padding:24px}.scene-list ul{display:grid;grid-template-columns:1fr 1fr}.ranking-list div{grid-template-columns:1fr;gap:7px}.review-quotes{grid-template-columns:1fr}.menu-photo{height:70vw;margin-bottom:30px}.menu-list,.update-cards,.journal-grid{grid-template-columns:1fr}.menu-list article,.menu-list article+article{padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}.access iframe{min-height:350px}.update-cards article{padding:30px}.instagram-heading{margin-bottom:35px}.instagram-heading h2{font-size:38px;line-height:1.45}.instagram-heading p:not(.kicker){font-size:14px;line-height:2}.instagram-panel{padding:18px;border-radius:8px}.instagram-panel-head{display:block}.instagram-panel-head>div{margin-bottom:18px}.insta-link{display:inline-block}.insta-post-grid{grid-template-columns:repeat(2,1fr);gap:8px}.reel-row{grid-auto-columns:68%;gap:10px}.instagram-profile{display:block;padding:22px}.profile-mark{margin-bottom:15px}.instagram-profile .button{margin-top:18px}.journal-grid article{min-height:245px}.contact{gap:55px}footer{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:8px}footer small{grid-column:auto}.site-footer{padding-top:58px}.footer-main,.footer-nav{grid-template-columns:1fr}.footer-about,.footer-info,.footer-nav{padding:24px}.footer-cta{width:100%;min-width:0}.footer-bottom{display:block}.footer-bottom p+p{margin-top:8px}.reviews{background-attachment:scroll}.price-card>div{display:block}.price-card b{display:block;margin-top:5px}}
.reel-row a:nth-child(1){background-image:url("assets/images/instagram/post-01.jpg")}
.reel-row a:nth-child(2){background-image:url("assets/images/instagram/post-02.png")}
.reel-row a:nth-child(3){background-image:url("assets/images/instagram/post-03.jpg")}
.reel-row a:nth-child(4){background-image:url("assets/images/instagram/post-04.jpg")}
.reel-row a:nth-child(5){background-image:url("assets/images/instagram/post-05.png")}
.reel-row a:nth-child(6){background-image:url("assets/images/instagram/post-06.png")}
.reel-row a{background-size:cover;background-position:center}
.reel-row video{width:100%;height:100%;object-fit:cover;display:block;transition:.35s;filter:saturate(1.05) contrast(1.05);background:transparent;pointer-events:none}.reel-row a:hover video{transform:scale(1.06)}
.instagram-profile img.profile-mark{object-fit:cover;display:block;border:1px solid rgba(255,255,255,.18);background:#111}
.journal-grid article>a{display:block;height:100%}.journal-more{display:flex;justify-content:flex-end;margin-top:34px}.journal-more .button{width:auto;min-width:260px}

/* Shared header ambience */
.site-header{
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0,rgba(212,168,82,.16),transparent 34%),
    radial-gradient(circle at 86% 10%,rgba(15,115,255,.1),transparent 32%),
    linear-gradient(90deg,rgba(5,8,12,.96),rgba(8,12,18,.84) 50%,rgba(5,8,12,.94));
  border-bottom:1px solid rgba(212,168,82,.28);
  box-shadow:0 18px 60px rgba(0,0,0,.24),inset 0 -1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(18px);
}

@media(max-width:900px){
  body .site-header > button.menu-toggle{
    position:fixed!important;
    top:17px!important;
    right:18px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:9999!important;
    display:grid!important;
    width:auto!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    grid-template-columns:auto 28px!important;
    align-items:center!important;
    column-gap:13px!important;
  }

  body.nav-open .site-header > button.menu-toggle{
    top:17px!important;
    right:18px!important;
    transform:none!important;
  }
}
.site-header:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.45;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.2),rgba(0,0,0,.68));
}
.site-header:after{
  content:"";
  position:absolute;
  left:4vw;
  right:4vw;
  bottom:0;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(212,168,82,.82),rgba(255,240,186,.95),rgba(212,168,82,.82),transparent);
  box-shadow:0 0 18px rgba(212,168,82,.5);
}
.site-header .brand,
.site-header .global-nav,
.site-header .menu-toggle{
  position:relative;
  z-index:1;
}
.site-header.scrolled{
  background:
    radial-gradient(circle at 12% 0,rgba(212,168,82,.14),transparent 32%),
    linear-gradient(90deg,rgba(5,8,12,.98),rgba(8,12,18,.94),rgba(5,8,12,.98));
  backdrop-filter:blur(20px);
}
.article-footer{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 0,rgba(212,168,82,.12),transparent 30%),
    linear-gradient(180deg,#0a0e13 0%,#05070a 100%);
  border-top:1px solid rgba(212,168,82,.24);
}
.article-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px);
  background-size:88px 88px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 90%);
}
.article-footer>*{
  position:relative;
  z-index:1;
}
.contact-result{
  min-height:100svh;
  display:grid;
  place-items:center;
  padding:130px var(--pad);
  background:
    linear-gradient(90deg,rgba(5,8,12,.94),rgba(5,8,12,.65)),
    url("assets/images/hero-bar.png") center/cover no-repeat;
}
.contact-result-card{
  width:min(760px,100%);
  border:1px solid rgba(212,168,82,.45);
  background:rgba(8,11,15,.82);
  box-shadow:0 24px 80px rgba(0,0,0,.35);
  padding:42px;
}
.contact-result-card h1{
  margin:12px 0 18px;
  font-family:"Shippori Mincho",serif;
  font-size:clamp(34px,5vw,58px);
  line-height:1.35;
}
.contact-result-card p{
  color:#c6cbd0;
}
.contact-result-card ul{
  margin:22px 0;
  padding-left:1.3em;
  color:#f4d38a;
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-media{animation:none}.reveal{opacity:1;transform:none;transition:none}}

@media(max-width:600px){
  :root{--pad:18px}
  body{font-size:14px;overflow-x:hidden}
  .site-header{height:68px;padding:0 16px;background:linear-gradient(90deg,rgba(5,8,12,.98),rgba(12,18,26,.92));box-shadow:0 12px 40px rgba(0,0,0,.34)}
  .site-header.scrolled{height:64px}
  .brand{gap:10px}
  .brand-logo,.site-header.scrolled .brand-logo{width:46px;height:46px}
  .brand-copy{font-size:7px;letter-spacing:.14em}
  .brand-copy b{font-size:9px}
  .menu-toggle{width:42px;height:42px;border:1px solid rgba(212,168,82,.28);border-radius:999px;background:rgba(0,0,0,.18)}
  .menu-toggle span{margin:6px 0}
  .global-nav{padding:105px 22px 38px;gap:12px;background:radial-gradient(circle at 18% 0,rgba(212,168,82,.14),transparent 34%),#070a0e}
  .global-nav a:not(.nav-cta),.global-nav .nav-cta{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);font-size:14px;letter-spacing:.14em}
  .global-nav .nav-cta{display:block;text-align:center;border-color:rgba(212,168,82,.72);background:rgba(212,168,82,.12)}

  .hero{min-height:650px;padding:94px 18px 44px;align-items:flex-end}
  .hero-media{background-position:66% center}
  .hero-shade{background:linear-gradient(0deg,rgba(5,7,10,.98) 0%,rgba(5,7,10,.84) 34%,rgba(5,7,10,.28) 100%)}
  .hero-content{width:100%;padding:22px 18px 20px;border:1px solid rgba(212,168,82,.22);background:linear-gradient(180deg,rgba(8,11,15,.56),rgba(8,11,15,.28));backdrop-filter:blur(3px)}
  .eyebrow{font-size:8px;letter-spacing:.18em;gap:9px}
  .eyebrow span{width:28px}
  .hero h1{font-size:36px;line-height:1.32;margin:16px 0}
  .hero h1 small{font-size:12px;letter-spacing:.08em;margin-bottom:8px}
  .hero-lead{font-size:15px;line-height:1.85}
  .hero-info{gap:8px;margin-top:18px}
  .hero-info span{font-size:10px;line-height:1.2;padding:8px 10px;background:rgba(0,0,0,.42)}
  .hero-actions{gap:10px;margin-top:22px}
  .button{min-width:0;min-height:50px;padding:14px 16px;border-radius:2px;font-size:12px}
  .scroll{display:none}

  .section{padding:76px var(--pad)}
  .section-number{top:62px;right:18px;font-size:54px;opacity:.85}
  .kicker{font-size:9px;letter-spacing:.22em;margin-bottom:14px}
  .section h2{font-size:36px;line-height:1.42}
  .section-heading{margin-bottom:34px}
  .intro{display:block}
  .intro-copy{margin-top:26px;padding:22px 18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);font-size:14px;line-height:2}
  .intro-copy .gold{font-size:18px}
  .feature-strip{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px;border:0}
  .feature-strip div{border:1px solid rgba(255,255,255,.1)!important;background:rgba(255,255,255,.025);padding:16px 18px;border-radius:8px}
  .feature-strip b{font-size:24px;min-width:42px}
  .feature-strip span{font-size:13px}
  .scene-list{margin-top:18px;padding:20px 18px;border-radius:10px;background:rgba(255,255,255,.035)}
  .scene-list h3{font-size:24px}
  .scene-list ul{grid-template-columns:1fr;gap:8px}
  .scene-list li{display:flex;align-items:center;padding:10px 14px;background:rgba(0,0,0,.2)}

  .menu-photo{height:auto;aspect-ratio:4/3;margin-bottom:24px;border-radius:12px;border:1px solid rgba(255,255,255,.1)}
  .menu-list{gap:12px;border:0}
  .menu-list article,.menu-list article+article{padding:22px 18px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02))}
  .menu-list h3,.update-cards h3{font-size:24px}
  .menu-list p,.update-cards p{font-size:13px;line-height:1.9}
  .ranking-list{border:0;margin-top:24px}
  .ranking-list div{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.025);margin-bottom:10px}
  .ranking-list b{font-size:24px}
  .note{line-height:1.7}

  .system{gap:28px}
  .price-card{padding:20px 18px;border:1px solid #cfd3d6;border-top:3px solid #111;background:rgba(255,255,255,.45)}
  .price-card>div{display:flex;align-items:center;padding:17px 0}
  .price-card b{font-size:18px;margin-top:0}
  .reviews{min-height:auto;padding-top:86px;padding-bottom:86px}
  .reviews h2{font-size:34px;line-height:1.5}
  .review-quotes figure{border-radius:10px}

  .access-grid{gap:28px}
  .shop-data dl{grid-template-columns:1fr;border-top:0}
  .shop-data dt{padding:15px 0 4px;border-bottom:0;font-size:11px}
  .shop-data dd{padding:0 0 15px;font-size:13px;line-height:1.8}
  .access iframe{min-height:300px;border-radius:10px}

  .updates .section-heading.compact{margin-bottom:30px}
  .update-cards{display:grid;gap:12px;background:transparent;border:0}
  .update-cards article,.update-cards article:nth-child(2){border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:24px 20px;box-shadow:0 16px 45px rgba(0,0,0,.08)}

  .instagram{background-attachment:scroll;background-position:center}
  .instagram-heading{margin-bottom:26px}
  .instagram-heading h2{font-size:36px;line-height:1.35;margin-bottom:18px}
  .instagram-heading p:not(.kicker){white-space:normal;font-size:13px;line-height:1.9}
  .instagram-panel{padding:16px;margin-top:16px;border-radius:12px;background:rgba(0,0,0,.54)}
  .instagram-panel-head .panel-title{font-size:20px}
  .insta-link{width:100%;text-align:center;margin-top:14px;padding:12px 14px}
  .insta-post-grid{display:grid;grid-auto-flow:column;grid-auto-columns:74%;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px}
  .insta-post-grid a{scroll-snap-align:start;border-radius:12px}
  .reel-row{grid-auto-columns:58%;gap:10px}
  .reel-row a{border-radius:12px}
  .instagram-profile{padding:18px;border-radius:12px}
  .instagram-profile img.profile-mark{width:72px;height:72px;border-radius:18px}
  .instagram-profile .profile-id{font-size:16px}

  .journal-grid{gap:12px;background:transparent}
  .journal-grid article{min-height:220px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px 18px;background:#101720}
  .journal-grid h3{font-size:20px;margin:48px 0 18px}
  .article-no{font-size:46px;right:18px}
  .journal-more{justify-content:stretch;margin-top:20px}
  .journal-more .button{width:100%;min-width:0}

  .contact{gap:34px}
  .contact-copy>p:not(.kicker){font-size:14px;line-height:1.9}
  .contact-links a,.contact-links span{padding:12px 0;font-size:12px}
  .contact-form{padding:20px 18px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.035)}
  .contact-form input,.contact-form textarea{min-height:48px;padding:13px 12px;background:rgba(255,255,255,.08)}

  .site-footer{padding:58px 18px 26px}
  .footer-main{gap:12px}
  .footer-about,.footer-info,.footer-nav{border-radius:12px;padding:22px 18px}
  .site-footer .footer-brand .brand-logo{width:68px;height:68px}
  .footer-lead{font-size:16px}
  .footer-nav{gap:12px}
  .footer-nav a{font-size:10px;padding:13px 0}
}

@media(max-width:380px){
  .hero h1{font-size:32px}
  .section h2,.instagram-heading h2{font-size:32px}
  .hero-content{padding:20px 15px}
  .insta-post-grid{grid-auto-columns:82%}
  .reel-row{grid-auto-columns:66%}
}

@media(max-width:600px){
  .site-header{
    height:64px;
    padding:0 18px;
    background:linear-gradient(180deg,rgba(5,8,12,.88),rgba(5,8,12,.58));
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:none;
    backdrop-filter:blur(12px);
  }
  .site-header.scrolled{
    height:62px;
    background:rgba(5,8,12,.94);
    border-bottom-color:rgba(212,168,82,.26);
    box-shadow:0 10px 34px rgba(0,0,0,.28);
  }
  .site-header:before{
    opacity:.18;
    background-size:56px 56px;
  }
  .site-header:after{
    left:18px;
    right:18px;
    opacity:.72;
  }
  .brand{
    gap:9px;
    min-width:0;
  }
  .brand-logo,
  .site-header.scrolled .brand-logo{
    width:42px;
    height:42px;
  }
  .brand-copy{
    display:none;
  }
  .brand:after{
    content:"天真爛漫";
    display:block;
    width:0;
    overflow:hidden;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-6px);
    font-family:"Shippori Mincho",serif;
    font-size:17px;
    line-height:1;
    letter-spacing:.12em;
    color:var(--white);
    text-shadow:0 0 18px rgba(212,168,82,.2);
    transition:opacity .25s ease,transform .25s ease,width .25s ease;
  }
  .site-header.scrolled .brand:after,
  .nav-open .site-header .brand:after{
    width:auto;
    opacity:1;
    transform:none;
  }
  .menu-toggle{
    width:auto;
    height:44px;
    display:grid;
    grid-template-columns:auto 24px;
    align-items:center;
    column-gap:11px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .menu-toggle:before{
    content:"MENU";
    color:var(--gold);
    font-size:9px;
    font-weight:900;
    letter-spacing:.2em;
    line-height:1;
  }
  .menu-toggle span{
    grid-column:2;
    width:24px;
    margin:0;
    border-top:1px solid rgba(255,255,255,.92);
    transition:transform .25s ease,opacity .25s ease;
  }
  .menu-toggle span+span{
    margin-top:-12px;
  }
  .nav-open .menu-toggle:before{
    content:"CLOSE";
  }
  .nav-open .menu-toggle span:first-child{
    transform:translateY(6px) rotate(38deg);
  }
  .nav-open .menu-toggle span:last-child{
    transform:translateY(-6px) rotate(-38deg);
  }
  .nav-open .site-header{
    height:100svh;
    padding-top:0;
    align-items:flex-start;
    background:radial-gradient(circle at 18% 0,rgba(212,168,82,.14),transparent 34%),#070a0e;
  }
  .nav-open .brand,
  .nav-open .menu-toggle{
    margin-top:11px;
  }
  .global-nav{
    padding:98px 22px 34px;
  }
}

.brand-copy,
.brand-copy b{
  white-space:nowrap;
}

.brand-copy b{
  display:block;
}

@media(max-width:600px){
  .feature-strip,
  .menu-list,
  .update-cards,
  .review-quotes,
  .journal-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:82%;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x proximity;
    padding-bottom:8px;
    -webkit-overflow-scrolling:touch;
  }

  .feature-strip div,
  .menu-list article,
  .update-cards article,
  .review-quotes figure,
  .journal-grid article{
    scroll-snap-align:start;
  }

  .feature-strip{
    margin-inline:-2px;
    grid-auto-columns:minmax(260px,74%);
  }

  .feature-strip div{
    min-height:78px;
  }

  .feature-strip span{
    white-space:nowrap;
    line-height:1.35;
  }

  .feature-strip span br{
    display:none;
  }

  .menu-list article,
  .menu-list article+article{
    min-height:245px;
  }

  .update-cards article,
  .update-cards article:nth-child(2){
    min-height:255px;
  }

  .review-quotes figure{
    min-height:142px;
  }

  .journal-grid article{
    min-height:280px;
  }

  .feature-strip::-webkit-scrollbar,
  .menu-list::-webkit-scrollbar,
  .update-cards::-webkit-scrollbar,
  .review-quotes::-webkit-scrollbar,
  .journal-grid::-webkit-scrollbar,
  .insta-post-grid::-webkit-scrollbar,
  .reel-row::-webkit-scrollbar{
    height:3px;
  }

  .feature-strip::-webkit-scrollbar-thumb,
  .menu-list::-webkit-scrollbar-thumb,
  .update-cards::-webkit-scrollbar-thumb,
  .review-quotes::-webkit-scrollbar-thumb,
  .journal-grid::-webkit-scrollbar-thumb,
  .insta-post-grid::-webkit-scrollbar-thumb,
  .reel-row::-webkit-scrollbar-thumb{
    background:rgba(212,168,82,.72);
    border-radius:999px;
  }

  .feature-strip::-webkit-scrollbar-track,
  .menu-list::-webkit-scrollbar-track,
  .update-cards::-webkit-scrollbar-track,
  .review-quotes::-webkit-scrollbar-track,
  .journal-grid::-webkit-scrollbar-track,
  .insta-post-grid::-webkit-scrollbar-track,
  .reel-row::-webkit-scrollbar-track{
    background:rgba(255,255,255,.08);
    border-radius:999px;
  }
}

@media(max-width:380px){
  .feature-strip,
  .menu-list,
  .update-cards,
  .review-quotes,
  .journal-grid{
    grid-auto-columns:88%;
  }
}

.mobile-quick-actions{
  display:none;
}

@media(max-width:600px){
  body{
    padding-bottom:72px;
    background:
      radial-gradient(circle at 50% 0,rgba(212,168,82,.08),transparent 32%),
      var(--ink);
  }

  .mobile-quick-actions{
    position:fixed;
    z-index:49;
    left:14px;
    right:14px;
    bottom:12px;
    display:grid;
    grid-template-columns:1.25fr 1fr 1fr;
    gap:1px;
    padding:4px;
    border:1px solid rgba(212,168,82,.34);
    border-radius:999px;
    background:rgba(6,9,13,.78);
    box-shadow:0 18px 55px rgba(0,0,0,.45),0 0 28px rgba(212,168,82,.12);
    backdrop-filter:blur(18px);
  }

  .mobile-quick-actions a{
    display:grid;
    place-items:center;
    min-height:44px;
    border-radius:999px;
    color:#f6f0e4;
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
  }

  .mobile-quick-actions a:first-child{
    color:#111;
    background:linear-gradient(135deg,#f2cd76,#b9812f);
    box-shadow:0 8px 28px rgba(212,168,82,.24);
  }

  .hero{
    min-height:100svh;
  }

  .hero-content{
    border-radius:18px;
    box-shadow:0 24px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);
  }

  .hero-info{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .hero-info span:last-child{
    grid-column:1/-1;
  }

  .hero-actions .button{
    border-radius:999px;
  }

  .section{
    isolation:isolate;
  }

  .section:before{
    content:"";
    position:absolute;
    z-index:-1;
    left:18px;
    right:18px;
    top:44px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(212,168,82,.44),transparent);
  }

  .section-heading,
  .intro-title,
  .contact-copy{
    max-width:92%;
  }

  .section h2{
    letter-spacing:.01em;
    text-shadow:0 6px 28px rgba(0,0,0,.24);
  }

  .feature-strip,
  .menu-list,
  .update-cards,
  .review-quotes,
  .journal-grid,
  .insta-post-grid,
  .reel-row{
    margin-right:calc(var(--pad) * -1);
    padding-right:var(--pad);
    mask-image:linear-gradient(90deg,#000 0%,#000 82%,transparent 100%);
  }

  .feature-strip div,
  .menu-list article,
  .update-cards article,
  .review-quotes figure,
  .journal-grid article,
  .insta-post-grid a,
  .reel-row a{
    box-shadow:0 18px 52px rgba(0,0,0,.24);
  }

  .menu-photo{
    box-shadow:0 24px 70px rgba(0,0,0,.35);
  }

  .ranking-list div{
    box-shadow:0 14px 42px rgba(0,0,0,.18);
  }

  .system{
    background:
      radial-gradient(circle at 80% 10%,rgba(212,168,82,.14),transparent 30%),
      #edf0f2;
  }

  .reviews{
    background-position:62% center;
  }

  .instagram-panel,
  .instagram-profile{
    box-shadow:0 22px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05);
  }

  .contact-form{
    box-shadow:0 22px 70px rgba(0,0,0,.22);
  }

  .site-footer{
    padding-bottom:96px;
  }

  .site-header{
    justify-content:space-between;
    position:fixed;
  }

  .menu-toggle{
    position:fixed!important;
    top:17px!important;
    right:18px!important;
    left:auto!important;
    margin:0!important;
    transform:none!important;
    justify-self:end;
    grid-template-columns:auto 28px;
    column-gap:13px;
  }

  .nav-open .menu-toggle{
    top:17px!important;
    right:18px!important;
    margin:0!important;
    transform:none!important;
  }

  .menu-toggle span{
    justify-self:end;
    width:28px;
  }

  .brand{
    max-width:calc(100% - 132px);
  }

  .brand:after{
    font-size:15px;
    letter-spacing:.08em;
  }

  .site-footer .footer-about{
    display:grid;
    grid-template-columns:72px 1fr;
    align-items:center;
    column-gap:16px;
    row-gap:18px;
  }

  .site-footer .footer-brand{
    grid-column:1;
    display:flex;
    justify-content:center;
  }

  .site-footer .footer-brand .brand-logo{
    width:64px;
    height:64px;
  }

  .site-footer .footer-brand:after{
    display:none;
  }

  .site-footer .footer-lead{
    grid-column:2;
    margin:0;
    font-size:15px;
    line-height:1.75;
  }

  .site-footer .footer-cta{
    grid-column:1/-1;
  }
}

@media(max-width:900px){
  body .site-header > button.menu-toggle{
    position:fixed!important;
    top:17px!important;
    right:18px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:9999!important;
    display:grid!important;
    width:auto!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    grid-template-columns:auto 28px!important;
    align-items:center!important;
    column-gap:13px!important;
  }

  body.nav-open .site-header > button.menu-toggle{
    top:17px!important;
    right:18px!important;
    left:auto!important;
    transform:none!important;
  }
}
