:root{
  --paper:#F7F3EA;
  --card:#FFFFFF;
  --soft:#F3E3CC;
  --ink:#171513;
  --muted:#655D52;
  --line:#D9BFA3;
  --amazon-navy:#173D42;
  --amazon-navy-dark:#102A2E;
  --link:#08767D;
  --buy-yellow:#F2C84B;
  --buy-yellow-hover:#E4B72E;
  --buy-orange:#D66035;
  --buy-orange-hover:#B94D29;
  --cover-yellow:#F2C84B;
  --cover-orange:#D66035;
  --cover-teal:#08767D;
  --cover-pink:#B94D78;
  --cover-mint:#D9EFE4;
  --stone:#EFE6D7;
  --warm-panel:#F0D2B8;
  --paper-2:var(--card);
  --night:var(--amazon-navy);
  --night-2:var(--amazon-navy-dark);
  --clay:var(--buy-orange);
  --coral:var(--buy-orange-hover);
  --gold:var(--buy-orange);
  --aqua:var(--link);
  --sage:var(--line);
  --pink:var(--muted);
  --blue:var(--link);
  --shadow:none;
  --radius:16px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:112px;
}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{display:block;max-width:100%;height:auto}
a{color:inherit}
a:not(.button):not(.brand):not(.share-button){color:var(--link)}
button,input{font:inherit}
[id]{scroll-margin-top:112px}

.skip-link{
  position:absolute;
  left:16px;
  top:-60px;
  z-index:100;
  background:var(--clay);
  color:var(--ink);
  padding:10px 14px;
  border-radius:var(--radius);
}
.skip-link:focus{top:16px}

.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:var(--amazon-navy);
  border-bottom:1px solid var(--amazon-navy-dark);
  box-shadow:inset 0 -4px 0 var(--buy-yellow);
  backdrop-filter:blur(14px);
}
.nav{
  max-width:1220px;
  margin:auto;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:0 24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}
