/*
Theme Name: Loudness Academy
Theme URI: https://academy.loudnesslab.com
Description: Brand theme for Loudness Academy.
Version: 1.2.0
Text Domain: loudness-academy
*/

/* Loudness Lab brand: forest #485D56, cream #F8F1EB, yellow #FBE7A8; learning surfaces deepen the forest. */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600;700&family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap');

:root{--ink:#37352F;--dark:#2C4038;--deep:#1F312B;--teal:#485D56;--lime:#FBE7A8;--cream:#F8F1EB;--paper:#FFFFFF;--line:#E7DFD4;--muted:#6B665D;--shadow:0 22px 60px rgba(16,44,39,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Figtree','Noto Sans TC',sans-serif;line-height:1.65}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.3;letter-spacing:-.035em}h1{font-size:clamp(2.5rem,5vw,5.5rem)}h2{font-size:clamp(1.8rem,3vw,3rem)}h3{font-size:1.35rem}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.skip-link{position:absolute;left:-9999px;top:10px;background:var(--lime);padding:8px 16px;z-index:50}.skip-link:focus{left:10px}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.header-inner{height:76px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:11px;margin-right:auto;font-weight:800;letter-spacing:-.03em}.brand-symbol{width:34px;height:34px;border-radius:50%;background:var(--dark);color:var(--lime);display:grid;place-items:center;font-size:1.25rem}.brand-copy{line-height:1.15}.brand-copy small{display:block;font-size:.58rem;letter-spacing:.2em;color:var(--muted)}.main-nav{display:flex;gap:27px;align-items:center}.main-nav a{font-size:.89rem;font-weight:700;color:#5C675E;padding:26px 0 22px;border-bottom:3px solid transparent}.main-nav a:hover,.main-nav a.active{color:var(--dark);border-color:var(--teal)}.preview-pill,.tag,.count-chip{display:inline-flex;align-items:center;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.preview-pill{padding:5px 11px;background:#E7EEEA;color:var(--teal)}.site-footer{background:var(--deep);color:#E8E7DF}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:35px 0;font-size:.82rem}.footer-inner a{text-decoration:underline;text-underline-offset:4px}.eyebrow{display:inline-block;color:var(--lime);font-family:'IBM Plex Mono',ui-monospace,monospace;font-weight:700;letter-spacing:.12em;font-size:.74rem}.eyebrow.dark{color:var(--teal)}.button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid transparent;border-radius:5px;padding:11px 20px;font-weight:800;font-size:.9rem;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(10,35,28,.12)}.button-lime{background:var(--lime);color:var(--deep)}.button-dark{background:var(--dark);color:white}.button-outline{background:transparent;border-color:var(--ink);color:var(--ink)}.button.full{width:100%}.text-link{font-weight:800;color:var(--teal);text-decoration:underline;text-underline-offset:5px}.text-link.light{color:white}.tag{background:#E7EEEA;color:var(--teal);padding:5px 11px}.tag.lime{background:var(--lime);color:var(--deep)}.fine-print{font-size:.75rem;color:var(--muted);margin:10px 0 0}

.home-hero{background:var(--dark);color:white;overflow:hidden}.hero-grid{min-height:640px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.hero-text{padding:65px 0}.hero-text h1{margin:20px 0 22px;max-width:760px}.hero-text em{font-style:normal;color:var(--lime)}.hero-text>p{font-size:1.15rem;max-width:560px;color:#F1EAE0}.hero-actions{display:flex;align-items:center;gap:28px;margin:36px 0 20px}.hero-footnote{color:#D4D9CE;font-size:.77rem}.hero-art{height:480px;position:relative;display:grid;place-items:center}.record{width:min(400px,100%);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle at 50% 50%,#2A3D35 0,#2A3D35 3px,#354B41 4px,#354B41 5px);border:13px solid #1D3029;box-shadow:0 30px 70px #15251F;display:grid;place-items:center;transform:rotate(-13deg)}.record-ring{position:absolute;inset:24%;border:2px solid #7F9A82;border-radius:50%}.record-label{width:31%;aspect-ratio:1;border-radius:50%;background:var(--lime);display:grid;place-items:center;text-align:center;color:var(--deep);font-weight:800;font-size:.9rem;line-height:1.2;letter-spacing:.08em}.art-note{position:absolute;right:-5px;bottom:30px;background:#FBF7F2;color:var(--ink);padding:18px 24px;transform:rotate(5deg);line-height:1.45;box-shadow:var(--shadow)}.art-stamp{position:absolute;top:23px;right:8px;border:1px solid #A7B6A0;padding:6px 12px;font-size:.65rem;letter-spacing:.16em}.home-section{padding:90px 0}.section-top{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-top h2{margin:12px 0 0}.section-top>p{max-width:320px;color:var(--muted);margin:0}.feature-card{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);box-shadow:var(--shadow);border-radius:10px;overflow:hidden}.feature-visual{min-height:400px;background:linear-gradient(135deg,#485D56,#263A32);color:white;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.visual-kicker,.visual-bottom{font-size:.75rem;letter-spacing:.16em;font-weight:800}.signal-bars{height:170px;display:flex;justify-content:center;align-items:center;gap:7px}.signal-bars i{display:block;width:12px;border-radius:30px;background:var(--lime);height:var(--h,30px)}.signal-bars i:nth-child(2),.signal-bars i:nth-child(10){--h:65px}.signal-bars i:nth-child(3),.signal-bars i:nth-child(9){--h:115px}.signal-bars i:nth-child(4),.signal-bars i:nth-child(8){--h:70px}.signal-bars i:nth-child(5),.signal-bars i:nth-child(7){--h:145px}.signal-bars i:nth-child(6){--h:180px}.feature-copy{padding:60px 54px;display:flex;flex-direction:column;align-items:start;justify-content:center}.feature-copy h3{font-size:2.35rem;margin:18px 0 10px}.feature-copy p{color:var(--muted)}.meta-row{display:flex;flex-wrap:wrap;gap:8px 17px;font-size:.8rem;color:var(--muted);margin:10px 0 28px}.method-band{background:#EFE7DC;padding:75px 0}.method-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.method-grid h2{margin:12px 0 0}.method-grid p{max-width:410px;font-size:1.04rem;margin:0;color:#515D54}

.product-head{background:var(--dark);color:white}.product-head-inner{padding:55px 0 75px}.breadcrumbs{font-size:.76rem;color:#C7D1C4;margin:12px 0 35px}.breadcrumbs span{margin:0 9px}.product-head h1{margin:19px 0 14px;font-size:clamp(2.9rem,5vw,5.2rem)}.product-subtitle{font-size:1.19rem;color:#EFEAE0;max-width:650px}.product-meta{display:flex;flex-wrap:wrap;gap:12px 26px;color:#D2DACD;font-size:.8rem}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:55px;align-items:start;padding-bottom:95px}.product-main{min-width:0}.section-tabs{position:sticky;top:76px;z-index:20;background:var(--cream);display:flex;gap:26px;border-bottom:1px solid var(--line);padding:20px 0;white-space:nowrap;overflow-x:auto}.section-tabs button{background:none;border:0;color:var(--muted);font-size:.84rem;font-weight:800;padding:0}.section-tabs button:hover{color:var(--teal)}.content-section{scroll-margin-top:145px;padding:57px 0;border-bottom:1px solid var(--line)}.content-section h2{margin:12px 0 24px}.content-section p{color:#5D6258}.content-section .lead{font-size:1.33rem;font-weight:700;color:var(--ink);line-height:1.7}.notice{border-left:4px solid var(--teal);background:#F1E9DF;padding:20px 24px;margin-top:27px}.notice strong,.notice span{display:block}.notice span{font-size:.85rem;margin-top:4px;color:var(--muted)}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.outcome-grid>div{background:white;border:1px solid var(--line);padding:22px}.outcome-grid b{color:var(--teal);font-size:.82rem}.outcome-grid h3{margin:16px 0 10px}.outcome-grid p{font-size:.85rem;margin:0}.curriculum{margin-top:26px;border-top:1px solid var(--line)}.curriculum-group{border-bottom:1px solid var(--line)}.curriculum-group summary,.faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800;padding:22px 4px}.curriculum-group summary::-webkit-details-marker,.faq summary::-webkit-details-marker{display:none}.curriculum-group summary small{display:block;font-size:.73rem;color:var(--muted);font-weight:500}.summary-symbol{font-size:1.5rem;font-weight:400;color:var(--teal)}.curriculum-group[open] .summary-symbol{transform:rotate(45deg)}.curriculum-items{padding-bottom:13px}.curriculum-item{display:flex;align-items:center;gap:13px;background:white;border:1px solid var(--line);border-radius:5px;padding:12px 17px;margin:6px 0}.item-icon{width:32px;height:32px;flex:none;display:grid;place-items:center;border-radius:50%;background:#E7EEEA;color:var(--teal)}.curriculum-item>div:nth-child(2){flex:1}.curriculum-item strong,.curriculum-item small{display:block}.curriculum-item strong{font-size:.84rem}.curriculum-item small{font-size:.72rem;color:var(--muted)}.preview-link{font-size:.76rem;font-weight:800;color:var(--teal)}.faq{border-top:1px solid var(--line)}.faq p{padding:0 4px 20px;margin:0}.purchase-card{position:sticky;top:105px;margin-top:-80px;background:white;border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.course-poster{height:205px;background:linear-gradient(135deg,#485D56,#24372F);color:white;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.course-poster>span{font-weight:800;font-size:.7rem;letter-spacing:.13em;line-height:1.25}.course-poster strong{font-size:1.8rem;line-height:1.2;position:relative}.poster-lines{position:absolute;right:25px;top:55px;display:flex;align-items:center;gap:6px;height:80px}.poster-lines i{width:6px;height:35px;border-radius:10px;background:var(--lime)}.poster-lines i:nth-child(2),.poster-lines i:nth-child(4){height:65px}.poster-lines i:nth-child(3){height:80px}.purchase-body{padding:25px}.purchase-body h2{font-size:1.3rem;margin:15px 0}.purchase-facts{display:grid;gap:4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;font-size:.8rem;color:var(--muted)}.price-block{padding:20px 0}.price-block small{display:block;color:var(--muted)}.price-block strong{font-size:1.5rem}

.learning-shell{padding:70px 0 110px}.learning-intro{margin-bottom:50px}.learning-intro h1{font-size:3.5rem;margin:10px 0}.learning-intro p{max-width:650px;color:var(--muted)}.learning-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:50px}.learning-aside{display:flex;flex-direction:column;gap:4px;border-top:3px solid var(--dark);padding-top:22px;font-size:.85rem}.learning-aside strong{margin-bottom:18px}.learning-aside a{padding:10px 14px;border-radius:5px;color:var(--muted);font-weight:700}.learning-aside a.selected{background:#E7EEEA;color:var(--dark)}.learning-aside span{color:var(--muted);font-size:.74rem;margin-top:22px}.section-top.compact{margin-bottom:23px;align-items:center}.section-top.compact h2{font-size:2rem}.count-chip{background:#E7EEEA;color:var(--teal);padding:7px 13px}.learning-card{display:grid;grid-template-columns:210px minmax(0,1fr);background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(16,44,39,.05)}.mini-poster{min-height:265px;background:var(--teal);color:white;padding:23px;display:flex;flex-direction:column;justify-content:space-between}.mini-poster span{font-size:.68rem;font-weight:800}.mini-poster b{font-size:1.8rem;line-height:1.22}.learning-card-body{padding:28px}.learning-card h3{font-size:1.5rem;margin:13px 0 6px}.learning-card p{color:var(--muted);font-size:.86rem}.progress-label{display:flex;justify-content:space-between;gap:15px;font-size:.74rem;margin:20px 0 8px}.progress-label span{color:var(--muted)}.progress-track{height:7px;background:#DADFD6;border-radius:10px;overflow:hidden;margin-bottom:20px}.progress-track>span{display:block;height:100%;background:var(--teal);border-radius:10px}

.lesson-layout{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:calc(100vh - 146px)}.lesson-sidebar{background:#EDEAE2;border-right:1px solid var(--line);padding:29px 25px 50px;max-height:calc(100vh - 76px);overflow-y:auto;position:sticky;top:76px}.back-link{font-size:.76rem;font-weight:800;color:var(--teal)}.sidebar-course{padding:35px 0 22px;border-bottom:1px solid #D9D3C7}.sidebar-course h2{font-size:1.35rem;margin:12px 0 20px}.sidebar-course small{color:var(--muted)}.lesson-group{margin:25px 0}.lesson-group h3{font-size:.85rem}.lesson-nav-item{display:flex;gap:10px;align-items:start;padding:10px;border-radius:4px;font-size:.77rem;color:#4E5C53}.lesson-nav-item span{font-size:1.1rem;line-height:1}.lesson-nav-item.current{background:white;color:var(--dark);font-weight:800}.lesson-body{background:var(--paper)}.lesson-body-inner{max-width:880px;padding:65px min(7vw,90px) 100px;margin:auto}.lesson-body h1{font-size:clamp(2rem,4vw,3.5rem);margin:15px 0}.lesson-summary{color:var(--muted)}.video-placeholder{height:min(46vw,390px);min-height:240px;background:linear-gradient(140deg,#455B50,#24372F);display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;gap:7px;text-align:center;margin:35px 0}.video-placeholder span{font-size:.78rem;color:#D6DDD2}.play-symbol{width:62px;height:62px;border:2px solid var(--lime);color:var(--lime);border-radius:50%;display:grid;place-items:center;padding-left:3px;margin-bottom:12px}.lesson-article{font-size:1.05rem;line-height:1.95;min-height:150px;margin:35px 0}.lesson-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px}

.admin-page{padding:65px 0 110px}.admin-header{display:flex;justify-content:space-between;gap:30px;align-items:end}.admin-header h1{font-size:3.25rem;margin:10px 0}.admin-header p{color:var(--muted)}.admin-actions{display:flex;gap:9px;flex-wrap:wrap}.admin-note{background:#FFF4DC;border:1px solid #E2D0A1;border-radius:5px;padding:14px 20px;font-size:.84rem;margin:27px 0}.saved-message{border-left:4px solid var(--teal);background:#E7EEEA;padding:12px 18px;margin-bottom:23px;font-size:.84rem}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:28px;align-items:start}.editor-main{min-width:0}.editor-panel{background:white;border:1px solid var(--line);border-radius:8px;margin-bottom:22px;overflow:hidden}.editor-panel-head{background:var(--dark);color:white;padding:18px 24px}.editor-panel-head span{color:var(--lime);font-size:.69rem;letter-spacing:.15em;font-weight:800}.editor-panel-head h2{font-size:1.25rem;margin:4px 0 0}.editor-fields{padding:25px;display:grid;grid-template-columns:1fr 1fr;gap:17px}.editor-fields .editor-field:nth-child(n+3){grid-column:1/-1}.editor-field{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:.76rem;font-weight:800}.editor-field input,.editor-field textarea,.editor-field select{width:100%;background:#FFFFFF;color:var(--ink);border:1px solid #CECFC3;border-radius:4px;padding:9px 11px;font-size:.86rem;font-weight:500}.editor-field textarea{resize:vertical;min-height:85px}.editor-field input:focus,.editor-field textarea:focus,.editor-field select:focus{outline:2px solid var(--teal);outline-offset:1px}.editor-section{padding:22px 25px;border-bottom:1px solid var(--line)}.editor-section-head,.editor-lesson-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.subtle-button{background:transparent;border:0;color:var(--teal);font-size:.76rem;font-weight:800;padding:6px}.subtle-button:hover{text-decoration:underline}.editor-lesson{background:#FBF7F2;border:1px solid var(--line);padding:17px;margin-top:18px;border-radius:5px}.editor-lesson-head{margin:0 0 10px;font-size:.8rem}.editor-twocol{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:12px 0}.check-field{display:flex;align-items:center;gap:8px;font-size:.75rem;margin-top:10px}.check-field input{accent-color:var(--teal)}.add-section{margin:22px 25px}.editor-guide{background:#E9E9DE;padding:27px;position:sticky;top:105px;border-radius:6px}.editor-guide h2{font-size:1.5rem;margin:11px 0}.editor-guide ol{padding-left:20px;font-size:.78rem;line-height:1.8}.editor-guide p{font-size:.75rem;color:var(--muted)}

.brand-symbol span{width:3px;height:13px;border-radius:3px;background:var(--lime);display:block;position:absolute}.brand-symbol{position:relative}.brand-symbol span:first-child{transform:translateX(-7px);height:8px}.brand-symbol span:last-child{transform:translateX(7px);height:18px}
.method-band .eyebrow{color:var(--teal)}
@media(max-width:1000px){.preview-pill{display:none}.product-layout{gap:25px;grid-template-columns:minmax(0,1fr) 300px}.learning-grid{gap:25px}.editor-layout{grid-template-columns:1fr}.editor-guide{position:static}}
@media(max-width:760px){.wrap{width:min(100% - 30px,1180px)}.header-inner{height:auto;min-height:66px;flex-wrap:wrap;gap:0}.brand{padding:13px 0}.main-nav{width:100%;gap:24px;overflow-x:auto;border-top:1px solid var(--line)}.main-nav a{padding:10px 0 9px;font-size:.77rem;white-space:nowrap}.hero-grid{grid-template-columns:1fr;min-height:0;gap:0}.hero-text{padding:65px 0 10px}.hero-text h1{font-size:clamp(2.4rem,9vw,4rem)}.hero-art{height:330px;max-width:380px;margin:auto;width:100%}.record{width:275px}.art-note{right:0;bottom:14px;font-size:.8rem}.art-stamp{top:0}.home-section{padding:60px 0}.section-top,.method-grid{display:block}.section-top>p{margin-top:15px}.feature-card{grid-template-columns:1fr}.feature-visual{min-height:250px}.feature-copy{padding:30px}.feature-copy h3{font-size:1.85rem}.method-band{padding:55px 0}.method-grid p{margin-top:20px}.product-head-inner{padding:37px 0 60px}.product-layout{display:block}.section-tabs{top:105px;gap:19px}.content-section{scroll-margin-top:170px;padding:43px 0}.outcome-grid{grid-template-columns:1fr}.purchase-card{position:static;margin:35px 0 0}.learning-shell{padding:50px 0}.learning-grid{display:block}.learning-aside{display:none}.learning-card{grid-template-columns:1fr}.mini-poster{min-height:170px}.lesson-layout{display:block}.lesson-sidebar{position:static;max-height:none;padding:20px}.lesson-sidebar nav{display:none}.sidebar-course{padding:15px 0 0}.lesson-body-inner{padding:40px 20px 65px}.lesson-actions{align-items:start;flex-direction:column}.admin-page{padding:45px 0}.admin-header{display:block}.admin-header h1{font-size:2.4rem}.admin-actions{margin-top:22px}.editor-fields{grid-template-columns:1fr}.editor-fields .editor-field:nth-child(n+3){grid-column:auto}.editor-twocol{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner>*{display:block;margin:5px 0}}
@media(max-width:420px){.hero-actions{align-items:start;flex-direction:column;gap:17px}.section-tabs{top:103px}.curriculum-item{align-items:start}.preview-link{white-space:nowrap}.admin-actions .button{width:100%}}


/* WordPress integration */
.site-header{position:sticky;top:0;z-index:50;background:var(--paper)}
.site-header .header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:10px;color:var(--dark)}
.brand-symbol{width:23px;height:21px;display:grid;place-items:center}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:.9rem}.brand-copy small{font-size:.51rem;letter-spacing:.12em;margin-top:4px}
.site-header .brand-logo{display:block;width:auto;height:40px;max-width:min(240px,48vw)}
.main-nav{display:flex;gap:24px;align-items:center}.main-nav a{font-size:.82rem;font-weight:800;color:var(--muted)}.main-nav a:hover{color:var(--teal)}
.mobile-nav{display:none}
.footer-inner p{color:#D4D9CE}.footer-inner strong{font-size:1.1rem}
.woocommerce .product .button,.woocommerce a.button{background:var(--dark);color:#fff;border-radius:5px;font-weight:800}.woocommerce ul.products li.product .price{color:var(--teal)}
.woocommerce-page .site-main{width:min(100% - 40px,1180px);margin:55px auto 100px}.woocommerce div.product .product_title{color:var(--dark)}

.shop-coming{min-height:calc(100vh - 76px);padding:92px 0 110px;background:linear-gradient(150deg,var(--dark),var(--deep));color:#fff}.shop-coming-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:68px;align-items:end}.shop-coming h1{max-width:850px;margin:22px 0;font-size:clamp(3rem,6vw,6.2rem)}.shop-coming h1 em{color:var(--lime);font-style:normal}.shop-coming .lead{max-width:680px;color:#E4E9E5;font-size:1.12rem}.shop-coming-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.shop-coming .button-outline{border-color:rgba(255,255,255,.7);color:#fff}.shop-status{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);padding:30px}.shop-status strong{display:block;color:var(--lime);font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:.75rem;letter-spacing:.12em;margin-bottom:17px}.shop-status p{color:#E4E9E5}.shop-status dl{margin:26px 0 0}.shop-status dl div{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid rgba(255,255,255,.14)}.shop-status dt{color:#AFC0B7}.shop-status dd{margin:0;text-align:right;font-weight:700}
@media(max-width:760px){.site-header .brand-logo{height:44px;max-width:min(240px,70vw)}.shop-coming{padding:64px 0 80px}.shop-coming-grid{grid-template-columns:1fr;gap:42px}.shop-coming h1{font-size:clamp(2.6rem,12vw,4rem)}.shop-status{padding:24px}}
@media(max-width:760px){.site-header .header-inner{height:72px;min-height:72px;flex-wrap:nowrap;position:relative}.brand{padding:0}.main-nav{display:none}.mobile-nav{display:block;margin-left:auto;position:relative}.nav-toggle{width:48px;height:48px;display:grid;place-items:center;align-content:center;gap:4px;border:1px solid var(--line);border-radius:50%;background:#F7F2EA;color:var(--dark);cursor:pointer;list-style:none}.nav-toggle::-webkit-details-marker{display:none}.nav-toggle-bars{width:20px;height:15px;display:flex;flex-direction:column;justify-content:space-between}.nav-toggle-bars i{display:block;width:20px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}.nav-toggle-label{font-size:.58rem;font-weight:800;line-height:1;letter-spacing:.08em}.mobile-nav[open] .nav-toggle{background:var(--dark);color:var(--lime);border-color:var(--dark)}.mobile-nav[open] .nav-toggle-bars i:first-child{transform:translateY(6.5px) rotate(45deg)}.mobile-nav[open] .nav-toggle-bars i:nth-child(2){opacity:0}.mobile-nav[open] .nav-toggle-bars i:last-child{transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav-panel{position:absolute;right:0;top:56px;width:min(300px,calc(100vw - 30px));padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 44px rgba(16,44,39,.2)}.mobile-nav-panel a{display:flex;align-items:center;min-height:48px;padding:10px 14px;border-radius:6px;font-size:.92rem;font-weight:800;color:var(--dark)}.mobile-nav-panel a+a{border-top:1px solid var(--line)}.mobile-nav-panel a:hover,.mobile-nav-panel a:focus{background:#EEF1EA;color:var(--teal);outline:none}}
