:root{--ink:#12161f;--navy:#0e1626;--gray:#5a6070;--light:#f5f6f8;--line:#e4e6ea;--gold:#c5a04e;--max:1080px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
:focus-visible{outline:3px solid rgba(197,160,78,.6);outline-offset:4px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:64px}
.logo,.footer-brand{display:flex;align-items:center;gap:10px;font-size:.92rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.brand-mark{display:block;width:42px;height:42px;flex:0 0 auto;background:url('../imagenes/Logo Estudio Fondo Claro.png') center -1px/120px auto no-repeat}
.back-link{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray);white-space:nowrap}
.back-link:hover{color:var(--ink)}
.intro{padding:54px 0 58px;color:#fff;background:var(--navy)}
.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
.intro h1{margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.2}
.intro-text{max-width:680px;margin:12px 0 0;color:#d7dbe2;font-size:1.02rem;line-height:1.65;text-align:left;text-wrap:balance;hyphens:none}
.archive{padding-top:76px;padding-bottom:94px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.section-heading h2{margin:0;font-size:2rem;font-weight:400;line-height:1.25}
.section-heading>p{margin:0 0 5px;color:var(--gray);font-size:.86rem;white-space:nowrap}
.featured{display:grid;grid-template-columns:1fr 1fr;min-height:330px;background:var(--navy);color:#fff}
.featured-image{min-height:330px;overflow:hidden}
.featured-image img{height:100%;object-fit:cover}
.featured-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px 44px}
.post-category{display:block;color:var(--gold);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
time{display:block;margin-top:10px;color:#aab1bf;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}
.featured h3{margin:17px 0 12px;font-size:clamp(1.55rem,2.6vw,2rem);font-weight:500;line-height:1.25}
.featured p,.post-card p{text-align:justify;text-justify:inter-word;hyphens:auto}
.featured p{margin:0;color:#d7dbe2;font-size:.94rem;line-height:1.65}
.read-more{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding-bottom:5px;border-bottom:1px solid var(--gold);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
.read-more span{color:var(--gold);font-size:1.2rem;font-weight:400;line-height:1}
.post-link:hover .read-more{border-bottom-color:currentColor}
.post-link:hover .read-more span{transform:translateX(4px)}
.read-more span{transition:transform .2s}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}
.post-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);background:#fff;transition:box-shadow .2s,transform .2s}
.post-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(20,24,31,.08)}
.post-card>img{height:188px;object-fit:cover}
.post-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:26px 26px 24px}
.post-card time{color:var(--gray)}
.post-card h3{margin:15px 0 12px;font-size:1.18rem;line-height:1.35}
.post-card p{margin:0;color:var(--gray);font-size:.88rem;line-height:1.6}
.post-card .read-more{margin-top:auto;padding-top:25px}
footer{padding:42px 0;background:var(--navy);color:#aab1bf;text-align:center;font-size:.82rem;line-height:1.65}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:8px}
.footer-brand{color:#fff;margin-bottom:12px}
.footer-brand .brand-mark{background-image:url('../imagenes/Logo Estudio Fondo Oscuro.png')}
.copyright{color:#d5d9e1}
@media(max-width:850px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-content{padding:30px}}
@media(max-width:620px){.intro{padding:44px 0 48px}.archive{padding-top:55px;padding-bottom:65px}.section-heading{display:block}.section-heading>p{margin-top:8px}.featured{grid-template-columns:1fr}.featured-image{min-height:0}.featured-image img{height:220px}.featured-content{padding:26px}.post-grid{grid-template-columns:1fr}.post-card>img{height:210px}.post-content{padding:24px}.logo{gap:7px;font-size:.72rem;letter-spacing:.075em}.brand-mark{width:36px;height:36px;background-size:103px auto}.back-link{font-size:.72rem}}
@media(max-width:390px){.logo{font-size:.67rem;letter-spacing:.04em}.back-link{font-size:.68rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