.brand-mark{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  background:var(--buy-yellow);
  color:var(--ink);
  border-radius:5px;
}
.brand-mark svg{
  width:28px;
  height:28px;
  display:block;
}
.brand-book-left,
.brand-book-right{
  fill:#fff8cf;
  stroke:var(--ink);
  stroke-width:1.6;
  stroke-linejoin:round;
}
.brand-pencil{
  fill:var(--amazon-navy);
  stroke:var(--ink);
  stroke-width:1.1;
  stroke-linejoin:round;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:20px;
  color:#fff8e6;
  font-size:.92rem;
  font-weight:650;
}
.nav-links a,.nav-action{text-decoration:none}
.site-header .nav-links a{color:#fff8e6 !important}
.nav-links a:hover{color:#fff}
.nav-cta{
  padding:8px 13px;
  color:#fff !important;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
}
.nav-cta:hover{background:rgba(255,255,255,.2)}
.nav-action{
  color:var(--ink);
  background:var(--clay);
  border:0;
  padding:10px 16px;
  border-radius:var(--radius);
  font-weight:800;
  font-size:.9rem;
  cursor:pointer;
}
.nav-action span{
  display:inline-grid;
  place-items:center;
  min-width:22px;
  height:22px;
  margin-left:8px;
  color:var(--ink);
  background:var(--clay);
  border-radius:50%;
  font-size:.78rem;
}
.nav-action:hover{background:var(--buy-orange-hover);color:var(--ink)}

.hero{
  max-width:none;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.85fr);
  gap:36px;
  align-items:center;
  min-height:auto;
  padding:58px max(24px,calc((100vw - 1120px)/2)) 52px;
  position:relative;
  color:var(--ink);
  background:#EFE6D7;
  border-bottom:1px solid #D1B798;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:6px;
  background:var(--buy-yellow);
}
.hero-copy,.hero-photo{
  position:relative;
  z-index:1;
}
.kicker,.eyebrow,.book-label{
  margin:0 0 14px;
  color:var(--buy-orange);
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero .kicker{color:var(--buy-orange)}
h1,h2,h3,p{margin-top:0}
h1,h2{
  font-family:"Libre Baskerville",Georgia,serif;
  letter-spacing:0;
  text-wrap:balance;
}
h1{
  max-width:760px;
  margin-bottom:14px;
  font-size:clamp(2rem,5vw,3.4rem);
  line-height:1.07;
}
h2{
  margin-bottom:14px;
  font-size:clamp(1.6rem,3vw,2.4rem);
  line-height:1.12;
}
h3{
  margin-bottom:8px;
  font-size:clamp(1.15rem,2vw,1.35rem);
  line-height:1.2;
  text-wrap:balance;
}
p,li,summary,a,button{
  overflow-wrap:anywhere;
}
.hero-lede{
  max-width:660px;
  color:var(--muted);
  margin-bottom:14px;
  font-size:1.08rem;
  line-height:1.55;
}
.hero-support{
  max-width:620px;
  margin:0;
  color:var(--night);
  font-weight:750;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:20px 0 18px;
}
.hero-buy-button{
  min-height:48px;
  padding:.85rem 1.35rem;
  font-size:1rem;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.72rem 1.15rem;
  font-size:.95rem;
  border:1px solid transparent;
  border-radius:999px;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.button:hover{
  transform:translateY(-2px);
}
.button-primary{
  background:var(--buy-orange);
  color:#fff;
  border-color:var(--buy-orange);
}
.button-primary:hover,.nav-action:hover{
  background:var(--buy-orange-hover);
  border-color:var(--buy-orange-hover);
  color:#fff;
}
.button-secondary{
  background:var(--buy-yellow);
  color:var(--ink);
  border-color:#E0B924;
}
.button-secondary:hover{
  background:var(--buy-yellow-hover);
  border-color:#D0A914;
  color:var(--ink);
}
.button-light{
  min-height:40px;
  padding:9px 12px;
  background:var(--card);
  color:var(--link);
  border-color:var(--line);
  font-size:.9rem;
}
.button-light:hover{
  color:var(--link);
  background:var(--soft);
  border-color:#A2A6AC;
}
.button-format{
  min-height:36px;
  padding:7px 13px;
  color:var(--link);
  background:var(--card);
  border-color:var(--line);
  border-radius:999px;
  font-size:.84rem;
  font-weight:800;
}
.button-format:hover{
  color:var(--link);
  background:var(--soft);
  border-color:#A2A6AC;
}
.hero .button-secondary{
  background:var(--card);
  color:var(--link);
  border-color:var(--line);
}
.button-dark{
  width:100%;
  background:var(--buy-yellow);
  color:var(--ink);
  border-color:#FCD200;
}
.button-dark:hover{
  background:var(--buy-yellow-hover);
  border-color:var(--buy-yellow-hover);
  color:var(--ink);
}
.proof-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  max-width:620px;
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--line);
}
.proof-strip div{
  background:var(--paper-2);
  padding:12px 14px;
}
.proof-strip dt{
  font-size:1.18rem;
  font-weight:900;
  color:var(--night);
}
.proof-strip .hero-stars{
  color:var(--gold);
  font-size:1.05rem;
  letter-spacing:.04em;
}
.proof-strip dd{
  margin:2px 0 0;
  color:var(--muted);
  font-size:.8rem;
  line-height:1.35;
}
.save-share{
  width:min(100%,820px);
  max-width:820px;
  margin-top:16px;
  margin-left:auto;
  margin-right:auto;
  padding:16px;
  background:var(--paper-2);
  border:1px solid var(--line);
  border-left:4px solid var(--amazon-navy);
  border-radius:var(--radius);
}
.save-share p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}
.save-share strong{
  color:var(--night);
}
.share-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.share-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 11px;
  color:var(--night);
  background:var(--paper-2);
  border:1px solid var(--line);
  border-radius:var(--radius);
  cursor:pointer;
  font-size:.84rem;
  font-weight:850;
  line-height:1;
  text-decoration:none;
}
.share-button:hover{
  color:var(--night);
  background:var(--soft);
  border-color:#A2A6AC;
}
.share-status{
  display:block;
  min-height:18px;
  margin-top:8px;
  color:var(--link);
  font-size:.84rem;
  font-weight:850;
}

.hero-stage{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:center;
  min-height:auto;
  padding:22px;
  background:#FFFFFF;
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.book{
  position:relative;
  width:100%;
  max-width:170px;
  justify-self:center;
  border-radius:0;
  border:0;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.16));
  transition:transform .2s ease, border-color .2s ease;
}
.book-center{
  max-width:185px;
}
.book-left{
  transform:none;
}
.book-right{
  transform:none;
}
.hero-stage:hover .book{
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.18));
}
.hero-stage .book:hover{
  transform:translateY(-5px);
}
.hero-photo{
  margin:0;
  overflow:hidden;
  border:1px solid #B9AA98;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 38px rgba(23,21,19,.16);
}
.hero-photo img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
}
.reader-note{
  position:absolute;
  left:50%;
  bottom:28px;
  z-index:4;
  width:min(92%,420px);
  transform:translateX(-50%);
  padding:18px;
  background:var(--gold);
  color:var(--night);
  border:0;
  border-radius:var(--radius);
}
.reader-note strong{
  display:block;
  margin-bottom:5px;
  color:var(--night);
}
.reader-note span{
  color:var(--muted);
  font-size:.92rem;
}

