:root{
  --wine:#760014;
  --wine-deep:#4b000d;
  --wine-soft:#9b3145;
  --gray:#92959a;
  --gray-deep:#2f3135;
  --gray-mid:#6d7075;
  --mist:#e9e9ea;
  --paper:#f4f1ed;
  --paper-2:#faf8f5;
  --white:#fff;
  --ink:#17181a;
  --line:rgba(23,24,26,.14);
  --max:1280px;
  --serif:"Libre Caslon Display",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit} button,a{font:inherit}
::selection{background:var(--wine);color:white}
.skip-link{position:fixed;left:1rem;top:-6rem;z-index:300;background:var(--wine);color:white;padding:.8rem 1rem;text-decoration:none}.skip-link:focus{top:1rem}
.site-header{position:sticky;top:0;z-index:100;background:rgba(244,241,237,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{max-width:var(--max);margin:auto;min-height:94px;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{width:min(390px,40vw);text-decoration:none}.brand img{width:100%;height:auto}
.nav{display:flex;align-items:center;gap:26px;font-size:.86rem}.nav a{text-decoration:none}.nav a:not(.nav-cta){position:relative}.nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--wine);transition:right .2s ease}.nav a:not(.nav-cta):hover::after{right:0}.nav-cta{background:var(--wine);color:white;padding:12px 16px}.nav-cta:hover{background:var(--wine-deep)}
.menu-toggle{display:none;border:0;background:none;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}
.eyebrow{margin:0 0 16px;text-transform:uppercase;font-size:.7rem;font-weight:700;letter-spacing:.17em;color:var(--wine)}.eyebrow.light{color:#f0c2ca}
h1,h2,h3,blockquote{font-family:var(--serif);font-weight:400;margin-top:0} em{font-style:italic;color:var(--wine)}
h1{font-size:clamp(4.6rem,7.3vw,8.2rem);line-height:.86;letter-spacing:-.055em;margin-bottom:32px}
h2{font-size:clamp(3.2rem,5.2vw,6rem);line-height:.94;letter-spacing:-.045em;margin-bottom:26px}
h3{font-size:2.1rem;line-height:1.04;letter-spacing:-.025em}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border:1px solid currentColor;text-decoration:none;font-size:.86rem;font-weight:700;transition:all .2s ease}.button-primary{background:var(--wine);border-color:var(--wine);color:white}.button-primary:hover{background:var(--wine-deep);border-color:var(--wine-deep);transform:translateY(-2px)}.button-ghost:hover{background:#e8e3de}.button-white{background:white;color:var(--gray-deep);border-color:white}.button-white:hover{background:var(--paper);border-color:var(--paper)}.button-outline-white{color:white;border-color:rgba(255,255,255,.75)}.button-outline-white:hover{background:white;color:var(--gray-deep)}
.text-link{display:inline-block;width:max-content;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px;font-weight:600}.text-link.dark{color:var(--wine)}.light-link{color:white}

/* HERO */
.hero{max-width:none;min-height:calc(100vh - 94px);display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);background:var(--paper-2)}
.hero-copy{padding:90px 62px 70px max(28px,calc((100vw - var(--max))/2 + 28px));display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{max-width:8.7ch}.hero-copy h1 em{display:block}
.hero-lead{max-width:650px;font-size:1.12rem;line-height:1.72;color:#4f5155;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:38px}.hero-proof span{border:1px solid var(--line);padding:7px 10px;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;color:#5f6267;background:rgba(255,255,255,.45)}
.hero-image{margin:0;position:relative;min-height:690px;overflow:hidden;background:#777}.hero-image>img{width:100%;height:100%;object-fit:cover;object-position:center 35%;position:absolute;inset:0}.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(44,0,8,.42))}.hero-image figcaption{position:absolute;z-index:2;left:34px;right:34px;bottom:30px;color:white;font-size:.84rem;line-height:1.45}.hero-image figcaption strong{font-family:var(--serif);font-size:1.7rem;font-weight:400}

/* PATHWAYS */
.pathways{max-width:var(--max);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);transform:translateY(-1px)}
.pathway{min-height:190px;text-decoration:none;padding:28px 26px;border:1px solid var(--line);border-right:0;background:var(--paper);display:grid;grid-template-columns:40px 1fr auto;gap:18px;align-items:start;transition:background .2s ease,color .2s ease}.pathway:last-child{border-right:1px solid var(--line)}.pathway:hover{background:var(--wine);color:white}.pathway:hover small,.pathway:hover p,.pathway:hover .pathway-number{color:#f2ccd3}.pathway-number{font-size:.68rem;font-weight:700;color:var(--wine);margin-top:4px}.pathway small{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:.62rem;color:var(--gray-mid);margin-bottom:10px}.pathway strong{display:block;font-family:var(--serif);font-size:1.6rem;line-height:1.05;font-weight:400}.pathway p{font-size:.82rem;color:#66696d;margin:10px 0 0;line-height:1.55}.arrow{font-size:1.2rem}

.section{max-width:var(--max);margin:0 auto;padding:126px 28px}.section-tag{text-transform:uppercase;letter-spacing:.15em;font-size:.68rem;font-weight:700;color:var(--gray-mid);padding-top:8px}
.section-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:74px;align-items:end;margin-bottom:58px}.section-heading h2{max-width:13ch}.section-intro{margin:0 0 7px;font-size:1rem;line-height:1.72;color:#5d6064;max-width:510px}

/* WRITER PROMISE */
.promise{display:grid;grid-template-columns:150px minmax(0,1fr) 340px;gap:48px;border-top:1px solid var(--line)}.promise-main h2{max-width:12.5ch}.promise-lead{max-width:740px;font-size:1.08rem;line-height:1.78;color:#55585c}.promise-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:34px}.promise-aside{border-left:1px solid var(--line);padding-left:30px;align-self:stretch}.aside-label{text-transform:uppercase;letter-spacing:.15em;font-size:.65rem;font-weight:700;color:var(--wine);margin:7px 0 22px}.promise-aside ul{list-style:none;margin:0;padding:0}.promise-aside li{padding:17px 0;border-bottom:1px solid var(--line)}.promise-aside strong{display:block;font-family:var(--serif);font-size:1.35rem;font-weight:400}.promise-aside span{display:block;font-size:.82rem;color:#676a6e;margin-top:3px}

/* SERVICES */
.services{padding-top:40px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{min-height:590px;padding:36px 34px;display:flex;flex-direction:column}.service-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:74px}.service-top span,.service-top small{font-size:.68rem;text-transform:uppercase;letter-spacing:.13em}.service-card h3{font-size:2.45rem;max-width:11ch;margin-bottom:16px}.service-card>p{font-size:.95rem;line-height:1.66;margin:0 0 24px}.service-card ul{list-style:none;padding:0;margin:auto 0 24px;border-top:1px solid currentColor}.service-card li{padding:11px 0;border-bottom:1px solid currentColor;font-size:.86rem}.service-card>a{font-weight:700;font-size:.84rem;text-decoration:none;border-bottom:1px solid currentColor;width:max-content}.service-wine{background:var(--wine);color:white}.service-wine .service-top{color:#efc4cb}.service-gray{background:var(--gray);color:white}.service-gray .service-top{color:#f4f4f4}.service-light{background:#e6e6e7}.service-light .service-top{color:var(--wine)}

/* EDITORIAL BREAK */
.editorial-break{position:relative;min-height:790px;overflow:hidden;background:#222;color:white}.editorial-break>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.05);opacity:.67}.editorial-break::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(76,0,13,.92) 0%,rgba(76,0,13,.62) 40%,rgba(24,25,27,.05) 78%)}.editorial-break-copy{position:relative;z-index:2;max-width:var(--max);margin:0 auto;min-height:790px;padding:110px 28px;display:flex;flex-direction:column;justify-content:flex-end}.editorial-break-copy>span{text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;color:#efc4cb;margin-bottom:24px}.editorial-break blockquote{font-size:clamp(3.7rem,6.5vw,7.7rem);line-height:.92;letter-spacing:-.045em;max-width:10.5ch;margin:0}

/* BOOKS */
.books-heading h2{max-width:14ch}.featured-book{display:grid;grid-template-columns:1fr 1.05fr;background:var(--wine);color:white;min-height:650px;margin-bottom:30px}.featured-book-visual{background:#eeded8;padding:64px;display:flex;align-items:center;justify-content:center}.featured-book-visual img{width:min(470px,85%);height:auto;filter:drop-shadow(0 22px 34px rgba(50,0,9,.25))}.featured-book-copy{padding:70px 66px;display:flex;flex-direction:column;justify-content:center}.featured-book-copy h3{font-size:clamp(4rem,5.4vw,6.4rem);line-height:.88;margin-bottom:18px}.book-deck{font-family:var(--serif);font-size:1.65rem;line-height:1.1;margin:0 0 24px;color:#f6dfe3}.featured-book-copy>p:not(.eyebrow):not(.book-deck){max-width:600px;line-height:1.72;color:#f2dde1}.book-facts{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 30px}.book-facts span{border:1px solid rgba(255,255,255,.38);padding:7px 9px;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem}.book-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.book-card{background:var(--paper-2)}.book-image{height:470px;overflow:hidden;background:#ddd}.book-image img{width:100%;height:100%;object-fit:cover}.book-image.portrait img{object-position:center 27%}.book-card-copy{padding:24px 26px 30px}.book-card small{text-transform:uppercase;letter-spacing:.12em;font-size:.64rem;color:var(--wine)}.book-card h3{font-size:2.45rem;margin:14px 0 10px}.book-card p{margin:0;color:#606367;max-width:54ch}

/* COMMUNITY */
.community{display:grid;grid-template-columns:.72fr 1.28fr;background:var(--gray-deep);color:white;min-height:820px}.community-copy{padding:90px max(38px,calc((100vw - var(--max))/2 + 28px)) 90px max(28px,calc((100vw - var(--max))/2 + 28px));display:flex;flex-direction:column;justify-content:center}.community-copy h2{font-size:clamp(3.8rem,5.5vw,6.4rem);max-width:8.7ch}.community-copy>p:not(.eyebrow){max-width:510px;color:#d6d7d9;font-size:1.03rem;line-height:1.72}.community-actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:30px}.community-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:5px;padding:5px 5px 5px 0}.community-gallery figure{margin:0;overflow:hidden;background:#444}.community-gallery img{width:100%;height:100%;object-fit:cover}.gallery-a{grid-row:1/3}.gallery-b img{object-position:center}.gallery-c img{object-position:center 68%}

/* NOTEBOOK */
.notebook{background:var(--paper)}.article-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px}.article-card{min-height:420px;border:1px solid var(--line);padding:32px;display:flex;flex-direction:column;background:var(--paper-2)}.article-card span{text-transform:uppercase;letter-spacing:.12em;font-size:.63rem;color:var(--wine);font-weight:700}.article-card h3{font-size:2.15rem;margin:38px 0 16px}.article-card p{font-size:.9rem;line-height:1.68;color:#616468}.article-card a{margin-top:auto;text-decoration:none;font-weight:700;font-size:.82rem;border-bottom:1px solid currentColor;width:max-content}.article-featured{background:var(--wine);color:white}.article-featured span,.article-featured p{color:#f1ccd3}.article-featured h3{font-size:2.75rem}

/* WHY */
.why-us{display:grid;grid-template-columns:150px 1fr;gap:50px;border-top:1px solid var(--line)}.why-us-main h2{max-width:13ch}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:50px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.why-grid>div{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:215px}.why-grid span{font-size:.66rem;color:var(--wine);font-weight:700}.why-grid strong{font-family:var(--serif);font-size:1.55rem;font-weight:400;display:block;margin:24px 0 10px}.why-grid p{font-size:.86rem;color:#65686d;margin:0;line-height:1.65}

/* FAQ */
.faq{display:grid;grid-template-columns:150px 1fr;gap:50px;background:#e9e8e6;max-width:none;padding-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding-right:max(28px,calc((100vw - var(--max))/2 + 28px))}.faq-main{max-width:980px}.faq-main h2{max-width:12ch}.faq-list{margin-top:50px;border-top:1px solid #8f9194}.faq details{border-bottom:1px solid #b8b9bb}.faq summary{list-style:none;cursor:pointer;padding:22px 42px 22px 0;font-family:var(--serif);font-size:1.55rem;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:4px;top:18px;color:var(--wine);font-family:var(--sans);font-size:1.5rem}.faq details[open] summary::after{content:"–"}.faq details p{max-width:760px;color:#5b5e62;margin:0;padding:0 42px 24px 0;line-height:1.72}

/* CONTACT + FOOTER */
.contact{background:var(--wine);color:white;display:grid;grid-template-columns:1.18fr .82fr;gap:90px;padding:118px max(28px,calc((100vw - var(--max))/2 + 28px))}.contact h2{max-width:9ch}.contact-main>p:not(.eyebrow){font-size:1.04rem;color:#f2dbe0;max-width:570px;line-height:1.72}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.contact-details{align-self:end;border-top:1px solid rgba(255,255,255,.4)}.contact-details>div{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.23);font-size:.83rem}.contact-details span{text-transform:uppercase;letter-spacing:.12em;font-size:.62rem;color:#efc3cb}.contact-details a{text-decoration:none}.contact-details p{margin:0}
.footer{max-width:var(--max);margin:0 auto;padding:46px 28px 58px;display:grid;grid-template-columns:300px 1fr auto;gap:42px;align-items:start;font-size:.75rem;color:#66696d}.footer-logo img{width:270px}.footer p{margin:0 0 4px}.footer-links{display:grid;gap:5px}.footer-links a{text-decoration:none}.copyright{grid-column:2/4;border-top:1px solid var(--line);padding-top:18px;margin-top:10px!important}.mobile-sticky-cta{display:none}

@media (prefers-reduced-motion:no-preference){.service-card,.book-card,.article-card{transition:transform .25s ease}.service-card:hover,.book-card:hover,.article-card:hover{transform:translateY(-5px)}}
@media (max-width:1100px){
  .nav{gap:18px}.brand{width:330px}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding-left:34px;padding-right:42px}.pathways{padding:0 20px}.promise{grid-template-columns:120px 1fr 300px;gap:34px}.service-card{padding:32px 28px}.featured-book-copy{padding:56px 44px}.community{grid-template-columns:.85fr 1.15fr}.article-grid{grid-template-columns:1fr 1fr}.article-featured{grid-column:1/-1}.footer{grid-template-columns:270px 1fr auto}
}
@media (max-width:860px){
  .header-inner{min-height:76px;padding:10px 20px}.brand{width:270px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:18px 20px 26px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav-cta{width:100%;text-align:center}
  .hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:78px 20px 58px}.hero-image{min-height:640px}.hero-image figcaption{left:20px;right:20px}.pathways{grid-template-columns:1fr;padding:0}.pathway,.pathway:last-child{border-left:0;border-right:0;border-top:0;min-height:155px;padding-left:20px;padding-right:20px}
  .section{padding:92px 20px}.section-heading{grid-template-columns:1fr;gap:12px}.promise{grid-template-columns:1fr;gap:28px}.promise-aside{border-left:0;border-top:1px solid var(--line);padding:26px 0 0}.service-grid{grid-template-columns:1fr}.service-card{min-height:auto}.service-top{margin-bottom:44px}.editorial-break,.editorial-break-copy{min-height:670px}.editorial-break-copy{padding:80px 20px}.featured-book{grid-template-columns:1fr}.featured-book-visual{min-height:520px}.featured-book-copy{padding:48px 32px}.book-grid{grid-template-columns:1fr}.community{grid-template-columns:1fr}.community-copy{padding:86px 20px}.community-gallery{padding:5px;min-height:650px}.article-grid{grid-template-columns:1fr}.article-featured{grid-column:auto}.why-us,.faq{grid-template-columns:1fr;gap:24px}.why-grid{grid-template-columns:1fr}.faq{padding-left:20px;padding-right:20px}.contact{grid-template-columns:1fr;padding:92px 20px}.footer{grid-template-columns:1fr;gap:20px;padding:36px 20px 92px}.copyright{grid-column:1}.mobile-sticky-cta{display:block;position:fixed;z-index:90;left:14px;right:14px;bottom:14px;background:var(--wine);color:white;text-decoration:none;text-align:center;padding:14px 18px;font-weight:700;font-size:.84rem;box-shadow:0 12px 30px rgba(30,0,6,.25)}
}
@media (max-width:560px){
  h1{font-size:clamp(4rem,18vw,5.8rem)}h2{font-size:clamp(3rem,14vw,4.6rem)}.brand{width:230px}.hero-copy{padding-top:64px}.hero-lead{font-size:1rem}.hero-image{min-height:500px}.hero-proof{margin-top:30px}.pathway{grid-template-columns:32px 1fr auto;padding-top:23px;padding-bottom:23px}.pathway strong{font-size:1.45rem}.section{padding-top:82px;padding-bottom:82px}.promise-actions{align-items:flex-start;flex-direction:column}.service-card{padding:30px 24px}.service-card h3{font-size:2.25rem}.editorial-break,.editorial-break-copy{min-height:620px}.editorial-break blockquote{font-size:3.55rem}.featured-book-visual{min-height:430px;padding:42px}.featured-book-copy{padding:42px 24px}.featured-book-copy h3{font-size:3.9rem}.book-image{height:auto;aspect-ratio:1.2/1}.book-image.portrait{aspect-ratio:4/5}.community-gallery{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.community-gallery figure{aspect-ratio:4/3}.gallery-a{grid-row:auto}.gallery-c{display:none}.article-card{min-height:360px;padding:26px}.article-featured h3{font-size:2.35rem}.why-grid>div{min-height:180px}.faq summary{font-size:1.35rem}.contact h2{font-size:3.8rem}.contact-details>div{grid-template-columns:1fr;gap:5px}.footer-logo img{width:240px}
}

/* ===== CUADERNO / ARTÍCULOS ===== */
.article-page{background:var(--paper-2)}
.article-hero{max-width:980px;margin:0 auto;padding:110px 28px 60px}.article-hero .eyebrow{margin-bottom:22px}.article-hero h1{font-size:clamp(3.7rem,7vw,7rem);max-width:12ch}.article-hero .standfirst{font-size:1.18rem;line-height:1.75;color:#575a5e;max-width:760px}.article-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.article-meta span{border:1px solid var(--line);padding:7px 9px;text-transform:uppercase;letter-spacing:.09em;font-size:.62rem;color:#66696d}.article-body{max-width:820px;margin:0 auto;padding:30px 28px 110px}.article-body p,.article-body li{font-size:1.03rem;line-height:1.85;color:#3f4246}.article-body h2{font-size:clamp(2.5rem,4vw,4.4rem);margin:70px 0 24px}.article-body h3{font-size:2rem;margin:46px 0 14px}.article-body ul{padding-left:1.2rem}.article-pull{font-family:var(--serif);font-size:2.25rem!important;line-height:1.2!important;color:var(--wine)!important;border-left:4px solid var(--wine);padding-left:24px;margin:50px 0}.article-cta{background:var(--wine);color:white;padding:34px;margin-top:70px}.article-cta h3{font-size:2.4rem;margin:0 0 12px}.article-cta p{color:#f1dce0;margin:0 0 22px}.article-back{display:inline-block;margin-bottom:36px;text-decoration:none;font-size:.82rem;font-weight:700;color:var(--wine)}
@media(max-width:560px){.article-hero{padding:76px 20px 40px}.article-body{padding:20px 20px 90px}.article-hero h1{font-size:4rem}.article-pull{font-size:1.85rem!important}.article-cta{padding:26px}}

/* ===== MOVEMENT + AUTHOR HOUSE ===== */
.book-grid{grid-template-columns:repeat(3,1fr)}
.book-image.cover-square{height:auto;aspect-ratio:1/1;background:#f0e8e5}
.book-image.cover-square img{object-fit:cover;object-position:center}
.moving-stories{background:#242528;color:white;display:grid;grid-template-columns:.72fr 1.28fr;min-height:760px}
.moving-copy{padding:100px max(38px,calc((100vw - var(--max))/2 + 28px)) 100px max(28px,calc((100vw - var(--max))/2 + 28px));display:flex;flex-direction:column;justify-content:center}
.moving-copy h2{font-size:clamp(4rem,5.8vw,6.8rem);max-width:8.5ch}.moving-copy h2 em{color:#edb6c0}.moving-copy>p:not(.eyebrow){max-width:470px;color:#cfd0d2;line-height:1.75}
.moving-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px 5px 5px 0}
.video-card{position:relative;min-height:750px;overflow:hidden;background:#111;isolation:isolate}
.video-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.video-card:nth-child(1)>img{object-fit:cover}.video-card:nth-child(2)>img{object-position:center}
.video-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,15,16,.08) 25%,rgba(15,15,16,.78) 100%);z-index:1}
.video-meta{position:absolute;z-index:2;left:32px;right:90px;bottom:34px}.video-meta small{text-transform:uppercase;letter-spacing:.12em;color:#f1c8cf;font-size:.64rem}.video-meta h3{font-size:2.45rem;line-height:.98;margin:12px 0 0}
.video-play{position:absolute;z-index:3;right:28px;bottom:28px;width:62px;height:62px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.12);color:white;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(7px);transition:transform .25s ease,background .25s ease}.video-play:hover{transform:scale(1.08);background:var(--wine)}.video-play span{font-size:1rem;margin-left:3px}
.video-card.video-missing .video-play{opacity:.42;cursor:default}.video-card.video-missing::after{content:"Corto listo para integrar";position:absolute;z-index:3;top:22px;right:22px;background:rgba(20,20,21,.72);padding:8px 10px;font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;color:#f4dfe3}
.authors{background:#eeecea}.authors-heading h2{max-width:12ch}.authors-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.author-featured{display:grid;grid-template-columns:.9fr 1.1fr;background:white;min-height:610px}.author-featured figure{margin:0;overflow:hidden;min-height:610px}.author-featured img{width:100%;height:100%;object-fit:cover;object-position:center 26%;filter:grayscale(12%)}.author-copy{padding:56px 50px;display:flex;flex-direction:column;justify-content:center}.author-copy small,.authors-call>span{text-transform:uppercase;letter-spacing:.12em;font-size:.64rem;color:var(--wine);font-weight:700}.author-copy h3{font-size:4.7rem;margin:24px 0 18px}.author-copy p{color:#5e6165;line-height:1.75;max-width:50ch}.author-works{display:flex;gap:7px;flex-wrap:wrap;margin-top:28px}.author-works span{border:1px solid var(--line);padding:7px 9px;font-size:.64rem;text-transform:uppercase;letter-spacing:.06em}.authors-call{background:var(--wine);color:white;padding:54px 42px;display:flex;flex-direction:column;justify-content:flex-end}.authors-call>span{color:#efc5cc}.authors-call h3{font-size:3.1rem;margin:28px 0 18px}.authors-call p{color:#efd9de;line-height:1.72}
.video-modal[hidden]{display:none}.video-modal{position:fixed;z-index:300;inset:0;background:rgba(14,12,13,.94);display:grid;place-items:center;padding:5vw}.video-modal-frame{width:min(1080px,92vw);max-height:82vh}.video-modal video{display:block;width:100%;max-height:82vh;background:#000}.video-close{position:absolute;right:28px;top:22px;border:0;background:transparent;color:white;font-size:3rem;cursor:pointer;line-height:1}

@media (prefers-reduced-motion:no-preference){
  html{scroll-behavior:smooth}.hero-copy>*{opacity:0;transform:translateY(18px)}body.is-loaded .hero-copy>*{animation:heroIn .65s ease forwards}.hero-copy>*:nth-child(2){animation-delay:.08s}.hero-copy>*:nth-child(3){animation-delay:.16s}.hero-copy>*:nth-child(4){animation-delay:.24s}.hero-copy>*:nth-child(5){animation-delay:.32s}.hero-image img{transform:scale(1.035);transition:transform 1.5s cubic-bezier(.2,.7,.2,1)}body.is-loaded .hero-image img{transform:scale(1)}
  .reveal-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal-on-scroll.is-visible{opacity:1;transform:none}
  .video-card:hover>img{transform:scale(1.035)}
  @keyframes heroIn{to{opacity:1;transform:none}}
}
@media(max-width:1100px){.book-grid{grid-template-columns:1fr 1fr}.book-card:last-child{grid-column:1/-1}.moving-stories{grid-template-columns:.8fr 1.2fr}.authors-grid{grid-template-columns:1fr}.authors-call{min-height:360px}.author-featured{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.book-grid{grid-template-columns:1fr}.book-card:last-child{grid-column:auto}.moving-stories{grid-template-columns:1fr}.moving-copy{padding:86px 20px}.moving-grid{padding:5px;min-height:620px}.video-card{min-height:620px}.authors-grid{grid-template-columns:1fr}.author-featured{grid-template-columns:1fr}.author-featured figure{min-height:520px}.author-copy{padding:44px 30px}.authors-call{padding:44px 30px}.video-meta h3{font-size:2.15rem}}
@media(max-width:560px){.moving-grid{grid-template-columns:1fr;min-height:auto}.video-card{min-height:540px}.video-card:nth-child(2){min-height:540px}.video-meta{left:22px;right:78px;bottom:24px}.video-play{right:20px;bottom:20px;width:54px;height:54px}.author-featured figure{min-height:430px}.author-copy h3{font-size:4rem}.authors-call h3{font-size:2.7rem}}

/* ===== PRODUCCIÓN 2.0 ===== */
.nav a[aria-current="page"]{color:var(--wine);font-weight:700}
.book-more,.author-more{display:inline-block;margin-top:18px;color:var(--wine);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px;width:max-content}
.author-works.large a{border:1px solid var(--line);padding:9px 11px;text-decoration:none;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.author-works.large a:hover{border-color:var(--wine);color:var(--wine)}

/* Hero tuned for common laptop viewports */
.hero{min-height:660px}
.hero-copy{padding-top:62px;padding-bottom:56px}
.hero-copy h1{font-size:clamp(4.25rem,6.65vw,7.35rem);max-width:9.2ch;margin-bottom:26px}
.hero-lead{font-size:1.05rem;line-height:1.65}
.hero-image{min-height:660px}
.hero-proof{margin-top:28px}
@media (max-height:820px) and (min-width:861px){
  .header-inner{min-height:82px;padding-top:10px;padding-bottom:10px}.brand{width:min(350px,38vw)}
  .hero{min-height:590px}.hero-image{min-height:590px}.hero-copy{padding-top:44px;padding-bottom:42px}.hero-copy h1{font-size:clamp(4rem,6vw,6.2rem);margin-bottom:20px}.hero-lead{font-size:.98rem;line-height:1.6}.hero-actions{margin-top:24px}.hero-proof{margin-top:22px}
}

/* Generic inner pages */
.subpage{background:var(--paper-2)}
.page-hero{max-width:var(--max);margin:0 auto;padding:88px 28px 74px;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(4.5rem,7vw,7.6rem);max-width:10.5ch;margin-bottom:28px}.page-hero h1 em{display:block}.page-lead{max-width:720px;font-size:1.12rem;color:#56595e;line-height:1.75;margin:0}.page-hero-note{background:var(--wine);color:white;padding:46px;min-height:390px;display:flex;flex-direction:column;justify-content:flex-end}.page-hero-note>span{text-transform:uppercase;letter-spacing:.14em;font-size:.65rem;color:#efc7ce;font-weight:700}.page-hero-note blockquote{font-size:3.1rem;line-height:1.02;margin:22px 0 0}.page-hero figure{margin:0;overflow:hidden;min-height:520px}.page-hero figure img{width:100%;height:100%;object-fit:cover}
.compact-hero{padding-top:78px;padding-bottom:68px}
.book-page-hero{align-items:stretch}.book-stack-visual{position:relative;min-height:580px;background:#e8dfdb;overflow:hidden}.book-stack-visual img{position:absolute;width:46%;aspect-ratio:1/1;object-fit:cover;box-shadow:0 22px 42px rgba(40,0,8,.18)}.book-stack-visual img:nth-child(1){left:10%;top:12%;transform:rotate(-5deg)}.book-stack-visual img:nth-child(2){right:9%;top:20%;transform:rotate(5deg)}.book-stack-visual img:nth-child(3){left:27%;bottom:4%;transform:rotate(1deg)}

.route-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.route-grid article{padding:28px 22px 34px;min-height:270px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.45)}.route-grid span,.experience-grid span{font-size:.68rem;color:var(--wine);font-weight:700}.route-grid h3{font-size:1.75rem;margin:70px 0 12px}.route-grid p{font-size:.86rem;color:#63666a;line-height:1.65;margin:0}
.service-detail{display:grid;grid-template-columns:150px 1fr;gap:50px;border-top:1px solid var(--line)}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;margin-bottom:34px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-detail-grid article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.service-detail-grid h3{font-size:2rem;margin-bottom:10px}.service-detail-grid p{color:#616469;line-height:1.7;margin:0}

/* Catalog */
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.catalog-item{background:#fff;padding:28px}.catalog-item>a:first-child{display:block;background:#efe7e3;min-height:520px;overflow:hidden}.catalog-item img{width:100%;height:520px;object-fit:contain;padding:24px;transition:transform .5s ease}.catalog-item:hover img{transform:scale(1.025)}.catalog-item img.portrait-cover{object-fit:contain}.catalog-item small{display:block;margin-top:28px;text-transform:uppercase;letter-spacing:.12em;color:var(--wine);font-size:.64rem}.catalog-item h2{font-size:3.1rem;margin:12px 0 14px}.catalog-item p{color:#606367;line-height:1.7;max-width:50ch}
.book-detail{max-width:var(--max);margin:0 auto;padding:82px 28px 100px;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.book-detail-cover{background:#ece3de;min-height:650px;padding:54px;display:flex;align-items:center;justify-content:center}.book-detail-cover img{max-height:620px;width:auto;max-width:100%;filter:drop-shadow(0 22px 36px rgba(50,0,8,.18))}.book-detail-copy h1{font-size:clamp(4.3rem,7vw,7rem);max-width:10ch}.book-detail-deck{font-family:var(--serif);font-size:1.7rem;line-height:1.18;color:var(--wine)}.book-detail-copy>p:not(.eyebrow):not(.book-detail-deck){font-size:1.02rem;line-height:1.8;color:#575a5e;max-width:620px}.dark-facts span{border-color:var(--line);color:#55585c}.book-detail .article-back{margin-top:34px}

/* Authors */
.author-page-hero figure img{object-position:center 26%}.author-directory{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.author-directory-card{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;text-decoration:none;min-height:620px}.author-directory-card>img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:center 26%}.author-directory-card>div{padding:58px 48px;display:flex;flex-direction:column;justify-content:center}.author-directory-card small{color:var(--wine);text-transform:uppercase;letter-spacing:.12em;font-size:.64rem;font-weight:700}.author-directory-card h2{font-size:4.5rem;margin:22px 0 14px}.author-directory-card p{color:#5c5f63;line-height:1.75}.author-directory-card span{margin-top:28px;font-weight:700;color:var(--wine)}.author-directory-call{min-height:auto}.author-profile{max-width:var(--max);margin:0 auto;padding:82px 28px 100px;display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:center}.author-profile figure{margin:0;min-height:680px;overflow:hidden}.author-profile figure img{width:100%;height:680px;object-fit:cover;object-position:center 26%}.author-profile h1{font-size:7rem;margin-bottom:20px}.author-profile-deck{font-family:var(--serif);font-size:2rem;color:var(--wine);line-height:1.2}.author-profile>div>p:not(.eyebrow):not(.author-profile-deck){max-width:620px;line-height:1.8;color:#595c60}.author-profile .article-back{margin-top:36px}

/* Community */
.community-page-hero figure img{object-position:center}.experience-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.experience-grid article{padding:42px;min-height:320px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.experience-grid h2{font-size:3rem;margin:74px 0 14px}.experience-grid p{color:#606367;line-height:1.7;max-width:48ch}

/* Form */
.form-section{padding-top:70px}.diagnostic-form{max-width:940px;margin:0 auto;background:#fff;padding:54px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 28px}.diagnostic-form label{display:flex;flex-direction:column;gap:9px;font-size:.78rem;font-weight:700;color:#383a3e}.diagnostic-form input,.diagnostic-form select,.diagnostic-form textarea{width:100%;border:1px solid #c8c8ca;background:#fbfaf8;padding:14px 13px;font:inherit;color:var(--ink);border-radius:0}.diagnostic-form input:focus,.diagnostic-form select:focus,.diagnostic-form textarea:focus{outline:2px solid rgba(118,0,20,.2);border-color:var(--wine)}.diagnostic-form label.full{grid-column:1/-1}.consent{flex-direction:row!important;align-items:flex-start!important;font-weight:400!important;margin:26px 0}.consent input{width:auto;margin-top:4px}.honeypot{position:absolute;left:-9999px}.form-note{font-size:.78rem;color:#6a6d71}.thanks-page{max-width:980px;margin:0 auto;padding:130px 28px 150px}.thanks-page h1{max-width:9ch}.thanks-page>p:not(.eyebrow){font-size:1.15rem;color:#5d6064;max-width:640px;line-height:1.75}

/* Better link/tap behavior */
.nav a,.button,.pathway,.book-more,.author-more,.text-link{outline-offset:4px}.nav a:focus-visible,.button:focus-visible,.pathway:focus-visible,.book-more:focus-visible,.author-more:focus-visible,.text-link:focus-visible{outline:2px solid var(--wine)}

@media(max-width:1100px){
  .page-hero{gap:42px}.route-grid{grid-template-columns:repeat(3,1fr)}.route-grid article:nth-child(n+4){min-height:230px}.catalog-item>a:first-child{min-height:450px}.catalog-item img{height:450px}.book-detail{gap:42px}.author-directory{grid-template-columns:1fr}.author-directory-call{min-height:350px}
}
@media(max-width:860px){
  .page-hero,.book-detail,.author-profile{grid-template-columns:1fr}.page-hero{padding:70px 20px 58px}.page-hero-note{min-height:300px}.page-hero figure{min-height:420px}.book-stack-visual{min-height:520px}.route-grid{grid-template-columns:1fr 1fr}.service-detail{grid-template-columns:1fr;gap:24px}.service-detail-grid{grid-template-columns:1fr}.catalog-grid{grid-template-columns:1fr}.catalog-item>a:first-child{min-height:500px}.catalog-item img{height:500px}.book-detail{padding:64px 20px 90px}.book-detail-cover{min-height:520px}.author-directory{padding-left:20px;padding-right:20px}.author-directory-card{grid-template-columns:1fr}.author-directory-card>img{min-height:520px;max-height:620px}.author-profile{padding:64px 20px 90px}.author-profile figure,.author-profile figure img{min-height:520px;height:560px}.experience-grid{grid-template-columns:1fr}.diagnostic-form{padding:38px 28px}.form-grid{grid-template-columns:1fr}.diagnostic-form label.full{grid-column:auto}
}
@media(max-width:560px){
  .header-inner{min-height:76px;padding:10px 16px}.brand{width:205px}.menu-toggle{padding:10px}.nav.open{top:76px}
  .hero{min-height:auto}.hero-copy{padding:54px 20px 44px}.hero-copy h1{font-size:clamp(3.7rem,17vw,5rem);line-height:.9}.hero-image{min-height:400px}.hero-image figcaption{left:22px;right:22px;bottom:20px}.hero-image figcaption strong{font-size:1.45rem}
  .page-hero h1{font-size:clamp(3.65rem,17vw,5.1rem)}.page-hero-note{padding:30px;min-height:270px}.page-hero-note blockquote{font-size:2.4rem}.book-stack-visual{min-height:390px}.catalog-item{padding:20px}.catalog-item>a:first-child{min-height:360px}.catalog-item img{height:360px;padding:14px}.catalog-item h2{font-size:2.6rem}.route-grid{grid-template-columns:1fr}.route-grid article{min-height:210px}.route-grid h3{margin-top:46px}.book-detail-cover{min-height:430px;padding:30px}.book-detail-copy h1{font-size:4.25rem}.author-directory-card>img{min-height:430px}.author-directory-card>div{padding:38px 28px}.author-directory-card h2{font-size:3.7rem}.author-profile h1{font-size:5rem}.author-profile figure,.author-profile figure img{min-height:430px;height:470px}.experience-grid article{padding:30px;min-height:260px}.experience-grid h2{margin-top:48px;font-size:2.55rem}.diagnostic-form{padding:28px 20px}.thanks-page{padding:95px 20px 120px}
}


/* ===== PRODUCCIÓN 2.1 · PULIDO MÓVIL ===== */
@media(max-width:560px){
  .header-inner{min-height:72px;padding:9px 16px}
  .brand{width:192px;max-width:64vw}
  .menu-toggle{font-size:.72rem;padding:9px 2px}
  .nav.open{top:72px}
  .hero-copy{padding:42px 18px 34px}
  .hero-copy h1{font-size:clamp(3.15rem,14.6vw,4.15rem);line-height:.92;letter-spacing:-.048em;max-width:9.8ch;margin-bottom:24px;text-wrap:balance}
  .hero-copy h1 em{font-size:.95em;line-height:.93}
  .hero .eyebrow{font-size:.64rem;letter-spacing:.145em;margin-bottom:18px}
  .hero-lead{font-size:.96rem;line-height:1.62;max-width:34rem}
  .hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px;gap:9px}
  .hero-actions .button{width:100%;padding:13px 16px}
  .hero-proof{margin-top:24px;gap:6px}
  .hero-proof span{font-size:.56rem;padding:6px 8px}
  .hero-image{min-height:390px}
  .mobile-sticky-cta{display:block;opacity:0;transform:translateY(130%);pointer-events:none;transition:opacity .22s ease,transform .28s cubic-bezier(.2,.7,.2,1);left:12px;right:12px;bottom:10px;padding:12px 16px;font-size:.79rem}
  .mobile-sticky-cta.is-active{opacity:1;transform:none;pointer-events:auto}
}


/* ===== PRODUCCIÓN 2.2 · IMAGEN HUMANA TEMPRANA EN MÓVIL ===== */
.hero-mobile-image{display:none}
@media(max-width:560px){
  .hero-copy{padding-top:30px}
  .hero-mobile-image{display:block;margin:26px 0 0;position:relative;overflow:hidden;aspect-ratio:4/3;background:#d9d6d1}
  .hero-mobile-image img{width:100%;height:100%;object-fit:cover;object-position:center 34%;display:block}
  .hero-mobile-image::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(180deg,transparent,rgba(40,0,8,.56));pointer-events:none}
  .hero-mobile-image figcaption{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:white;display:flex;flex-direction:column;gap:2px}
  .hero-mobile-image figcaption strong{font-family:var(--serif);font-size:1.45rem;font-weight:400;line-height:1.05}
  .hero-mobile-image figcaption span{font-size:.72rem;opacity:.92}
  .hero-proof{margin-top:18px}
  .hero>.hero-image{display:none}
}
