/* Dedicated brand landing composition. */
body.brand-editorial {
    --fp-black:#000; --fp-dark:#151515; --fp-card:#1a1a1a; --fp-gray:#eaeaea; --fp-gray-card:#dedede;
    --fp-container:min(1320px,calc(100vw - 48px)); --fp-r:40px; --fp-card-r:24px;
    --nav-top: 30px;
    --nav-radius: 16px;
    --nav-h: 66px;
    --nav-pad: 9px 14px 9px 20px;
    --nav-width: min(1560px, calc(100vw - 80px));
    --nav-bg: transparent;
    --nav-border: transparent;
    --nav-shadow: none;
    --nav-blur: none;
    --nav-fg: #fff;
    --nav-scrolled-bg: rgba(226,226,226,.97);
    --nav-scrolled-border: transparent;
    --nav-scrolled-shadow: 0 14px 38px rgba(0,0,0,.09);
    --nav-scrolled-blur: blur(18px);
    --nav-scrolled-fg: #222;
    background:var(--fp-gray); font-family:"Pretendard Variable",Pretendard,sans-serif;
}
body.brand-editorial>.inf-hero,body.brand-editorial>.trust-section,body.brand-editorial>.core-services-section,body.brand-editorial>.process-section,body.brand-editorial>.system-features-section,body.brand-editorial>.value-section,body.brand-editorial>.inf-faq,body.brand-editorial>.inf-cta{display:none!important}
body.brand-editorial nav.brand-top-nav,body.brand-editorial nav.brand-top-nav.is-scrolled{position:fixed;top:var(--nav-top);left:50%!important;right:auto!important;z-index:1400;display:flex;justify-content:space-between;align-items:center;border-radius:var(--nav-radius);transform:translateX(-50%)!important}
body.brand-editorial .brand-top-nav .nav-logo-text{width:82px!important;max-width:82px!important;height:auto}body.brand-editorial .brand-top-nav .nav-menu,body.brand-editorial .brand-top-nav .brand-nav-actions{display:none!important}
.fp-menu-toggle{display:grid;gap:5px;width:22px;height:22px;padding:5px 2px;border:0;background:transparent;cursor:pointer}.fp-menu-toggle span{display:block;width:16px;height:2px;background:#000;transition:transform .22s}.fp-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.fp-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.fp-menu-panel{position:fixed;top:94px;left:50%;z-index:1390;display:grid;width:min(360px,calc(100vw - 32px));padding:20px 20px 28px;border:1px solid #F2F4F6;border-radius:20px;background:#FFFFFF;box-shadow:none;opacity:0;pointer-events:none;transform:translate(-50%,-10px);transition:.22s}.fp-menu-panel.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.fp-menu-panel>a{display:block;min-height:0;margin-top:14px;padding:0;border:0;color:#191F28;background:transparent;font:inherit;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.01em;text-align:left;text-decoration:none;cursor:pointer}.fp-menu-panel>a:first-child{margin-top:0}
body.brand-editorial .brand-scroll-progress{height:2px}body.brand-editorial .brand-scroll-progress span{background:#fff;mix-blend-mode:difference}
.fp-brand-experience{position:relative;z-index:1;overflow:clip;background:#000}.fp-hero{position:relative;display:grid;place-items:center;min-height:max(906px,100vh);overflow:hidden;color:#fff;background:#000;isolation:isolate}.fp-hero-media{position:absolute;right:0;bottom:0;left:0;z-index:-1;height:360px;overflow:hidden;opacity:var(--fp-hero-media-opacity,0)}.fp-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#000,rgba(0,0,0,.54) 44%,rgba(0,0,0,.18))}.fp-hero-media video{width:100%;height:100%;object-fit:cover;object-position:center 34%;filter:saturate(.7) contrast(1.08);transform:scale(calc(1.08 - var(--fp-hero-scale-shift,0)))}
.fp-hero-copy{width:100%;margin-top:-20px;text-align:center}.fp-hero-copy h1{display:flex;flex-direction:column;margin:0;color:#fff;font-size:clamp(70px,5vw,96px);font-weight:500;line-height:.95;letter-spacing:-.052em}.fp-hero-copy h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic}.fp-hero-copy>p{width:330px;margin:34px auto 0;color:rgba(255,255,255,.78);font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-.035em;word-break:keep-all}.fp-hero-action{position:absolute;bottom:102px;left:50%;display:flex;align-items:center;gap:24px;transform:translateX(-50%)}.fp-hero-action p{margin:0;font-size:15px;font-weight:700;white-space:nowrap}.fp-hero-action a,.fp-feature-cta a,.fp-cta-main a{display:inline-flex;justify-content:center;align-items:center;min-height:44px;padding:0 18px;border-radius:10px;color:#000;background:#fff;font-size:15px;font-weight:800;text-decoration:none}
.fp-intro-stack{position:relative;z-index:2;margin-top:-45px;padding-top:160px;border-radius:var(--fp-r);overflow:hidden;background:var(--fp-gray)}.fp-intro-copy{display:grid;grid-template-columns:420px 475px;justify-content:center;gap:92px;min-height:510px;padding-top:38px}.fp-label{display:inline-flex;align-items:center;width:max-content;height:36px;padding:0 13px;border-radius:5px;color:rgba(0,0,0,.48);background:rgba(0,0,0,.04);font-size:13px;font-weight:800}.fp-intro-primary,.fp-intro-secondary{margin:0;font-size:32px;font-weight:650;line-height:1.2;letter-spacing:-.045em;word-break:keep-all}.fp-intro-secondary{margin-top:38px;color:rgba(0,0,0,.35)}.fp-intro-secondary mark{padding:1px 7px 3px;border-radius:5px;color:#000;background:#fff}
.fp-intro-visual{position:relative;width:calc(100% - 24px);height:577px;margin:0 12px;border-radius:var(--fp-card-r);overflow:hidden;background:#cfc7bd}.fp-intro-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,25,22,.16),rgba(66,30,15,.26))}.fp-intro-visual>img{width:100%;height:100%;object-fit:cover;object-position:center 37%;filter:saturate(.52) sepia(.12) contrast(1.02);transform:scale(1.08)}.fp-flow-bars{position:absolute;bottom:44px;left:50%;z-index:2;width:490px;transform:translateX(-50%)}.fp-flow-bars>div{display:grid;grid-template-columns:122px 1fr 62px;align-items:center;min-height:50px;margin-top:10px;padding:0 14px;border-radius:10px;color:#fff;background:rgba(31,16,10,.46);backdrop-filter:blur(12px);font-size:14px;font-weight:750}.fp-flow-bars i{display:block;height:2px;background:rgba(255,255,255,.3)}.fp-flow-bars i b{display:block;width:50%;height:2px;background:#fff}.fp-flow-bars strong{text-align:right;font-size:12px}
.fp-difference{width:var(--fp-container);margin:0 auto;padding:150px 0 115px}.fp-overline{width:430px;margin:0 0 24px;color:rgba(0,0,0,.55);font-size:30px;font-weight:650;line-height:1.1;letter-spacing:-.04em}.fp-difference h2{margin:0 0 74px;font-size:clamp(68px,5vw,96px);font-weight:500;line-height:.95;letter-spacing:-.058em}.fp-difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fp-difference-grid article{display:flex;flex-direction:column;min-height:350px;padding:38px 40px 34px;border-radius:var(--fp-card-r);background:var(--fp-gray-card)}.fp-difference-grid article>b{font-size:34px}.fp-difference-grid h3{margin:auto 0 18px;font-size:19px;letter-spacing:-.035em}.fp-difference-grid p{margin:0;color:rgba(0,0,0,.5);font-size:17px;font-weight:550;line-height:1.25;letter-spacing:-.035em;word-break:keep-all}
.fp-feature-stage{position:relative;min-height:3100px;color:#fff;background:#1e251f;isolation:isolate}.fp-feature-backdrop{position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 18% 56%,rgba(188,132,39,.65),transparent 36%),radial-gradient(circle at 72% 20%,rgba(55,33,18,.7),transparent 38%),linear-gradient(90deg,#4b3720,#151e18 72%)}.fp-feature-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,28,18,.3),rgba(9,17,12,.34));backdrop-filter:blur(18px)}.fp-feature-layout{display:grid;grid-template-columns:660px 555px;justify-content:space-between;gap:100px;width:var(--fp-container);margin:auto}.fp-feature-nav{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column;height:calc(100vh - 140px);min-height:690px;padding-top:25px}.fp-feature-nav h2{width:520px;margin:0 0 36px;font-size:46px;font-weight:500;line-height:.95;letter-spacing:-.05em}.fp-feature-nav nav{display:grid;justify-items:start;gap:7px}.fp-feature-nav nav a{padding:7px 12px;border-radius:5px;color:rgba(255,255,255,.42);background:rgba(0,0,0,.16);font-size:16px;font-weight:700;text-decoration:none}.fp-feature-nav nav a.is-active{color:#fff;background:rgba(0,0,0,.32)}.fp-feature-cta{margin-top:auto;padding-bottom:14px}.fp-feature-cta p{margin:0 0 18px;font-size:15px;font-weight:700;line-height:1.22}.fp-feature-cards{display:grid;gap:240px;padding:160px 0 240px}.fp-feature-card{display:flex;flex-direction:column;min-height:640px;padding:38px;border:1px solid rgba(255,255,255,.1);border-radius:var(--fp-card-r);background:rgba(11,18,13,.52);backdrop-filter:blur(12px)}.fp-feature-card header{margin-bottom:28px}.fp-feature-card header>b{display:block;margin-bottom:16px;font-size:32px}.fp-feature-card h3{margin:0;font-size:24px}.fp-feature-card>p{margin:auto 0 0;padding-top:28px;color:rgba(255,255,255,.58);font-size:16px;font-weight:600;line-height:1.22;word-break:keep-all}
.fp-ui{min-height:340px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(0,0,0,.28)}.fp-ui-head,.fp-ui-metric{display:flex;justify-content:space-between;align-items:center}.fp-ui-head{margin-bottom:16px;color:rgba(255,255,255,.62);font-size:12px}.fp-ui-head strong{color:#c8f4da}.fp-ui-metric{margin-bottom:14px;padding:16px;border-radius:12px;background:rgba(255,255,255,.06);font-size:13px}.fp-product{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;margin-top:9px;padding:10px;border-radius:12px;background:rgba(255,255,255,.06)}.fp-product img{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#fff}.fp-product span{font-size:13px;font-weight:700}.fp-product small{display:block;margin-top:4px;color:rgba(255,255,255,.45);font-size:11px}.fp-product>b{color:#c8f4da;font-size:11px}.fp-product-large{grid-template-columns:92px 1fr;padding:16px}.fp-product-large img{width:92px;height:140px}.fp-product-large strong{display:block;margin-top:8px;font-size:18px}.fp-ui-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.fp-ui-stats span{padding:14px;border-radius:12px;color:rgba(255,255,255,.5);background:rgba(255,255,255,.06);font-size:11px}.fp-ui-stats b{display:block;margin-top:6px;color:#fff;font-size:16px}.fp-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fp-review-grid img{width:100%;height:220px;border-radius:14px;object-fit:cover;background:#fff}.fp-progress{margin-top:16px;font-size:12px}.fp-progress i{display:block;height:4px;margin-bottom:9px;border-radius:99px;background:rgba(255,255,255,.12)}.fp-progress i b{display:block;width:87%;height:100%;border-radius:inherit;background:#c8f4da}
.fp-operations{position:relative;z-index:3;margin-top:-40px;padding:155px 0 120px;border-radius:var(--fp-r);color:#fff;background:var(--fp-dark)}.fp-operations-intro{display:grid;grid-template-columns:68px 560px;justify-content:center;gap:58px;min-height:410px}.fp-operations-intro .fp-label{color:rgba(255,255,255,.44);background:rgba(255,255,255,.05)}.fp-operations-intro h2{margin:0;color:rgba(255,255,255,.42);font-size:32px;line-height:1.1}.fp-operations-intro h2 strong{color:#fff}.fp-operations-card{display:grid;grid-template-columns:370px 1fr;gap:70px;width:var(--fp-container);min-height:700px;margin:auto;padding:54px 58px;border-radius:var(--fp-card-r);background:var(--fp-card)}.fp-operations-list{align-self:center}.fp-operations-list article{margin-bottom:10px;padding:0 22px;border-radius:12px;background:rgba(255,255,255,.05)}.fp-operations-list button{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:62px;padding:0;border:0;color:#fff;background:transparent;font:inherit;font-size:18px;font-weight:750;cursor:pointer}.fp-operations-list p{max-height:0;margin:0;overflow:hidden;color:rgba(255,255,255,.54);font-size:15px;line-height:1.35;transition:.24s}.fp-operations-list article.is-open p{max-height:120px;padding-bottom:22px}
.fp-dashboard{position:relative;min-height:570px}.fp-panel{position:absolute;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#111;box-shadow:0 30px 90px rgba(0,0,0,.28)}.fp-panel-main{top:0;left:0;width:410px;min-height:530px;transform:rotate(-2deg)}.fp-panel-side{right:0;bottom:0;width:350px;min-height:450px;transform:rotate(2.5deg)}.fp-panel small{display:flex;justify-content:space-between;color:rgba(255,255,255,.48)}.fp-panel small b{color:#bff0d3}.fp-panel h3{margin:42px 0 24px;font-size:24px}.fp-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fp-kpis span,.fp-panel>p{padding:16px;border-radius:14px;color:rgba(255,255,255,.45);background:rgba(255,255,255,.06);font-size:12px}.fp-kpis b{display:block;margin-top:7px;color:#fff;font-size:20px}.fp-panel>p{display:flex;margin:8px 0 0}.fp-panel>p b{margin-left:auto;color:#fff}.fp-chart{display:flex;align-items:end;gap:9px;height:150px;margin:32px 0 24px}.fp-chart i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(#bff0d3,rgba(191,240,211,.1))}.fp-chart i:nth-child(1){height:32%}.fp-chart i:nth-child(2){height:48%}.fp-chart i:nth-child(3){height:42%}.fp-chart i:nth-child(4){height:72%}.fp-chart i:nth-child(5){height:92%}
.fp-cta-scene{position:relative;min-height:906px;overflow:hidden;color:#fff;background:#8b211f}.fp-cta-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(142,13,38,.48),rgba(94,18,21,.64))}.fp-cta-scene>img{position:absolute;inset:-8% -10%;width:120%;height:116%;object-fit:cover;object-position:42% 36%;filter:saturate(1.55) sepia(.25) hue-rotate(315deg) contrast(1.12) blur(1px)}.fp-cta-main,.fp-cta-steps{position:absolute;z-index:2}.fp-cta-main{top:135px;right:max(15.6vw,160px);width:510px;text-align:right}.fp-cta-main h2{margin:0 0 38px;font-size:66px;line-height:1}.fp-cta-steps{bottom:78px;left:max(15.6vw,160px)}.fp-cta-steps h3{margin:0 0 30px;font-size:31px}.fp-cta-steps div{display:flex;flex-wrap:wrap;gap:8px}.fp-cta-steps span{padding:11px 14px;border-radius:6px;background:rgba(30,0,0,.34);font-size:13px;font-weight:750}
.fp-faq{position:relative;z-index:4;margin-top:-120px;padding:160px 0 170px;border-radius:var(--fp-r) var(--fp-r) 0 0;background:var(--fp-gray)}.fp-faq-intro{display:grid;grid-template-columns:68px 560px;justify-content:center;gap:44px;margin-bottom:74px}.fp-faq-intro h2{margin:0;color:rgba(0,0,0,.5);font-size:32px;line-height:1.18}.fp-faq-intro a{display:inline-block;padding:1px 7px 3px;border-radius:5px;background:#fff;color:inherit;font:inherit;text-decoration:none}.fp-faq-intro a:hover,.fp-faq-intro a:focus-visible{color:#c81d67}.fp-faq-mount{width:670px;margin:auto}.fp-faq-mount .faq-container{width:100%;max-width:none;margin:0}.fp-faq-mount .faq-item,.fp-faq-mount .faq-empty-state{margin-bottom:10px;border:0;border-radius:20px;background:#dedede;box-shadow:none}.fp-faq-mount .faq-question{min-height:74px;padding:0 28px;color:#000;font-size:17px}.fp-faq-mount .faq-answer-content{padding:0 28px 26px;color:rgba(0,0,0,.5);font-size:15px;line-height:1.35}
body.brand-editorial .landing-footer{position:relative;z-index:5;min-height:640px;margin:0;padding:285px 12px 12px;overflow:visible;color:rgba(255,255,255,.62);background:var(--fp-gray)}body.brand-editorial .landing-footer:before{content:"판매는 더 선명하게\A 운영은 더 가볍게";position:absolute;top:20px;right:0;left:0;width:100%;margin:0;padding:0;border:0;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.02));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(78px,6.3vw,120px);font-weight:600;line-height:.84;letter-spacing:-.06em;text-align:center;white-space:pre}body.brand-editorial .landing-footer:after{display:none}body.brand-editorial .landing-footer .footer-content,body.brand-editorial .landing-footer .footer-business-info,body.brand-editorial .landing-footer .footer-bottom{width:100%;max-width:none;margin:0;color:inherit;background:var(--fp-dark)}body.brand-editorial .landing-footer .footer-content{padding:54px 40px 34px;border-radius:24px 24px 0 0;transform:translateY(calc((1 - var(--fp-footer-progress,1))*110px)) scale(calc(.95 + var(--fp-footer-progress,1)*.05));transform-origin:center bottom}body.brand-editorial .landing-footer .footer-business-info{padding:22px 40px;border:0}body.brand-editorial .landing-footer .footer-bottom{padding:24px 40px 32px;border-radius:0 0 24px 24px}body.brand-editorial .landing-footer .footer-logo .krewpick-mobile-wordmark{width:112px!important;filter:brightness(0) invert(1)}body.brand-editorial .landing-footer .footer-symbol{display:none}
@media(max-width:1100px){body.brand-editorial{--fp-container:min(calc(100vw - 48px),960px)}.fp-feature-layout{grid-template-columns:minmax(0,1fr) 480px;gap:44px}.fp-feature-nav h2{width:auto;font-size:40px}.fp-operations-card{grid-template-columns:310px 1fr;gap:34px;padding:42px}.fp-panel-main{width:360px}.fp-panel-side{width:300px}}
@media(max-width:768px){body.brand-editorial{--fp-container:calc(100vw - 40px);--fp-r:20px;--fp-card-r:20px;--nav-width:146px;--nav-pad:0 16px}body.brand-editorial nav.brand-top-nav,body.brand-editorial nav.brand-top-nav.is-scrolled{top:16px}.fp-menu-panel{top:80px}.fp-hero{min-height:844px}.fp-hero-media{inset:0;height:auto;opacity:1!important}.fp-hero-media:after{background:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.14) 43%,rgba(0,0,0,.62))}.fp-hero-media video{object-position:center 36%;filter:saturate(.76);transform:scale(1.02)}.fp-hero-copy{align-self:end;margin:0 0 274px;padding:0 20px}.fp-hero-copy h1{font-size:clamp(43px,12vw,54px)}.fp-hero-copy>p{width:100%;max-width:310px;margin-top:24px;font-size:14px}.fp-hero-action{bottom:100px;display:grid;gap:14px;width:calc(100% - 40px);text-align:center}.fp-hero-action p{padding:17px 16px;border-radius:10px;background:rgba(0,0,0,.32);white-space:normal}.fp-hero-action a{justify-self:center}.fp-intro-stack{margin-top:-44px;padding-top:100px}.fp-intro-copy{display:block;min-height:650px;padding:0 20px}.fp-intro-copy>div{margin-top:40px}.fp-intro-primary,.fp-intro-secondary{font-size:28px}.fp-intro-secondary{margin-top:42px}.fp-intro-visual{height:620px}.fp-intro-visual>img{object-position:56% center}.fp-flow-bars{width:calc(100% - 28px)}.fp-flow-bars>div{grid-template-columns:82px 1fr 48px;font-size:12px}.fp-difference{padding:110px 0 90px}.fp-overline{width:290px;font-size:24px}.fp-difference h2{font-size:52px}.fp-difference-grid{grid-template-columns:1fr}.fp-difference-grid article{min-height:300px}.fp-feature-stage{min-height:0}.fp-feature-layout{display:block;width:100%}.fp-feature-nav{position:relative;top:auto;height:auto;min-height:0;padding:90px 20px 20px}.fp-feature-nav h2{width:100%;font-size:39px}.fp-feature-nav nav{display:flex;flex-wrap:wrap}.fp-feature-cta{display:none}.fp-feature-cards{gap:24px;padding:28px 20px 110px}.fp-feature-card{min-height:620px;padding:26px}.fp-ui{padding:14px}.fp-operations{padding:100px 0 80px}.fp-operations-intro{display:block;min-height:380px;padding:0 20px}.fp-operations-intro h2{margin-top:38px;font-size:28px}.fp-operations-card{display:block;width:calc(100% - 24px);min-height:980px;padding:20px}.fp-dashboard{min-height:610px;margin-top:44px}.fp-panel-main{width:92%}.fp-panel-side{width:84%}.fp-cta-scene{min-height:844px}.fp-cta-scene>img{inset:0;width:100%;height:100%;object-position:58% center}.fp-cta-main{top:118px;right:20px;width:310px}.fp-cta-main h2{font-size:48px}.fp-cta-steps{bottom:66px;left:20px;width:calc(100% - 40px)}.fp-cta-steps h3{font-size:28px}.fp-faq{padding:100px 20px 120px}.fp-faq-intro{display:block}.fp-faq-intro h2{margin-top:32px;font-size:28px}.fp-faq-mount{width:100%}body.brand-editorial .landing-footer{min-height:900px;padding:250px 12px 12px}body.brand-editorial .landing-footer:before{top:30px;font-size:54px}}
@media(prefers-reduced-motion:reduce){.fp-hero-media video,body.brand-editorial .landing-footer .footer-content{transform:none}}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper{width:112px!important;max-width:112px!important;height:auto!important;overflow:hidden!important}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{width:112px!important;max-width:112px!important;height:auto!important}
.fp-menu-panel-logo{display:block;width:auto;height:20px;margin:0 0 20px;justify-self:start}
.fp-menu-panel-label{display:block;margin-top:28px;padding:0 0 8px;border-bottom:1px solid #F2F4F6;color:#8B95A1;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.02em}
.fp-menu-panel-label:first-child,.fp-menu-panel-logo+.fp-menu-panel-label{margin-top:0}
.fp-menu-panel-cta{margin-top:24px;text-align:center}
.fp-menu-panel .fp-menu-login{display:inline-flex;justify-content:center;align-items:center;width:min(200px,100%);min-height:44px;padding:0 16px;border:0;border-radius:22px;color:#fff;background:#191F28;font:inherit;font-size:15px;font-weight:700;text-align:center;cursor:pointer}
.fp-menu-panel-signup{margin:8px 0 0;color:#8B95A1;font-size:14px;font-weight:500;line-height:20px}
.fp-menu-panel-signup a{color:#191F28;font-weight:600;text-decoration:none}
.fp-menu-panel>a:hover,.fp-menu-panel>a:active,.fp-menu-panel-signup a:hover{color:#4E5968}

/* Brand landing motion and section layout tokens. */
body.brand-editorial{
    --fp-edge:max(60px,calc((100vw - 1320px)/2));
    --fp-container:min(1320px,calc(100vw - 120px));
    --fp-motion-ease:cubic-bezier(.44,0,.56,1);
    --fp-cta-lift:-450px;
    --fp-stack-lift:-120px;
    --fp-footer-y:-72px;
    --fp-footer-scale:.965;
}
html.fp-smooth-scroll,html.fp-smooth-scroll body{scroll-behavior:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}
html.fp-scroll-locked{overflow:clip!important}
html.fp-smooth-scroll::-webkit-scrollbar,html.fp-smooth-scroll body::-webkit-scrollbar,html.fp-smooth-scroll *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}
body.brand-editorial .fp-feature-backdrop,body.brand-editorial .fp-feature-card,body.brand-editorial .fp-cta-scene,body.brand-editorial .fp-cta-scene>img,body.brand-editorial .fp-faq,body.brand-editorial .landing-footer{will-change:transform,opacity;backface-visibility:hidden}
body.brand-editorial .fp-brand-experience{opacity:0;transform:translate3d(0,10px,0);transition:opacity .7s var(--fp-motion-ease),transform .7s var(--fp-motion-ease)}
body.brand-editorial.fp-page-ready .fp-brand-experience{opacity:1;transform:none}
body.brand-editorial .fp-reveal{opacity:.001;transform:translate3d(0,32px,0);transition:opacity .7s var(--fp-motion-ease),transform .7s var(--fp-motion-ease)}
body.brand-editorial .fp-reveal.fp-reveal-x{transform:translate3d(15px,0,0)}
body.brand-editorial .fp-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}
body.brand-editorial .fp-difference-grid .fp-reveal:nth-child(2){transition-delay:.07s}
body.brand-editorial .fp-difference-grid .fp-reveal:nth-child(3){transition-delay:.14s}
body.brand-editorial .fp-cta-steps h3{line-height:1.14}
body.brand-editorial .fp-intro-primary,body.brand-editorial .fp-intro-secondary{font-size:40px;font-weight:700;letter-spacing:-.04em}
body.brand-editorial .fp-intro-primary{line-height:1.4}
body.brand-editorial .fp-intro-secondary{margin-top:48px;color:rgba(0,0,0,.46);line-height:1.48}
body.brand-editorial .fp-intro-secondary mark{font-weight:750}
body.brand-editorial .fp-intro-copy{min-height:640px}
body.brand-editorial .fp-intro-copy>.fp-label,body.brand-editorial .fp-intro-primary,body.brand-editorial .fp-intro-secondary{transform:translate3d(0,var(--fp-intro-text-y,0px),0);will-change:transform;backface-visibility:visible}
body.brand-editorial .fp-generated-mockup{display:block;width:100%;height:auto;border:1px solid rgba(255,255,255,.2);border-radius:18px;object-fit:contain;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.22);image-rendering:auto}
body.brand-editorial .fp-difference{width:min(1760px,calc(100vw - 16px))}
body.brand-editorial .fp-focus-banner{position:relative;min-height:720px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:34px;color:#fff;background:radial-gradient(circle at 76% 42%,rgba(217,30,99,.11),transparent 34%),radial-gradient(circle at 98% 10%,rgba(132,132,142,.08),transparent 26%),#070707;box-shadow:none;isolation:isolate}
body.brand-editorial .fp-focus-banner>header{position:absolute;top:30px;left:30px;z-index:5;display:flex;align-items:center;gap:54px}
body.brand-editorial .fp-focus-banner>header span{font-size:40px;font-weight:500;line-height:1}
body.brand-editorial .fp-focus-banner>header strong{font-size:34px;font-weight:650;letter-spacing:-.04em}
body.brand-editorial .fp-focus-copy{position:absolute;bottom:46px;left:30px;z-index:5;width:43%}
body.brand-editorial .fp-focus-copy p{margin:0 0 10px;color:rgba(255,255,255,.9);font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.04em}
body.brand-editorial .fp-focus-copy h2{margin:0 0 28px;color:rgba(255,255,255,.48);font-size:clamp(42px,3.5vw,64px);font-weight:720;line-height:1.02;letter-spacing:-.06em;word-break:keep-all}
body.brand-editorial .fp-focus-copy a{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:0 18px;border-radius:10px;color:#111;background:#fff;font-size:14px;font-weight:800;text-decoration:none}
body.brand-editorial .fp-focus-mockups{position:absolute;top:0;right:0;bottom:0;z-index:2;width:66%}
body.brand-editorial .fp-focus-mockups:before{content:"";position:absolute;inset:0 auto 0 -1px;z-index:5;width:24%;background:linear-gradient(90deg,#070807,rgba(7,8,7,.78) 34%,transparent);pointer-events:none}
body.brand-editorial .fp-focus-screen{position:absolute;width:35%;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:#fff;filter:drop-shadow(0 28px 34px rgba(0,0,0,.42));transform-origin:center;will-change:transform}
body.brand-editorial .fp-focus-screen img{display:block;width:100%;height:auto}
body.brand-editorial .fp-focus-screen-product{top:128px;left:5%;z-index:1;transform:scale(.84)}
body.brand-editorial .fp-focus-screen-matching{top:76px;left:33%;z-index:3;transform:scale(.92)}
body.brand-editorial .fp-focus-screen-operations{top:128px;left:61%;z-index:2;transform:scale(.84)}

body.brand-editorial .fp-operations-intro{min-height:300px}
body.brand-editorial .fp-operations-card{grid-template-columns:330px minmax(0,1fr);gap:42px;min-height:680px;padding:42px;border:1px solid rgba(255,255,255,.06);background:#242424}
body.brand-editorial .fp-operations-list article{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);transition:background .22s ease,border-color .22s ease,color .22s ease}
body.brand-editorial .fp-operations-list article.is-open{color:#111;border-color:#f0f0ec;background:#f0f0ec}
body.brand-editorial .fp-operations-list article.is-open button{color:#111}
body.brand-editorial .fp-operations-list button:focus-visible{outline:2px solid #b68a48;outline-offset:2px;border-radius:10px}
body.brand-editorial .fp-operations-list article.is-open p{color:rgba(0,0,0,.58)}
body.brand-editorial .fp-operation-console{align-self:stretch;min-width:0;padding:26px;border-radius:26px;color:#111;background:#f2f2ee;box-shadow:0 26px 70px rgba(0,0,0,.22)}
body.brand-editorial .fp-operation-console>header{display:flex;justify-content:space-between;align-items:center;padding:2px 4px 22px;border-bottom:1px solid rgba(0,0,0,.08);font-size:14px;font-weight:800}
body.brand-editorial .fp-operation-console>header b{padding:7px 10px;border-radius:7px;color:#24513a;background:#e4f0e8;font-size:11px}
body.brand-editorial .fp-operation-screen{display:none;padding-top:24px}
body.brand-editorial .fp-operation-screen.is-active{display:block;animation:fpConsoleIn .34s cubic-bezier(.22,.61,.36,1)}
@keyframes fpConsoleIn{from{opacity:.001;transform:translateY(12px)}to{opacity:1;transform:none}}
body.brand-editorial .fp-console-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
body.brand-editorial .fp-console-kpis span,body.brand-editorial .fp-console-summary span{padding:18px;border:1px solid rgba(0,0,0,.06);border-radius:16px;color:rgba(0,0,0,.48);background:#fff;font-size:12px}
body.brand-editorial .fp-console-kpis b,body.brand-editorial .fp-console-summary b{display:block;margin-top:8px;color:#111;font-size:23px}
body.brand-editorial .fp-console-pipeline{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:12px;margin:20px 0;padding:22px;border-radius:18px;background:#191d1a;color:#fff;font-size:13px;font-weight:750;text-align:center}
body.brand-editorial .fp-console-pipeline i{height:2px;background:linear-gradient(90deg,#b68a48,#86b69b)}
body.brand-editorial .fp-console-rows{display:grid;gap:9px}
body.brand-editorial .fp-console-rows p{display:flex;justify-content:space-between;align-items:center;margin:0;padding:15px 17px;border:1px solid rgba(0,0,0,.06);border-radius:14px;color:#222;background:#fff;font-size:13px;font-weight:700}
body.brand-editorial .fp-console-rows p b{color:#38684e;font-size:12px}
body.brand-editorial .fp-console-map{position:relative;height:180px;margin-bottom:18px;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 22% 58%,rgba(182,138,72,.2),transparent 28%),radial-gradient(circle at 68% 34%,rgba(65,116,83,.2),transparent 30%),#fff}
body.brand-editorial .fp-console-map:before{content:"";position:absolute;inset:50% 12%;height:2px;background:linear-gradient(90deg,#b68a48,#4d8062)}
body.brand-editorial .fp-console-map i{position:absolute;top:calc(50% - 7px);width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#517d64;box-shadow:0 0 0 2px rgba(81,125,100,.22)}
body.brand-editorial .fp-console-map i:nth-child(1){left:18%}body.brand-editorial .fp-console-map i:nth-child(2){left:48%}body.brand-editorial .fp-console-map i:nth-child(3){left:78%}
body.brand-editorial .fp-console-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}
body.brand-editorial .fp-console-chart{display:flex;align-items:end;gap:10px;height:170px;margin:20px 0;padding:22px 20px 0;border-radius:18px;background:#fff}
body.brand-editorial .fp-console-chart i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(#c4a56e,#e9e1d2)}
body.brand-editorial .fp-console-chart i:nth-child(1){height:28%}body.brand-editorial .fp-console-chart i:nth-child(2){height:42%}body.brand-editorial .fp-console-chart i:nth-child(3){height:38%}body.brand-editorial .fp-console-chart i:nth-child(4){height:61%}body.brand-editorial .fp-console-chart i:nth-child(5){height:74%}body.brand-editorial .fp-console-chart i:nth-child(6){height:92%}

@media(min-width:1101px){
    body.brand-editorial .fp-difference{padding-top:85px}
    body.brand-editorial .fp-intro-stack{border-radius:40px 40px 0 0}
    body.brand-editorial .fp-intro-copy{grid-template-columns:clamp(240px,18vw,280px) minmax(0,min(820px,calc(100vw - 380px)));gap:clamp(48px,4vw,72px)}
    body.brand-editorial .fp-feature-stage{box-sizing:border-box;min-height:2081px;height:2081px;padding:160px 60px 120px;overflow:clip}
    body.brand-editorial .fp-feature-layout{grid-template-columns:464px 556px;justify-content:center;gap:300px;width:1320px;min-height:1801px;margin:auto;transform:none}
    body.brand-editorial .fp-feature-nav{top:100px;height:80vh;min-height:0;padding:0;justify-content:space-between}
    body.brand-editorial .fp-feature-nav h2{width:464px}
    body.brand-editorial .fp-feature-cards{gap:40px;padding:0}
    body.brand-editorial .fp-feature-card{box-sizing:border-box;width:556px;min-height:580px;height:580px;padding:40px}
    body.brand-editorial .fp-feature-card:nth-child(even){min-height:561px;height:561px}
    body.brand-editorial .fp-feature-card>p{padding-top:18px}
    body.brand-editorial .fp-ui{min-height:320px}
    body.brand-editorial .fp-operations{box-sizing:border-box;height:1220px;min-height:1220px;margin-top:-40px;padding:140px 0 100px;border-radius:40px;overflow:hidden}
    body.brand-editorial .fp-cta-scene{height:106vh;min-height:106vh;margin-top:0;transform:translate3d(0,var(--fp-cta-lift),0)}
    body.brand-editorial .fp-cta-main{top:120px;right:var(--fp-edge);width:487px}
    body.brand-editorial .fp-cta-steps{bottom:187px;left:var(--fp-edge);width:487px}
    body.brand-editorial .fp-cta-main h2{font-size:66px}
    body.brand-editorial .fp-faq{margin-top:-40px;padding-bottom:252px;border-radius:40px 40px 0 0;transform:translate3d(0,var(--fp-stack-lift),0)}
    body.brand-editorial .landing-footer{box-sizing:border-box;height:652px;min-height:652px;max-height:652px;padding:202px 12px 12px;border-radius:0;transform:translate3d(0,var(--fp-stack-lift),0)}
    body.brand-editorial .landing-footer:before{top:20px}
    body.brand-editorial .fp-footer-card{top:0;width:auto!important;height:438px;min-height:438px;max-height:438px;margin-right:0;margin-left:0}
    body.brand-editorial .fp-footer-card .footer-content{box-sizing:border-box;height:232px;min-height:232px;max-height:232px;overflow:hidden}
    body.brand-editorial .fp-footer-card .footer-business-info{box-sizing:border-box;height:126px;min-height:126px;max-height:126px;overflow:hidden}
    body.brand-editorial .fp-footer-card .footer-bottom{box-sizing:border-box;height:80px;min-height:80px;max-height:80px;overflow:hidden}
    body.brand-editorial .fp-footer-card .footer-business-text{font-size:11px;line-height:1.35}
}
@media(max-width:1100px){body.brand-editorial{--fp-container:min(calc(100vw - 48px),960px);--fp-cta-lift:0px}body.brand-editorial .fp-cta-scene{margin-top:0;transform:none}body.brand-editorial .fp-faq{margin-top:-120px;padding-bottom:170px;transform:none}}
@media(max-width:1100px) and (min-width:769px){body.brand-editorial .fp-intro-copy{grid-template-columns:240px minmax(0,calc(100vw - 360px));gap:48px;min-height:640px;padding-right:24px;padding-left:24px}body.brand-editorial .fp-intro-primary,body.brand-editorial .fp-intro-secondary{font-size:36px}body.brand-editorial .fp-intro-primary{line-height:1.4}body.brand-editorial .fp-intro-secondary{line-height:1.48}}
@media(max-width:768px){body.brand-editorial{--fp-container:calc(100vw - 40px)}body.brand-editorial .fp-intro-copy{min-height:720px}body.brand-editorial .fp-intro-primary,body.brand-editorial .fp-intro-secondary{font-size:32px;font-weight:700;letter-spacing:-.035em}body.brand-editorial .fp-intro-primary{line-height:1.4}body.brand-editorial .fp-intro-secondary{margin-top:48px;line-height:1.48}body.brand-editorial .fp-faq{padding-bottom:120px}}
@media(max-width:1100px) and (min-width:769px){body.brand-editorial .fp-focus-banner{min-height:660px}body.brand-editorial .fp-focus-banner>header{gap:34px}body.brand-editorial .fp-focus-copy{width:46%}body.brand-editorial .fp-focus-copy p{font-size:20px}body.brand-editorial .fp-focus-copy h2{font-size:44px}body.brand-editorial .fp-focus-mockups{width:64%}body.brand-editorial .fp-focus-screen{width:35%}body.brand-editorial .fp-operations-card{grid-template-columns:280px minmax(0,1fr);gap:24px;padding:28px}}
@media(max-width:768px){body.brand-editorial .fp-focus-banner{min-height:980px;border-radius:24px}body.brand-editorial .fp-focus-banner>header{top:24px;left:20px;gap:22px}body.brand-editorial .fp-focus-banner>header span{font-size:30px}body.brand-editorial .fp-focus-banner>header strong{font-size:24px}body.brand-editorial .fp-focus-copy{top:112px;bottom:auto;left:20px;width:calc(100% - 40px)}body.brand-editorial .fp-focus-copy p{font-size:18px}body.brand-editorial .fp-focus-copy h2{font-size:40px;line-height:1.05}body.brand-editorial .fp-focus-mockups{top:430px;right:0;bottom:0;width:100%}body.brand-editorial .fp-focus-mockups:before{display:none}body.brand-editorial .fp-focus-screen{width:46%;border-radius:20px}body.brand-editorial .fp-focus-screen-product{top:132px;left:-1%;transform:scale(.84)}body.brand-editorial .fp-focus-screen-matching{top:62px;left:27%;transform:scale(.92)}body.brand-editorial .fp-focus-screen-operations{top:132px;left:55%;transform:scale(.84)}body.brand-editorial .fp-operations-card{display:block;min-height:0;padding:20px}body.brand-editorial .fp-operation-console{margin-top:34px;padding:18px}body.brand-editorial .fp-console-kpis{gap:6px}body.brand-editorial .fp-console-kpis span{padding:12px 8px}body.brand-editorial .fp-console-kpis b{font-size:17px}body.brand-editorial .fp-console-pipeline{grid-template-columns:repeat(3,1fr);gap:5px;padding:16px 8px;font-size:11px}body.brand-editorial .fp-console-pipeline i{display:none}body.brand-editorial .fp-console-summary{display:block}body.brand-editorial .fp-console-summary span{display:block;margin-bottom:8px}body.brand-editorial .fp-console-rows p{gap:12px;font-size:12px}body.brand-editorial .fp-console-chart{height:140px;padding-right:12px;padding-left:12px}}
body.brand-editorial .fp-footer-card{position:relative;isolation:isolate;width:100%;min-height:416px;overflow:visible;border-radius:24px;color:rgba(255,255,255,.86);background:transparent;transform:translate3d(0,var(--fp-footer-y),0);transform-origin:center bottom;will-change:transform;contain:layout style;text-rendering:optimizeLegibility}
body.brand-editorial .fp-footer-card::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;background:var(--fp-dark);transform:scale(var(--fp-footer-scale));transform-origin:center bottom;will-change:transform;backface-visibility:hidden}
body.brand-editorial .fp-footer-card .footer-content,body.brand-editorial .fp-footer-card .footer-business-info,body.brand-editorial .fp-footer-card .footer-bottom{position:relative;z-index:1;width:100%;max-width:none;margin:0;color:inherit;background:transparent;transform:none!important}body.brand-editorial .fp-footer-card .footer-content{padding:36px 40px 16px;border-radius:0}body.brand-editorial .fp-footer-card .footer-business-info{padding:10px 40px;border:0}body.brand-editorial .fp-footer-card .footer-bottom{padding:14px 40px 22px;border-radius:0}body.brand-editorial .fp-footer-card .footer-description{color:rgba(255,255,255,.9)}body.brand-editorial .fp-footer-card .footer-column h4{color:#fff}body.brand-editorial .fp-footer-card .footer-links a,body.brand-editorial .fp-footer-card .footer-legal-links a{color:rgba(255,255,255,.82)}body.brand-editorial .fp-footer-card .footer-business-text{color:rgba(255,255,255,.72);font-size:12px;line-height:1.45}body.brand-editorial .fp-footer-card .footer-business-text p{margin:0 0 5px}body.brand-editorial .fp-footer-card .footer-bottom{color:rgba(255,255,255,.78)}
@media(prefers-reduced-motion:reduce){body.brand-editorial .fp-brand-experience,body.brand-editorial .fp-reveal,body.brand-editorial .fp-cta-scene,body.brand-editorial .fp-cta-scene>img,body.brand-editorial .fp-faq,body.brand-editorial .landing-footer,body.brand-editorial .fp-footer-card,body.brand-editorial .fp-intro-copy>.fp-label,body.brand-editorial .fp-intro-primary,body.brand-editorial .fp-intro-secondary{opacity:1!important;transform:none!important;transition:none!important}body.brand-editorial .fp-footer-card::before{transform:none!important}}

/* Full-bleed creator-video hero preview. */
body.brand-editorial .fp-hero{
    min-height:max(820px,100svh);
    color:#fff;
    background:#292724;
    isolation:isolate;
}
body.brand-editorial .fp-hero::before{
    background:#292724;
    z-index:-2;
}
body.brand-editorial .fp-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(180deg,rgba(15,14,13,.58) 0%,rgba(15,14,13,.08) 25%,rgba(15,14,13,.04) 62%,rgba(15,14,13,.38) 100%),
        linear-gradient(90deg,rgba(18,17,15,.82) 0%,rgba(18,17,15,.66) 35%,rgba(18,17,15,.28) 62%,rgba(18,17,15,.08) 100%);
}
body.brand-editorial .fp-hero-media{
    position:absolute;
    inset:0;
    z-index:0;
    width:100%;
    height:100%;
    border:0;
    border-radius:0;
    overflow:hidden;
    opacity:1!important;
    box-shadow:none;
    transform:none;
}
body.brand-editorial .fp-hero-media::after{display:none}
body.brand-editorial .fp-hero-media video{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:62% center;
    filter:none;
    transform:none;
}
body.brand-editorial .fp-hero-copy{
    top:clamp(168px,21vh,220px);
    left:var(--fp-edge);
    z-index:2;
    width:min(800px,47vw);
}
body.brand-editorial .fp-hero-kicker{color:rgba(255,255,255,.68)!important}
body.brand-editorial .fp-hero-copy h1{
    color:#fff;
    font-size:clamp(72px,5.45vw,104px);
    text-shadow:0 2px 26px rgba(0,0,0,.16);
}
body.brand-editorial .fp-hero-copy h1 span:last-child{color:rgba(255,255,255,.68)}
body.brand-editorial .fp-hero-description{color:rgba(255,255,255,.78)!important}
body.brand-editorial .fp-hero-action{
    left:var(--fp-edge);
    z-index:2;
}
body.brand-editorial .fp-hero-action a{
    border-color:#fff;
    color:#151515;
    background:#fff;
}
body.brand-editorial .fp-hero-action a+a{
    border-color:rgba(255,255,255,.7);
    color:#fff;
    background:rgba(0,0,0,.18);
    backdrop-filter:blur(12px);
}
body.brand-editorial .fp-hero-media-toggle{
    position:absolute;
    right:28px;
    bottom:28px;
    z-index:3;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    padding:0;
    border:1px solid rgba(255,255,255,.5);
    border-radius:999px;
    color:#fff;
    background:rgba(0,0,0,.28);
    backdrop-filter:blur(10px);
    cursor:pointer;
}
body.brand-editorial .fp-hero-media-toggle:hover{background:rgba(0,0,0,.5)}
body.brand-editorial .fp-hero-media-toggle span{font-size:13px;line-height:1}

body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
    filter:brightness(0) invert(1);
}
body.brand-editorial .brand-top-nav .nav-menu{background:rgba(0,0,0,.18)}
body.brand-editorial .brand-top-nav .nav-menu-link{color:rgba(255,255,255,.86)}
body.brand-editorial .brand-top-nav .nav-menu-link:hover{color:#fff;background:rgba(255,255,255,.12)}
body.brand-editorial .brand-top-nav .nav-main-link,
body.brand-editorial .brand-top-nav .nav-login{
    border-color:rgba(255,255,255,.68);
    color:#fff;
    background:transparent;
}
body.brand-editorial .brand-top-nav .nav-login{border-color:#fff;color:#151515;background:#fff}
body.brand-editorial .brand-top-nav .nav-main-link:hover{color:#151515;background:#fff;border-color:#fff}
body.brand-editorial .brand-top-nav .nav-login:hover{color:#151515;background:#f2f2f2;border-color:#f2f2f2}
body.brand-editorial .brand-top-nav .lang-toggle{
    border-color:rgba(255,255,255,.28);
    color:#fff;
    background:rgba(255,255,255,.1);
}

@media(max-width:1100px){
    body.brand-editorial .fp-hero-copy{left:40px;width:min(650px,56vw)}
    body.brand-editorial .fp-hero-action{left:40px}
    body.brand-editorial .fp-hero-media{right:0;width:100%;height:100%}
}

body.brand-editorial:not(.influencer-editorial) .fp-brand-experience{
    opacity:1;
    transform:none;
    transition:none;
}
@media(max-width:768px){
    body.brand-editorial .fp-hero{min-height:max(640px,100svh)}
    body.brand-editorial .fp-hero::after{
        background:
            linear-gradient(180deg,rgba(15,14,13,.58) 0%,rgba(15,14,13,.14) 30%,rgba(15,14,13,.2) 58%,rgba(15,14,13,.72) 100%),
            linear-gradient(90deg,rgba(18,17,15,.66) 0%,rgba(18,17,15,.26) 74%,rgba(18,17,15,.1) 100%);
    }
    body.brand-editorial .fp-hero-copy{
        top:104px;
        left:20px;
        width:calc(100% - 40px);
    }
    body.brand-editorial .fp-hero-copy h1{font-size:clamp(44px,12vw,56px);line-height:.94}
    body.brand-editorial .fp-hero-description{max-width:310px;font-size:14px!important;line-height:1.48!important}
    body.brand-editorial .fp-hero-media{
        top:0;
        right:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        border-radius:0;
        transform:none;
    }
    body.brand-editorial .fp-hero-media video{object-position:center}
    body.brand-editorial .fp-hero-action{bottom:30px;left:20px;width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-media-toggle{right:20px;bottom:92px}
}

/* Brand footer: preserve the scroll reveal while keeping every item inside the dark card. */
body.brand-editorial .landing-footer{
    padding-bottom:76px;
}
body.brand-editorial .fp-footer-card{
    min-height:560px;
    overflow:visible;
}
body.brand-editorial .fp-footer-card::before{
    transform:scale(var(--fp-footer-scale));
}
body.brand-editorial .fp-footer-card .footer-content{
    padding:42px 72px 22px;
}
body.brand-editorial .fp-footer-card .footer-business-info{
    padding:14px 72px 16px;
}
body.brand-editorial .fp-footer-card .footer-bottom{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:end;
    gap:28px;
    padding:22px 72px 38px;
    border-top:1px solid rgba(255,255,255,.08);
}
body.brand-editorial .fp-footer-card .footer-logo{
    margin-bottom:14px;
}
body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
    width:164px!important;
    max-width:164px!important;
    height:auto;
    content:url('/static/images/brand/krewpick-wordmark-white.svg?v=20260903outline2');
    filter:none;
}
body.brand-editorial .fp-footer-card .footer-description{
    margin-bottom:0;
    font-size:14px;
    line-height:1.65;
}
body.brand-editorial .landing-footer .footer-symbol,
body.brand-editorial .fp-footer-card .footer-symbol{
    display:block;
    width:54px;
    height:54px;
    margin:16px 0 0;
    border-radius:12px;
}
body.brand-editorial .landing-footer .footer-social--support{
    --footer-social-icon-size:40px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    margin-top:36px;
}
body.brand-editorial .landing-footer .footer-social--support .footer-social-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 var(--footer-social-icon-size);
    box-sizing:border-box;
    width:var(--footer-social-icon-size);
    min-width:var(--footer-social-icon-size);
    max-width:var(--footer-social-icon-size);
    height:var(--footer-social-icon-size);
    min-height:var(--footer-social-icon-size);
    max-height:var(--footer-social-icon-size);
    overflow:hidden;
    border-radius:10px;
    color:#fff;
    box-shadow:0 5px 16px rgba(0,0,0,.18);
}
body.brand-editorial .landing-footer .footer-social--support svg{
    width:22px;
    height:22px;
    fill:currentColor;
}
body.brand-editorial .landing-footer .footer-social-icon--blog{
    background:#242424;
    outline:1px solid rgba(255,255,255,.16);
    outline-offset:-1px;
}
body.brand-editorial .landing-footer .footer-social-icon--blog img{
    display:block;
    width:var(--footer-social-icon-size);
    min-width:var(--footer-social-icon-size);
    max-width:var(--footer-social-icon-size);
    height:var(--footer-social-icon-size);
    min-height:var(--footer-social-icon-size);
    max-height:var(--footer-social-icon-size);
    object-fit:cover;
    mix-blend-mode:screen;
    transform:none;
}
body.brand-editorial .landing-footer .footer-social-icon--instagram{
    background:radial-gradient(circle at 30% 107%,#fdf497 0 8%,#fd5949 38%,#d6249f 66%,#285aeb 100%);
}
body.brand-editorial .landing-footer .footer-social-icon--instagram svg{
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
}
body.brand-editorial .landing-footer .footer-social-icon--instagram .footer-social-icon-dot{
    fill:currentColor;
    stroke:none;
}
body.brand-editorial .fp-footer-card .footer-business-text{
    max-width:none;
    font-size:11.5px;
    line-height:1.45;
}
body.brand-editorial .fp-footer-card .footer-business-text p{
    margin:0 0 5px;
}
body.brand-editorial .fp-footer-card .footer-bottom-left{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    gap:22px;
}
body.brand-editorial .fp-footer-card .footer-legal-links{
    order:-1;
    margin:0;
    gap:10px;
}
body.brand-editorial .fp-footer-card .footer-legal-links a{
    min-height:30px;
    padding:6px 11px;
}
body.brand-editorial .fp-footer-card .footer-copyright-row{
    display:grid;
    grid-template-columns:max-content minmax(360px,680px);
    align-items:start;
    gap:28px;
}
body.brand-editorial .fp-footer-card .footer-copyright,
body.brand-editorial .fp-footer-card .footer-marketplace-notice{
    margin:0;
}
body.brand-editorial .fp-footer-card .footer-copyright{
    white-space:nowrap;
}
body.brand-editorial .fp-footer-card .footer-marketplace-notice{
    color:rgba(255,255,255,.58);
    font-size:11px;
    font-weight:500;
    line-height:1.5;
    word-break:keep-all;
}
body.brand-editorial .fp-footer-card .footer-social{
    align-self:end;
    gap:8px;
}
body.brand-editorial .fp-footer-card .footer-social a{
    margin:0;
}
body.brand-editorial .fp-footer-card .footer-payment-badge{
    flex:none;
    min-width:0;
    width:auto;
}
body.brand-editorial .fp-footer-card .footer-partner-logos{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:24px;
}
body.brand-editorial .fp-footer-card .footer-partner-logo{
    display:flex;
    align-items:center;
    justify-content:center;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow{
    width:136px;
    height:34px;
    padding:5px 9px;
    gap:7px;
    color:#fff;
    text-decoration:none;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow:hover{
    opacity:.78;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow:focus-visible{
    outline:2px solid #fff;
    outline-offset:3px;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow i{
    flex:0 0 auto;
    font-size:18px;
    color:#3182f6;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow span{
    display:flex;
    min-width:0;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.05;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow strong{
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--escrow small{
    margin-top:3px;
    font-size:9px;
    color:rgba(255,255,255,.7);
    white-space:nowrap;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--aws img{
    width:100px;
    height:auto;
    filter:none;
}
body.brand-editorial .fp-footer-card .footer-partner-logo--toss,
body.brand-editorial .fp-footer-card .footer-partner-logo--toss img{
    width:188px;
    height:auto;
}

@media(min-width:1101px){
    body.brand-editorial .landing-footer{
        height:850px;
        min-height:850px;
        max-height:850px;
        padding-top:202px;
    }
    body.brand-editorial .fp-footer-card{
        height:560px;
        min-height:560px;
        max-height:560px;
    }
    body.brand-editorial .fp-footer-card .footer-content{
        box-sizing:border-box;
        height:238px;
        min-height:238px;
        max-height:238px;
        overflow:hidden;
    }
    body.brand-editorial .fp-footer-card .footer-business-info{
        box-sizing:border-box;
        height:88px;
        min-height:88px;
        max-height:88px;
        overflow:hidden;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        box-sizing:border-box;
        height:234px;
        min-height:234px;
        max-height:234px;
        overflow:hidden;
    }
}

@media(max-width:1399px) and (min-width:1101px){
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{
        padding-right:64px;
        padding-left:64px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        grid-template-columns:minmax(0,1fr) auto;
        row-gap:18px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom-left{
        grid-row:1 / span 2;
    }
    body.brand-editorial .fp-footer-card .footer-payment-badge{
        grid-column:2;
        grid-row:1;
    }
    body.brand-editorial .fp-footer-card .footer-social{
        grid-column:2;
        grid-row:2;
        justify-self:end;
    }
    body.brand-editorial .fp-footer-card .footer-copyright-row{
        grid-template-columns:1fr;
        gap:10px;
    }
    body.brand-editorial .fp-footer-card .footer-marketplace-notice{
        max-width:560px;
    }
}

@media(max-width:1100px){
    body.brand-editorial .landing-footer{
        min-height:0;
        padding-bottom:56px;
    }
    body.brand-editorial .fp-footer-card{
        min-height:0;
    }
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{
        height:auto;
        min-height:0;
        max-height:none;
        padding-right:48px;
        padding-left:48px;
        overflow:visible;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        grid-template-columns:1fr auto;
        align-items:start;
        row-gap:24px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom-left{
        grid-column:1 / -1;
    }
    body.brand-editorial .fp-footer-card .footer-copyright-row{
        grid-template-columns:max-content minmax(0,1fr);
    }
}

@media(max-width:768px){
    body.brand-editorial .landing-footer{
        padding-bottom:44px;
    }
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{
        padding-right:28px;
        padding-left:28px;
    }
    body.brand-editorial .fp-footer-card .footer-content{
        padding-top:38px;
    }
    body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
        width:150px!important;
        max-width:150px!important;
    }
    body.brand-editorial .fp-footer-card .footer-symbol{
        width:50px;
        height:50px;
    }
    body.brand-editorial .fp-footer-card .footer-copyright-row,
    body.brand-editorial .fp-footer-card .footer-bottom{
        grid-template-columns:1fr;
    }
    body.brand-editorial .fp-footer-card .footer-copyright-row{
        gap:12px;
    }
    body.brand-editorial .fp-footer-card .footer-marketplace-notice{
        max-width:560px;
        word-break:normal;
    }
    body.brand-editorial .fp-footer-card .footer-social,
    body.brand-editorial .fp-footer-card .footer-payment-badge{
        justify-self:start;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logos{
        justify-content:flex-start;
        gap:18px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--aws img{
        width:88px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss,
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss img{
        width:164px;
    }
}
@media(max-width:768px){
    body.brand-editorial .fp-footer-card .footer-partner-logos{
        width:100%;
        justify-content:flex-start;
        gap:8px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow{
        width:92px;
        height:30px;
        padding:4px 6px;
        gap:5px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow i{font-size:14px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow strong{font-size:9px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow small{font-size:7px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--aws img{width:45px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss,
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss img{width:120px}
}
@media(prefers-reduced-motion:reduce){body.brand-editorial .fp-hero-media-toggle{display:none}}

/* Existing Krewpick header and hero, restyled in grayscale. */
body.brand-editorial nav.brand-top-nav{
    top:18px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    border-radius:16px;
}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper{
    width:170px!important;max-width:170px!important;overflow:visible!important;
}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
    width:170px!important;max-width:170px!important;filter:grayscale(1) brightness(0);
}
body.brand-editorial .brand-top-nav .nav-menu{
    display:flex!important;align-items:center;gap:4px;padding:4px;border-radius:12px;background:rgba(255,255,255,.38);
}
body.brand-editorial .brand-top-nav .nav-menu-link{
    padding:10px 14px;border-radius:9px;color:#252525;font-size:14px;font-weight:750;
}
body.brand-editorial .brand-top-nav .nav-menu-link:hover{color:#000;background:#fff;transform:none}
body.brand-editorial .brand-top-nav .brand-nav-actions{display:flex!important;justify-content:flex-end;align-items:center;gap:8px}
body.brand-editorial .brand-top-nav .nav-main-link,
body.brand-editorial .brand-top-nav .nav-login{
    display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:0 18px;
    border:1px solid #262626;border-radius:10px;color:#222;background:transparent;font-size:14px;font-weight:800;text-decoration:none;
}
body.brand-editorial .brand-top-nav .nav-login{color:#fff;background:#222}
body.brand-editorial .brand-top-nav .nav-main-link:hover,
body.brand-editorial .brand-top-nav .nav-login:hover{color:#fff;background:#000;border-color:#000;transform:none}
body.brand-editorial .brand-top-nav .lang-toggle{border-color:rgba(0,0,0,.18);background:#d8d8d8;filter:grayscale(1)}
body.brand-editorial .fp-menu-toggle,
body.brand-editorial .fp-menu-panel{display:none!important}

body.brand-editorial .fp-hero{
    display:block;min-height:930px;color:#111;background:#eaeaea;
}
body.brand-editorial .fp-hero:before{
    content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 34%,#d4d4d4,transparent 38%),linear-gradient(135deg,#f2f2f2,#dedede);z-index:-2;
}
body.brand-editorial .fp-hero-copy{
    position:absolute;top:205px;left:max(8vw,80px);z-index:2;width:min(920px,62vw);margin:0;text-align:left;
}
body.brand-editorial .fp-hero-kicker{
    width:auto!important;margin:0 0 30px!important;color:#333!important;font-size:13px!important;font-weight:800!important;letter-spacing:.14em!important;
}
body.brand-editorial .fp-hero-copy h1{
    display:flex;flex-direction:column;color:#111;font-size:clamp(76px,6.5vw,124px);font-weight:850;line-height:.91;letter-spacing:-.068em;
}
body.brand-editorial .fp-hero-copy h1 span:last-child{color:#555}
body.brand-editorial .fp-hero-description{
    width:600px!important;max-width:100%;margin:34px 0 0!important;color:#555!important;font-size:18px!important;font-weight:600!important;line-height:1.55!important;
}
body.brand-editorial .fp-hero-media{
    right:max(6vw,60px);bottom:105px;left:auto;z-index:1;width:390px;height:390px;border:10px solid rgba(255,255,255,.7);border-radius:50%;opacity:1!important;box-shadow:0 30px 80px rgba(0,0,0,.16);
}
body.brand-editorial .fp-hero-media:after{background:linear-gradient(155deg,rgba(255,255,255,.1),transparent 55%,rgba(0,0,0,.18))}
body.brand-editorial .fp-hero-media video{object-position:center 40%;filter:grayscale(.35) saturate(.65) contrast(1.04);transform:scale(1.04)}
body.brand-editorial .fp-hero-action{
    bottom:95px;left:max(8vw,80px);gap:8px;transform:none;
}
body.brand-editorial .fp-hero-action a{border:1px solid #222;border-radius:10px;color:#fff;background:#222}
body.brand-editorial .fp-hero-action a+ a{color:#222;background:transparent}
body.brand-editorial .fp-hero-action a:hover{color:#fff;background:#000}

@media(max-width:1100px){
    body.brand-editorial{--nav-width:calc(100vw - 40px)}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-width:calc(100vw - 40px)}
    body.brand-editorial nav.brand-top-nav,body.brand-editorial nav.brand-top-nav.is-scrolled{grid-template-columns:1fr auto}
    body.brand-editorial .brand-top-nav .nav-menu{display:none!important}
    body.brand-editorial .fp-hero-copy{left:40px;width:62vw}
    body.brand-editorial .fp-hero-media{right:40px;width:320px;height:320px}
    body.brand-editorial .fp-hero-action{left:40px}
}
@media(max-width:768px){
    body.brand-editorial{--nav-width:calc(100vw - 20px);--nav-h:58px;--nav-pad:7px 9px 7px 14px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-width:calc(100vw - 20px);--nav-h:58px;--nav-pad:7px 9px 7px 14px}
    body.brand-editorial nav.brand-top-nav,body.brand-editorial nav.brand-top-nav.is-scrolled{top:10px}
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper{width:126px!important;max-width:126px!important}
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{width:126px!important;max-width:126px!important}
    body.brand-editorial .brand-top-nav .nav-main-link,body.brand-editorial .brand-top-nav .lang-selector-slot{display:none!important}
    body.brand-editorial .fp-hero{min-height:980px}
    body.brand-editorial .fp-hero-copy{top:112px;left:20px;width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-copy h1{font-size:clamp(54px,15vw,68px);line-height:.94}
    body.brand-editorial .fp-hero-description{font-size:15px!important}
    body.brand-editorial .fp-hero-media{top:auto;right:50%;bottom:100px;left:auto;width:270px;height:270px;transform:translateX(50%)}
    body.brand-editorial .fp-hero-action{bottom:34px;left:20px;display:flex;width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-action a{flex:1;padding:0 10px;font-size:13px}
}

/* Keep full-bleed preview overrides after the legacy grayscale hero skin. */
body.brand-editorial .fp-hero{min-height:max(820px,100svh);color:#fff;background:#292724;isolation:isolate}
body.brand-editorial .fp-hero::before{background:#292724;z-index:-2}
body.brand-editorial .fp-hero::after{
    content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(180deg,rgba(15,14,13,.46),rgba(15,14,13,.06) 25%,rgba(15,14,13,.03) 62%,rgba(15,14,13,.30)),linear-gradient(90deg,rgba(18,17,15,.62),rgba(18,17,15,.48) 35%,rgba(18,17,15,.20) 62%,rgba(18,17,15,.06));
}
body.brand-editorial .fp-hero-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;border:0;border-radius:0;overflow:hidden;opacity:1!important;box-shadow:none;transform:none}
body.brand-editorial .fp-hero-media::after{display:none}
body.brand-editorial .fp-hero-media video{display:block;width:100%;height:100%;object-fit:cover;object-position:62% center;filter:none;transform:none}
@media(min-width:769px){
    body.brand-editorial:not(.influencer-editorial) .fp-hero-media video{object-position:62% top}
}
body.brand-editorial .fp-hero-copy{top:clamp(168px,21vh,220px);left:var(--fp-edge);z-index:2;width:min(800px,47vw)}
body.brand-editorial .fp-hero-kicker{color:rgba(255,255,255,.68)!important}
body.brand-editorial .fp-hero-copy h1{color:#fff;font-size:clamp(72px,5.45vw,104px);text-shadow:0 2px 26px rgba(0,0,0,.16)}
body.brand-editorial .fp-hero-copy h1 span:last-child{color:rgba(255,255,255,.68)}
body.brand-editorial .fp-hero-description{color:rgba(255,255,255,.78)!important}
body.brand-editorial .fp-hero-action{left:var(--fp-edge);z-index:2}
body.brand-editorial .fp-hero-action a{border-color:#fff;color:#151515;background:#fff}
body.brand-editorial .fp-hero-action a+a{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(0,0,0,.18);backdrop-filter:blur(12px)}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{content:url('/static/images/brand/krewpick-wordmark-white.svg?v=20260903outline2');filter:none}
body.brand-editorial .brand-top-nav .nav-menu{background:rgba(0,0,0,.18)}
body.brand-editorial .brand-top-nav .nav-menu-link{color:rgba(255,255,255,.86)}
body.brand-editorial .brand-top-nav .nav-menu-link:hover{color:#fff;background:rgba(255,255,255,.12)}
body.brand-editorial .brand-top-nav .nav-main-link,body.brand-editorial .brand-top-nav .nav-login{border-color:rgba(255,255,255,.68);color:#fff;background:transparent}
body.brand-editorial .brand-top-nav .nav-login{border-color:#fff;color:#151515;background:#fff}
body.brand-editorial .brand-top-nav .lang-toggle{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.1)}

@media(max-width:1100px){
    body.brand-editorial .fp-hero-copy{left:40px;width:min(650px,56vw)}
    body.brand-editorial .fp-hero-action{left:40px}
    body.brand-editorial .fp-hero-media{inset:0;width:100%;height:100%}
}
@media(max-width:768px){
    body.brand-editorial .fp-hero{min-height:max(640px,100svh)}
    body.brand-editorial .fp-hero::after{background:linear-gradient(180deg,rgba(15,14,13,.46),rgba(15,14,13,.10) 30%,rgba(15,14,13,.14) 58%,rgba(15,14,13,.56)),linear-gradient(90deg,rgba(18,17,15,.50),rgba(18,17,15,.20) 74%,rgba(18,17,15,.08))}
    body.brand-editorial .fp-hero-copy{top:104px;left:20px;width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-copy h1{font-size:clamp(44px,12vw,56px);line-height:.94}
    body.brand-editorial .fp-hero-description{max-width:310px;font-size:14px!important;line-height:1.48!important}
    body.brand-editorial .fp-hero-media{inset:0;width:100%;height:100%;border-radius:0;transform:none}
    body.brand-editorial .fp-hero-media video{object-position:center}
    body.brand-editorial .fp-hero-action{bottom:30px;left:20px;width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-media-toggle{right:20px;bottom:92px}
}

/* 영상 위에는 로고, 메뉴 텍스트, 액션 버튼만 노출한다. */
body.landing-page.brand-editorial nav.brand-top-nav.is-scrolled .nav-logo-wrapper .krewpick-mobile-wordmark{
    content:url('/static/images/brand/krewpick-wordmark-black.svg?v=20260903outline2');
    filter:none;
}
body.brand-editorial .brand-top-nav.is-scrolled .nav-menu-link,
body.brand-editorial .brand-top-nav.is-scrolled .nav-dropdown-toggle{
    color:#222;
    text-shadow:none;
}
body.brand-editorial .brand-top-nav.is-scrolled .nav-menu-link:hover,
body.brand-editorial .brand-top-nav.is-scrolled .nav-dropdown-toggle:hover{
    color:#000;
}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper{
    width:222px!important;
    max-width:222px!important;
}
body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
    width:222px!important;
    max-width:222px!important;
}
body.brand-editorial .brand-top-nav .nav-menu{
    gap:30px;
    padding:0;
    border:0;
    background:transparent;
}
body.brand-editorial .brand-top-nav .nav-menu-link,
body.brand-editorial .brand-top-nav .nav-dropdown-toggle{
    padding:8px 0;
    border:0;
    border-radius:0;
    color:#fff;
    background:transparent;
    font-family:inherit;
    font-size:21px;
    font-weight:800;
    line-height:1.2;
    text-shadow:0 1px 16px rgba(0,0,0,.3);
}
body.brand-editorial .brand-top-nav .nav-menu-link:hover,
body.brand-editorial .brand-top-nav .nav-dropdown-toggle:hover{
    color:#fff;
    background:transparent;
    opacity:.72;
}
body.brand-editorial .brand-top-nav .nav-dropdown{
    position:relative;
}
body.brand-editorial .brand-top-nav .nav-dropdown-toggle{
    display:inline-flex;
    align-items:center;
    gap:7px;
    cursor:pointer;
}
body.brand-editorial .brand-top-nav .nav-dropdown-icon{
    font-size:11px;
    transition:transform .2s ease;
}
body.brand-editorial .brand-top-nav .nav-dropdown.open .nav-dropdown-icon{
    transform:rotate(180deg);
}
body.brand-editorial .brand-top-nav .nav-dropdown-menu{
    position:absolute;
    top:calc(100% + 12px);
    left:50%;
    z-index:1500;
    min-width:164px;
    padding:8px;
    border:1px solid rgba(255,255,255,.34);
    border-radius:12px;
    background:rgba(239,239,239,.96);
    box-shadow:0 18px 44px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    transform:translate(-50%,-6px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
body.brand-editorial .brand-top-nav .nav-dropdown.open .nav-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
}
body.brand-editorial .brand-top-nav .nav-dropdown-menu a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    color:#252525;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}
body.brand-editorial .brand-top-nav .nav-dropdown-menu a:hover{
    color:#111;
    background:#dedede;
}
body.brand-editorial .brand-top-nav .brand-role-tabs{
    display:inline-flex;
    align-items:center;
    gap:3px;
    margin-left:18px;
    padding:3px;
    border:1px solid rgba(255,255,255,.34);
    border-radius:10px;
    background:rgba(0,0,0,.26);
}
body.brand-editorial .brand-top-nav .brand-role-tab{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-height:34px;
    padding:0 13px;
    border-radius:7px;
    color:rgba(255,255,255,.78);
    font-size:14px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    white-space:nowrap;
    transition:color .2s ease,background-color .2s ease;
}
body.brand-editorial .brand-top-nav .brand-role-tab:hover{
    color:#fff;
    background:rgba(255,255,255,.12);
}
body.brand-editorial .brand-top-nav .brand-role-tab.is-active{
    color:#202020;
    background:#fff;
}
body.brand-editorial .brand-top-nav .lang-selector-slot{
    margin-left:0;
}
body.brand-editorial .brand-top-nav .lang-toggle,
body.brand-editorial .brand-top-nav .lang-toggle.open{
    border-color:#5a5a5a;
    color:#fff;
    background:#444;
    filter:grayscale(1);
}
body.brand-editorial .brand-top-nav .lang-toggle:hover{
    border-color:#4e4e4e;
    color:#fff;
    background:#383838;
}
body.brand-editorial .brand-top-nav .lang-toggle .lang-chevron,
body.brand-editorial .brand-top-nav .lang-toggle.open .lang-chevron{
    color:#fff;
}
body.brand-editorial .brand-top-nav .lang-dropdown{
    border-color:#d5d5d5;
    background:#f4f4f4;
}
body.brand-editorial .brand-top-nav .lang-option:hover,
body.brand-editorial .brand-top-nav .lang-option.active{
    color:#222;
    background:#e2e2e2;
}
body.brand-editorial .brand-top-nav .nav-login{
    min-height:48px;
    padding:0 24px;
    border-radius:11px;
    font-size:16px;
}
body.brand-editorial .brand-top-nav .brand-role-tabs{
    transform:translateX(clamp(80px,7.8vw,150px));
}
body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
    width:210px!important;
    max-width:210px!important;
}
body.brand-editorial .fp-footer-card .footer-bottom-left{
    align-self:start;
    gap:16px;
}
body.brand-editorial .fp-footer-card .footer-marketplace-notice{
    color:rgba(255,255,255,.58);
    font-size:14px;
    line-height:1.55;
}
@media(min-width:1101px){
    body.brand-editorial .landing-footer{
        height:806px;
        min-height:806px;
        max-height:806px;
    }
    body.brand-editorial .fp-footer-card{
        height:516px;
        min-height:516px;
        max-height:516px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        height:190px;
        min-height:190px;
        max-height:190px;
        padding-top:18px;
        padding-bottom:26px;
    }
}
@media(max-width:1100px){
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper,
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
        width:202px!important;
        max-width:202px!important;
    }
}
@media(max-width:768px){
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper,
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
        width:132px!important;
        max-width:132px!important;
    }
    body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
        width:174px!important;
        max-width:174px!important;
    }
}

/* 브랜드 문제 제기와 해결 메시지를 순차적으로 보여주는 인트로 카피. */
body.brand-editorial .fp-intro-copy{
    min-height:820px;
}
body.brand-editorial .fp-intro-primary{
    margin:0;
    color:#111;
    font-size:clamp(48px,3.25vw,60px);
    font-weight:780;
    line-height:1.16;
    letter-spacing:-.052em;
    word-break:keep-all;
}
body.brand-editorial .fp-intro-primary span{
    display:block;
}
body.brand-editorial .fp-intro-primary span+span{
    margin-top:18px;
}
body.brand-editorial .fp-intro-secondary,
body.brand-editorial .fp-intro-conclusion{
    color:rgba(0,0,0,.5);
    font-size:clamp(39px,2.5vw,46px);
    font-weight:700;
    line-height:1.42;
    letter-spacing:-.045em;
    word-break:keep-all;
}
body.brand-editorial .fp-intro-secondary{
    margin:52px 0 0;
}
body.brand-editorial .fp-intro-conclusion{
    margin:38px 0 0;
    color:rgba(0,0,0,.68);
}
body.brand-editorial .fp-intro-copy mark{
    display:inline;
    padding:1px 7px 3px;
    border-radius:5px;
    color:#000;
    background:#fff;
    font-weight:780;
    -webkit-box-decoration-break:clone;
    box-decoration-break:clone;
}
body.brand-editorial .fp-intro-copy>.fp-label,
body.brand-editorial .fp-intro-primary,
body.brand-editorial .fp-intro-secondary,
body.brand-editorial .fp-intro-conclusion{
    transform:translate3d(0,var(--fp-intro-text-y,0px),0);
    will-change:transform,opacity;
    backface-visibility:visible;
}
body.brand-editorial .fp-intro-copy .fp-intro-primary,
body.brand-editorial .fp-intro-copy .fp-intro-secondary,
body.brand-editorial .fp-intro-copy .fp-intro-conclusion{
    opacity:.001;
    transition:opacity .72s var(--fp-motion-ease),transform .82s var(--fp-motion-ease);
}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-primary,
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-secondary,
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-conclusion{
    opacity:1;
}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-primary{transition-delay:.1s}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-secondary{transition-delay:.28s}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-conclusion{transition-delay:.48s}
@media(max-width:1100px) and (min-width:769px){
    body.brand-editorial .fp-intro-copy{min-height:880px}
    body.brand-editorial .fp-intro-primary{font-size:46px}
    body.brand-editorial .fp-intro-secondary,
    body.brand-editorial .fp-intro-conclusion{font-size:37px}
}
@media(max-width:768px){
    body.brand-editorial .fp-intro-copy{min-height:960px}
    body.brand-editorial .fp-intro-primary{font-size:36px;line-height:1.2}
    body.brand-editorial .fp-intro-primary span+span{margin-top:16px}
    body.brand-editorial .fp-intro-secondary,
    body.brand-editorial .fp-intro-conclusion{font-size:29px;line-height:1.45}
    body.brand-editorial .fp-intro-secondary{margin-top:42px}
    body.brand-editorial .fp-intro-conclusion{margin-top:32px}
}
@media(prefers-reduced-motion:reduce){
    body.brand-editorial .fp-intro-primary,
    body.brand-editorial .fp-intro-secondary,
    body.brand-editorial .fp-intro-conclusion{opacity:1!important;transform:none!important;transition:none!important}
}

/* 영상 히어로와 스크롤 고정 내비게이션의 최종 표현.
   landing-brand.css:7520 이 동일 구체성으로 1560px/66px 를 !important 로 잡고 있어
   스크롤 전후 크기가 튄다. 구체성을 한 단계 올려 변수 기반 값이 이기게 한다. */
body.landing-page.brand-editorial nav.brand-top-nav,
body.landing-page.brand-editorial nav.brand-top-nav.is-scrolled{
    width: var(--nav-width)!important;
    max-width: var(--nav-width)!important;
    min-height: var(--nav-h)!important;
    padding: var(--nav-pad)!important;
    border: 1px solid var(--nav-border);
    background: var(--nav-bg)!important;
    box-shadow: var(--nav-shadow);
    backdrop-filter: var(--nav-blur);
    /* transform 을 빠뜨리면 숨김/등장이 트랜지션 없이 순간이동한다.
       landing-brand.css 의 width/background-color 320ms 도 여기서 함께 덮는다. */
    transition: background .34s ease, background-color .34s ease,
                box-shadow .34s ease, backdrop-filter .34s ease,
                border-color .34s ease, min-height .28s ease, padding .28s ease,
                width 0s, top 0s,
                transform .48s cubic-bezier(.22,1,.36,1);
}
/* 헤더가 제자리로 돌아오는 동안에는 배경을 유지한다(투명 바가 내려오는 것 방지). */
body.brand-editorial nav.brand-top-nav.is-restoring{
    --nav-bg: var(--nav-scrolled-bg);
    --nav-border: var(--nav-scrolled-border);
    --nav-shadow: var(--nav-scrolled-shadow);
    --nav-blur: var(--nav-scrolled-blur);
}
body.brand-editorial nav.brand-top-nav.is-scrolled{
    --nav-bg: var(--nav-scrolled-bg);
    --nav-border: var(--nav-scrolled-border);
    --nav-shadow: var(--nav-scrolled-shadow);
    --nav-blur: var(--nav-scrolled-blur);
}

/* 배경이 빠지는 동안 글자 색도 같은 속도로 따라가야 끊겨 보이지 않는다. */
body.brand-editorial .brand-top-nav .nav-menu,
body.brand-editorial .brand-top-nav .nav-menu-link,
body.brand-editorial .brand-top-nav .nav-dropdown-toggle,
body.brand-editorial .brand-top-nav .nav-login,
body.brand-editorial .brand-top-nav .lang-toggle,
body.brand-editorial .brand-top-nav .brand-role-tabs,
body.brand-editorial .brand-top-nav .brand-role-tab{
    transition:color .15s ease,
               background-color .15s ease,
               border-color .15s ease,
               text-shadow .15s ease;
}

/* 시안 D — 아래로 스크롤하면 숨기고 위로 올리면 되돌린다.
   플로팅 바이므로 상단 여백(--nav-top)만큼 더 빼내야 화면에 걸리지 않는다.
   등장은 빠르게 감속(ease-out), 퇴장은 천천히 가속(ease-in)해야 자연스럽다. */
@media(min-width:769px){
    body.landing-page.brand-editorial nav.brand-top-nav{
        transform:translateX(-50%) translateY(0)!important;
        will-change:transform;
    }
    /* 숨을 때는 배경을 유지한 채 위로 미끄러져 나가야 한다.
       페이드나 배경 해제를 겹치면 이동 도중에 사라져 끊겨 보인다. */
    /* transition 은 기본 규칙 한 곳에서만 정의한다.
       is-hidden 에서 다시 선언하면 클래스가 빠질 때 애니메이션이 끊겨 순간이동한다. */
    body.landing-page.brand-editorial nav.brand-top-nav.is-hidden{
        transform:translateX(-50%) translateY(calc(-100% - var(--nav-top) - 12px))!important;
    }
}
@media(prefers-reduced-motion:reduce){
    body.landing-page.brand-editorial nav.brand-top-nav,
    body.landing-page.brand-editorial nav.brand-top-nav.is-hidden{
        transform:translateX(-50%) translateY(0)!important;
        transition:none;
    }
}
body.brand-editorial .brand-top-nav.is-scrolled .nav-login{
    border-color:#111;
    color:#fff;
    background:#111;
}
body.brand-editorial .brand-top-nav.is-scrolled .nav-login:hover{
    border-color:#000;
    color:#fff;
    background:#000;
}
body.brand-editorial .fp-hero-copy{
    width:min(1180px,64vw);
}
body.brand-editorial .fp-hero-copy h1{
    gap:clamp(42px,5.2vh,70px);
    font-size:clamp(60px,4.7vw,90px);
    line-height:1;
    letter-spacing:-.025em;
}
body.brand-editorial .fp-hero-copy h1 span{
    opacity:0;
    will-change:transform,opacity;
}
body.brand-editorial .fp-hero-copy h1 span:first-child{
    animation:fpHeroLineFromLeft 1.05s cubic-bezier(.22,.61,.36,1) .2s forwards;
}
body.brand-editorial .fp-hero-copy h1 span:last-child{
    animation:fpHeroLineFromRight 1.05s cubic-bezier(.22,.61,.36,1) .52s forwards;
}
@keyframes fpHeroLineFromLeft{
    from{opacity:0;transform:translate3d(-72px,0,0)}
    to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes fpHeroLineFromRight{
    from{opacity:0;transform:translate3d(72px,0,0)}
    to{opacity:1;transform:translate3d(0,0,0)}
}
body.brand-editorial .fp-hero-description{
    width:720px!important;
    margin-top:52px!important;
    font-size:26px!important;
    line-height:1.62!important;
}
body.brand-editorial .fp-hero-action a:first-child{
    border-color:#111;
    color:#fff;
    background:#111;
}
body.brand-editorial .fp-hero-action a+a{
    border-color:#fff;
    color:#151515;
    background:#fff;
    backdrop-filter:none;
}
body.brand-editorial .fp-intro-copy{
    min-height:700px;
}
body.brand-editorial .fp-footer-card .footer-payment-badge{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:12px;
}
body.brand-editorial .fp-footer-card .footer-payment-badge .footer-legal-links{
    order:0;
    justify-content:flex-end;
}
@media(max-width:1100px) and (min-width:769px){
    body.brand-editorial{--nav-width:calc(100vw - 40px);--nav-h:66px;--nav-pad:9px 14px 9px 20px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-width:calc(100vw - 40px);--nav-h:66px;--nav-pad:9px 14px 9px 20px}
    body.brand-editorial .fp-hero-copy{width:min(760px,62vw)}
    body.brand-editorial .fp-hero-copy h1{gap:38px;font-size:58px}
    body.brand-editorial .fp-hero-description{width:620px!important;font-size:23px!important}
    body.brand-editorial .fp-intro-copy{min-height:760px}
}
@media(max-width:768px){
    body.brand-editorial{--nav-width:calc(100vw - 20px);--nav-h:58px;--nav-pad:7px 9px 7px 14px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-width:calc(100vw - 20px);--nav-h:58px;--nav-pad:7px 9px 7px 14px}
    body.brand-editorial .fp-hero-copy{width:calc(100% - 40px)}
    body.brand-editorial .fp-hero-copy h1{gap:28px;font-size:clamp(38px,10.5vw,50px);line-height:1.06;letter-spacing:-.02em}
    body.brand-editorial .fp-hero-description{width:100%!important;margin-top:38px!important;font-size:19px!important;line-height:1.55!important}
    body.brand-editorial .fp-intro-copy{min-height:820px}
    body.brand-editorial .fp-footer-card .footer-payment-badge{align-items:flex-start}
    body.brand-editorial .fp-footer-card .footer-payment-badge .footer-legal-links{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){
    body.brand-editorial .fp-hero-copy h1 span{opacity:1;transform:none;animation:none}
}

/* 푸터 하단은 저작권 아래 법적 링크를 두고 파트너 로고를 위쪽에 정렬한다. */
body.brand-editorial .fp-footer-card .footer-bottom{
    align-items:start;
    padding-top:18px;
    padding-bottom:20px;
}
body.brand-editorial .fp-footer-card .footer-bottom-left{
    align-self:start;
}
body.brand-editorial .fp-footer-card .footer-copyright-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}
body.brand-editorial .fp-footer-card .footer-copyright-stack .footer-legal-links{
    order:0;
    justify-content:flex-start;
}
body.brand-editorial .fp-footer-card .footer-payment-badge{
    align-self:start;
    margin-top:0;
}
@media(min-width:1101px){
    body.brand-editorial .landing-footer{
        height:776px;
        min-height:776px;
        max-height:776px;
    }
    body.brand-editorial .fp-footer-card{
        height:486px;
        min-height:486px;
        max-height:486px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        height:160px;
        min-height:160px;
        max-height:160px;
    }
}
@media(max-width:768px){
    body.brand-editorial .fp-footer-card .footer-copyright-row{gap:18px}
}

body.brand-editorial .fp-footer-card .footer-business-text{
    font-size:11px;
}
body.brand-editorial .fp-footer-card .footer-marketplace-notice{
    font-size:13px;
}

/* 브랜드 랜딩 정보 구조와 전환 영역 최종 정리. */
body.brand-editorial .brand-top-nav .nav-menu{
    position:absolute;
    left:50%;
    gap:38px;
    margin:0;
    transform:translateX(-460px);
}
body.brand-editorial .brand-top-nav .brand-role-tabs{
    position:absolute;
    left:50%;
    margin:0;
    transform:translateX(calc(-50% - 24px));
}
body.brand-editorial .brand-top-nav .brand-nav-actions{
    grid-column:3;
    justify-self:end;
    transform:translateX(-28px);
}
body.brand-editorial .brand-top-nav .nav-login,
body.brand-editorial .brand-top-nav .nav-login:hover{
    border-color:#111;
    color:#fff;
    background:#111;
}

body.brand-editorial .fp-intro-stack{
    padding-top:110px;
}
body.brand-editorial .fp-intro-copy{
    box-sizing:border-box;
    min-height:760px;
    padding-bottom:120px;
}
body.brand-editorial .fp-intro-copy.fp-reveal{
    opacity:1;
    transform:none;
    transition:none;
}
body.brand-editorial .fp-intro-copy .fp-intro-primary,
body.brand-editorial .fp-intro-copy .fp-intro-secondary{
    opacity:.001;
    filter:blur(10px);
    transition:opacity .86s cubic-bezier(.22,.61,.36,1),filter .86s cubic-bezier(.22,.61,.36,1),transform .92s cubic-bezier(.22,.61,.36,1);
}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-primary,
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-secondary{
    opacity:1;
    filter:blur(0);
}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-primary{transition-delay:.08s}
body.brand-editorial .fp-intro-copy.is-visible .fp-intro-secondary{transition-delay:.34s}
body.brand-editorial .fp-intro-secondary{
    line-height:1.48;
}

body.brand-editorial .fp-feature-nav h2{
    width:560px;
    font-size:56px;
    line-height:1.18;
    letter-spacing:-.045em;
}
body.brand-editorial .fp-feature-cta{
    padding-bottom:100px;
}
body.brand-editorial .fp-feature-cta p{
    margin-bottom:22px;
    font-size:20px;
    line-height:1.5;
}

body.brand-editorial .fp-faq{
    margin-top:-40px;
    padding:120px 0 130px;
}
body.brand-editorial .fp-faq-intro{
    grid-template-columns:68px minmax(0,760px);
    margin-bottom:48px;
}
body.brand-editorial .fp-faq-intro h2{
    color:#111;
    font-size:46px;
    line-height:1.2;
    letter-spacing:-.045em;
}
body.brand-editorial .fp-faq-mount{
    width:min(920px,calc(100vw - 48px));
}
body.brand-editorial .fp-brand-faq-list{
    width:100%;
    max-width:none;
}
body.brand-editorial .fp-brand-faq-list .faq-item{
    margin-bottom:12px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    background:#dedede;
}
body.brand-editorial .fp-brand-faq-list .faq-question{
    display:grid;
    grid-template-columns:minmax(0,1fr) 34px;
    align-items:center;
    gap:24px;
    width:100%;
    min-height:80px;
    padding:0 28px;
    color:#111;
    background:transparent;
    font-size:18px;
    font-weight:700;
    line-height:1.45;
    text-align:left;
}
body.brand-editorial .fp-brand-faq-list .faq-question>span:first-child{
    min-width:0;
}
body.brand-editorial .fp-brand-faq-list .faq-icon{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#333;
    background:rgba(255,255,255,.72);
    font-size:20px;
    line-height:1;
    transition:color .24s ease,background-color .24s ease,transform .24s ease;
}
body.brand-editorial .fp-brand-faq-list .faq-item.active .faq-icon{
    color:#fff;
    background:#111;
    transform:none;
}
body.brand-editorial .fp-brand-faq-list .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .42s cubic-bezier(.22,.61,.36,1);
}
body.brand-editorial .fp-brand-faq-list .faq-item.active .faq-answer{
    max-height:520px;
}
body.brand-editorial .fp-brand-faq-list .faq-answer-content{
    margin:0 28px;
    padding:22px 0 28px;
    border-top:1px solid rgba(0,0,0,.08);
    color:rgba(0,0,0,.64);
    font-size:16px;
    line-height:1.75;
    text-align:left;
    white-space:normal;
    word-break:keep-all;
}

body.brand-editorial .fp-influencer-cta{
    position:relative;
    width:min(1760px,calc(100vw - 24px));
    min-height:430px;
    margin:0 auto 0;
    overflow:hidden;
    border-radius:32px;
    color:#111;
    background:linear-gradient(135deg,#ededed 0%,#d7d7d7 55%,#c8c8c8 100%);
    isolation:isolate;
}
body.brand-editorial .fp-influencer-cta::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(238,238,238,.98) 0%,rgba(226,226,226,.92) 44%,rgba(214,214,214,.22) 72%,rgba(198,198,198,.08) 100%);
}
body.brand-editorial .fp-influencer-cta-media{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:-2;
    width:52%;
    background:url('/static/images/landing/generated/brand-hero-creator-background-v7.webp') center 38% / cover no-repeat;
    filter:grayscale(1) contrast(.92);
    opacity:.58;
}
body.brand-editorial .fp-influencer-cta-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:430px;
    width:min(920px,58%);
    padding:58px 72px;
}
body.brand-editorial .fp-influencer-cta-content>p{
    margin:0 0 20px;
    color:rgba(0,0,0,.46);
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
}
body.brand-editorial .fp-influencer-cta-content h2{
    margin:0;
    font-size:clamp(48px,3.5vw,64px);
    font-weight:900;
    line-height:1.08;
    letter-spacing:-.05em;
}
body.brand-editorial .fp-influencer-cta-content>span{
    margin-top:24px;
    color:rgba(0,0,0,.58);
    font-size:19px;
    font-weight:500;
    line-height:1.6;
}
body.brand-editorial .fp-influencer-cta-content>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:max-content;
    min-width:184px;
    min-height:54px;
    margin-top:30px;
    padding:0 24px;
    border:1px solid #111;
    border-radius:10px;
    color:#fff;
    background:#111;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
}
body.brand-editorial .fp-influencer-cta-content>a:hover{
    color:#fff;
    background:#000;
    transform:translateY(-2px);
}

body.brand-editorial .landing-footer::before{
    content:none!important;
    display:none!important;
}
@media(min-width:1101px){
    body.brand-editorial .landing-footer{
        height:500px;
        min-height:500px;
        max-height:500px;
        padding-top:32px;
    }
}

/* 최종 렌더 계층: CTA와 모달의 수직 기준을 고정한다. */
body.brand-editorial .fp-hero-action{bottom:180px}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    justify-content:stretch;
    align-items:start;
    min-height:480px;
    padding:52px 48px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span{
    align-self:start;
    margin-top:38px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>a{
    align-self:end;
    min-height:52px;
    margin-top:0;
}
body.brand-editorial .fp-fulfillment-cta{
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    align-items:start;
    padding:52px 48px;
}
body.brand-editorial .fp-fulfillment-copy{margin:0}
body.brand-editorial .fp-fulfillment-copy p{margin-top:38px}
body.brand-editorial .fp-fulfillment-footer{align-self:end}
body.brand-editorial .fp-fulfillment-actions a{min-height:52px}
body.brand-editorial .login-modal-register-bar{
    margin-top:32px;
    border:0;
}
@media(max-width:768px){
    body.brand-editorial .fp-hero-action{bottom:96px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-cta{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-copy p{margin-top:32px}
}

/* 브랜드 집중 배너의 크리에이터 카드 무한 롤링 영역 */
body.brand-editorial .fp-difference{
    width:min(1320px,calc(100vw - 48px));
}
body.brand-editorial .fp-focus-banner{
    min-height:620px;
}
body.brand-editorial .fp-focus-banner::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:8;
    border-radius:inherit;
    box-shadow:inset 26px 0 34px -30px rgba(0,0,0,.9),inset -26px 0 34px -30px rgba(0,0,0,.9);
    pointer-events:none;
}
body.brand-editorial .fp-focus-copy{
    top:74px;
    bottom:auto;
    left:42px;
    z-index:6;
    width:45%;
}
body.brand-editorial .fp-focus-copy .fp-focus-apply{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    min-height:50px;
    margin-top:70px;
    padding:0 22px;
    border-radius:11px;
    color:#111;
    background:#fff;
    font-family:'NotoSansKR','Noto Sans KR',sans-serif;
    font-size:15px;
    font-weight:750;
    text-decoration:none;
    transition:transform .22s ease,background-color .22s ease;
}
body.brand-editorial .fp-focus-copy .fp-focus-apply:hover{
    background:#f0f0f0;
    transform:translateY(-2px);
}
body.brand-editorial .fp-focus-copy .fp-focus-apply:focus-visible{
    outline:2px solid #fff;
    outline-offset:4px;
}
body.brand-editorial .fp-focus-creator-rail{
    position:absolute;
    top:34px;
    right:28px;
    bottom:34px;
    z-index:4;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    width:47%;
    overflow:hidden;
    border-radius:26px;
    -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%);
    mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent 100%);
    isolation:isolate;
}
body.brand-editorial .fp-focus-creator-column{
    min-width:0;
    height:100%;
    overflow:hidden;
    border-radius:22px;
}
body.brand-editorial .fp-focus-creator-column-track{
    display:flex;
    flex:none;
    flex-direction:column;
    gap:14px;
    width:100%;
    will-change:transform;
}
body.brand-editorial .fp-focus-creator-group{
    display:flex;
    flex:none;
    flex-direction:column;
    gap:14px;
    width:100%;
}
body.brand-editorial .fp-focus-creator-card{
    flex:none;
    width:76%;
    aspect-ratio:3/4;
    margin:0 auto;
    overflow:hidden;
    border:0;
    border-radius:22px;
    background:#181818;
    box-shadow:none;
    transform:translateZ(0);
}
body.brand-editorial .fp-focus-creator-card img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:var(--fp-card-position,50% 50%);
    filter:saturate(.92) contrast(.98);
    transform:scale(1.002);
}
body.brand-editorial .fp-focus-creator-column-up .fp-focus-creator-column-track{
    animation:fpFocusCreatorUp var(--fp-column-duration,36s) linear infinite;
}
body.brand-editorial .fp-focus-creator-column-down .fp-focus-creator-column-track{
    animation:fpFocusCreatorDown var(--fp-column-duration,36s) linear infinite;
}
@keyframes fpFocusCreatorUp{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(0,calc(-50% - 7px),0)}
}
@keyframes fpFocusCreatorDown{
    from{transform:translate3d(0,calc(-50% - 7px),0)}
    to{transform:translate3d(0,0,0)}
}
@media(max-width:1100px) and (min-width:769px){
    body.brand-editorial .fp-difference{width:calc(100vw - 32px)}
    body.brand-editorial .fp-focus-copy{top:68px;left:34px;width:42%}
    body.brand-editorial .fp-focus-copy h2{font-size:44px}
    body.brand-editorial .fp-focus-creator-rail{top:30px;right:22px;bottom:30px;width:52%}
    body.brand-editorial .fp-focus-creator-card{border-radius:20px}
}
@media(max-width:768px){
    body.brand-editorial .fp-difference{width:calc(100vw - 20px)}
    body.brand-editorial .fp-focus-banner{min-height:700px;border-radius:24px}
    body.brand-editorial .fp-focus-copy{top:50px;left:22px;width:calc(100% - 44px)}
    body.brand-editorial .fp-focus-copy h2{font-size:36px;line-height:1.1}
    body.brand-editorial .fp-focus-copy .fp-focus-apply{min-height:46px;margin-top:50px;padding:0 18px;font-size:14px}
    body.brand-editorial .fp-focus-creator-rail{top:320px;right:18px;bottom:24px;width:auto;left:18px;gap:10px;border-radius:20px}
    body.brand-editorial .fp-focus-creator-column-track,
    body.brand-editorial .fp-focus-creator-group{gap:10px}
    body.brand-editorial .fp-focus-creator-card{border-radius:18px}
    @keyframes fpFocusCreatorUp{
        from{transform:translate3d(0,0,0)}
        to{transform:translate3d(0,calc(-50% - 5px),0)}
    }
    @keyframes fpFocusCreatorDown{
        from{transform:translate3d(0,calc(-50% - 5px),0)}
        to{transform:translate3d(0,0,0)}
    }
}
@media(prefers-reduced-motion:reduce){
    body.brand-editorial .fp-focus-creator-column{overflow-y:auto;scrollbar-width:none}
    body.brand-editorial .fp-focus-creator-column::-webkit-scrollbar{display:none}
    body.brand-editorial .fp-focus-creator-column-track{animation:none;transform:none}
    body.brand-editorial .fp-focus-creator-group[aria-hidden="true"]{display:none}
}

/* 로그인 모달과 하단 전환 영역의 호흡을 넓힌다. */
body.brand-editorial .login-modal-form .form-control:focus{
    border-color:#555;
    caret-color:#555;
}
body.brand-editorial .login-modal-register-bar{
    margin-top:40px;
}
body.brand-editorial .fp-faq-intro h2{
    transform:translateY(-14px);
}
body.brand-editorial .fp-bottom-banner-section{
    padding-top:72px;
    padding-bottom:104px;
}
@media(max-width:1100px){
    body.brand-editorial .fp-bottom-banner-section{padding-top:56px;padding-bottom:80px}
}
@media(max-width:768px){
    body.brand-editorial .login-modal-register-bar{margin-top:32px}
    body.brand-editorial .fp-faq-intro h2{transform:translateY(-10px)}
    body.brand-editorial .fp-bottom-banner-section{padding-top:44px;padding-bottom:64px}
}

body.brand-editorial .login-modal-form .form-control:focus{
    border-color:#555;
    outline:0;
    box-shadow:none;
    caret-color:#555;
}

/* 2026-08-21 브랜드 랜딩 최종 간격·정렬 보정. */
/* 스크롤 전후 크기를 고정한다. 폭은 기존 로고 정렬 기준인 1560px 을 유지한다
   (1880px 로 넓히면 로고가 160px 왼쪽으로 밀린다). */
@media(min-width:1101px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        --nav-width:min(1560px,calc(100vw - 80px));
        --nav-scrolled-bg:rgba(241,241,241,.985);
    }
}
body.brand-editorial .brand-top-nav .brand-nav-actions{
    column-gap:22px;
    transform:translateX(-60px);
}
body.brand-editorial .brand-top-nav .nav-menu{
    position:static;
    left:auto;
    flex:0 0 auto;
    gap:38px;
    margin:0 8px 0 0;
    transform:none;
}
body.brand-editorial .brand-top-nav.is-scrolled .nav-menu-link,
body.brand-editorial .brand-top-nav.is-scrolled .nav-dropdown-toggle{
    color:#050505;
}

body.brand-editorial .fp-hero-action{
    bottom:180px;
}
body.brand-editorial .fp-hero-action a,
body.brand-editorial .fp-feature-cta a{
    min-width:190px;
    min-height:58px;
    padding:0 32px;
    border:1px solid #111;
    border-radius:11px;
    color:#fff;
    background:#111;
    font-family:'NotoSansKR','Noto Sans KR',sans-serif;
    font-size:17px!important;
    font-weight:700;
    line-height:1.2;
}
body.brand-editorial .fp-hero-action a{
    font-size:19px!important;
}
body.brand-editorial .fp-feature-cta a:hover{
    border-color:#000;
    color:#fff;
    background:#000;
}

body.brand-editorial .fp-intro-stack{
    padding-top:92px;
    background:#fff;
}
body.brand-editorial .fp-intro-copy{
    min-height:720px;
    padding-bottom:92px;
}
body.brand-editorial .fp-focus-copy h2{
    text-align:left;
}

body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    justify-content:stretch;
    align-items:start;
    min-height:480px;
    padding:52px 48px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span{
    align-self:start;
    margin-top:38px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>a{
    align-self:end;
    min-height:52px;
    margin-top:0;
}
body.brand-editorial .fp-fulfillment-cta{
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    align-items:start;
    padding:52px 48px;
}
body.brand-editorial .fp-fulfillment-copy{
    margin:0;
}
body.brand-editorial .fp-fulfillment-copy p{
    margin-top:38px;
}
body.brand-editorial .fp-fulfillment-footer{
    align-self:end;
}
body.brand-editorial .fp-fulfillment-actions a{
    min-height:52px;
}

body.brand-editorial .login-modal{
    width:480px;
}
body.brand-editorial .login-modal-logo{
    display:flex;
}
body.brand-editorial .login-modal-register-bar{
    margin-top:32px;
    border:0;
}

@media(max-width:1100px){
    body.brand-editorial .brand-top-nav .brand-nav-actions{transform:none}
}
@media(max-width:768px){
    body.brand-editorial .fp-hero-action{bottom:96px}
    body.brand-editorial .fp-hero-action a{min-width:190px;min-height:56px;padding:0 28px}
    body.brand-editorial .fp-intro-stack{padding-top:68px}
    body.brand-editorial .fp-intro-copy{min-height:740px;padding-bottom:84px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-cta{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-copy p{margin-top:32px}
}

@media(max-width:768px){
    body.brand-editorial .fp-bottom-banner.fp-influencer-cta{width:auto!important;min-height:500px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{min-height:500px;width:100%;padding:42px 28px}
}

/* 상단·포커스·판매방식·로그인 모달 세부 조정. */
body.brand-editorial .brand-top-nav .nav-menu{
    transform:none;
}
body.brand-editorial .brand-top-nav .brand-nav-actions{
    transform:translateX(-60px);
}
body.brand-editorial .fp-hero-action{
    bottom:140px;
}
body.brand-editorial .fp-hero-action a,
body.brand-editorial .brand-top-nav .brand-role-tab,
body.brand-editorial .fp-fulfillment-actions a{
    font-family:'NotoSansKR','Noto Sans KR',sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.2;
}
body.brand-editorial .fp-hero-action a+a,
body.brand-editorial .brand-top-nav .brand-role-tab.is-active,
body.brand-editorial .fp-fulfillment-actions a{
    color:#333;
}

body.brand-editorial .fp-focus-copy{
    top:86px;
    bottom:auto;
    left:48px;
    width:68%;
}
body.brand-editorial .fp-focus-copy h2{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:clamp(48px,3.8vw,68px);
    line-height:1.18;
    letter-spacing:-.05em;
}
body.brand-editorial .fp-feature-cta{
    padding-bottom:140px;
}
body.brand-editorial .fp-feature-cta p{
    font-size:22px;
    line-height:1.5;
}
body.brand-editorial .fp-feature-card header{
    min-height:0;
    margin-bottom:24px;
}
body.brand-editorial .fp-fulfillment-footer{
    justify-content:flex-end;
}
body.brand-editorial .fp-fulfillment-actions a:hover span{
    transform:translateX(3px);
}

body.brand-editorial .login-modal-wordmark{
    filter:none;
}
body.brand-editorial .login-modal-form .btn-login,
body.brand-editorial .login-modal-form .btn-login:hover{
    color:#fff;
    background:#111;
}
body.brand-editorial .login-forgot-pw a:hover{
    color:#111;
}
body.brand-editorial .login-modal-close{
    padding:0;
    font-size:0;
    line-height:0;
}
body.brand-editorial .login-modal-close::before,
body.brand-editorial .login-modal-close::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:14px;
    height:2px;
    border-radius:999px;
    background:currentColor;
    transform-origin:center;
}
body.brand-editorial .login-modal-close::before{
    transform:translate(-50%,-50%) rotate(45deg);
}
body.brand-editorial .login-modal-close::after{
    transform:translate(-50%,-50%) rotate(-45deg);
}
body.brand-editorial .login-modal-register-bar{
    border:1px solid #dedede;
    background:#fdf2f8;
}
body.brand-editorial .login-register-btn{
    color:#fff;
    background:#4a4a4a;
}
body.brand-editorial .login-register-btn:hover{
    color:#fff;
    background:#343434;
}
@media(max-width:1100px){
    body.brand-editorial .brand-top-nav .brand-nav-actions{transform:none}
}
@media(max-width:768px){
    body.brand-editorial .fp-hero-action{bottom:76px}
    body.brand-editorial .fp-focus-copy{top:76px;left:24px;width:calc(100% - 48px)}
    body.brand-editorial .fp-focus-copy h2{font-size:42px}
    body.brand-editorial .fp-feature-cta{padding-bottom:24px}
    body.brand-editorial .fp-feature-cta p{font-size:18px}
}

/* 푸터 위 전환 영역은 동일 높이의 2열 배너로 구성한다. */
body.brand-editorial .fp-bottom-banner-section{
    position:relative;
    z-index:6;
    margin-top:-48px;
    padding:72px 12px 104px;
    background:var(--fp-gray);
}
body.brand-editorial .fp-bottom-banner-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    width:min(1760px,100%);
    margin:0 auto;
}
body.brand-editorial .fp-bottom-banner{
    box-sizing:border-box;
    width:auto;
    min-width:0;
    min-height:480px;
    margin:0;
    border-radius:32px;
}
body.brand-editorial .fp-bottom-banner.fp-influencer-cta{
    width:auto;
    min-height:480px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{
    box-sizing:border-box;
    min-height:480px;
    width:88%;
    padding:52px 48px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content h2{
    font-size:clamp(42px,2.7vw,52px);
    line-height:1.12;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span{
    font-size:17px;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta{
    background:linear-gradient(135deg,#e5e2de 0%,#d4d0ca 52%,#bab7b2 100%);
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta::after{
    background:linear-gradient(90deg,rgba(232,229,224,.9) 0%,rgba(224,221,216,.76) 34%,rgba(210,207,202,.34) 58%,rgba(198,195,190,.08) 78%,transparent 100%);
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-media{
    right:-3%;
    width:76%;
    background-image:url('/static/images/image_4e10910d-52d5-4530-b7aa-0f141a8d3fc5.webp');
    background-position:center 24%;
    filter:grayscale(.62) saturate(.72) contrast(1.03);
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 8%,rgba(0,0,0,.45) 28%,rgba(0,0,0,.88) 48%,#000 62%);
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 8%,rgba(0,0,0,.45) 28%,rgba(0,0,0,.88) 48%,#000 62%);
    opacity:.72;
}

body.brand-editorial .fp-fulfillment-cta{
    position:relative;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    padding:46px 48px;
    color:#fff;
    background:#090909;
}
body.brand-editorial .fp-fulfillment-cta::before{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-150px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.055),transparent 68%);
    pointer-events:none;
}
body.brand-editorial .fp-fulfillment-index{
    color:rgba(255,255,255,.42);
    font-size:16px;
    font-weight:700;
}
body.brand-editorial .fp-fulfillment-copy{
    margin:auto 0;
}
body.brand-editorial .fp-fulfillment-copy h2{
    margin:0 0 18px;
    color:#fff;
    font-size:clamp(38px,2.8vw,50px);
    font-weight:800;
    line-height:1.14;
    letter-spacing:-.045em;
}
body.brand-editorial .fp-fulfillment-copy p{
    max-width:610px;
    margin:0;
    color:rgba(255,255,255,.62);
    font-size:16px;
    font-weight:500;
    line-height:1.65;
    word-break:keep-all;
}
body.brand-editorial .fp-fulfillment-footer{
    position:relative;
    z-index:1;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
}
body.brand-editorial .fp-fulfillment-footer>strong{
    color:rgba(255,255,255,.42);
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
}
body.brand-editorial .fp-fulfillment-actions{
    display:flex;
    gap:10px;
}
body.brand-editorial .fp-fulfillment-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:126px;
    min-height:46px;
    padding:0 16px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:10px;
    color:#111;
    background:#fff;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:transform .2s ease,background-color .2s ease;
}
body.brand-editorial .fp-fulfillment-actions a:hover{
    color:#111;
    background:#e5e5e5;
    transform:translateY(-2px);
}
body.brand-editorial .fp-fulfillment-actions a span{
    margin-left:6px;
    font-size:15px;
    line-height:1;
    transition:transform .2s ease;
}
body.brand-editorial .fp-fulfillment-actions a:hover span{
    transform:translate3d(2px,-2px,0);
}

body.brand-editorial .landing-footer{
    transform:none!important;
}
body.brand-editorial .fp-footer-card{
    transform:translate3d(0,var(--fp-footer-y,0px),0)!important;
}
body.brand-editorial .fp-footer-card::before{
    transform:scale(var(--fp-footer-scale,1))!important;
}
@media(min-width:1101px){
    body.brand-editorial .landing-footer{padding-top:32px}
}
@media(max-width:1100px){
    body.brand-editorial .fp-bottom-banner-section{margin-top:-24px;padding:56px 12px 80px}
    body.brand-editorial .fp-bottom-banner-row{grid-template-columns:1fr}
}
@media(max-width:768px){
    body.brand-editorial .fp-bottom-banner-section{margin-top:-16px;padding:44px 10px 64px}
    body.brand-editorial .fp-bottom-banner{min-height:500px;border-radius:22px}
    body.brand-editorial .fp-bottom-banner.fp-influencer-cta{min-height:500px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{min-height:500px;width:100%;padding:42px 28px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content h2{font-size:42px}
    body.brand-editorial .fp-fulfillment-cta{padding:38px 28px}
    body.brand-editorial .fp-fulfillment-copy h2{font-size:38px}
    body.brand-editorial .fp-fulfillment-footer{align-items:flex-start;flex-direction:column}
    body.brand-editorial .fp-fulfillment-actions{width:100%}
    body.brand-editorial .fp-fulfillment-actions a{flex:1;min-width:0}
}
@media(max-width:1350px){
    body.brand-editorial .brand-top-nav .nav-menu{display:none!important}
}
@media(max-width:1100px){
    body.brand-editorial .brand-top-nav .brand-role-tabs{display:none!important}
    body.brand-editorial .brand-top-nav .brand-nav-actions{grid-column:2;transform:none}
}
@media(max-width:768px){
    body.brand-editorial .fp-intro-stack{padding-top:76px}
    body.brand-editorial .fp-intro-copy{min-height:780px;padding-bottom:96px}
    body.brand-editorial .fp-feature-nav h2{width:100%;font-size:44px;line-height:1.2}
    body.brand-editorial .fp-feature-cta{padding-bottom:20px}
    body.brand-editorial .fp-feature-cta p{font-size:17px}
    body.brand-editorial .fp-faq{padding:92px 20px 100px}
    body.brand-editorial .fp-faq-intro{display:block;margin-bottom:36px}
    body.brand-editorial .fp-faq-intro h2{margin-top:28px;font-size:34px}
    body.brand-editorial .fp-faq-mount{width:100%}
    body.brand-editorial .fp-brand-faq-list .faq-question{min-height:72px;padding:0 20px;font-size:16px}
    body.brand-editorial .fp-brand-faq-list .faq-answer-content{margin:0 20px;padding:18px 0 22px;font-size:15px}
    body.brand-editorial .fp-influencer-cta{width:calc(100vw - 20px);min-height:560px;border-radius:22px}
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta .fp-influencer-cta-media{top:auto;right:0;bottom:0;width:100%;height:52%;background-position:center 27%;-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 48%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 48%);opacity:.66}
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta::after{background:linear-gradient(180deg,rgba(232,229,224,.94) 0%,rgba(222,219,214,.82) 52%,rgba(207,204,199,.28) 78%,rgba(198,195,190,.06) 100%)}
    body.brand-editorial .fp-influencer-cta-content{justify-content:flex-start;min-height:560px;width:100%;padding:46px 28px}
    body.brand-editorial .fp-influencer-cta-content h2{font-size:42px}
    body.brand-editorial .fp-influencer-cta-content>span{font-size:16px}
    body.brand-editorial .landing-footer{min-height:0;padding-top:24px}
}
@media(prefers-reduced-motion:reduce){
    body.brand-editorial .fp-intro-copy .fp-intro-primary,
    body.brand-editorial .fp-intro-copy .fp-intro-secondary{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}
}

/* 푸터 하단은 저작권·법적 고지와 서비스 파트너 배지를 두 열로 정리한다. */
body.brand-editorial .fp-footer-card .footer-bottom{
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:36px;
}
body.brand-editorial .fp-footer-card .footer-payment-badge{
    grid-column:2;
    justify-self:end;
}
@media(min-width:1101px){
    body.brand-editorial .landing-footer{
        height:auto;
        min-height:0;
        max-height:none;
    }
    body.brand-editorial .fp-footer-card{
        height:auto;
        min-height:0;
        max-height:none;
    }
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{
        height:auto;
        min-height:0;
        max-height:none;
        overflow:visible;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        padding-top:24px;
        padding-bottom:24px;
    }
}
@media(max-width:1100px){
    body.brand-editorial .fp-footer-card .footer-bottom{grid-template-columns:1fr;row-gap:18px}
    body.brand-editorial .fp-footer-card .footer-payment-badge{grid-column:1;justify-self:start}
}

/* 페이지 마지막 우선순위: 요청된 데스크톱 배치를 확정한다. */
body.brand-editorial .fp-hero-action{bottom:220px}
@media(max-width:1100px) and (min-width:769px){
    body.brand-editorial .fp-hero-action{bottom:200px}
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    justify-content:stretch;
    align-items:start;
    min-height:480px;
    padding:52px 48px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span{align-self:start;margin-top:38px}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>a{align-self:end;min-height:52px;margin-top:0}
body.brand-editorial .fp-fulfillment-cta{
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    align-items:start;
    padding:52px 48px;
}
body.brand-editorial .fp-fulfillment-copy{margin:0}
body.brand-editorial .fp-fulfillment-copy p{margin-top:38px}
body.brand-editorial .fp-fulfillment-footer{align-self:end}
body.brand-editorial .fp-fulfillment-actions a{min-height:52px}
body.brand-editorial .login-modal-register-bar{margin-top:40px;border:0}
@media(max-width:768px){
    body.brand-editorial .fp-hero-action{bottom:124px}
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-cta{min-height:500px;padding:42px 28px}
    body.brand-editorial .fp-fulfillment-copy p{margin-top:32px}
}

/* 크리에이터 카드 레일의 최종 반응형 배치를 확정한다. */
@media(min-width:1101px){
    body.brand-editorial .fp-focus-copy{top:74px;left:42px;width:45%}
    body.brand-editorial .fp-focus-creator-rail{top:34px;right:28px;bottom:34px;width:47%}
}
@media(max-width:1100px) and (min-width:769px){
    body.brand-editorial .fp-focus-copy{top:68px;left:34px;width:42%}
    body.brand-editorial .fp-focus-creator-rail{top:30px;right:22px;bottom:30px;width:52%}
}
@media(max-width:768px){
    body.brand-editorial .fp-focus-copy{top:50px;left:22px;width:calc(100% - 44px)}
    body.brand-editorial .fp-focus-copy h2{font-size:36px;line-height:1.1}
    body.brand-editorial .fp-focus-creator-rail{top:320px;right:18px;bottom:24px;left:18px;width:auto}
}

/* 판매방식 카드는 풀필먼트 배너와 같은 불투명 검정 톤으로 통일한다. */
body.brand-editorial .fp-feature-card{
    position:relative;
    overflow:hidden;
    border:0;
    color:#fff;
    background:#090909;
    box-shadow:none;
    backdrop-filter:none;
    isolation:isolate;
}
body.brand-editorial .fp-feature-card::before{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-150px;
    z-index:-1;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.055),transparent 68%);
    pointer-events:none;
}
body.brand-editorial .fp-feature-card header{
    position:relative;
    z-index:1;
    margin-bottom:14px;
}
body.brand-editorial .fp-feature-card h3{
    color:#fff;
}
body.brand-editorial .fp-feature-card>p{
    position:relative;
    z-index:1;
    max-width:94%;
    margin:0;
    padding:0;
    color:rgba(255,255,255,.62);
    font-size:16px;
    font-weight:500;
    line-height:1.55;
    word-break:keep-all;
}
body.brand-editorial .fp-feature-card>.fp-generated-mockup{
    position:relative;
    z-index:1;
    margin-top:36px;
}
@media(min-width:1101px){
    body.brand-editorial .fp-feature-stage{height:1905px;min-height:1905px}
    body.brand-editorial .fp-feature-layout{min-height:1625px}
    body.brand-editorial .fp-feature-card{height:520px;min-height:520px}
    body.brand-editorial .fp-feature-card:nth-child(even){height:505px;min-height:505px}
}
@media(max-width:768px){
    body.brand-editorial .fp-feature-card{height:390px;min-height:390px}
    body.brand-editorial .fp-feature-card header{margin-bottom:12px}
    body.brand-editorial .fp-feature-card>p{max-width:100%;font-size:15px;line-height:1.5}
    body.brand-editorial .fp-feature-card>.fp-generated-mockup{margin-top:28px}
}

/* 하단 CTA와 축소형 푸터 카드의 여백을 확보한다. */
body.brand-editorial .fp-bottom-banner-row{
    width:min(1320px,calc(100% - 48px));
    gap:24px;
}
body.brand-editorial .fp-footer-card .footer-content{
    padding:40px 88px 18px;
}
body.brand-editorial .fp-footer-card .footer-business-info{
    padding:12px 88px 14px;
}
body.brand-editorial .fp-footer-card .footer-bottom{
    column-gap:48px;
    padding:22px 88px 26px;
}
body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
    width:190px!important;
    max-width:190px!important;
}
body.brand-editorial .fp-footer-card .footer-description{
    font-size:13px;
    line-height:1.55;
}
body.brand-editorial .fp-footer-card .footer-column h4{
    margin-bottom:14px;
    font-size:19px;
}
body.brand-editorial .fp-footer-card .footer-links li{
    margin-bottom:12px;
}
body.brand-editorial .fp-footer-card .footer-links li:last-child{
    margin-bottom:0;
}
body.brand-editorial .fp-footer-card .footer-links a{
    font-size:15px;
    line-height:1.55;
}
body.brand-editorial .fp-footer-card .footer-business-text{
    font-size:10px;
    line-height:1.4;
}
body.brand-editorial .fp-footer-card .footer-copyright{
    font-size:13px;
}
body.brand-editorial .fp-footer-card .footer-marketplace-notice{
    font-size:12px;
    line-height:1.45;
}
body.brand-editorial .fp-footer-card .footer-legal-links a{
    min-height:28px;
    padding:5px 10px;
    font-size:11px;
}
@media(max-width:1100px){
    body.brand-editorial .fp-bottom-banner-row{width:calc(100% - 24px);gap:20px}
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{padding-right:56px;padding-left:56px}
}
@media(max-width:768px){
    body.brand-editorial .fp-bottom-banner-row{width:calc(100% - 12px);gap:20px}
    body.brand-editorial .fp-footer-card .footer-content,
    body.brand-editorial .fp-footer-card .footer-business-info,
    body.brand-editorial .fp-footer-card .footer-bottom{padding-right:24px;padding-left:24px}
    body.brand-editorial .fp-footer-card .footer-column h4{font-size:18px}
    body.brand-editorial .fp-footer-card .footer-links a{font-size:14px}
}

/* 공통 랜딩 최종 보정: 히어로 CTA, 푸터 라운드, 하단 배너 폭. */
body.brand-editorial .fp-hero-action a,
body.brand-editorial .fp-hero-action a:first-child{
    border-color:#fff;
    color:#111;
    background:#fff;
}
body.brand-editorial .fp-hero-action a:hover,
body.brand-editorial .fp-hero-action a:first-child:hover{
    border-color:#f0f0f0;
    color:#111;
    background:#f0f0f0;
}
body.brand-editorial .landing-footer{
    z-index:8;
    will-change:auto;
    backface-visibility:visible;
}
body.brand-editorial .fp-footer-card{
    z-index:1;
    overflow:visible;
    border-radius:34px;
    background:transparent;
    clip-path:none;
    transform:none!important;
    will-change:auto;
}
body.brand-editorial .fp-footer-card::before{
    border-radius:inherit;
    clip-path:none;
    transform:scale(var(--fp-footer-scale,1))!important;
    transform-origin:center bottom;
}
body.brand-editorial .fp-bottom-banner{
    position:relative;
    overflow:hidden;
    clip-path:inset(0 round 32px);
    transform:translateZ(0);
    backface-visibility:hidden;
}
body.brand-editorial .fp-bottom-banner.fp-influencer-cta::after,
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-media{
    border-radius:inherit;
}
body.brand-editorial .fp-bottom-banner-row{
    width:min(1480px,calc(100% - 32px));
    gap:80px;
}
body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span,
body.brand-editorial .fp-bottom-banner .fp-fulfillment-copy p{
    font-size:18px;
}
@media(max-width:1100px){
    body.brand-editorial .fp-bottom-banner-row{width:calc(100% - 16px);gap:56px}
}
@media(max-width:768px){
    body.brand-editorial .fp-footer-card{border-radius:26px;clip-path:none}
    body.brand-editorial .fp-footer-card::before{clip-path:none}
    body.brand-editorial .fp-bottom-banner{clip-path:inset(0 round 22px)}
    body.brand-editorial .fp-bottom-banner-row{width:calc(100% - 8px);gap:40px}
}

/* 운영 랜딩 상단 메뉴 최종 안정화: 강제 이동값으로 인한 메뉴 밀림을 막는다. */
body.brand-editorial nav.brand-top-nav,
body.brand-editorial nav.brand-top-nav.is-scrolled{
    grid-template-columns:minmax(150px,.82fr) auto minmax(340px,.82fr);
    align-items:center;
    column-gap:clamp(14px,1.8vw,34px);
}
body.brand-editorial .brand-top-nav .brand-role-tabs{
    position:static;
    justify-self:center;
    margin:0;
    transform:none!important;
}
body.brand-editorial .brand-top-nav .brand-nav-actions{
    grid-column:3;
    justify-self:end;
    display:flex!important;
    align-items:center;
    justify-content:flex-end;
    gap:clamp(14px,1.3vw,22px);
    min-width:0;
    margin:0;
    transform:none!important;
}
body.brand-editorial .brand-top-nav .nav-login{
    flex:0 0 auto;
    white-space:nowrap;
}
body.brand-editorial .brand-top-nav .nav-menu{
    position:static;
    left:auto;
    display:flex!important;
    flex:0 1 auto;
    align-items:center;
    gap:18px;
    min-width:0;
    margin:0;
    padding:4px;
    transform:none!important;
}
body.brand-editorial .brand-top-nav .nav-menu-link,
body.brand-editorial .brand-top-nav .nav-dropdown-toggle{
    flex:0 0 auto;
    white-space:nowrap;
}
body.brand-editorial .brand-top-nav .nav-menu-link{
    padding-right:16px;
    padding-left:16px;
}
@media(max-width:1350px) and (min-width:1101px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(132px,.7fr) auto minmax(250px,.7fr);
        column-gap:12px;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions{gap:12px}
    body.brand-editorial .brand-top-nav .nav-menu{display:flex!important;gap:14px}
    body.brand-editorial .brand-top-nav .nav-menu-link,
    body.brand-editorial .brand-top-nav .nav-dropdown-toggle{
        padding:9px 10px;
        font-size:13px;
    }
    body.brand-editorial .brand-top-nav .fulfillment-dropdown{display:none}
}
@media(min-width:1351px) and (max-width:1600px){
    body.brand-editorial .brand-top-nav .brand-nav-actions{gap:10px}
    body.brand-editorial .brand-top-nav .nav-menu{gap:10px}
    body.brand-editorial .brand-top-nav .nav-menu-link,
    body.brand-editorial .brand-top-nav .nav-dropdown-toggle{
        padding:8px 10px;
        font-size:13px;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab{
        padding-right:9px;
        padding-left:9px;
        font-size:14px;
    }
}
@media(max-width:1100px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:1fr auto;
    }
    body.brand-editorial .brand-top-nav .brand-role-tabs,
    body.brand-editorial .brand-top-nav .nav-menu{display:none!important}
    body.brand-editorial .brand-top-nav .brand-nav-actions{
        grid-column:2;
        transform:none!important;
    }
}

/* QHD 이상의 화면에서는 FHD 영상을 원본보다 크게 확대하지 않는다. */
@media(min-width:1921px){
    body.brand-editorial .fp-hero{
        height:960px;
        min-height:0;
    }
    body.brand-editorial .fp-hero-media{
        inset:0 auto 0 50%;
        width:1920px;
        height:960px;
        transform:translateX(-50%);
    }
    body.brand-editorial:not(.influencer-editorial) .fp-hero-copy,
    body.brand-editorial:not(.influencer-editorial) .fp-hero-action{
        left:max(var(--fp-edge),calc(50% - 900px));
    }
    body.brand-editorial .fp-hero-media-toggle{
        right:max(28px,calc(50% - 932px));
    }
}

/* 브랜드 랜딩 판매 전환 구간: 모노톤 편집형 레이아웃에 블러시 포인트를 연결한다. */
body.brand-editorial:not(.influencer-editorial) .fp-feature-stage{
    color:#21191c;
    background:#f5e8ec;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-backdrop{
    background:
        radial-gradient(circle at 12% 20%,rgba(216,135,157,.34) 0%,rgba(216,135,157,.12) 30%,transparent 56%),
        radial-gradient(circle at 48% 100%,rgba(255,249,251,.9) 0%,transparent 50%),
        linear-gradient(118deg,#fbf1f4 0%,#f1dce2 50%,#f8ecef 100%);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-backdrop::after{
    background:linear-gradient(112deg,rgba(255,255,255,.12),rgba(117,69,83,.05));
    backdrop-filter:none;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-nav h2{
    color:#21191c;
    text-shadow:0 12px 34px rgba(104,62,74,.08);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-nav nav a{
    border:1px solid rgba(83,47,58,.08);
    color:rgba(56,39,45,.58);
    background:rgba(255,255,255,.38);
    transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-nav nav a:hover{
    border-color:rgba(83,47,58,.16);
    color:#21191c;
    background:rgba(255,255,255,.72);
    transform:translateX(3px);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-nav nav a.is-active{
    border-color:#2a2024;
    color:#fff;
    background:#2a2024;
    box-shadow:0 12px 30px rgba(82,43,56,.16);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-cta p{
    color:rgba(49,34,39,.78);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-cta a{
    color:#fff;
    background:#2a2024;
    box-shadow:0 14px 34px rgba(82,43,56,.16);
    transition:background-color .2s ease,transform .2s ease;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-cta a:hover{
    color:#fff;
    background:#c4476f;
    transform:translateY(-2px);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-card{
    border-color:rgba(104,62,74,.1);
    background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,247,249,.7));
    box-shadow:none;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-card::after{
    background:linear-gradient(180deg,rgba(255,255,255,.01) 38%,rgba(239,214,221,.24) 100%);
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-card>.fp-generated-mockup{
    box-shadow:none;
    filter:none;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-card h3{
    color:#21191c;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-card>p{
    color:rgba(83,63,70,.76);
}

body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-row{
    width:min(1480px,calc(100% - 32px));
    gap:28px;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta{
    color:#2b1b21;
    background:linear-gradient(135deg,#fff4f7 0%,#f8e1e8 48%,#edc8d4 100%);
    box-shadow:inset 0 0 0 1px rgba(164,69,99,.08);
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta::after{
    background:linear-gradient(90deg,rgba(255,247,249,.99) 0%,rgba(250,231,237,.97) 42%,rgba(239,202,214,.62) 62%,rgba(222,165,183,.1) 84%,transparent 100%);
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-media{
    background-color:rgba(196,71,111,.18);
    background-blend-mode:soft-light;
    filter:grayscale(.7) sepia(.06) saturate(.8) contrast(1.04);
    opacity:.78;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content h2{
    color:#2b1b21;
    text-shadow:0 8px 28px rgba(164,69,99,.07);
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content>span{
    color:#6b4b56;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content>a{
    border-color:#2a1c21;
    color:#fff;
    background:#2a1c21;
    transition:border-color .2s ease,background-color .2s ease,transform .2s ease;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content>a:hover{
    border-color:#c4476f;
    color:#fff;
    background:#c4476f;
}
@media(max-width:1100px){
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-row{
        width:calc(100% - 16px);
        gap:24px;
    }
}
@media(max-width:768px){
    body.brand-editorial:not(.influencer-editorial) .fp-feature-nav nav a:hover{
        transform:none;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-row{
        width:calc(100% - 8px);
        gap:24px;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta::after{
        background:linear-gradient(180deg,rgba(255,247,249,.99) 0%,rgba(250,231,237,.97) 50%,rgba(238,199,211,.58) 76%,rgba(222,165,183,.08) 100%);
    }
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta .fp-influencer-cta-media{
        background-color:rgba(196,71,111,.16);
        opacity:.7;
    }
}

/* 모바일 랜딩 헤더: 역할 전환과 PC 상단 메뉴를 작은 화면에서도 유지한다. */
@media(max-width:768px){
    body.brand-editorial{--nav-width:calc(100vw - 20px);--nav-h:106px;--nav-pad:8px 10px 9px 14px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-width:calc(100vw - 20px);--nav-h:106px;--nav-pad:8px 10px 9px 14px}
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        top:10px;
        grid-template-columns:minmax(0,1fr) auto 42px!important;
        grid-template-rows:44px 38px;
        column-gap:8px;
        row-gap:7px;
        overflow:visible;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper{
        grid-column:1;
        grid-row:1;
        width:132px!important;
        max-width:132px!important;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
        width:132px!important;
        max-width:132px!important;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions{
        grid-column:2;
        grid-row:1;
        gap:6px;
    }
    body.brand-editorial .brand-top-nav .nav-menu{display:none!important}
    body.brand-editorial .brand-top-nav .lang-selector-slot{
        display:block!important;
        order:2;
    }
    body.brand-editorial .brand-top-nav .lang-toggle{
        width:42px;
        min-width:42px;
        height:42px;
        min-height:42px;
        padding:0 7px;
        border-radius:10px;
    }
    body.brand-editorial .brand-top-nav .lang-current-flag{
        width:22px;
        height:auto;
    }
    body.brand-editorial .brand-top-nav .lang-chevron{display:none}
    body.brand-editorial .brand-top-nav .nav-login{
        order:1;
        min-height:42px;
        padding:0 14px;
        border-radius:10px;
        font-size:13px;
    }
    body.brand-editorial .brand-top-nav .brand-role-tabs{
        position:static;
        grid-column:1 / -1;
        grid-row:2;
        display:flex!important;
        justify-self:stretch;
        width:100%;
        margin:0;
        padding:3px;
        transform:none!important;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab{
        flex:1 1 0;
        min-width:0;
        min-height:32px;
        padding:0 10px;
        font-size:13px;
    }
    body.brand-editorial .fp-menu-toggle{
        grid-column:3;
        grid-row:1;
        align-self:center;
        display:grid!important;
        place-content:center;
        gap:5px;
        width:42px;
        height:42px;
        padding:0;
        border:1px solid rgba(255,255,255,.34);
        border-radius:10px;
        background:rgba(0,0,0,.28);
    }
    body.brand-editorial .fp-menu-toggle span{background:#fff}
    body.brand-editorial .fp-menu-panel{
        top:128px;
        left:50%;
        display:grid!important;
        width:calc(100vw - 20px);
        max-width:370px;
        max-height:calc(100dvh - 144px);
        padding:20px 20px 28px;
        overflow-y:auto;
        border:1px solid #F2F4F6;
        border-radius:20px;
        background:#FFFFFF;
        box-shadow:none;
    }
    body.brand-editorial .fp-menu-panel-logo{
        display:block;
        width:auto;
        height:20px;
        margin:0 0 20px;
        justify-self:start;
    }
    body.brand-editorial .fp-menu-panel-label{
        display:block;
        margin-top:28px;
        padding:0 0 8px;
        border-bottom:1px solid #F2F4F6;
        color:#8B95A1;
        font-size:12px;
        font-weight:600;
        line-height:16px;
        letter-spacing:.02em;
    }
    body.brand-editorial .fp-menu-panel-label:first-child,
    body.brand-editorial .fp-menu-panel-logo + .fp-menu-panel-label{margin-top:0}
    body.brand-editorial .fp-menu-panel > a{
        display:block;
        min-height:0;
        margin-top:14px;
        padding:0;
        border:0;
        color:#191F28;
        font-size:18px;
        font-weight:700;
        line-height:24px;
        letter-spacing:-.01em;
    }
    body.brand-editorial .fp-menu-panel > a:first-child{margin-top:0}
    body.brand-editorial .fp-hero-copy{top:148px!important}
}

@media(max-width:360px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(0,1fr) auto 40px!important;
        column-gap:6px;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper,
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper .krewpick-mobile-wordmark{
        width:112px!important;
        max-width:112px!important;
    }
    body.brand-editorial .brand-top-nav .nav-login{display:none}
    body.brand-editorial .fp-menu-toggle{width:40px;height:40px}
}

/* 모바일 헤더·메뉴·푸터는 데스크톱 랜딩의 무채색 컨트롤 체계를 그대로 축소한다. */
@media(max-width:768px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(0,1fr) 42px 48px!important;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions{
        grid-column:3;
        width:48px;
    }
    body.brand-editorial .brand-top-nav .nav-login{
        display:none!important;
    }
    body.brand-editorial .brand-top-nav .lang-selector-slot{
        order:0;
        width:48px;
    }
    body.brand-editorial .brand-top-nav .lang-toggle,
    body.brand-editorial .brand-top-nav .lang-toggle.open{
        width:48px;
        min-width:48px;
        height:42px;
        min-height:42px;
        padding:0 8px;
        border:1px solid #5a5a5a;
        border-radius:10px;
        color:#fff;
        background:#444;
        filter:grayscale(1);
    }
    body.brand-editorial .brand-top-nav .lang-chevron{
        display:block;
        color:#fff;
        font-size:9px;
    }
    body.brand-editorial .fp-menu-toggle{
        grid-column:2;
        border:1px solid #222;
        border-radius:10px;
        background:#222;
    }
    body.brand-editorial .fp-menu-toggle:hover,
    body.brand-editorial .fp-menu-toggle[aria-expanded="true"]{
        border-color:#000;
        background:#000;
    }
    body.brand-editorial .fp-menu-panel{
        background:#FFFFFF;
        box-shadow:none;
    }
    body.brand-editorial .fp-footer-card .footer-content{
        padding-top:132px;
        padding-bottom:30px;
        row-gap:28px;
    }
    body.brand-editorial .fp-footer-card .footer-brand{
        padding-left:0;
    }
    body.brand-editorial .fp-footer-card .footer-logo{
        margin:0 0 16px;
    }
    body.brand-editorial .fp-footer-card .footer-logo .krewpick-mobile-wordmark{
        width:164px!important;
        max-width:164px!important;
    }
    body.brand-editorial .fp-footer-card .footer-description{
        line-height:1.65;
    }
    body.brand-editorial .fp-footer-card .footer-symbol{
        margin-top:20px;
    }
    body.brand-editorial .fp-footer-card .footer-business-info{
        padding-top:22px;
        padding-bottom:22px;
    }
    body.brand-editorial .fp-footer-card .footer-bottom{
        padding-top:26px;
        padding-bottom:30px;
        row-gap:24px;
    }
}

@media(max-width:360px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(0,1fr) 40px 44px!important;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions,
    body.brand-editorial .brand-top-nav .lang-selector-slot{
        width:44px;
    }
    body.brand-editorial .brand-top-nav .lang-toggle,
    body.brand-editorial .brand-top-nav .lang-toggle.open{
        width:44px;
        min-width:44px;
    }
}

/* 모바일 헤더 컨트롤 리뉴얼: 햄버거와 언어 토글을 하나의 무채색 컨트롤 그룹으로 통일한다.
   음영·그림자·테두리선 없이 면과 여백만으로 구분한다. */
@media(max-width:768px){
    body.brand-editorial{--nav-pad:8px 10px 9px 14px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-pad:8px 10px 9px 14px}
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(0,1fr) 44px 44px!important;
        column-gap:4px;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions{
        width:44px;
    }
    body.brand-editorial .brand-top-nav .lang-selector-slot{
        width:44px;
    }
    body.brand-editorial .brand-top-nav .lang-toggle,
    body.brand-editorial .brand-top-nav .lang-toggle.open{
        width:44px;
        min-width:44px;
        height:44px;
        min-height:44px;
        padding:0;
        justify-content:center;
        border:0;
        border-radius:12px;
        color:#111;
        background:rgba(255,255,255,.9);
        box-shadow:none;
        filter:none;
    }
    body.brand-editorial .brand-top-nav .lang-current-flag{
        width:20px;
        height:auto;
    }
    body.brand-editorial .brand-top-nav .lang-chevron{display:none}
    body.brand-editorial .fp-menu-toggle{
        grid-column:2;
        grid-row:1;
        align-self:center;
        display:grid!important;
        place-content:center;
        gap:5px;
        width:44px;
        height:44px;
        padding:0;
        border:0;
        border-radius:12px;
        background:rgba(255,255,255,.9);
        box-shadow:none;
    }
    body.brand-editorial .fp-menu-toggle span{
        width:17px;
        height:2px;
        border-radius:2px;
        background:#111;
    }
    body.brand-editorial .fp-menu-toggle[aria-expanded="true"]{
        background:#111;
    }
    body.brand-editorial .fp-menu-toggle[aria-expanded="true"] span{
        background:#fff;
    }
    body.brand-editorial nav.brand-top-nav.is-scrolled .fp-menu-toggle:not([aria-expanded="true"]),
    body.brand-editorial nav.brand-top-nav.is-scrolled .lang-toggle{
        background:rgba(17,17,17,.06);
    }

    /* 역할 탭도 같은 무채색 면 체계로 맞춘다. */
    body.brand-editorial .brand-top-nav .brand-role-tabs{
        gap:2px;
        padding:3px;
        border:0;
        border-radius:12px;
        background:rgba(255,255,255,.9);
        box-shadow:none;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab{
        min-height:32px;
        border:0;
        border-radius:9px;
        color:rgba(17,17,17,.52);
        background:transparent;
        box-shadow:none;
        font-size:13px;
        font-weight:750;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab.is-active{
        color:#fff;
        background:#111;
    }
    body.brand-editorial nav.brand-top-nav.is-scrolled .brand-role-tabs{
        background:rgba(17,17,17,.06);
    }

    /* 메뉴 패널: 흰 면과 얇은 테두리 위에 큰 타이포 항목과 하단 CTA만 남긴다. */
    body.brand-editorial .fp-menu-panel{
        top:124px;
        padding:20px 20px 28px;
        border:1px solid #F2F4F6;
        border-radius:20px;
        background:#FFFFFF;
        box-shadow:none;
    }
    body.brand-editorial .fp-menu-panel-logo{
        display:block;
        width:auto;
        height:20px;
        margin:0 0 20px;
        justify-self:start;
    }
    body.brand-editorial .fp-menu-panel > a{
        min-height:0;
        margin-top:14px;
        padding:0;
        border-bottom:0;
        border-radius:0;
        color:#191F28;
        font-size:18px;
        font-weight:700;
        line-height:24px;
        letter-spacing:-.01em;
    }
    body.brand-editorial .fp-menu-panel > a:first-child{margin-top:0}
    body.brand-editorial .fp-menu-panel-label{
        margin-top:28px;
        padding:0 0 8px;
        border-bottom:1px solid #F2F4F6;
        color:#8B95A1;
        font-size:12px;
        font-weight:600;
        line-height:16px;
        letter-spacing:.02em;
    }
    body.brand-editorial .fp-menu-panel-label:first-child,
    body.brand-editorial .fp-menu-panel-logo + .fp-menu-panel-label{margin-top:0}
    body.brand-editorial .fp-menu-panel-cta{
        margin-top:24px;
        text-align:center;
    }
    body.brand-editorial .fp-menu-panel .fp-menu-login{
        display:inline-flex;
        justify-content:center;
        justify-self:center;
        width:min(200px,100%);
        min-height:44px;
        margin:0;
        padding:0 16px;
        border:0;
        border-radius:22px;
        color:#fff;
        background:#191F28;
        font-size:15px;
        font-weight:700;
        text-align:center;
    }
    body.brand-editorial .fp-menu-panel-signup{
        margin:8px 0 0;
        color:#8B95A1;
        font-size:14px;
        font-weight:500;
        line-height:20px;
    }
    body.brand-editorial .fp-menu-panel-signup a{
        color:#191F28;
        font-weight:600;
        text-decoration:none;
    }
}

@media(max-width:360px){
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-columns:minmax(0,1fr) 42px 42px!important;
    }
    body.brand-editorial .brand-top-nav .brand-nav-actions,
    body.brand-editorial .brand-top-nav .lang-selector-slot,
    body.brand-editorial .brand-top-nav .lang-toggle,
    body.brand-editorial .brand-top-nav .lang-toggle.open,
    body.brand-editorial .fp-menu-toggle{
        width:42px;
        min-width:42px;
    }
    body.brand-editorial .fp-menu-toggle{height:42px}
    body.brand-editorial .brand-top-nav .brand-role-tab{font-size:12px}
    body.brand-editorial .fp-menu-panel{padding:16px 16px 28px}
    body.brand-editorial .fp-menu-panel > a{font-size:17px;line-height:22px}
}

/* 모바일 타이포·간격 정리: 섹션 위계를 맞추고 과대·과소 크기를 보정한다. */
@media(max-width:768px){
    body.brand-editorial{--fp-mobile-gutter:20px}

    /* 헤더(2행 106px) 아래 호흡 확보 */
    body.brand-editorial .fp-hero-copy{top:158px!important}
    body.brand-editorial .fp-hero-copy h1{
        font-size:clamp(38px,9.6vw,46px);
        line-height:1.04;
        letter-spacing:-.042em;
    }
    body.brand-editorial .fp-hero-description{
        max-width:330px;
        font-size:15px!important;
        line-height:1.55!important;
    }

    /* 히어로 CTA: 풀폭 버튼을 내용 폭에 맞춘 크기로 줄인다. */
    body.brand-editorial .fp-hero-action{
        display:flex;
        flex-wrap:wrap;
        gap:8px;
        width:calc(100% - 40px);
    }
    body.brand-editorial .fp-hero-action a{
        flex:0 0 auto;
        min-width:0;
        width:auto;
        min-height:46px;
        padding:0 22px;
        font-size:14px;
    }

    /* 인트로: 고정 높이를 낮추고 본문 크기를 한 단계 내린다. */
    body.brand-editorial .fp-intro-stack{padding-top:68px}
    body.brand-editorial .fp-intro-copy{
        min-height:0;
        padding:0 var(--fp-mobile-gutter) 72px;
    }
    body.brand-editorial .fp-intro-copy>div{margin-top:32px}
    body.brand-editorial .fp-intro-primary{
        font-size:26px;
        line-height:1.34;
        letter-spacing:-.032em;
    }
    body.brand-editorial .fp-intro-secondary{
        margin-top:30px;
        font-size:24px;
        line-height:1.5;
        letter-spacing:-.032em;
    }

    /* 포커스 배너 / 기능 섹션 제목 위계 하향 */
    body.brand-editorial .fp-focus-copy h2{font-size:30px;line-height:1.16}
    body.brand-editorial .fp-focus-copy p{font-size:16px}
    body.brand-editorial .fp-focus-copy a{min-height:44px;padding:0 18px;font-size:14px}
    body.brand-editorial .fp-feature-nav{padding:72px var(--fp-mobile-gutter) 16px}
    body.brand-editorial .fp-feature-nav h2{
        font-size:30px;
        line-height:1.24;
        letter-spacing:-.035em;
    }
    body.brand-editorial .fp-feature-nav nav a{font-size:14px}
    body.brand-editorial .fp-feature-cards{gap:20px;padding:24px var(--fp-mobile-gutter) 92px}

    /* 기능 카드: 고정 높이 대신 내용에 맞춰 늘어나게 해 넘침을 막는다. */
    body.brand-editorial .fp-feature-card{
        height:auto;
        min-height:0;
        padding:24px 22px 26px;
    }
    body.brand-editorial .fp-feature-card h3{font-size:20px;line-height:1.3}
    body.brand-editorial .fp-feature-card>p{
        margin:14px 0 0;
        padding-top:0;
        font-size:15px;
        line-height:1.55;
    }
    body.brand-editorial .fp-feature-card>.fp-generated-mockup{margin-top:22px}

    /* FAQ */
    body.brand-editorial .fp-faq{padding:84px var(--fp-mobile-gutter) 92px}
    body.brand-editorial .fp-faq-intro{margin-bottom:30px}
    body.brand-editorial .fp-faq-intro h2{
        margin-top:22px;
        font-size:26px;
        line-height:1.36;
    }
    body.brand-editorial .fp-brand-faq-list .faq-question{
        min-height:64px;
        padding:14px 20px;
        font-size:15px;
        line-height:1.4;
    }
    body.brand-editorial .fp-brand-faq-list .faq-answer-content{
        padding:14px 0 20px;
        font-size:14px;
        line-height:1.6;
    }

    /* 하단 CTA 배너: 제목 축소 + 버튼 폭 축소 */
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content,
    body.brand-editorial .fp-influencer-cta-content{padding:38px 24px}
    body.brand-editorial .fp-influencer-cta-content h2,
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content h2{
        font-size:30px;
        line-height:1.2;
        letter-spacing:-.035em;
    }
    body.brand-editorial .fp-influencer-cta-content>span,
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>span{
        margin-top:16px;
        font-size:15px;
        line-height:1.55;
    }
    body.brand-editorial .fp-influencer-cta-content>a,
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content>a{
        align-self:flex-start;
        width:auto;
        min-width:0;
        min-height:46px;
        margin-top:24px;
        padding:0 22px;
        font-size:14px;
    }
    body.brand-editorial .fp-fulfillment-cta{padding:38px 24px}
    body.brand-editorial .fp-fulfillment-copy h2{font-size:28px;line-height:1.22}
    body.brand-editorial .fp-fulfillment-copy p{margin-top:18px;font-size:15px;line-height:1.55}
    body.brand-editorial .fp-fulfillment-actions a{min-height:46px;font-size:14px}

    /* 푸터: 판독 불가 수준의 초소형 텍스트를 최소 크기로 올린다. */
    body.brand-editorial .fp-footer-card .footer-business-text{font-size:12px;line-height:1.6}
    body.brand-editorial .fp-footer-card .footer-marketplace-notice{font-size:12px;line-height:1.6}
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow{
        width:112px;
        height:36px;
        padding:5px 8px;
        gap:6px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow i{font-size:15px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow strong{font-size:10px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow small{font-size:9px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--aws img{width:72px}
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss,
    body.brand-editorial .fp-footer-card .footer-partner-logo--toss img{width:132px}
    body.brand-editorial .fp-footer-card .footer-partner-logos{gap:14px;row-gap:12px;flex-wrap:wrap}

    /* 기능 카드의 고정 높이를 해제해 목업과 본문이 잘리지 않게 한다.
       (앞선 :not(.influencer-editorial) 블록의 height:390px보다 뒤에서 같은 특이성으로 덮는다.) */
    body.brand-editorial .fp-feature-card,
    body.brand-editorial:not(.influencer-editorial) .fp-feature-card,
    body.brand-editorial .fp-feature-card:nth-child(even){
        height:auto;
        min-height:0;
    }

    /* 배경 레이어가 뷰포트를 넘어 가로 스크롤을 만들지 않게 한다. */
    body.brand-editorial .fp-feature-backdrop{
        max-width:100%;
        overflow:hidden;
    }
    body.brand-editorial .fp-feature-stage{
        overflow:clip;
    }
}

/* 하단 배너의 과다한 고정 높이와 푸터 사이 여백을 실제 콘텐츠 분량에 맞춰 줄인다.
   (배너 내용은 약 240px인데 min-height가 480px이라 빈 공간이 절반이었다.) */
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner,
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta,
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content{
    min-height:360px;
}
body.brand-editorial:not(.influencer-editorial) .fp-fulfillment-cta{
    min-height:360px;
    padding-top:44px;
    padding-bottom:44px;
}
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
    padding-bottom:64px;
}
body.brand-editorial:not(.influencer-editorial) .landing-footer{
    padding-top:20px;
}

@media(max-width:1100px){
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
        padding-bottom:56px;
    }
}

@media(max-width:768px){
    /* 좁은 화면에서 제목이 한 줄 더 접히면 배너가 함께 늘어나야 잘리지 않는다. */
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner,
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner.fp-influencer-cta{
        min-height:340px;
        height:auto;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner .fp-influencer-cta-content{
        min-height:0;
        height:auto;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-fulfillment-cta{
        min-height:300px;
        padding-top:34px;
        padding-bottom:34px;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
        padding-bottom:40px;
    }
    body.brand-editorial:not(.influencer-editorial) .landing-footer{
        padding-top:16px;
    }
}

/* 판매방식 섹션도 다른 섹션과 같이 앞 섹션 위로 라운딩되며 겹쳐 올라오게 한다.
   (.fp-intro-stack z-index:2 → .fp-feature-stage z-index:3 → .fp-faq z-index:4 순서) */
body.brand-editorial:not(.influencer-editorial) .fp-feature-stage{
    position:relative;
    z-index:3;
    margin-top:-40px;
    border-radius:var(--fp-r) var(--fp-r) 0 0;
    overflow:clip;
}
body.brand-editorial:not(.influencer-editorial) .fp-feature-backdrop{
    border-radius:inherit;
}

@media(min-width:1101px){
    /* 데스크톱은 고정 높이 계산을 쓰므로 겹친 40px만큼 패딩으로 되돌려 내용 위치를 유지한다. */
    body.brand-editorial:not(.influencer-editorial) .fp-feature-stage{
        padding-top:200px;
    }
}

@media(max-width:768px){
    body.brand-editorial:not(.influencer-editorial) .fp-feature-stage{
        margin-top:-40px;
    }
    body.brand-editorial:not(.influencer-editorial) .fp-feature-nav{
        padding-top:104px;
    }
}

/* 섹션 겹침 구조를 히어로→인트로 기준(음수마진 + z-index + 상단 라운딩 + 불투명 배경 + overflow)으로 통일한다.
   기준값: 데스크톱 -40px, 모바일 -20px 겹침. */
body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
    position:relative;
    z-index:6;
    margin-top:-40px;
    border-radius:var(--fp-r) var(--fp-r) 0 0;
    overflow:hidden;
    background:var(--fp-gray);
}
/* 데스크톱에서 FAQ와 푸터만 --fp-stack-lift 만큼 끌어올려져, 그 사이의 배너 섹션만
   따라오지 못해 벌어져 있었다. 같은 이동값을 적용해 스택에 합류시킨다. */
@media(min-width:1101px){
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
        transform:translate3d(0,var(--fp-stack-lift),0);
    }
}
@media(max-width:1100px){
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
        margin-top:-40px;
    }
}
@media(max-width:768px){
    body.brand-editorial:not(.influencer-editorial) .fp-bottom-banner-section{
        margin-top:-40px;
        padding-top:64px;
    }
    /* 인트로도 다른 섹션과 같이 상단만 라운딩되도록 맞춘다. */
    body.brand-editorial:not(.influencer-editorial) .fp-intro-stack{
        border-radius:var(--fp-r) var(--fp-r) 0 0;
    }
}

/* 로그인 모달 모바일 폭: 데스크톱 고정 480px이 좁은 화면에서 좌우 여백을 없애고
   화면을 꽉 채우던 것을 막는다. `body.brand-editorial .login-modal`과 같은
   특이성으로 선언해야 미디어쿼리가 실제로 적용된다. */
@media(max-width:768px){
    body.brand-editorial .login-modal{
        width:min(400px,calc(100vw - 40px));
        max-width:calc(100vw - 40px);
        margin-right:auto;
        margin-left:auto;
        padding:26px 20px 22px;
    }
}

/* ===== 모바일 기기별 최적화 보강 ===== */

/* 터치 타깃 확보: 44px 권장에 맞춰 상단 탭·필터·푸터 링크를 키운다. */
@media(max-width:768px){
    /* 역할 탭 44px 확보를 위해 헤더 2번째 행과 전체 높이를 함께 키운다. */
    body.brand-editorial{--nav-h:112px}
    body.brand-editorial nav.brand-top-nav:not(.is-scrolled){--nav-h:112px}
    body.brand-editorial nav.brand-top-nav,
    body.brand-editorial nav.brand-top-nav.is-scrolled{
        grid-template-rows:44px 44px;
    }
    /* 모바일 축소 헤더: 1행(로고·컨트롤)만 접고 역할 탭 행은 남긴다.
       탭은 페이지 전환 내비게이션이라 스크롤 중에도 닿을 수 있어야 한다. */
    body.landing-page.brand-editorial nav.brand-top-nav{
        display:grid!important;
        --nav-bg:transparent;
        --nav-border:transparent;
        --nav-shadow:none;
        --nav-blur:none;
        overflow:visible;
        transition:min-height .34s cubic-bezier(.22,1,.36,1),
                   padding .34s cubic-bezier(.22,1,.36,1),
                   grid-template-rows .34s cubic-bezier(.22,1,.36,1),
                   row-gap .34s cubic-bezier(.22,1,.36,1),
                   background .34s ease, background-color .34s ease,
                   box-shadow .34s ease, backdrop-filter .34s ease,
                   border-color .34s ease, width 0s, top 0s;
    }
    body.landing-page.brand-editorial nav.brand-top-nav.is-compact{
        --nav-h:52px;
        grid-template-rows:0px 44px;
        row-gap:0;
        padding-top:0!important;
        padding-bottom:6px!important;
    }
    /* 부모는 투명하게 두고 로고·제어 버튼·역할 탭을 각각 독립된 면으로 유지한다. */
    body.landing-page.brand-editorial nav.brand-top-nav .brand-role-tabs,
    body.landing-page.brand-editorial nav.brand-top-nav.is-scrolled .brand-role-tabs{
        padding:2px;
        background:rgba(245,245,245,.94);
        box-shadow:0 8px 24px rgba(0,0,0,.11);
        backdrop-filter:blur(18px);
    }
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle,
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle[aria-expanded="true"],
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle.open{
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
        backdrop-filter:none;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle span,
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle[aria-expanded="true"] span{
        width:19px;
        height:3px;
        border-radius:999px;
        background:#fff;
        box-shadow:0 1px 3px rgba(0,0,0,.48);
    }
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle:focus-visible,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle:focus-visible{
        outline:2px solid #fff;
        outline-offset:2px;
    }

    /* 모바일 역할 탭 hover와 언어 배지는 포인터·터치 환경에서 같은 대비를 유지한다. */
    body.landing-page.brand-editorial nav.brand-top-nav .brand-role-tab:hover,
    body.landing-page.brand-editorial nav.brand-top-nav .brand-role-tab:focus-visible{
        color:#111!important;
        background:rgba(255,255,255,.88)!important;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .brand-role-tab:focus-visible{
        outline:2px solid #111;
        outline-offset:-2px;
    }
    body.landing-page.brand-editorial nav.brand-top-nav{
        grid-template-columns:minmax(0,1fr) 44px 68px!important;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .brand-nav-actions,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-selector-slot{
        width:68px!important;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle.open{
        width:68px!important;
        min-width:68px!important;
        height:36px;
        min-height:36px;
        padding:0 8px!important;
        gap:6px;
        border:1px solid rgba(255,255,255,.72)!important;
        border-radius:999px!important;
        color:#111;
        background:#fff!important;
        box-shadow:0 7px 20px rgba(0,0,0,.14)!important;
        backdrop-filter:none;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle:hover,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle.open{
        background:#f3f4f6!important;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .lang-current-flag{
        order:1;
        width:20px;
        height:14px;
        border-radius:3px;
        outline:0;
        filter:none;
        object-fit:cover;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle::after{
        content:attr(data-lang-code);
        order:2;
        color:#111;
        font-size:10px;
        font-weight:800;
        line-height:1;
        letter-spacing:.04em;
    }
    body.landing-page.brand-editorial nav.brand-top-nav .lang-chevron{
        order:3;
        display:block;
        width:9px;
        height:9px;
        color:#4b5563;
    }
    @media(max-width:360px){
        body.landing-page.brand-editorial nav.brand-top-nav{
            grid-template-columns:minmax(0,1fr) 42px 64px!important;
        }
        body.landing-page.brand-editorial nav.brand-top-nav .brand-nav-actions,
        body.landing-page.brand-editorial nav.brand-top-nav .lang-selector-slot,
        body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle,
        body.landing-page.brand-editorial nav.brand-top-nav .lang-toggle.open{
            width:64px!important;
            min-width:64px!important;
        }
    }
    body.landing-page.brand-editorial nav.brand-top-nav .nav-logo-wrapper,
    body.landing-page.brand-editorial nav.brand-top-nav .brand-nav-actions,
    body.landing-page.brand-editorial nav.brand-top-nav .lang-selector-slot,
    body.landing-page.brand-editorial nav.brand-top-nav .fp-menu-toggle{
        transition:opacity .22s ease, transform .3s cubic-bezier(.22,1,.36,1);
    }
    body.landing-page.brand-editorial nav.brand-top-nav.is-controls-hidden .nav-logo-wrapper,
    body.landing-page.brand-editorial nav.brand-top-nav.is-controls-hidden .brand-nav-actions,
    body.landing-page.brand-editorial nav.brand-top-nav.is-controls-hidden .lang-selector-slot,
    body.landing-page.brand-editorial nav.brand-top-nav.is-controls-hidden .fp-menu-toggle{
        opacity:0;
        transform:translateY(-8px);
        pointer-events:none;
    }
    body.brand-editorial .brand-top-nav .brand-role-tabs{
        padding:2px;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab{
        min-height:40px;
    }
    body.brand-editorial .fp-menu-panel{
        top:130px;
    }
    body.brand-editorial .fp-feature-nav nav a{
        min-height:42px;
        display:inline-flex;
        align-items:center;
    }
    body.brand-editorial .landing-footer .footer-links a{
        display:inline-flex;
        align-items:center;
        min-height:40px;
    }
    body.brand-editorial .fp-footer-card .footer-legal-links a{
        min-height:40px;
        padding:9px 12px;
    }
    body.brand-editorial .landing-footer .footer-social a{
        min-width:40px;
        min-height:40px;
    }
}

/* 최소 가독 폰트 확보: 9~11px 텍스트를 12px 이상으로 올린다. */
@media(max-width:768px){
    body.brand-editorial .fp-menu-panel-label{
        font-size:12px;
    }
    body.brand-editorial .fp-footer-card .footer-legal-links a{
        font-size:12px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow strong{
        font-size:12px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow small{
        font-size:11px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow{
        width:auto;
        min-width:132px;
        height:auto;
        min-height:40px;
        padding:6px 10px;
    }
    body.brand-editorial .fp-footer-card .footer-partner-logo--escrow i{
        font-size:17px;
    }
}

/* 320px 이하 초소형 화면: 타이포를 한 단계 내려 줄바꿈 붕괴를 막는다. */
@media(max-width:340px){
    body.brand-editorial .fp-hero-copy h1{
        font-size:clamp(26px,8.4vw,31px);
        line-height:1.12;
    }
    body.brand-editorial .fp-hero-description{
        font-size:13.5px!important;
        line-height:1.5!important;
    }
    body.brand-editorial .fp-hero-copy{
        top:140px!important;
    }
    body.brand-editorial .fp-hero-action{
        bottom:64px;
    }
    body.brand-editorial .fp-intro-primary{
        font-size:23px;
    }
    body.brand-editorial .fp-intro-secondary{
        font-size:21px;
    }
    body.brand-editorial .fp-feature-nav h2,
    body.brand-editorial .fp-focus-copy h2{
        font-size:26px;
    }
    body.brand-editorial .fp-faq-intro h2{
        font-size:23px;
    }
    body.brand-editorial .fp-influencer-cta-content h2,
    body.brand-editorial .fp-bottom-banner .fp-influencer-cta-content h2,
    body.brand-editorial .fp-fulfillment-copy h2{
        font-size:26px;
    }
    body.brand-editorial .brand-top-nav .brand-role-tab{
        font-size:11.5px;
        padding:0 6px;
    }
}

/* 모바일 랜딩에서는 영상 제어 아이콘을 노출하지 않는다. */
@media(max-width:1023px){
    body.brand-editorial .fp-hero-media-toggle{
        display:none!important;
    }
}