.trust-bar{
  max-width:1160px;
  margin:0 auto 44px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  padding:0 24px;
  background:var(--line);
  border:0;
  border-radius:var(--radius);
  overflow:hidden;
}
.trust-bar span{
  display:flex;
  align-items:center;
  min-height:70px;
  padding:16px 18px;
  background:var(--paper-2);
  color:var(--night);
  font-size:.9rem;
  font-weight:800;
}
.trust-bar span::before{
  content:"";
  flex:0 0 auto;
  width:9px;
  height:9px;
  margin-right:10px;
  border-radius:50%;
  background:var(--sage);
}

section{padding:56px 24px}
.section-band{
  background:#F0E3D3;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-heading{
  max-width:780px;
  margin:0 auto 28px;
  text-align:center;
}
.section-heading.wide{max-width:920px}
.section-heading p:not(.eyebrow){
  color:var(--muted);
  font-size:1.03rem;
}

.pain-grid,.method-grid,.reviews-grid,.pricing-grid,.inside-grid,.course-fit-grid{
  max-width:1160px;
  margin:auto;
  display:grid;
  gap:18px;
}
.pain-grid > *,
.method-grid > *,
.reviews-grid > *,
.pricing-grid > *,
.inside-grid > *,
.course-fit-grid > *,
.book-feature > *,
.conversion-strip > *,
.combray-contact-panel > *,
.author > *{
  min-width:0;
}
.pain-grid,.method-grid,.reviews-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.pain-grid article,.method-grid article,.reviews-grid figure,.review-card,.price-card,.inside-grid article,.course-fit-grid article{
  background:var(--paper-2);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:20px;
  transition:transform .22s ease, border-color .22s ease;
}
.pain-grid article:nth-child(1){
  border-top:5px solid var(--cover-yellow);
  background:#FFFFFF;
}
.pain-grid article:nth-child(2){
  border-top:5px solid var(--cover-orange);
  background:#FFFFFF;
}
.pain-grid article:nth-child(3){
  border-top:5px solid var(--cover-teal);
  background:#FFFFFF;
}
.pain-grid article:hover,.method-grid article:hover,.reviews-grid figure:hover,.review-card:hover,.price-card:hover,.inside-grid article:hover,.course-fit-grid article:hover{
  transform:translateY(-4px);
  border-color:var(--night);
}
.pain-grid span,.method-grid strong{
  display:inline-block;
  margin-bottom:12px;
  color:var(--clay);
  font-weight:900;
}
.pain-grid p,.method-grid p,.book-copy p,.reviews-grid figcaption,.price-card p,.author p,.faq p{
  color:var(--muted);
}

.conversion-strip{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:32px;
  align-items:center;
  padding:38px;
  color:var(--night);
  background:var(--paper-2);
  border:1px solid var(--line);
  border-top:6px solid var(--clay);
  border-radius:var(--radius);
}
.conversion-strip h2{
  max-width:820px;
  margin-bottom:12px;
  font-size:clamp(1.75rem,3vw,2.65rem);
}
.conversion-strip p:not(.eyebrow){
  max-width:700px;
  margin-bottom:0;
  color:var(--muted);
}
.fine-print{
  margin-top:12px !important;
  color:var(--muted);
  font-size:.9rem;
  font-weight:700;
}
.conversion-strip .eyebrow{color:var(--clay)}
.bundle-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  max-width:420px;
}

.course-fit-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.course-fit-grid article{
  background:var(--paper-2);
  border-top:4px solid var(--sage);
}
.course-fit-grid span{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--clay);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.course-fit-grid h3{
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:1.35rem;
  line-height:1.28;
}
.course-fit-grid p{
  margin-bottom:0;
  color:var(--muted);
}
.course-fit-note{
  max-width:840px;
  margin:30px auto 0;
  padding:22px 26px;
  color:var(--night);
  background:var(--paper-2);
  border:1px solid var(--line);
  border-left:4px solid var(--sage);
  border-radius:var(--radius);
  text-align:center;
}
.course-fit-note strong{color:var(--clay)}

