:root{--black:#050505;--ink:#0b0b0b;--ivory:#ffffff;--paper:#ffffff;--gold:#caa552;--line:rgba(202,165,82,.28);--muted:#a7a39b;--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;background:var(--black);color:var(--ivory);font-family:var(--sans);overflow-x:hidden}button,a{font:inherit;color:inherit}button{border:0}a{text-decoration:none}img{display:block;max-width:100%}.section-number,.kicker{text-transform:uppercase;letter-spacing:.19em;font-size:10px;color:var(--gold)}
.site-header{position:fixed;z-index:50;inset:0 0 auto;height:88px;padding:0 3.5vw;display:grid;grid-template-columns:220px 1fr 60px;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.76),transparent)}.brand{width:180px}.desktop-nav{justify-self:center;display:flex;gap:46px;text-transform:uppercase;letter-spacing:.16em;font-size:10px}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--gold);transition:.35s}.desktop-nav a:hover:after{right:0}.menu-button{justify-self:end;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.25);display:grid;place-content:center;gap:6px;cursor:pointer}.menu-button span{width:16px;height:1px;background:white;display:block}.menu-overlay{position:fixed;z-index:40;inset:0;background:#070707;display:flex;flex-direction:column;justify-content:center;padding:11vw;transform:translateY(-105%);transition:.65s cubic-bezier(.77,0,.18,1)}.menu-overlay.open{transform:none}.menu-overlay a{font-family:var(--serif);font-size:clamp(48px,7vw,110px);line-height:1;border-bottom:1px solid #292929;padding:14px 0}.menu-overlay a span{font-family:var(--sans);font-size:10px;color:var(--gold);margin-right:30px}
.hero{height:100svh;min-height:720px;position:relative;overflow:hidden;display:flex;align-items:center;padding:110px 7vw 70px}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.83),rgba(0,0,0,.2) 62%,rgba(0,0,0,.52)),linear-gradient(0deg,rgba(0,0,0,.75),transparent 46%)}.hero-copy{position:relative;z-index:2;max-width:940px}.hero h1,.story h2,.teaser h2,.team h2,.contact h2{font-family:var(--serif);font-weight:400;letter-spacing:-.055em;margin:20px 0;line-height:.84}.hero h1{font-size:clamp(74px,10vw,164px)}em{font-weight:400;color:var(--gold)}.hero-copy>p:last-child{max-width:560px;font-size:17px;line-height:1.7;color:#d0ccc3}.scroll-cue{position:absolute;z-index:2;right:4vw;bottom:38px;display:flex;gap:18px;align-items:center;text-transform:uppercase;letter-spacing:.16em;font-size:9px}.scroll-cue i{width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;font-style:normal}
.story{background:var(--paper);color:var(--ink);padding:130px 4vw}.story-intro{max-width:1450px;margin:0 auto 90px;display:grid;grid-template-columns:.55fr 1.35fr .75fr;gap:40px;align-items:start}.story h2{font-size:clamp(64px,7vw,116px);margin:0}.story-intro>p:last-child{font-size:15px;line-height:1.8;color:#5c5a55;margin-top:12px}.chapters{max-width:1450px;margin:auto}.chapter{display:grid;grid-template-columns:1.25fr .75fr;min-height:620px;border-top:1px solid #cfc9bd;padding:38px 0 82px;gap:4vw}.chapter:nth-child(even){grid-template-columns:.75fr 1.25fr}.chapter:nth-child(even) .chapter-media{order:2}.chapter-media{position:relative;overflow:hidden;background:#111}.chapter-media video{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.12);opacity:.75;transition:.7s}.chapter-media:hover video{filter:grayscale(.15);transform:scale(1.025)}.chapter-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.chapter-media button{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border:1px solid rgba(255,255,255,.6);border-radius:50%;color:white;background:rgba(0,0,0,.1);cursor:pointer}.chapter-count{position:absolute;z-index:2;right:22px;bottom:17px;font-family:var(--serif);font-size:48px;color:white}.chapter-copy{align-self:end;padding:30px}.chapter-copy>span{font-size:10px;color:#8b6b25}.chapter h3{font-family:var(--serif);font-size:clamp(48px,5vw,82px);font-weight:400;margin:20px 0 12px}.chapter-copy p{color:#65615b;line-height:1.7;max-width:420px}
.teaser{min-height:900px;position:relative;display:flex;align-items:center;padding:8vw;overflow:hidden}.teaser-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.25)),url('assets/project-puente-indigo.webp') center/cover;transition:1.2s}.teaser:hover .teaser-bg{transform:scale(1.018)}.teaser-content{position:relative;z-index:2;width:min(700px,88vw)}.teaser h2{font-size:clamp(90px,11vw,178px)}.teaser-content>p:not(.section-number){max-width:600px;color:#c7c1b8;line-height:1.8}.play-teaser{margin-top:30px;background:transparent;color:white;display:flex;align-items:center;gap:15px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;cursor:pointer}.play-teaser span{width:64px;height:64px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}
.team{background:var(--ivory);color:var(--ink);padding:140px 4vw}.team-heading{max-width:1450px;margin:0 auto 80px;display:grid;grid-template-columns:.5fr 1.2fr .75fr;gap:40px}.team h2{font-size:clamp(70px,8vw,128px);margin:0}.team-heading>p:last-child{line-height:1.8;color:#615e58;margin-top:18px}.team-experience{max-width:1450px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4vw}.team-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:start}.team-card{padding:0;background:transparent;aspect-ratio:3/4.45;perspective:1300px;cursor:pointer}.card-inner{display:block;position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:.8s cubic-bezier(.2,.75,.2,1)}.team-card.active .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;inset:0;display:block;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.card-front{background:#111}.card-front img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1)}.portrait-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 60%)}.card-index{position:absolute;top:18px;left:18px;font-size:10px;color:var(--gold)}.card-name{position:absolute;left:18px;right:18px;bottom:57px;text-align:left;color:white;font-family:var(--serif);font-size:clamp(22px,2vw,34px);line-height:1}.card-role{position:absolute;left:18px;right:15px;bottom:21px;text-align:left;color:#c9c2b5;font-size:8px;line-height:1.35;text-transform:uppercase;letter-spacing:.1em}.card-back{transform:rotateY(180deg);background:#090909;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center;border:1px solid var(--gold)}.card-back>span{position:absolute;top:20px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:8px}.card-back img{width:55%;filter:sepia(1) saturate(.75)}.card-back strong{font-family:var(--serif);font-size:25px;font-weight:400;color:var(--gold)}.card-back small{position:absolute;bottom:20px;color:#8d887f;font-size:8px;text-transform:uppercase;letter-spacing:.14em}.bio-panel{border-left:1px solid #c9c2b5;padding-left:4vw;animation:bioIn .55s ease both}@keyframes bioIn{from{opacity:0;transform:translateY(16px)}}.bio-top{display:flex;justify-content:space-between;color:#8b6b25;text-transform:uppercase;letter-spacing:.14em;font-size:9px}.bio-panel h3{font-family:var(--serif);font-weight:400;font-size:clamp(46px,4.5vw,72px);line-height:.92;margin:30px 0 17px}.bio-panel h4{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:400;color:#7b6230}.bio-scroll{height:520px;overflow:auto;margin-top:30px;padding-right:25px;scrollbar-color:var(--gold) #d9d4ca}.bio-scroll p{font-size:14px;line-height:1.85;color:#53504b;margin:0 0 20px}
.bio-empty{display:flex;min-height:520px;flex-direction:column;justify-content:center}.bio-empty>span{text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:#8b6b25}.bio-empty h3{font-size:clamp(42px,4vw,64px)}.bio-empty>p{max-width:450px;color:#65615b;line-height:1.8}
.contact{min-height:780px;padding:130px 8vw;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 75% 35%,rgba(202,165,82,.12),transparent 27%),#050505}.contact h2{font-size:clamp(75px,9vw,145px)}.contact>p:not(.section-number){max-width:570px;color:#aaa49a;line-height:1.8}.contact>a{margin-top:35px;padding:22px 0;border-top:1px solid #333;border-bottom:1px solid #333;max-width:750px;font-family:var(--serif);font-size:clamp(24px,3vw,45px);display:flex;justify-content:space-between}.contact>a span{color:var(--gold)}footer{min-height:130px;border-top:1px solid #262626;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:25px 4vw;color:#8c877f;font-size:11px}footer img{width:160px}footer p{text-align:center;font-family:var(--serif);color:var(--gold);font-size:16px}footer span{text-align:right}
@media(max-width:1000px){.desktop-nav{display:none}.site-header{grid-template-columns:1fr auto}.story-intro,.team-heading{grid-template-columns:1fr}.story-intro{gap:20px}.chapter,.chapter:nth-child(even){grid-template-columns:1fr;min-height:auto}.chapter:nth-child(even) .chapter-media{order:0}.chapter-media{min-height:58vw}.chapter-copy{padding:20px 0 10px}.team-experience{grid-template-columns:1fr}.bio-panel{border-left:0;border-top:1px solid #c9c2b5;padding:50px 0 0}.team-cards{gap:8px}.bio-scroll{height:auto;max-height:none}.teaser{min-height:760px}}
@media(max-width:650px){.site-header{height:72px;padding:0 20px}.brand{width:145px}.hero{min-height:680px;padding:100px 24px 60px}.hero h1{font-size:63px}.scroll-cue span{display:none}.story,.team{padding:90px 20px}.story h2,.team h2{font-size:56px;line-height:.9}.story-intro,.team-heading{margin-bottom:55px}.chapter{padding:25px 0 50px}.chapter-media{min-height:75vw}.chapter-media button{width:60px;height:60px}.chapter h3{font-size:48px}.teaser{padding:24px;min-height:680px}.teaser h2{font-size:82px}.team-cards{grid-template-columns:1fr;gap:18px}.team-card{aspect-ratio:3/4.25}.card-name{font-size:40px}.team-card:not(.active){aspect-ratio:3/4}.team-experience{gap:40px}.bio-panel h3{font-size:50px}.contact{min-height:680px;padding:100px 24px}.contact h2{font-size:62px}footer{grid-template-columns:1fr;gap:18px;text-align:center;padding:35px 20px}footer img{margin:auto}footer p,footer span{text-align:center}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

.header-actions{justify-self:end;display:flex;align-items:center;gap:20px}.language{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:.16em}.lang-btn{padding:4px 0;background:transparent;color:#aaa;cursor:pointer}.lang-btn.active{color:var(--gold);border-bottom:1px solid var(--gold)}
.about-statement{padding:135px 4vw;background:#fff;color:var(--ink)}.about-grid{width:min(1450px,100%);margin:auto;display:grid;grid-template-columns:.45fr 1.05fr 1fr;gap:5vw;align-items:start}.about-grid h2,.section-heading h2,.locations h2{font-family:var(--serif);font-weight:400;letter-spacing:-.05em;line-height:.92;margin:0;font-size:clamp(54px,6vw,98px)}.about-copy{border-left:1px solid #d5d0c7;padding-left:4vw}.about-copy p{margin:0 0 27px;color:#52504c;font-size:15px;line-height:1.86}.about-copy p:last-child{color:#8b6b25;font-weight:600}
.news{padding:135px 4vw;background:#fff;color:var(--ink);border-top:1px solid #e4e0d8}.section-heading{width:min(1450px,100%);margin:0 auto 75px;display:grid;grid-template-columns:.45fr 1.1fr .65fr;gap:4vw;align-items:start}.section-heading>p:last-child{color:#615e58;line-height:1.8}.news-grid{width:min(1450px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.news-card{padding:0;background:transparent;aspect-ratio:3/4.2;perspective:1400px;cursor:pointer;text-align:left}.news-inner{position:relative;width:100%;height:100%;display:block;transform-style:preserve-3d;transition:.85s cubic-bezier(.2,.75,.2,1)}.news-card.active .news-inner{transform:rotateY(180deg)}.news-front,.news-back{position:absolute;inset:0;display:block;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.news-front{background:#080808}.news-front img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08);transition:.6s}.news-card:hover .news-front img{filter:grayscale(.15);transform:scale(1.025)}.news-front small{position:absolute;top:22px;left:22px;color:var(--gold)}.news-front strong{position:absolute;left:24px;right:24px;bottom:28px;color:#fff;font-family:var(--serif);font-size:clamp(28px,3vw,46px);font-weight:400;line-height:.95}.news-back{transform:rotateY(180deg);padding:40px 34px;background:#080808;color:#fff;border:1px solid var(--gold);display:flex;flex-direction:column}.news-back small{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-size:8px}.news-back h3{font-family:var(--serif);font-weight:400;font-size:clamp(29px,3vw,47px);line-height:.97;margin:34px 0 25px}.news-back p{font-size:13px;line-height:1.75;color:#c7c2b8;margin:0;overflow:auto}.news-back i{margin-top:auto;padding-top:20px;color:#8f8a80;font-style:normal;text-transform:uppercase;letter-spacing:.14em;font-size:8px}
.poster-story{padding-bottom:145px}.poster-story .story-intro{grid-template-columns:.45fr 1.1fr .65fr}.poster-row{width:min(1550px,100%);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.video-poster{position:relative;padding:0;aspect-ratio:2/3;background:#0b0b0b;overflow:hidden;cursor:pointer;text-align:left;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.12);transition:.45s}.video-poster:hover{transform:translateY(-10px);box-shadow:0 30px 55px rgba(0,0,0,.24)}.video-poster:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.94),transparent 56%)}.video-poster img{width:100%;height:100%;object-fit:cover;transition:.6s}.video-poster:hover img{transform:scale(1.045)}.video-poster>span,.video-poster>strong,.video-poster>i{position:absolute;z-index:2}.video-poster>span{top:18px;left:18px;color:var(--gold);font-size:10px}.video-poster>strong{left:20px;right:20px;bottom:24px;font-family:var(--serif);font-weight:400;font-size:clamp(23px,2.3vw,38px);line-height:1}.video-poster>i{right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px}
.teaser-wrap{padding:110px 4vw;background:#050505}.teaser-wrap .teaser{width:min(1450px,100%);margin:auto;min-height:760px;border:1px solid rgba(202,165,82,.22)}
.teaser-logo{position:relative;width:min(900px,92vw);aspect-ratio:16/9;margin:4px 0 -225px;transform:translateX(max(-100px,-7vw));overflow:visible;cursor:pointer;outline:none;background:transparent}.teaser-logo img,.teaser-logo video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .22s ease,filter .35s ease}.teaser-logo img{z-index:1;opacity:1}.teaser-logo video{z-index:2;opacity:0;pointer-events:none}.teaser-logo.is-playing img{opacity:0}.teaser-logo.is-playing video{opacity:1}.teaser-logo:hover,.teaser-logo:focus-visible{filter:drop-shadow(0 0 20px rgba(53,67,190,.22)) drop-shadow(0 0 16px rgba(202,165,82,.15))}.teaser-logo:focus-visible:after{content:"";position:absolute;z-index:3;inset:18% 7%;border:1px solid rgba(202,165,82,.35);pointer-events:none}.teaser-logo+p{margin-left:clamp(26px,2.4vw,38px)}
.locations{padding:135px 4vw;background:#fff;color:var(--ink);display:grid;grid-template-columns:.65fr 1.35fr;gap:6vw;align-items:center}.locations-copy{padding-left:max(0px,calc((100vw - 1540px)/2))}.locations-copy>p:last-child{color:#5c5953;line-height:1.8;max-width:500px;margin-top:30px}.world-map{position:relative;min-height:620px;background:#080808;overflow:hidden;border-radius:2px}.world-map:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(202,165,82,.10),transparent 42%),repeating-linear-gradient(0deg,transparent 0 49px,rgba(255,255,255,.03) 50px),repeating-linear-gradient(90deg,transparent 0 49px,rgba(255,255,255,.03) 50px)}.world-map svg{position:absolute;inset:8% 4%;width:92%;height:84%;fill:#171717;stroke:#3b3425;stroke-width:2}.map-pin{position:absolute;z-index:2;color:#fff;display:grid;grid-template-columns:52px auto;grid-template-rows:auto auto;column-gap:12px;align-items:center}.map-pin>span{grid-row:1/3;width:52px;height:52px;border:1px solid var(--gold);border-radius:50%;background:#050505;display:grid;place-items:center;box-shadow:0 0 30px rgba(202,165,82,.24)}.map-pin img{width:38px;height:38px;object-fit:contain}.map-pin b{align-self:end;font-family:var(--serif);font-size:22px;font-weight:400}.map-pin small{align-self:start;color:var(--gold);font-size:8px;letter-spacing:.13em;text-transform:uppercase}.bogota{left:29%;top:67%}.miami{left:25%;top:36%}.delaware{left:31%;top:24%}
.video-modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;visibility:hidden;opacity:0;transition:.35s}.video-modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.92);backdrop-filter:blur(12px)}.modal-dialog{position:relative;z-index:2;width:min(1180px,90vw);background:#050505;border:1px solid rgba(202,165,82,.35);padding:24px}.modal-dialog video{width:100%;max-height:76vh;background:#000;display:block}.modal-title{margin:0 55px 17px 0;font-family:var(--serif);font-size:28px;color:#fff}.modal-close{position:absolute;right:18px;top:13px;width:42px;height:42px;border-radius:50%;background:transparent;border:1px solid #555;color:#fff;font-size:26px;cursor:pointer}
@media(max-width:1100px){.desktop-nav{display:none}.about-grid,.section-heading{grid-template-columns:1fr}.about-copy{border-left:0;border-top:1px solid #d5d0c7;padding:35px 0 0}.news-grid{grid-template-columns:repeat(3,1fr)}.poster-row{grid-template-columns:repeat(3,1fr)}.locations{grid-template-columns:1fr}.world-map{min-height:560px}}
@media(max-width:700px){.header-actions{gap:12px}.language{font-size:8px}.about-statement,.news,.locations{padding:90px 20px}.about-grid h2,.section-heading h2,.locations h2{font-size:54px}.news-grid{grid-template-columns:1fr}.news-card{aspect-ratio:3/4}.poster-row{grid-template-columns:repeat(2,1fr);gap:8px}.video-poster:last-child{grid-column:1/3;width:calc(50% - 4px);justify-self:center}.poster-story{padding-left:20px;padding-right:20px}.teaser-wrap{padding:70px 20px}.teaser-wrap .teaser{min-height:640px}.world-map{min-height:440px}.map-pin{grid-template-columns:38px auto}.map-pin>span{width:38px;height:38px}.map-pin img{width:29px;height:29px}.map-pin b{font-size:16px}.bogota{left:24%;top:68%}.miami{left:18%;top:37%}.delaware{left:28%;top:20%}}
@media(max-width:700px){.teaser-logo{width:96vw;transform:translateX(-8vw);margin:12px 0 -28vw}.teaser-logo+p{margin-left:6vw}}

.world-map{background:#fff;border:1px solid #e8e8e8;min-height:620px}.world-map:after{background:none}.world-map svg{inset:5% 2%;width:96%;height:90%;fill:url(#mapDots);stroke:none}.world-map svg circle{fill:#9a9a9a}.map-pin{color:#111}.map-pin>span{position:relative;width:58px;height:72px;border:0;border-radius:50% 50% 50% 0;background:#242424;transform:rotate(-45deg);box-shadow:0 7px 18px rgba(0,0,0,.2)}.map-pin>span img{width:41px;height:41px;transform:rotate(45deg);filter:grayscale(1) brightness(0) invert(1);object-fit:contain}.map-pin b{font-family:var(--sans);font-size:17px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.map-pin small{color:#666;font-size:9px;font-weight:700}.bogota{left:25%;top:66%}.miami{left:24%;top:37%}.delaware{left:30%;top:25%}.delaware small{color:#9a6d12}
@media(max-width:700px){.world-map{min-height:430px}.map-pin{grid-template-columns:38px auto;column-gap:8px}.map-pin>span{width:40px;height:50px}.map-pin>span img{width:29px;height:29px}.map-pin b{font-size:12px}.map-pin small{font-size:7px}.bogota{left:19%;top:66%}.miami{left:18%;top:36%}.delaware{left:28%;top:22%}}

.world-map{min-height:auto;aspect-ratio:1300/867;background:#fff;border:0;overflow:visible}.world-map .map-base{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.world-map svg{display:none}.map-pin{grid-template-columns:64px auto;grid-template-rows:auto auto;column-gap:10px;filter:drop-shadow(0 5px 9px rgba(0,0,0,.16))}.map-pin>span{position:relative;grid-row:1/3;width:64px;height:64px;border:0;border-radius:0;background:transparent;transform:none;box-shadow:none;display:grid;place-items:center}.map-pin>span:after{content:"";position:absolute;left:50%;bottom:-7px;transform:translateX(-50%) rotate(45deg);width:10px;height:10px;background:#c99819;border-radius:0 0 2px 0}.map-pin>span img{position:relative;z-index:2;width:64px;height:56px;transform:none;filter:none;object-fit:contain}.map-pin b{font-family:var(--sans);font-size:15px;font-weight:800;text-transform:uppercase;color:#111}.map-pin small{color:#555;font-size:8px;font-weight:700}.bogota{left:28.4%;top:59.2%}.miami{left:27.1%;top:51%}.delaware{left:31%;top:40.3%}.delaware small{color:#9a6d12}
@media(max-width:700px){.world-map{aspect-ratio:1300/867;min-height:0}.map-pin{grid-template-columns:38px auto;column-gap:5px}.map-pin>span{width:38px;height:38px}.map-pin>span img{width:38px;height:34px}.map-pin>span:after{width:7px;height:7px;bottom:-4px}.map-pin b{font-size:9px}.map-pin small{font-size:6px}.bogota{left:28.4%;top:59.2%}.miami{left:27.1%;top:51%}.delaware{left:31%;top:40.3%}}

.about-statement{padding-top:95px;padding-bottom:95px}.news{padding-top:95px;padding-bottom:100px}.section-heading{margin-bottom:55px}.story{padding-top:95px;padding-bottom:100px}.story-intro{margin-bottom:60px}.poster-story{padding-bottom:105px}.teaser-wrap{padding-top:75px;padding-bottom:75px}.team{padding-top:100px;padding-bottom:100px}.team-heading{margin-bottom:60px}.locations{padding-top:95px;padding-bottom:95px}.contact{min-height:620px;padding-top:95px;padding-bottom:95px}
.map-pin{transform:translate(-32px,-100%)}.bogota{left:28.4%;top:59.2%}.miami{left:27.1%;top:51%}.delaware{left:31%;top:40.3%}
@media(max-width:700px){.about-statement,.news,.locations{padding-top:70px;padding-bottom:70px}.story,.team{padding-top:70px;padding-bottom:70px}.section-heading,.story-intro,.team-heading{margin-bottom:42px}.poster-story{padding-bottom:75px}.teaser-wrap{padding-top:55px;padding-bottom:55px}.contact{min-height:540px;padding-top:75px;padding-bottom:75px}.map-pin{transform:translate(-19px,-100%)}.bogota{left:28.4%;top:59.2%}.miami{left:27.1%;top:51%}.delaware{left:31%;top:40.3%}}

.news{background:#f3f0e9}
.news-grid{gap:22px;align-items:stretch}
.news-card{aspect-ratio:4/5.7;filter:drop-shadow(0 24px 30px rgba(19,16,12,.13))}
.news-front{border:1px solid rgba(30,25,18,.28);background:#111}
.news-front:before{content:"DRAKONIA JOURNAL";position:absolute;z-index:4;top:20px;left:22px;right:22px;padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.62);font-family:var(--serif);font-size:clamp(18px,1.8vw,29px);letter-spacing:.12em;color:#fff;text-align:center;text-shadow:0 2px 15px rgba(0,0,0,.7)}
.news-front:after{content:"EXCLUSIVE REPORT";position:absolute;z-index:4;left:24px;bottom:114px;color:var(--gold);font-size:8px;letter-spacing:.24em;font-weight:700}
.news-front img{filter:saturate(.72) contrast(1.12) brightness(.82);transform:scale(1.01)}
.news-card:hover .news-front img{filter:saturate(.92) contrast(1.08) brightness(.9);transform:scale(1.035)}
.news-front .portrait-shade{background:linear-gradient(180deg,rgba(0,0,0,.26) 0%,transparent 35%,rgba(0,0,0,.05) 52%,rgba(0,0,0,.93) 100%)}
.news-front small{top:79px;left:24px;padding:6px 9px;border:1px solid rgba(202,165,82,.7);background:rgba(0,0,0,.28);backdrop-filter:blur(5px);font-size:8px;letter-spacing:.18em}
.news-front strong{left:24px;right:24px;bottom:30px;font-size:clamp(30px,3.2vw,50px);line-height:.9;text-wrap:balance;text-shadow:0 3px 24px rgba(0,0,0,.8)}
.news-back{background:#0b0a09;border:1px solid #9d7c32}
.news-back:before{content:"DRAKONIA JOURNAL";display:block;border-bottom:1px solid rgba(202,165,82,.4);padding-bottom:15px;margin-bottom:24px;font-family:var(--serif);letter-spacing:.13em;color:#e4d2a8}

.desktop-nav a{white-space:nowrap}
.team-heading>p:last-child:empty{display:none}
.team-card img[src*="ximena-enhanced"]{filter:grayscale(1) contrast(.98) brightness(1.06)}

@media(max-width:700px){
 .news-card{aspect-ratio:4/5.6}.news-front:before{font-size:20px}.news-front:after{bottom:102px}
}

.news-front:after{bottom:148px}
.news-front strong{bottom:30px;min-height:96px;display:flex;align-items:flex-end}
.card-name{white-space:normal}
@media(max-width:700px){
  .news-front:after{bottom:140px}
  .news-front strong{min-height:92px}
}

.menu-overlay{opacity:0;visibility:hidden;pointer-events:none}
.menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}

.news-front:after{content:none!important;display:none!important}

.news .section-heading h2{max-width:760px}
.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));perspective:1800px}
.news-card{position:relative;aspect-ratio:4/5.65;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;filter:drop-shadow(0 24px 30px rgba(19,16,12,.16));outline:none}
.news-spread{position:relative;width:100%;height:100%;transform-style:preserve-3d}
.news-page{position:absolute;inset:0;overflow:hidden;backface-visibility:hidden;border:1px solid rgba(33,25,15,.25)}
.news-cover{z-index:2;background:#090909;transform-origin:left center;transition:transform .85s cubic-bezier(.2,.76,.2,1),filter .85s}
.news-card.active .news-cover{transform:rotateY(-105deg);filter:brightness(.55)}
.news-cover>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.news-card:hover .news-cover>img{transform:scale(1.025)}
.award-cover>img{object-position:50% 42%;filter:grayscale(.42) contrast(1.08) brightness(.76) sepia(.12)}
.mipcom-cover>img,.africa-cover>img{filter:saturate(.86) contrast(1.08) brightness(.72)}
.cover-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.38),transparent 30%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.92) 100%)}
.journal-masthead{position:absolute;top:22px;left:24px;color:#d6b46a;font-family:var(--serif);font-size:clamp(20px,1.75vw,30px);letter-spacing:.16em}.journal-masthead small{display:block;font-family:var(--sans);font-size:7px;letter-spacing:.45em;text-align:center;margin-top:2px}
.cover-edition{position:absolute;top:28px;right:22px;color:#e7d7b2;font-size:7px;letter-spacing:.2em;text-align:right;max-width:120px}
.cover-copy{position:absolute;left:24px;right:22px;bottom:86px;color:#fff}.cover-copy>small{color:#d7b15b;font-size:8px;letter-spacing:.2em}.cover-copy h3{font-family:var(--serif);font-size:clamp(31px,3vw,49px);font-weight:400;line-height:.92;margin:12px 0 13px;text-wrap:balance}.cover-copy p{font-size:11px;line-height:1.5;max-width:80%;margin:0}
.cover-location{position:absolute;left:24px;bottom:56px;color:#d7b15b;font-size:7px;letter-spacing:.16em}
.cover-cta{position:absolute;left:24px;bottom:26px;color:#fff;font-size:8px;letter-spacing:.18em;border-bottom:1px solid #caa552;padding-bottom:7px}
.news-article{background:#f5f1e8;color:#171512;padding:24px 26px 25px;display:flex;flex-direction:column;transform:translateZ(-1px)}
.news-article:after{content:"";position:absolute;left:0;right:0;bottom:0;height:10%;background:#0d0d0d;clip-path:polygon(0 60%,12% 45%,24% 65%,37% 39%,52% 58%,66% 34%,80% 52%,100% 25%,100% 100%,0 100%)}
.news-article header{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #cbbf9f;padding-bottom:11px;margin-bottom:25px;font-size:7px;letter-spacing:.16em}.news-article header span{font-weight:800}.news-article header small{text-align:right}
.article-kicker{color:#a77b23;font-size:8px;letter-spacing:.2em}.news-article h3{font-family:var(--serif);font-size:clamp(27px,2.3vw,39px);font-weight:400;line-height:.98;margin:12px 0 20px}.news-article>p{font-size:10px;line-height:1.65;margin:0 0 22px}.news-article blockquote{font-family:var(--serif);font-style:italic;font-size:14px;line-height:1.45;margin:0 0 11px;padding-left:24px;position:relative}.news-article blockquote:before{content:'“';position:absolute;left:0;top:-12px;color:#b58a30;font-size:38px;font-style:normal}.news-article cite{font-family:var(--serif);font-size:10px;font-style:normal;margin-left:24px}.news-article cite small{font-family:var(--sans);font-size:6px;letter-spacing:.16em}.article-meta{margin-top:auto;padding:14px 0 24px;color:#9a7227;font-size:7px;letter-spacing:.15em}.return-link{position:relative;z-index:3;align-self:flex-start;border:0;background:transparent;color:#e2c277;padding:0 0 5px;font-size:7px;letter-spacing:.18em;border-bottom:1px solid #b58a30;cursor:pointer}
.team-heading.clean-heading{grid-template-columns:.4fr 1.6fr}.team-heading.clean-heading h2{grid-column:2}.team-heading.clean-heading>p:last-child{display:none}
.locations-copy h2{font-size:clamp(58px,6.3vw,106px);line-height:.82;max-width:740px}.locations-copy h2 em{color:var(--gold)}.locations-copy h2 span{display:inline-block;font-size:.38em;line-height:1.1;color:#191713;margin-top:18px;letter-spacing:.01em}
@media(max-width:1100px){.news-grid{grid-template-columns:repeat(2,1fr)}.news-card:last-child{grid-column:1/3;width:calc(50% - 11px);justify-self:center}.team-heading.clean-heading{grid-template-columns:1fr}.team-heading.clean-heading h2{grid-column:auto}}
@media(max-width:700px){.news-grid{grid-template-columns:1fr}.news-card,.news-card:last-child{grid-column:auto;width:100%;aspect-ratio:4/5.65}.news-card.active .news-cover{transform:rotateY(-102deg)}.cover-copy h3{font-size:38px}.news-article{padding:22px}.news-article h3{font-size:31px}.locations-copy h2{font-size:58px}}

.award-cover .award-bestseller-seal{
  position:absolute;
  z-index:5;
  right:15px;
  bottom:72px;
  width:23%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.52)) saturate(1.08) contrast(1.04);
  transform:rotate(-3deg);
  pointer-events:none;
}
@media(max-width:700px){
  .award-cover .award-bestseller-seal{right:14px;bottom:76px;width:22%}
}

.news-cover{isolation:isolate}
.news-cover .journal-masthead,.news-cover .cover-edition,.news-cover .cover-copy,.news-cover .cover-location,.news-cover .cover-cta,.news-cover .award-bestseller-seal{z-index:4}
.cover-copy>small{display:inline-block;font-size:10px;line-height:1.25;letter-spacing:.18em;padding:6px 9px;background:rgba(8,8,8,.54);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.cover-copy h3{max-width:94%;text-shadow:0 3px 18px rgba(0,0,0,.72)}
.cover-edition{font-size:8px;font-weight:700}
.cover-location{font-size:8px;font-weight:700}
.cover-cta{left:auto;right:22px;text-align:right;font-size:8px;font-weight:700;white-space:nowrap}

.cover-layout-bottom .cover-copy{left:24px;right:76px;bottom:112px}
.cover-layout-bottom .cover-copy h3{font-size:clamp(34px,3vw,50px)}
.cover-layout-bottom .cover-location{bottom:56px}
.cover-layout-bottom .cover-cta{bottom:24px}

.cover-layout-center .cover-copy{left:24px;right:24px;top:45%;bottom:auto;transform:translateY(-50%)}
.cover-layout-center .cover-copy h3{font-size:clamp(36px,3.4vw,54px);max-width:86%}
.cover-layout-center .cover-location{bottom:26px}
.cover-layout-center .cover-cta{bottom:24px}
.mipcom-cover .cover-gradient{background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.08) 31%,rgba(0,0,0,.44) 62%,rgba(0,0,0,.88) 100%)}

.cover-layout-top .cover-copy{left:24px;right:24px;top:112px;bottom:auto}
.cover-layout-top .cover-copy h3{font-size:clamp(34px,3.15vw,51px);max-width:90%}
.cover-layout-top .cover-location{bottom:56px}
.cover-layout-top .cover-cta{bottom:24px}
.africa-cover .cover-gradient{background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.08) 48%,rgba(0,0,0,.78) 100%)}

.news-card.active .news-cover>*{backface-visibility:hidden;-webkit-backface-visibility:hidden}
.news-card.active .news-cover{pointer-events:none}

.locations{align-items:center}
.locations-copy{padding-top:38px}
.locations-copy h2{max-width:920px;line-height:.9;letter-spacing:-.055em}
.locations-copy h2 span{font-family:var(--sans);font-size:.22em;line-height:1.2;letter-spacing:.15em;text-transform:uppercase;margin:0 0 0 18px;vertical-align:middle;color:#6d6457;max-width:250px}
.locations-copy>p:last-child{max-width:620px;margin-top:34px}

@media(max-width:1100px){
  .cover-layout-center .cover-copy{top:43%}
  .locations-copy{padding-top:0}
  .locations-copy h2 span{display:block;margin:20px 0 0;max-width:none}
}
@media(max-width:700px){
  .cover-copy>small{font-size:9px;padding:5px 7px}
  .cover-edition{top:27px;right:18px;font-size:7px}
  .journal-masthead{left:18px}
  .cover-location{left:18px;font-size:7px;max-width:62%;line-height:1.35}
  .cover-cta{right:18px;font-size:7px}
  .cover-layout-bottom .cover-copy{left:18px;right:58px;bottom:110px}
  .cover-layout-center .cover-copy{left:18px;right:18px;top:44%}
  .cover-layout-top .cover-copy{left:18px;right:18px;top:105px}
  .cover-layout-bottom .cover-copy h3,.cover-layout-center .cover-copy h3,.cover-layout-top .cover-copy h3{font-size:36px;max-width:100%}
  .locations-copy h2{font-size:56px;line-height:.92}
  .locations-copy h2 span{font-size:.24em;letter-spacing:.12em;margin-top:16px}
}

.news-grid{gap:26px}
.news-card{aspect-ratio:3/4.18}
.news-cover{background:#111;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.news-cover>img{filter:none!important}
.news-cover .cover-copy>small{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}
.news-cover .cover-copy p{display:block}

.award-cover{background:#efeee9}
.award-cover>img{object-position:50% 42%;filter:grayscale(.05) contrast(1.06) brightness(.98)!important}
.award-cover .cover-gradient{background:linear-gradient(180deg,rgba(245,243,236,.05) 0%,rgba(245,243,236,0) 58%,rgba(244,241,231,.2) 100%)}
.award-cover .journal-masthead{top:24px;left:auto;right:22px;color:#171717;font-family:var(--sans);font-size:9px;letter-spacing:.24em;font-weight:800}
.award-cover .journal-masthead small{display:none}
.award-cover .cover-edition{top:24px;left:22px;right:auto;color:#1a1a1a;font-size:7px}
.award-cover .cover-copy{left:20px;right:18px;bottom:34px;color:#171717}
.award-cover .cover-copy>small{display:none}
.award-cover .cover-copy h3{font-family:var(--sans);font-size:clamp(42px,4.3vw,72px);line-height:.82;letter-spacing:-.07em;font-weight:800;text-transform:uppercase;color:#f1dd62;text-shadow:none;max-width:100%;margin:0 0 12px}
.award-cover .cover-copy p{font-family:var(--serif);font-size:12px;line-height:1.05;max-width:68%;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.6);margin:0}
.award-cover .cover-location{left:20px;bottom:12px;color:#fff;font-size:6px;letter-spacing:.12em}
.award-cover .cover-cta{right:18px;bottom:12px;color:#fff;border-color:rgba(255,255,255,.75);font-size:6px}
.award-cover .award-bestseller-seal{right:13px;bottom:92px;width:20%;filter:drop-shadow(0 8px 16px rgba(0,0,0,.28))}

.mipcom-cover>img{object-position:50% 44%;filter:saturate(.9) contrast(1.08) brightness(.85)!important}
.mipcom-cover .cover-gradient{background:linear-gradient(180deg,rgba(20,20,22,.20),rgba(20,20,22,0) 40%,rgba(15,15,18,.12) 55%,rgba(8,8,10,.72) 100%)}
.mipcom-cover .journal-masthead{top:4px;left:50%;transform:translateX(-50%);width:110%;text-align:center;color:#fff;font-family:var(--serif);font-size:clamp(54px,6vw,94px);line-height:.82;letter-spacing:-.07em;text-shadow:0 2px 18px rgba(0,0,0,.22);z-index:2}
.mipcom-cover .journal-masthead small{display:none}
.mipcom-cover .cover-edition{top:18px;right:16px;color:#fff;z-index:5}
.mipcom-cover .cover-copy{left:20px;right:18px;top:auto;bottom:62px;transform:none;color:#fff}
.mipcom-cover .cover-copy>small{position:absolute;right:0;bottom:132px;width:42%;font-family:var(--serif);font-size:12px;line-height:1.05;text-align:right;color:#fff;letter-spacing:.04em}
.mipcom-cover .cover-copy h3{font-family:var(--serif);font-size:clamp(42px,4.3vw,70px);line-height:.84;letter-spacing:-.045em;font-weight:400;text-transform:uppercase;max-width:88%;margin:0 0 12px;text-shadow:0 3px 18px rgba(0,0,0,.45)}
.mipcom-cover .cover-copy p{font-family:var(--serif);font-size:16px;line-height:1.02;max-width:72%;margin:0;color:#fff;text-shadow:0 3px 15px rgba(0,0,0,.55)}
.mipcom-cover .cover-location{left:20px;bottom:18px;color:#fff;font-size:6px}
.mipcom-cover .cover-cta{right:18px;bottom:18px;color:#fff;border-color:#fff;font-size:6px}

.africa-cover{background:#11121b}
.africa-cover>img{object-position:center 40%;filter:saturate(.78) contrast(1.08) brightness(.72)!important}
.africa-cover .cover-gradient{background:linear-gradient(180deg,rgba(18,17,29,.15),rgba(18,17,29,.06) 40%,rgba(18,17,29,.65) 100%)}
.africa-cover .journal-masthead{top:12px;left:50%;transform:translateX(-50%);color:#fff;font-family:var(--serif);font-size:clamp(42px,4.8vw,78px);font-weight:700;letter-spacing:-.045em;line-height:1;text-align:center}
.africa-cover .journal-masthead small{display:none}
.africa-cover .cover-edition{top:72px;left:50%;right:auto;transform:translateX(-50%);color:#fff;font-size:6px;letter-spacing:.17em;white-space:nowrap}
.africa-cover .cover-copy{left:22px;right:22px;top:auto;bottom:70px;text-align:center;color:#fff}
.africa-cover .cover-copy>small{display:block;margin:0 auto 9px;color:#d7b15b;font-size:7px;letter-spacing:.18em}
.africa-cover .cover-copy h3{font-family:var(--serif);font-size:clamp(31px,3.1vw,50px);line-height:.88;letter-spacing:-.035em;text-transform:uppercase;font-weight:700;max-width:100%;margin:0 auto 10px;text-shadow:0 3px 18px rgba(0,0,0,.55)}
.africa-cover .cover-copy p{font-family:var(--sans);font-size:8px;line-height:1.35;letter-spacing:.05em;text-transform:uppercase;max-width:86%;margin:0 auto;color:#fff}
.africa-cover .cover-location{left:20px;bottom:18px;color:#fff;font-size:6px}
.africa-cover .cover-cta{right:18px;bottom:18px;color:#fff;border-color:#d7b15b;font-size:6px}

@media(max-width:1100px){
  .news-card{aspect-ratio:3/4.18}
  .mipcom-cover .journal-masthead{font-size:74px}
  .africa-cover .journal-masthead{font-size:62px}
}
@media(max-width:700px){
  .news-card,.news-card:last-child{aspect-ratio:3/4.18}
  .award-cover .cover-copy h3{font-size:58px}
  .award-cover .award-bestseller-seal{bottom:96px;width:19%}
  .mipcom-cover .journal-masthead{font-size:76px;top:6px}
  .mipcom-cover .cover-copy h3{font-size:49px}
  .mipcom-cover .cover-copy>small{bottom:142px;font-size:11px}
  .mipcom-cover .cover-copy p{font-size:15px}
  .africa-cover .journal-masthead{font-size:62px}
  .africa-cover .cover-edition{top:66px}
  .africa-cover .cover-copy h3{font-size:41px}
}

.news-cover .cover-copy h3,
.news-cover .cover-copy p,
.news-cover .cover-copy>small,
.news-cover .cover-location,
.news-cover .cover-cta,
.news-cover .journal-masthead,
.news-cover .cover-edition{box-sizing:border-box}

.award-cover .cover-copy{left:22px;right:22px;bottom:58px;padding-right:76px}
.award-cover .cover-copy h3{font-size:clamp(34px,3.25vw,54px);line-height:.88;letter-spacing:-.055em;margin-bottom:9px}
.award-cover .cover-copy p{font-size:10px;line-height:1.15;max-width:72%}
.award-cover .award-bestseller-seal{right:16px;bottom:78px;width:17%;max-width:72px}
.award-cover .cover-location{left:22px;bottom:18px;max-width:58%;line-height:1.25}
.award-cover .cover-cta{right:20px;bottom:18px}

.mipcom-cover .journal-masthead{top:8px;width:104%;font-size:clamp(43px,4.9vw,76px);line-height:.88;letter-spacing:-.06em;opacity:.94}
.mipcom-cover .cover-edition{top:16px;right:18px;font-size:6px;letter-spacing:.16em}
.mipcom-cover .cover-copy{left:22px;right:22px;bottom:58px;display:grid;grid-template-columns:minmax(0,1fr) 34%;column-gap:14px;align-items:end}
.mipcom-cover .cover-copy>small{position:static;grid-column:2;grid-row:1 / span 2;align-self:center;width:auto;font-size:9px;line-height:1.12;text-align:right;letter-spacing:.055em;padding-left:8px}
.mipcom-cover .cover-copy h3{grid-column:1;font-size:clamp(31px,3.15vw,49px);line-height:.9;letter-spacing:-.035em;max-width:100%;margin:0 0 9px;text-transform:none}
.mipcom-cover .cover-copy p{grid-column:1;font-size:11px;line-height:1.16;max-width:94%;margin:0}
.mipcom-cover .cover-location{left:22px;bottom:18px;max-width:60%;line-height:1.25}
.mipcom-cover .cover-cta{right:20px;bottom:18px}

.africa-cover .journal-masthead{top:14px;font-size:clamp(38px,4.15vw,66px);line-height:.95;letter-spacing:-.035em}
.africa-cover .cover-edition{top:65px;font-size:5.5px;letter-spacing:.19em}
.africa-cover .cover-copy{left:26px;right:26px;top:auto;bottom:54px;text-align:left;padding:15px 16px 14px;background:linear-gradient(90deg,rgba(13,13,19,.78),rgba(13,13,19,.34));border-left:2px solid #d7b15b;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.africa-cover .cover-copy>small{margin:0 0 7px;color:#d7b15b;font-size:6px;letter-spacing:.17em;text-align:left}
.africa-cover .cover-copy h3{font-size:clamp(27px,2.65vw,42px);line-height:.93;letter-spacing:-.025em;text-transform:none;font-weight:700;max-width:92%;margin:0 0 8px;text-align:left}
.africa-cover .cover-copy p{font-size:6.5px;line-height:1.42;letter-spacing:.075em;max-width:88%;margin:0;text-align:left}
.africa-cover .cover-location{left:26px;bottom:18px;max-width:58%;line-height:1.25}
.africa-cover .cover-cta{right:20px;bottom:18px}

@media(max-width:1100px){
  .award-cover .cover-copy{padding-right:66px}
  .mipcom-cover .cover-copy{grid-template-columns:minmax(0,1fr) 32%}
  .africa-cover .cover-copy{left:22px;right:22px}
}

@media(max-width:700px){
  .award-cover .cover-copy{left:18px;right:18px;bottom:58px;padding-right:70px}
  .award-cover .cover-copy h3{font-size:43px}
  .award-cover .cover-copy p{font-size:9px;max-width:78%}
  .award-cover .award-bestseller-seal{right:14px;bottom:82px;width:16%}

  .mipcom-cover .journal-masthead{font-size:59px;top:8px}
  .mipcom-cover .cover-copy{left:18px;right:18px;bottom:58px;grid-template-columns:minmax(0,1fr) 31%;column-gap:10px}
  .mipcom-cover .cover-copy h3{font-size:38px}
  .mipcom-cover .cover-copy p{font-size:10px}
  .mipcom-cover .cover-copy>small{font-size:7.5px}

  .africa-cover .journal-masthead{font-size:50px}
  .africa-cover .cover-edition{top:57px}
  .africa-cover .cover-copy{left:20px;right:20px;bottom:52px;padding:13px 14px 12px}
  .africa-cover .cover-copy h3{font-size:34px;max-width:96%}
  .africa-cover .cover-copy p{font-size:6px;max-width:94%}
}

.news-cover .cover-edition{
  z-index:7;
  line-height:1.15;
  padding:5px 7px;
  background:rgba(8,8,10,.34);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  white-space:nowrap;
}
.news-cover .cover-location,
.news-cover .cover-cta{z-index:7}

.award-cover .cover-edition{
  top:20px;
  left:20px;
  right:auto;
  color:#151515;
  background:rgba(244,242,236,.72);
  border-color:rgba(25,25,25,.12);
}

.mipcom-cover .journal-masthead{
  top:14px;
  left:50%;
  width:96%;
  transform:translateX(-50%);
  font-size:clamp(40px,4.55vw,70px);
  text-align:center;
}
.mipcom-cover .cover-edition{
  top:82px;
  left:20px;
  right:auto;
  font-size:6px;
  color:#fff;
}
.mipcom-cover .cover-copy{
  left:22px;
  right:22px;
  bottom:60px;
  grid-template-columns:minmax(0,1fr) 30%;
  column-gap:16px;
}
.mipcom-cover .cover-copy h3{
  font-size:clamp(30px,3vw,46px);
  line-height:.92;
}
.mipcom-cover .cover-copy>small{
  font-size:8px;
  line-height:1.18;
}

.africa-cover .journal-masthead{
  top:58px;
  left:24px;
  right:24px;
  width:auto;
  transform:none;
  text-align:left;
  font-size:clamp(34px,3.75vw,58px);
  line-height:.92;
  letter-spacing:-.03em;
}
.africa-cover .cover-edition{
  top:20px;
  left:24px;
  right:auto;
  transform:none;
  font-size:6px;
  color:#fff;
}
.africa-cover .cover-copy{
  left:24px;
  right:24px;
  bottom:58px;
  padding:14px 15px 13px;
  background:linear-gradient(90deg,rgba(12,12,17,.84),rgba(12,12,17,.40));
  border-left:2px solid #d7b15b;
}
.africa-cover .cover-copy h3{
  font-size:clamp(26px,2.55vw,40px);
  line-height:.94;
  max-width:90%;
}
.africa-cover .cover-copy p{max-width:84%}

@media(max-width:1100px){
  .mipcom-cover .cover-edition{top:74px}
  .africa-cover .journal-masthead{top:54px;font-size:52px}
}

@media(max-width:700px){
  .mipcom-cover .journal-masthead{top:12px;font-size:55px;width:94%}
  .mipcom-cover .cover-edition{top:70px;left:18px}
  .mipcom-cover .cover-copy{left:18px;right:18px;bottom:58px;grid-template-columns:minmax(0,1fr) 29%}

  .africa-cover .cover-edition{top:18px;left:20px}
  .africa-cover .journal-masthead{top:56px;left:20px;right:20px;font-size:44px}
  .africa-cover .cover-copy{left:20px;right:20px;bottom:54px}
}

.news-cover{isolation:isolate;overflow:hidden}
.news-cover>img{z-index:0}
.news-cover .cover-gradient{z-index:1}
.news-cover .journal-masthead,.news-cover .cover-edition,.news-cover .cover-copy,.news-cover .cover-location,.news-cover .cover-cta,.news-cover .award-bestseller-seal{position:absolute;z-index:4}
.news-cover .cover-edition{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:0;background:none;border:0;backdrop-filter:none;-webkit-backdrop-filter:none;letter-spacing:.08em;white-space:normal}
.news-cover .cover-edition span{font-family:var(--sans);font-size:6px;line-height:1;text-transform:uppercase;font-weight:500}
.news-cover .cover-edition b{font-family:var(--serif);font-size:24px;line-height:.92;font-weight:400;letter-spacing:-.03em}
.news-cover .cover-edition:after{content:"";width:28px;height:2px;margin-top:6px;background:var(--gold)}
.news-cover .cover-location{font-size:6px;letter-spacing:.11em;line-height:1.35;text-transform:uppercase}
.news-cover .cover-cta{font-size:6px;letter-spacing:.08em;text-transform:uppercase;border:0;padding:0}

.award-cover .journal-masthead{top:18px;left:20px;right:auto;width:auto;transform:none;text-align:left;font-family:var(--sans);font-size:10px;line-height:1;letter-spacing:.08em;color:#fff;font-weight:400}
.award-cover .journal-masthead small{display:inline;font:inherit;letter-spacing:inherit}
.award-cover .cover-edition{top:46px;left:20px;color:#fff}
.award-cover .cover-copy{left:20px;right:18px;bottom:56px;padding:0 70px 0 0;display:block;color:#fff;background:none;border:0}
.award-cover .cover-copy>small{display:none}
.award-cover .cover-copy h3{font-family:var(--serif);font-size:clamp(34px,3.25vw,54px);line-height:.84;letter-spacing:-.045em;font-weight:400;text-transform:uppercase;max-width:95%;margin:0 0 10px;color:#fff;text-shadow:0 4px 22px rgba(0,0,0,.62)}
.award-cover .cover-copy h3 em,.award-cover .cover-copy h3 i{color:var(--gold)}
.award-cover .cover-copy p{font-family:var(--sans);font-size:7px;line-height:1.35;max-width:72%;margin:0;color:#fff;text-transform:uppercase;letter-spacing:.035em}
.award-cover .cover-location{left:20px;bottom:18px;max-width:62%;color:#fff}
.award-cover .cover-cta{right:18px;bottom:18px;color:var(--gold)}
.award-cover .award-bestseller-seal{right:15px;bottom:77px;width:17%;max-width:70px}

.mipcom-cover .journal-masthead{top:52px;left:50%;width:96%;transform:translateX(-50%);text-align:center;font-family:var(--serif);font-size:clamp(48px,5.2vw,82px);line-height:.78;letter-spacing:-.065em;color:#f1ede6;font-weight:400;opacity:.96;z-index:2}
.mipcom-cover .journal-masthead small{display:block;margin-top:6px;text-align:right;padding-right:4%;font-family:var(--serif);font-size:12px;line-height:1;letter-spacing:.22em}
.mipcom-cover .cover-edition{top:18px;left:20px;color:#fff;z-index:5}
.mipcom-cover .cover-copy{left:20px;right:20px;bottom:60px;padding:0;display:grid;grid-template-columns:minmax(0,1fr) 31%;column-gap:18px;align-items:end;color:#fff;background:none;border:0}
.mipcom-cover .cover-copy>small{position:static;grid-column:2;grid-row:1 / span 2;align-self:end;width:auto;padding:0 0 12px 10px;text-align:left;font-family:var(--sans);font-size:6px;line-height:1.35;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}
.mipcom-cover .cover-copy h3{grid-column:1;font-family:var(--serif);font-size:clamp(34px,3.35vw,53px);line-height:.82;letter-spacing:-.045em;font-weight:400;text-transform:uppercase;max-width:100%;margin:0 0 11px;color:#fff;text-shadow:0 4px 22px rgba(0,0,0,.68)}
.mipcom-cover .cover-copy p{grid-column:1;font-family:var(--sans);font-size:7px;line-height:1.35;max-width:82%;margin:0;color:#fff;letter-spacing:.02em}
.mipcom-cover .cover-location{left:20px;bottom:18px;max-width:58%;color:#fff}
.mipcom-cover .cover-cta{right:18px;bottom:18px;color:var(--gold)}

.africa-cover .cover-gradient{background:linear-gradient(180deg,rgba(246,242,233,.08) 0%,rgba(246,242,233,.02) 52%,rgba(7,7,7,.82) 100%)}
.africa-cover .journal-masthead{top:82px;left:22px;right:22px;width:auto;transform:none;text-align:left;font-family:var(--serif);font-size:clamp(38px,4.2vw,66px);line-height:.78;letter-spacing:-.045em;color:#111;font-weight:400;text-shadow:none;z-index:4}
.africa-cover .journal-masthead small{display:block;margin-top:8px;font-family:var(--sans);font-size:10px;line-height:1;letter-spacing:.48em;color:var(--gold)}
.africa-cover .cover-edition{top:18px;left:20px;color:#111;z-index:5}
.africa-cover .cover-copy{left:22px;right:auto;top:178px;bottom:auto;width:52%;padding:0;text-align:left;color:#111;background:none;border:0;backdrop-filter:none;-webkit-backdrop-filter:none}
.africa-cover .cover-copy>small{display:none}
.africa-cover .cover-copy h3{font-family:var(--serif);font-size:clamp(26px,2.75vw,43px);line-height:.88;letter-spacing:-.035em;text-transform:uppercase;font-weight:400;max-width:100%;margin:0 0 12px;text-align:left;color:#111;text-shadow:none}
.africa-cover .cover-copy h3:after{content:"";display:block;width:32px;height:1px;background:var(--gold);margin-top:13px}
.africa-cover .cover-copy p{font-family:var(--sans);font-size:7px;line-height:1.4;letter-spacing:0;max-width:86%;margin:0;text-align:left;color:#111;text-transform:none}
.africa-cover .cover-location{left:22px;top:310px;bottom:auto;max-width:48%;color:#111;font-size:6px}
.africa-cover .cover-cta{left:22px;right:auto;bottom:18px;color:var(--gold)}

@media(max-width:1100px){
  .mipcom-cover .journal-masthead{font-size:62px}
  .africa-cover .journal-masthead{top:76px;font-size:50px}
  .africa-cover .cover-copy{top:158px}
  .africa-cover .cover-location{top:282px}
}
@media(max-width:700px){
  .news-cover .cover-edition span{font-size:7px}.news-cover .cover-edition b{font-size:28px}
  .award-cover .journal-masthead{top:20px;font-size:11px}.award-cover .cover-edition{top:52px}.award-cover .cover-copy{left:18px;right:18px;bottom:62px;padding-right:76px}.award-cover .cover-copy h3{font-size:45px}.award-cover .cover-copy p{font-size:8px}.award-cover .cover-location{left:18px;bottom:20px}.award-cover .cover-cta{right:18px;bottom:20px}
  .mipcom-cover .journal-masthead{top:62px;font-size:66px;width:98%}.mipcom-cover .journal-masthead small{font-size:12px}.mipcom-cover .cover-edition{top:20px;left:18px}.mipcom-cover .cover-copy{left:18px;right:18px;bottom:64px;grid-template-columns:minmax(0,1fr) 29%;column-gap:12px}.mipcom-cover .cover-copy h3{font-size:43px}.mipcom-cover .cover-copy p{font-size:8px}.mipcom-cover .cover-copy>small{font-size:7px}.mipcom-cover .cover-location{left:18px;bottom:20px}.mipcom-cover .cover-cta{right:18px;bottom:20px}
  .africa-cover .journal-masthead{top:94px;left:20px;right:20px;font-size:54px}.africa-cover .journal-masthead small{font-size:11px}.africa-cover .cover-edition{top:20px;left:18px}.africa-cover .cover-copy{left:20px;top:212px;width:55%}.africa-cover .cover-copy h3{font-size:35px}.africa-cover .cover-copy p{font-size:8px}.africa-cover .cover-location{left:20px;top:370px;font-size:7px}.africa-cover .cover-cta{left:20px;bottom:20px}
}

.news-cover .journal-masthead,
.news-cover .cover-edition,
.news-cover .cover-copy h3,
.news-cover .cover-copy p,
.news-cover .cover-location{color:#fff}
.news-cover .journal-masthead small,
.news-cover .cover-copy>small,
.news-cover .cover-cta{color:var(--gold)}

.award-cover .journal-masthead{
  font-family:var(--sans);font-size:9px;letter-spacing:.15em;font-weight:500;
  top:18px;left:20px
}
.award-cover .cover-edition{top:48px;left:20px}
.award-cover .cover-copy{bottom:58px;padding-right:72px}
.award-cover .cover-copy h3{
  font-family:var(--serif);font-weight:400;font-style:normal;
  font-size:clamp(35px,3.45vw,56px);line-height:.82;
  letter-spacing:-.06em;text-transform:uppercase;color:#fff
}
.award-cover .cover-copy h3::first-line{color:#fff}
.award-cover .cover-copy p{font-family:var(--sans);font-size:7px;letter-spacing:.07em;line-height:1.4}

.mipcom-cover .cover-edition{
  top:18px;left:20px;right:auto;z-index:8;
  padding:0 12px 8px 0;
  background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,0));
}
.mipcom-cover .journal-masthead{
  top:72px;left:50%;width:94%;transform:translateX(-50%);
  font-family:var(--serif);font-size:clamp(47px,5.05vw,80px);
  line-height:.76;letter-spacing:-.075em;color:#f5f1ea;
  text-align:center;z-index:3
}
.mipcom-cover .journal-masthead small{
  display:block;margin-top:8px;padding-right:3%;text-align:right;
  font-family:var(--sans);font-size:9px;letter-spacing:.38em;color:var(--gold)
}
.mipcom-cover .cover-copy{bottom:60px;grid-template-columns:minmax(0,1fr) 30%;column-gap:18px}
.mipcom-cover .cover-copy h3{
  font-family:var(--serif);font-size:clamp(34px,3.25vw,52px);
  line-height:.84;letter-spacing:-.025em;font-weight:400;
  text-transform:none;color:#fff
}
.mipcom-cover .cover-copy>small{
  font-family:var(--sans);font-size:6px;line-height:1.45;
  letter-spacing:.16em;color:var(--gold);text-transform:uppercase
}
.mipcom-cover .cover-copy p{
  font-family:var(--serif);font-style:italic;font-size:8px;
  line-height:1.35;color:#fff;letter-spacing:.01em
}

.africa-cover .cover-gradient{
  background:linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.20) 42%,rgba(0,0,0,.80) 100%)
}
.africa-cover .cover-edition{top:18px;left:20px;color:#fff;z-index:8}
.africa-cover .journal-masthead{
  top:92px;left:22px;right:22px;width:auto;transform:none;
  text-align:left;font-family:var(--sans);font-size:clamp(35px,3.8vw,60px);
  line-height:.85;letter-spacing:.025em;font-weight:700;color:#fff;
  text-transform:uppercase;text-shadow:0 3px 18px rgba(0,0,0,.55)
}
.africa-cover .journal-masthead small{
  display:block;margin-top:8px;font-family:var(--serif);font-style:italic;
  font-size:10px;line-height:1;letter-spacing:.30em;color:var(--gold);font-weight:400
}
.africa-cover .cover-copy{
  left:22px;right:auto;top:198px;bottom:auto;width:56%;padding:0;
  color:#fff;background:none;border:0
}
.africa-cover .cover-copy h3{
  font-family:var(--sans);font-size:clamp(25px,2.55vw,40px);
  line-height:.92;letter-spacing:-.02em;text-transform:uppercase;
  font-weight:700;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.65)
}
.africa-cover .cover-copy h3:after{background:var(--gold);height:2px;width:38px}
.africa-cover .cover-copy p{
  font-family:var(--serif);font-style:italic;font-size:8px;line-height:1.4;
  color:#fff;max-width:82%;text-shadow:0 2px 12px rgba(0,0,0,.7)
}
.africa-cover .cover-location{
  left:22px;top:338px;bottom:auto;color:#fff;font-family:var(--sans);
  font-size:6px;letter-spacing:.12em;text-shadow:0 2px 10px rgba(0,0,0,.7)
}
.africa-cover .cover-cta{left:auto;right:18px;bottom:18px;color:var(--gold)}

@media(max-width:1100px){
  .mipcom-cover .journal-masthead{top:68px;font-size:59px}
  .africa-cover .journal-masthead{top:84px;font-size:47px}
  .africa-cover .cover-copy{top:176px}
  .africa-cover .cover-location{top:300px}
}
@media(max-width:700px){
  .mipcom-cover .cover-edition{top:20px;left:18px}
  .mipcom-cover .journal-masthead{top:82px;font-size:61px;width:95%}
  .mipcom-cover .journal-masthead small{font-size:9px}
  .mipcom-cover .cover-copy h3{font-size:42px}
  .africa-cover .cover-edition{top:20px;left:18px}
  .africa-cover .journal-masthead{top:105px;left:20px;right:20px;font-size:48px}
  .africa-cover .cover-copy{left:20px;top:215px;width:60%}
  .africa-cover .cover-copy h3{font-size:34px}
  .africa-cover .cover-location{left:20px;top:372px;font-size:7px}
  .africa-cover .cover-cta{right:18px;bottom:20px}
}

.award-cover .cover-copy{
  left:20px;right:18px;bottom:58px;padding-right:68px;
}
.award-cover .cover-copy h3{
  max-width:90%;margin:0 0 10px;
  font-size:clamp(36px,3.6vw,58px);
  line-height:.79;letter-spacing:-.055em;
  text-wrap:normal;
}
.award-cover .cover-copy h3 .accent-word{
  color:var(--gold);font-style:italic;font-weight:400;
  letter-spacing:-.04em;
}

.africa-cover .journal-masthead{
  top:118px;
}
.africa-cover .cover-copy{
  top:258px;width:58%;
}
.africa-cover .cover-copy h3{
  margin:0 0 13px;
  font-size:clamp(24px,2.45vw,39px);
  line-height:.90;
}
.africa-cover .cover-copy p{
  max-width:88%;margin-top:12px;
}
.africa-cover .cover-location{
  top:422px;
}

@media(max-width:1100px){
  .award-cover .cover-copy h3{font-size:49px}
  .africa-cover .journal-masthead{top:108px;font-size:45px}
  .africa-cover .cover-copy{top:224px;width:61%}
  .africa-cover .cover-location{top:368px}
}
@media(max-width:700px){
  .award-cover .cover-copy{left:18px;right:18px;bottom:62px;padding-right:64px}
  .award-cover .cover-copy h3{font-size:44px;line-height:.80;max-width:94%}
  .africa-cover .journal-masthead{top:126px;font-size:45px}
  .africa-cover .cover-copy{left:20px;top:250px;width:66%}
  .africa-cover .cover-copy h3{font-size:31px;line-height:.92}
  .africa-cover .cover-copy p{font-size:8px;max-width:92%}
  .africa-cover .cover-location{left:20px;top:420px;font-size:7px}
}

.news-cover .journal-masthead,
.news-cover .cover-edition,
.news-cover .cover-copy h3,
.news-cover .cover-copy p,
.news-cover .cover-copy > small,
.news-cover .cover-location,
.news-cover .cover-cta{
  text-shadow:
    0 1px 2px rgba(0,0,0,.95),
    0 4px 14px rgba(0,0,0,.78),
    0 10px 28px rgba(0,0,0,.42);
}

.news-cover .cover-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-18px -24px -16px -18px;
  pointer-events:none;
  background:radial-gradient(ellipse at 28% 55%,rgba(0,0,0,.58) 0%,rgba(0,0,0,.32) 45%,rgba(0,0,0,0) 76%);
  filter:blur(5px);
}

.award-cover .cover-copy::before{
  inset:-20px -18px -18px -20px;
  background:linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.38) 58%,rgba(0,0,0,0) 100%);
  filter:blur(7px);
}

.mipcom-cover .cover-copy::before{
  inset:-20px -18px -18px -20px;
  background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.38) 60%,rgba(0,0,0,.10) 100%);
  filter:blur(7px);
}

.africa-cover .cover-copy::before{
  inset:-18px -22px -18px -18px;
  background:linear-gradient(90deg,rgba(0,0,0,.70) 0%,rgba(0,0,0,.36) 64%,rgba(0,0,0,0) 100%);
  filter:blur(7px);
}

.news-cover .cover-location,
.news-cover .cover-cta,
.news-cover .cover-edition{
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.68));
}

@media(max-width:700px){
  .news-cover .cover-copy::before{
    inset:-16px -16px -14px -14px;
    filter:blur(5px);
  }
}

.news-cover .journal-masthead{
  top:18px!important; left:20px!important; right:auto!important; width:auto!important;
  transform:none!important; text-align:left!important; font-family:var(--sans)!important;
  font-size:10px!important; line-height:1!important; letter-spacing:.08em!important;
  color:#fff!important; font-weight:400!important; text-shadow:0 2px 12px rgba(0,0,0,.7)!important;
}
.news-cover .journal-masthead small{display:inline!important;font:inherit!important;letter-spacing:inherit!important;color:#fff!important;margin:0!important;padding:0!important}
.news-cover .cover-edition{top:46px!important;left:20px!important;color:#fff!important}
.news-cover .cover-copy h3{font-family:var(--serif)!important;font-weight:400!important;text-transform:uppercase!important;color:#fff!important;text-shadow:0 4px 22px rgba(0,0,0,.75)!important}
.news-cover .cover-copy .accent-word{color:var(--gold)!important;font-style:italic!important}
.news-cover .cover-location{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.8)!important}
.news-cover .cover-cta{color:var(--gold)!important;text-shadow:0 2px 10px rgba(0,0,0,.8)!important}

.award-cover .cover-copy{left:20px!important;right:18px!important;bottom:58px!important;padding-right:84px!important;display:block!important}
.award-cover .cover-copy h3{font-size:clamp(29px,2.8vw,46px)!important;line-height:.86!important;letter-spacing:-.04em!important;max-width:88%!important}
.award-cover .award-bestseller-seal{right:14px!important;bottom:78px!important;width:17%!important;max-width:68px!important}

.mipcom-cover .cover-copy{left:20px!important;right:20px!important;bottom:60px!important;display:block!important;text-align:left!important}
.mipcom-cover .cover-copy>small{display:none!important}
.mipcom-cover .cover-copy h3{font-size:clamp(30px,3vw,48px)!important;line-height:.86!important;letter-spacing:-.04em!important;max-width:88%!important;margin:0!important}

.africa-cover .cover-gradient{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18) 45%,rgba(0,0,0,.78) 100%)!important}
.africa-cover .cover-copy{left:50%!important;right:auto!important;top:46%!important;bottom:auto!important;width:82%!important;transform:translate(-50%,-50%)!important;text-align:center!important;color:#fff!important;padding:0!important}
.africa-cover .cover-copy>small{display:none!important}
.africa-cover .cover-copy h3{font-size:clamp(30px,3.1vw,49px)!important;line-height:.88!important;letter-spacing:-.04em!important;text-align:center!important;max-width:100%!important;color:#fff!important;margin:0!important}
.africa-cover .cover-copy h3:after{margin:14px auto 0!important;background:var(--gold)!important}
.africa-cover .cover-location{left:50%!important;top:auto!important;bottom:18px!important;transform:translateX(-50%)!important;text-align:center!important;max-width:55%!important;color:#fff!important}
.africa-cover .cover-cta{right:18px!important;left:auto!important;bottom:18px!important}

.editorial-article{overflow-y:auto!important;display:block!important;padding:18px 20px 54px!important;background:#f4f0e7!important;color:#111!important}
.editorial-article header{position:sticky;top:-18px;z-index:4;background:linear-gradient(#f4f0e7 75%,rgba(244,240,231,0));padding:0 0 12px!important;margin-bottom:12px!important}
.editorial-article .article-hero{width:100%;aspect-ratio:16/8.8;overflow:hidden;margin:0 0 16px;border:1px solid rgba(0,0,0,.12)}
.editorial-article .article-hero img{width:100%;height:100%;object-fit:cover;display:block}
.editorial-article .article-kicker{display:block;color:var(--gold);font:700 7px/1.2 var(--sans);letter-spacing:.16em;margin-bottom:7px}
.editorial-article h3{font:400 clamp(22px,2.1vw,34px)/.98 var(--serif)!important;letter-spacing:-.03em;margin:0 0 8px!important;color:#111!important;text-transform:none!important}
.editorial-article .article-meta{font:700 7px/1.25 var(--sans);letter-spacing:.1em;color:#8a6a26;margin:0 0 14px}
.editorial-article .article-columns{columns:2;column-gap:22px;column-rule:1px solid rgba(0,0,0,.12);font:400 10px/1.55 var(--sans);text-align:left}
.editorial-article .article-columns p{break-inside:avoid;margin:0 0 12px;color:#242424}
.editorial-article .article-quote{clear:both;margin:18px 0 8px;padding:16px 18px 14px;border-top:1px solid var(--gold);border-bottom:1px solid rgba(0,0,0,.16);background:rgba(255,255,255,.42)}
.editorial-article .article-quote blockquote{font:italic 400 16px/1.35 var(--serif);margin:0 0 10px;color:#3a3328}
.editorial-article .article-quote blockquote:before{content:'“';color:var(--gold);font-size:28px;line-height:0;vertical-align:-7px;margin-right:5px}
.editorial-article .article-quote cite{font:600 8px/1.35 var(--sans);font-style:normal;color:#2b2925}
.editorial-article .article-quote cite small{font-size:6px;letter-spacing:.13em;color:#777}
.editorial-article .return-link{position:static!important;float:right;margin-top:12px}

@media(max-width:760px){
  .award-cover .cover-copy h3,.mipcom-cover .cover-copy h3,.africa-cover .cover-copy h3{font-size:34px!important}
  .editorial-article{padding:16px 17px 50px!important}
  .editorial-article .article-columns{columns:1;font-size:11px}
  .editorial-article .article-hero{aspect-ratio:16/10}
}

.news-cover[role="button"] { cursor: pointer; }
.news-cover[role="button"]:focus-visible {
  outline: 2px solid rgba(202, 158, 76, .95);
  outline-offset: -4px;
}
.news-card.active .news-article {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.news-card.active .news-article,
.news-card.active .news-article * {
  pointer-events: auto;
}

.news-card .editorial-article{
  overflow:hidden!important;
  padding:14px 16px 14px!important;
  display:grid!important;
  grid-template-rows:auto 18% auto auto minmax(0,1fr) auto auto!important;
  gap:6px!important;
  background:#f4f0e7!important;
  color:#111!important;
}
.news-card .editorial-article::after{display:none!important;content:none!important}
.news-card .editorial-article header{
  position:static!important;
  top:auto!important;
  margin:0!important;
  padding:0 0 6px!important;
  min-height:0!important;
  background:none!important;
  border-bottom:1px solid rgba(126,94,31,.35)!important;
  font-size:6px!important;
  line-height:1.1!important;
}
.news-card .editorial-article .article-hero{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(0,0,0,.10)!important;
}
.news-card .editorial-article .article-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.news-card .editorial-article .article-kicker{
  margin:0!important;
  font-size:5.8px!important;
  line-height:1.1!important;
  letter-spacing:.14em!important;
}
.news-card .editorial-article h3{
  margin:0!important;
  font-size:clamp(17px,1.55vw,24px)!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
}
.news-card .editorial-article .article-meta{
  margin:0!important;
  padding:0!important;
  font-size:5.7px!important;
  line-height:1.1!important;
  letter-spacing:.09em!important;
}
.news-card .editorial-article .article-columns{
  min-height:0!important;
  overflow:hidden!important;
  columns:2!important;
  column-gap:14px!important;
  column-rule:1px solid rgba(0,0,0,.10)!important;
  font-size:7.35px!important;
  line-height:1.34!important;
  text-align:left!important;
}
.news-card .editorial-article .article-columns p{
  margin:0 0 5px!important;
  break-inside:avoid!important;
  color:#242424!important;
}
.news-card .editorial-article .article-quote{
  margin:0!important;
  padding:7px 9px 6px!important;
  background:rgba(255,255,255,.46)!important;
  border-top:1px solid var(--gold)!important;
  border-bottom:1px solid rgba(0,0,0,.13)!important;
}
.news-card .editorial-article .article-quote blockquote{
  margin:0 0 4px!important;
  font-size:10.4px!important;
  line-height:1.16!important;
}
.news-card .editorial-article .article-quote blockquote::before{
  font-size:19px!important;
  vertical-align:-4px!important;
  margin-right:3px!important;
}
.news-card .editorial-article .article-quote cite{
  font-size:6.5px!important;
  line-height:1.15!important;
}
.news-card .editorial-article .article-quote cite small{
  font-size:4.8px!important;
  line-height:1.1!important;
  letter-spacing:.10em!important;
}
.news-card .editorial-article .return-link{
  position:static!important;
  float:none!important;
  margin:0!important;
  padding:2px 0 3px!important;
  justify-self:end!important;
  align-self:end!important;
  font-size:5.5px!important;
  line-height:1!important;
}

.news-card:nth-child(1) .editorial-article .article-hero img{object-position:center 42%!important}
.news-card:nth-child(2) .editorial-article .article-hero img{object-position:center 48%!important}
.news-card:nth-child(3) .editorial-article .article-hero img{object-position:center 54%!important}

@media(max-width:1100px){
  .news-card .editorial-article{padding:13px 14px 13px!important;grid-template-rows:auto 17% auto auto minmax(0,1fr) auto auto!important;gap:5px!important}
  .news-card .editorial-article h3{font-size:20px!important}
  .news-card .editorial-article .article-columns{font-size:7px!important;line-height:1.29!important;column-gap:12px!important}
  .news-card .editorial-article .article-quote blockquote{font-size:9.5px!important}
}
@media(max-width:700px){
  .news-card .editorial-article{padding:12px 13px!important;grid-template-rows:auto 15% auto auto minmax(0,1fr) auto auto!important;gap:4px!important}
  .news-card .editorial-article h3{font-size:18px!important;line-height:.95!important}
  .news-card .editorial-article .article-columns{columns:2!important;font-size:6.7px!important;line-height:1.24!important;column-gap:10px!important}
  .news-card .editorial-article .article-columns p{margin-bottom:4px!important}
  .news-card .editorial-article .article-quote{padding:6px 7px 5px!important}
  .news-card .editorial-article .article-quote blockquote{font-size:8.8px!important;line-height:1.12!important}
  .news-card .editorial-article .article-quote cite{font-size:5.9px!important}
  .news-card .editorial-article .article-quote cite small{font-size:4.3px!important}
}

.news-card{
  overflow:visible!important;
}
.news-spread{
  transform-style:preserve-3d!important;
  isolation:isolate;
}
.news-page{
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
}
.news-cover{
  z-index:3!important;
  opacity:1;
  visibility:visible;
  transform-origin:left center!important;
  transform:perspective(1600px) rotateY(0deg) translateX(0)!important;
  transition:transform .82s cubic-bezier(.2,.75,.2,1),opacity .45s ease,visibility 0s linear 0s,filter .82s!important;
}
.news-article{
  z-index:2!important;
  opacity:0;
  visibility:hidden;
  transform:translateX(7%) scale(.985)!important;
  transition:opacity .42s ease .22s,transform .68s cubic-bezier(.2,.75,.2,1) .12s,visibility 0s linear .82s!important;
  pointer-events:none!important;
}
.news-card.active .news-cover{
  transform:perspective(1600px) rotateY(-92deg) translateX(-3%)!important;
  opacity:0;
  visibility:hidden;
  filter:brightness(.7)!important;
  transition:transform .82s cubic-bezier(.2,.75,.2,1),opacity .32s ease .36s,visibility 0s linear .82s,filter .82s!important;
}
.news-card.active .news-article{
  opacity:1;
  visibility:visible;
  transform:translateX(0) scale(1)!important;
  transition:opacity .44s ease .22s,transform .68s cubic-bezier(.2,.75,.2,1) .1s,visibility 0s linear 0s!important;
  pointer-events:auto!important;
  cursor:pointer;
}

.news-card .editorial-article{
  box-sizing:border-box!important;
  overflow:hidden!important;
  padding:14px 15px 12px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:18px 25% auto auto auto 1fr auto 13px!important;
  align-content:stretch!important;
  gap:5px!important;
  background:#f4f0e7!important;
}
.news-card .editorial-article header{
  height:18px!important;
  min-height:18px!important;
  padding:0 0 5px!important;
  margin:0!important;
  display:flex!important;
  align-items:flex-start!important;
  border-bottom:1px solid rgba(126,94,31,.35)!important;
}
.news-card .editorial-article .article-hero{
  height:100%!important;
  min-height:0!important;
  width:100%!important;
  margin:0!important;
  border:0!important;
  box-shadow:0 5px 14px rgba(0,0,0,.10);
}
.news-card .editorial-article .article-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.news-card:nth-child(1) .editorial-article .article-hero img{object-position:center 46%!important}
.news-card:nth-child(2) .editorial-article .article-hero img{object-position:center 49%!important}
.news-card:nth-child(3) .editorial-article .article-hero img{object-position:center 52%!important}
.news-card .editorial-article .article-kicker{
  font-size:5.6px!important;
  line-height:1!important;
  margin:1px 0 0!important;
}
.news-card .editorial-article h3{
  font-size:clamp(16px,1.42vw,22px)!important;
  line-height:.96!important;
  margin:0!important;
  max-width:100%!important;
}
.news-card .editorial-article .article-meta{
  font-size:5.4px!important;
  line-height:1!important;
  margin:0!important;
}
.news-card .editorial-article .article-columns{
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
  columns:2!important;
  column-fill:balance!important;
  column-gap:13px!important;
  column-rule:1px solid rgba(0,0,0,.11)!important;
  font-size:7.15px!important;
  line-height:1.29!important;
  letter-spacing:-.005em!important;
  align-self:stretch!important;
}
.news-card .editorial-article .article-columns p{
  margin:0 0 4px!important;
  break-inside:avoid!important;
}
.news-card .editorial-article .article-quote{
  margin:0!important;
  padding:6px 8px 5px!important;
  min-height:0!important;
  background:rgba(255,255,255,.52)!important;
}
.news-card .editorial-article .article-quote blockquote{
  margin:0 0 3px!important;
  font-size:9.7px!important;
  line-height:1.12!important;
}
.news-card .editorial-article .article-quote cite{
  font-size:6.2px!important;
  line-height:1.08!important;
}
.news-card .editorial-article .article-quote cite small{
  font-size:4.5px!important;
  line-height:1!important;
}
.news-card .editorial-article .return-link{
  height:13px!important;
  min-height:13px!important;
  margin:0!important;
  padding:2px 0 2px!important;
  justify-self:end!important;
  align-self:end!important;
  font-size:5.3px!important;
  line-height:1!important;
}

@media(max-width:1100px){
  .news-card .editorial-article{grid-template-rows:18px 23% auto auto auto 1fr auto 13px!important;padding:13px 14px 11px!important}
  .news-card .editorial-article h3{font-size:19px!important}
  .news-card .editorial-article .article-columns{font-size:6.9px!important;line-height:1.26!important}
}
@media(max-width:700px){
  .news-card .editorial-article{grid-template-rows:17px 22% auto auto auto 1fr auto 12px!important;padding:12px 13px 10px!important;gap:4px!important}
  .news-card .editorial-article h3{font-size:17px!important}
  .news-card .editorial-article .article-columns{columns:2!important;font-size:6.45px!important;line-height:1.22!important;column-gap:9px!important}
  .news-card .editorial-article .article-quote blockquote{font-size:8.5px!important}
}

.news-card .editorial-article{
  padding:14px 15px 12px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
  grid-template-rows:18px auto auto minmax(0,1fr) auto 12px!important;
  grid-template-areas:
    "head head"
    "kicker hero"
    "title hero"
    "body hero"
    "quote meta"
    "return return"!important;
  column-gap:13px!important;
  row-gap:6px!important;
  background:#f3efe6!important;
  overflow:hidden!important;
  align-content:stretch!important;
}
.news-card .editorial-article header{
  grid-area:head!important;
  height:18px!important;
  min-height:18px!important;
  margin:0!important;
  padding:0 0 5px!important;
  border-bottom:1px solid rgba(145,111,44,.38)!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  font-size:5.4px!important;
  letter-spacing:.17em!important;
}
.news-card .editorial-article .article-kicker{
  grid-area:kicker!important;
  align-self:end!important;
  margin:2px 0 0!important;
  padding:0!important;
  font-size:5.7px!important;
  line-height:1.1!important;
  letter-spacing:.16em!important;
  color:#9b762f!important;
}
.news-card .editorial-article h3{
  grid-area:title!important;
  align-self:start!important;
  margin:0!important;
  max-width:none!important;
  font-family:var(--serif)!important;
  font-size:clamp(18px,1.55vw,24px)!important;
  line-height:.96!important;
  font-weight:400!important;
  letter-spacing:-.025em!important;
  color:#171717!important;
}
.news-card .editorial-article h3::after{
  content:"";
  display:block;
  width:28px;
  height:2px;
  margin-top:8px;
  background:#a67d2f;
}
.news-card .editorial-article .article-hero{
  grid-area:hero!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  border:0!important;
  align-self:stretch!important;
  overflow:hidden!important;
  box-shadow:0 6px 16px rgba(28,22,14,.14)!important;
  position:relative!important;
}
.news-card .editorial-article .article-hero::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.32);
  pointer-events:none;
}
.news-card .editorial-article .article-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.news-card .editorial-article .article-columns{
  grid-area:body!important;
  min-height:0!important;
  height:auto!important;
  overflow:hidden!important;
  columns:1!important;
  column-rule:0!important;
  font-size:6.75px!important;
  line-height:1.34!important;
  letter-spacing:0!important;
  color:#292724!important;
  align-self:start!important;
  text-wrap:pretty!important;
}
.news-card .editorial-article .article-columns p{
  margin:0 0 6px!important;
  break-inside:auto!important;
}
.news-card .editorial-article .article-columns p:last-child{margin-bottom:0!important}
.news-card .editorial-article .article-meta{
  grid-area:meta!important;
  align-self:stretch!important;
  margin:0!important;
  padding:7px 8px!important;
  border:1px solid rgba(157,122,54,.35)!important;
  background:rgba(255,255,255,.25)!important;
  font-size:5.2px!important;
  line-height:1.45!important;
  letter-spacing:.10em!important;
  color:#4b4335!important;
  display:flex!important;
  align-items:center!important;
}
.news-card .editorial-article .article-quote{
  grid-area:quote!important;
  align-self:stretch!important;
  margin:0!important;
  padding:7px 8px 6px!important;
  min-height:0!important;
  border:0!important;
  border-top:1px solid rgba(166,125,47,.48)!important;
  border-bottom:0!important;
  background:transparent!important;
}
.news-card .editorial-article .article-quote blockquote{
  margin:0 0 5px!important;
  font-family:var(--serif)!important;
  font-size:9.4px!important;
  line-height:1.18!important;
  font-style:italic!important;
  color:#3d382f!important;
}
.news-card .editorial-article .article-quote blockquote::before{
  color:#a67d2f!important;
  font-size:18px!important;
  line-height:0!important;
  vertical-align:-4px!important;
  margin-right:3px!important;
}
.news-card .editorial-article .article-quote cite{
  font-size:5.7px!important;
  line-height:1.18!important;
  color:#2e2b26!important;
}
.news-card .editorial-article .article-quote cite small{
  display:inline-block!important;
  margin-top:2px!important;
  font-size:4.2px!important;
  line-height:1.1!important;
  letter-spacing:.10em!important;
}
.news-card .editorial-article .return-link{
  grid-area:return!important;
  justify-self:end!important;
  align-self:end!important;
  height:12px!important;
  min-height:12px!important;
  margin:0!important;
  padding:1px 0!important;
  font-size:5px!important;
  line-height:1!important;
  letter-spacing:.15em!important;
  color:#8f6825!important;
  background:transparent!important;
  border:0!important;
}

.news-card:nth-child(1) .editorial-article{
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
}
.news-card:nth-child(1) .editorial-article .article-hero img{object-position:center 48%!important}

.news-card:nth-child(2) .editorial-article{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
  grid-template-areas:
    "head head"
    "kicker hero"
    "title hero"
    "body hero"
    "quote meta"
    "return return"!important;
}
.news-card:nth-child(2) .editorial-article .article-hero img{object-position:center 50%!important}

.news-card:nth-child(3) .editorial-article{
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important;
}
.news-card:nth-child(3) .editorial-article .article-hero img{object-position:center 52%!important}

@media(max-width:1100px){
  .news-card .editorial-article{
    padding:12px 13px 10px!important;
    column-gap:10px!important;
    row-gap:5px!important;
    grid-template-rows:17px auto auto minmax(0,1fr) auto 11px!important;
  }
  .news-card .editorial-article h3{font-size:18px!important}
  .news-card .editorial-article .article-columns{font-size:6.35px!important;line-height:1.28!important}
  .news-card .editorial-article .article-quote blockquote{font-size:8.6px!important}
}
@media(max-width:700px){
  .news-card .editorial-article,
  .news-card:nth-child(1) .editorial-article,
  .news-card:nth-child(2) .editorial-article,
  .news-card:nth-child(3) .editorial-article{
    padding:12px 13px 10px!important;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    grid-template-rows:17px auto auto minmax(0,1fr) auto 11px!important;
    grid-template-areas:
      "head head"
      "kicker hero"
      "title hero"
      "body hero"
      "quote meta"
      "return return"!important;
    column-gap:9px!important;
    row-gap:4px!important;
  }
  .news-card .editorial-article h3{font-size:16px!important;line-height:.96!important}
  .news-card .editorial-article h3::after{margin-top:6px;width:22px}
  .news-card .editorial-article .article-columns{font-size:5.95px!important;line-height:1.24!important}
  .news-card .editorial-article .article-columns p{margin-bottom:4px!important}
  .news-card .editorial-article .article-quote{padding:5px 6px 4px!important}
  .news-card .editorial-article .article-quote blockquote{font-size:7.8px!important;line-height:1.12!important}
  .news-card .editorial-article .article-meta{font-size:4.6px!important;padding:5px 6px!important}
}

.poster-story{background:var(--paper);color:var(--ink)}
.poster-story .story-intro{margin-bottom:56px}
.poster-row{gap:14px}
.video-poster.editorial-poster{aspect-ratio:2/3;border:0;isolation:isolate;background:#070808;box-shadow:0 24px 58px rgba(0,0,0,.32);transform:translateZ(0)}
.video-poster.editorial-poster::after{z-index:1;background:linear-gradient(90deg,rgba(3,5,6,.78) 0%,rgba(3,5,6,.43) 35%,rgba(3,5,6,.05) 68%,rgba(3,5,6,.14) 100%),linear-gradient(0deg,rgba(0,0,0,.22),transparent 42%)}
.video-poster.editorial-poster img{filter:saturate(.82) contrast(1.03);transform:scale(1.002);transition:transform .95s cubic-bezier(.2,.7,.2,1),filter .95s ease}
.video-poster.editorial-poster:hover{transform:translateY(-6px);box-shadow:0 34px 70px rgba(0,0,0,.42)}
.video-poster.editorial-poster:hover img{transform:scale(1.03);filter:saturate(.9) contrast(1.05) brightness(1.04)}
.video-poster.editorial-poster>.poster-brand,
.video-poster.editorial-poster>.poster-rule,
.video-poster.editorial-poster>small,
.video-poster.editorial-poster>strong,
.video-poster.editorial-poster>i{position:absolute;z-index:3}
.video-poster.editorial-poster>.poster-brand{top:7.2%;left:8%;font-family:var(--serif);font-size:clamp(8px,.72vw,12px);line-height:1;letter-spacing:.42em;font-weight:400;color:#e9e1d4;white-space:nowrap}
.video-poster.editorial-poster>.poster-rule{top:12.4%;left:8%;width:27%;height:1px;background:rgba(218,190,139,.78);transform-origin:left center;transition:width .8s cubic-bezier(.2,.7,.2,1)}
.video-poster.editorial-poster:hover>.poster-rule{width:40%}
.video-poster.editorial-poster>small{left:8%;top:31%;font-family:var(--serif);font-size:clamp(7px,.66vw,11px);line-height:1;letter-spacing:.29em;font-weight:400;color:#e9e1d4;text-transform:uppercase;white-space:nowrap}
.video-poster.editorial-poster>strong{left:8%;right:5%;bottom:auto;top:38%;font-family:var(--serif);font-size:clamp(24px,2.05vw,35px);line-height:.93;letter-spacing:-.025em;font-weight:400;text-transform:uppercase;color:#eee6da;text-shadow:0 3px 22px rgba(0,0,0,.45);transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.video-poster.editorial-poster:hover>strong{transform:translateY(-6px)}
.video-poster.editorial-poster>i{right:7%;bottom:6%;top:auto;width:34px;height:34px;border:1px solid rgba(238,230,218,.55);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:8px;color:#eee6da;opacity:.72;transition:opacity .5s ease,transform .5s ease,border-color .5s ease}
.video-poster.editorial-poster:hover>i{opacity:1;transform:scale(1.08);border-color:rgba(218,190,139,.95)}
.video-poster.editorial-poster.poster-earth::after{background:linear-gradient(90deg,rgba(5,5,4,.82) 0%,rgba(5,5,4,.47) 42%,rgba(5,5,4,.03) 72%),linear-gradient(0deg,rgba(0,0,0,.16),transparent 40%)}
.video-poster.editorial-poster.poster-water::after{background:linear-gradient(90deg,rgba(2,7,12,.82) 0%,rgba(2,7,12,.46) 43%,rgba(2,7,12,.02) 72%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 45%)}
.video-poster.editorial-poster.poster-air::after{background:linear-gradient(90deg,rgba(5,9,11,.84) 0%,rgba(5,9,11,.48) 43%,rgba(5,9,11,.03) 73%),linear-gradient(0deg,rgba(0,0,0,.15),transparent 42%)}
.video-poster.editorial-poster.poster-fire::after{background:linear-gradient(90deg,rgba(8,5,3,.85) 0%,rgba(8,5,3,.46) 42%,rgba(8,5,3,.03) 72%),linear-gradient(0deg,rgba(0,0,0,.17),transparent 42%)}
.video-poster.editorial-poster.poster-human::after{background:linear-gradient(90deg,rgba(4,3,2,.84) 0%,rgba(4,3,2,.47) 42%,rgba(4,3,2,.03) 72%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 42%)}
@media(max-width:1100px){
 .video-poster.editorial-poster>strong{font-size:clamp(22px,2.6vw,31px)}
 .video-poster.editorial-poster>.poster-brand{letter-spacing:.34em}
}
@media(max-width:700px){
 .poster-story .story-intro{margin-bottom:34px}
 .poster-row{gap:10px}
 .video-poster.editorial-poster>.poster-brand{font-size:8px;letter-spacing:.3em}
 .video-poster.editorial-poster>small{font-size:7px;letter-spacing:.2em;top:29%}
 .video-poster.editorial-poster>strong{top:36%;font-size:clamp(23px,7vw,34px);line-height:.9}
 .video-poster.editorial-poster>i{width:30px;height:30px}
}

/* ===== Ajustes editoriales Noticias · corrección ===== */
.news-cover .cover-edition b{font-size:clamp(27px,2.6vw,42px);letter-spacing:.02em}

/* MIPCOM: titular alineado a la derecha */
.mipcom-cover .cover-copy{display:flex!important;flex-direction:column!important;align-items:flex-end!important;text-align:right!important;left:24px!important;right:24px!important}
.mipcom-cover .cover-copy h3{max-width:72%!important;text-align:right!important;margin-left:auto!important}
.mipcom-cover .cover-copy>small{position:static!important;width:auto!important;padding:0!important;text-align:right!important;order:-1!important;margin-bottom:10px!important}

/* Noticia 1: fecha bajo el título, sin recuadro y cita centrada */
.article-award .article-meta{margin:0 0 18px!important;padding:0!important;background:transparent!important;border:0!important;color:#9a7227!important;font-size:7px!important;letter-spacing:.16em!important}
.article-award .article-columns{margin-top:0!important}
.article-award .article-quote{text-align:center;margin:18px auto 8px;max-width:88%}
.article-award .article-quote blockquote{padding:0 22px;margin:0 auto 12px;font-size:15px}
.article-award .article-quote blockquote:before{left:0}
.article-award .article-quote cite{display:block;margin-left:0}
.article-award:after{display:none!important}

/* Noticia 2: composición distinta */
.article-mipcom{display:grid!important;grid-template-columns:1.08fr .92fr!important;grid-template-rows:auto auto auto 1fr auto!important;gap:0 24px!important;padding:24px 24px 22px!important}
.article-mipcom header{grid-column:1/-1!important}
.article-mipcom .article-hero{grid-column:1!important;grid-row:2/6!important;height:auto!important;min-height:0!important;margin:0!important}
.article-mipcom .article-hero img{height:100%!important;object-fit:cover!important}
.article-mipcom .article-kicker,.article-mipcom h3,.article-mipcom .article-meta,.article-mipcom .article-columns,.article-mipcom .article-quote,.article-mipcom .return-link{grid-column:2!important}
.article-mipcom h3{font-size:clamp(25px,2vw,34px)!important;margin-bottom:10px!important}
.article-mipcom .article-meta{margin:0 0 12px!important;padding:0!important}
.article-mipcom .article-columns{columns:1!important;display:block!important}
.article-mipcom .article-columns p{font-size:9px!important;line-height:1.55!important;margin-bottom:9px!important}
.article-mipcom .article-quote{margin-top:8px!important}
.article-mipcom:after{display:none!important}

/* Noticia 3: collage africano dominante */
.article-africa{display:grid!important;grid-template-columns:1.1fr .9fr!important;grid-template-rows:auto minmax(190px,43%) auto auto 1fr auto!important;column-gap:24px!important;padding:22px 24px!important}
.article-africa header{grid-column:1/-1!important}
.article-africa .article-hero{grid-column:1/-1!important;grid-row:2!important;height:100%!important;margin:0 0 16px!important}
.article-africa .article-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 55%!important}
.article-africa .article-kicker,.article-africa h3,.article-africa .article-meta,.article-africa .article-columns{grid-column:1!important}
.article-africa .article-meta{margin:0 0 12px!important;padding:0!important}
.article-africa .article-columns{columns:1!important}
.article-africa .article-columns p{font-size:9px!important;line-height:1.58!important;margin-bottom:10px!important}
.article-africa .article-quote{grid-column:2!important;grid-row:3/6!important;align-self:center!important;text-align:center!important;padding:22px 18px!important;border-left:1px solid #cbbf9f!important}
.article-africa .article-quote blockquote{padding:0!important;font-size:17px!important}
.article-africa .article-quote blockquote:before{position:static!important;display:block!important;line-height:.6!important;margin-bottom:8px!important}
.article-africa .article-quote cite{display:block!important;margin:10px 0 0!important}
.article-africa .return-link{grid-column:2!important;justify-self:end!important}
.article-africa:after{display:none!important}

@media(max-width:700px){
  .mipcom-cover .cover-copy h3{max-width:88%!important}
  .article-mipcom,.article-africa{display:flex!important;flex-direction:column!important}
  .article-mipcom .article-hero,.article-africa .article-hero{height:200px!important;margin-bottom:14px!important}
  .article-africa .article-quote{border-left:0!important;border-top:1px solid #cbbf9f!important}
}

/* ===== STORYWORLDS · KEY ART CINEMATOGRÁFICO ===== */
.poster-story{
  background:#080808;
  color:#f1ede4;
  padding-top:110px;
  padding-bottom:145px;
  overflow:hidden;
}
.poster-story .story-intro{
  width:min(1550px,100%);
  grid-template-columns:.42fr 1.05fr .88fr;
  align-items:end;
  margin-bottom:72px;
}
.poster-story .section-number{color:#b99349}
.poster-story h2{color:#f4efe5}
.poster-story h2 em{color:#b99349}
.poster-story .storyworlds-manifesto{
  max-width:470px;
  margin:0 0 9px auto;
  color:rgba(244,239,229,.72);
  font-family:var(--serif);
  font-size:clamp(17px,1.35vw,23px);
  line-height:1.42;
  letter-spacing:.01em;
}
.poster-row{
  width:min(1600px,100%);
  gap:22px;
  align-items:stretch;
}
.video-poster.editorial-poster{
  aspect-ratio:2/3.18;
  border:1px solid rgba(255,255,255,.08);
  border-radius:2px;
  box-shadow:0 30px 75px rgba(0,0,0,.55);
  background:#030303;
}
.video-poster.editorial-poster::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:radial-gradient(circle at 56% 34%,transparent 0 25%,rgba(0,0,0,.05) 48%,rgba(0,0,0,.56) 100%);
  pointer-events:none;
}
.video-poster.editorial-poster::after{
  background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,transparent 35%,rgba(0,0,0,.16) 60%,rgba(0,0,0,.88) 100%);
}
.video-poster.editorial-poster img{
  filter:none;
  transform:scale(1.035);
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1),filter 1.2s ease;
}
.video-poster.editorial-poster:hover{
  transform:translateY(-12px) scale(1.012);
  box-shadow:0 46px 100px rgba(0,0,0,.72);
}
.video-poster.editorial-poster:hover img{transform:scale(1.09);filter:brightness(1.06) contrast(1.04)}
.video-poster.editorial-poster>.poster-brand{
  top:5.5%;left:7%;
  font-size:clamp(7px,.58vw,10px);
  letter-spacing:.48em;
  color:rgba(255,255,255,.72);
}
.video-poster.editorial-poster>strong{
  top:auto;
  left:7%;right:7%;bottom:8.5%;
  font-size:clamp(24px,2vw,36px);
  line-height:.9;
  letter-spacing:-.025em;
  color:#fff;
  text-shadow:0 4px 28px rgba(0,0,0,.8);
  max-width:88%;
}
.video-poster.editorial-poster>i{
  right:7%;bottom:5.4%;
  width:30px;height:30px;
  opacity:.58;
  background:rgba(0,0,0,.18);
  backdrop-filter:blur(4px);
}
/* Identidades cromáticas y encuadres individuales */
.video-poster.editorial-poster.poster-earth img{filter:saturate(1.18) sepia(.16) hue-rotate(-12deg) contrast(1.08) brightness(.92);object-position:52% center}
.video-poster.editorial-poster.poster-earth::after{background:linear-gradient(180deg,rgba(34,25,8,.03),transparent 42%,rgba(20,14,4,.92) 100%),linear-gradient(90deg,rgba(51,65,30,.18),transparent 60%)}
.video-poster.editorial-poster.poster-earth>strong{color:#f1d39a}

.video-poster.editorial-poster.poster-water img{filter:saturate(1.42) hue-rotate(4deg) contrast(1.12) brightness(.91);object-position:58% center}
.video-poster.editorial-poster.poster-water::after{background:linear-gradient(180deg,rgba(0,28,45,.05),transparent 40%,rgba(0,19,31,.94) 100%),radial-gradient(circle at 68% 30%,rgba(31,198,211,.20),transparent 44%)}
.video-poster.editorial-poster.poster-water>strong{color:#d7f6f4;bottom:10.5%}

.video-poster.editorial-poster.poster-air img{filter:saturate(.72) contrast(1.02) brightness(1.13) hue-rotate(6deg);object-position:48% center}
.video-poster.editorial-poster.poster-air::after{background:linear-gradient(180deg,rgba(224,238,241,.08),transparent 40%,rgba(19,28,34,.90) 100%),linear-gradient(90deg,rgba(210,231,236,.12),transparent 64%)}
.video-poster.editorial-poster.poster-air>strong{color:#eef5f6;bottom:12%}

.video-poster.editorial-poster.poster-fire img{filter:saturate(1.56) sepia(.11) hue-rotate(-18deg) contrast(1.16) brightness(.94);object-position:54% center}
.video-poster.editorial-poster.poster-fire::after{background:linear-gradient(180deg,rgba(96,20,3,.06),transparent 36%,rgba(38,7,2,.95) 100%),radial-gradient(circle at 60% 38%,rgba(255,82,8,.25),transparent 48%)}
.video-poster.editorial-poster.poster-fire>strong{color:#ffd1a4;bottom:9.5%}

.video-poster.editorial-poster.poster-human img{filter:saturate(1.08) sepia(.12) contrast(1.08) brightness(.96);object-position:50% center}
.video-poster.editorial-poster.poster-human::after{background:linear-gradient(180deg,rgba(73,49,28,.03),transparent 40%,rgba(25,15,9,.93) 100%),radial-gradient(circle at 50% 34%,rgba(244,190,125,.16),transparent 48%)}
.video-poster.editorial-poster.poster-human>strong{font-size:clamp(31px,2.55vw,48px);color:#ffe4c4;bottom:11%}

@media(max-width:1100px){
  .poster-story .story-intro{grid-template-columns:1fr 1.3fr;gap:22px}
  .poster-story .storyworlds-manifesto{grid-column:2;margin-left:0}
  .poster-row{gap:12px}
  .video-poster.editorial-poster>strong{font-size:clamp(20px,2.5vw,30px)}
}
@media(max-width:700px){
  .poster-story{padding-top:78px;padding-bottom:88px}
  .poster-story .story-intro{display:block;margin-bottom:42px}
  .poster-story .storyworlds-manifesto{margin:24px 0 0;max-width:100%;font-size:18px}
  .poster-row{gap:12px}
  .video-poster.editorial-poster{aspect-ratio:2/3.2}
  .video-poster.editorial-poster>strong{font-size:clamp(21px,7vw,32px);bottom:10%}
  .video-poster.editorial-poster>.poster-brand{font-size:7px;letter-spacing:.35em}
}

/* ===== Storyworlds · identidad elemental cinematográfica ===== */
.poster-story{
  background:
    radial-gradient(circle at 14% 11%,rgba(181,142,78,.08),transparent 24%),
    linear-gradient(180deg,#f4f0e8 0%,#eae4d9 100%);
}
.poster-story .story-intro{max-width:760px}
.poster-story .storyworlds-manifesto{max-width:620px;line-height:1.55;letter-spacing:.01em}
.poster-row{align-items:stretch}
.video-poster.editorial-poster{
  overflow:hidden;
  border-radius:1px;
  box-shadow:0 30px 70px rgba(7,7,7,.34);
}
.video-poster.editorial-poster img{
  object-fit:cover;
  width:100%;height:100%;
  filter:none;
  transform:scale(1.01);
}
.video-poster.editorial-poster::before{
  content:"";
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.06),transparent 34%,rgba(0,0,0,.12));
  mix-blend-mode:multiply;
}
.video-poster.editorial-poster::after{
  z-index:1;
  transition:opacity .7s ease,background .7s ease;
}
.video-poster.editorial-poster>.poster-brand{
  top:6.6%;left:7.5%;
  font-size:clamp(7px,.64vw,10px);
  letter-spacing:.5em;
  opacity:.82;
}
.video-poster.editorial-poster>strong{
  left:7.5%;right:7.5%;top:auto;bottom:12%;
  font-size:clamp(23px,1.86vw,32px);
  line-height:.91;
  letter-spacing:-.035em;
  text-shadow:0 4px 30px rgba(0,0,0,.72);
  max-width:88%;
}
.video-poster.editorial-poster>i{bottom:5.5%;right:7%;background:rgba(5,5,5,.16);backdrop-filter:blur(5px)}

/* Tierra: mineral, orgánica, pesada */
.video-poster.poster-earth::after{
  background:
    radial-gradient(circle at 72% 22%,rgba(150,117,42,.04),transparent 38%),
    linear-gradient(180deg,rgba(7,9,5,.08) 0%,rgba(7,9,5,.02) 46%,rgba(8,9,5,.72) 100%);
}
.video-poster.poster-earth{background:#24251a}
.video-poster.poster-earth>strong{color:#e7d7b4}
.video-poster.poster-earth>.poster-brand{color:#cab57d}

/* Agua: profundidad azul, transparencia y reflejo */
.video-poster.poster-water::after{
  background:
    radial-gradient(circle at 55% 48%,rgba(35,160,220,.06),transparent 42%),
    linear-gradient(180deg,rgba(0,19,36,.08) 0%,rgba(0,18,33,.02) 43%,rgba(0,17,31,.72) 100%);
}
.video-poster.poster-water{background:#061a2b}
.video-poster.poster-water>strong{color:#d9f2f6}
.video-poster.poster-water>.poster-brand{color:#a9dce9}

/* Aire: vacío, niebla, luz y espacio */
.video-poster.poster-air::after{
  background:
    linear-gradient(180deg,rgba(245,250,250,.02) 0%,rgba(34,47,53,.01) 54%,rgba(15,22,25,.66) 100%);
}
.video-poster.poster-air{background:#c5ced0}
.video-poster.poster-air>strong{color:#f4f6f4;text-shadow:0 3px 24px rgba(0,0,0,.55)}
.video-poster.poster-air>.poster-brand{color:#f1f2ef}

/* Fuego: ámbar, cobre y calor sofisticado */
.video-poster.poster-fire::after{
  background:
    radial-gradient(circle at 66% 37%,rgba(255,169,52,.04),transparent 36%),
    linear-gradient(180deg,rgba(37,10,2,.04) 0%,rgba(27,7,1,.02) 45%,rgba(28,8,2,.74) 100%);
}
.video-poster.poster-fire{background:#351107}
.video-poster.poster-fire>strong{color:#ffe1a8}
.video-poster.poster-fire>.poster-brand{color:#efbe72}

/* Humano: integración de los elementos; red descubierta, no explicada */
.video-poster.poster-human::after{
  background:
    radial-gradient(circle at 46% 44%,rgba(65,150,181,.03),transparent 38%),
    radial-gradient(circle at 57% 69%,rgba(222,138,57,.03),transparent 42%),
    linear-gradient(180deg,rgba(2,14,22,.02),rgba(8,8,8,.06) 48%,rgba(17,11,8,.73) 100%);
}
.video-poster.poster-human{background:#142a35}
.video-poster.poster-human>strong{color:#f4dfbd;font-size:clamp(28px,2.35vw,42px);letter-spacing:.04em}
.video-poster.poster-human>.poster-brand{color:#d9c9a6}

.video-poster.editorial-poster:hover img{transform:scale(1.045);filter:none}
.video-poster.editorial-poster:hover::after{opacity:.82}

@media(max-width:700px){
  .video-poster.editorial-poster>strong{bottom:12%;top:auto;font-size:clamp(24px,7.5vw,35px)}
  .video-poster.poster-human>strong{font-size:clamp(30px,9vw,42px)}
}

/* ===== Storyworlds · encabezado bilingüe corregido ===== */
.poster-story .story-intro{
  width:min(1550px,100%);
  max-width:none;
  display:grid;
  grid-template-columns:.34fr .72fr 1.15fr;
  gap:clamp(30px,4vw,78px);
  align-items:center;
  margin-bottom:62px;
}
.poster-story .section-number{
  align-self:start;
  padding-top:10px;
}
.poster-story .storyworlds-title{
  margin:0;
  line-height:.82;
  letter-spacing:-.035em;
}
.poster-story .storyworlds-title .collection-word{
  display:inline-block;
  color:#0a0a0a !important;
  font-family:var(--serif);
  font-size:clamp(38px,4vw,72px);
  font-style:normal;
  font-weight:400;
  letter-spacing:-.045em;
}
.poster-story .storyworlds-title em{
  display:inline-block;
  margin-top:12px;
  color:#b38a43 !important;
  font-size:clamp(43px,4.65vw,84px);
  font-style:italic;
  font-weight:400;
  letter-spacing:-.045em;
}
.poster-story .storyworlds-copy{
  max-width:650px;
  padding-left:clamp(22px,3vw,54px);
  border-left:1px solid rgba(20,20,20,.18);
}
.poster-story .storyworlds-lead{
  margin:0;
  color:#111;
  font-family:var(--serif);
  font-size:clamp(22px,1.8vw,31px);
  line-height:1.28;
  letter-spacing:.005em;
}
.poster-story .storyworlds-divider{
  display:block;
  width:72px;
  height:1px;
  margin:24px 0 22px;
  background:#b38a43;
}
.poster-story .storyworlds-manifesto{
  max-width:590px;
  margin:0;
  color:rgba(15,15,15,.68);
  font-family:var(--serif);
  font-size:clamp(16px,1.14vw,21px);
  font-style:italic;
  line-height:1.55;
  letter-spacing:.01em;
}
@media(max-width:1100px){
  .poster-story .story-intro{
    grid-template-columns:.34fr 1fr;
    align-items:start;
  }
  .poster-story .section-number{grid-column:1}
  .poster-story .storyworlds-title{grid-column:2}
  .poster-story .storyworlds-copy{
    grid-column:2;
    margin-top:6px;
    padding-left:0;
    border-left:0;
  }
}
@media(max-width:700px){
  .poster-story .story-intro{
    display:block;
    margin-bottom:42px;
  }
  .poster-story .storyworlds-title{margin-top:18px}
  .poster-story .storyworlds-title .collection-word{font-size:clamp(42px,13vw,62px)}
  .poster-story .storyworlds-title em{font-size:clamp(48px,14.5vw,68px)}
  .poster-story .storyworlds-copy{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid rgba(20,20,20,.16);
  }
  .poster-story .storyworlds-lead{font-size:22px}
  .poster-story .storyworlds-manifesto{font-size:17px}
}


/* ===== Corrección final: portadas de noticias y encabezado Collection Drakonia ===== */
.brand-bold{font-weight:700}
.poster-story .story-intro{
  width:min(1550px,100%);
  max-width:none;
  display:grid;
  grid-template-columns:minmax(390px,.82fr) minmax(520px,1.25fr);
  gap:clamp(42px,5vw,90px);
  align-items:center;
  margin-bottom:62px;
}
.poster-story .storyworlds-title{
  margin:0;
  padding-right:clamp(28px,4vw,62px);
  border-right:1px solid rgba(20,20,20,.18);
  line-height:.82;
  letter-spacing:-.035em;
}
.poster-story .storyworlds-title .collection-word{
  display:inline-block;
  color:#090909 !important;
  font-family:var(--serif);
  font-size:clamp(54px,5vw,92px);
  font-style:normal;
  font-weight:400;
  letter-spacing:-.05em;
}
.poster-story .storyworlds-title em{
  display:inline-block;
  margin-top:18px;
  color:#b38a43 !important;
  font-size:clamp(60px,5.6vw,104px);
  font-style:italic;
  font-weight:400;
  letter-spacing:-.05em;
}
.poster-story .storyworlds-copy{
  max-width:760px;
  padding-left:0;
  border-left:0;
}
.poster-story .storyworlds-lead{
  margin:0;
  color:#111;
  font-family:var(--serif);
  font-size:clamp(25px,2vw,38px);
  line-height:1.26;
}
.poster-story .storyworlds-divider{
  display:block;
  width:88px;
  height:1px;
  margin:30px 0 25px;
  background:#b38a43;
}
.poster-story .storyworlds-manifesto{
  max-width:700px;
  margin:0;
  color:rgba(15,15,15,.68);
  font-family:var(--serif);
  font-size:clamp(18px,1.25vw,24px);
  font-style:italic;
  line-height:1.55;
}
@media(max-width:1100px){
  .poster-story .story-intro{grid-template-columns:1fr 1.25fr;gap:34px}
  .poster-story .storyworlds-title{padding-right:30px}
}
@media(max-width:760px){
  .poster-story .story-intro{display:block;margin-bottom:42px}
  .poster-story .storyworlds-title{padding-right:0;padding-bottom:28px;border-right:0;border-bottom:1px solid rgba(20,20,20,.16)}
  .poster-story .storyworlds-title .collection-word{font-size:clamp(44px,14vw,66px)}
  .poster-story .storyworlds-title em{font-size:clamp(50px,15vw,74px)}
  .poster-story .storyworlds-copy{margin-top:28px}
  .poster-story .storyworlds-lead{font-size:23px}
  .poster-story .storyworlds-manifesto{font-size:17px}
}

/* ===== Noticias internas · layouts finales 22.07.2026 ===== */
.news-card .editorial-article{isolation:isolate!important}
.news-card .editorial-article>*{min-width:0!important}
.news-card .editorial-article .article-columns{overflow:hidden!important}
.news-card .editorial-article .article-columns p{orphans:2;widows:2}

/* 01 — imagen editorial superior, fecha bajo titular y cita centrada */
.news-card:nth-child(1) .editorial-article{
  grid-template-columns:1fr!important;
  grid-template-rows:18px 29% auto auto auto minmax(0,1fr) auto 12px!important;
  grid-template-areas:"head" "hero" "kicker" "title" "meta" "body" "quote" "return"!important;
  gap:5px!important;
  padding:14px 15px 11px!important;
}
.news-card:nth-child(1) .editorial-article .article-hero{grid-area:hero!important}
.news-card:nth-child(1) .editorial-article .article-hero img{object-position:center 52%!important}
.news-card:nth-child(1) .editorial-article .article-meta{
  grid-area:meta!important;padding:0!important;border:0!important;background:transparent!important;
  display:block!important;color:#916b25!important;font-size:5.3px!important;line-height:1.15!important;
  letter-spacing:.13em!important;margin:0!important;
}
.news-card:nth-child(1) .editorial-article .article-columns{
  grid-area:body!important;columns:2!important;column-gap:13px!important;
  column-rule:1px solid rgba(0,0,0,.11)!important;font-size:6.45px!important;line-height:1.28!important;
}
.news-card:nth-child(1) .editorial-article .article-quote{
  grid-area:quote!important;text-align:center!important;max-width:92%!important;width:92%!important;
  justify-self:center!important;padding:7px 10px 6px!important;border-top:1px solid rgba(166,125,47,.5)!important;
}
.news-card:nth-child(1) .editorial-article .article-quote blockquote{font-size:9px!important;line-height:1.15!important;margin:0 auto 4px!important}
.news-card:nth-child(1) .editorial-article .article-quote cite{display:block!important;text-align:center!important}

/* 02 — imagen vertical a la izquierda; bloque editorial a la derecha */
.news-card:nth-child(2) .editorial-article{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  grid-template-rows:18px auto auto auto minmax(0,1fr) auto 12px!important;
  grid-template-areas:"head head" "hero kicker" "hero title" "hero meta" "hero body" "hero quote" "return return"!important;
  column-gap:12px!important;row-gap:5px!important;padding:14px 15px 11px!important;
}
.news-card:nth-child(2) .editorial-article .article-hero{grid-area:hero!important;height:100%!important}
.news-card:nth-child(2) .editorial-article .article-hero img{object-position:center center!important}
.news-card:nth-child(2) .editorial-article .article-meta{
  grid-area:meta!important;padding:0 0 5px!important;border:0!important;border-bottom:1px solid rgba(157,122,54,.32)!important;
  background:transparent!important;display:block!important;font-size:5px!important;line-height:1.2!important;
}
.news-card:nth-child(2) .editorial-article .article-columns{
  grid-area:body!important;columns:1!important;font-size:6.2px!important;line-height:1.26!important;
}
.news-card:nth-child(2) .editorial-article .article-columns p{margin-bottom:4px!important}
.news-card:nth-child(2) .editorial-article .article-quote{
  grid-area:quote!important;padding:6px 0 4px!important;border-top:1px solid rgba(166,125,47,.45)!important;
}
.news-card:nth-child(2) .editorial-article .article-quote blockquote{font-size:8.4px!important;line-height:1.12!important}

/* 03 — collage africano panorámico y cierre en dos bloques */
.news-card:nth-child(3) .editorial-article{
  grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
  grid-template-rows:18px 34% auto auto minmax(0,1fr) 12px!important;
  grid-template-areas:"head head" "hero hero" "kicker quote" "title quote" "body quote" "meta return"!important;
  column-gap:13px!important;row-gap:5px!important;padding:14px 15px 11px!important;
}
.news-card:nth-child(3) .editorial-article .article-hero{grid-area:hero!important}
.news-card:nth-child(3) .editorial-article .article-hero img{object-position:center 48%!important}
.news-card:nth-child(3) .editorial-article .article-columns{
  grid-area:body!important;columns:1!important;font-size:6.3px!important;line-height:1.27!important;
}
.news-card:nth-child(3) .editorial-article .article-columns p{margin-bottom:4px!important}
.news-card:nth-child(3) .editorial-article .article-meta{
  grid-area:meta!important;padding:0!important;border:0!important;background:transparent!important;
  display:block!important;align-self:end!important;font-size:5px!important;line-height:1.15!important;
}
.news-card:nth-child(3) .editorial-article .article-quote{
  grid-area:quote!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;
  justify-content:center!important;text-align:center!important;padding:10px 9px!important;
  border-left:1px solid rgba(166,125,47,.42)!important;border-top:0!important;
  background:rgba(255,255,255,.24)!important;
}
.news-card:nth-child(3) .editorial-article .article-quote blockquote{font-size:10px!important;line-height:1.18!important;margin:0 0 7px!important}
.news-card:nth-child(3) .editorial-article .article-quote blockquote::before{display:block!important;margin:0 0 6px!important;font-size:22px!important;line-height:.4!important}
.news-card:nth-child(3) .editorial-article .article-quote cite{display:block!important;text-align:center!important}

@media(max-width:1100px){
  .news-card:nth-child(1) .editorial-article .article-columns{font-size:6.05px!important;column-gap:10px!important}
  .news-card:nth-child(2) .editorial-article .article-columns,
  .news-card:nth-child(3) .editorial-article .article-columns{font-size:5.9px!important}
}
@media(max-width:700px){
  .news-card:nth-child(1) .editorial-article{grid-template-rows:17px 28% auto auto auto minmax(0,1fr) auto 11px!important}
  .news-card:nth-child(2) .editorial-article{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important}
  .news-card:nth-child(3) .editorial-article{grid-template-rows:17px 33% auto auto minmax(0,1fr) 11px!important}
}

/* AJUSTE FINAL NOTICIA 3 — composición editorial sin solapamientos */
.news-card:nth-child(3) .editorial-article{
  grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr)!important;
  grid-template-rows:18px 34% auto auto auto minmax(0,1fr) 12px!important;
  grid-template-areas:
    "head head"
    "hero hero"
    "kicker quote"
    "title quote"
    "meta quote"
    "body body"
    "return return"!important;
  column-gap:14px!important;
  row-gap:4px!important;
  padding:14px 15px 11px!important;
  overflow:hidden!important;
}
.news-card:nth-child(3) .editorial-article .article-kicker{grid-area:kicker!important;align-self:end!important}
.news-card:nth-child(3) .editorial-article h3{
  grid-area:title!important;
  font-size:clamp(20px,2.25vw,34px)!important;
  line-height:.94!important;
  margin:0!important;
  max-width:100%!important;
}
.news-card:nth-child(3) .editorial-article .article-meta{
  grid-area:meta!important;
  align-self:start!important;
  margin:2px 0 0!important;
  padding:0!important;
}
.news-card:nth-child(3) .editorial-article .article-columns{
  grid-area:body!important;
  min-height:0!important;
  columns:2!important;
  column-gap:15px!important;
  column-rule:1px solid rgba(166,125,47,.22)!important;
  font-size:6.15px!important;
  line-height:1.3!important;
  overflow:hidden!important;
  padding-top:5px!important;
  border-top:1px solid rgba(166,125,47,.32)!important;
}
.news-card:nth-child(3) .editorial-article .article-columns p{
  margin:0 0 4px!important;
  break-inside:avoid!important;
}
.news-card:nth-child(3) .editorial-article .article-quote{
  grid-area:quote!important;
  min-height:0!important;
  align-self:stretch!important;
  justify-content:center!important;
  padding:9px 10px!important;
}
.news-card:nth-child(3) .editorial-article .article-quote blockquote{
  font-size:9.2px!important;
  line-height:1.15!important;
  margin:0 0 6px!important;
}
.news-card:nth-child(3) .editorial-article .article-quote cite{
  font-size:4.6px!important;
  line-height:1.25!important;
}
.news-card:nth-child(3) .editorial-article .return-link{
  grid-area:return!important;
  justify-self:end!important;
  align-self:end!important;
}

@media(max-width:700px){
  .news-card:nth-child(3) .editorial-article{
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    grid-template-rows:17px 32% auto auto auto minmax(0,1fr) 11px!important;
    column-gap:11px!important;
  }
  .news-card:nth-child(3) .editorial-article h3{font-size:25px!important;line-height:.92!important}
  .news-card:nth-child(3) .editorial-article .article-columns{
    columns:2!important;
    column-gap:11px!important;
    font-size:5.35px!important;
    line-height:1.24!important;
  }
  .news-card:nth-child(3) .editorial-article .article-quote blockquote{font-size:8.1px!important}
}

/* =========================================================
   NEWS INTERNAL — PREMIUM EDITORIAL SYSTEM / 22 JUL 2026
   Consistent margins, typography and three distinct layouts
   ========================================================= */
.news-card .editorial-article{
  --page-pad-x:18px;
  --page-pad-y:15px;
  padding:var(--page-pad-y) var(--page-pad-x) 12px!important;
  background:#f4f0e7!important;
  overflow:hidden!important;
  color:#171512!important;
}
.news-card .editorial-article header{
  height:18px!important; min-height:18px!important;
  padding:0 0 6px!important; margin:0!important;
  border-bottom:1px solid rgba(139,104,37,.34)!important;
  font-size:5.4px!important; line-height:1!important;
  letter-spacing:.17em!important;
}
.news-card .editorial-article .article-kicker{
  font:700 5.7px/1.15 var(--sans)!important;
  letter-spacing:.17em!important; color:#9d762b!important;
  margin:0!important;
}
.news-card .editorial-article h3{
  font-family:var(--serif)!important;
  font-size:23px!important;
  line-height:.97!important;
  font-weight:400!important;
  letter-spacing:-.027em!important;
  margin:0!important;
  color:#171512!important;
}
.news-card .editorial-article h3::after{
  width:27px!important; height:2px!important; margin-top:7px!important;
  background:#a77d2c!important;
}
.news-card .editorial-article .article-meta{
  border:0!important; background:transparent!important;
  padding:0!important; margin:0!important;
  font:700 5.1px/1.2 var(--sans)!important;
  letter-spacing:.12em!important; color:#75633f!important;
  display:block!important;
}
.news-card .editorial-article .article-columns{
  columns:1!important; column-rule:0!important;
  font:400 6.65px/1.38 var(--sans)!important;
  color:#272522!important; overflow:hidden!important;
  text-align:left!important;
}
.news-card .editorial-article .article-columns p{
  margin:0 0 6px!important; orphans:2; widows:2;
}
.news-card .editorial-article .article-quote{
  margin:0!important; background:transparent!important;
  border:0!important; padding:8px 10px 7px!important;
  border-top:1px solid rgba(164,124,45,.48)!important;
  text-align:center!important;
}
.news-card .editorial-article .article-quote blockquote{
  font:italic 400 9.4px/1.19 var(--serif)!important;
  margin:0 0 5px!important; color:#383228!important;
}
.news-card .editorial-article .article-quote cite{
  font:600 5.5px/1.18 var(--sans)!important;
  margin:0!important; color:#2d2923!important;
}
.news-card .editorial-article .article-quote cite small{
  font-size:4px!important; line-height:1.12!important;
  letter-spacing:.11em!important; margin-top:2px!important;
}
.news-card .editorial-article .return-link{
  justify-self:end!important; align-self:end!important;
  height:auto!important; min-height:0!important;
  font:500 4.9px/1 var(--sans)!important;
  letter-spacing:.17em!important; color:#987029!important;
  padding:0!important; margin:0!important;
}
.news-card .editorial-article .article-hero{
  border:0!important; margin:0!important; overflow:hidden!important;
  box-shadow:none!important; position:relative!important;
}
.news-card .editorial-article .article-hero::after{
  border:1px solid rgba(255,255,255,.3)!important;
  box-shadow:inset 0 0 0 1px rgba(33,24,11,.08)!important;
}

/* 01 — Cover story: broad image, compact two-column copy, anchored quote */
.news-card:nth-child(1) .editorial-article{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  grid-template-rows:18px 28% auto auto minmax(0,1fr) auto 10px!important;
  grid-template-areas:
    "head head"
    "hero hero"
    "kicker kicker"
    "title title"
    "body body"
    "quote quote"
    "return return"!important;
  column-gap:16px!important; row-gap:6px!important;
}
.news-card:nth-child(1) .editorial-article .article-hero{grid-area:hero!important;width:100%!important;height:100%!important}
.news-card:nth-child(1) .editorial-article .article-kicker{grid-area:kicker!important}
.news-card:nth-child(1) .editorial-article h3{grid-area:title!important;font-size:22px!important;max-width:94%!important}
.news-card:nth-child(1) .editorial-article .article-meta{grid-area:title!important;align-self:end!important;justify-self:end!important;margin-bottom:2px!important;text-align:right!important}
.news-card:nth-child(1) .editorial-article .article-columns{
  grid-area:body!important; columns:2!important; column-gap:17px!important;
  column-rule:1px solid rgba(120,105,78,.16)!important;
  padding-top:2px!important; align-self:start!important;
}
.news-card:nth-child(1) .editorial-article .article-quote{grid-area:quote!important;padding:7px 16px 5px!important}
.news-card:nth-child(1) .editorial-article .return-link{grid-area:return!important}
.news-card:nth-child(1) .editorial-article .article-hero img{object-position:center 48%!important}

/* 02 — Feature interview: cinematic vertical plate + disciplined reading column */
.news-card:nth-child(2) .editorial-article{
  display:grid!important;
  grid-template-columns:42% minmax(0,1fr)!important;
  grid-template-rows:18px auto auto auto minmax(0,1fr) auto 10px!important;
  grid-template-areas:
    "head head"
    "hero kicker"
    "hero title"
    "hero meta"
    "hero body"
    "hero quote"
    "return return"!important;
  column-gap:15px!important; row-gap:6px!important;
}
.news-card:nth-child(2) .editorial-article .article-hero{grid-area:hero!important;width:100%!important;height:100%!important;min-height:0!important}
.news-card:nth-child(2) .editorial-article .article-kicker{grid-area:kicker!important;align-self:end!important}
.news-card:nth-child(2) .editorial-article h3{grid-area:title!important;font-size:22px!important}
.news-card:nth-child(2) .editorial-article .article-meta{grid-area:meta!important;padding-bottom:6px!important;border-bottom:1px solid rgba(139,104,37,.27)!important}
.news-card:nth-child(2) .editorial-article .article-columns{grid-area:body!important;align-self:start!important}
.news-card:nth-child(2) .editorial-article .article-quote{grid-area:quote!important;padding:7px 4px 4px!important}
.news-card:nth-child(2) .editorial-article .return-link{grid-area:return!important}
.news-card:nth-child(2) .editorial-article .article-hero img{object-position:center 50%!important}

/* 03 — Destination dossier: panoramic image, headline/quote dialogue, inset copy */
.news-card:nth-child(3) .editorial-article{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;
  grid-template-rows:18px 31% auto auto minmax(0,1fr) 10px!important;
  grid-template-areas:
    "head head"
    "hero hero"
    "kicker kicker"
    "title quote"
    "body body"
    "meta return"!important;
  column-gap:17px!important; row-gap:6px!important;
  padding-left:20px!important; padding-right:20px!important;
}
.news-card:nth-child(3) .editorial-article .article-hero{grid-area:hero!important;width:100%!important;height:100%!important}
.news-card:nth-child(3) .editorial-article .article-kicker{grid-area:kicker!important}
.news-card:nth-child(3) .editorial-article h3{grid-area:title!important;font-size:24px!important;padding-right:3px!important}
.news-card:nth-child(3) .editorial-article .article-quote{
  grid-area:quote!important; align-self:stretch!important;
  display:flex!important; flex-direction:column!important; justify-content:center!important;
  border-top:0!important; border-left:1px solid rgba(164,124,45,.45)!important;
  padding:7px 6px 7px 14px!important;
}
.news-card:nth-child(3) .editorial-article .article-columns{
  grid-area:body!important; columns:2!important; column-gap:18px!important;
  column-rule:1px solid rgba(120,105,78,.17)!important;
  padding:2px 4px 0!important;
}
.news-card:nth-child(3) .editorial-article .article-meta{grid-area:meta!important;align-self:end!important;padding-left:4px!important}
.news-card:nth-child(3) .editorial-article .return-link{grid-area:return!important}
.news-card:nth-child(3) .editorial-article .article-hero img{object-position:center 52%!important}

@media(max-width:700px){
  .news-card .editorial-article{--page-pad-x:13px;--page-pad-y:12px}
  .news-card .editorial-article h3{font-size:17px!important}
  .news-card .editorial-article .article-columns{font-size:5.85px!important;line-height:1.27!important}
  .news-card .editorial-article .article-quote blockquote{font-size:7.8px!important}
  .news-card:nth-child(1) .editorial-article h3,
  .news-card:nth-child(2) .editorial-article h3{font-size:16.5px!important}
  .news-card:nth-child(3) .editorial-article{padding-left:14px!important;padding-right:14px!important;column-gap:10px!important}
  .news-card:nth-child(3) .editorial-article h3{font-size:17.5px!important}
}

/* Premium refinements */
.article-award .article-columns{
 font-size:10px!important;
 line-height:1.58!important;
 column-gap:26px!important;
 padding:0 10px!important;
}
.article-award .article-quote{
 margin:8px auto 0!important;
 max-width:76%!important;
}
.article-award .article-quote blockquote{font-size:16px!important;line-height:1.4!important}
.article-award .return-link{margin-top:18px!important}
.article-mipcom{padding:34px!important}
.article-africa{padding:34px!important}
.article-africa .article-columns{
 padding:0 12px!important;
 column-gap:28px!important;
}
.article-africa .article-quote{margin-left:24px!important;margin-right:24px!important}

/* ===== AJUSTE DEFINITIVO NOTICIA 1 · cuerpo tipográfico visible ===== */
.news-card:nth-child(1) .editorial-article{
  grid-template-rows:18px 26% auto auto auto minmax(0,1fr) auto 12px!important;
  row-gap:5px!important;
  padding:14px 15px 11px!important;
}
.news-card:nth-child(1) .editorial-article .article-columns{
  columns:2!important;
  column-gap:16px!important;
  column-rule:1px solid rgba(166,125,47,.24)!important;
  font-size:7.35px!important;
  line-height:1.38!important;
  letter-spacing:.002em!important;
  overflow:visible!important;
  padding-top:4px!important;
}
.news-card:nth-child(1) .editorial-article .article-columns p{
  margin:0 0 7px!important;
  break-inside:avoid!important;
}
.news-card:nth-child(1) .editorial-article .article-quote{
  margin-top:2px!important;
  padding:8px 12px 7px!important;
  max-width:90%!important;
  width:90%!important;
}
.news-card:nth-child(1) .editorial-article .article-quote blockquote{
  font-size:9.6px!important;
  line-height:1.2!important;
}
@media(max-width:1100px){
  .news-card:nth-child(1) .editorial-article .article-columns{
    font-size:7px!important;
    line-height:1.34!important;
    column-gap:14px!important;
  }
}
@media(max-width:700px){
  .news-card:nth-child(1) .editorial-article .article-columns{
    font-size:6.65px!important;
    line-height:1.31!important;
    column-gap:12px!important;
  }
}

/* =========================================================
   NOTICIA 01 — MAQUETACIÓN EDITORIAL APROBADA 22 JUL 2026
   Basada únicamente en la retícula de referencia.
   ========================================================= */
.news-card:nth-child(1) .editorial-article.article-award{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  grid-template-rows:18px minmax(0,36%) auto auto auto minmax(0,1fr) auto 10px!important;
  grid-template-areas:
    "head head"
    "hero hero"
    "kicker kicker"
    "title title"
    "meta meta"
    "body body"
    "quote quote"
    "return return"!important;
  column-gap:18px!important;
  row-gap:6px!important;
  padding:15px 18px 12px!important;
  overflow:hidden!important;
}
.news-card:nth-child(1) .editorial-article.article-award header{grid-area:head!important}
.news-card:nth-child(1) .editorial-article.article-award .article-hero{
  grid-area:hero!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 48%!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-kicker{
  grid-area:kicker!important;
  align-self:end!important;
  margin-top:1px!important;
}
.news-card:nth-child(1) .editorial-article.article-award h3{
  grid-area:title!important;
  max-width:100%!important;
  font-size:23px!important;
  line-height:.98!important;
  margin:0!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-meta{
  grid-area:meta!important;
  align-self:start!important;
  justify-self:start!important;
  text-align:left!important;
  margin:0!important;
  padding:0!important;
  font-size:5.1px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  grid-area:body!important;
  columns:2!important;
  column-gap:18px!important;
  column-rule:1px solid rgba(120,105,78,.18)!important;
  padding:2px 0 0!important;
  align-self:start!important;
  font-size:6.65px!important;
  line-height:1.38!important;
  overflow:visible!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin:0 0 6px!important;
  break-inside:avoid!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote{
  grid-area:quote!important;
  width:88%!important;
  max-width:none!important;
  justify-self:center!important;
  align-self:end!important;
  margin:0!important;
  padding:8px 18px 6px!important;
  border-top:1px solid rgba(164,124,45,.55)!important;
  border-bottom:0!important;
  background:transparent!important;
  text-align:center!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  padding:0!important;
  margin:0 auto 5px!important;
  font-size:9.4px!important;
  line-height:1.18!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote::before{
  position:static!important;
  display:block!important;
  margin:0 0 4px!important;
  font-size:22px!important;
  line-height:.45!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
  display:block!important;
  margin:0!important;
  text-align:center!important;
}
.news-card:nth-child(1) .editorial-article.article-award .return-link{
  grid-area:return!important;
  justify-self:end!important;
  align-self:end!important;
}

@media(max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:17px 35% auto auto auto minmax(0,1fr) auto 10px!important;
    padding:12px 13px 10px!important;
    column-gap:10px!important;
    row-gap:4px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{font-size:18px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    columns:2!important;
    column-gap:10px!important;
    font-size:5.95px!important;
    line-height:1.25!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote{width:92%!important;padding:5px 8px 4px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{font-size:7.8px!important}
}

/* Colecciones: mostrar las portadas completas sin recorte */
.poster-row .video-poster.editorial-poster{
  aspect-ratio:4/5!important;
  background:#070707!important;
}
.poster-row .video-poster.editorial-poster img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
.poster-row .video-poster.editorial-poster:hover img{
  transform:none!important;
}
.poster-row .video-poster.editorial-poster::after{
  display:none!important;
  content:none!important;
}
.poster-row .video-poster.editorial-poster > i{
  z-index:3;
  background:rgba(0,0,0,.38);
  backdrop-filter:blur(4px);
}
@media(max-width:700px){
  .poster-row .video-poster.editorial-poster,
  .poster-row .video-poster.editorial-poster:last-child{
    aspect-ratio:4/5!important;
  }
}

/* =========================================================
   NOTICIA 01 — TEXTO ARRIBA / FOTOGRAFÍA ABAJO
   Último ajuste solicitado: conserva la retícula editorial,
   iguala el cuerpo al tamaño de las demás noticias.
   ========================================================= */
.news-card:nth-child(1) .editorial-article.article-award{
  grid-template-rows:18px auto auto auto minmax(0,1fr) auto minmax(0,34%) 10px!important;
  grid-template-areas:
    "head head"
    "kicker kicker"
    "title title"
    "meta meta"
    "body body"
    "quote quote"
    "hero hero"
    "return return"!important;
  row-gap:7px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  font-size:9px!important;
  line-height:1.55!important;
  column-gap:22px!important;
  padding-top:2px!important;
  align-self:start!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin-bottom:9px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote{
  align-self:center!important;
  padding:7px 18px 5px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-hero{
  align-self:stretch!important;
  min-height:0!important;
  margin-top:1px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-hero img{
  object-position:center center!important;
}
.news-card:nth-child(1) .editorial-article.article-award .return-link{
  position:relative!important;
  z-index:2!important;
}

@media(max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:17px auto auto auto minmax(0,1fr) auto minmax(0,32%) 10px!important;
    row-gap:4px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:7px!important;
    line-height:1.34!important;
    column-gap:12px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:5px!important;
  }
}


/* Ajuste solicitado: mayor legibilidad de la ubicación en las carátulas de noticias */
.news-cover .cover-location{font-size:8px!important;line-height:1.35!important;}
@media(max-width:700px){.news-cover .cover-location{font-size:8.5px!important;}}

/* =========================================================
   ENTREGA FINAL — LEGIBILIDAD DE UBICACIONES Y RESPONSIVE
   Mantiene intactas la tipografía y las noticias internas.
   ========================================================= */
.news-cover .cover-location{
  font-size:10px!important;
  line-height:1.4!important;
  letter-spacing:.12em!important;
  max-width:72%!important;
  white-space:normal!important;
  overflow-wrap:break-word;
}

/* Protección general contra desbordes al variar el viewport */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,video,svg,canvas{max-width:100%}
.about-grid>*,.section-heading>*,.news-grid>*,.story-intro>*,.team-heading>*,
.locations>*,.contact>*,.poster-row>*,.news-card,.news-cover,.cover-copy{
  min-width:0;
}
h1,h2,h3,p,blockquote,cite,.cover-copy,.cover-location{
  overflow-wrap:break-word;
}

@media(max-width:1100px){
  .news-cover .cover-location{font-size:10.5px!important;max-width:74%!important}
}

@media(max-width:700px){
  .news-cover .cover-location{
    font-size:12px!important;
    line-height:1.35!important;
    letter-spacing:.1em!important;
    max-width:76%!important;
  }
  .news-grid,.poster-row,.about-grid,.section-heading,.locations{min-width:0}
  .cover-copy{max-width:calc(100% - 36px)}
}

@media(max-width:380px){
  .news-cover .cover-location{font-size:11px!important;max-width:78%!important}
  .about-statement,.news,.locations{padding-left:16px;padding-right:16px}
}

/* === NEWS 001 / BEST SELLER — responsive safety pass ===
   Gives the longest article extra breathing room so body, quote and meta
   never collide at intermediate viewport sizes. Other news cards are unchanged. */
.news-card:nth-child(1) .editorial-article{
  grid-template-columns:minmax(0,1.10fr) minmax(0,.90fr)!important;
  column-gap:14px!important;
  row-gap:5px!important;
}
.news-card:nth-child(1) .editorial-article h3{
  font-size:clamp(16.5px,1.42vw,22px)!important;
  line-height:1!important;
  letter-spacing:-.022em!important;
}
.news-card:nth-child(1) .editorial-article .article-columns{
  font-size:6.35px!important;
  line-height:1.28!important;
}
.news-card:nth-child(1) .editorial-article .article-columns p{
  margin-bottom:5px!important;
}
.news-card:nth-child(1) .editorial-article .article-quote{
  padding:6px 7px 5px!important;
}
.news-card:nth-child(1) .editorial-article .article-quote blockquote{
  font-size:8.75px!important;
  line-height:1.14!important;
  margin-bottom:4px!important;
}
.news-card:nth-child(1) .editorial-article .article-meta{
  font-size:4.95px!important;
  line-height:1.35!important;
  padding:6px 7px!important;
}

@media (max-width:1100px){
  .news-card:nth-child(1) .editorial-article{
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    column-gap:10px!important;
    row-gap:4px!important;
  }
  .news-card:nth-child(1) .editorial-article h3{
    font-size:16.5px!important;
    line-height:.99!important;
  }
  .news-card:nth-child(1) .editorial-article .article-columns{
    font-size:5.95px!important;
    line-height:1.23!important;
  }
  .news-card:nth-child(1) .editorial-article .article-quote blockquote{
    font-size:8px!important;
    line-height:1.11!important;
  }
}

@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article{
    padding:11px 12px 9px!important;
    grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr)!important;
    column-gap:8px!important;
    row-gap:3px!important;
  }
  .news-card:nth-child(1) .editorial-article h3{
    font-size:14.8px!important;
    line-height:.98!important;
  }
  .news-card:nth-child(1) .editorial-article h3::after{
    margin-top:5px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-columns{
    font-size:5.45px!important;
    line-height:1.19!important;
  }
  .news-card:nth-child(1) .editorial-article .article-columns p{
    margin-bottom:3px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-quote{
    padding:4px 5px 3px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-quote blockquote{
    font-size:7.1px!important;
    line-height:1.08!important;
    margin-bottom:3px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-quote cite{
    font-size:5.2px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-meta{
    font-size:4.15px!important;
    line-height:1.25!important;
    padding:4px 5px!important;
  }
}

@media (max-width:420px){
  .news-card:nth-child(1) .editorial-article{
    padding:10px 10px 8px!important;
    grid-template-columns:minmax(0,1.17fr) minmax(0,.83fr)!important;
    column-gap:7px!important;
  }
  .news-card:nth-child(1) .editorial-article h3{
    font-size:13.4px!important;
  }
  .news-card:nth-child(1) .editorial-article .article-columns{
    font-size:5.05px!important;
    line-height:1.16!important;
  }
  .news-card:nth-child(1) .editorial-article .article-quote blockquote{
    font-size:6.6px!important;
  }
}


/* =========================================================
   NOTICIA 01 · BEST SELLER — SAFE RESPONSIVE OVERRIDE
   Evita solapamientos en desktop, tablet, móvil y alturas bajas.
   ========================================================= */
.news-card:nth-child(1) .editorial-article.article-award{
  grid-template-rows:17px 25% auto auto auto minmax(0,1fr) auto 10px!important;
  grid-template-areas:
    "head head"
    "hero hero"
    "kicker kicker"
    "title title"
    "meta meta"
    "body body"
    "quote quote"
    "return return"!important;
  row-gap:4px!important;
  padding:13px 17px 10px!important;
  overflow:hidden!important;
}
.news-card:nth-child(1) .editorial-article.article-award h3{
  font-size:21px!important;
  line-height:.94!important;
  margin:0!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-meta{
  grid-area:meta!important;
  margin:0!important;
  padding:0!important;
  line-height:1.05!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  grid-area:body!important;
  columns:2!important;
  column-gap:16px!important;
  padding:1px 0 0!important;
  font-size:6.15px!important;
  line-height:1.18!important;
  align-self:start!important;
  min-height:0!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin:0 0 3px!important;
  break-inside:avoid!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote{
  grid-area:quote!important;
  position:relative!important;
  margin:0 auto!important;
  max-width:82%!important;
  padding:5px 14px 4px!important;
  align-self:end!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  margin:0 0 3px!important;
  font-size:7.7px!important;
  line-height:1.08!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
  font-size:5.2px!important;
  line-height:1.08!important;
}
.news-card:nth-child(1) .editorial-article.article-award .return-link{
  grid-area:return!important;
  align-self:end!important;
  margin:0!important;
}

/* Tablet / ventanas medianas */
@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:16px 23% auto auto auto minmax(0,1fr) auto 9px!important;
    padding:11px 14px 9px!important;
    row-gap:3px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:18px!important;
    line-height:.94!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.75px!important;
    line-height:1.16!important;
    column-gap:12px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:2.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote{
    padding:4px 10px 3px!important;
    max-width:88%!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:7px!important;
    line-height:1.06!important;
  }
}

/* Móvil */
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px 21% auto auto auto minmax(0,1fr) auto 8px!important;
    padding:9px 11px 7px!important;
    row-gap:2.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:15.2px!important;
    line-height:.93!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-kicker{
    font-size:4.6px!important;
    line-height:1!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-meta{
    font-size:4.5px!important;
    line-height:1!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    columns:2!important;
    font-size:5.15px!important;
    line-height:1.13!important;
    column-gap:10px!important;
    padding-top:0!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:2px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote{
    max-width:94%!important;
    padding:3px 8px 2px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:6.25px!important;
    line-height:1.04!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
    font-size:4.5px!important;
    line-height:1!important;
  }
}

/* Pantallas muy estrechas */
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:14px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:4.85px!important;
    line-height:1.1!important;
    column-gap:8px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:5.8px!important;
  }
}

/* Pantallas/ventanas con poca altura */
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px 21% auto auto auto minmax(0,1fr) auto 8px!important;
    row-gap:2px!important;
    padding-top:9px!important;
    padding-bottom:7px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:17px!important;
    line-height:.92!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.35px!important;
    line-height:1.1!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:2px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote{
    padding-top:3px!important;
    padding-bottom:2px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:6.4px!important;
    line-height:1.03!important;
  }
}

/* Mantiene el botón del teaser fuera de la zona interactiva transparente del logo. */
.teaser-content .play-teaser{
  position:relative;
  z-index:5;
  isolation:isolate;
  pointer-events:auto;
}

.teaser-content .teaser-logo~.play-teaser{
  margin-left:clamp(26px,2.4vw,38px);
}

@media(max-width:700px){
  .teaser-content .teaser-logo~.play-teaser{
    margin-left:6vw;
  }
}

/* Animación alfa compatible con Safari: WebP animado + audio sincronizado. */
.teaser-logo .teaser-logo-static{
  z-index:1;
  opacity:1;
}

.teaser-logo .teaser-logo-animation{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:2;
  opacity:0;
  pointer-events:none;
}

.teaser-logo.is-playing .teaser-logo-static{
  opacity:0;
}

.teaser-logo.is-playing .teaser-logo-animation{
  opacity:1;
}

.teaser-logo .teaser-logo-audio{
  display:none;
}


/* =========================================================
   NOTICIA 01 · BEST SELLER — IMAGEN ABAJO
   Mantiene la solución responsive y ubica la imagen al final.
   ========================================================= */
.news-card:nth-child(1) .editorial-article.article-award{
  grid-template-rows:17px auto auto auto minmax(0,1fr) auto 25% 10px!important;
  grid-template-areas:
    "head head"
    "kicker kicker"
    "title title"
    "meta meta"
    "body body"
    "quote quote"
    "hero hero"
    "return return"!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-hero{
  grid-area:hero!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  align-self:stretch!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Tablet */
@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:16px auto auto auto minmax(0,1fr) auto 24% 9px!important;
  }
}

/* Móvil */
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px auto auto auto minmax(0,1fr) auto 23% 8px!important;
  }
}

/* Pantallas muy estrechas */
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:14px auto auto auto minmax(0,1fr) auto 22% 8px!important;
  }
}

/* Pantallas con poca altura */
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px auto auto auto minmax(0,1fr) auto 21% 8px!important;
  }
}


/* =========================================================
   NOTICIA 01 · AJUSTE FINAL DE DENSIDAD
   Más presencia tipográfica, menos vacío, conserva imagen abajo.
   ========================================================= */
.news-card:nth-child(1) .editorial-article.article-award{
  grid-template-rows:17px auto auto auto minmax(0,1fr) auto 27% 10px!important;
  row-gap:5px!important;
  padding:14px 18px 11px!important;
}
.news-card:nth-child(1) .editorial-article.article-award h3{
  font-size:22px!important;
  line-height:1!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  font-size:6.65px!important;
  line-height:1.27!important;
  column-gap:17px!important;
  padding-top:2px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin-bottom:4px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote{
  max-width:86%!important;
  padding:6px 14px 5px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  font-size:8px!important;
  line-height:1.12!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
  font-size:5.35px!important;
  line-height:1.1!important;
}

@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:16px auto auto auto minmax(0,1fr) auto 25% 9px!important;
    row-gap:4px!important;
    padding:12px 15px 9px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:19px!important;
    line-height:.98!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.05px!important;
    line-height:1.22!important;
    column-gap:13px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:3px!important;
  }
}

@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px auto auto auto minmax(0,1fr) auto 23% 8px!important;
    row-gap:3px!important;
    padding:10px 12px 8px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:16px!important;
    line-height:.97!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.45px!important;
    line-height:1.18!important;
    column-gap:10px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns p{
    margin-bottom:2.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote{
    max-width:94%!important;
    padding:4px 8px 3px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:6.55px!important;
    line-height:1.08!important;
  }
}

@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:14.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.05px!important;
    line-height:1.14!important;
  }
}

@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award{
    grid-template-rows:15px auto auto auto minmax(0,1fr) auto 22% 8px!important;
    row-gap:3px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:18px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.65px!important;
    line-height:1.16!important;
  }
}


/* NOTICIA 01 · TEXTO UN POCO MÁS GRANDE */
.news-card:nth-child(1) .editorial-article.article-award h3{
  font-size:22.8px!important;
  line-height:1!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  font-size:7.05px!important;
  line-height:1.25!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin-bottom:3.5px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  font-size:8.25px!important;
  line-height:1.1!important;
}

@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award h3{font-size:19.6px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.35px!important;
    line-height:1.2!important;
  }
}
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award h3{font-size:16.5px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.7px!important;
    line-height:1.16!important;
  }
}
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award h3{font-size:14.9px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.2px!important;
    line-height:1.12!important;
  }
}
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award h3{font-size:18.5px!important}
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.9px!important;
    line-height:1.14!important;
  }
}


/* NOTICIA 01 · INTERLINEADO FINAL */
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  line-height:1.34!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  line-height:1.18!important;
}

@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    line-height:1.29!important;
  }
}
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    line-height:1.24!important;
  }
}
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    line-height:1.20!important;
  }
}
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    line-height:1.22!important;
  }
}


/* NOTICIA 01 · TEXTO + INTERLINEADO MÁS GRANDES */
.news-card:nth-child(1) .editorial-article.article-award{
  row-gap:4px!important;
}
.news-card:nth-child(1) .editorial-article.article-award h3{
  font-size:24px!important;
  line-height:1.03!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  font-size:7.55px!important;
  line-height:1.43!important;
  column-gap:17px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin-bottom:3px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  font-size:8.7px!important;
  line-height:1.22!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
  font-size:5.6px!important;
  line-height:1.12!important;
}

@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:20.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.7px!important;
    line-height:1.36!important;
  }
}
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:17.2px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.95px!important;
    line-height:1.30!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:6.9px!important;
    line-height:1.16!important;
  }
}
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:15.4px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.4px!important;
    line-height:1.25!important;
  }
}
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:19px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.1px!important;
    line-height:1.27!important;
  }
}


/* NOTICIA 01 · TEXTO E INTERLINEADO XL */
.news-card:nth-child(1) .editorial-article.article-award{
  row-gap:3px!important;
}
.news-card:nth-child(1) .editorial-article.article-award h3{
  font-size:25.2px!important;
  line-height:1.05!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns{
  font-size:8.15px!important;
  line-height:1.52!important;
  column-gap:17px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-columns p{
  margin-bottom:2.5px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote{
  padding-top:4px!important;
  padding-bottom:3px!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
  font-size:9.1px!important;
  line-height:1.27!important;
}
.news-card:nth-child(1) .editorial-article.article-award .article-quote cite{
  font-size:5.8px!important;
  line-height:1.15!important;
}

/* Tablet */
@media (max-width:900px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:21.4px!important;
    line-height:1.03!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:7.15px!important;
    line-height:1.43!important;
  }
}

/* Móvil */
@media (max-width:700px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:17.8px!important;
    line-height:1.02!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.25px!important;
    line-height:1.36!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-quote blockquote{
    font-size:7.2px!important;
    line-height:1.20!important;
  }
}

/* Móvil estrecho */
@media (max-width:430px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:15.8px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:5.65px!important;
    line-height:1.30!important;
  }
}

/* Ventanas con poca altura: aumento más conservador para evitar montajes */
@media (max-height:720px) and (min-width:701px){
  .news-card:nth-child(1) .editorial-article.article-award h3{
    font-size:19.5px!important;
  }
  .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    font-size:6.35px!important;
    line-height:1.31!important;
  }
}

.hero-sound-toggle{position:absolute;right:clamp(18px,3vw,42px);bottom:clamp(18px,3vw,38px);z-index:4;display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(5,5,5,.38);color:#fff;font:600 10px/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease}
.hero-sound-toggle:hover,.hero-sound-toggle:focus-visible{background:rgba(5,5,5,.62);border-color:rgba(255,255,255,.58);outline:none}
.hero-sound-icon{width:8px;height:8px;border-radius:50%;background:currentColor;font-size:0;opacity:.58}
.hero-sound-toggle.is-on .hero-sound-icon{opacity:1;box-shadow:0 0 0 3px rgba(255,255,255,.16)}
@media(max-width:700px){.hero-sound-toggle{right:16px;bottom:18px;padding:9px 11px}.hero-sound-label{font-size:9px}}

/* Ajuste de posición: control de sonido separado del CTA Explore */
.hero-sound-toggle{bottom:clamp(92px,11vh,132px)}
@media(max-width:700px){.hero-sound-toggle{bottom:92px}}


/* Hero playback mode — cover first, clean film on Play */
.hero-play{position:absolute;z-index:4;right:4vw;bottom:38px;display:flex;align-items:center;gap:15px;padding:0;background:transparent;border:0;color:#fff;text-transform:uppercase;letter-spacing:.16em;font:600 9px/1 var(--sans);cursor:pointer}
.hero-play i{width:52px;height:52px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;padding-left:2px;color:#fff;font-style:normal;font-size:12px;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.hero-play:hover i,.hero-play:focus-visible i{background:rgba(255,255,255,.12);border-color:#fff;transform:scale(1.04)}
.hero-play:focus-visible{outline:none}
.hero-copy,.hero-shade,.hero-play{transition:opacity .45s ease,visibility .45s ease}
.hero.is-playing .hero-copy,.hero.is-playing .hero-shade,.hero.is-playing .hero-play{opacity:0;visibility:hidden;pointer-events:none}
.hero.is-playing .hero-sound-toggle{opacity:1;visibility:visible}

/* News visibility safeguard across browsers/breakpoints */
#noticias.news{display:block!important;visibility:visible!important;opacity:1!important;position:relative;z-index:1}
#noticias .section-heading,#noticias .news-grid{visibility:visible!important;opacity:1!important}

@media(max-width:700px){
  .hero-play{right:18px;bottom:24px;gap:10px}
  .hero-play i{width:48px;height:48px}
  .hero-play span{font-size:9px}
  .hero-sound-toggle{bottom:88px}
}


/* HERO PLAY FINAL FIX */
.hero .hero-play{
  position:absolute!important;
  z-index:12!important;
  right:4vw!important;
  bottom:38px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  background:transparent!important;
  color:#fff!important;
  cursor:pointer!important;
}
.hero .hero-play i{
  width:54px!important;
  height:54px!important;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(0,0,0,.22)!important;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.hero .hero-play span{display:block!important;color:#fff!important}
.hero.is-playing .hero-copy,
.hero.is-playing .hero-shade,
.hero.is-playing .hero-play{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.hero.is-playing .hero-sound-toggle{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
@media(max-width:700px){
  .hero .hero-play{right:18px!important;bottom:24px!important}
  .hero .hero-play i{width:50px!important;height:50px!important}
}


/* HERO CONTROLS — PLAY / SOUND / BACK */
.hero .hero-sound-toggle{
  left:4vw!important;
  right:auto!important;
  bottom:38px!important;
  z-index:12!important;
}
.hero .hero-back{
  position:absolute;
  z-index:60;
  right:4vw;
  top:108px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font:600 9px/1 var(--sans);
  letter-spacing:.16em;
  text-transform:uppercase;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .3s ease,visibility .3s ease;
}
.hero .hero-back span{
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  display:grid;
  place-items:center;
  font:300 27px/1 var(--sans);
  background:rgba(0,0,0,.22);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.hero .hero-back:hover span,.hero .hero-back:focus-visible span{
  background:rgba(255,255,255,.12);
  border-color:#fff;
  transform:scale(1.06);
}
.hero .hero-back:focus-visible{outline:none}
.hero.is-playing .hero-back{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
@media(max-width:700px){
  .hero .hero-sound-toggle{left:16px!important;right:auto!important;bottom:24px!important}
  .hero .hero-play{right:18px!important;bottom:24px!important}
  .hero .hero-back{right:18px;top:88px;bottom:auto}
  .hero .hero-back span{width:46px;height:46px}
  .hero .hero-back b{display:none}
}

/* =========================================================
   CROSS-BROWSER STABILITY — Safari / Firefox / Chromium
   2026-08-11
   ========================================================= */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
img,video{max-width:100%;}
video{display:block;}

/* HERO: stable viewport fallback chain + predictable video rendering */
.hero{
  height:100vh;
  height:100svh;
  height:100dvh;
  min-height:720px;
  background:#000;
  isolation:isolate;
}
.hero > video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:50% 50%;
  background:#000;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

/* News: cross-browser page-turn effect.
   Standard browsers use full 3D. WebKit/iOS keeps the same perspective gesture
   with a flattened stacking context to avoid Safari backface/preserve-3d glitches. */
#noticias .news-grid{
  perspective:1800px!important;
  -webkit-perspective:1800px!important;
}
#noticias .news-card{
  filter:none!important;
  -webkit-filter:none!important;
  box-shadow:0 24px 30px rgba(19,16,12,.16);
  perspective:1600px!important;
  -webkit-perspective:1600px!important;
  isolation:isolate;
}
#noticias .news-spread{
  transform-style:preserve-3d!important;
  -webkit-transform-style:preserve-3d!important;
  perspective:1600px!important;
  -webkit-perspective:1600px!important;
}
#noticias .news-page{
  -webkit-backface-visibility:hidden!important;
  backface-visibility:hidden!important;
}
#noticias .news-cover{
  z-index:3!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform-origin:left center!important;
  -webkit-transform-origin:left center!important;
  transform:rotateY(0deg) translateZ(1px)!important;
  -webkit-transform:rotateY(0deg) translateZ(1px)!important;
  transition:transform .78s cubic-bezier(.2,.75,.2,1),opacity .32s ease .34s,visibility 0s linear 0s!important;
  will-change:transform,opacity;
}
#noticias .news-article{
  z-index:2!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateX(5%) scale(.99) translateZ(0)!important;
  -webkit-transform:translateX(5%) scale(.99) translateZ(0)!important;
  transition:opacity .38s ease .22s,transform .60s cubic-bezier(.2,.75,.2,1) .12s,visibility 0s linear .78s!important;
  will-change:transform,opacity;
}
#noticias .news-card.active .news-cover{
  transform:rotateY(-88deg) translateZ(1px)!important;
  -webkit-transform:rotateY(-88deg) translateZ(1px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  filter:brightness(.78)!important;
  -webkit-filter:brightness(.78)!important;
  transition:transform .78s cubic-bezier(.2,.75,.2,1),opacity .26s ease .38s,visibility 0s linear .78s!important;
}
#noticias .news-card.active .news-article{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(0) scale(1) translateZ(0)!important;
  -webkit-transform:translateX(0) scale(1) translateZ(0)!important;
  transition:opacity .40s ease .20s,transform .58s cubic-bezier(.2,.75,.2,1) .10s,visibility 0s linear 0s!important;
}

/* Safari / iOS WebKit safety layer.
   Keep perspective + page-turn, but flatten the parent 3D context. This avoids
   the disappearing/flickering faces that Safari can produce with nested preserve-3d. */
@supports (-webkit-touch-callout:none){
  #noticias .news-card{
    -webkit-transform:none!important;
    transform:none!important;
  }
  #noticias .news-spread{
    -webkit-transform-style:flat!important;
    transform-style:flat!important;
    -webkit-perspective:1400px!important;
    perspective:1400px!important;
  }
  #noticias .news-page{
    -webkit-backface-visibility:hidden!important;
    backface-visibility:hidden!important;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }
  #noticias .news-cover{
    -webkit-transform-origin:0 50%!important;
    transform-origin:0 50%!important;
    -webkit-transform:perspective(1400px) rotateY(0deg) translateZ(0)!important;
    transform:perspective(1400px) rotateY(0deg) translateZ(0)!important;
    -webkit-transition:-webkit-transform .72s cubic-bezier(.2,.75,.2,1),opacity .28s ease .34s,visibility 0s linear 0s!important;
    transition:transform .72s cubic-bezier(.2,.75,.2,1),opacity .28s ease .34s,visibility 0s linear 0s!important;
  }
  #noticias .news-card.active .news-cover{
    /* 74deg keeps Safari from crossing the unstable 90deg backface boundary. */
    -webkit-transform:perspective(1400px) rotateY(-74deg) translateX(-2%) translateZ(0)!important;
    transform:perspective(1400px) rotateY(-74deg) translateX(-2%) translateZ(0)!important;
    opacity:0!important;
    visibility:hidden!important;
    -webkit-transition:-webkit-transform .72s cubic-bezier(.2,.75,.2,1),opacity .24s ease .36s,visibility 0s linear .72s!important;
    transition:transform .72s cubic-bezier(.2,.75,.2,1),opacity .24s ease .36s,visibility 0s linear .72s!important;
  }
  #noticias .news-article,
  #noticias .news-card.active .news-article{
    -webkit-backface-visibility:hidden!important;
    backface-visibility:hidden!important;
  }
}

/* Final landscape reading scale, placed last so the portrait article rules
   cannot enlarge or overlap editorial text on a short horizontal viewport. */
@media (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  #noticias .news-card.active .news-article,
  #noticias .news-card.active .editorial-article{
    width:100%!important;
    padding:24px!important;
  }
  #noticias .news-card.active .editorial-article h3{
    font-size:clamp(27px,4vw,40px)!important;
    line-height:1!important;
  }
  #noticias .news-card.active .editorial-article .article-columns,
  #noticias .news-card.active .editorial-article .article-columns p{
    font-size:13px!important;
    line-height:1.65!important;
  }
  #noticias .news-card.active .editorial-article .article-quote blockquote{
    font-size:16px!important;
    line-height:1.35!important;
  }
}

/* HERO FOCUS MODE — after two seconds, leave the film unobstructed. */
.hero.is-focus .hero-copy,
.hero.is-focus .hero-shade,
.hero.is-focus .hero-play,
.hero.is-focus .hero-sound-toggle{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body.hero-focus .site-header{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .55s ease,visibility .55s ease;
}
.hero.is-focus{cursor:pointer}
.hero-audio-hint{
  position:absolute;
  z-index:70;
  left:50%;
  bottom:clamp(28px,5vh,54px);
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 18px 12px 13px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  background:rgba(5,5,5,.48);
  color:#fff;
  font:600 9px/1 var(--sans);
  letter-spacing:.15em;
  text-transform:uppercase;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,10px);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:opacity .4s ease,transform .4s ease,background .2s ease,border-color .2s ease;
}
.hero-audio-hint-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(202,165,82,.2);
  color:var(--gold);
  font:400 15px/1 var(--serif);
}
.hero.is-focus .hero-audio-hint{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.hero-audio-hint:hover,.hero-audio-hint:focus-visible{background:rgba(5,5,5,.72);border-color:rgba(202,165,82,.9);outline:none}
@media(max-width:700px){
  .hero-audio-hint{bottom:max(24px,env(safe-area-inset-bottom));padding:10px 15px 10px 10px;font-size:8px;letter-spacing:.12em}
  .hero-audio-hint-icon{width:26px;height:26px}
}
body.hero-focus.hero-audio-blocked .hero .hero-sound-toggle{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.site-header{transition:opacity .55s ease,visibility .55s ease}
@media(prefers-reduced-motion:reduce){
  .hero.is-focus .hero-copy,
  .hero.is-focus .hero-shade,
  .hero.is-focus .hero-play,
  .hero.is-focus .hero-sound-toggle,
  body.hero-focus .site-header{transition:none!important}
}

/* Header responsive: reduce spacing first, then switch to the compact menu
   before navigation and language controls can overlap. */
@media(max-width:1450px) and (min-width:1251px){
  .site-header{grid-template-columns:190px minmax(0,1fr) auto;padding-inline:2.5vw}
  .brand{width:165px}
  .desktop-nav{gap:clamp(18px,1.8vw,28px);font-size:9px;letter-spacing:.13em}
  .header-actions{gap:14px}
}
@media(max-width:1250px){
  .site-header{grid-template-columns:1fr auto}
  .desktop-nav{display:none}
}

/* Phone landscape: preserve the editorial overview instead of falling into
   the narrow portrait layout or the oversized tablet layout. */
@media (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  .site-header{height:68px;padding:0 24px}
  .brand{width:150px}

  .news{padding:78px 24px 70px!important}
  .news .section-heading{margin-bottom:34px!important}
  .news-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  #noticias .news-card,
  #noticias .news-card:last-child{
    width:100%!important;
    min-width:0!important;
    grid-column:auto!important;
    aspect-ratio:3/4.2!important;
  }

  .poster-story{padding:70px 24px 72px!important;overflow:hidden!important}
  .poster-story .story-intro{margin-bottom:34px!important}
  .poster-story .poster-row{
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 0 18px!important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .poster-story .poster-row::-webkit-scrollbar{display:none}
  .poster-story .video-poster,
  .poster-story .video-poster.editorial-poster,
  .poster-story .video-poster:last-child{
    flex:0 0 calc((100% - 24px)/3)!important;
    width:calc((100% - 24px)/3)!important;
    max-width:none!important;
    height:39vw!important;
    min-height:39vw!important;
    max-height:440px!important;
    grid-column:auto!important;
    aspect-ratio:auto!important;
    scroll-snap-align:start;
  }
  .collection-mobile-nav{display:grid!important;margin-top:4px!important}

  .teaser-wrap{padding:42px 24px!important}
  .teaser-wrap .teaser{min-height:520px!important;padding:40px!important;overflow:hidden!important}
  .teaser-content{width:100%!important;max-width:100%!important}
  .teaser-logo{
    width:min(440px,48vw)!important;
    margin:0 0 8px!important;
    transform:none!important;
  }
  .teaser-logo+p{
    width:min(620px,72vw)!important;
    max-width:620px!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.55!important;
  }
  .teaser-content .play-teaser{margin:22px 0 0!important}
  #noticias .news-grid:has(.news-card.active) .news-card:not(.active){display:none!important}
  #noticias .news-card.active{
    grid-column:1/-1!important;
    width:100%!important;
    aspect-ratio:auto!important;
  }
  #noticias .news-card.active .editorial-article h3{font-size:clamp(28px,4.2vw,42px)!important}
  #noticias .news-card.active .editorial-article .article-columns,
  #noticias .news-card.active .editorial-article .article-columns p{font-size:13px!important;line-height:1.65!important}
}

@media (prefers-reduced-motion:reduce){
  #noticias .news-cover,
  #noticias .news-article{
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
  }
}

/* Older browser fallback if aspect-ratio is unavailable */
@supports not (aspect-ratio: 1 / 1){
  #noticias .news-card{height:0;padding-bottom:141.25%;}
}

/* Tablet + mobile: preserve the complete 16:9 HERO frame instead of cropping it. */
@media (max-width:900px){
  .hero{
    min-height:100vh;
    min-height:100svh;
    min-height:100dvh;
    height:100vh;
    height:100svh;
    height:100dvh;
  }
  .hero > video{
    object-fit:contain!important;
    object-position:center center!important;
  }
  .hero-shade{
    background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.15) 70%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 46%);
  }
}

@media (max-width:700px){
  .hero{
    min-height:100vh!important;
    min-height:100svh!important;
    min-height:100dvh!important;
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
  }
  .hero > video{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  #noticias .news-card{
    box-shadow:0 16px 24px rgba(19,16,12,.13);
  }
}

/* Firefox focus consistency */
@supports (-moz-appearance:none){
  button::-moz-focus-inner{border:0;padding:0;}
}

/* === Teaser mobile overflow fix — 2026-08-11 === */
@media (max-width:700px){
  .teaser-wrap .teaser{
    box-sizing:border-box;
    overflow:hidden;
  }
  .teaser-content{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  .teaser-content>p:not(.section-number){
    width:calc(100% - 6vw);
    max-width:none;
    box-sizing:border-box;
    margin-right:0;
    overflow-wrap:break-word;
    word-break:normal;
    hyphens:none;
  }
  .teaser-content .play-teaser{
    max-width:100%;
    box-sizing:border-box;
  }
}

@media (max-width:420px){
  .teaser-content>p:not(.section-number){
    font-size:16px;
    line-height:1.72;
  }
  .teaser-content .play-teaser{
    gap:12px;
  }
  .teaser-content .play-teaser b{
    white-space:normal;
  }
}

/* =========================================================
   MOBILE UX — Collection carousel + Team inline biographies
   Desktop remains unchanged. 2026-08-11
   ========================================================= */
.collection-mobile-nav{display:none}
.mobile-bio{display:none}

@media (max-width:700px){
  /* Collection: one horizontal cinematic rail instead of 2-column grid */
  .poster-story{
    overflow:hidden;
  }
  .poster-story .poster-row{
    display:flex!important;
    grid-template-columns:none!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:-20px!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 20px 24px 0!important;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
  }
  .poster-story .poster-row::-webkit-scrollbar{display:none}
  .poster-story .video-poster,
  .poster-story .video-poster.editorial-poster,
  .poster-story .video-poster:last-child{
    flex:0 0 min(76vw,330px)!important;
    width:min(76vw,330px)!important;
    max-width:none!important;
    grid-column:auto!important;
    justify-self:auto!important;
    aspect-ratio:2/3.2!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .poster-story .video-poster:hover,
  .poster-story .video-poster.editorial-poster:hover{transform:none!important}
  .collection-mobile-nav{
    display:grid;
    grid-template-columns:46px minmax(80px,180px) 46px;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin:8px auto 0;
  }
  .collection-arrow{
    width:46px;height:46px;border-radius:50%;
    border:1px solid rgba(125,96,43,.55);
    background:transparent;color:#8b6b25;
    display:grid;place-items:center;
    font:400 20px/1 var(--serif);
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
  }
  .collection-arrow:active{transform:scale(.96)}
  .collection-arrow:disabled{
    opacity:.28;
    cursor:default;
    pointer-events:none;
  }
  .collection-progress{
    height:1px;background:rgba(125,96,43,.22);
    overflow:hidden;display:block;
  }
  .collection-progress i{
    display:block;width:100%;height:100%;
    background:#8b6b25;transform:scaleX(.18);transform-origin:left center;
    transition:transform .15s linear;
  }

  /* Team: portrait -> its own biography immediately below */
  .team-experience{display:block!important}
  .team-cards{
    display:block!important;
  }
  .team-card{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    aspect-ratio:3/4!important;
    perspective:none!important;
  }
  .team-card + .mobile-bio + .team-card{margin-top:24px!important}
  .team-card .card-inner{
    transform:none!important;
    transform-style:flat!important;
    transition:border-color .3s ease,box-shadow .3s ease!important;
  }
  .team-card.active .card-inner{
    transform:none!important;
    box-shadow:0 0 0 1px rgba(139,107,37,.75);
  }
  .team-card .card-front{
    backface-visibility:visible!important;
    -webkit-backface-visibility:visible!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .team-card .card-back{display:none!important}
  .team-card.active .card-name,
  .team-card.active .card-role{color:#fff}
  .mobile-bio{
    display:block;
    max-height:0;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    padding:0 2px;
    border-bottom:1px solid transparent;
    transition:max-height .55s cubic-bezier(.2,.75,.2,1),opacity .35s ease,padding .45s ease,border-color .35s ease;
  }
  .mobile-bio.open{
    max-height:2400px;
    opacity:1;
    visibility:visible;
    padding:30px 2px 38px;
    border-bottom-color:#c9c2b5;
  }
  .mobile-bio .bio-top{gap:20px}
  .mobile-bio .bio-top p{text-align:right;margin:0}
  .mobile-bio h3{
    font-family:var(--serif);font-weight:400;
    font-size:clamp(39px,11vw,52px);line-height:.94;
    margin:24px 0 12px;
  }
  .mobile-bio h4{
    font-size:9px;text-transform:uppercase;letter-spacing:.13em;
    font-weight:400;color:#7b6230;margin:0;
  }
  .mobile-bio .bio-scroll{
    height:auto!important;max-height:none!important;overflow:visible!important;
    margin-top:24px;padding-right:0!important;
  }
  .mobile-bio .bio-scroll p{
    font-size:14px;line-height:1.82;color:#53504b;margin:0 0 18px;
  }
  .mobile-bio-close{
    margin-top:8px;padding:10px 0;border:0;border-bottom:1px solid #8b6b25;
    background:transparent;color:#7b6230;
    font:600 9px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;
  }
  .team-experience > .bio-panel{display:none!important}
}

@media (max-width:420px){
  .poster-story .video-poster,
  .poster-story .video-poster.editorial-poster,
  .poster-story .video-poster:last-child{
    flex-basis:82vw!important;width:82vw!important;
  }
  .collection-mobile-nav{grid-template-columns:42px minmax(70px,150px) 42px;gap:12px}
  .collection-arrow{width:42px;height:42px}
}

/* =========================================================
   MOBILE FIX 2026-08-11 — TEAM FLIP + NEWS ARTICLE FLOW
   Restores card flip on mobile and lets internal news pages
   grow naturally instead of forcing all editorial content
   inside a fixed aspect-ratio canvas.
   ========================================================= */
@media (max-width:700px), (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  /* TEAM: keep the original flip interaction, then reveal the inline bio */
  .team-card{
    perspective:1300px!important;
    -webkit-perspective:1300px!important;
    overflow:visible!important;
  }
  .team-card .card-inner{
    transform-style:preserve-3d!important;
    -webkit-transform-style:preserve-3d!important;
    transition:transform .72s cubic-bezier(.2,.75,.2,1)!important;
    -webkit-transition:-webkit-transform .72s cubic-bezier(.2,.75,.2,1)!important;
  }
  .team-card.active .card-inner{
    transform:rotateY(180deg)!important;
    -webkit-transform:rotateY(180deg)!important;
    box-shadow:none!important;
  }
  .team-card .card-front,
  .team-card .card-back{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
  }
  .team-card .card-front{
    transform:rotateY(0deg)!important;
    -webkit-transform:rotateY(0deg)!important;
  }
  .team-card .card-back{
    display:flex!important;
    transform:rotateY(180deg)!important;
    -webkit-transform:rotateY(180deg)!important;
  }
  .team-card.active .card-name,
  .team-card.active .card-role{color:inherit}

  /* NEWS: internal article becomes a true responsive document on mobile */
  #noticias .news-card.active{
    aspect-ratio:auto!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .news-spread{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .news-article,
  #noticias .news-card.active .editorial-article{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    grid-template-areas:none!important;
    gap:0!important;
    padding:18px 18px 22px!important;
    background:#f5f1e8!important;
  }
  #noticias .news-card.active .news-article::after,
  #noticias .news-card.active .editorial-article::after{
    display:none!important;
    content:none!important;
  }
  #noticias .news-card.active .editorial-article > *{
    grid-area:auto!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    -webkit-transform:none!important;
    max-width:100%!important;
  }
  #noticias .news-card.active .editorial-article header{
    order:0!important;
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:12px!important;
    width:100%!important;
    padding:0 0 10px!important;
    margin:0 0 16px!important;
    border-bottom:1px solid #cbbf9f!important;
    font-size:7px!important;
    line-height:1.3!important;
  }
  #noticias .news-card.active .editorial-article .article-hero{
    order:1!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    min-height:0!important;
    margin:0 0 18px!important;
    overflow:hidden!important;
  }
  #noticias .news-card.active .editorial-article .article-hero img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
  }
  #noticias .news-card.active .editorial-article .article-kicker{
    order:2!important;
    display:block!important;
    margin:0 0 7px!important;
    font-size:8px!important;
    line-height:1.3!important;
    letter-spacing:.16em!important;
    color:#a77b23!important;
  }
  #noticias .news-card.active .editorial-article h3{
    order:3!important;
    width:100%!important;
    margin:0 0 10px!important;
    padding:0!important;
    font-size:clamp(26px,7.5vw,34px)!important;
    line-height:.98!important;
    letter-spacing:-.025em!important;
    overflow-wrap:anywhere!important;
  }
  #noticias .news-card.active .editorial-article h3::after{display:none!important}
  #noticias .news-card.active .editorial-article .article-meta{
    order:4!important;
    width:100%!important;
    margin:0 0 18px!important;
    padding:0 0 10px!important;
    border-bottom:1px solid rgba(139,104,37,.28)!important;
    font-size:7px!important;
    line-height:1.35!important;
    letter-spacing:.12em!important;
    text-align:left!important;
  }
  #noticias .news-card.active .editorial-article .article-columns{
    order:5!important;
    display:block!important;
    width:100%!important;
    columns:auto!important;
    column-count:auto!important;
    column-gap:0!important;
    font-size:14px!important;
    line-height:1.65!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .editorial-article .article-columns p{
    display:block!important;
    width:100%!important;
    margin:0 0 16px!important;
    padding:0!important;
    font-size:14px!important;
    line-height:1.65!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .editorial-article .article-quote{
    order:6!important;
    display:block!important;
    width:100%!important;
    margin:8px 0 18px!important;
    padding:18px 14px 14px!important;
    border-top:1px solid #cbbf9f!important;
    border-bottom:1px solid #cbbf9f!important;
    text-align:center!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .editorial-article .article-quote blockquote{
    margin:0 0 10px!important;
    padding:0 8px!important;
    font-size:16px!important;
    line-height:1.35!important;
    overflow:visible!important;
  }
  #noticias .news-card.active .editorial-article .article-quote blockquote::before{
    position:static!important;
    display:block!important;
    margin:0 0 4px!important;
    font-size:34px!important;
    line-height:.7!important;
  }
  #noticias .news-card.active .editorial-article .article-quote cite{
    display:block!important;
    margin:0!important;
    font-size:10px!important;
    line-height:1.45!important;
    text-align:center!important;
  }
  #noticias .news-card.active .editorial-article .article-quote cite small{
    font-size:6.5px!important;
    line-height:1.4!important;
  }
  #noticias .news-card.active .editorial-article .return-link{
    order:7!important;
    align-self:flex-end!important;
    margin:0!important;
    padding:9px 0 5px!important;
    color:#8b6b25!important;
    font-size:8px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
}

@media (max-width:420px){
  #noticias .news-card.active .news-article,
  #noticias .news-card.active .editorial-article{padding:15px 15px 20px!important}
  #noticias .news-card.active .editorial-article h3{font-size:25px!important}
  #noticias .news-card.active .editorial-article .article-columns,
  #noticias .news-card.active .editorial-article .article-columns p{font-size:13.5px!important;line-height:1.62!important}
  #noticias .news-card.active .editorial-article .article-quote blockquote{font-size:15px!important}
}

/* =========================================================
   FINAL UNIFIED DESKTOP NEWS + MOBILE HERO PLAYER · 12 AUG 2026
   ========================================================= */

/* NEWS 01 DESKTOP: deterministic editorial flow.
   Keeps the approved font sizes; removes browser-dependent flexible whitespace. */
@media (min-width:901px){
  #noticias .news-card:nth-child(1) .editorial-article.article-award{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto auto auto minmax(150px,1fr) auto!important;
    grid-template-areas:
      "head head"
      "kicker kicker"
      "title title"
      "meta meta"
      "body body"
      "quote quote"
      "hero hero"
      "return return"!important;
    align-content:stretch!important;
    row-gap:7px!important;
    column-gap:18px!important;
    overflow:hidden!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award header{grid-area:head!important}
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-kicker{grid-area:kicker!important}
  #noticias .news-card:nth-child(1) .editorial-article.article-award h3{grid-area:title!important}
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-meta{
    grid-area:meta!important;
    align-self:start!important;
    justify-self:start!important;
    text-align:left!important;
    margin:0!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-columns{
    grid-area:body!important;
    align-self:start!important;
    columns:2!important;
    column-gap:26px!important;
    column-rule:1px solid rgba(166,125,47,.24)!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-quote{
    grid-area:quote!important;
    align-self:start!important;
    width:88%!important;
    max-width:88%!important;
    margin:2px auto 0!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-hero{
    grid-area:hero!important;
    width:100%!important;
    height:100%!important;
    min-height:150px!important;
    align-self:stretch!important;
    margin:0!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award .article-hero img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 50%!important;
  }
  #noticias .news-card:nth-child(1) .editorial-article.article-award .return-link{
    grid-area:return!important;
    margin:0!important;
    align-self:end!important;
    justify-self:end!important;
  }
}

/* HERO MOBILE: cover fills the viewport. The full film opens separately on Play. */
@media (max-width:900px){
  .hero{
    width:100%!important;
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
    min-height:100vh!important;
    min-height:100svh!important;
    min-height:100dvh!important;
    background:#000!important;
  }
  .hero > video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .hero .hero-back{display:none!important}

  .video-modal.hero-video-mode{
    background:#000!important;
    place-items:center!important;
  }
  .video-modal.hero-video-mode .modal-backdrop{
    background:#000!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .video-modal.hero-video-mode .modal-dialog{
    width:100vw!important;
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:#000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .video-modal.hero-video-mode .modal-title{display:none!important}
  .video-modal.hero-video-mode video{
    width:100vw!important;
    height:100vh!important;
    height:100svh!important;
    height:100dvh!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#000!important;
  }
  .video-modal.hero-video-mode .modal-close{
    position:fixed!important;
    z-index:5!important;
    top:max(18px,env(safe-area-inset-top))!important;
    right:max(18px,env(safe-area-inset-right))!important;
    width:48px!important;
    height:48px!important;
    border:1px solid rgba(255,255,255,.62)!important;
    background:rgba(0,0,0,.42)!important;
    color:#fff!important;
    backdrop-filter:blur(8px)!important;
    -webkit-backdrop-filter:blur(8px)!important;
  }
}


/* =========================================================
   SAFARI / WEBKIT NEWS 3D SAFE MODE · 12 AUG 2026
   Keeps the page-turn feeling without nested preserve-3d +
   visibility/backface combinations that can blank the section.
   ========================================================= */
html.safari-news-safe #noticias,
html.safari-news-safe #noticias .news-grid,
html.safari-news-safe #noticias .news-card{
  visibility:visible!important;
  opacity:1!important;
}
html.safari-news-safe #noticias .news-card{
  -webkit-perspective:1400px!important;
  perspective:1400px!important;
  isolation:isolate!important;
  contain:layout style!important;
}
html.safari-news-safe #noticias .news-spread{
  -webkit-transform-style:flat!important;
  transform-style:flat!important;
  -webkit-perspective:none!important;
  perspective:none!important;
  isolation:isolate!important;
  overflow:visible!important;
}
html.safari-news-safe #noticias .news-page{
  display:block!important;
  -webkit-backface-visibility:visible!important;
  backface-visibility:visible!important;
  -webkit-font-smoothing:antialiased;
}
html.safari-news-safe #noticias .news-cover{
  z-index:3!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  -webkit-transform-origin:left center!important;
  transform-origin:left center!important;
  -webkit-transform:perspective(1400px) rotateY(0deg) scaleX(1)!important;
  transform:perspective(1400px) rotateY(0deg) scaleX(1)!important;
  -webkit-transition:-webkit-transform .78s cubic-bezier(.2,.75,.2,1),opacity .32s ease .34s,filter .78s ease!important;
  transition:transform .78s cubic-bezier(.2,.75,.2,1),opacity .32s ease .34s,filter .78s ease!important;
  will-change:transform,opacity!important;
}
html.safari-news-safe #noticias .news-article{
  z-index:2!important;
  display:grid!important;
  opacity:0!important;
  visibility:visible!important;
  pointer-events:none!important;
  -webkit-transform:none!important;
  transform:none!important;
  -webkit-transition:opacity .34s ease .24s!important;
  transition:opacity .34s ease .24s!important;
}
html.safari-news-safe #noticias .news-card.active .news-cover{
  z-index:3!important;
  opacity:0!important;
  visibility:visible!important;
  pointer-events:none!important;
  -webkit-transform:perspective(1400px) rotateY(-78deg) translateX(-2%) scaleX(.96)!important;
  transform:perspective(1400px) rotateY(-78deg) translateX(-2%) scaleX(.96)!important;
  filter:brightness(.72)!important;
}
html.safari-news-safe #noticias .news-card.active .news-article{
  z-index:4!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  -webkit-transform:none!important;
  transform:none!important;
}

/* Safari mobile keeps the responsive document layout introduced earlier. */
@media(max-width:700px), (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  html.safari-news-safe #noticias .news-card.active .news-spread{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  html.safari-news-safe #noticias .news-card.active .news-cover{
    position:absolute!important;
    inset:0!important;
  }
  html.safari-news-safe #noticias .news-card.active .news-article,
  html.safari-news-safe #noticias .news-card.active .editorial-article{
    opacity:1!important;
    visibility:visible!important;
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
}

/* iPhone/WebKit: flex items inside the horizontal collection rail can lose the
   height calculated from aspect-ratio. Keep every cover at its intended 2:3.2 size. */
@supports (-webkit-touch-callout:none){
  @media(max-width:700px){
    .poster-story .poster-row{
      align-items:flex-start!important;
    }
    .poster-story .video-poster,
    .poster-story .video-poster.editorial-poster,
    .poster-story .video-poster:last-child{
      height:min(95vw,418px)!important;
      min-height:min(95vw,418px)!important;
      max-height:min(95vw,418px)!important;
      aspect-ratio:auto!important;
      align-self:flex-start!important;
    }
    .poster-story .video-poster>img,
    .poster-story .video-poster.editorial-poster>img{
      position:absolute!important;
      inset:0!important;
      width:100%!important;
      height:100%!important;
      object-fit:contain!important;
    }
  }
  @media(max-width:420px){
    .poster-story .video-poster,
    .poster-story .video-poster.editorial-poster,
    .poster-story .video-poster:last-child{
      height:min(102.5vw,430px)!important;
      min-height:min(102.5vw,430px)!important;
      max-height:min(102.5vw,430px)!important;
    }
  }
}

@media (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  #noticias .news-card.active .news-article,
  #noticias .news-card.active .editorial-article{width:100%!important;padding:24px!important}
  #noticias .news-card.active .editorial-article h3{font-size:clamp(27px,4vw,40px)!important;line-height:1!important}
  #noticias .news-card.active .editorial-article .article-columns,
  #noticias .news-card.active .editorial-article .article-columns p{font-size:13px!important;line-height:1.65!important}
  #noticias .news-card.active .editorial-article .article-quote blockquote{font-size:16px!important;line-height:1.35!important}
}

/* Landscape news covers: keep the portrait art direction while scaling all
   editorial typography to the width of one of the three cards. */
@media (orientation:landscape) and (max-height:600px) and (max-width:1100px){
  #noticias .news-card{container-type:inline-size}
  #noticias .news-cover .journal-masthead{
    top:5cqw!important;
    left:5cqw!important;
    right:auto!important;
    width:auto!important;
    transform:none!important;
    font-size:3.2cqw!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    text-align:left!important;
  }
  #noticias .news-cover .cover-edition{
    top:12cqw!important;
    left:5cqw!important;
    right:auto!important;
  }
  #noticias .news-cover .cover-edition span{font-size:1.7cqw!important}
  #noticias .news-cover .cover-edition b{font-size:7cqw!important}

  #noticias .award-cover .cover-copy,
  #noticias .mipcom-cover .cover-copy{
    left:5cqw!important;
    right:5cqw!important;
    bottom:14cqw!important;
    padding:0!important;
    display:block!important;
    transform:none!important;
  }
  #noticias .award-cover .cover-copy h3,
  #noticias .mipcom-cover .cover-copy h3{
    font-size:9.2cqw!important;
    line-height:.86!important;
    letter-spacing:-.035em!important;
    max-width:88%!important;
    margin:0!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  #noticias .africa-cover .cover-copy{
    left:50%!important;
    top:49%!important;
    bottom:auto!important;
    width:82%!important;
    transform:translate(-50%,-50%)!important;
  }
  #noticias .africa-cover .cover-copy h3{
    font-size:8.5cqw!important;
    line-height:.9!important;
    letter-spacing:-.03em!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  #noticias .news-cover .cover-location{
    left:5cqw!important;
    bottom:4.5cqw!important;
    max-width:62%!important;
    font-size:1.8cqw!important;
    line-height:1.3!important;
  }
  #noticias .africa-cover .cover-location{
    left:50%!important;
    transform:translateX(-50%)!important;
    text-align:center!important;
  }
  #noticias .news-cover .cover-cta{
    right:5cqw!important;
    bottom:4.5cqw!important;
    font-size:1.7cqw!important;
  }

  .poster-story .collection-mobile-nav{
    display:grid!important;
    grid-template-columns:48px minmax(120px,220px) 48px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:18px!important;
    width:max-content!important;
    max-width:100%!important;
    margin:12px auto 0!important;
    padding:0!important;
    background:transparent!important;
  }
  .poster-story .collection-arrow{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    border:1px solid rgba(139,107,37,.65)!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.38)!important;
    color:#7b5d20!important;
    display:grid!important;
    place-items:center!important;
    font:400 22px/1 var(--serif)!important;
    opacity:1;
    cursor:pointer!important;
    box-shadow:0 5px 16px rgba(50,38,15,.08)!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }
  .poster-story .collection-arrow:disabled{
    opacity:.3!important;
    cursor:default!important;
    pointer-events:none!important;
  }
  .poster-story .collection-progress{
    display:block!important;
    width:100%!important;
    height:2px!important;
    background:rgba(139,107,37,.2)!important;
    overflow:hidden!important;
  }
  .poster-story .collection-progress i{
    display:block!important;
    width:100%!important;
    height:100%!important;
    background:#8b6b25!important;
    transform-origin:left center!important;
  }
}

/* Mobile portrait hero: complete 16:9 film centered over a synchronized,
   enlarged and blurred copy that fills the upper and lower space. */
.hero-video-blur{display:none}
@media (orientation:portrait) and (max-width:700px){
  .hero .hero-video-blur{
    display:block!important;
    position:absolute!important;
    inset:-8%!important;
    width:116%!important;
    height:116%!important;
    max-width:none!important;
    object-fit:cover!important;
    filter:blur(24px) brightness(.5) saturate(1.05)!important;
    transform:scale(1.08)!important;
    z-index:0!important;
  }
  .hero .hero-video-main{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    z-index:1!important;
  }
  .hero-shade{z-index:2!important}
  .hero-copy,.hero-play,.hero-sound-toggle,.hero-back{z-index:12!important}
}
.team-mobile-hint{display:none}
@media(max-width:700px){.team-heading.clean-heading .team-mobile-hint{display:block!important;margin:22px 0 0;color:#8b6b25;font-size:10px;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}}

/* Local hero: cover on arrival; cinematic centered playback only after Play. */
@media(orientation:portrait) and (max-width:700px){
  .hero .hero-video-blur{display:none!important}
  .hero .hero-video-main{object-fit:cover!important;background:#000!important;z-index:1!important}
  .hero.is-playing .hero-video-blur{display:block!important;object-fit:cover!important;z-index:0!important}
  .hero.is-playing .hero-video-main{object-fit:contain!important;background:transparent!important;z-index:1!important}
}
