:root {
  --fd-primary:#34547c;
  --fd-primary-hover:#2a4363;
  --fd-primary-soft:#edf3f8;
  --fd-accent:#fe6368;
  --fd-accent-soft:#fff0f0;
  --fd-highlight:#ffd447;
  --fd-background:#f7f8fa;
  --fd-surface:#ffffff;
  --fd-surface-secondary:#f0f3f6;
  --fd-text-primary:#20242b;
  --fd-text-secondary:#667085;
  --fd-border:#e5e9ee;
  --fd-success:#20845c;
  --fd-success-soft:#eaf7f0;
  --fd-warning:#a96913;
  --fd-warning-soft:#fff6df;
  --fd-danger:#c7464c;
  --fd-radius-sm:12px;
  --fd-radius-md:18px;
  --fd-radius-lg:26px;
  --fd-shadow-sm:0 1px 2px rgba(16,24,40,.04),0 4px 14px rgba(16,24,40,.04);
  --fd-shadow-md:0 12px 32px rgba(16,24,40,.08);
  --fd-container:1240px;
}

html{scroll-behavior:smooth;background:var(--fd-background)}
body{background:var(--fd-background);color:var(--fd-text-primary);font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
::selection{background:rgba(254,99,104,.22)}
a,button,input,select,textarea{outline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(52,84,124,.28);outline-offset:3px}

.fd-container{width:min(calc(100% - 32px),var(--fd-container));margin-inline:auto}
.fd-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.74rem;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fd-primary)}
.fd-section-title{font-size:clamp(1.55rem,2.6vw,2.35rem);line-height:1.08;letter-spacing:-.035em;font-weight:800;color:var(--fd-text-primary)}
.fd-section-copy{max-width:650px;color:var(--fd-text-secondary);font-size:.96rem;line-height:1.65}
.fd-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--fd-primary);font-weight:700;text-decoration:none}
.fd-link:hover{color:var(--fd-primary-hover)}