.catalog{
  max-width:1120px;
  margin:auto;
  padding:34px 28px;
  background:#F0D2B8;
  border:1px solid #CB9F7A;
  border-radius:24px;
  box-shadow:0 20px 46px rgba(23,21,19,.12);
}
.catalog-intro{
  margin-bottom:32px;
}
.catalog-group{
  position:relative;
  padding:28px;
  background:rgba(255,255,255,.54);
  border:1px solid rgba(203,159,122,.55);
  border-radius:20px;
}
.catalog-group + .catalog-group{
  margin-top:34px;
}
.catalog-group-heading{
  max-width:760px;
  margin:0 0 26px;
}
.catalog-group-heading h2{
  margin-bottom:10px;
}
.catalog-group-heading p:not(.eyebrow){
  margin:0;
  color:var(--muted);
  font-size:1rem;
}
.catalog-group-reading{
  background:#F7F0E4;
  border-color:#C9A883;
}
.catalog-photo-row{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:0 auto 34px;
}
.catalog-photo-row img{
  width:100%;
  aspect-ratio:4/3;
  height:100%;
  object-fit:cover;
  background:transparent;
  border:1px solid #C7A384;
  border-radius:14px;
  box-shadow:0 10px 22px rgba(23,21,19,.12);
}
.catalog-photo-row img:first-child{
  grid-row:1 / span 2;
  height:100%;
  object-fit:cover;
}
.catalog-photo-row img:not(:first-child){
  height:100%;
  min-height:180px;
}
.book-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin:0 auto;
}
.catalog-group-workshop .book-card-grid{margin-bottom:0}
.book-card-grid-single{
  grid-template-columns:minmax(0,1fr);
}
.book-card-grid-single .book-card{
  display:grid;
  grid-template-columns:minmax(170px,220px) minmax(0,1fr);
  column-gap:26px;
  row-gap:.8rem;
  max-width:900px;
  margin:0 auto;
}
.book-card-grid-single .book-cover-frame{
  grid-row:1 / span 9;
  width:min(100%, 210px);
  aspect-ratio:2/3;
  margin:0 auto;
}
.book-card-grid-single .book-cover-frame img{
  max-height:none;
}
.book-card-grid-single .purchase-box{
  margin-top:8px;
}
.book-card{
  display:flex;
  flex-direction:column;
  gap:.8rem;
  min-width:0;
  position:relative;
  overflow:visible;
  padding:1.25rem;
  padding-top:1.65rem;
  background:#fff;
  border:1px solid #D2B292;
  border-radius:14px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.book-card::before{
  content:"";
  position:absolute;
  left:18px;
  top:-16px;
  width:max-content;
  min-width:112px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:10px 10px 0 0;
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 -1px 0 rgba(0,0,0,.08) inset;
}
#libro-taller::before{
  content:"Curso base";
  background:var(--cover-yellow);
  color:#20180B;
}
#libro-narrar::before{
  content:"Oficio";
  background:var(--cover-pink);
}
#libro-cuaderno::before{
  content:"Práctica";
  background:var(--cover-teal);
}
#libro-diario-lecturas::before{display:none}
#libro-taller{
  background:#FFF9E3;
  border-color:#D7B650;
}
#libro-narrar{
  background:#FFF0E7;
  border-color:#CD8A6E;
}
#libro-cuaderno{
  background:#EAF6F1;
  border-color:#7EB5AE;
}
#libro-diario-lecturas{
  background:#FFFBF4;
  border-color:#C9A883;
}
.book-card:hover{
  transform:translateY(-4px);
  border-color:rgba(35,57,91,.35);
  box-shadow:0 14px 32px rgba(15,17,17,.12);
}
.book-card h3{
  margin-bottom:0;
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:1.35rem;
}
.book-author{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
  font-weight:750;
}
.book-card-description{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:0;
  color:var(--muted);
  font-size:.96rem;
}
.category-tag{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:.3rem .65rem;
  border-radius:999px;
  background:#F1EEE7;
  color:var(--muted);
  font-size:.78rem;
  font-weight:800;
  line-height:1;
}
#libro-taller .category-tag{color:#6B5200}
#libro-narrar .category-tag{color:var(--cover-teal)}
#libro-cuaderno .category-tag{color:#96335C}
#libro-diario-lecturas .category-tag{color:#244E4A}
.book-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.independent-note{
  margin:0;
  padding:.7rem .85rem;
  color:#244E4A;
  background:#E7F0E8;
  border:1px solid #AFC4B5;
  border-radius:12px;
  font-size:.92rem;
  font-weight:850;
}
.book-cover-frame{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%, 210px);
  max-width:100%;
  aspect-ratio:2/3;
  height:auto;
  margin:0 auto .6rem;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:hidden;
}
.book-cover-frame.large{
  width:min(100%, 300px);
  min-height:0;
}
.book-cover-frame img{
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  max-height:100%;
  object-fit:contain;
  border:0;
  border-radius:2px;
  background:transparent;
  box-shadow:0 16px 26px rgba(15,17,17,.16);
  filter:none;
}
.book-cover-frame.large img{
  max-height:100%;
}
.book-details{
  display:grid;
  gap:32px;
}
.book-detail{
  display:grid;
  grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);
  gap:36px;
  align-items:center;
  padding:28px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
}
.book-detail-copy{
  min-width:0;
}
.book-detail-copy h2{
  margin-top:10px;
}
.book-detail-copy > p:not(.book-author){
  color:var(--muted);
  font-size:1.03rem;
}
.benefit-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  margin:20px 0;
  padding:0;
  list-style:none;
}
.benefit-list li{
  position:relative;
  padding-left:24px;
  color:var(--ink);
  font-weight:700;
}
.benefit-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--buy-orange);
}
#libro-taller .benefit-list li::before{background:var(--cover-yellow);box-shadow:0 0 0 2px rgba(21,21,21,.08)}
#libro-narrar .benefit-list li::before{background:var(--cover-teal)}
#libro-cuaderno .benefit-list li::before{background:var(--cover-pink)}
.benefit-intro{
  margin:4px 0 0;
  color:var(--ink);
  font-size:.92rem;
  font-weight:800;
}
.benefit-list.compact{
  grid-template-columns:1fr;
  gap:8px;
  margin:8px 0 4px;
  font-size:.92rem;
}
.book-mini-review{
  margin:0 0 18px;
  padding:16px;
  background:rgba(255,255,255,.72);
  border-left:4px solid var(--amazon-navy);
  border-radius:14px;
}
.book-mini-review blockquote{
  margin:0 0 10px;
  font-size:.98rem;
  line-height:1.5;
}
.book-mini-review figcaption{
  color:var(--muted);
  font-size:.85rem;
  font-weight:800;
}
.purchase-box{
  margin-top:auto;
  padding:1rem;
  border-radius:14px;
  background:#FFFFFF;
  border:1px solid #D9BFA3;
  box-shadow:none;
}
.purchase-box-lulu{
  background:#FFF6E4;
  border-color:#D7AD70;
}
.purchase-label{
  margin:0 0 .75rem;
  color:var(--amazon-navy);
  font-size:.9rem;
  font-weight:900;
}
.purchase-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}
.purchase-actions .button{
  flex:1 1 130px;
  justify-content:center;
  margin-top:0;
}
.purchase-note{
  margin:.75rem 0 0;
  color:var(--muted);
  font-size:.84rem;
}
.book-feature{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:36px;
  align-items:center;
  padding:36px 0;
  border-top:2px solid rgba(216,90,58,.18);
}
.book-feature:first-of-type{border-top:0}
.book-feature.reverse{
  grid-template-columns:minmax(0,1fr) 270px;
}
.book-feature.reverse .book-cover{order:2}
.book-cover{
  display:flex;
  justify-content:center;
}
.book-cover img{
  width:auto;
  max-width:220px;
  max-height:260px;
  border-radius:5px;
  border:1px solid rgba(23,35,51,.22);
  box-shadow:none;
  transition:transform .24s ease;
}
.book-feature:hover .book-cover img{
  transform:translateY(-5px) rotate(-1deg);
  box-shadow:none;
}
.book-copy h3{
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:clamp(1.55rem,2.5vw,2.15rem);
}
.book-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.book-copy .book-availability{
  margin:12px 0 0;
  color:var(--night);
  font-size:.9rem;
  font-weight:750;
}
.check-list{
  margin:22px 0;
  padding:0;
  list-style:none;
}
.check-list li{
  position:relative;
  padding:8px 0 8px 28px;
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:15px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--sage);
}
.check-list.compact{margin:8px 0 22px}
.check-list.compact li{font-size:.92rem}
.text-link{
  display:inline-flex;
  color:var(--night);
  font-weight:850;
  text-decoration:none;
  border-bottom:2px solid var(--clay);
}

