:root{--paper:#fff;--bg:#f4f4f2;--ink:#0b0b0b;--muted:#64645f;--line:#d9d9d4;--red:#ef332b;--blue:#2e63e7;--green:#25b94b;--yellow:#e7c53a;--max:1360px;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-width{width:min(var(--max),calc(100% - 44px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:999}.header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.header-in{height:98px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.logo img{width:250px;height:auto}.nav{display:flex;justify-content:center;gap:30px}.nav a,.actions a,.actions button{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.actions{display:flex;align-items:center;gap:18px}.actions button{border:0;background:none;padding:0;cursor:pointer}.menu-btn{display:none!important}.accent{height:5px;background:linear-gradient(90deg,var(--green) 0 33.333%,var(--blue) 33.333% 66.666%,var(--red) 66.666%)}.mobile-nav{display:none;background:#fff;border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:14px 22px;border-top:1px solid var(--line);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}body.menu-open .mobile-nav{display:block}.hero{margin-top:24px;display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid var(--line)}.hero-copy{padding:clamp(38px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.eyebrow,.meta{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:#595955}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}.hero h1{font-size:clamp(64px,8vw,102px);line-height:.88;letter-spacing:-.075em;margin:20px 0}.hero p{font-size:18px;line-height:1.65;color:#3f3f3a;max-width:520px;margin:0}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid #111;background:#111;color:#fff;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}.btn.light{background:#fff;color:#111}.hero-image{min-height:620px;overflow:hidden;background:#ddd}.hero-image img{width:100%;height:100%;object-fit:cover}.quick{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-top:0}.quick a{padding:18px 20px;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:900}.quick a:last-child{border-right:0}.dot{width:8px;height:8px;border-radius:50%;background:#111}.quick a:nth-child(2) .dot{background:var(--blue)}.quick a:nth-child(3) .dot{background:var(--green)}.quick a:nth-child(4) .dot{background:var(--red)}.section{padding:76px 0}.section-head{display:grid;grid-template-columns:1fr minmax(280px,480px);gap:36px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(42px,5vw,68px);line-height:.95;letter-spacing:-.055em;margin:10px 0 0}.section-head p{margin:0;color:var(--muted);line-height:1.7}.feature{display:grid;grid-template-columns:48% 52%;background:#fff;border:1px solid var(--line)}.feature-img{min-height:460px}.feature-img img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:40px;display:flex;flex-direction:column;justify-content:center}.feature-copy h3{font-size:clamp(40px,5vw,60px);line-height:.96;letter-spacing:-.05em;margin:16px 0}.feature-copy p{font-size:17px;color:var(--muted);line-height:1.7;max-width:44ch}.link{display:inline-block;width:max-content;border-bottom:1px solid #111;padding-bottom:4px;margin-top:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);overflow:hidden}.card-img{aspect-ratio:4/3;background:#ddd}.card-img.portrait{aspect-ratio:4/5}.card-img img{width:100%;height:100%;object-fit:cover}.card-copy{padding:20px}.card h3{font-size:26px;line-height:1.06;letter-spacing:-.035em;margin:10px 0 8px}.card p{color:var(--muted);margin:0;line-height:1.65;font-size:15px}.voice{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid var(--line)}.voice-info,.voice-form{padding:38px}.voice-info{border-right:1px solid var(--line)}.voice-info h3{font-size:46px;line-height:.96;letter-spacing:-.05em;margin:12px 0 18px}.voice-info p{color:var(--muted);line-height:1.7}.steps{display:grid;gap:10px;margin-top:24px}.step{background:#f7f7f5;padding:14px 16px;border-left:4px solid #111}.step:nth-child(2){border-color:var(--blue)}.step:nth-child(3){border-color:var(--green)}.step:nth-child(4){border-color:var(--yellow)}.voice-form h3{font-size:28px;line-height:1.05;margin:0 0 8px}.hint{font-size:13px;color:#777;margin:0 0 12px}.voice-form textarea{width:100%;min-height:180px;border:1px solid var(--line);padding:16px;resize:vertical}.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.preview{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.preview textarea{min-height:190px}.trust{font-size:13px;color:var(--muted);line-height:1.6}.watch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.watch-card{background:#fff;border:1px solid var(--line)}.watch-card .card-img{aspect-ratio:16/11}.watch-card h3{font-size:25px}.connect-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.connect-grid .card-img{aspect-ratio:4/3}.youtube{background:#0b0b0b;color:#fff;padding:78px 0}.youtube .section-head p{color:#c6c6c0}.youtube .meta{color:#a8a8a2}.youtube-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.yt-card{border:1px solid #252525;background:#121212}.yt-img{aspect-ratio:16/9}.yt-img img{width:100%;height:100%;object-fit:cover}.yt-copy{padding:16px}.yt-copy h3{font-size:18px;line-height:1.25;margin:0 0 8px}.yt-copy p{margin:0;color:#bdbdb8;font-size:14px;line-height:1.6}.yt-btn{display:inline-block;margin-top:12px;border:1px solid #fff;padding:9px 12px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.shop{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid var(--line)}.shop-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.shop-copy h2{font-size:clamp(42px,5vw,70px);line-height:.94;letter-spacing:-.055em;margin:12px 0 16px}.shop-copy p{color:var(--muted);font-size:17px;line-height:1.7}.shop-image{min-height:520px}.shop-image img{width:100%;height:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.product-card .product-media{aspect-ratio:4/5;background:#eee;border:1px solid var(--line);overflow:hidden}.product-card .product-media img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:18px;line-height:1.15;margin:11px 0 6px}.price{font-size:14px;color:var(--muted)}.newsletter{padding:78px 0}.newsletter-box{background:#fff;border:1px solid var(--line);padding:64px 24px;text-align:center}.newsletter h2{font-size:clamp(44px,6vw,78px);line-height:.92;letter-spacing:-.06em;margin:12px auto 18px;max-width:780px}.newsletter p{max-width:620px;margin:0 auto 24px;color:var(--muted);line-height:1.7}.newsletter-form{display:flex;max-width:540px;margin:auto;border-bottom:2px solid #111}.newsletter-form input{flex:1;border:0;outline:0;padding:15px 0}.newsletter-form button{border:0;background:none;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.footer{background:#fff;border-top:1px solid var(--line)}.footer-in{padding:48px 0;display:grid;grid-template-columns:1.1fr 1.4fr .7fr;gap:36px}.footer-logo img{width:240px}.footer-note{color:var(--muted);max-width:360px;line-height:1.7}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.footer-links h4{font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px}.footer-links a{display:block;color:var(--muted);font-size:12px;line-height:1.9}.footer-meta{font-size:12px;color:var(--muted);line-height:1.9}.main-page,.main-product,.main-collection,.main-cart,.main-search,.main-blog,.main-article{padding:68px 0}.page-title{font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.06em;margin:0 0 30px}.rte{max-width:780px}.collection-grid,.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.blog-grid{grid-template-columns:repeat(3,1fr)}.article-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.article-card h2{font-size:28px;line-height:1.08}.article-wrap{max-width:800px;margin:auto}.article-wrap h1{font-size:clamp(46px,6vw,80px);line-height:.95;letter-spacing:-.06em}.product-detail{display:grid;grid-template-columns:1fr .9fr;gap:40px}.product-gallery img{width:100%;height:auto}.product-info h1{font-size:54px;line-height:1;letter-spacing:-.05em}.product-form{display:grid;gap:12px;margin-top:24px}.product-form select,.product-form input{padding:13px;border:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{width:90px;height:110px;object-fit:cover}.cart-summary{width:min(420px,100%);margin-left:auto;margin-top:28px}.empty-state{padding:40px 0;color:var(--muted)}@media(max-width:1100px){.product-grid,.collection-grid,.footer-links,.youtube-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.nav,.actions .search{display:none}.menu-btn{display:inline-block!important}.header-in{grid-template-columns:auto 1fr auto}.hero,.feature,.voice,.shop,.section-head,.product-detail{grid-template-columns:1fr}.hero-image,.shop-image{min-height:48vh}.cards3,.watch-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.connect-grid{grid-template-columns:1fr}.quick{grid-template-columns:repeat(2,1fr)}.footer-in{grid-template-columns:1fr 1fr}}@media(max-width:640px){.page-width{width:min(100% - 22px,var(--max))}.header-in{height:78px}.logo img{width:190px}.hero{margin-top:12px}.hero h1{font-size:60px}.hero-copy,.feature-copy,.voice-info,.voice-form,.shop-copy{padding:28px 22px}.hero-image{min-height:42vh}.quick,.cards3,.watch-grid,.youtube-grid,.product-grid,.collection-grid,.blog-grid,.footer-links{grid-template-columns:1fr}.quick a{border-right:0;border-bottom:1px solid var(--line)}.footer-in{grid-template-columns:1fr}.footer-logo img{width:210px}.menu-btn{display:inline-block!important}}.subpage{padding:26px 0 80px}.subhero{display:grid;grid-template-columns:44% 56%;background:#fff;border:1px solid var(--line);margin-top:16px}.subhero-copy{padding:clamp(34px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.subhero-copy h1{font-size:clamp(56px,7vw,90px);line-height:.9;letter-spacing:-.07em;margin:16px 0}.subhero-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:520px}.subhero-img{min-height:540px;overflow:hidden}.subhero-img img{width:100%;height:100%;object-fit:cover}.subnav{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 0}.subnav a,.chip{border:1px solid var(--line);background:#fff;padding:10px 14px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.subnav a:hover,.chip:hover{background:#111;color:#fff}.subsection{padding:66px 0}.subsection.white{background:#fff}.subhead{display:grid;grid-template-columns:1fr minmax(260px,460px);gap:34px;align-items:end;margin-bottom:26px}.subhead h2{font-size:clamp(38px,5vw,66px);line-height:.95;letter-spacing:-.055em;margin:8px 0 0}.subhead p{margin:0;color:var(--muted);line-height:1.7}.media-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.media-item{background:#fff;border:1px solid var(--line)}.media-item-image{aspect-ratio:16/10;overflow:hidden}.media-item-image.portrait{aspect-ratio:4/5}.media-item-image img{width:100%;height:100%;object-fit:cover}.media-item-copy{padding:20px}.media-item-copy h3{font-size:26px;line-height:1.05;letter-spacing:-.035em;margin:9px 0}.media-item-copy p{margin:0;color:var(--muted);line-height:1.65}.video-placeholder{display:inline-flex;margin-top:14px;padding:10px 13px;background:#111;color:#fff;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.read-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.article-stack{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.article-feature{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:1fr}.article-feature img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-feature .copy{padding:26px}.article-feature h3{font-size:40px;line-height:.98;letter-spacing:-.045em;margin:12px 0}.article-side{display:grid;gap:18px}.article-mini{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid var(--line)}.article-mini img{width:100%;height:100%;object-fit:cover}.article-mini .copy{padding:18px}.article-mini h3{font-size:22px;line-height:1.08;margin:8px 0}.community-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.action-card{background:#fff;border:1px solid var(--line);padding:28px}.action-card .action-num{font-size:52px;line-height:1;font-weight:900;letter-spacing:-.06em}.action-card h3{font-size:28px;line-height:1.05;margin:12px 0}.action-card p{color:var(--muted);line-height:1.65}.form-card{background:#fff;border:1px solid var(--line);padding:34px}.form-card h2{font-size:40px;line-height:1;letter-spacing:-.045em;margin:8px 0 20px}.o29-form{display:grid;gap:14px}.o29-form label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.o29-form input,.o29-form textarea,.o29-form select{width:100%;border:1px solid var(--line);background:#fff;padding:14px}.o29-form textarea{min-height:150px;resize:vertical}.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}.flow-step{background:#fff;border:1px solid var(--line);padding:22px}.flow-step b{display:block;font-size:44px;line-height:1;letter-spacing:-.05em;margin-bottom:12px}.flow-step:nth-child(1){border-top:5px solid #111}.flow-step:nth-child(2){border-top:5px solid var(--blue)}.flow-step:nth-child(3){border-top:5px solid var(--green)}.flow-step:nth-child(4){border-top:5px solid var(--yellow)}.voice-stage{display:none;background:#fff;border:1px solid var(--line);padding:30px;margin-top:16px}.voice-stage.active{display:block}.voice-stage h3{font-size:32px;line-height:1.05;margin:0 0 14px}.voice-stage textarea{width:100%;min-height:180px;border:1px solid var(--line);padding:16px}.stage-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.review-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.review-guide{background:#111;color:#fff;padding:34px}.review-guide h2{font-size:44px;line-height:.95;letter-spacing:-.05em;margin:10px 0 20px}.review-guide p{color:#d4d4cf;line-height:1.7}.review-guide ul{padding-left:18px;color:#d4d4cf;line-height:1.9}.learn-paths{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.learn-path{background:#fff;border:1px solid var(--line);padding:24px;border-top:5px solid #111}.learn-path:nth-child(2){border-top-color:var(--blue)}.learn-path:nth-child(3){border-top-color:var(--green)}.learn-path:nth-child(4){border-top-color:var(--yellow)}.learn-path h3{font-size:25px;line-height:1.05;margin:10px 0}.learn-path p{color:var(--muted);line-height:1.6}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-card{background:#fff;border:1px solid var(--line);padding:28px}.value-card h3{font-size:30px;line-height:1.04;margin:10px 0}.value-card p{color:var(--muted);line-height:1.7}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.about-split .image{min-height:480px}.about-split .image img{width:100%;height:100%;object-fit:cover}.about-split .copy{background:#fff;border:1px solid var(--line);padding:38px;display:flex;flex-direction:column;justify-content:center}.about-split h2{font-size:clamp(40px,5vw,64px);line-height:.95;letter-spacing:-.055em;margin:10px 0 18px}.about-split p{font-size:17px;color:var(--muted);line-height:1.75}@media(max-width:1000px){.media-list{grid-template-columns:repeat(2,1fr)}.article-stack,.review-grid,.about-split,.subhead{grid-template-columns:1fr}.community-actions,.flow,.learn-paths{grid-template-columns:1fr 1fr}.subhero{grid-template-columns:1fr}.subhero-img{min-height:48vh}}@media(max-width:640px){.subpage{padding-top:10px}.subhero-copy{padding:30px 22px}.subhero-copy h1{font-size:58px}.subhero-img{min-height:40vh}.media-list,.community-actions,.flow,.learn-paths,.about-values,.article-mini{grid-template-columns:1fr}.article-mini img{aspect-ratio:16/10}.form-card,.review-guide,.about-split .copy{padding:24px}.subsection{padding:50px 0}}.account-link{border-bottom:0!important;padding-bottom:0!important;color:var(--green)!important}.member-mobile{background:#111!important;color:#fff!important;border-top:0!important}.member-page{padding:26px 0 84px}.member-hero{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);margin-top:16px}.member-hero-copy,.member-login-card{padding:clamp(34px,5vw,70px)}.member-hero-copy h1,.dashboard-top h1,.member-locked h1,.creator-simple-page h1{font-size:clamp(54px,7vw,88px);line-height:.9;letter-spacing:-.07em;margin:14px 0 20px}.member-hero-copy p,.member-login-card p,.member-locked p,.creator-simple-page p{font-size:17px;line-height:1.72;color:var(--muted);max-width:650px}.member-login-card{background:#111;color:#fff;display:flex;flex-direction:column;justify-content:center}.member-login-card .meta{color:#c9c9c4}.member-login-card h2{font-size:clamp(36px,4.6vw,58px);line-height:.96;letter-spacing:-.05em;margin:12px 0 18px}.member-login-card p{color:#d0d0ca}.member-login-icon{font-size:58px;line-height:1;margin-bottom:24px}.member-micro{font-size:12px!important;max-width:560px!important;margin-top:14px}.member-simple-steps{display:grid;gap:8px;margin-top:20px}.member-simple-steps span{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #333}.member-simple-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#111}.member-actions-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:18px}.member-actions-preview article{background:#fff;border:1px solid var(--line);padding:22px}.member-actions-preview h3{font-size:21px;line-height:1.05;margin:10px 0 8px}.member-actions-preview p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.member-action-icon{font-size:26px}.dashboard-top{display:flex;justify-content:space-between;gap:30px;align-items:end;background:#fff;border:1px solid var(--line);padding:38px;margin-top:16px}.dashboard-top h1{margin-bottom:8px}.dashboard-top p{font-size:18px;color:var(--muted);margin:0}.dashboard-account{text-align:right;font-size:13px;color:var(--muted);display:grid;gap:5px}.dashboard-account a{text-decoration:underline}.create-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.create-card{background:#fff;border:1px solid var(--line);padding:26px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.create-card>span{font-size:32px}.create-card>b{font-size:32px;font-weight:400}.create-card h2{font-size:29px;line-height:1.02;letter-spacing:-.04em;margin:5px 0}.create-card p{color:var(--muted);margin:0;line-height:1.55}.primary-create{background:#111;color:#fff}.primary-create .meta,.primary-create p{color:#d0d0cb}.dashboard-section{margin-top:52px}.dashboard-section-head{display:grid;grid-template-columns:1fr minmax(280px,470px);gap:30px;align-items:end}.dashboard-section-head h2{font-size:clamp(38px,5vw,62px);line-height:.95;letter-spacing:-.05em;margin:8px 0 0}.dashboard-section-head p{color:var(--muted);line-height:1.7;margin:0}.content-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-top:24px}.content-tabs button{border:1px solid var(--line);background:#fff;padding:10px 14px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.content-tabs button.active{background:#111;color:#fff}.dashboard-empty{background:#fff;border:1px solid var(--line);padding:58px 30px;text-align:center;margin-top:12px}.dashboard-empty .empty-mark{width:62px;height:62px;border-radius:50%;border:1px solid #111;display:grid;place-items:center;margin:0 auto 18px;font-size:28px}.dashboard-empty h3{font-size:32px;line-height:1.05;margin:0 0 8px}.dashboard-empty p{color:var(--muted);margin:0 0 20px}.member-locked,.creator-simple-page{background:#fff;border:1px solid var(--line);padding:clamp(40px,7vw,90px);margin-top:16px;text-align:left}.creator-simple-page{min-height:480px;display:flex;flex-direction:column;justify-content:center}.member-share-hero{margin-top:16px}.story-submit-form{margin:0}.submission-success{background:#fff;border:1px solid var(--line);padding:60px 34px;text-align:center;margin-top:18px}.submission-success .success-check{width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:30px;margin:0 auto 18px}.submission-success h2{font-size:48px;line-height:.98;letter-spacing:-.05em;margin:10px 0}.submission-success p{color:var(--muted);margin-bottom:20px}.simple-field{display:grid;gap:8px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;margin-top:16px}.simple-field input{padding:14px;border:1px solid var(--line);width:100%}.approval-box{background:#f7f7f5;border-left:5px solid var(--green);padding:18px;margin:14px 0}.approval-box p{color:var(--muted);margin:6px 0 0}.approval-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;margin:18px 0}.approval-check input{margin-top:3px}.form-error{background:#fff0ef;border:1px solid #f0bbb6;padding:14px;margin-top:18px}.share-locked{min-height:520px;display:flex;flex-direction:column;justify-content:center}@media(max-width:1100px){.member-actions-preview{grid-template-columns:repeat(3,1fr)}.create-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.member-hero,.dashboard-section-head{grid-template-columns:1fr}.dashboard-top{align-items:flex-start;flex-direction:column}.dashboard-account{text-align:left}.member-actions-preview{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.member-hero-copy,.member-login-card,.dashboard-top,.member-locked,.creator-simple-page{padding:28px 22px}.member-actions-preview,.create-grid{grid-template-columns:1fr}.create-card{grid-template-columns:auto 1fr auto}.member-hero-copy h1,.dashboard-top h1,.member-locked h1,.creator-simple-page h1{font-size:56px}.dashboard-section{margin-top:42px}.dashboard-section-head h2{font-size:42px}.submission-success h2{font-size:39px}}:focus-visible{outline:3px solid #111;outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #111;outline-offset:3px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.optional{font-weight:400;text-transform:none;letter-spacing:0;color:var(--muted)}.creator-head{background:#fff;border:1px solid var(--line);padding:clamp(34px,6vw,76px);margin-top:16px}.creator-head h1{font-size:clamp(52px,7vw,86px);line-height:.92;letter-spacing:-.065em;margin:12px 0 18px}.creator-head p{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}.creator-form{margin-top:18px}.creator-form label{display:block;font-size:12px;font-weight:800;margin:18px 0 7px}.creator-form input:not([type=checkbox]),.creator-form textarea,.creator-form select{width:100%;min-height:48px;border:1px solid #8b8b86;background:#fff;padding:13px 14px;color:#111}.creator-form textarea{min-height:170px;resize:vertical}.creator-form input[type=file]{padding:11px}.form-status{display:none;padding:15px 17px;border:1px solid var(--line);background:#fff;margin-bottom:12px}.form-status.show{display:block}.form-status.error{border-color:#8b1717;background:#fff2f2}.form-status.success{border-color:#176b2a;background:#f1fff4}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.seller-note{background:#f5f5f2;border:1px solid var(--line);padding:18px;margin-top:18px}.media-preview{margin-top:12px;display:flex;gap:12px;flex-wrap:wrap}.media-preview img,.media-preview video{max-width:280px;max-height:220px;object-fit:cover;border:1px solid var(--line);background:#000}.dashboard-list{margin-top:12px}.submission-row{background:#fff;border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start;margin-top:8px}.submission-row h3{margin:4px 0 6px;font-size:22px}.submission-row p{margin:0;color:var(--muted)}.status-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid #777;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.status-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#666}.status-pending:before{background:#9c6a00}.status-approved:before,.status-featured:before{background:#19732f}.status-rejected:before{background:#9a1b1b}.policy-page{background:#fff;border:1px solid var(--line);padding:clamp(32px,6vw,80px);margin-top:16px;max-width:1000px}.policy-page h1{font-size:clamp(50px,7vw,84px);line-height:.92;letter-spacing:-.06em;margin:12px 0 22px}.policy-page h2{font-size:28px;margin:34px 0 10px}.policy-page p,.policy-page li{font-size:17px;line-height:1.75;color:#343430}.policy-page a{text-decoration:underline;text-underline-offset:3px}.policy-lead{font-size:21px!important}.policy-small{font-size:14px!important;color:var(--muted)!important}.footer-links h2{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px}.btn,button,.actions a,.mobile-nav a,.content-tabs button{min-height:44px}.nav a,.footer-links a{text-underline-offset:4px}.nav a:hover,.nav a:focus-visible,.footer-links a:hover,.footer-links a:focus-visible{text-decoration:underline}.voice-stage h2{font-size:32px;line-height:1.05;margin:0 0 14px}.recording{box-shadow:0 0 0 3px #b40000 inset}.recording:after{content:attr(data-recording-label)}.loading{opacity:.65;pointer-events:none}.media-upload-note{font-size:13px;color:var(--muted)}@media(max-width:700px){.field-grid{grid-template-columns:1fr}.creator-head{padding:30px 22px}.creator-head h1{font-size:56px}.submission-row{grid-template-columns:1fr}.voice-stage{padding:24px 20px}.stage-nav .btn{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.community-feed{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.feed-card{background:#fff;border:1px solid var(--line);overflow:hidden}.feed-card img,.feed-card video{width:100%;aspect-ratio:16/10;object-fit:cover;background:#111}.feed-copy{padding:20px}.feed-copy h3{font-size:25px;line-height:1.05;margin:8px 0}.feed-copy p{color:var(--muted);margin:0;line-height:1.6}.ask-answer{display:none;margin-top:15px;padding:17px;border:1px solid var(--line);background:#f6f6f3;line-height:1.7}.ask-answer.show{display:block}.ask-answer.error{border-color:#8b1717;background:#fff2f2}@media(max-width:900px){.community-feed{grid-template-columns:1fr 1fr}}@media(max-width:640px){.community-feed{grid-template-columns:1fr}}.feed-details{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.feed-details summary{cursor:pointer;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:11px;min-height:44px;display:flex;align-items:center}.feed-details div{padding:8px 0 2px;line-height:1.75;color:#343430}[id]{scroll-margin-top:110px}.inline-status{display:none;margin:10px 0;padding:12px 14px;border:1px solid var(--line);background:#fff;font-size:14px}.inline-status.show{display:block}.inline-status.error{border-color:#8b1717;background:#fff2f2}.inline-status.success{border-color:#176b2a;background:#f1fff4}.video-note{font-size:13px;color:var(--muted);margin:10px 0 0}.lesson-quick-result{margin-top:18px;padding:22px;border:1px solid var(--line);background:#f7f7f5}.lesson-quick-result h3{font-size:28px;line-height:1.05;margin:8px 0 14px}.lesson-quick-result li{margin:8px 0;line-height:1.5}.footer-link-button,.mobile-a11y-button{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;font:inherit;padding:0;text-align:left;cursor:pointer}.footer-link-button:hover,.footer-link-button:focus-visible,.mobile-a11y-button:hover,.mobile-a11y-button:focus-visible{text-decoration:underline;text-underline-offset:4px}.a11y-launch{position:fixed;left:18px;bottom:18px;z-index:80;border:1px solid #111;background:#fff;color:#111;border-radius:999px;padding:11px 15px;min-height:46px;font-weight:800;box-shadow:0 4px 18px #0000001f;cursor:pointer}.a11y-panel[hidden],.voice-panel[hidden]{display:none!important}.a11y-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#00000080;display:grid;place-items:center;padding:20px}.a11y-panel-card{width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;color:#111;border:1px solid #111;padding:28px}.a11y-panel-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.a11y-panel-head h2{font-size:36px;line-height:1;margin:8px 0}.a11y-close{border:1px solid #111;background:#fff;width:46px;height:46px;font-size:30px;line-height:1;cursor:pointer}.a11y-group{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.a11y-group h3{font-size:17px;margin:0 0 10px}.a11y-actions{display:flex;flex-wrap:wrap;gap:9px}.a11y-actions.stack{display:grid;grid-template-columns:1fr 1fr 1fr}.a11y-actions button{border:1px solid #111;background:#fff;padding:11px 14px;min-height:46px;font-weight:700;cursor:pointer}.a11y-actions button[aria-pressed=true]{background:#111;color:#fff}.a11y-note{line-height:1.6;color:#3e3e3a;margin-top:20px}.a11y-footer{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:22px}.voice-panel{position:fixed;left:50%;transform:translate(-50%);bottom:22px;z-index:130;width:min(720px,calc(100% - 32px));background:#111;color:#fff;border:2px solid #fff;box-shadow:0 8px 30px #00000040}.voice-panel-inner{display:flex;align-items:center;gap:12px;padding:16px 18px}.voice-pulse{width:12px;height:12px;border-radius:50%;background:#fff;flex:0 0 auto}.voice-panel.is-listening .voice-pulse{animation:o29pulse 1s infinite}.voice-panel-actions{margin-left:auto;display:flex;gap:8px}.voice-panel button{background:#fff;color:#111;border:0;padding:9px 13px;min-height:42px;font-weight:800;cursor:pointer}@keyframes o29pulse{50%{opacity:.25;transform:scale(.75)}}html[data-text-size=large]{font-size:112.5%}html[data-text-size=xlarge]{font-size:125%}.o29-high-contrast body{background:#fff;color:#000}.o29-high-contrast .meta,.o29-high-contrast p,.o29-high-contrast .hint,.o29-high-contrast .footer-note{color:#000!important}.o29-high-contrast *{border-color:#000!important}.o29-underline-links a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}.o29-reduce-motion *,.o29-reduce-motion *:before,.o29-reduce-motion *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.voice-panel.is-listening .voice-pulse{animation:none}}@media(max-width:640px){.a11y-launch{left:10px;bottom:10px}.a11y-panel-card{padding:20px}.a11y-actions.stack{grid-template-columns:1fr}.a11y-footer{align-items:flex-start;flex-direction:column}.voice-panel-inner{align-items:flex-start;flex-wrap:wrap}.voice-panel-actions{width:100%;margin-left:24px}}.footer-links a,.footer-links .footer-link-button{display:block;width:auto;min-height:0;margin:0;padding:0;border:0;background:transparent;color:var(--muted);font-family:inherit;font-size:12px;font-weight:400;line-height:1.9;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible,.footer-links .footer-link-button:hover,.footer-links .footer-link-button:focus-visible{color:#111;text-decoration:underline;text-underline-offset:3px}.footer-links .footer-privacy-choice{display:flex;align-items:center;gap:5px;width:max-content;max-width:100%}.footer-links .shopify-dns-link-icon{display:inline-block;width:18px;height:18px;margin:0;vertical-align:middle}@media(max-width:640px){.footer-links a,.footer-links .footer-link-button{font-size:14px;line-height:2}}.nav .primary-nav-link,.actions a,.actions button{font-size:13px;line-height:1.2;min-height:44px;display:inline-flex;align-items:center;position:relative}.nav .primary-nav-link.is-active{color:var(--red)}.nav .primary-nav-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:3px;background:var(--red)}.nav .primary-nav-link:hover,.nav .primary-nav-link:focus-visible{color:var(--red);text-decoration:none}.actions a:hover,.actions a:focus-visible{color:var(--red)}[id]{scroll-margin-top:120px}.subnav a{font-size:12px;min-height:44px;display:inline-flex;align-items:center}.footer-v7{padding:48px 0 34px}.footer-v7-top{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(520px,1.6fr);gap:56px;align-items:start}.footer-brand-v7 .footer-logo img{width:240px}.footer-brand-v7 .footer-note{font-size:16px;line-height:1.65;max-width:350px}.footer-main-nav{display:grid;grid-template-columns:repeat(5,minmax(90px,1fr));gap:18px}.footer-main-nav .primary-nav-link{font-size:15px;line-height:1.35;font-weight:900;letter-spacing:.11em;text-transform:uppercase;min-height:44px;display:inline-flex;align-items:center;position:relative;width:max-content}.footer-main-nav .primary-nav-link.is-active{color:var(--red)}.footer-main-nav .primary-nav-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:3px;background:var(--red)}.footer-v7-utility{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}.footer-v7-utility a,.footer-v7-utility .footer-link-button{display:inline-flex;align-items:center;min-height:44px;padding:4px 0;border:0;background:transparent;color:var(--muted);font:inherit;font-size:15px;line-height:1.4;text-align:left;cursor:pointer;text-decoration:none}.footer-v7-utility a:hover,.footer-v7-utility a:focus-visible,.footer-v7-utility .footer-link-button:hover,.footer-v7-utility .footer-link-button:focus-visible{color:#111;text-decoration:underline;text-underline-offset:4px}.footer-privacy-choice{gap:6px}.footer-meta-v7{border-top:1px solid var(--line);padding-top:18px;margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 28px;font-size:14px;line-height:1.5;color:var(--muted)}.create-router-panel[hidden]{display:none!important}@media(max-width:1000px){.footer-v7-top{grid-template-columns:1fr;gap:30px}.footer-main-nav{grid-template-columns:repeat(5,1fr)}}@media(max-width:700px){.nav,.actions .search{display:none}.menu-btn{display:inline-flex!important}.header-in{grid-template-columns:auto 1fr auto}.actions .account-link{font-size:13px;letter-spacing:.08em}.mobile-nav .primary-nav-link,.mobile-nav>a,.mobile-nav button{font-size:16px!important;line-height:1.35;min-height:52px;padding:14px 22px!important}.mobile-nav .primary-nav-link.is-active{color:var(--red);border-left:4px solid var(--red);padding-left:18px!important}.footer-v7{padding:40px 0 28px}.footer-main-nav{grid-template-columns:1fr 1fr;gap:4px 20px}.footer-main-nav .primary-nav-link{font-size:16px;min-height:48px}.footer-v7-utility{display:grid;grid-template-columns:1fr 1fr;gap:2px 18px}.footer-v7-utility a,.footer-v7-utility .footer-link-button{font-size:16px;min-height:48px}.footer-meta-v7{display:grid;gap:6px;font-size:14px}}.create-hub{border-bottom:1px solid var(--line);padding:30px 0 20px;margin-bottom:0}.create-hub h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:8px 0 14px}.create-hub p{max-width:760px;color:var(--muted);font-size:17px;line-height:1.65;margin:0}.create-hub-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.create-hub-links a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #111;padding:10px 18px;color:#111;text-decoration:none;font-size:14px;font-weight:800}.create-hub-links a:hover,.create-hub-links a:focus-visible{background:#111;color:#fff}.creator-embedded{padding:40px 0;border-top:1px solid var(--line)}.creator-embedded:first-of-type{border-top:0}.creator-embedded .creator-lock-card{box-sizing:border-box;width:100%;min-height:430px;margin:0;padding:clamp(44px,6vw,76px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#fff;border:1px solid var(--line);text-align:left}.creator-embedded .creator-lock-card .meta{margin:0 0 14px}.creator-embedded .creator-lock-card h1{font-size:clamp(52px,6.1vw,76px);line-height:.94;letter-spacing:-.06em;margin:0 0 20px;max-width:920px}.creator-embedded .creator-lock-card p{font-size:18px;line-height:1.65;color:var(--muted);max-width:720px;margin:0 0 26px}.creator-embedded .creator-login-btn{box-sizing:border-box;width:220px;min-height:56px;padding:14px 20px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1.2;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.creator-embedded .creator-head h1,.creator-embedded .subhero-copy h1,.creator-embedded .subhero-copy h2{font-size:clamp(52px,6.1vw,76px);line-height:.94;letter-spacing:-.06em}.creator-embedded .creator-head p,.creator-embedded .subhero-copy p{font-size:18px;line-height:1.65}@media(max-width:640px){.create-hub{padding-top:18px}.create-hub p{font-size:16px}.create-hub-links{display:grid;grid-template-columns:1fr 1fr}.create-hub-links a{font-size:15px;min-height:52px}.creator-embedded{padding:28px 0}.creator-embedded .creator-lock-card{min-height:360px;padding:34px 24px}.creator-embedded .creator-lock-card h1{font-size:50px}.creator-embedded .creator-lock-card p{font-size:17px}.creator-embedded .creator-login-btn{width:100%;min-height:56px;font-size:14px}}.header-in{min-height:118px;height:auto;padding:12px 0;gap:22px}.logo img{width:245px}.nav{gap:24px}.nav .primary-nav-link,.actions a,.actions button{font-size:24px;line-height:1.15;letter-spacing:.045em;min-height:58px;font-weight:900;white-space:nowrap}.actions{gap:20px}.footer-main-nav{gap:22px}.footer-main-nav .primary-nav-link{font-size:24px;line-height:1.2;letter-spacing:.045em;min-height:58px;font-weight:900}.footer-v7-utility a,.footer-v7-utility .footer-link-button{font-size:20px;line-height:1.4;min-height:52px}.footer-meta-v7{font-size:17px}.footer-brand-v7 .footer-note{font-size:19px}.subnav a{font-size:19px;min-height:50px}.create-hub-links a{font-size:19px;min-height:54px;padding:12px 20px}.creator-embedded .creator-login-btn{font-size:19px;min-height:60px;width:260px}.nav .primary-nav-link.is-active,.footer-main-nav .primary-nav-link.is-active{color:var(--red)}.nav .primary-nav-link.is-active:after,.footer-main-nav .primary-nav-link.is-active:after{height:4px;background:var(--red)}@media(max-width:1320px){.logo img{width:220px}.nav{gap:16px}.actions{gap:13px}.nav .primary-nav-link,.actions a,.actions button{font-size:20px;letter-spacing:.025em}}@media(max-width:1080px){.nav,.actions .search{display:none}.menu-btn{display:inline-flex!important}.header-in{min-height:94px;padding:8px 0}.actions .account-link,.actions>a{font-size:18px;letter-spacing:.025em}.footer-main-nav{grid-template-columns:1fr 1fr;gap:4px 24px}.footer-main-nav .primary-nav-link{font-size:22px;min-height:54px}}@media(max-width:700px){.mobile-nav .primary-nav-link,.mobile-nav>a,.mobile-nav button{font-size:22px!important;line-height:1.3;min-height:60px;padding:16px 22px!important}.footer-main-nav .primary-nav-link{font-size:22px;min-height:56px}.footer-v7-utility a,.footer-v7-utility .footer-link-button{font-size:19px;min-height:52px}.footer-meta-v7{font-size:16px}.creator-embedded .creator-login-btn{font-size:19px;min-height:60px}}.footer-mobile-label{display:none}@media(max-width:1080px){.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px #00000014}.header-in{width:100%;max-width:none;min-height:0;padding:0;display:flex;flex-wrap:wrap;gap:0}.logo{order:1;width:100%;min-height:96px;display:flex;align-items:center;justify-content:center;padding:14px 24px 10px;border-bottom:1px solid var(--line)}.logo img{width:min(330px,72vw);max-height:72px;object-fit:contain}.nav{display:none!important}.actions{order:2;width:100%;min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:6px 20px}.actions .search{display:none!important}.actions .account-link,.actions>a,.actions .menu-btn{display:flex!important;align-items:center;justify-content:center;min-height:52px;font-size:18px!important;line-height:1.15;letter-spacing:.025em!important;font-weight:900;white-space:nowrap;padding:0 8px;text-decoration:none!important}.actions .account-link{justify-content:flex-start;padding-left:0}.menu-btn{color:var(--blue);border:0;background:transparent}.accent{height:5px}.mobile-nav{position:fixed;z-index:99;top:171px;left:0;right:0;bottom:0;overflow:auto;background:#fff;border:0;border-top:1px solid var(--line);padding:12px 20px 32px;box-shadow:0 14px 28px #0000001a}body.menu-open{overflow:hidden}body.menu-open .mobile-nav{display:block}.mobile-nav .primary-nav-link{display:flex!important;align-items:center;min-height:66px;padding:15px 6px!important;border-top:0!important;border-bottom:1px solid var(--line);font-size:24px!important;line-height:1.2;letter-spacing:.035em!important;font-weight:900;color:#111}.mobile-nav .primary-nav-link.is-active{color:var(--red)!important;border-left:0!important;padding-left:6px!important}.mobile-nav .primary-nav-link.is-active:after{content:"CURRENT";margin-left:auto;font-size:12px;letter-spacing:.12em;color:var(--red)}.mobile-nav .member-mobile{margin-top:18px;border:1px solid #111!important;min-height:58px;display:flex;align-items:center;padding:12px 16px!important;font-size:18px!important;font-weight:900}.mobile-nav>a:not(.primary-nav-link):not(.member-mobile),.mobile-nav .mobile-a11y-button{min-height:54px;display:flex;align-items:center;padding:10px 6px!important;border-top:0!important;border-bottom:1px solid var(--line);font-size:18px!important;letter-spacing:.02em!important;text-transform:none;font-weight:700}.subpage{padding-top:18px}.subhero{margin:14px 10px 0}.subhero-copy{padding:34px 28px}.subhero-copy h1{font-size:clamp(48px,12vw,64px);line-height:.96;margin:14px 0 20px}.subhero-copy p{font-size:20px;line-height:1.6;max-width:34rem}.subhero-img{min-height:42vh}.footer-v7{padding:42px 24px 34px;width:100%;max-width:none}.footer-v7-top{display:block}.footer-brand-v7{text-align:center;padding-bottom:34px;border-bottom:1px solid var(--line)}.footer-brand-v7 .footer-logo{display:inline-flex;justify-content:center}.footer-brand-v7 .footer-logo img{width:min(280px,72vw)}.footer-brand-v7 .footer-note{margin:14px auto 0;max-width:420px;font-size:18px;line-height:1.55}.footer-nav-group{padding-top:30px}.footer-mobile-label{display:block;font-size:13px;line-height:1.2;letter-spacing:.15em;font-weight:900;color:#666;margin:0 0 10px;text-transform:uppercase}.footer-main-nav{display:block}.footer-main-nav .primary-nav-link{width:100%;min-height:62px;display:flex;align-items:center;border-bottom:1px solid var(--line);font-size:22px;line-height:1.2;letter-spacing:.035em;padding:10px 2px}.footer-main-nav .primary-nav-link.is-active:after{left:auto;right:0;bottom:auto;width:36px;height:4px}.footer-help-label{margin-top:32px}.footer-v7-utility{margin-top:0;padding-top:0;border-top:0;display:block}.footer-v7-utility a,.footer-v7-utility .footer-link-button{width:100%;min-height:56px;display:flex;align-items:center;border-bottom:1px solid var(--line);font-size:18px;line-height:1.35;padding:9px 2px;color:#333}.footer-meta-v7{margin-top:30px;padding-top:22px;display:grid;gap:7px;font-size:15px;line-height:1.45;color:#666;text-align:center}.a11y-launch{left:10px;bottom:12px;width:50px;height:50px;min-height:50px;padding:0;border-radius:50%;font-size:0;display:grid;place-items:center}.a11y-launch:after{content:"Aa";font-size:15px;line-height:1;font-weight:900;letter-spacing:-.03em}}@media(max-width:520px){.logo{min-height:88px;padding:12px 18px 8px}.logo img{width:min(286px,76vw)}.actions{min-height:66px;padding:5px 14px;grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.actions .account-link,.actions>a,.actions .menu-btn{font-size:16px!important;min-height:50px;padding:0 5px}.mobile-nav{top:159px;padding-left:16px;padding-right:16px}.mobile-nav .primary-nav-link{font-size:22px!important;min-height:62px}.footer-v7{padding-left:20px;padding-right:20px}.footer-main-nav .primary-nav-link{font-size:21px}.subhero-copy{padding:30px 24px}.subhero-copy h1{font-size:clamp(46px,13vw,58px)}.subhero-copy p{font-size:19px}}body{font-size:18px}.eyebrow,.meta{font-size:15px;line-height:1.35;letter-spacing:.14em}.hero p,.section-head p,.feature-copy p,.shop-copy p,.newsletter p,.voice-info p,.feed-copy p,.rte,.article-wrap,.footer-note{font-size:19px;line-height:1.65}.quick a{font-size:17px;line-height:1.3;letter-spacing:.11em;min-height:58px}.btn,.link,.yt-btn,.newsletter-form button{font-size:16px;line-height:1.2;letter-spacing:.09em;min-height:54px}.card h3{font-size:28px}.card p{font-size:18px;line-height:1.6}.voice-info p,.voice-form textarea,.voice-form input,.voice-form select,.step{font-size:18px}.voice-form h3{font-size:30px}.hint,.trust,.media-upload-note,.video-note,.inline-status{font-size:17px;line-height:1.55}.yt-copy h3{font-size:23px;line-height:1.2}.yt-copy p{font-size:18px;line-height:1.55}.product-card h3{font-size:22px;line-height:1.2}.price,.newsletter-form input{font-size:18px}.footer-mobile-label{font-size:16px}.footer-meta-v7{font-size:18px}.footer-brand-v7 .footer-note{font-size:20px}.feed-details summary{font-size:16px;line-height:1.35}.feed-details div{font-size:18px}.a11y-group h3{font-size:20px}.a11y-actions button,.a11y-note,.a11y-footer{font-size:17px}.create-hub p{font-size:19px}.create-hub-links a{font-size:18px}.creator-embedded .creator-lock-card p,.creator-embedded .creator-head p,.creator-embedded .subhero-copy p{font-size:20px}.creator-embedded .creator-login-btn,.subnav a{font-size:18px}@media(max-width:700px){body{font-size:18px}.eyebrow,.meta{font-size:14px;letter-spacing:.12em}.hero p,.section-head p,.feature-copy p,.shop-copy p,.newsletter p,.voice-info p,.feed-copy p,.footer-note{font-size:19px;line-height:1.6}.quick a{font-size:18px;min-height:62px}.btn,.link,.yt-btn,.newsletter-form button{font-size:17px;min-height:56px}.card p,.yt-copy p,.price,.hint,.trust,.media-upload-note,.video-note{font-size:18px}.card h3{font-size:29px}.yt-copy h3{font-size:24px}.product-card h3{font-size:23px}.footer-mobile-label{font-size:16px}.footer-meta-v7{font-size:18px}.footer-brand-v7 .footer-note{font-size:20px}.footer-v7-utility a,.footer-v7-utility .footer-link-button,.create-hub p{font-size:19px}.create-hub-links a{font-size:18px}.creator-embedded .creator-lock-card p,.creator-embedded .creator-head p,.creator-embedded .subhero-copy p{font-size:19px}.creator-embedded .creator-login-btn{font-size:18px}.subnav a{font-size:19px}}:root{--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}body,button,input,textarea,select{font-family:var(--sans)}body{font-weight:500;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6,.btn,.link,.primary-nav-link,.menu-btn,.actions a,.quick a,.meta,.eyebrow,.chip,.subnav a{font-family:var(--sans);font-weight:700}strong,b,.logo,.page-title,.hero h1,.subhero-copy h1,.section-head h2,.article-feature h3,.article-mini h3,.card h3,.yt-copy h3,.shop-copy h2,.newsletter h2,.voice-info h2{font-weight:700}.meta,.eyebrow{letter-spacing:.1em}.article-mini{align-items:stretch}.article-mini img{min-height:0}.article-mini .copy{display:flex;flex-direction:column;justify-content:center}@media(max-width:700px){#stories .article-stack{display:grid;grid-template-columns:1fr;width:min(100%,620px);margin-left:auto;margin-right:auto;gap:22px}#stories .article-feature,#stories .article-side,#stories .article-mini{width:100%;min-width:0}#stories .article-side{display:grid;grid-template-columns:1fr;gap:22px}#stories .article-mini{display:block;min-height:0}#stories .article-feature img,#stories .article-mini img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}#stories .article-feature .copy,#stories .article-mini .copy{padding:26px 24px;min-height:0}#stories .article-feature h3{font-size:34px;line-height:1.08;margin:10px 0 12px}#stories .article-mini h3{font-size:27px;line-height:1.18;margin:8px 0 12px}#stories .article-feature p,#stories .article-mini p{font-size:18px;line-height:1.55;margin:0}#stories .article-mini .meta,#stories .article-feature .meta{font-size:14px}.read-filter{justify-content:center}}@media(max-width:460px){#stories .article-stack{width:100%}#stories .article-feature .copy,#stories .article-mini .copy{padding:24px 20px}#stories .article-feature h3{font-size:31px}#stories .article-mini h3{font-size:26px}}@media(min-width:1081px){.nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,800px);gap:0;justify-self:center;align-items:center}.nav .primary-nav-link{width:100%;justify-content:center;text-align:center;padding-left:14px;padding-right:14px}.footer-nav-group{width:100%}.footer-main-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,800px);margin-left:auto;margin-right:auto;gap:0}.footer-main-nav .primary-nav-link{width:100%;justify-content:center;text-align:center;padding-left:14px;padding-right:14px}.footer-v7-utility{justify-content:center;text-align:center;gap:10px 32px}.footer-v7-utility a,.footer-v7-utility .footer-link-button,.footer-meta-v7{justify-content:center;text-align:center}}.footer-contact-v15{border-top:1px solid var(--line);margin-top:14px;padding-top:22px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 28px;text-align:center;color:var(--muted);font-size:18px;line-height:1.55}.footer-contact-v15 a{color:inherit;text-decoration:underline;text-underline-offset:4px}.footer-contact-v15 address{font-style:normal;display:flex;flex-wrap:wrap;justify-content:center;gap:0 8px}.footer-contact-v15 address span:empty{display:none}@media(max-width:1080px){.footer-contact-v15{display:grid;gap:8px;margin-top:26px;padding-top:24px;font-size:18px}.footer-contact-v15 address{display:grid;gap:3px}}.footer-contact-v15{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 28px;margin:28px auto 10px;padding-top:24px;border-top:1px solid #d8d8d8;text-align:center;font-size:16px;line-height:1.5}.footer-contact-v15 .footer-contact-heading{flex-basis:100%;font-weight:700;letter-spacing:.12em;font-size:14px}.footer-contact-v15 address{display:flex;flex-wrap:wrap;justify-content:center;gap:0 8px;font-style:normal}.footer-contact-v15 a{color:inherit;text-decoration:none}.footer-contact-v15 a:hover,.footer-contact-v15 a:focus{text-decoration:underline}@media(max-width:749px){.footer-contact-v15{display:grid;gap:10px;margin-top:24px;font-size:17px}.footer-contact-v15 address{display:grid;gap:2px}.footer-contact-v15 .footer-contact-heading{font-size:15px}}.footer-contact-v15{margin:34px auto 12px;padding:30px 0 0;border-top:1px solid var(--line);display:block;text-align:center;color:#2f2f2f}.footer-contact-v15 .footer-contact-heading{margin:0 0 20px;font-size:14px;line-height:1;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#666}.footer-contact-grid{width:min(760px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:0;border:1px solid var(--line);background:#fff}.footer-contact-item{padding:22px 28px;min-height:96px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.footer-contact-item+.footer-contact-item{border-left:1px solid var(--line)}.footer-contact-label{font-size:13px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#777}.footer-contact-item a,.footer-contact-item address{margin:0;color:#222;font-size:17px;line-height:1.5;font-weight:500;text-decoration:none}.footer-contact-item address{display:grid;gap:1px;font-style:normal}.footer-contact-item a:hover,.footer-contact-item a:focus-visible{text-decoration:underline;text-underline-offset:4px}@media(max-width:749px){.footer-contact-v15{margin-top:30px;padding-top:26px}.footer-contact-grid{grid-template-columns:1fr}.footer-contact-item{padding:22px 20px;min-height:auto}.footer-contact-item+.footer-contact-item{border-left:0;border-top:1px solid var(--line)}.footer-contact-item a,.footer-contact-item address{font-size:18px}}:root{--sans:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}body,button,input,textarea,select{font-family:var(--sans);font-weight:400}h1,h2,.hero h1,.subhero-copy h1,.section-head h2,.subhead h2,.newsletter h2,.shop-copy h2,.voice-info h2,.creator-head h1,.policy-page h1,h3,h4,h5,h6,.feature-copy h3,.media-item-copy h3,.article-feature h3,.article-mini h3,.action-card h3,.learn-path h3,.value-card h3,.yt-copy h3,.dashboard-empty h3,.submission-row h3,.btn,.link,.yt-btn,.video-placeholder,.quick a,.subnav a,.chip,.create-hub-links a,.creator-login-btn,.newsletter-form button,.a11y-actions button,.voice-panel button{font-weight:500!important}.meta,.eyebrow,.footer-mobile-label,.status-badge,.creator-form label,.o29-form label,.simple-field,.feed-details summary{font-weight:500!important}strong,b{font-weight:500!important}@media(min-width:901px){.nav .primary-nav-link{font-size:24px!important;line-height:1.2;font-weight:500!important;letter-spacing:.01em!important}.actions .search,.actions .account-link,.actions>a{font-size:16px!important;line-height:1.2;font-weight:500!important;letter-spacing:.015em!important}.actions{gap:18px!important}}@media(min-width:901px)and (max-width:1280px){.nav .primary-nav-link{font-size:20px!important}.actions .search,.actions .account-link,.actions>a{font-size:14px!important}.nav{gap:18px!important}.actions{gap:12px!important}}.footer{display:block!important;visibility:visible!important;opacity:1!important;background:#fff!important;color:var(--ink)!important;border-top:1px solid var(--line)!important;min-height:0!important;width:100%!important;clear:both}.footer-v7{display:block!important;padding:48px 0 34px!important}.footer-v7-top{display:grid!important}.footer-brand-v7,.footer-nav-group,.footer-v7-utility,.footer-contact-v15,.footer-meta-v7{visibility:visible!important;opacity:1!important}.footer-brand-v7 .footer-logo img{filter:none!important}.footer-main-nav .primary-nav-link{font-weight:500!important}.footer-v7-utility a,.footer-v7-utility .footer-link-button,.footer-contact-item a,.footer-contact-item address,.footer-note{font-weight:400!important}.footer-contact-label,.footer-contact-heading{font-weight:500!important}@media(max-width:749px){.footer-v7{padding:38px 20px 30px!important}}.header .nav .primary-nav-link{font-size:24px;font-weight:500;letter-spacing:.01em}.header .actions .search,.header .actions .account-link,.header .actions .bag-link,.header .actions .menu-btn{font-size:16px!important;font-weight:500!important;letter-spacing:.015em!important}.header .actions{gap:18px}.voice-language-field{display:grid;grid-template-columns:auto minmax(180px,260px);gap:12px;align-items:center;margin:14px 0 12px}.voice-language-field label{margin:0!important;font-size:15px!important;font-weight:500!important;color:#555}.voice-language-field select{min-height:46px;width:100%;border:1px solid #8b8b86;background:#fff;padding:10px 12px;font:inherit;font-size:16px}.footer.footer-v24{display:block!important;visibility:visible!important;opacity:1!important;background:#fff!important;color:#111!important;border-top:1px solid var(--line)!important}.footer-v24-inner{padding:50px 0 34px}.footer-v24-brand{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:30px;border-bottom:1px solid var(--line)}.footer-v24 .footer-logo img{width:230px;height:auto;filter:none!important}.footer-v24 .footer-note{margin:14px 0 0;font-size:18px;line-height:1.6;color:#666;max-width:420px}.footer-v24-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px;padding:34px 0 36px}.footer-v24-heading{margin:0 0 18px;font-size:14px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#666}.footer-main-nav-v24,.footer-v24-links{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-main-nav-v24 .primary-nav-link,.footer-v24-links a,.footer-v24-links .footer-link-button{min-height:auto!important;width:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#222!important;text-decoration:none!important;font:inherit!important;font-size:18px!important;line-height:1.5!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}.footer-main-nav-v24 .primary-nav-link.is-active{color:var(--red)!important}.footer-main-nav-v24 .primary-nav-link.is-active:after{display:none!important}.footer-v24-links .footer-privacy-choice{display:inline-flex!important;gap:7px;align-items:center;flex-wrap:wrap}.footer-v24-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-v24-contact-group{margin-bottom:24px}.footer-v24-label{margin-bottom:7px;font-size:13px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#777}.footer-v24-contact a,.footer-v24-contact address{color:#222;font-size:18px;line-height:1.6;font-weight:400;text-decoration:none;font-style:normal}.footer-v24-contact address{display:flex;flex-direction:column}.footer-v24 a:hover,.footer-v24 a:focus-visible,.footer-v24 .footer-link-button:hover,.footer-v24 .footer-link-button:focus-visible{text-decoration:underline!important;text-underline-offset:4px}.footer-meta-v24{border-top:1px solid var(--line);padding-top:22px;display:flex;flex-wrap:wrap;gap:8px 26px;color:#777;font-size:14px;line-height:1.5}@media(max-width:1100px){.header .nav .primary-nav-link{font-size:20px}.header .actions .search,.header .actions .account-link,.header .actions .bag-link,.header .actions .menu-btn{font-size:14px!important}}@media(max-width:900px){.header .actions .account-link,.header .actions .bag-link,.header .actions .menu-btn{font-size:16px!important}.footer-v24-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-v24-contact{grid-column:1 / -1}}@media(max-width:640px){.voice-language-field{grid-template-columns:1fr;gap:6px}.footer-v24-inner{padding:34px 0 28px}.footer-v24-brand{padding-bottom:24px}.footer-v24 .footer-logo img{width:min(220px,72vw)}.footer-v24 .footer-note{font-size:17px}.footer-v24-grid{grid-template-columns:1fr;gap:28px;padding:28px 0}.footer-v24-contact{grid-column:auto}.footer-main-nav-v24 .primary-nav-link,.footer-v24-links a,.footer-v24-links .footer-link-button,.footer-v24-contact a,.footer-v24-contact address{font-size:18px!important}.footer-meta-v24{display:grid;gap:5px;font-size:14px}}.header .actions .account-link,.header .actions .account-link:visited,.header .actions .account-link:hover,.header .actions .account-link:focus-visible{color:var(--green)!important;border-bottom:0!important;box-shadow:none!important;text-decoration:none!important;padding-bottom:0!important}.header .actions .account-link:before,.header .actions .account-link:after{display:none!important;content:none!important}.share-simple-page{padding:34px 0 72px}.share-simple-hub{max-width:1100px;margin:0 auto;text-align:center}.share-simple-hub h1{font-size:clamp(42px,5.3vw,72px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 14px;font-weight:500}.share-simple-hub>p{font-size:20px;line-height:1.6;color:var(--muted);margin:0 auto 30px;max-width:680px}.share-choice-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:28px}.share-choice{min-height:178px;border:1px solid var(--line);background:#fff;padding:24px 18px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;gap:9px;text-decoration:none;transition:border-color .15s ease,transform .15s ease}.share-choice:hover,.share-choice:focus-visible{border-color:#111;transform:translateY(-2px);text-decoration:none}.share-choice-icon{font-size:25px;line-height:1;font-weight:400;margin-bottom:8px}.share-choice strong{font-size:24px;line-height:1.15;font-weight:500;color:#111}.share-choice span:last-child{font-size:16px;line-height:1.45;color:var(--muted)}.share-selected-area{max-width:880px;margin:0 auto}.share-back-link{display:inline-flex;align-items:center;min-height:48px;margin:0 0 16px;font-size:17px;font-weight:500;text-decoration:none}.simple-create-panel{scroll-margin-top:140px}.simple-creator-head{padding:32px 0 22px;border-bottom:1px solid var(--line);margin-bottom:4px}.simple-creator-head .meta{font-size:13px;letter-spacing:.13em;font-weight:500}.simple-creator-head h2{font-size:clamp(38px,5vw,58px);line-height:1.03;letter-spacing:-.04em;font-weight:500;margin:8px 0 12px}.simple-creator-head p{font-size:19px;line-height:1.6;color:var(--muted);max-width:700px;margin:0}.simple-creator-form{background:#fff;border:1px solid var(--line);padding:clamp(24px,4vw,42px);margin-top:18px}.simple-field{margin:0 0 24px}.simple-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.simple-creator-form label{display:block;font-size:18px;line-height:1.35;font-weight:500;margin:0 0 9px}.simple-creator-form input:not([type=checkbox]):not([type=file]),.simple-creator-form select,.simple-creator-form textarea{width:100%;border:1px solid #8d8d88;background:#fff;color:#111;border-radius:0;font:inherit;font-size:18px;line-height:1.5;padding:14px 15px;min-height:54px}.simple-creator-form textarea{min-height:190px;resize:vertical}.simple-creator-form input[type=file]{display:block;width:100%;font-size:17px;border:1px solid var(--line);padding:15px;background:#fafafa}.simple-field-help{font-size:15px;line-height:1.5;color:var(--muted);margin:7px 0 0}.simple-speak-button{margin-top:12px;min-height:54px;font-size:18px!important;padding:12px 20px}.simple-preview-button{width:100%;min-height:58px;font-size:19px!important;margin-top:4px}.simple-preview{margin-top:24px;padding:26px;border:2px solid #111;background:#fafafa}.simple-preview h3{font-size:30px;line-height:1.2;font-weight:500;margin:8px 0 12px}.simple-preview-rating{font-size:22px;margin:6px 0 10px}.simple-preview-subject{font-size:17px;color:var(--muted);margin:0 0 8px}.simple-preview-text{white-space:pre-wrap;font-size:19px;line-height:1.7;margin:14px 0 18px}.simple-preview-note{font-size:15px;line-height:1.55;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;margin-top:18px}.simple-approval{font-size:17px!important;line-height:1.45;margin:20px 0!important}.simple-submit-button{width:100%;min-height:58px;font-size:19px!important}.media-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:12px}.media-preview img,.media-preview video{width:100%;height:180px;object-fit:cover;max-width:none;max-height:none;border:1px solid var(--line);background:#111}.voice-language-field-static select{max-width:100%}.creator-lock-card{max-width:760px;margin:30px auto;padding:42px;background:#fff;border:1px solid var(--line);text-align:center}.creator-lock-card h1{font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1.05;margin:8px 0 14px}.creator-lock-card p{font-size:19px;color:var(--muted)}.creator-login-btn{margin-top:12px;font-size:18px!important;min-height:54px}@media(max-width:1000px){.share-choice-grid{grid-template-columns:repeat(2,1fr)}.share-choice:last-child{grid-column:1 / -1}}@media(max-width:640px){.share-simple-page{padding:20px 0 50px}.share-simple-hub{text-align:left}.share-simple-hub h1{font-size:44px}.share-simple-hub>p{font-size:18px;margin-bottom:20px}.share-choice-grid{grid-template-columns:1fr;gap:10px}.share-choice,.share-choice:last-child{grid-column:auto;min-height:auto;padding:20px}.share-choice strong{font-size:24px}.share-choice span:last-child{font-size:17px}.simple-creator-head{padding-top:20px}.simple-creator-head h2{font-size:40px}.simple-creator-head p{font-size:18px}.simple-creator-form{padding:22px 18px}.simple-two-col{grid-template-columns:1fr;gap:0}.simple-creator-form label{font-size:18px}.simple-creator-form input:not([type=checkbox]):not([type=file]),.simple-creator-form select,.simple-creator-form textarea{font-size:18px;min-height:56px}.simple-creator-form textarea{min-height:180px}.media-preview{grid-template-columns:1fr 1fr}.media-preview img,.media-preview video{height:150px}}.header .accent{display:none!important;height:0!important}.header .actions .account-link,.header .actions .account-link:visited,.header .actions .account-link:hover,.header .actions .account-link:focus-visible,.mobile-nav .member-mobile,.mobile-nav .member-mobile:visited,.mobile-nav .member-mobile:hover,.mobile-nav .member-mobile:focus-visible{color:var(--green)!important;background:transparent!important;border:0!important;border-top:0!important;border-bottom:0!important;box-shadow:none!important;text-decoration:none!important}.header .actions .account-link:before,.header .actions .account-link:after,.mobile-nav .member-mobile:before,.mobile-nav .member-mobile:after{display:none!important;content:none!important}[data-create-router].has-selection .share-simple-hub{display:none!important}.camera-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.o29-camera-button{min-height:52px;font-size:17px!important}body.camera-open{overflow:hidden}.o29-camera-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000000b8;display:grid;place-items:center;padding:18px}.o29-camera-dialog{width:min(720px,100%);max-height:94vh;overflow:auto;background:#fff;border:1px solid #aaa;padding:20px}.o29-camera-dialog h2{font-size:clamp(28px,5vw,44px);margin:6px 0 14px}.o29-camera-stage{position:relative;background:#111;aspect-ratio:4/3;overflow:hidden;display:grid;place-items:center}.o29-camera-stage video{display:block;width:100%;height:100%;object-fit:cover;background:#111}.o29-camera-loading{position:absolute;inset:auto 16px 16px;background:#ffffffeb;padding:10px 12px;font-weight:600}.o29-camera-status{min-height:24px;margin-top:10px;color:#444}.o29-camera-actions{display:flex;gap:10px;margin-top:12px}.o29-camera-actions .btn{flex:1}.o29-camera-actions button:disabled{opacity:.45}@media(max-width:640px){.o29-camera-shell{padding:0}.o29-camera-dialog{width:100%;min-height:100dvh;border:0;padding:16px}.o29-camera-stage{aspect-ratio:3/4}.o29-camera-actions{position:sticky;bottom:0;background:#fff;padding:10px 0}.o29-camera-actions .btn{min-height:56px}}.share-direct-page .share-selected-area{max-width:920px;margin:0 auto}.share-create-tabs{max-width:920px;margin:0 auto 14px;display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:14px}.share-create-tabs a{display:inline-flex;align-items:center;min-height:48px;padding:0 16px;border:1px solid var(--line);background:#fff;font-size:18px;line-height:1.2;font-weight:500;text-decoration:none}.share-create-tabs a.is-active{background:#111;color:#fff;border-color:#111}.simple-speak-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;min-height:58px!important;margin-top:10px!important;padding:0 22px!important;background:#111!important;color:#fff!important;border-color:#111!important;font-size:20px!important;letter-spacing:.01em!important;text-transform:none!important;font-weight:500!important}.simple-speak-button:hover,.simple-speak-button:focus-visible{background:#fff!important;color:#111!important}.o29-native-camera-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.footer-main-nav-v24 .primary-nav-link,.footer-v24-links a,.footer-v24-links .footer-link-button{font-size:24px!important;line-height:1.3!important;font-weight:500!important}.footer-v24-grid{align-items:start}@media(min-width:901px)and (max-width:1280px){.footer-main-nav-v24 .primary-nav-link,.footer-v24-links a,.footer-v24-links .footer-link-button{font-size:20px!important}}@media(max-width:640px){.share-create-tabs{gap:7px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px;-webkit-overflow-scrolling:touch}.share-create-tabs a{flex:0 0 auto;font-size:18px;min-height:50px}.simple-speak-button{width:100%;font-size:20px!important}.footer-main-nav-v24 .primary-nav-link,.footer-v24-links a,.footer-v24-links .footer-link-button{font-size:22px!important;min-height:48px!important;display:flex!important;align-items:center!important}}[data-speak]{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:58px!important;padding:0 24px!important;background:var(--yellow)!important;color:#111!important;border:1px solid #111!important;box-shadow:none!important;font-size:20px!important;line-height:1!important;font-weight:700!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-decoration:none!important}[data-speak]:hover,[data-speak]:focus-visible{background:#f1d75d!important;color:#111!important;border-color:#111!important}[data-speak].recording{background:var(--yellow)!important;color:#111!important;box-shadow:0 0 0 4px #111 inset!important}.footer-main-nav-v24 .primary-nav-link{font-size:24px!important;line-height:1.2!important;font-weight:500!important;letter-spacing:.01em!important;min-height:44px!important;display:flex!important;align-items:center!important}.footer-v24-links a,.footer-v24-links .footer-link-button{font-size:18px!important;line-height:1.5!important;font-weight:400!important}.video-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.o29-video-record-button{min-height:54px!important;font-size:18px!important;gap:9px!important;text-transform:none!important;letter-spacing:.01em!important}.o29-native-video-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}@media(min-width:901px)and (max-width:1280px){.footer-main-nav-v24 .primary-nav-link{font-size:20px!important}}@media(max-width:640px){[data-speak]{width:100%!important;min-height:60px!important;font-size:20px!important}.footer-main-nav-v24 .primary-nav-link{font-size:22px!important;min-height:56px!important}.footer-v24-links a,.footer-v24-links .footer-link-button{font-size:18px!important}.o29-video-record-button{width:100%;min-height:58px!important;font-size:19px!important}}.o29-direct-capture-input{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;z-index:3!important}.o29-native-capture-label,.o29-video-native-fallback,.o29-gallery-native-label{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;overflow:hidden!important;cursor:pointer!important}.o29-video-native-fallback[hidden]{display:none!important}.o29-video-recorder-dialog{width:min(760px,calc(100vw - 28px))!important}.o29-video-stage{aspect-ratio:16/9!important;max-height:70vh!important;background:#111!important}.o29-video-stage video{width:100%!important;height:100%!important;object-fit:cover!important;background:#111!important}.o29-record-indicator{position:absolute;top:14px;left:14px;background:#fff;color:#b40000;padding:8px 10px;font-size:13px;font-weight:900;letter-spacing:.08em;border:1px solid #111}@media(max-width:780px){.o29-camera-button,.o29-video-record-button,.o29-video-native-fallback,.o29-gallery-native-label{width:100%!important;min-height:60px!important;font-size:19px!important}.o29-video-recorder-dialog{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;overflow:auto!important;padding:22px!important}.o29-video-stage{aspect-ratio:9/16!important;max-height:58dvh!important}}.o29-camera-actions[hidden]{display:none!important}.o29-camera-stage video[hidden],.o29-camera-stage img[hidden]{display:none!important}.o29-camera-review-img{display:block;width:100%;height:100%;object-fit:cover;background:#111}.media-preview-item{display:flex;flex-direction:column;gap:8px}.media-remove-button{min-height:48px;font-size:16px!important;width:100%;justify-content:center}@media(max-width:640px){.o29-camera-actions{flex-wrap:wrap}.o29-camera-actions .btn{min-width:100%}.media-remove-button{min-height:52px;font-size:17px!important}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/other29.css.map */