.fd-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:14px;padding:.72rem 1.15rem;font-weight:750;line-height:1;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}
.fd-button:hover{transform:translateY(-1px)}
.fd-button--primary{background:var(--fd-primary);color:#fff;box-shadow:0 8px 18px rgba(52,84,124,.14)}
.fd-button--primary:hover{background:var(--fd-primary-hover)}
.fd-button--secondary{background:#fff;color:var(--fd-primary);border-color:var(--fd-border)}
.fd-button--secondary:hover{border-color:#cad3dd;background:var(--fd-primary-soft)}
.fd-button--accent{background:var(--fd-accent);color:#fff}
.fd-button--accent:hover{background:#ee555b}

.fd-status{display:inline-flex;align-items:center;gap:.45rem;min-height:28px;padding:.35rem .62rem;border-radius:999px;background:var(--fd-primary-soft);color:var(--fd-primary);font-size:.72rem;font-weight:800;letter-spacing:.02em}
.fd-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(52,84,124,.09)}
.fd-status--success{background:var(--fd-success-soft);color:var(--fd-success)}
.fd-status--warning{background:var(--fd-warning-soft);color:var(--fd-warning)}
.fd-status--accent{background:var(--fd-accent-soft);color:#bd3f45}

/* Header */
#main-header{border-color:rgba(229,233,238,.9)!important;background:rgba(255,255,255,.96)!important;backdrop-filter:saturate(140%) blur(12px);box-shadow:0 1px 0 rgba(16,24,40,.03)}
#main-header a,#main-header button{letter-spacing:-.01em}
#main-header .bg-primary{background:var(--fd-primary)!important}
#main-header .text-primary{color:var(--fd-primary)!important}

/* Editorial home hero */
.fd-hero{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid var(--fd-border)}
.fd-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(36px,5vw,78px);align-items:center;padding:clamp(52px,7vw,94px) 0}
.fd-hero__title{font-size:clamp(2.65rem,5vw,5.15rem);line-height:.97;letter-spacing:-.06em;font-weight:850;max-width:730px}
.fd-hero__title strong{color:var(--fd-primary)}
.fd-hero__copy{margin-top:22px;max-width:640px;color:var(--fd-text-secondary);font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.65}
.fd-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.fd-hero__trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;color:var(--fd-text-secondary);font-size:.82rem;font-weight:650}
.fd-hero__trust span{display:flex;align-items:center;gap:7px}
.fd-hero__visual{position:relative;min-height:450px}
.fd-hero__media{position:absolute;inset:0;border-radius:30px;overflow:hidden;background:var(--fd-surface-secondary);box-shadow:var(--fd-shadow-md)}
.fd-hero__media img{width:100%;height:100%;object-fit:cover}
.fd-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(19,28,38,.56))}
.fd-hero__floating{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;border-radius:20px;background:rgba(255,255,255,.95);padding:18px;box-shadow:0 12px 30px rgba(16,24,40,.14)}

/* Launch Pulse */
.launch-pulse{--pulse:var(--fd-primary);position:relative}
.launch-pulse__top{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}
.launch-pulse__primary{font-size:clamp(1.35rem,2.2vw,2.15rem);line-height:1;font-weight:850;letter-spacing:-.04em;color:var(--fd-text-primary)}
.launch-pulse__primary small{font-size:.48em;color:var(--fd-text-secondary);font-weight:700;letter-spacing:-.01em}
.launch-pulse__percent{font-weight:850;color:var(--pulse);font-size:1rem}
.launch-pulse__track{position:relative;height:10px;border-radius:999px;background:#e9edf2;overflow:hidden;margin-top:13px}
.launch-pulse__track:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at center,rgba(255,255,255,.82) 0 1px,transparent 1.5px);background-size:12px 10px;opacity:.58}
.launch-pulse__fill{height:100%;min-width:6px;border-radius:inherit;background:linear-gradient(90deg,var(--fd-primary),#4a6d96);position:relative;z-index:1;transition:width .8s cubic-bezier(.2,.8,.2,1)}
.launch-pulse__marker{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#fff;border:4px solid var(--fd-accent);transform:translate(-50%,-50%);z-index:3;box-shadow:0 0 0 3px rgba(254,99,104,.12)}
.launch-pulse__meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:13px;color:var(--fd-text-secondary);font-size:.78rem;font-weight:650}
.launch-pulse__meta strong{color:var(--fd-text-primary);font-weight:800}
.launch-pulse--compact .launch-pulse__track{height:7px;margin-top:10px}
.launch-pulse--compact .launch-pulse__primary{font-size:1.05rem}
.launch-pulse--compact .launch-pulse__meta{font-size:.72rem;margin-top:9px}

/* Project cards */
.fd-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.fd-project-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--fd-border);border-radius:20px;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.fd-project-card:hover{transform:translateY(-3px);border-color:#d4dce4;box-shadow:var(--fd-shadow-md)}
.fd-project-card__media{position:relative;aspect-ratio:4/3;background:var(--fd-surface-secondary);overflow:hidden}
.fd-project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.fd-project-card:hover .fd-project-card__media img{transform:scale(1.025)}
.fd-project-card__topline{position:absolute;inset:12px 12px auto;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}
.fd-project-card__category{max-width:70%;padding:.42rem .62rem;border-radius:9px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-size:.68rem;font-weight:800;color:#354052;box-shadow:0 2px 10px rgba(16,24,40,.06)}
.fd-project-card__time{padding:.42rem .62rem;border-radius:9px;background:rgba(31,37,45,.80);color:#fff;font-size:.68rem;font-weight:800;backdrop-filter:blur(8px)}
.fd-project-card__body{display:flex;flex:1;flex-direction:column;padding:18px}
.fd-project-card__brand{font-size:.72rem;color:var(--fd-text-secondary);font-weight:700;margin-bottom:6px}
.fd-project-card__title{font-size:1.02rem;line-height:1.3;letter-spacing:-.018em;font-weight:800;color:var(--fd-text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fd-project-card__copy{margin-top:8px;font-size:.78rem;line-height:1.48;color:var(--fd-text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fd-project-card__pulse{margin-top:auto;padding-top:18px}

/* Discovery */
.fd-discovery-hero{background:#fff;border-bottom:1px solid var(--fd-border);padding:58px 0 36px}
.fd-discovery-title{font-size:clamp(2.4rem,5vw,4.6rem);line-height:.98;letter-spacing:-.055em;font-weight:850;max-width:800px}
.fd-filter-shell{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:34px;padding:10px;border:1px solid var(--fd-border);border-radius:20px;background:var(--fd-surface-secondary)}
.fd-filter-label{display:block;margin:0 0 7px 4px;font-size:.66rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:var(--fd-text-secondary)}
.fd-filter-control{width:100%;min-height:46px;border:1px solid transparent;border-radius:13px;background:#fff;padding:0 14px;font-size:.82rem;font-weight:700;color:var(--fd-text-primary);box-shadow:0 1px 1px rgba(16,24,40,.02)}

/* Launch page */
.fd-launch-hero{background:#fff;border-bottom:1px solid var(--fd-border);padding:28px 0 52px}
.fd-launch-breadcrumb{display:flex;gap:10px;align-items:center;color:var(--fd-text-secondary);font-size:.78rem;margin-bottom:24px}
.fd-launch-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.72fr);gap:34px;align-items:start}
.fd-launch-media{border-radius:24px;overflow:hidden;background:#111827;box-shadow:var(--fd-shadow-sm);border:1px solid var(--fd-border)}
.fd-launch-summary{position:sticky;top:92px;border:1px solid var(--fd-border);border-radius:22px;background:#fff;padding:24px;box-shadow:var(--fd-shadow-sm)}
.fd-launch-title{font-size:clamp(2rem,3.8vw,3.55rem);line-height:1.02;letter-spacing:-.052em;font-weight:850;color:var(--fd-text-primary)}
.fd-launch-subtitle{margin-top:12px;color:var(--fd-text-secondary);font-size:.98rem;line-height:1.55}
.fd-launch-brand{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:.82rem;color:var(--fd-text-secondary)}
.fd-launch-brand img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--fd-border)}
.fd-launch-summary .launch-pulse{margin-top:24px;padding-top:20px;border-top:1px solid var(--fd-border)}
.fd-launch-actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:22px}
.fd-launch-reassurance{display:grid;gap:9px;margin-top:18px;padding-top:17px;border-top:1px solid var(--fd-border);font-size:.75rem;color:var(--fd-text-secondary)}
.fd-launch-reassurance span{display:flex;align-items:center;gap:8px}

/* Sections / content */
.fd-content-shell{background:#fff}
.fd-section-nav{position:sticky;top:70px;z-index:30;background:rgba(255,255,255,.95);border-bottom:1px solid var(--fd-border);backdrop-filter:blur(10px)}
.fd-section-nav__inner{display:flex;gap:6px;overflow:auto;padding:9px 0;scrollbar-width:none}
.fd-section-nav__inner::-webkit-scrollbar{display:none}
.fd-section-nav a{white-space:nowrap;padding:.6rem .75rem;border-radius:10px;color:var(--fd-text-secondary);font-size:.78rem;font-weight:750}
.fd-section-nav a:hover{background:var(--fd-primary-soft);color:var(--fd-primary)}

/* Mobile */
.fd-mobile-hero{background:#fff;padding:24px 16px 20px;border-bottom:1px solid var(--fd-border)}
.fd-mobile-hero__title{font-size:2.2rem;line-height:.98;letter-spacing:-.055em;font-weight:850}
.fd-mobile-hero__copy{margin-top:12px;color:var(--fd-text-secondary);font-size:.92rem;line-height:1.55}
.fd-mobile-hero__media{margin-top:20px;border-radius:22px;overflow:hidden;aspect-ratio:4/3;background:var(--fd-surface-secondary)}
.fd-mobile-hero__media img{width:100%;height:100%;object-fit:cover}
.fd-mobile-cta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}

@media(max-width:1024px){
 .fd-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .fd-launch-layout{grid-template-columns:1fr}
 .fd-launch-summary{position:static}
 .fd-filter-shell{grid-template-columns:repeat(2,minmax(0,1fr))}
 .fd-hero__grid{grid-template-columns:1fr}
 .fd-hero__visual{min-height:380px}
}
@media(max-width:640px){
 :root{--fd-radius-lg:20px}
 .fd-container{width:min(calc(100% - 28px),var(--fd-container))}
 .fd-project-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:2px 14px 14px;margin-inline:-14px;scrollbar-width:none}
 .fd-project-grid::-webkit-scrollbar{display:none}
 .fd-project-grid>.fd-project-card,.fd-project-grid>.project-card-item{min-width:84vw;scroll-snap-align:center}
 .fd-filter-shell{grid-template-columns:1fr}
 .fd-launch-hero{padding-top:14px;padding-bottom:28px}
 .fd-launch-summary{border-radius:18px;padding:18px}
 .fd-launch-actions{grid-template-columns:1fr auto}
 .fd-hero__grid{padding:38px 0}
 .fd-hero__title{font-size:2.65rem}
 .fd-hero__visual{min-height:330px}
 .fd-hero__floating{left:12px;right:12px;bottom:12px;padding:14px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.fd-section-nav .tab-btn{border:0!important;border-radius:10px!important;background:transparent!important;color:var(--fd-text-secondary)!important;padding:.62rem .8rem!important}
.fd-section-nav .tab-btn:hover{background:var(--fd-primary-soft)!important;color:var(--fd-primary)!important}
.fd-section-nav .tab-btn.bg-muted,.fd-section-nav .tab-btn.text-primary{background:var(--fd-primary-soft)!important;color:var(--fd-primary)!important}
.fd-section-nav .tab-btn span{border-radius:7px!important}

/* Editorial featured rail */
.fd-carousel-control{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--fd-border);border-radius:999px;background:var(--fd-surface);color:var(--fd-text-primary);transition:transform .18s ease,border-color .18s ease,color .18s ease}.fd-carousel-control:hover{transform:translateY(-1px);border-color:#cbd3dc;color:var(--fd-primary)}
.fd-featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:min(880px,86vw);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.fd-featured-rail::-webkit-scrollbar{display:none}.fd-featured-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);overflow:hidden;border:1px solid var(--fd-border);border-radius:24px;background:var(--fd-surface);scroll-snap-align:start}.fd-featured-story__media{position:relative;min-height:470px;overflow:hidden;background:var(--fd-surface-secondary)}.fd-featured-story__media img,.fd-featured-story__media video{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.fd-featured-story__media:hover img{transform:scale(1.018)}.fd-featured-story__play{position:absolute;left:18px;bottom:18px;display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.94);color:var(--fd-primary);box-shadow:var(--fd-shadow-sm)}.fd-featured-story__content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:34px}
@media(max-width:760px){.fd-featured-rail{grid-auto-columns:92vw}.fd-featured-story{grid-template-columns:1fr}.fd-featured-story__media{min-height:300px;aspect-ratio:4/3}.fd-featured-story__content{padding:22px}}

/* Project detail — wider, denser layout */
.fd-launch-container{width:min(calc(100% - 56px),1480px);margin-inline:auto}
.fd-launch-hero .fd-launch-container{max-width:1480px}
.fd-launch-hero{padding-bottom:34px}
.fd-launch-layout{grid-template-columns:minmax(0,1.72fr) minmax(390px,.72fr);gap:24px}
.fd-launch-layout>div:first-child{min-width:0}
.fd-launch-media{min-height:560px}
.fd-launch-summary{top:84px;padding:22px}
.fd-tabs-inner{padding-inline:0}

.fd-project-body{background:linear-gradient(180deg,#f8fafc 0,#fff 180px);min-height:0;border-bottom:1px solid var(--fd-border)}
.fd-project-content{width:min(calc(100% - 56px),1480px);margin-inline:auto;padding:30px 0 64px}
.fd-project-content__grid{display:grid;grid-template-columns:210px minmax(0,1fr);gap:30px;align-items:start}
.fd-project-toc{min-width:0}
.fd-project-toc nav{padding:14px 14px 14px 0;border-right:1px solid var(--fd-border)}
.fd-project-main{min-width:0;width:100%}
.fd-project-main #content-description{max-width:980px}
.fd-project-main #content-updates,.fd-project-main #content-comments,.fd-project-main #content-creator{max-width:1050px}

@media(min-width:1280px){
 .fd-launch-media{min-height:610px}
 .rewards-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
 .reward-card-body{padding:18px}
}

@media(min-width:1536px){
 .fd-launch-media{min-height:650px}
}

@media(max-width:1100px){
 .fd-launch-container,.fd-project-content{width:min(calc(100% - 36px),1240px)}
 .fd-launch-layout{grid-template-columns:minmax(0,1.45fr) minmax(350px,.75fr);gap:20px}
 .fd-launch-media{min-height:500px}
 .fd-project-content__grid{grid-template-columns:180px minmax(0,1fr);gap:22px}
}

@media(max-width:1024px){
 .fd-launch-layout{grid-template-columns:1fr}
 .fd-launch-media{min-height:0}
 .fd-project-content__grid{grid-template-columns:1fr}
 .fd-project-content{padding-top:24px}
}

@media(max-width:640px){
 .fd-launch-container,.fd-project-content{width:min(calc(100% - 28px),1480px)}
 .fd-launch-hero{padding-bottom:24px}
 .fd-project-content{padding:20px 0 44px}
}

/* ======================================================================
   PROJECT DETAIL V2 — editorial launch layout
   Inspiración de jerarquía: gran media + rail informativo, sin copiar UI.
   Mobile conserva el flujo específico existente y sólo ajusta proporciones.
====================================================================== */
.fd-launch-heading{margin:4px 0 26px;max-width:1040px}
.fd-launch-heading__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:var(--fd-text-secondary);font-size:.76rem;font-weight:750}
.fd-launch-heading h1{max-width:980px;color:var(--fd-text-primary);font-size:clamp(2.65rem,4.25vw,4.8rem);font-weight:860;letter-spacing:-.058em;line-height:.96}
.fd-launch-heading p{max-width:820px;margin-top:14px;color:var(--fd-text-secondary);font-size:clamp(.98rem,1.35vw,1.18rem);line-height:1.55}

@media(min-width:1025px){
  .fd-launch-container{width:min(calc(100% - 64px),1560px)}
  .fd-launch-hero{padding:22px 0 30px}
  .fd-launch-breadcrumb{margin-bottom:18px}
  .fd-launch-layout{grid-template-columns:minmax(0,1fr) minmax(360px,410px);gap:32px;align-items:stretch}
  .fd-launch-layout>div:first-child{display:flex;min-width:0;flex-direction:column}
  .fd-launch-media{flex:1;min-height:clamp(500px,39vw,660px);aspect-ratio:auto!important;border-radius:22px;box-shadow:none}
  .fd-launch-summary{position:sticky;top:84px;display:flex;min-height:100%;flex-direction:column;align-self:stretch;padding:0 0 0 30px;border:0;border-left:1px solid var(--fd-border);border-radius:0;box-shadow:none}
  .fd-launch-summary>.flex:first-child{margin-bottom:18px}
  .fd-launch-summary .fd-launch-title,.fd-launch-summary .fd-launch-subtitle,.fd-launch-summary .fd-launch-brand{display:none}
  .fd-launch-summary .launch-pulse{margin-top:0;padding-top:0;border-top:0}
  .fd-launch-summary .launch-pulse__primary{font-size:clamp(1.85rem,2.45vw,2.55rem)}
  .fd-launch-summary .fd-launch-reassurance{margin-top:auto;padding-top:20px}
  .fd-launch-actions{margin-top:22px}

  /* Tabs con una separación fuerte tipo página editorial, usando el navy de Fondealo */
  .fd-section-nav{top:0;background:var(--fd-primary)!important;border-bottom:0;box-shadow:0 1px 0 rgba(0,0,0,.04);backdrop-filter:none}
  .fd-section-nav .fd-tabs-inner>div{min-height:58px;gap:4px;padding-block:8px}
  .fd-section-nav .tab-btn{position:relative;background:transparent!important;border:0!important;border-radius:0!important;color:rgba(255,255,255,.72)!important;padding:.72rem 1rem!important}
  .fd-section-nav .tab-btn:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
  .fd-section-nav .tab-btn.bg-muted,.fd-section-nav .tab-btn.text-primary{background:transparent!important;color:#fff!important}
  .fd-section-nav .tab-btn.bg-muted:after,.fd-section-nav .tab-btn.text-primary:after{content:"";position:absolute;left:1rem;right:1rem;bottom:1px;height:3px;border-radius:999px;background:var(--fd-highlight)}
  .fd-section-nav .tab-btn span{background:rgba(255,255,255,.12)!important;color:inherit!important}

  /* Cuerpo: usa realmente el ancho disponible */
  .fd-project-body{background:#fff;border-bottom:1px solid var(--fd-border)}
  .fd-project-content{width:min(calc(100% - 64px),1560px);padding:34px 0 72px}
  .fd-project-content__grid{grid-template-columns:170px minmax(0,1fr) 320px;gap:30px;align-items:start}
  .fd-project-toc nav{padding:4px 22px 0 0;border-right:0}
  .fd-project-toc nav>button{padding:8px 10px;border-radius:8px}
  .fd-project-toc nav>button:hover{background:var(--fd-primary-soft)}
  .fd-project-main{min-width:0;width:100%}
  .fd-project-main #content-description,.fd-project-main #content-updates,.fd-project-main #content-comments,.fd-project-main #content-creator{max-width:none}
  .fd-inline-creator{display:none!important}

  /* Reward cards más comerciales y menos comprimidas */
  .rewards-grid{gap:18px}
  .reward-card{border-color:var(--fd-border);border-radius:18px;box-shadow:none}
  .reward-card:hover{border-color:#cbd6e1;box-shadow:0 12px 28px rgba(32,36,43,.07);transform:translateY(-2px)}
  .reward-card-img{aspect-ratio:4/2.65}
  .reward-card-body{padding:18px;gap:11px}

  /* Rail derecho inspirado en páginas de lanzamiento: datos, no decoración */
  .fd-project-rail{min-width:0}
  .fd-project-rail__sticky{position:sticky;top:88px;padding-left:28px;border-left:1px solid var(--fd-border)}
  .fd-project-rail__creator{padding-bottom:24px}
  .fd-project-rail__creator-head{display:flex;align-items:center;gap:12px}
  .fd-project-rail__creator-head img{width:46px;height:46px;flex:0 0 46px;border-radius:50%;object-fit:cover;border:1px solid var(--fd-border)}
  .fd-project-rail__creator-head span{display:block;margin-bottom:2px;color:var(--fd-text-secondary);font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:.065em}
  .fd-project-rail__creator-head strong{display:block;color:var(--fd-text-primary);font-size:.94rem;line-height:1.25}
  .fd-project-rail__creator>p{margin:10px 0 0 58px;color:var(--fd-text-secondary);font-size:.75rem;line-height:1.4}
  .fd-project-rail__link{display:inline-flex;align-items:center;gap:6px;margin:14px 0 0 58px;color:var(--fd-primary);font-size:.76rem;font-weight:800}
  .fd-project-rail__link:hover{text-decoration:underline}
  .fd-project-rail__section{padding:23px 0;border-top:1px solid var(--fd-border)}
  .fd-project-rail__section-title{margin-bottom:15px;color:var(--fd-text-secondary);font-size:.68rem;font-weight:820;text-transform:uppercase;letter-spacing:.08em}
  .fd-project-rail__metric--hero strong{display:block;color:var(--fd-text-primary);font-size:2rem;font-weight:860;letter-spacing:-.045em;line-height:1}
  .fd-project-rail__metric--hero span{display:block;margin-top:5px;color:var(--fd-text-secondary);font-size:.76rem;line-height:1.4}
  .fd-project-rail__progress{height:6px;margin-top:16px;overflow:hidden;border-radius:999px;background:#e8edf2}
  .fd-project-rail__progress span{display:block;height:100%;min-width:5px;border-radius:inherit;background:var(--fd-primary)}
  .fd-project-rail__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:18px;border-top:1px solid var(--fd-border);border-left:1px solid var(--fd-border)}
  .fd-project-rail__stats>div{min-width:0;padding:14px 12px;border-right:1px solid var(--fd-border);border-bottom:1px solid var(--fd-border)}
  .fd-project-rail__stats strong{display:block;color:var(--fd-text-primary);font-size:1.05rem;font-weight:850;letter-spacing:-.025em}
  .fd-project-rail__stats span{display:block;margin-top:2px;color:var(--fd-text-secondary);font-size:.66rem;line-height:1.25}
  .fd-project-rail__facts{display:grid;gap:0}
  .fd-project-rail__facts>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:9px 0;border-bottom:1px solid #eef1f4;font-size:.73rem;line-height:1.35}
  .fd-project-rail__facts>div:last-child{border-bottom:0}
  .fd-project-rail__facts dt{color:var(--fd-text-secondary)}
  .fd-project-rail__facts dd{min-width:0;color:var(--fd-text-primary);font-weight:720;text-align:right;overflow-wrap:anywhere}
  .fd-project-rail__nav button{display:block;width:100%;padding:7px 0;color:var(--fd-text-secondary);font-size:.75rem;font-weight:720;text-align:left}
  .fd-project-rail__nav button:hover{color:var(--fd-primary)}
}

/* Medium desktop / old notebooks: no rail squeeze, no dead columns */
@media(min-width:1025px) and (max-width:1279px){
  .fd-launch-container,.fd-project-content{width:min(calc(100% - 40px),1180px)}
  .fd-launch-layout{grid-template-columns:minmax(0,1fr) minmax(330px,360px);gap:24px}
  .fd-launch-summary{padding-left:24px}
  .fd-project-content__grid{grid-template-columns:minmax(0,1fr);gap:0}
  .fd-project-toc,.fd-project-rail{display:none!important}
  .rewards-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* 1280–1499: rail visible, rewards en dos columnas para no apretarlas */
@media(min-width:1280px) and (max-width:1499px){
  .fd-project-content__grid{grid-template-columns:150px minmax(0,1fr) 290px;gap:24px}
  .fd-project-rail__sticky{padding-left:22px}
  .rewards-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Pantallas grandes: tres rewards cómodas y respiración editorial */
@media(min-width:1500px){
  .rewards-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Tablet + mobile: preservar la experiencia específica existente */
@media(max-width:1024px){
  .fd-launch-heading{display:none!important}
  .fd-launch-layout{grid-template-columns:1fr;gap:18px}
  .fd-launch-media{min-height:0;aspect-ratio:16/10!important}
  .fd-launch-summary{position:static;display:block;min-height:0;border:1px solid var(--fd-border);border-radius:20px;padding:20px;box-shadow:var(--fd-shadow-sm)}
  .fd-project-content__grid{grid-template-columns:1fr}
  .fd-project-toc,.fd-project-rail{display:none!important}
}

@media(max-width:640px){
  .fd-launch-container,.fd-project-content{width:min(calc(100% - 24px),1480px)}
  .fd-launch-breadcrumb{margin-bottom:12px;font-size:.72rem}
  .fd-launch-media{border-radius:18px;aspect-ratio:4/3!important}
  .fd-launch-summary{padding:17px;border-radius:18px}
  .fd-launch-title{font-size:2rem;line-height:1.02}
  .fd-launch-subtitle{font-size:.9rem;line-height:1.48}
  .fd-launch-summary .launch-pulse{margin-top:20px;padding-top:18px}
  .fd-project-content{padding-top:18px}
  .reward-card{border-radius:16px}
  .reward-card-img{aspect-ratio:16/10}
  .reward-card-body{padding:15px}
}

/* ========================================================================
   HOME HERO — live discovery surface (no static banner image)
   ======================================================================== */
.fd-hero-market{min-width:0;border:1px solid var(--fd-border);border-radius:28px;background:linear-gradient(145deg,#17243a 0%,#243b5d 56%,#34547c 100%);padding:18px;box-shadow:0 24px 60px rgba(28,44,66,.16);overflow:hidden}
.fd-hero-market__tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.fd-hero-market__tabs::-webkit-scrollbar{display:none}
.fd-hero-market__tab{display:inline-flex;align-items:center;white-space:nowrap;min-height:42px;padding:0 16px;border-radius:12px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-size:.77rem;font-weight:800;border:1px solid rgba(255,255,255,.08);transition:.18s ease}
.fd-hero-market__tab:hover{background:rgba(255,255,255,.14);color:#fff}
.fd-hero-market__tab.is-active{background:#fff;color:var(--fd-primary);border-color:#fff}
.fd-hero-market__tab--muted{opacity:.82}
.fd-hero-market__body{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr);gap:18px;align-items:stretch;padding-top:18px}
.fd-hero-market__intro{border-radius:20px;padding:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);color:#fff;display:flex;flex-direction:column;justify-content:center}
.fd-hero-market__eyebrow{font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;font-weight:850;color:rgba(255,255,255,.62)}
.fd-hero-market__intro h2{margin-top:12px;font-size:clamp(1.8rem,2.5vw,2.75rem);line-height:1;letter-spacing:-.045em;font-weight:850}
.fd-hero-market__intro p{margin-top:14px;color:rgba(255,255,255,.72);font-size:.8rem;line-height:1.55}
.fd-hero-market__steps{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:22px;color:rgba(255,255,255,.58);font-size:.68rem;font-weight:750}
.fd-hero-market__steps svg{width:12px;height:12px}
.fd-hero-market__steps .is-current{color:#fff}
.fd-hero-market__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.fd-hero-product{display:flex;flex-direction:column;min-width:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.12);transition:transform .18s ease,box-shadow .18s ease}
.fd-hero-product:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(3,11,22,.18)}
.fd-hero-product__media{aspect-ratio:16/10;overflow:hidden;background:#edf1f5}
.fd-hero-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.fd-hero-product:hover img{transform:scale(1.025)}
.fd-hero-product__content{padding:12px}
.fd-hero-product__content h3{font-size:.77rem;line-height:1.3;font-weight:800;color:var(--fd-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-hero-product__progress{height:5px;border-radius:999px;background:#e9edf2;margin-top:11px;overflow:hidden}
.fd-hero-product__progress span{display:block;height:100%;border-radius:inherit;background:var(--fd-primary)}
.fd-hero-product__meta{display:flex;align-items:baseline;gap:5px;margin-top:7px;font-size:.66rem;color:var(--fd-text-secondary)}
.fd-hero-product__meta strong{font-size:.76rem;color:var(--fd-text-primary)}
.fd-hero-market__empty{grid-column:1/-1;min-height:290px;border:1px dashed rgba(255,255,255,.26);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:28px}
.fd-hero-market__empty svg{width:30px;height:30px;margin-bottom:12px}
.fd-hero-market__empty strong{font-size:1rem}
.fd-hero-market__empty span{margin-top:5px;color:rgba(255,255,255,.68);font-size:.75rem}

/* ========================================================================
   EXPLORE — launches + Indemand store
   ======================================================================== */
.fd-explore-head{background:#fff;border-bottom:1px solid var(--fd-border);padding:42px 0 22px}
.fd-explore-head__top{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}
.fd-explore-head__top>div{max-width:790px}
.fd-explore-head h1{margin-top:11px;font-size:clamp(2.25rem,4vw,4rem);line-height:.98;letter-spacing:-.052em;font-weight:850;color:var(--fd-text-primary)}
.fd-explore-head__top p{max-width:720px;margin-top:14px;color:var(--fd-text-secondary);font-size:.96rem;line-height:1.6}
.fd-explore-create{flex:0 0 auto}
.fd-explore-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(760px,100%);margin-top:28px;padding:6px;border:1px solid var(--fd-border);border-radius:18px;background:var(--fd-surface-secondary)}
.fd-explore-switch>a{display:flex;align-items:center;gap:11px;min-height:62px;padding:10px 14px;border-radius:13px;color:var(--fd-text-secondary);transition:.16s ease}
.fd-explore-switch>a:hover{background:#fff;color:var(--fd-text-primary)}
.fd-explore-switch>a.is-active{background:#fff;color:var(--fd-primary);box-shadow:0 3px 12px rgba(16,24,40,.06)}
.fd-explore-switch svg{width:20px;height:20px;flex:0 0 auto}
.fd-explore-switch span{display:flex;flex-direction:column;min-width:0}
.fd-explore-switch strong{font-size:.84rem;line-height:1.2}
.fd-explore-switch small{margin-top:3px;font-size:.66rem;font-weight:650;color:var(--fd-text-secondary)}
.fd-explore-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 190px auto auto;gap:9px;align-items:center;margin-top:24px}
.fd-explore-search{position:relative;min-width:0}
.fd-explore-search>svg{position:absolute;left:14px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:#8a96a5;pointer-events:none}
.fd-explore-search input,.fd-explore-toolbar>select,.fd-explore-filters summary,.fd-explore-search-btn{width:100%;height:46px;border:1px solid var(--fd-border);border-radius:12px;background:#fff;color:var(--fd-text-primary);font-size:.8rem;font-weight:700;outline:none;transition:.15s ease}
.fd-explore-search input{padding:0 14px 0 42px;font-weight:600}
.fd-explore-toolbar>select{padding:0 36px 0 12px}
.fd-explore-search input:focus,.fd-explore-toolbar>select:focus{border-color:#a9b7c7;box-shadow:0 0 0 3px rgba(52,84,124,.09)}
.fd-explore-filters{position:relative}
.fd-explore-filters summary{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer;list-style:none;white-space:nowrap}
.fd-explore-filters summary::-webkit-details-marker{display:none}
.fd-explore-filters summary svg{width:17px;height:17px}
.fd-explore-filters[open] summary{border-color:#a9b7c7;box-shadow:0 0 0 3px rgba(52,84,124,.09)}
.fd-explore-filters__panel{position:absolute;right:0;top:54px;z-index:60;width:min(370px,calc(100vw - 32px));padding:16px;border:1px solid var(--fd-border);border-radius:16px;background:#fff;box-shadow:0 22px 50px rgba(16,24,40,.14)}
.fd-explore-filters__panel label{display:block;margin-bottom:12px;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--fd-text-secondary)}
.fd-explore-filters__panel select{display:block;width:100%;height:43px;margin-top:6px;border:1px solid var(--fd-border);border-radius:10px;padding:0 11px;background:#fff;color:var(--fd-text-primary);font-size:.78rem;font-weight:700;text-transform:none;letter-spacing:0}
.fd-explore-filters__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:5px}
.fd-explore-filters__actions a{font-size:.74rem;font-weight:800;color:var(--fd-text-secondary)}
.fd-explore-filters__actions button,.fd-explore-search-btn{border-color:var(--fd-primary);background:var(--fd-primary);color:#fff;padding:0 17px;font-weight:800;cursor:pointer}
.fd-explore-search-btn{width:auto;min-width:88px}
.fd-explore-chips{display:flex;gap:7px;overflow-x:auto;padding:16px 0 2px;scrollbar-width:none}
.fd-explore-chips::-webkit-scrollbar{display:none}
.fd-explore-chips a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--fd-border);background:#fff;color:var(--fd-text-secondary);font-size:.7rem;font-weight:750;white-space:nowrap}
.fd-explore-chips a:hover,.fd-explore-chips a.is-active{background:var(--fd-primary-soft);border-color:#c7d2df;color:var(--fd-primary)}
.fd-explore-results{padding:34px 0 70px;background:var(--fd-background)}
.fd-explore-results__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.fd-explore-results__head span{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:var(--fd-primary)}
.fd-explore-results__head h2{margin-top:5px;font-size:clamp(1.65rem,2.6vw,2.35rem);letter-spacing:-.035em;line-height:1.05;font-weight:850;color:var(--fd-text-primary)}
.fd-explore-results__head>p{font-size:.73rem;font-weight:750;color:var(--fd-text-secondary)}
.fd-explore-grid{display:grid;gap:18px}
.fd-explore-grid--launches{grid-template-columns:repeat(4,minmax(0,1fr))}
.fd-explore-grid--shop{grid-template-columns:repeat(4,minmax(0,1fr))}
.fd-discovery-card,.fd-shop-card{min-width:0;background:#fff;border:1px solid var(--fd-border);border-radius:18px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.fd-discovery-card:hover,.fd-shop-card:hover{transform:translateY(-3px);border-color:#cfd8e2;box-shadow:0 12px 30px rgba(16,24,40,.08)}
.fd-discovery-card__media,.fd-shop-card__media{position:relative;aspect-ratio:4/3;background:#eef2f5;overflow:hidden}
.fd-discovery-card__media img,.fd-shop-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.fd-discovery-card:hover img,.fd-shop-card:hover img{transform:scale(1.025)}
.fd-discovery-card__badges{position:absolute;left:11px;right:11px;top:11px;display:flex;justify-content:space-between;gap:8px}
.fd-discovery-card__badges>span{max-width:68%;padding:6px 9px;border-radius:9px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-size:.64rem;font-weight:800;color:#354052;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-discovery-card__badges .fd-discovery-card__state{max-width:none;background:rgba(25,31,39,.82);color:#fff}
.fd-discovery-card__body,.fd-shop-card__body{padding:15px}
.fd-discovery-card__creator,.fd-shop-card__brand{font-size:.65rem;font-weight:750;color:var(--fd-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-discovery-card h3,.fd-shop-card h3{margin-top:6px;color:var(--fd-text-primary);font-size:.96rem;line-height:1.3;letter-spacing:-.02em;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fd-discovery-card__copy{margin-top:7px;min-height:2.5em;color:var(--fd-text-secondary);font-size:.7rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fd-discovery-card__statusline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;font-size:.66rem;color:var(--fd-text-secondary);font-weight:750}
.fd-discovery-card__statusline strong{color:var(--fd-primary);font-size:.72rem}
.fd-discovery-card__track{height:6px;margin-top:7px;border-radius:999px;background:#e8edf2;overflow:hidden}
.fd-discovery-card__track span{display:block;height:100%;border-radius:inherit;background:var(--fd-primary)}
.fd-discovery-card__meta{display:flex;align-items:baseline;gap:5px;margin-top:9px;font-size:.66rem;color:var(--fd-text-secondary)}
.fd-discovery-card__meta strong{font-size:.76rem;color:var(--fd-text-primary)}
.fd-shop-card__discount{position:absolute;top:11px;left:11px;padding:6px 9px;border-radius:9px;background:var(--fd-accent);color:#2f2b16;font-size:.65rem;font-weight:900}
.fd-shop-card__project{margin-top:5px;font-size:.68rem;color:var(--fd-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-shop-card__price{display:flex;align-items:baseline;gap:8px;margin-top:14px}
.fd-shop-card__price strong{font-size:1.05rem;letter-spacing:-.025em;color:var(--fd-text-primary)}
.fd-shop-card__price span{text-decoration:line-through;color:#9aa5b2;font-size:.7rem}
.fd-shop-card__cta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid var(--fd-border);font-size:.7rem;font-weight:850;color:var(--fd-primary)}
.fd-shop-card__cta svg{width:15px;height:15px}
.fd-explore-empty{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px 20px;border:1px dashed #ccd5df;border-radius:20px;background:#fff}
.fd-explore-empty>svg{width:32px;height:32px;color:var(--fd-primary)}
.fd-explore-empty h3{margin-top:14px;font-size:1.2rem;font-weight:850;color:var(--fd-text-primary)}
.fd-explore-empty p{max-width:480px;margin-top:7px;color:var(--fd-text-secondary);font-size:.8rem;line-height:1.5}
.fd-explore-empty .fd-button{margin-top:18px}

@media (max-width:1180px){
  .fd-explore-grid--launches,.fd-explore-grid--shop{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fd-hero-market__body{grid-template-columns:1fr}
  .fd-hero-market__intro{padding:20px}
}
@media (max-width:900px){
  .fd-explore-toolbar{grid-template-columns:minmax(0,1fr) 165px auto}
  .fd-explore-search-btn{display:none}
  .fd-explore-grid--launches,.fd-explore-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fd-explore-head__top{display:block}
  .fd-explore-create{margin-top:18px}
}
@media (max-width:767px){
  .fd-hero-market{padding:12px;border-radius:21px}
  .fd-hero-market__body{padding-top:12px;gap:12px}
  .fd-hero-market__intro{display:none}
  .fd-hero-market__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .fd-hero-product__content{padding:9px}
  .fd-hero-product__content h3{font-size:.7rem}
  .fd-hero-market__tab{min-height:38px;padding:0 12px;font-size:.7rem}

  .fd-explore-head{padding:26px 0 15px}
  .fd-explore-head h1{font-size:2.25rem}
  .fd-explore-head__top p{font-size:.86rem}
  .fd-explore-create{display:none}
  .fd-explore-switch{grid-template-columns:1fr 1fr;margin-top:20px}
  .fd-explore-switch>a{min-height:54px;padding:9px 10px;gap:8px}
  .fd-explore-switch small{display:none}
  .fd-explore-toolbar{grid-template-columns:minmax(0,1fr) auto;margin-top:16px}
  .fd-explore-toolbar>select{display:none}
  .fd-explore-filters summary{width:46px;padding:0;font-size:0}
  .fd-explore-filters summary svg{width:18px;height:18px}
  .fd-explore-filters__panel{position:fixed;left:12px;right:12px;bottom:12px;top:auto;width:auto;border-radius:20px;max-height:75vh;overflow-y:auto}
  .fd-explore-chips{margin-right:-16px;padding-right:16px}
  .fd-explore-results{padding:24px 0 84px}
  .fd-explore-results__head{align-items:flex-end}
  .fd-explore-results__head>p{font-size:.68rem}
  .fd-explore-grid--launches,.fd-explore-grid--shop{grid-template-columns:1fr 1fr;gap:10px}
  .fd-discovery-card,.fd-shop-card{border-radius:14px}
  .fd-discovery-card__media,.fd-shop-card__media{aspect-ratio:1/1}
  .fd-discovery-card__body,.fd-shop-card__body{padding:11px}
  .fd-discovery-card__creator,.fd-shop-card__brand{font-size:.58rem}
  .fd-discovery-card h3,.fd-shop-card h3{font-size:.82rem}
  .fd-discovery-card__copy{display:none}
  .fd-discovery-card__badges{left:7px;right:7px;top:7px}
  .fd-discovery-card__badges>span{padding:5px 7px;font-size:.55rem}
  .fd-discovery-card__statusline{margin-top:11px;font-size:.58rem}
  .fd-discovery-card__meta{font-size:.58rem;display:block}
  .fd-discovery-card__meta strong{display:block;font-size:.7rem}
  .fd-shop-card__discount{top:7px;left:7px;padding:5px 7px;font-size:.57rem}
  .fd-shop-card__project{font-size:.58rem}
  .fd-shop-card__price{margin-top:10px;display:block}
  .fd-shop-card__price strong{display:block;font-size:.9rem}
  .fd-shop-card__price span{font-size:.58rem}
  .fd-shop-card__cta{margin-top:9px;padding-top:9px;font-size:.62rem}
}
@media (max-width:420px){
  .fd-explore-switch strong{font-size:.74rem}
  .fd-explore-grid--launches,.fd-explore-grid--shop{gap:8px}
}
@media (prefers-reduced-motion:reduce){
  .fd-hero-product,.fd-discovery-card,.fd-shop-card,.fd-hero-product__media img,.fd-discovery-card__media img,.fd-shop-card__media img{transition:none!important}
}