.inside-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.inside-grid article{
  background:var(--paper-2);
  border-top:4px solid var(--clay);
}
.inside-grid span{
  display:inline-flex;
  margin-bottom:16px;
  padding:5px 9px;
  background:rgba(255,211,61,.28);
  color:var(--night);
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.inside-grid h3{
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:1.18rem;
  line-height:1.35;
}
.inside-grid p{
  margin-bottom:0;
  color:var(--muted);
  font-size:.94rem;
}

.reviews-grid figure,.review-card{
  margin:0;
  background:#FFFFFF;
  border:1px solid #C9BBA8;
  border-left:4px solid var(--buy-orange);
  border-radius:12px;
  padding:1.1rem;
  box-shadow:none;
}
.review-card:nth-child(3n + 1){border-left-color:var(--cover-orange)}
.review-card:nth-child(3n + 2){border-left-color:var(--cover-teal)}
.review-card:nth-child(3n + 3){border-left-color:var(--cover-pink)}
.review-rating{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:0 0 .7rem;
  padding:.28rem .55rem;
  color:#A94722;
  background:#FFF1D1;
  border:1px solid #E9BF5F;
  border-radius:999px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.03em;
  line-height:1;
}
.review-quote{
  margin:0 0 1rem;
  color:var(--ink);
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:.98rem;
  line-height:1.55;
}
.review-author{
  margin:0;
  color:var(--ink);
  font-weight:800;
}
.review-source{
  margin:.15rem 0 0;
  color:var(--muted);
  font-size:.85rem;
  font-weight:700;
}
blockquote{
  margin:0 0 20px;
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:1.02rem;
  line-height:1.5;
}
figcaption{
  font-size:.86rem;
  font-weight:750;
}
.reviews-note{
  max-width:820px;
  margin:0 auto 18px;
  color:var(--muted);
  text-align:center;
  font-size:.95rem;
}
.proof-cards{
  max-width:980px;
  margin:0 auto 22px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.proof-cards article{
  padding:16px;
  background:#FFFFFF;
  color:var(--night);
  border:1px solid #C9BBA8;
  border-top:4px solid var(--gold);
  border-radius:var(--radius);
}
.proof-cards article:nth-child(2){border-top-color:var(--cover-teal)}
.proof-cards article:nth-child(3){border-top-color:var(--cover-pink)}
.proof-cards strong{
  display:block;
  color:var(--clay);
  font-size:1.45rem;
  line-height:1;
}
.proof-cards span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}
.reviews-grid-large{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.reviews-grid-large figure{
  padding:18px;
}
.reviews-grid-large blockquote{
  margin-bottom:16px;
  font-size:.94rem;
  line-height:1.48;
}
.reviews-grid-large figcaption{
  color:var(--muted);
  font-size:.78rem;
  line-height:1.35;
}
.review-extra[hidden]{
  display:none;
}
.reviews-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:20px;
}
.reviews-toggle{
  min-width:190px;
}
.reviews-workshop-link{
  font-size:.9rem;
}
.combray-contact-panel{
  max-width:1120px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);
  gap:24px;
  align-items:center;
  padding:26px;
  background:#FFFFFF;
  border:1px solid #C7A384;
  border-top:6px solid var(--cover-teal);
  border-radius:var(--radius);
}
.combray-contact-panel > div{
  min-width:0;
}
.combray-logo{
  width:132px;
  max-width:44%;
  margin:0 0 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}
