:root{--font-accent: "Cormorant Garamond", "Playfair Display", Georgia, serif;--font-graffiti: "Playfair Display", Georgia, serif;--header-height: 72px}.portada-viewport{height:100vh;height:100dvh;padding-top:calc(var(--header-height) + 3px);display:grid;grid-template-rows:1.3fr 1fr 44px;overflow:hidden;box-sizing:border-box;background:#1a1816}.portada-strip{background:var(--accent-yellow);padding:0 40px;height:44px;text-align:center;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portada-strip__text{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:4px}.portada-hero{background:transparent;padding:8px 40px 6px;display:flex;align-items:stretch;min-height:0;overflow:hidden}.portada-hero__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:14px;width:100%;max-width:1400px;margin:0 auto}.portada-hero__podcast{background-color:#2a2520;background-image:url(/images/slate-grain.png);background-repeat:repeat;background-size:200px 200px;border:1px solid rgba(255,255,255,.08);padding:16px 22px;display:flex;flex-direction:row;align-items:stretch;position:relative;overflow:hidden;transition:border-color .3s ease,transform .3s ease;min-height:0}.portada-hero__podcast-content{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.portada-hero__podcast-mic{flex-shrink:0;display:flex;align-items:flex-end;justify-content:flex-end;width:130px;margin-left:8px;opacity:.8;transition:opacity .3s ease;align-self:flex-end}.portada-hero__podcast-mic img{width:100%;height:auto;object-fit:contain;filter:brightness(.85) contrast(1.1)}.portada-hero__podcast:hover .portada-hero__podcast-mic{opacity:.95}.portada-hero__podcast:hover{border-color:var(--accent-yellow);transform:translateY(-2px)}.portada-hero__podcast-label{font-family:var(--font-body);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--accent-yellow);margin-bottom:10px;display:flex;align-items:center;gap:8px}.portada-hero__podcast-label:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--accent-yellow)}.portada-hero__podcast-title{font-family:var(--font-heading);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;color:var(--text-primary);line-height:1.15;margin-bottom:6px}.portada-hero__podcast-desc{font-family:var(--font-body);font-weight:300;font-size:.78rem;color:var(--text-secondary);line-height:1.45;margin-bottom:8px}.portada-hero__podcast-cta{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--accent-yellow);padding:7px 16px;font-family:var(--font-body);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;border:1.5px solid var(--accent-yellow);transition:all .3s ease;align-self:flex-start}.portada-hero__podcast-cta:hover{background:var(--accent-yellow);color:var(--bg-primary);transform:translateY(-2px)}.portada-hero__argentino{background-color:#4a2020;background-image:radial-gradient(ellipse at 25% 50%,rgba(70,30,30,.2) 0%,transparent 60%),url(/images/slate-grain.png);background-repeat:no-repeat,repeat;background-size:100% 100%,200px 200px;border:2px solid var(--accent-yellow);position:relative;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;padding:20px 24px;transition:box-shadow .3s ease;min-height:0;gap:16px}.portada-hero__argentino--static{cursor:default;text-decoration:none}.portada-hero__argentino--static:hover{transform:none;box-shadow:0 8px 40px #f5c51814}.portada-hero__argentino-left{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.portada-hero__argentino-banner{font-family:var(--font-accent, "Cormorant Garamond", Georgia, serif);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:600;font-style:italic;color:var(--accent-yellow);letter-spacing:.02em;line-height:1.1;margin-bottom:10px}.portada-hero__argentino-rule{width:60px;height:1.5px;background:linear-gradient(90deg,var(--accent-yellow),rgba(245,197,24,.3));margin-bottom:12px}.portada-hero__argentino-tagline{font-family:var(--font-body);font-size:.7rem;font-weight:300;color:#ffffff73;text-transform:uppercase;letter-spacing:2px}.portada-hero__argentino-right{flex-shrink:0;display:flex;align-items:center;justify-content:center}.portada-hero__gardel-portrait{width:clamp(100px,14vw,180px);height:clamp(100px,14vw,180px);border-radius:50%;border:2.5px solid rgba(245,197,24,.5);overflow:hidden;box-shadow:0 4px 20px #0006;position:relative}.portada-hero__gardel-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:sepia(.15) contrast(1.05)}.portada-hero__gardel-name{display:none}.portada-blocks{background:transparent;padding:6px 40px;display:flex;align-items:stretch;min-height:0;overflow:hidden}.portada-blocks__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1400px;margin:0 auto;width:100%;align-content:stretch;height:100%}.portada-block{background-color:#2a2520;background-image:url(/images/slate-grain.png);background-repeat:repeat;background-size:200px 200px;border:1px solid rgba(255,255,255,.06);padding:20px 14px;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.portada-block:hover{border-color:var(--accent-yellow);transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.portada-block:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-yellow);transform:scaleX(0);transition:transform .3s ease}.portada-block:hover:before{transform:scaleX(1)}.portada-block__icon{font-size:2rem;margin-bottom:8px;opacity:.9}.portada-block__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--accent-yellow);margin-bottom:4px;line-height:1.2}.portada-block__desc{font-family:var(--font-body);font-size:.75rem;font-weight:300;color:var(--text-muted);line-height:1.4}.band-yellow{background:var(--accent-yellow);padding:20px 60px;text-align:center}.band-yellow__text{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--bg-primary);text-transform:uppercase;letter-spacing:4px}.light-zone{background-color:#f5f0e8;background-image:url(/images/paper-grain.png);background-repeat:repeat;background-size:200px 200px}.light-zone .guardian-articles,.light-zone .guardian-articles--local,.light-zone .ed-pullquote,.light-zone .ed-podcasts,.light-zone .band-dark{background:transparent}.light-zone .guardian-articles__title{color:#1a1a1a}.light-zone .guardian-articles__link{color:#888}.light-zone .guardian-articles__link:hover{color:#1a1a1a}.light-zone .guardian-articles__header{border-bottom-color:#00000026}.light-zone .guardian-articles__header--minimal{border-bottom-color:#0000001a}.light-zone .ed-pullquote{border-top-color:#0000001a;border-bottom-color:#0000001a}.light-zone .ed-pullquote__text{color:#1a1a1a}.light-zone .ed-pullquote__source{color:#666}.light-zone .ed-pullquote:before{color:#0000000a}.light-zone .band-dark{border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.light-zone .band-dark__text{color:#999}.light-zone .ed-section-title{color:#1a1a1a}.light-zone .ed-section-title .ed-title-accent{color:var(--accent-yellow)}.light-zone .ed-section-link{color:#888}.light-zone .ed-section-link:hover{color:#1a1a1a}.light-zone .ed-section-header{border-bottom-color:#00000026}.light-zone .ed-podcasts:before{display:none}.light-zone .ed-podcasts .ed-section-title{color:#1a1a1a}.light-zone .ed-podcasts .ed-section-title .ed-title-accent{color:var(--accent-yellow)}.light-zone .ed-podcast-featured__title{color:#1a1a1a}.light-zone .ed-podcast-featured__desc{color:#444}.light-zone .ed-podcast-featured__ep-label,.light-zone .ed-podcast-featured__duration{color:#777}.light-zone .ed-podcast-item{border-bottom-color:#0000001a}.light-zone .ed-podcast-item__title{color:#1a1a1a}.light-zone .ed-podcast-item__desc,.light-zone .ed-podcast-item__meta{color:#555}.light-zone .ed-podcast-item__number{color:#0000001f}.light-zone .ed-podcast-item:hover .ed-podcast-item__number,.light-zone .ed-video-featured__tag{color:var(--accent-yellow)}.light-zone .ed-video-featured__title{color:#fff}.light-zone .ed-video-featured__date{color:#ffffff80}.light-zone .ed-video-small__title{color:#fff}.light-zone .ed-video-small__date{color:#ffffff80}.band-dark{background:var(--band-dark);padding:16px 60px;text-align:center}.band-dark__text{font-family:var(--font-body);font-size:.7rem;font-weight:600;color:var(--accent-yellow);text-transform:uppercase;letter-spacing:4px}.guardian-articles{background:var(--bg-secondary);padding:60px}.guardian-articles__inner{max-width:1400px;margin:0 auto}.guardian-articles__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid var(--accent-yellow)}.guardian-articles__header--minimal{justify-content:flex-end;border-bottom:1px solid rgba(245,197,24,.3)}.guardian-articles__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--accent-yellow)}.guardian-articles--local{background:var(--bg-primary);border-top:1px solid rgba(255,255,255,.06)}.guardian-articles__link{font-family:var(--font-body);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);transition:color .3s ease}.guardian-articles__link:hover{color:var(--accent-yellow)}.guardian-articles__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px}.guardian-card{position:relative;overflow:hidden;background:var(--bg-card);min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .3s ease}.guardian-card:hover{transform:translateY(-4px)}.guardian-card--featured{grid-row:span 2;min-height:580px}.guardian-card__image{position:absolute;inset:0;background:linear-gradient(135deg,var(--bg-card) 0%,rgba(26,26,26,.8) 100%);display:flex;align-items:center;justify-content:center}.guardian-card__image-placeholder{font-family:var(--font-accent);font-size:5rem;font-weight:300;color:#f5c5180f}.guardian-card--featured .guardian-card__image-placeholder{font-size:8rem}.guardian-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(17,17,17,.95) 100%)}.guardian-card__content{position:relative;z-index:2;padding:24px}.guardian-card__category{font-family:var(--font-body);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent-yellow);margin-bottom:8px}.guardian-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text-primary);line-height:1.3;transition:color .3s ease}.guardian-card__title:hover{color:var(--accent-yellow)}.guardian-card--featured .guardian-card__content{padding:32px}.guardian-card--featured .guardian-card__title{font-size:1.8rem}.guardian-card__meta{font-family:var(--font-body);font-weight:300;font-size:.7rem;color:var(--text-muted);margin-top:8px;text-transform:uppercase;letter-spacing:1px}.ed-podcasts{background:var(--band-dark);padding:60px;position:relative;overflow:hidden}.ed-podcasts:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-yellow),transparent)}.ed-podcasts__inner{max-width:1400px;margin:0 auto}.ed-podcasts .ed-section-header{border-bottom-color:#f5c51826}.ed-podcasts .ed-section-title{color:var(--text-primary)}.ed-podcast-featured{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;padding:40px;margin-bottom:32px;border:1px solid rgba(245,197,24,.12);background:#f5c51808;position:relative;transition:border-color .3s ease}.ed-podcast-featured:hover{border-color:#f5c5184d}.ed-podcast-featured__number-block{display:flex;flex-direction:column;align-items:center;gap:4px}.ed-podcast-featured__ep-label{font-family:var(--font-body);font-weight:600;font-size:.55rem;text-transform:uppercase;letter-spacing:3px;color:var(--accent-yellow)}.ed-podcast-featured__ep-number{font-family:var(--font-accent);font-size:5rem;font-weight:300;color:var(--accent-yellow);line-height:.85}.ed-podcast-featured__content{display:flex;flex-direction:column;gap:12px}.ed-podcast-featured__tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:.6rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent-yellow)}.ed-podcast-featured__tag:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--accent-yellow);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.ed-podcast-featured__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.3}.ed-podcast-featured__desc{font-family:var(--font-body);font-weight:300;font-size:.9rem;color:var(--text-muted);line-height:1.7;max-width:600px}.ed-podcast-featured__footer{display:flex;align-items:center;gap:24px;margin-top:4px}.ed-podcast-featured__duration{font-family:var(--font-body);font-weight:300;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.ed-podcast-featured__listen{font-family:var(--font-body);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent-yellow);transition:color .3s ease}.ed-podcast-featured__listen:hover{color:var(--accent-yellow-light)}.ed-podcast-list{display:flex;flex-direction:column}.ed-podcast-item{display:grid;grid-template-columns:72px 1fr 100px 48px;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(245,197,24,.08);transition:padding-left .3s ease}.ed-podcast-item:last-child{border-bottom:none}.ed-podcast-item:hover{padding-left:12px}.ed-podcast-item__number{font-family:var(--font-accent);font-size:2.2rem;font-weight:300;color:#f5c5184d;text-align:center;line-height:1;transition:color .3s ease}.ed-podcast-item:hover .ed-podcast-item__number{color:var(--accent-yellow)}.ed-podcast-item__content{display:flex;flex-direction:column;gap:4px}.ed-podcast-item__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--text-primary);line-height:1.4}.ed-podcast-item__desc{font-family:var(--font-body);font-weight:300;font-size:.82rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ed-podcast-item__duration{font-family:var(--font-body);font-weight:300;font-size:.78rem;color:var(--text-muted);text-align:right}.ed-podcast-item__play{width:44px;height:44px;border-radius:50%;border:1px solid rgba(245,197,24,.3);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.ed-podcast-item__play:hover{background:var(--accent-yellow);border-color:var(--accent-yellow)}.ed-podcast-item__play:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:6px 0 6px 11px;border-color:transparent transparent transparent var(--accent-yellow);margin-left:2px}.ed-podcast-item__play:hover:after{border-color:transparent transparent transparent var(--bg-primary)}.ed-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.ed-section-header:after{content:"";position:absolute;bottom:-1px;left:0;width:60px;height:2px;background:var(--accent-yellow)}.ed-section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:16px}.ed-section-title__number{font-family:var(--font-accent);font-size:.85rem;font-weight:300;color:var(--accent-yellow);letter-spacing:2px}.ed-section-title em{color:var(--accent-yellow);font-style:normal}.ed-section-link{font-family:var(--font-body);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);transition:color .3s ease}.ed-section-link:hover{color:var(--accent-yellow)}.ed-divider{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 60px;background:var(--bg-secondary)}.ed-divider--dark{background:var(--band-dark)}.ed-divider__line{flex:1;max-width:200px;height:1px;background:linear-gradient(90deg,transparent,var(--accent-yellow),transparent)}.ed-divider__text{font-family:var(--font-accent);font-weight:400;font-size:.7rem;text-transform:uppercase;letter-spacing:4px;color:var(--accent-yellow);white-space:nowrap}.ed-divider--dark .ed-divider__text{color:var(--accent-yellow)}.ed-divider__diamond{width:5px;height:5px;background:var(--accent-yellow);transform:rotate(45deg);flex-shrink:0}.ed-videos{padding:60px;max-width:1400px;margin:0 auto}.ed-videos__grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:auto auto;gap:20px}.ed-video-featured{grid-row:span 2;position:relative;background:var(--bg-card);overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease;display:block;color:inherit;border:1px solid rgba(255,255,255,.06)}.ed-video-featured:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0006}.ed-video-featured__thumb{aspect-ratio:16 / 10;background:var(--bg-secondary);position:relative;overflow:hidden}.ed-video-featured__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(17,17,17,.9) 100%);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease}.ed-video-featured__play{width:72px;height:72px;border-radius:50%;background:var(--accent-yellow);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.ed-video-featured:hover .ed-video-featured__play{transform:scale(1.1);box-shadow:0 0 32px #f5c51866}.ed-video-featured__play:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent var(--bg-primary);margin-left:4px}.ed-video-featured__info{padding:28px 32px;background:var(--bg-card);border-top:1px solid rgba(255,255,255,.06)}.ed-video-featured__tag{font-family:var(--font-body);font-weight:600;font-size:.65rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent-yellow);margin-bottom:12px;display:flex;align-items:center;gap:8px}.ed-video-featured__tag:before{content:"▶";font-size:.5rem}.ed-video-featured__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin-bottom:12px}.ed-video-featured__date{font-family:var(--font-body);font-weight:300;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.ed-video-small{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);padding:20px;transition:transform .3s ease,box-shadow .3s ease,border-left-color .3s ease;border-left:3px solid transparent;color:inherit}.ed-video-small:hover{transform:translate(4px);box-shadow:0 8px 32px #0000004d;border-left-color:var(--accent-yellow)}.ed-video-small__thumb{aspect-ratio:16 / 10;background:var(--bg-secondary);position:relative;overflow:hidden}.ed-video-small__play-overlay{position:absolute;inset:0;background:#11111180;display:flex;align-items:center;justify-content:center}.ed-video-small__play-icon{width:32px;height:32px;border-radius:50%;background:var(--accent-yellow);display:flex;align-items:center;justify-content:center}.ed-video-small__play-icon:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:5px 0 5px 9px;border-color:transparent transparent transparent var(--bg-primary);margin-left:2px}.ed-video-small__info{display:flex;flex-direction:column;gap:6px}.ed-video-small__date{font-family:var(--font-body);font-weight:300;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.ed-video-small__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--text-primary);line-height:1.35}.ed-pullquote{background:var(--bg-secondary);padding:60px;position:relative;overflow:hidden;border-top:2px solid var(--accent-yellow);border-bottom:2px solid var(--accent-yellow)}.ed-pullquote:before{content:'"';position:absolute;top:-20px;left:40px;font-family:var(--font-accent);font-size:18rem;font-weight:300;color:#f5c5180d;line-height:1;pointer-events:none}.ed-pullquote__inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.ed-pullquote__text{font-family:var(--font-accent);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;font-style:italic;color:var(--text-primary);line-height:1.5;margin-bottom:24px}.ed-pullquote__source{font-family:var(--font-body);font-weight:300;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:var(--accent-yellow)}.ed-pullquote__source:before{content:"— "}@media(max-width:1024px){.portada-hero{padding:8px 30px}.portada-hero__grid{grid-template-columns:1fr 1fr}.portada-blocks__grid{grid-template-columns:repeat(4,1fr)}.portada-blocks{padding:10px 30px}.portada-strip{padding:5px 30px}.guardian-articles{padding:48px 40px}.guardian-articles__grid{grid-template-columns:1fr 1fr}.guardian-card--featured{grid-column:span 2;grid-row:span 1;min-height:320px}.ed-videos{padding:48px 40px}.ed-videos__grid{grid-template-columns:1fr}.ed-video-featured{grid-row:span 1}.ed-video-small{grid-template-columns:140px 1fr}.ed-pullquote,.ed-podcasts{padding:48px 40px}.ed-podcast-featured{padding:32px;gap:32px}.ed-podcast-featured__ep-number{font-size:4rem}}@media(max-width:768px){:root{--header-height: 70px}.portada-viewport{height:100vh;height:100dvh;padding-top:var(--header-height);grid-template-rows:1.4fr 1fr auto;box-sizing:border-box}.portada-hero{padding:8px 16px}.portada-hero__grid{grid-template-columns:1fr;gap:10px}.portada-hero__argentino{order:-1;padding:16px}.portada-hero__gardel-portrait{width:90px!important;height:90px!important}.portada-hero__podcast-mic{width:80px;margin-left:4px}.portada-blocks{padding:10px 16px}.portada-blocks__grid{grid-template-columns:repeat(2,1fr);gap:10px}.portada-block{padding:16px 12px;min-height:90px}.portada-block__title{font-size:1rem}.portada-strip{padding:5px 16px}.portada-strip__text{font-size:.55rem;letter-spacing:2px}.band-yellow,.band-dark{padding:14px 20px}.guardian-articles{padding:32px 20px}.guardian-articles__grid{grid-template-columns:1fr}.guardian-card--featured{grid-column:span 1;min-height:280px}.guardian-card{min-height:220px}.ed-videos{padding:32px 20px}.ed-videos__grid{grid-template-columns:1fr}.ed-video-featured{grid-row:span 1}.ed-video-small{grid-template-columns:120px 1fr;gap:16px;padding:16px}.ed-video-small__title{font-size:.95rem}.ed-pullquote{padding:40px 20px}.ed-pullquote:before{font-size:10rem;left:10px;top:-10px}.ed-divider{padding:12px 20px;gap:16px}.ed-divider__text{font-size:.55rem;letter-spacing:2.5px}.ed-section-title{font-size:1.6rem}.ed-section-header{flex-direction:column;gap:12px;align-items:flex-start}.ed-podcasts{padding:32px 20px}.ed-podcast-featured{grid-template-columns:1fr;gap:24px;padding:24px;text-align:center}.ed-podcast-featured__number-block{flex-direction:row;gap:12px;justify-content:center}.ed-podcast-featured__ep-number{font-size:3.5rem}.ed-podcast-featured__content{align-items:center}.ed-podcast-featured__desc{text-align:center}.ed-podcast-featured__footer{justify-content:center}.ed-podcast-item{grid-template-columns:56px 1fr 44px;gap:16px}.ed-podcast-item__duration{display:none}.ed-podcast-item__number{font-size:1.6rem}.ed-podcast-item__desc{display:none}}@media(max-width:480px){.portada-blocks__grid{grid-template-columns:repeat(2,1fr)}.portada-block{min-height:80px}.portada-block__icon{margin-bottom:4px}.portada-block__icon svg{width:28px;height:28px}.portada-block__desc{display:none}.guardian-card--featured .guardian-card__title{font-size:1.4rem}.ed-video-small{grid-template-columns:1fr}.ed-video-small__thumb{aspect-ratio:16 / 9}}.ed-reveal{opacity:1;transform:translateY(0)}.ed-reveal-stagger>.ed-reveal:nth-child(1){transition-delay:0s}.ed-reveal-stagger>.ed-reveal:nth-child(2){transition-delay:.1s}.ed-reveal-stagger>.ed-reveal:nth-child(3){transition-delay:.2s}.ed-reveal-stagger>.ed-reveal:nth-child(4){transition-delay:.3s}.ed-reveal-stagger>.ed-reveal:nth-child(5){transition-delay:.4s}.ed-reveal-stagger>.ed-reveal:nth-child(6){transition-delay:.5s}@media(prefers-reduced-motion:reduce){.ed-reveal{opacity:1;transform:none}@keyframes pulse-dot{0%,to{opacity:1}}}.section-with-rail{display:grid;grid-template-columns:1fr;gap:32px;max-width:1400px;margin:0 auto}@media(min-width:1100px){.section-with-rail{grid-template-columns:minmax(0,1fr) 300px;align-items:start}}.section-with-rail__main>section{padding-left:0;padding-right:0}.section-with-rail__main>section>.guardian-articles__inner,.section-with-rail__main>section>.ed-videos,.section-with-rail__main .guardian-articles__inner{max-width:none}.section-with-rail__rail{display:none}@media(min-width:1100px){.section-with-rail__rail{display:flex;flex-direction:column;position:sticky;top:100px;min-height:600px}}.sponsor-band{max-width:1400px;margin:0 auto;padding:0 60px}.sponsor-panel{display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 2px 12px #0000000a}.sponsor-panel--vertical{width:100%;min-height:600px;aspect-ratio:1 / 2}.sponsor-panel--horizontal{width:100%;min-height:120px;aspect-ratio:auto;padding:24px}.sponsor-panel img{width:100%;height:100%;object-fit:cover}.sponsor-panel__label{position:absolute;top:10px;left:10px;font-family:var(--font-body, sans-serif);font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#0000008c;background:#0000000d;padding:3px 8px;border-radius:2px;z-index:2}.sponsor-panel--placeholder{background:#fff;border:2px dashed rgba(245,197,24,.5);color:#0000008c}.sponsor-panel__placeholder-text{display:flex;flex-direction:column;align-items:center;gap:8px;font-family:var(--font-body, sans-serif);font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-align:center;padding:16px;color:#0009}.sponsor-panel__placement-name{font-family:var(--font-accent, var(--font-body, sans-serif));font-size:11px;font-weight:400;letter-spacing:.5px;text-transform:none;color:#0006;font-style:italic}.guardian-card__image img,.ed-video-featured__thumb img,.ed-video-small__thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.ed-video-featured__thumb,.ed-video-small__thumb{position:relative}.ed-video-featured__overlay,.ed-video-small__play-overlay{z-index:1}.ed-podcast-item__thumb{width:72px;height:72px;flex-shrink:0;background:var(--bg-elevated);overflow:hidden;border-radius:4px;position:relative}.ed-podcast-item__thumb img{width:100%;height:100%;object-fit:cover}.ed-podcast-featured__cover{width:100%;aspect-ratio:1;background:var(--bg-elevated);overflow:hidden;border-radius:4px;margin-bottom:12px}.ed-podcast-featured__cover img{width:100%;height:100%;object-fit:cover;display:block}
