:root{
  --navy:#061a3b;--navy2:#0a2c5e;--blue:#0a67c7;--electric:#1594ff;--gold:#f2be32;
  --paper:#f7f5ef;--ink:#111826;--muted:#657085;--white:#fff;--line:rgba(7,29,65,.16);
  --shadow:0 28px 80px rgba(0,15,42,.28);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--navy)}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#eef2f7;overflow-x:hidden}button,a{font:inherit}button{cursor:pointer}.progress{position:fixed;left:0;right:0;top:0;height:3px;z-index:1000;background:transparent}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold),#fff176);transition:width .15s}
.topbar{position:fixed;top:3px;left:0;right:0;z-index:900;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,60px);color:white;background:linear-gradient(180deg,rgba(3,18,43,.94),rgba(3,18,43,.72));backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.12)}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:grid;line-height:.92;letter-spacing:.12em}.brand strong{font-size:16px}.brand small{font-size:11px;color:var(--gold);font-weight:800;letter-spacing:.28em;margin-top:5px}.topbar nav{display:flex;gap:4px}.nav-link,.icon-btn{border:0;color:white;background:transparent}.nav-link{padding:12px 15px;border-radius:30px;font-size:14px;font-weight:700}.nav-link:hover{background:rgba(255,255,255,.11)}.actions{display:flex;gap:8px}.icon-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:21px}.icon-btn:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)}
.hero{position:relative;min-height:100svh;display:grid;align-items:center;overflow:hidden;background:var(--navy);color:white;padding:120px clamp(24px,6vw,90px) 70px}.hero-media{position:absolute;inset:0;background-size:cover;background-position:center 44%;transform:scale(1.03);animation:slowZoom 18s ease-in-out infinite alternate}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 72% 38%,rgba(10,103,199,.14),transparent 36%),linear-gradient(90deg,rgba(2,15,39,.97) 0%,rgba(3,18,44,.83) 44%,rgba(2,13,31,.35) 72%,rgba(2,13,31,.66) 100%),linear-gradient(0deg,rgba(3,18,43,.9),transparent 48%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,780px) 250px;gap:clamp(40px,8vw,140px);align-items:center;max-width:1450px;width:100%;margin:auto}.eyebrow{display:flex;align-items:center;gap:12px;letter-spacing:.18em;font-size:12px}.eyebrow span{width:44px;height:3px;background:var(--gold)}.eyebrow b{background:var(--gold);color:var(--navy);padding:9px 14px;border-radius:4px}.hero h1{font-family:Impact,"Arial Black",sans-serif;font-size:clamp(56px,8.5vw,132px);line-height:.82;letter-spacing:.02em;margin:34px 0 22px;text-shadow:0 10px 32px rgba(0,0,0,.36)}.hero h1 em{font-style:normal;display:block;color:var(--gold);font-size:.7em;letter-spacing:.13em;margin-top:.22em}.hero-kicker{font-weight:800;font-size:clamp(18px,2vw,28px);margin:0}.hero-location{color:#c7d9f3;font-weight:700;letter-spacing:.12em;margin:8px 0 32px}.headline-box{max-width:720px;padding:20px 0 20px 22px;border-left:5px solid var(--gold)}.headline-box span{font-size:12px;font-weight:900;letter-spacing:.2em;color:var(--gold)}.headline-box h2{font-family:Georgia,serif;font-size:clamp(30px,4vw,56px);line-height:1.02;margin:8px 0 12px}.headline-box p{font-size:clamp(16px,1.5vw,20px);line-height:1.55;color:#dbe7f6;max-width:660px}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:25px}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:0 24px;border-radius:30px;text-decoration:none;font-weight:900}.primary-btn{border:0;background:var(--gold);color:var(--navy);box-shadow:0 10px 30px rgba(242,190,50,.24)}.primary-btn span{font-size:24px}.secondary-btn{border:1px solid rgba(255,255,255,.35);color:white;background:rgba(255,255,255,.05)}.hero-seal{text-align:center;align-self:center}.seal-ring{width:210px;height:210px;margin:auto;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);box-shadow:0 0 0 13px rgba(255,255,255,.05),0 0 0 14px rgba(242,190,50,.4);background:rgba(4,24,54,.48);backdrop-filter:blur(8px)}.seal-ring img{width:145px;height:145px;object-fit:contain}.hero-seal p{font-weight:900;margin:32px 0 5px;line-height:1.4}.hero-seal small{text-transform:uppercase;letter-spacing:.18em;color:var(--gold)}.scroll-cue{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;border:0;background:none;color:#dce8f7;font-size:12px;text-transform:uppercase;letter-spacing:.18em}.scroll-cue span{width:24px;height:38px;border:1px solid rgba(255,255,255,.55);border-radius:20px;position:relative}.scroll-cue span:after{content:"";position:absolute;width:4px;height:8px;border-radius:4px;background:var(--gold);left:9px;top:7px;animation:scrollDot 1.8s infinite}.reveal{animation:rise .85s both}.delay{animation-delay:.2s}
.reader-section{min-height:100vh;padding:90px clamp(18px,5vw,70px) 110px;background:linear-gradient(145deg,#e9eef5,#f8fafc)}.section-heading{max-width:1320px;margin:0 auto 34px;display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.section-heading h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,58px);margin:8px 0 0;color:var(--navy)}.section-heading p{max-width:480px;line-height:1.6;color:var(--muted)}.overline{font-size:12px;font-weight:900;letter-spacing:.22em;color:var(--blue)}.reader-toolbar{max-width:1240px;margin:0 auto 16px;display:flex;justify-content:space-between;align-items:center}.reader-btn{border:0;background:var(--navy);color:white;padding:12px 18px;border-radius:30px;font-weight:800;box-shadow:0 8px 20px rgba(6,26,59,.18)}.reader-btn:disabled{opacity:.35;cursor:not-allowed}.page-status{font-weight:900;color:var(--navy);letter-spacing:.1em}.page-status i{font-style:normal;color:#9aa6b5;margin:0 8px}.book{position:relative;max-width:1240px;height:min(76vh,860px);min-height:650px;margin:auto;perspective:2400px;border-radius:8px;filter:drop-shadow(0 30px 38px rgba(12,30,54,.2))}.book-spine{position:absolute;z-index:30;top:18px;bottom:18px;left:50%;width:2px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3),transparent);box-shadow:0 0 16px rgba(0,0,0,.18);pointer-events:none}.pages{position:relative;width:100%;height:100%}.page-sheet{position:absolute;inset:0;display:none;background:var(--paper) url('assets/papel.webp');border-radius:8px;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden}.page-sheet.active{display:block;animation:pageIn .58s cubic-bezier(.2,.7,.1,1)}.page-sheet.turning-out{display:block;z-index:20;animation:pageOut .55s ease-in forwards;transform-origin:left center}.page-grid{height:100%;display:grid;grid-template-columns:1fr 1fr}.page-visual{position:relative;min-height:0;background:#0a234b;overflow:hidden}.page-visual>img{width:100%;height:100%;object-fit:cover;display:block}.page-visual:after{content:"";position:absolute;inset:0;box-shadow:inset -25px 0 45px rgba(0,0,0,.16);pointer-events:none}.page-ribbon{position:absolute;left:28px;top:28px;z-index:2;background:var(--gold);color:var(--navy);padding:9px 16px;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.page-number{position:absolute;right:24px;bottom:20px;z-index:2;color:white;font-weight:900;text-shadow:0 2px 8px #000}.page-copy{position:relative;min-height:0;padding:clamp(34px,4vw,64px);overflow:auto;border-left:1px solid rgba(6,26,59,.1)}.page-copy:before{content:"";position:absolute;top:0;left:0;right:0;height:9px;background:linear-gradient(90deg,var(--navy),var(--blue),var(--gold))}.section-tag{display:inline-block;color:var(--blue);font-weight:900;font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}.page-copy h3{font-family:Georgia,serif;color:var(--navy);font-size:clamp(34px,3.5vw,54px);line-height:1.04;margin:0 0 18px}.lead{font-size:clamp(17px,1.5vw,21px);line-height:1.48;font-weight:700;color:#364154;margin:0 0 22px}.story p{font-family:Georgia,serif;font-size:17px;line-height:1.72;color:#303947}.meta-chips{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.meta-chips span{font-size:12px;font-weight:800;color:var(--navy2);background:#e5edf7;border:1px solid #d4dfed;padding:8px 10px;border-radius:20px}.quote{margin:28px 0 0;padding:22px 24px;border-left:5px solid var(--gold);background:#edf3fa;font-family:Georgia,serif;font-size:19px;line-height:1.55;color:var(--navy)}.note{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:14px;margin-top:24px}.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.mini-gallery button,.gallery-grid button{border:0;padding:0;background:#d8e0eb;overflow:hidden}.mini-gallery button{height:90px;border-radius:10px}.mini-gallery img,.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.mini-gallery button:hover img,.gallery-grid button:hover img{transform:scale(1.06)}.gallery-page{height:100%;padding:38px;background:var(--paper) url('assets/papel.webp');overflow:auto}.gallery-page h3{font-family:Georgia,serif;color:var(--navy);font-size:clamp(34px,4vw,58px);margin:8px 0}.gallery-page .lead{max-width:750px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(160px,1fr);gap:12px;height:calc(100% - 150px);min-height:430px}.gallery-grid button{border-radius:14px;position:relative}.gallery-grid button:nth-child(1),.gallery-grid button:nth-child(5){grid-row:span 2}.cover-page{height:100%;position:relative;color:white;background:var(--navy);overflow:hidden}.cover-page>img{width:100%;height:100%;object-fit:cover}.cover-page:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,39,.95),rgba(2,15,39,.58) 58%,rgba(2,15,39,.2)),linear-gradient(0deg,rgba(2,15,39,.95),transparent 54%)}.cover-content{position:absolute;z-index:2;inset:0;padding:54px;display:flex;flex-direction:column;justify-content:space-between}.cover-masthead{display:flex;justify-content:space-between;align-items:flex-start}.cover-masthead img{width:90px;height:90px;object-fit:contain}.cover-name{font-family:Impact,"Arial Black",sans-serif;font-size:clamp(52px,7vw,108px);line-height:.82;letter-spacing:.02em}.cover-name em{display:block;color:var(--gold);font-style:normal;font-size:.66em;letter-spacing:.14em;margin-top:15px}.cover-bottom{max-width:820px}.cover-bottom .edition-pill{display:inline-block;background:var(--gold);color:var(--navy);padding:9px 14px;font-weight:900;letter-spacing:.15em;font-size:11px}.cover-bottom h3{font-family:Georgia,serif;font-size:clamp(36px,5vw,72px);line-height:1;margin:18px 0 14px}.cover-bottom p{font-size:clamp(17px,1.6vw,22px);line-height:1.5;color:#dce7f5}.page-dots{max-width:940px;margin:22px auto 0;display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.page-dots button{width:9px;height:9px;border-radius:50%;border:0;padding:0;background:#aab6c5}.page-dots button.active{width:30px;border-radius:6px;background:var(--blue)}
.archive{padding:100px clamp(24px,6vw,90px);background:linear-gradient(130deg,#061a3b,#0b3f79);color:white}.archive-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.archive-copy h2{font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);line-height:1.02;margin:12px 0}.archive-copy p{color:#cedcf0;line-height:1.7;font-size:18px}.overline.light{color:var(--gold)}.archive-cards{display:grid;gap:16px}.archive-card{display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:18px;padding:14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.17);border-radius:18px}.archive-card img{width:140px;height:95px;object-fit:cover;border-radius:12px}.archive-card h3{margin:0 0 6px}.archive-card p{margin:0;color:#ccd9eb;font-size:14px}.archive-card button{width:44px;height:44px;border-radius:50%;border:0;background:var(--gold);color:var(--navy);font-size:22px;font-weight:900}.lightbox{position:fixed;z-index:2000;inset:0;background:rgba(1,9,23,.94);display:grid;place-items:center;padding:70px 24px 34px}.lightbox[hidden]{display:none}.lightbox img{max-width:min(1200px,94vw);max-height:82vh;object-fit:contain;border-radius:8px;box-shadow:0 24px 80px #000}.lightbox button{position:absolute;right:26px;top:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;color:white;font-size:32px}.lightbox p{color:white;margin:12px 0 0}.lightbox{color:white}footer{min-height:150px;padding:34px clamp(22px,5vw,70px);display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;background:#031129;color:white}footer img{width:62px;height:62px;object-fit:contain}footer strong{letter-spacing:.13em}footer p{margin:6px 0;color:#aebdd0}footer>span{color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.12em}
@keyframes slowZoom{to{transform:scale(1.1)}}@keyframes scrollDot{0%{opacity:0;transform:translateY(0)}40%{opacity:1}100%{opacity:0;transform:translateY(14px)}}@keyframes rise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes pageIn{from{opacity:0;transform:rotateY(-5deg) translateX(16px)}to{opacity:1;transform:none}}@keyframes pageOut{0%{opacity:1;transform:rotateY(0)}100%{opacity:0;transform:rotateY(-24deg) translateX(-4%)}}
@media(max-width:900px){.topbar{height:66px;padding:0 15px}.brand img{width:40px;height:40px}.brand strong{font-size:13px}.brand small{font-size:9px}.topbar nav{display:none}.desktop-only{display:none}.hero{padding:105px 20px 72px;min-height:100svh}.hero-grid{display:block}.hero-seal{display:none}.hero h1{font-size:clamp(55px,18vw,90px)}.hero h1 em{font-size:.62em}.headline-box h2{font-size:34px}.scroll-cue{display:none}.reader-section{padding:65px 14px}.section-heading{display:block}.reader-toolbar,.book-spine,.page-dots{display:none}.book{height:auto;min-height:0;filter:none;perspective:none}.pages{height:auto;display:grid;gap:18px}.page-sheet,.page-sheet.active,.page-sheet.turning-out{position:relative;inset:auto;display:block!important;animation:none!important;transform:none!important;border-radius:18px;box-shadow:0 12px 35px rgba(12,30,54,.12);overflow:hidden}.page-grid{display:block;height:auto}.page-visual{height:56vw;min-height:260px;max-height:440px}.page-ribbon{left:16px;top:16px}.page-copy{padding:32px 22px 34px;overflow:visible;border:0}.page-copy h3{font-size:36px}.story p{font-size:17px}.mini-gallery{grid-template-columns:repeat(3,1fr)}.mini-gallery button{height:80px}.cover-page{height:78svh;min-height:600px}.cover-content{padding:30px 22px}.cover-masthead img{width:70px;height:70px}.cover-name{font-size:64px}.cover-bottom h3{font-size:42px}.gallery-page{padding:28px 18px}.gallery-grid{height:auto;grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-grid button:nth-child(1),.gallery-grid button:nth-child(5){grid-row:span 1}.archive{padding:70px 18px}.archive-inner{display:block}.archive-cards{margin-top:34px}.archive-card{grid-template-columns:100px 1fr auto}.archive-card img{width:100px;height:80px}footer{grid-template-columns:auto 1fr}footer>span{grid-column:1/-1}.hero-buttons>*{flex:1 1 220px}.lightbox{padding:70px 12px 20px}}
@media(max-width:560px){.hero h1{font-size:55px}.eyebrow b{font-size:10px}.headline-box{padding-left:15px}.headline-box h2{font-size:30px}.page-copy h3{font-size:31px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.archive-card{grid-template-columns:88px 1fr}.archive-card img{width:88px;height:74px}.archive-card button{display:none}.hero-buttons{display:grid}.secondary-btn{min-height:54px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
.admin-access{display:inline-block;margin-top:10px;color:#91bce7;font-size:10px;letter-spacing:.08em;text-decoration:none;opacity:.75}.admin-access:hover{color:#fff;opacity:1}