.combray-contact-panel h2{
  max-width:600px;
}
.combray-contact-panel p{
  max-width:620px;
  color:var(--muted);
}
.combray-contact-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.combray-actions{
  display:grid;
  gap:10px;
}
.combray-contact-card p{
  margin-bottom:0;
  font-size:.95rem;
}
.center-cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.pricing-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  background:var(--paper-2);
  border-top:4px solid var(--sage);
}
.price-card img{
  width:150px;
  aspect-ratio:1/1.18;
  object-fit:contain;
  border-radius:4px;
  border:1px solid rgba(23,35,51,.22);
  box-shadow:none;
}
.price-card .product-mockup{
  width:172px;
  height:214px;
  aspect-ratio:auto;
  object-fit:contain;
  border:0;
  border-radius:0;
}
.price-card h3{
  min-height:48px;
}
.price-card p{
  min-height:52px;
  margin-bottom:0;
}
.price-card.featured{
  color:var(--night);
  background:var(--soft);
  border-color:var(--line);
  border-top-color:var(--clay);
  padding-top:58px;
}
.price-card.featured p,.price-card.featured li{color:var(--muted)}
.badge{
  position:absolute;
  left:18px;
  right:auto;
  top:18px;
  padding:5px 10px;
  background:var(--clay);
  color:var(--ink);
  border-radius:99px;
  font-size:.7rem;
  font-weight:900;
  line-height:1;
}
.bundle-covers{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:132px;
  padding-top:4px;
}
.bundle-covers img{
  width:62px;
  height:94px;
  margin-right:0;
  object-fit:cover;
  border:1px solid rgba(23,35,51,.22);
  border-radius:4px;
  box-shadow:none;
}
.bundle-covers img:nth-child(2){
  width:62px;
  z-index:1;
}
.amazon-buy-links{
  display:grid;
  gap:10px;
  margin-top:auto;
}
.amazon-buy-links .button{
  width:100%;
}
.bundle-secondary{
  width:100%;
  margin-top:10px;
}

.method-note{
  max-width:760px;
  margin:26px auto 0;
  color:var(--muted);
  text-align:center;
}

.author{
  max-width:960px;
  margin:auto;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:34px;
  align-items:center;
}
.author-mark{
  display:grid;
  place-items:center;
  width:150px;
  height:150px;
  color:#fff;
  background:var(--amazon-navy);
  border-radius:8px;
  font-family:"Libre Baskerville",Georgia,serif;
  font-size:5rem;
  font-weight:700;
}
.author h2{margin-bottom:12px}

.faq-list{
  max-width:840px;
  margin:auto;
  display:grid;
  gap:10px;
}
details{
  background:#FFFFFF;
  border:1px solid #D9BFA3;
  border-radius:var(--radius);
  padding:14px 16px;
}
details:nth-child(3n + 1){border-left:4px solid var(--cover-yellow)}
details:nth-child(3n + 2){border-left:4px solid var(--cover-teal)}
details:nth-child(3n + 3){border-left:4px solid var(--cover-orange)}
summary{
  cursor:pointer;
  color:var(--night);
  font-weight:850;
}
details p{margin:8px 0 0}
details strong{color:var(--night)}

.final-cta{
  max-width:950px;
  margin:auto;
  padding:34px 26px;
  background:#F0D2B8;
  border:1px solid #CB9F7A;
  border-top:6px solid var(--buy-yellow);
  border-radius:24px;
  box-shadow:0 16px 36px rgba(23,21,19,.1);
  text-align:center;
}
.final-cta h2{margin-left:auto;margin-right:auto}
.final-cta p:not(.eyebrow){
  max-width:640px;
  margin:0 auto 18px;
  color:var(--muted);
}
.final-actions{
  justify-content:center;
  margin-bottom:0;
}

.editorial-advisory{
  background:#F4E2CF;
}
.editorial-advisory-panel{
  max-width:1120px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:26px;
  background:#FFFFFF;
  border:1px solid #C7A384;
  border-top:6px solid var(--cover-orange);
  border-radius:var(--radius);
  box-shadow:0 16px 34px rgba(23,21,19,.1);
}
.editorial-advisory-media{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:#F8EFE4;
}
.editorial-advisory-media img{
  width:100%;
  height:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.editorial-advisory-copy{
  min-width:0;
}
.editorial-advisory-copy h2{
  max-width:680px;
}
.editorial-advisory-copy h3{
  margin:20px 0 10px;
  color:var(--amazon-navy);
  font-size:1rem;
}
.editorial-advisory-copy p{
  max-width:720px;
  color:var(--muted);
}
.advisory-list{
  display:grid;
  gap:8px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}
.advisory-list li{
  position:relative;
  padding-left:24px;
  color:var(--ink);
}
.advisory-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cover-orange);
}
.share-section{
  padding-top:24px;
  padding-bottom:24px;
}
.share-section .save-share{
  margin-top:0;
  background:#FFFFFF;
  border-left-color:var(--cover-teal);
  box-shadow:0 10px 24px rgba(23,21,19,.08);
}

.footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:28px 24px;
  color:#F9F4E8;
  background:var(--amazon-navy);
  border-top:5px solid var(--buy-yellow);
}
.footer p{
  max-width:560px;
  margin:0;
}
.footer-branding{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.footer-combray-logo{
  width:78px;
  height:auto;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.32);
  border-radius:8px;
}
.footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
}
.footer a{
  color:#FFF4B8;
  text-decoration:none;
  font-weight:800;
}

code{
  padding:2px 5px;
  background:rgba(27,38,52,.08);
  border-radius:4px;
}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition:none !important;
  }
}

@media (max-width:1050px){
  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:38px;
    padding-bottom:36px;
  }
  .hero-copy{text-align:center}
  .hero-lede,.hero-support,.proof-strip,.save-share{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-stage{
    width:min(100%,540px);
    margin:auto;
  }
  .hero-photo{
    width:min(100%,680px);
    margin:auto;
  }
  .hero-photo img{
    height:auto;
    max-height:420px;
  }
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .inside-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .course-fit-grid{grid-template-columns:1fr}
  .trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reviews-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}
  .book-detail{
    grid-template-columns:1fr;
  }
  .book-detail-media{
    max-width:360px;
    width:100%;
    margin:auto;
  }
  .combray-contact-panel{
    grid-template-columns:1fr;
    gap:22px;
    padding:26px;
  }
  .editorial-advisory-panel{
    grid-template-columns:1fr;
  }
  .editorial-advisory-media{
    max-width:460px;
    width:100%;
    margin:auto;
  }
  .combray-logo{width:140px}
  .conversion-strip{grid-template-columns:1fr;text-align:center}
  .conversion-strip p:not(.eyebrow),.conversion-strip h2{margin-left:auto;margin-right:auto}
  .bundle-actions{justify-content:center;margin:auto}
}

@media (max-width:820px){
  .nav{
    min-height:auto;
    padding:14px 18px;
    flex-wrap:wrap;
  }
  .nav-links{
    order:3;
    width:100%;
    justify-content:space-between;
    gap:8px;
    font-size:.82rem;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links a{white-space:nowrap}
  section{padding:40px 18px}
  .catalog{
    padding:28px 18px;
    border-radius:22px;
  }
  .catalog-group{
    padding:22px 16px;
  }
  .catalog-group + .catalog-group{
    margin-top:28px;
  }
  .catalog-group-heading{
    margin-bottom:22px;
  }
  .pain-grid,.method-grid,.reviews-grid,.inside-grid,.course-fit-grid{grid-template-columns:1fr}
  .book-card-grid{grid-template-columns:1fr}
  .book-card-grid-single .book-card{
    display:flex;
    max-width:440px;
  }
  .book-card-grid-single .book-cover-frame{
    grid-row:auto;
    width:min(100%, 190px);
  }
  .book-card-grid-single .book-cover-frame img{
    max-height:260px;
  }
  .catalog-photo-row{
    display:flex;
    max-width:none;
    overflow-x:auto;
    gap:14px;
    padding:0 0 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
  }
  .catalog-photo-row img{
    flex:0 0 min(82vw,420px);
    width:min(82vw,420px);
    height:min(62vw,315px);
    aspect-ratio:auto;
    object-fit:cover;
    min-height:0;
    scroll-snap-align:start;
  }
  .catalog-photo-row img:first-child,
  .catalog-photo-row img:not(:first-child){
    height:min(62vw,315px);
    min-height:0;
    object-fit:cover;
  }
  .book-card{
    max-width:440px;
    width:100%;
    margin:auto;
  }
  .book-cover-frame{
    width:min(100%, 190px);
    height:auto;
  }
  .book-cover-frame img{
    height:auto;
  }
  .book-details{gap:22px}
  .book-detail{
    gap:22px;
    padding:20px;
  }
  .book-cover-frame{min-height:0}
  .book-cover-frame.large{min-height:300px}
  .book-cover-frame.large img{max-height:280px}
  .benefit-list{grid-template-columns:1fr}
  .proof-cards{grid-template-columns:1fr}
  .book-feature,.book-feature.reverse{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 0;
    text-align:left;
  }
  .book-feature.reverse .book-cover{order:0}
  .book-actions{justify-content:flex-start}
  .proof-strip{display:none}
  .trust-bar{margin-bottom:0;padding:0 18px}
  .footer{flex-direction:column;align-items:flex-start}
  .footer-branding{align-items:flex-start}
  .footer nav{justify-content:flex-start}
}

@media (max-width:620px){
  html{scroll-padding-top:128px}
  [id]{scroll-margin-top:128px}
  h1{
    max-width:430px;
    margin-left:auto;
    margin-right:auto;
    font-size:2.12rem;
    line-height:1.08;
  }
  .kicker{
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero{
    padding-top:32px;
    padding-bottom:30px;
    padding-left:18px;
    padding-right:18px;
  }
  .hero-lede,
  .hero-support{
    max-width:390px;
  }
  .hero-stage{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    padding:16px 12px;
  }
  .hero-photo img{
    height:auto;
    max-height:300px;
  }
  .catalog-intro{text-align:left}
  .catalog-intro h2{text-align:left}
  .book-card-grid{margin-bottom:28px}
  .catalog-photo-row{
    margin-bottom:26px;
  }
  .catalog-photo-row img{
    height:285px;
  }
  .book-card{padding:1rem}
  .book-detail{padding:16px}
  .purchase-actions .button{
    width:100%;
  }
  .trust-bar{grid-template-columns:1fr}
  .trust-bar span{min-height:auto}
  .conversion-strip{padding:28px 20px}
  .book{max-width:86px}
  .book-center{max-width:96px}
  .book-cover img{
    width:auto;
    max-width:180px;
    max-height:220px;
  }
  .price-card .product-mockup{
    width:128px;
    height:158px;
  }
  .bundle-covers{min-height:104px}
  .bundle-covers img{
    width:46px;
    height:70px;
  }
  .bundle-covers img:nth-child(2){width:46px}
  .reader-note{bottom:8px}
  .pricing-grid{grid-template-columns:1fr}
  .price-card h3,.price-card p{min-height:0}
  .author-mark{width:112px;height:112px;font-size:3.6rem}
  .nav-action{display:none}
}

@media (max-width:420px){
  .nav{padding:12px 14px}
  .brand{
    gap:8px;
    font-size:.94rem;
  }
  .brand-mark{
    width:34px;
    height:34px;
  }
  .brand-mark svg{
    width:24px;
    height:24px;
  }
  .nav-links{
    gap:14px;
    justify-content:flex-start;
    font-size:.78rem;
  }
  section{
    padding:36px 14px;
  }
  .hero{
    padding-top:28px;
    padding-bottom:28px;
    padding-left:14px;
    padding-right:14px;
  }
  h1{font-size:1.86rem}
  h2{font-size:1.72rem;line-height:1.12}
  .hero-lede{font-size:1rem}
  .hero-actions .button,
  .final-actions .button{
    width:100%;
  }
  .nav-cta{
    padding:0;
    background:transparent;
    border:0;
  }
  .book-actions .button-format{
    flex:1 1 120px;
  }
  .hero-stage{
    padding:16px 10px 22px;
  }
  .book{max-width:72px}
  .book-center{max-width:80px}
  .book-cover img{
    width:auto;
    max-width:160px;
    max-height:210px;
  }
  .combray-contact-panel{
    padding:20px;
  }
  .editorial-advisory-panel{
    padding:20px;
  }
  .combray-logo{
    width:118px;
    max-width:60%;
  }
  .price-card,
  .pain-grid article,
  .method-grid article,
  .review-card{
    padding:16px;
  }
}
