:root{
  --forest:#1f3a27;
  --moss:#516a3d;
  --gold:#c79b45;
  --earth:#7a5236;
  --cream:#f4efe2;
  --paper:#fbf7ee;
  --ink:#1f1a17;
  --muted:#6f6a5f;
  --white:#fffaf1;
  --dark:#0d0b09;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Georgia,"Times New Roman",serif;color:var(--ink);background:var(--paper)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-topbar{
  position:fixed;top:0;left:0;width:100%;z-index:20;
  height:30px;padding:0 6vw;background:#17110d;color:#f0dfbb;
  display:flex;align-items:center;justify-content:center;gap:28px;
  font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
.site-header{
  position:fixed;z-index:19;top:30px;left:0;width:100%;height:96px;
  display:flex;align-items:center;gap:28px;padding:12px 6vw;color:var(--white);
  background:rgba(31,58,39,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{
  height:78px;
  width:78px;
  object-fit:contain;
  flex:none;
  border-radius:50%;
  background:#0b0907;
  padding:5px;
  box-shadow:0 0 0 1px rgba(199,155,69,.45),0 8px 20px rgba(0,0,0,.18);
}
.brand-copy strong{display:block;font-family:Arial,sans-serif;font-size:27px;line-height:1;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.brand-copy span{display:block;margin-top:7px;font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#efdcaf}
.nav{display:flex;gap:28px;margin-left:auto;font-family:Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.nav a:hover,.text-link:hover,.pillar-card a:hover{color:var(--gold)}
.nav-cta{border:1px solid rgba(255,255,255,.55);padding:12px 18px;border-radius:999px;font-family:Arial,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.nav-cta:hover{background:rgba(255,255,255,.08)}

.hero{
  position:relative;min-height:780px;display:flex;align-items:center;padding:180px 6vw 90px;color:var(--white);
  background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.58) 43%,rgba(0,0,0,.15) 100%),url("assets/satipo-hero-bg.png") center/cover no-repeat;
}
.hero-content{max-width:760px}
.eyebrow,.section-kicker{display:inline-block;font-family:Arial,sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:800}
.hero h1{font-size:clamp(44px,6vw,84px);line-height:.95;max-width:860px;margin:16px 0 20px}
.hero-text{font-family:Arial,sans-serif;font-size:21px;line-height:1.6;max-width:670px}
.hero-actions{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:4px;font-family:Arial,sans-serif;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.btn.primary{background:var(--forest);color:var(--white)}
.btn.secondary{background:var(--gold);color:#20160e}
.btn.small{min-height:40px;padding:0 16px;font-size:12px}
.btn.outline{background:transparent;border:1px solid var(--earth);color:var(--earth)}

.split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.story-image img{width:100%;height:100%;object-fit:cover}
.story-copy{padding:84px 8vw;background:radial-gradient(circle at 82% 25%,rgba(199,155,69,.12),transparent 35%),var(--cream)}
.story-copy h2,.section-heading h2,.bio-copy h2,.traceability h2{font-size:clamp(32px,4vw,54px);line-height:1.03;margin:12px 0 18px;color:var(--forest)}
.story-copy p,.section-heading p,.pillar-card p,.coffee-card p,.bio-copy p,.traceability p,.footer p,.blend-copy p{font-family:Arial,sans-serif;font-size:16px;line-height:1.7;color:#3a352d}
.text-link{display:inline-block;margin-top:20px;color:var(--forest);font-family:Arial,sans-serif;font-weight:800}

.pillars{padding:90px 6vw;background:var(--paper)}
.section-heading{text-align:center;max-width:760px;margin:0 auto 45px}
.pillar-layout{display:grid;grid-template-columns:1fr 1.05fr 1fr;grid-template-rows:auto auto;gap:26px;align-items:stretch}
.pillar-card{
  background:rgba(255,255,255,.82);border:1px solid rgba(122,82,54,.15);border-radius:22px;overflow:hidden;
  box-shadow:0 20px 45px rgba(37,31,20,.08);display:flex;flex-direction:column;
}
.pillar-card.social{grid-column:2/4}
.pillar-visual{width:100%;height:250px;object-fit:cover}
.pillar-copy{padding:24px 26px 28px}
.pillar-card h3{font-size:32px;margin:0 0 12px;color:var(--forest)}
.pillar-card a{font-family:Arial,sans-serif;font-weight:800;color:var(--earth)}
.pillar-center{background:var(--cream);border-radius:22px;padding:28px;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(122,82,54,.12)}
.triangle{position:relative;width:360px;height:320px}
.triangle::before{
  content:"";position:absolute;left:72px;right:72px;top:38px;bottom:28px;
  border:1px dashed rgba(122,82,54,.42);clip-path:polygon(50% 0,0 100%,100% 100%);
}
.node{
  position:absolute;width:112px;height:112px;border-radius:50%;overflow:hidden;
  display:flex;align-items:flex-end;justify-content:center;text-align:center;padding:12px;
  font-family:Arial,sans-serif;font-size:11px;font-weight:900;line-height:1.25;text-transform:uppercase;color:var(--white);
  box-shadow:0 14px 35px rgba(0,0,0,.18);background-size:cover;background-position:center;
}
.node span{position:relative;z-index:1}
.node::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.2));}
.node.top{top:0;left:124px;background-image:url("assets/quality-sensory-card.png")}
.node.left{bottom:0;left:10px;background-image:url("assets/sostenibilidad-ambiental-card.png")}
.node.right{bottom:0;right:10px;background-image:url("assets/alianzas-justas-card.png")}
.center-mark{
  position:absolute;top:112px;left:130px;width:100px;height:100px;border-radius:50%;
  background:#13100d;border:4px solid rgba(199,155,69,.65);display:grid;place-items:center;
  box-shadow:0 18px 35px rgba(0,0,0,.16);
}
.center-mark img{width:64px;height:auto}

.coffee-shop{padding:90px 6vw;background:var(--cream)}
.coffee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.coffee-card{background:rgba(255,255,255,.76);border:1px solid rgba(122,82,54,.13);border-radius:22px;padding:28px;box-shadow:0 20px 45px rgba(37,31,20,.08)}
.coffee-hero{width:100%;height:400px;object-fit:cover;border-radius:18px;margin-bottom:20px;box-shadow:0 18px 35px rgba(0,0,0,.12)}
.coffee-card h3{font-size:32px;margin:0 0 8px;color:var(--forest)}
.coffee-card ul{font-family:Arial,sans-serif;color:var(--muted);padding-left:20px;line-height:1.8;margin:16px 0 0}
.more-link-item{list-style:none;margin-top:10px;margin-left:-20px}
.more-link-item a{display:inline-block;font-family:Arial,sans-serif;font-weight:900;color:var(--forest);border-bottom:2px solid rgba(199,155,69,.45);padding-bottom:2px}
.more-link-item a:hover{color:var(--earth);border-bottom-color:var(--earth)}
.featured-coffee{border:2px solid rgba(199,155,69,.55);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,250,241,.8))}
.reserve-coffee{border:2px solid rgba(122,82,54,.32);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(244,239,226,.85))}
.product-label{display:inline-block;margin:0 0 12px;padding:6px 10px;border-radius:999px;background:rgba(199,155,69,.18);color:var(--earth);font-family:Arial,sans-serif;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.reserve-label{background:rgba(122,82,54,.13);color:var(--forest)}
.price-row{margin-top:22px;display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}
.price-block{display:flex;flex-direction:column;gap:4px}
.price-block strong{font-size:28px;color:var(--forest)}
.price-block span{font-family:Arial,sans-serif;font-size:13px;color:var(--muted)}

.blend-detail,.catuai-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:stretch;padding:86px 6vw}
.blend-detail{background:radial-gradient(circle at 15% 20%,rgba(199,155,69,.14),transparent 36%),var(--paper)}
.catuai-detail{background:radial-gradient(circle at 85% 20%,rgba(122,82,54,.12),transparent 36%),var(--cream)}
.blend-copy{background:var(--cream);border-radius:22px;padding:44px;border:1px solid rgba(122,82,54,.12);box-shadow:0 20px 45px rgba(37,31,20,.07)}
.catuai-detail .blend-copy{background:var(--paper)}
.blend-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.04;margin:12px 0 18px;color:var(--forest)}
.blend-copy .btn{margin-top:16px}
.blend-notes{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.blend-notes div{min-height:150px;border-radius:18px;background:white;border:1px solid rgba(122,82,54,.12);padding:24px;box-shadow:0 16px 35px rgba(37,31,20,.06)}
.blend-notes span{display:block;font-family:Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:22px}
.blend-notes strong{display:block;font-size:23px;line-height:1.15;color:var(--forest)}

.journey{padding:82px 6vw;background:var(--paper)}
.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:36px}
.steps div{background:white;border-radius:16px;min-height:140px;padding:22px;border:1px solid rgba(122,82,54,.12)}
.steps span{color:var(--gold);font-family:Arial,sans-serif;font-weight:800}
.steps strong{display:block;margin-top:34px;font-size:20px;color:var(--forest)}

.biodiversity{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;padding:90px 6vw;color:var(--white);background:linear-gradient(90deg,rgba(31,58,39,.98),rgba(31,58,39,.72)),url("assets/familia-pariona-web.jpg") center/cover}
.bio-copy h2,.bio-copy p{color:var(--white)}
.species-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.species-grid div{min-height:160px;border-radius:18px;background:rgba(255,255,255,.13);backdrop-filter:blur(4px);display:grid;place-items:center;font-size:45px;border:1px solid rgba(255,255,255,.14);padding:18px;text-align:center}
.species-grid span{display:block;font-family:Arial,sans-serif;font-size:13px;font-weight:800;text-transform:uppercase;margin-top:8px}

.traceability{display:flex;align-items:center;gap:34px;padding:54px 6vw;background:var(--forest);color:var(--white)}
.traceability h2,.traceability p{color:var(--white)}
.qr{width:120px;height:120px;display:grid;place-items:center;background:white;color:var(--forest);font-family:Arial,sans-serif;font-weight:900;border-radius:12px}
.footer{padding:56px 6vw;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px;background:#181511;color:var(--white)}
.footer img{
  width:82px;
  height:82px;
  object-fit:contain;
  border-radius:50%;
  background:#0b0907;
  padding:5px;
  box-shadow:0 0 0 1px rgba(199,155,69,.45);
}
.footer h4{font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.footer a{display:block;margin:8px 0;font-family:Arial,sans-serif;color:rgba(255,250,241,.72)}
.footer p{color:rgba(255,250,241,.72)}
.floating-wa{
  position:fixed;right:22px;bottom:22px;z-index:30;background:#25d366;color:white;border-radius:999px;
  padding:14px 18px;font-family:Arial,sans-serif;font-weight:800;box-shadow:0 18px 30px rgba(0,0,0,.18)
}

#cafes,#proyecto,#productores,#conservacion,#contacto,.coffee-card,#blend84-detalle,#catuai-detalle{scroll-margin-top:150px}

@media(max-width:1100px){
  .brand-copy strong{font-size:22px}
  .nav{gap:18px;font-size:12px}
  .pillar-layout{grid-template-columns:1fr;grid-template-rows:auto}
  .pillar-card.social{grid-column:auto}
  .coffee-grid,.blend-detail,.catuai-detail,.biodiversity,.footer,.split{grid-template-columns:1fr}
  .blend-notes{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:960px){
  .site-topbar{font-size:10px;gap:12px;padding:0 4vw}
  .site-header{padding:12px 4vw}
  .nav{display:none}
  .hero{min-height:700px;padding:170px 4vw 80px}
  .story-copy,.coffee-shop,.pillars,.blend-detail,.catuai-detail,.journey,.biodiversity,.footer{padding-left:4vw;padding-right:4vw}
  .triangle{width:320px;height:300px}
  .triangle::before{left:62px;right:62px}
  .node.top{left:104px}
  .center-mark{left:110px}
}
@media(max-width:680px){
  .site-topbar{display:none}
  .site-header{top:0;height:96px}
  .brand img{height:66px;width:66px;padding:4px}
  .brand-copy strong{font-size:19px}
  .brand-copy span{font-size:10px}
  .hero{padding-top:150px}
  .hero h1{font-size:44px}
  .hero-text{font-size:18px}
  .coffee-grid,.blend-notes,.species-grid,.footer{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .coffee-hero{height:330px}
  .coffee-card h3{font-size:26px;line-height:1.08;letter-spacing:-.01em}
  .pillars,.coffee-shop,.blend-detail,.catuai-detail,.journey,.biodiversity,.footer,.story-copy{padding-left:20px;padding-right:20px}
  .triangle{width:280px;height:280px}
  .node{width:94px;height:94px;font-size:10px}
  .node.top{left:93px}
  .node.left{left:0}
  .node.right{right:0}
  .center-mark{width:84px;height:84px;left:98px;top:110px}
  .center-mark img{width:54px}
  #cafes,#proyecto,#productores,#conservacion,#contacto,.coffee-card{scroll-margin-top:100px}
}
@media(max-width:480px){
  .hero h1{font-size:38px}
  .coffee-card h3{font-size:24px}
  .steps{grid-template-columns:1fr}
  .price-row{align-items:flex-start}
  .floating-wa{right:14px;bottom:14px;padding:12px 16px}
}



/* Mobile coffee-selection refinement: compact, two-card selector */
@media(max-width:680px){
  .coffee-shop{
    min-height:100vh;
    padding-top:18vh;
    padding-bottom:24px;
  }

  .coffee-shop .section-heading{
    margin:0 auto 14px;
    max-width:100%;
  }

  .coffee-shop .section-kicker{
    font-size:10px;
    letter-spacing:.16em;
  }

  .coffee-shop .section-heading h2{
    font-size:26px;
    line-height:1.05;
    white-space:nowrap;
    margin:6px 0 0;
  }

  .coffee-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .coffee-card{
    display:grid;
    grid-template-columns:42% 58%;
    grid-template-areas:
      "image label"
      "image title"
      "image notes"
      "image price"
      "image more";
    align-items:center;
    column-gap:12px;
    min-height:31vh;
    padding:12px;
    border-radius:18px;
  }

  .reserve-coffee{
    grid-template-columns:58% 42%;
    grid-template-areas:
      "label image"
      "title image"
      "notes image"
      "price image"
      "more image";
  }

  .coffee-hero{
    grid-area:image;
    height:100%;
    min-height:25vh;
    max-height:31vh;
    margin:0;
    border-radius:14px;
    object-fit:cover;
  }

  .coffee-card .product-label{
    grid-area:label;
    justify-self:start;
    margin:0 0 3px;
    padding:4px 8px;
    font-size:9px;
    line-height:1;
  }

  .coffee-card h3{
    grid-area:title;
    font-size:21px;
    line-height:1;
    letter-spacing:-.03em;
    white-space:nowrap;
    margin:0;
  }

  .coffee-card .coffee-notes{
    grid-area:notes;
    margin:4px 0 0;
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .coffee-card > p:not(.coffee-notes){
    display:none;
  }

  .coffee-card ul{
    grid-area:more;
    padding:0;
    margin:4px 0 0;
    line-height:1.2;
  }

  .coffee-card ul li:not(.more-link-item){
    display:none;
  }

  .more-link-item{
    margin:0;
  }

  .more-link-item a{
    font-size:11px;
    line-height:1.2;
    border-bottom-width:1px;
  }

  .price-row{
    grid-area:price;
    margin-top:6px;
    gap:8px;
    align-items:center;
  }

  .price-block strong{
    font-size:19px;
    line-height:1;
  }

  .price-block span{
    font-size:10px;
    line-height:1.15;
  }

  .coffee-card .btn.small{
    min-height:30px;
    padding:0 10px;
    font-size:10px;
  }

  .blend-notes{
    gap:10px;
  }

  .blend-notes div{
    min-height:auto;
    padding:16px;
  }

  .blend-notes span{
    font-size:9px;
    letter-spacing:.1em;
    margin-bottom:10px;
  }

  .blend-notes strong{
    font-size:17px;
    line-height:1.15;
  }
}

@media(max-width:420px){
  .coffee-shop{
    padding-top:17vh;
  }

  .coffee-shop .section-heading h2{
    font-size:23px;
  }

  .coffee-card{
    grid-template-columns:40% 60%;
    min-height:30vh;
    column-gap:10px;
    padding:10px;
  }

  .reserve-coffee{
    grid-template-columns:60% 40%;
  }

  .coffee-card h3{
    font-size:19px;
  }

  .coffee-card .coffee-notes{
    font-size:11px;
  }

  .price-block strong{
    font-size:18px;
  }

  .coffee-card .btn.small{
    min-height:28px;
    padding:0 8px;
    font-size:9px;
  }

  .more-link-item a{
    font-size:10px;
  }

  .blend-notes strong{
    font-size:15px;
  }
}

@media(max-height:720px) and (max-width:680px){
  .coffee-shop{
    padding-top:14vh;
  }

  .coffee-card{
    min-height:28vh;
  }

  .coffee-hero{
    min-height:22vh;
    max-height:28vh;
  }

  .coffee-shop .section-heading{
    margin-bottom:10px;
  }

  .coffee-card .product-label{
    display:none;
  }
}


/* v5 mobile hero and coffee-layout refinements */
@media(max-width:680px){
  .site-header{
    gap:14px;
    padding:10px 20px;
  }
  .brand{
    flex:1 1 auto;
    gap:10px;
    min-width:0;
  }
  .brand-copy strong{
    font-size:15px;
    line-height:1;
    white-space:nowrap;
    letter-spacing:.01em;
  }
  .brand-copy span{
    font-size:8px;
    letter-spacing:.12em;
    margin-top:6px;
    white-space:nowrap;
  }
  .nav-cta{
    padding:10px 14px;
    font-size:11px;
    min-width:138px;
    justify-content:center;
  }

  .hero{
    min-height:calc(100vh - 96px);
    align-items:flex-start;
    padding:104px 0 42px;
    background:
      linear-gradient(180deg,rgba(7,8,6,.86) 0%,rgba(7,8,6,.62) 26%,rgba(7,8,6,.22) 47%,rgba(7,8,6,.62) 100%),
      linear-gradient(90deg,rgba(7,8,6,.82) 0%,rgba(7,8,6,.48) 48%,rgba(7,8,6,.12) 100%),
      url("assets/satipo-hero-bg.png") center/cover no-repeat;
  }
  .hero-content{
    max-width:none;
    width:100%;
    padding:0 20px;
  }
  .hero .eyebrow{
    font-size:9px;
    letter-spacing:.16em;
    margin-top:0;
    margin-bottom:8px;
    display:block;
  }
  .hero h1{
    font-size:25px;
    line-height:1;
    margin:8px 0 14px;
    max-width:330px;
    text-wrap:balance;
  }
  .hero-text{
    font-size:12.5px;
    line-height:1.45;
    max-width:340px;
    color:rgba(255,250,241,.96);
  }
  .hero-actions{
    margin-top:26px;
    gap:12px;
    max-width:360px;
  }
  .hero-actions .btn{
    min-height:54px;
    width:max-content;
    padding:0 18px;
    font-size:11px;
  }
  .floating-wa{
    bottom:20px;
  }

  .coffee-shop{
    min-height:100vh;
    padding-top:28vh;
    padding-bottom:30px;
  }
  .coffee-shop .section-heading{
    margin:0 auto 0;
    max-width:100%;
  }
  .coffee-shop .section-kicker{
    display:block;
    margin-bottom:10px;
  }
  .coffee-shop .section-heading h2{
    font-size:22px;
    line-height:1;
    white-space:nowrap;
    margin:0;
  }
  .coffee-grid{
    margin-top:14vh;
    gap:26px;
  }

  .coffee-card{
    display:grid;
    grid-template-columns:42% 58%;
    grid-template-areas:
      "title title"
      "image notes"
      "image meta"
      "image price"
      "image more";
    align-items:start;
    column-gap:12px;
    row-gap:5px;
    min-height:36vh;
    padding:12px;
  }
  .reserve-coffee{
    grid-template-columns:58% 42%;
    grid-template-areas:
      "title title"
      "notes image"
      "meta image"
      "price image"
      "more image";
  }
  .coffee-card .product-label{
    display:none;
  }
  .coffee-card h3{
    grid-area:title;
    font-size:17px;
    line-height:1.05;
    white-space:nowrap;
    margin:0 0 6px;
  }
  .coffee-hero{
    grid-area:image;
    height:100%;
    min-height:23vh;
    max-height:28vh;
    margin:0;
    border-radius:14px;
    object-fit:cover;
  }
  .coffee-card .coffee-notes{
    grid-area:notes;
    margin:0;
    font-size:11px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .coffee-card > p:not(.coffee-notes){
    display:none;
  }
  .coffee-card ul{
    grid-area:meta;
    list-style:none;
    padding:0;
    margin:2px 0 0;
    line-height:1.18;
  }
  .coffee-card ul li{
    font-size:10px;
    margin:0 0 3px;
    color:var(--muted);
  }
  .coffee-card ul .meta-producer,
  .coffee-card ul .meta-proceso{
    display:none;
  }
  .coffee-card ul .meta-origin,
  .coffee-card ul .meta-altitud,
  .coffee-card ul .meta-variedad{
    display:block;
  }
  .price-row{
    grid-area:price;
    margin-top:4px;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
  }
  .price-block strong{
    font-size:18px;
  }
  .price-block span{
    font-size:9px;
    line-height:1.12;
  }
  .coffee-card .btn.small{
    min-height:28px;
    padding:0 10px;
    font-size:9px;
  }
  .coffee-card ul .more-link-item{
    display:block;
    margin-top:6px;
  }
  .more-link-item a{
    font-size:10px;
    line-height:1.18;
  }

  .blend-detail,.catuai-detail{
    padding-top:58px;
    padding-bottom:58px;
  }
  .blend-notes{
    gap:8px;
  }
  .blend-notes div{
    min-height:auto;
    padding:14px;
  }
  .blend-notes span{
    font-size:8px;
    letter-spacing:.09em;
    margin-bottom:8px;
  }
  .blend-notes strong{
    font-size:13px;
    line-height:1.15;
  }
}

@media(max-width:420px){
  .brand-copy strong{font-size:14px;}
  .brand-copy span{font-size:7px;}
  .nav-cta{min-width:128px;font-size:10px;}
  .hero{
    padding-top:100px;
  }
  .hero h1{
    font-size:23px;
    max-width:320px;
  }
  .hero-text{
    font-size:12px;
    max-width:330px;
  }
  .coffee-shop{
    padding-top:29vh;
  }
  .coffee-grid{
    margin-top:15vh;
    gap:24px;
  }
  .coffee-card{
    grid-template-columns:40% 60%;
    min-height:37vh;
    padding:10px;
    column-gap:10px;
  }
  .reserve-coffee{grid-template-columns:60% 40%;}
  .coffee-card h3{font-size:16px;}
  .coffee-card .coffee-notes{font-size:10px;}
  .coffee-card ul li{font-size:9px;}
  .price-block strong{font-size:17px;}
  .more-link-item a{font-size:9px;}
  .blend-notes strong{font-size:12px;}
}

@media(max-height:720px) and (max-width:680px){
  .hero{min-height:calc(100vh - 96px);padding-top:100px;}
  .hero h1{font-size:26px;max-width:310px;}
  .hero-text{font-size:12px;max-width:310px;}
  .hero-actions{margin-top:18px;}
  .coffee-shop{padding-top:26vh;}
  .coffee-grid{margin-top:12vh;}
  .coffee-card{min-height:34vh;}
  .coffee-hero{min-height:21vh;max-height:25vh;}
}


/* Premium product-card redesign inspired by the approved mobile mockup */
.coffee-shop-premium{
  padding:82px 6vw 92px;
  background:linear-gradient(180deg,#fbf7ee 0%,#f4efe2 100%);
}
.premium-coffee-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}
.premium-product-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(320px,.9fr) 1fr;
  align-items:center;
  gap:34px;
  min-height:auto;
  padding:32px;
  border:1.5px solid rgba(199,155,69,.55);
  border-radius:28px;
  background:
    radial-gradient(circle at 24% 44%,rgba(199,155,69,.08),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,241,.9));
  box-shadow:0 22px 50px rgba(37,31,20,.09);
}
.premium-product-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.26;
  background:
    radial-gradient(ellipse at 23% 40%,rgba(199,155,69,.22),transparent 32%),
    radial-gradient(ellipse at 77% 45%,rgba(199,155,69,.13),transparent 34%);
}
.reserve-coffee.premium-product-card{
  border-color:rgba(122,82,54,.32);
}
.product-image-panel{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  align-self:stretch;
  min-height:430px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(244,239,226,.16));
}
.premium-bag,
.coffee-hero.premium-bag{
  width:100%;
  height:100%;
  max-height:520px;
  margin:0;
  object-fit:contain;
  border-radius:0;
  box-shadow:none;
}
.premium-product-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
}
.product-eyebrow{
  display:block;
  margin:0 0 10px;
  font-family:Arial,sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9c7736;
}
.premium-product-card h3{
  margin:0;
  font-size:clamp(44px,5.5vw,78px);
  line-height:.92;
  letter-spacing:-.035em;
  color:var(--forest);
}
.gold-divider{
  display:flex;
  align-items:center;
  gap:12px;
  width:220px;
  margin:24px 0 22px;
  color:var(--gold);
}
.gold-divider::before,
.gold-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:rgba(199,155,69,.78);
}
.gold-divider span{
  width:16px;
  height:16px;
  border-radius:50%;
  background:radial-gradient(circle at 40% 40%,#d9b463,#9c7736);
  box-shadow:0 0 0 3px rgba(199,155,69,.12);
}
.premium-product-card .coffee-notes{
  margin:0 0 28px;
  max-width:460px;
  font-family:Arial,sans-serif;
  font-size:20px;
  line-height:1.45;
  color:#2c2a25;
}
.premium-price-row{
  width:100%;
  margin:0 0 22px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:36px;
}
.premium-price-row .price-block strong{
  display:block;
  font-size:50px;
  line-height:1;
  color:var(--forest);
}
.premium-price-row .price-block span{
  font-size:15px;
  color:var(--muted);
}
.weight-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-left:34px;
  min-height:54px;
  border-left:1px solid rgba(122,82,54,.18);
  font-family:Arial,sans-serif;
  font-weight:700;
  font-size:18px;
  color:#2c2a25;
}
.weight-pill::before{content:"⚖";font-size:17px;color:var(--forest)}
.more-link{
  display:inline-block;
  margin:0 0 24px;
  padding-bottom:5px;
  border-bottom:2px solid rgba(199,155,69,.5);
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight:900;
  color:var(--forest);
}
.product-buy-btn,
.premium-product-card .btn.small.product-buy-btn{
  width:100%;
  max-width:430px;
  min-height:58px;
  border:1px solid rgba(199,155,69,.9);
  border-radius:12px;
  background:linear-gradient(90deg,#1f3a27,#254f32);
  color:#fffaf1;
  font-size:14px;
  letter-spacing:.14em;
}
.mobile-break{display:none}

@media(max-width:760px){
  .coffee-shop-premium{
    padding:16px 20px 76px;
  }
  .coffee-shop-premium .coffee-heading{
    display:none;
  }
  .premium-coffee-grid{
    gap:14px;
    margin:0 auto;
  }
  .premium-product-card,
  .reserve-coffee.premium-product-card{
    display:grid;
    grid-template-columns:50% 50%;
    grid-template-areas:"image copy";
    align-items:center;
    gap:10px;
    min-height:300px;
    padding:12px;
    border-radius:20px;
  }
  .premium-product-card::before{opacity:.18}
  .product-image-panel{
    grid-area:image;
    min-height:270px;
    height:100%;
    border-radius:16px;
    overflow:hidden;
  }
  .premium-bag,
  .coffee-hero.premium-bag{
    max-height:none;
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center center;
  }
  .premium-product-copy{
    grid-area:copy;
    align-self:stretch;
    justify-content:center;
    padding:2px 2px 2px 4px;
  }
  .product-eyebrow{
    font-size:10px;
    letter-spacing:.14em;
    margin-bottom:6px;
  }
  .premium-product-card h3{
    font-size:39px;
    line-height:.88;
    letter-spacing:-.045em;
  }
  .mobile-break{display:block}
  .gold-divider{
    width:136px;
    gap:8px;
    margin:14px 0 12px;
  }
  .gold-divider span{width:12px;height:12px}
  .premium-product-card .coffee-notes{
    margin:0 0 16px;
    font-size:15px;
    line-height:1.35;
  }
  .premium-price-row{
    margin:0 0 12px;
    gap:10px;
    flex-wrap:nowrap;
  }
  .premium-price-row .price-block strong{
    font-size:33px;
  }
  .premium-price-row .price-block span{
    font-size:12px;
    line-height:1.05;
  }
  .weight-pill{
    display:none;
  }
  .more-link{
    margin:0 0 10px;
    font-size:12.5px;
    line-height:1.1;
    padding-bottom:4px;
  }
  .product-buy-btn,
  .premium-product-card .btn.small.product-buy-btn{
    max-width:none;
    width:100%;
    min-height:44px;
    border-radius:10px;
    font-size:12px;
    letter-spacing:.14em;
  }
  #blend84,#catuai{scroll-margin-top:104px;}
}

@media(max-width:420px){
  .coffee-shop-premium{
    padding-left:14px;
    padding-right:14px;
    padding-top:10px;
  }
  .premium-coffee-grid{gap:12px}
  .premium-product-card,
  .reserve-coffee.premium-product-card{
    min-height:276px;
    padding:10px;
    gap:8px;
  }
  .product-image-panel{min-height:252px}
  .premium-product-card h3{font-size:34px}
  .premium-product-card .coffee-notes{font-size:13px;margin-bottom:12px}
  .premium-price-row .price-block strong{font-size:29px}
  .premium-price-row .price-block span{font-size:10.5px}
  .more-link{font-size:11.2px;margin-bottom:8px}
  .product-buy-btn,
  .premium-product-card .btn.small.product-buy-btn{min-height:38px;font-size:10.5px}
}

@media(max-height:720px) and (max-width:760px){
  .premium-product-card,
  .reserve-coffee.premium-product-card{min-height:260px}
  .product-image-panel{min-height:236px}
  .premium-product-card h3{font-size:31px}
  .premium-product-card .coffee-notes{font-size:12px;margin-bottom:10px}
  .premium-price-row .price-block strong{font-size:27px}
  .product-buy-btn,
  .premium-product-card .btn.small.product-buy-btn{min-height:36px}
}


/* Proyecto / tres pilares premium update */
.pillars-premium{padding:90px 6vw;background:var(--paper)}
.pillar-diagram-panel{max-width:960px;margin:0 auto 34px;padding:16px;border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 18px 42px rgba(37,31,20,.08);border:1px solid rgba(122,82,54,.12)}
.pillar-diagram-panel img{display:block;width:100%;height:auto;border-radius:22px}
.pillar-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch}
.pillar-detail-grid .pillar-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid rgba(122,82,54,.12);border-radius:22px;overflow:hidden;box-shadow:0 18px 42px rgba(37,31,20,.08)}
.pillar-detail-grid .pillar-card.social{grid-column:auto}
.pillar-detail-grid .pillar-visual{height:260px}
.pillar-detail-grid .pillar-copy{flex:1;display:flex;flex-direction:column}
.pillar-detail-grid .pillar-copy a{margin-top:auto}
@media(max-width:960px){
  .pillar-detail-grid{grid-template-columns:1fr}
}

/* Equal circles + reduced top spacing for proyecto */
.pillars-premium{padding:48px 6vw 68px;}
.pillars-premium .section-heading{margin-bottom:16px;}
.pillars-premium .section-heading h2{margin-bottom:10px;}
.pillars-premium .section-heading p{max-width:760px;margin:0 auto 0;}
.pillar-diagram-panel{margin:0 auto 20px;padding:8px;}
.pillar-diagram-panel img{max-width:100%;height:auto;}
@media(max-width:960px){.pillars-premium{padding-top:32px}.pillar-diagram-panel{padding:4px;margin-bottom:14px}}


/* Interactive three-pillars diagram and extended pillar descriptions */
.pillar-diagram-map{position:relative;display:block;line-height:0}
.pillar-diagram-map img{display:block;width:100%;height:auto;border-radius:22px}
.pillar-hotspot{position:absolute;border-radius:50%;display:block;z-index:2;outline:0;transition:box-shadow .2s ease, background .2s ease, transform .2s ease}
.pillar-hotspot:hover,.pillar-hotspot:focus-visible{box-shadow:0 0 0 4px rgba(199,155,69,.35),0 0 0 10px rgba(31,58,39,.14);background:rgba(255,255,255,.05);transform:scale(1.015)}
.hotspot-quality{left:34.4%;top:5.7%;width:31.2%;height:28.7%}
.hotspot-environment{left:6.2%;top:62.3%;width:31.2%;height:28.7%}
.hotspot-social{left:62.6%;top:62.3%;width:31.2%;height:28.7%}
.pillar-summary-grid{margin-top:22px}
.pillar-summary-card,.pillar-extended-card{scroll-margin-top:120px}
.pillar-summary-card:target,.pillar-extended-card:target{box-shadow:0 0 0 3px rgba(199,155,69,.34),0 20px 44px rgba(37,31,20,.11)}
.pillar-summary-card .pillar-copy p{min-height:112px}
.pillar-extended-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:980px;margin:32px auto 0}
.pillar-extended-card{background:rgba(255,255,255,.88);border:1px solid rgba(122,82,54,.13);border-left:6px solid var(--gold);border-radius:22px;padding:30px 34px;box-shadow:0 18px 42px rgba(37,31,20,.07)}
.pillar-extended-card h3{font-size:34px;line-height:1.08;margin:10px 0 14px;color:var(--forest)}
.pillar-extended-card p{font-family:Arial,sans-serif;font-size:16px;line-height:1.75;color:#3a352d;margin:0}
@media(max-width:960px){
  .pillar-summary-card .pillar-copy p{min-height:auto}
  .pillar-extended-card{padding:24px 22px}
  .pillar-extended-card h3{font-size:28px}
  .pillar-summary-card,.pillar-extended-card{scroll-margin-top:96px}
}

/* Process section: Del bosque a tu taza */
.process-section{
  background:var(--paper);
  padding-bottom:82px;
  scroll-margin-top:110px;
}
.process-hero{
  min-height:340px;
  display:flex;
  align-items:center;
  padding:70px 6vw;
  color:var(--white);
  background:
    linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.52) 42%,rgba(0,0,0,.06) 100%),
    url("assets/process-hero-forest.jpg") center/cover no-repeat;
}
.process-hero-copy{max-width:560px}
.process-hero .section-kicker{color:var(--gold)}
.process-hero h2{
  color:var(--white);
  font-size:clamp(42px,5vw,72px);
  line-height:.98;
  margin:12px 0 20px;
}
.process-hero p{
  font-family:Arial,sans-serif;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,250,241,.94);
  max-width:560px;
}
.process-hero-copy::after{
  content:"";
  display:block;
  width:120px;
  height:2px;
  margin-top:24px;
  background:var(--gold);
}

.process-steps{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  max-width:1500px;
  margin:-22px auto 34px;
  padding:0 3vw;
}
.process-steps::before{
  content:"";
  position:absolute;
  top:23px;
  left:5vw;
  right:5vw;
  height:2px;
  background:rgba(199,155,69,.55);
  z-index:-1;
}
.process-step-card{
  position:relative;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(122,82,54,.14);
  border-radius:16px;
  padding:38px 14px 18px;
  box-shadow:0 18px 38px rgba(37,31,20,.06);
}
.process-number{
  position:absolute;
  top:-22px;
  left:50%;
  transform:translateX(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--gold);
  color:var(--white);
  font-family:Arial,sans-serif;
  font-weight:900;
  font-size:14px;
  letter-spacing:.04em;
  box-shadow:0 12px 25px rgba(37,31,20,.12);
}
.process-step-card h3{
  color:var(--forest);
  font-size:22px;
  text-align:center;
  margin:0 0 14px;
}
.process-step-card img{
  width:100%;
  height:132px;
  object-fit:cover;
  border-radius:10px;
  display:block;
  margin-bottom:14px;
}
.process-step-card p{
  font-family:Arial,sans-serif;
  color:#342f28;
  font-size:14px;
  line-height:1.45;
  margin:0 0 14px;
}
.process-step-card a{
  display:inline-block;
  font-family:Arial,sans-serif;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
}

.process-detail-intro{
  text-align:center;
  max-width:780px;
  margin:24px auto 22px;
  padding:0 6vw;
}
.process-detail-intro .ornament{color:var(--gold);display:block;margin-bottom:6px}
.process-detail-intro h3{
  margin:0;
  font-family:Arial,sans-serif;
  color:var(--forest);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:15px;
}
.process-detail-intro p{
  font-family:Arial,sans-serif;
  margin:6px 0 0;
  color:#3a352d;
}

.process-detail-list{
  max-width:1450px;
  margin:0 auto;
  padding:0 4vw;
  display:grid;
  gap:10px;
}
.process-detail-row{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:24px;
  align-items:stretch;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(122,82,54,.12);
  border-radius:16px;
  overflow:hidden;
  scroll-margin-top:118px;
  box-shadow:0 14px 32px rgba(37,31,20,.045);
}
.process-detail-row:nth-child(even){
  grid-template-columns:1.2fr 1fr;
}
.process-detail-row:nth-child(even) .process-detail-copy{
  order:2;
}
.process-detail-row:nth-child(even) img{
  order:1;
}
.process-detail-copy{
  padding:24px 26px;
}
.process-detail-copy span{
  display:inline-block;
  margin-right:12px;
  color:var(--gold);
  font-family:Arial,sans-serif;
  font-weight:900;
  font-size:24px;
}
.process-detail-copy h3{
  display:inline-block;
  margin:0 0 10px;
  color:var(--forest);
  font-size:26px;
}
.process-detail-copy p{
  font-family:Arial,sans-serif;
  color:#332f28;
  line-height:1.58;
  font-size:14px;
  margin:0;
}
.process-detail-row img{
  width:100%;
  height:100%;
  min-height:155px;
  object-fit:cover;
  display:block;
}

@media(max-width:1180px){
  .process-steps{grid-template-columns:repeat(3,1fr);row-gap:34px;margin-top:28px}
  .process-steps::before{display:none}
}
@media(max-width:760px){
  .process-hero{min-height:460px;padding:136px 24px 60px;background-position:center}
  .process-hero h2{font-size:42px}
  .process-steps{grid-template-columns:1fr;gap:34px;padding:0 22px}
  .process-step-card{display:grid;grid-template-columns:118px 1fr;gap:0 16px;align-items:start;padding:22px}
  .process-number{left:22px;top:-20px;transform:none}
  .process-step-card h3{text-align:left;margin-top:8px}
  .process-step-card img{grid-row:1 / span 4;height:132px;margin-bottom:0}
  .process-step-card p{font-size:14px}
  .process-detail-list{padding:0 22px;gap:16px}
  .process-detail-row,
  .process-detail-row:nth-child(even){grid-template-columns:1fr}
  .process-detail-row:nth-child(even) .process-detail-copy,
  .process-detail-row:nth-child(even) img{order:initial}
  .process-detail-row img{min-height:190px}
  .process-detail-copy{padding:22px}
}
@media(max-width:460px){
  .process-step-card{grid-template-columns:1fr}
  .process-step-card img{grid-row:auto;height:180px;margin-bottom:14px}
}


/* Exploration links and biodiversity design update */
.explore-band{
  display:grid;
  grid-template-columns:1.05fr repeat(5,1fr);
  gap:0;
  align-items:stretch;
  padding:0 6vw;
  background:rgba(255,250,241,.92);
  border-top:1px solid rgba(122,82,54,.12);
  border-bottom:1px solid rgba(122,82,54,.12);
}
.explore-title,.explore-item{
  min-height:98px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 24px;
  border-right:1px solid rgba(122,82,54,.14);
}
.explore-title span{font-family:Arial,sans-serif;font-size:12px;color:var(--gold);font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.explore-title strong{font-size:24px;line-height:1.05;color:var(--forest)}
.explore-item{gap:5px;font-family:Arial,sans-serif;color:#2f2a22}
.explore-item:hover{background:rgba(199,155,69,.08)}
.explore-icon{font-size:24px;line-height:1}
.explore-item strong{font-size:14px;color:var(--forest);line-height:1.15}
.explore-item small{font-size:12px;color:var(--earth);font-weight:800}
.context-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  padding:18px 6vw;
  background:var(--cream);
  border-top:1px solid rgba(122,82,54,.12);
  border-bottom:1px solid rgba(122,82,54,.12);
  font-family:Arial,sans-serif;
}
.context-links span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}
.context-links a{font-size:13px;font-weight:900;color:var(--forest);padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.55)}
.context-links a:hover{background:rgba(199,155,69,.18)}
.biodiversity-living{position:relative;background:var(--paper);scroll-margin-top:110px}
.anchor-alias{position:absolute;top:-120px}
.biodiversity-hero-panel{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  min-height:520px;
  background:var(--forest);
  color:var(--white);
}
.biodiversity-copy{padding:76px 6vw 70px;display:flex;flex-direction:column;justify-content:center}
.biodiversity-copy h2{font-size:clamp(36px,4.8vw,68px);line-height:1.02;margin:12px 0 20px;color:var(--white)}
.biodiversity-copy p{font-family:Arial,sans-serif;font-size:17px;line-height:1.65;color:rgba(255,250,241,.88);max-width:660px}
.biodiversity-copy .btn{align-self:flex-start;margin-top:22px}
.biodiversity-photo{background:linear-gradient(90deg,rgba(31,58,39,.35),rgba(31,58,39,.02)),url("assets/process-shade-wide.jpg") center/cover no-repeat;min-height:420px}
.biodiversity-practice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:1320px;
  margin:0 auto;
  padding:42px 6vw;
  gap:0;
}
.biodiversity-practice-grid article{
  min-height:195px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(122,82,54,.13);
  padding:30px;
}
.biodiversity-practice-grid article:nth-child(1){border-radius:18px 0 0 0}
.biodiversity-practice-grid article:nth-child(3){border-radius:0 18px 0 0}
.biodiversity-practice-grid article:nth-child(4){border-radius:0 0 0 18px}
.biodiversity-practice-grid article:nth-child(6){border-radius:0 0 18px 0}
.biodiversity-practice-grid span{display:inline-block;color:var(--gold);font-family:Arial,sans-serif;font-size:14px;font-weight:900;letter-spacing:.08em;margin-bottom:14px}
.biodiversity-practice-grid h3{margin:0 0 10px;color:var(--forest);font-size:25px;line-height:1.1}
.biodiversity-practice-grid p{font-family:Arial,sans-serif;font-size:14px;line-height:1.55;color:#3a352d;margin:0}
.corridor-panel{
  margin:0 6vw 44px;
  padding:42px;
  border-radius:24px;
  background:linear-gradient(120deg,rgba(31,58,39,.94),rgba(31,58,39,.72)),url("assets/process-hero-forest.jpg") center/cover no-repeat;
  color:var(--white);
}
.corridor-panel h3{font-size:clamp(28px,3vw,44px);line-height:1.08;margin:12px 0 14px;color:var(--white)}
.corridor-panel p{font-family:Arial,sans-serif;font-size:16px;line-height:1.7;color:rgba(255,250,241,.9);max-width:900px}
.species-showcase{padding:26px 6vw 70px;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}
.species-intro{background:var(--cream);border-radius:22px;padding:34px;border:1px solid rgba(122,82,54,.12)}
.species-intro h3{font-size:34px;line-height:1.05;margin:12px 0 14px;color:var(--forest)}
.species-intro p{font-family:Arial,sans-serif;line-height:1.65;color:#3a352d}
.species-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.species-cards article{background:#fff;border:1px solid rgba(122,82,54,.12);border-radius:18px;padding:22px;box-shadow:0 14px 30px rgba(37,31,20,.05)}
.species-cards strong{display:block;font-size:18px;color:var(--forest);margin-bottom:8px}
.species-cards span{font-family:Arial,sans-serif;font-size:14px;line-height:1.5;color:#3a352d}
.footer-expanded{grid-template-columns:1.3fr 1fr 1fr 1fr}
.footer-context{background:var(--paper)}
@media(max-width:1100px){
  .explore-band{grid-template-columns:repeat(2,1fr);padding:0 4vw}
  .explore-title{grid-column:1/-1;min-height:74px;text-align:center;align-items:center}
  .biodiversity-hero-panel,.species-showcase{grid-template-columns:1fr}
  .biodiversity-photo{min-height:320px;order:-1}
  .biodiversity-practice-grid{grid-template-columns:repeat(2,1fr)}
  .footer-expanded{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .explore-band{grid-template-columns:1fr;padding:0 20px}
  .explore-title,.explore-item{border-right:0;border-bottom:1px solid rgba(122,82,54,.14);min-height:78px;padding:16px 10px}
  .biodiversity-copy{padding:48px 22px}
  .biodiversity-copy h2{font-size:39px}
  .biodiversity-practice-grid{grid-template-columns:1fr;padding:28px 22px;gap:14px}
  .biodiversity-practice-grid article,.biodiversity-practice-grid article:nth-child(n){border-radius:16px}
  .corridor-panel{margin:0 22px 30px;padding:28px}
  .species-showcase{padding:22px 22px 52px}
  .species-cards{grid-template-columns:1fr}
  .footer-expanded{grid-template-columns:1fr}
}


/* Home mini coffee cards */
.home-coffee-mini{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;align-items:stretch;padding:28px 6vw;background:linear-gradient(180deg,#fbf7ee 0%,#f4efe2 100%);border-bottom:1px solid rgba(122,82,54,.12)}
.mini-coffee-intro{display:flex;flex-direction:column;justify-content:center;padding:18px 0}
.mini-coffee-intro h2{font-size:clamp(26px,3vw,42px);line-height:1.03;margin:8px 0 0;color:var(--forest)}
.mini-coffee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.mini-coffee-card{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;background:rgba(255,255,255,.82);border:1px solid rgba(122,82,54,.14);border-radius:20px;padding:16px;box-shadow:0 14px 30px rgba(37,31,20,.06);transition:transform .18s ease, box-shadow .18s ease}
.mini-coffee-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(37,31,20,.1)}
.mini-coffee-card img{width:100%;height:130px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.18))}
.mini-coffee-card span{display:block;font-family:Arial,sans-serif;color:var(--gold);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}
.mini-coffee-card strong{display:block;color:var(--forest);font-size:24px;line-height:1.05}
.mini-coffee-card p{font-family:Arial,sans-serif;font-size:14px;line-height:1.35;margin:8px 0;color:#3a352d}
.mini-coffee-card small{font-family:Arial,sans-serif;color:var(--earth);font-weight:900;text-transform:uppercase;letter-spacing:.04em}

/* Species cards with real photos */
.species-photo-cards{grid-template-columns:repeat(3,1fr)}
.species-photo-cards article{padding:0;overflow:hidden;display:flex;flex-direction:column}
.species-photo-cards article img{width:100%;height:178px;object-fit:cover;display:block;background:#e8dfcf}
.species-photo-cards article div{padding:18px 20px 20px}
.species-photo-cards strong{font-size:20px;margin-bottom:4px}
.species-photo-cards em{display:block;font-family:Arial,sans-serif;font-size:13px;font-style:italic;color:var(--earth);margin-bottom:8px}
.species-photo-cards span{display:block}

@media(max-width:960px){
  .home-coffee-mini{grid-template-columns:1fr;padding:24px 4vw}
  .mini-coffee-grid{grid-template-columns:1fr}
  .species-photo-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .home-coffee-mini{padding:20px}
  .mini-coffee-card{grid-template-columns:86px 1fr;padding:14px;gap:14px}
  .mini-coffee-card img{height:105px}
  .mini-coffee-card strong{font-size:20px}
  .species-photo-cards{grid-template-columns:1fr}
}

/* Update: traceability QR + biodiversity commitment */
.biodiversity-commitment-panel{
  margin:0 6vw 36px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:stretch;
  background:linear-gradient(135deg,rgba(31,58,39,.96),rgba(81,106,61,.9));
  color:var(--white);
  border-radius:28px;
  padding:36px;
  box-shadow:0 20px 48px rgba(37,31,20,.16);
}
.biodiversity-commitment-panel h3{
  font-size:clamp(28px,3.5vw,46px);
  line-height:1.04;
  margin:10px 0 16px;
  color:var(--white);
}
.biodiversity-commitment-panel p{
  font-family:Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,250,241,.9);
  margin:0;
}
.biodiversity-commitment-panel ul{
  margin:0;
  padding:26px 28px;
  border-radius:22px;
  background:rgba(255,250,241,.1);
  border:1px solid rgba(255,250,241,.16);
  font-family:Arial,sans-serif;
  line-height:1.65;
}
.biodiversity-commitment-panel li{margin-bottom:9px}
.qr.qr-live{
  width:136px;
  height:136px;
  padding:10px;
  background:var(--white);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.qr.qr-live img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.light-link{color:var(--gold);margin-top:14px}
@media(max-width:900px){
  .biodiversity-commitment-panel{grid-template-columns:1fr;margin:0 20px 28px;padding:28px}
  .traceability{align-items:flex-start}
}


/* ===== July 2026 refinement update ===== */
/* Explore band: remove icons and focus on text */
.explore-band{grid-template-columns:1.05fr repeat(5,1fr);background:rgba(255,250,241,.95)}
.explore-item{gap:8px;align-items:flex-start}
.explore-item strong{font-size:15px;line-height:1.2}
.explore-item small{font-size:12px;letter-spacing:.01em}
.explore-icon{display:none!important}

/* Three pillars: balanced live diagram */
.pillar-diagram-panel{max-width:1100px;padding:18px 18px 22px;border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 20px 46px rgba(37,31,20,.08)}
.pillar-diagram-live{position:relative;min-height:760px;border-radius:24px;background:linear-gradient(180deg,#f8f4eb 0%,#f5f0e5 100%);overflow:hidden}
.pillar-diagram-live::before{content:"";position:absolute;inset:18px;border:1px solid rgba(199,155,69,.22);border-radius:20px;pointer-events:none}
.pillar-connections{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}
.pillar-connections line{stroke:rgba(199,155,69,.9);stroke-width:0.45;stroke-linecap:round;stroke-dasharray:1.4 1.4}
.pillar-node{position:absolute;display:block;border-radius:50%;z-index:2;transition:transform .2s ease, box-shadow .2s ease}
.pillar-node img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 16px 34px rgba(37,31,20,.14)}
.pillar-node:hover,.pillar-node:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 0 0 4px rgba(199,155,69,.28)}
.pillar-node-quality{width:220px;height:220px;left:50%;top:6.5%;transform:translateX(-50%)}
.pillar-node-center{width:146px;height:146px;left:50%;top:50%;transform:translate(-50%,-50%)}
.pillar-node-environment{width:220px;height:220px;left:13%;bottom:7.5%}
.pillar-node-social{width:220px;height:220px;right:13%;bottom:7.5%}
.pillar-node-quality:hover,.pillar-node-quality:focus-visible{transform:translateX(-50%) translateY(-2px) scale(1.02)}
.pillar-node-center:hover,.pillar-node-center:focus-visible{transform:translate(-50%,-50%) translateY(-2px) scale(1.02)}
@media(max-width:980px){
  .pillar-diagram-live{min-height:640px}
  .pillar-node-quality,.pillar-node-environment,.pillar-node-social{width:180px;height:180px}
  .pillar-node-center{width:120px;height:120px}
}
@media(max-width:760px){
  .pillar-diagram-live{min-height:700px}
  .pillar-node-quality{top:5%;width:170px;height:170px}
  .pillar-node-center{width:112px;height:112px;top:45%}
  .pillar-node-environment{width:170px;height:170px;left:8%;bottom:8%}
  .pillar-node-social{width:170px;height:170px;right:8%;bottom:8%}
}
@media(max-width:560px){
  .pillar-diagram-live{min-height:590px}
  .pillar-node-quality,.pillar-node-environment,.pillar-node-social{width:134px;height:134px}
  .pillar-node-center{width:92px;height:92px}
}

/* Coffee detail sections: richer premium layout */
.blend-detail,.catuai-detail{grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);gap:38px;align-items:start;padding:88px 6vw 80px}
.blend-copy{background:rgba(255,255,255,.62);border:1px solid rgba(122,82,54,.12);border-radius:28px;padding:34px 34px 30px;box-shadow:0 16px 36px rgba(37,31,20,.05)}
.blend-copy h2{font-size:clamp(34px,4vw,56px);line-height:1.02;margin:8px 0 18px}
.blend-copy p{font-size:17px;line-height:1.72;max-width:620px}
.blend-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:transparent}
.blend-notes > div{position:relative;min-height:200px;padding:28px 28px 30px;border-radius:24px;border:1px solid rgba(199,155,69,.26);background:linear-gradient(180deg,#fff 0%,#fcfaf5 100%);box-shadow:0 20px 40px rgba(37,31,20,.06);overflow:hidden}
.blend-notes > div::before{content:"";display:block;width:88px;height:2px;background:rgba(199,155,69,.85);margin:10px 0 18px}
.blend-notes > div::after{content:"";position:absolute;right:18px;bottom:14px;width:72px;height:72px;background:url("assets/pacha-ruru-logo-mark.png") center/contain no-repeat;opacity:.08}
.blend-notes > div:nth-child(2)::after{width:86px;height:86px;opacity:.06}
.blend-notes > div:nth-child(3)::after{width:98px;height:98px;opacity:.05}
.blend-notes > div:nth-child(4)::after{width:82px;height:82px;opacity:.07}
.blend-notes span{display:block;font-family:Arial,sans-serif;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:0}
.blend-notes strong{display:block;font-size:22px;line-height:1.18;color:var(--forest);max-width:92%}
@media(max-width:980px){
  .blend-detail,.catuai-detail{grid-template-columns:1fr;gap:22px}
  .blend-notes > div{min-height:180px}
}
@media(max-width:640px){
  .blend-copy{padding:26px 22px 22px}
  .blend-notes{grid-template-columns:1fr}
  .blend-notes > div{min-height:auto;padding:24px 22px 24px}
}

/* Cleaner process hero using one real image */
.process-section{padding-bottom:86px}
.process-hero{max-width:1320px;margin:0 auto 0;border-radius:30px;overflow:hidden;min-height:430px;padding:72px 6vw;color:var(--white);background:linear-gradient(90deg,rgba(16,30,21,.84) 0%,rgba(16,30,21,.58) 44%,rgba(16,30,21,.16) 100%), url("assets/process-soil-wide.jpg") center/cover no-repeat}
.process-hero-copy{max-width:700px}
.process-hero h2{font-size:clamp(48px,6vw,82px);line-height:.98;margin:12px 0 18px;color:var(--white)}
.process-hero p{font-family:Arial,sans-serif;font-size:18px;line-height:1.65;color:rgba(255,248,235,.92);max-width:640px}
@media(max-width:760px){
  .process-hero{min-height:360px;padding:54px 24px;border-radius:22px;background-position:center}
  .process-hero h2{font-size:44px}
}

/* Biodiversity corridor panel: one clear image */
.corridor-panel{margin:0 6vw 44px;padding:44px;border-radius:28px;background:linear-gradient(90deg,rgba(21,48,30,.88) 0%,rgba(21,48,30,.66) 50%,rgba(21,48,30,.22) 100%), url("assets/process-shade-wide.jpg") center/cover no-repeat;box-shadow:0 18px 42px rgba(37,31,20,.08)}
.corridor-panel .section-kicker{color:#e0b55d}
.corridor-panel h3{max-width:880px;font-size:clamp(30px,4vw,56px);line-height:1.02}
.corridor-panel p{max-width:930px;font-size:17px;line-height:1.72}
@media(max-width:700px){
  .corridor-panel{margin:0 22px 30px;padding:30px;border-radius:22px}
}


/* Updated three pillars design using balanced composite image */
.pillar-diagram-panel{max-width:1380px;padding:18px 18px 22px;border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 20px 46px rgba(37,31,20,.08)}
.pillar-diagram-image-wrap{position:relative;max-width:1280px;margin:0 auto;line-height:0}
.pillar-diagram-image{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 12px 28px rgba(37,31,20,.08)}
.pillar-hotspot{position:absolute;display:block;border-radius:50%;background:rgba(255,255,255,0);outline:none}
.pillar-hotspot:focus-visible,.pillar-hotspot:hover{box-shadow:0 0 0 4px rgba(199,155,69,.35) inset, 0 0 0 4px rgba(199,155,69,.28)}
/* based on 1448x1086 source image */
.hotspot-top{left:39.6%;top:6.8%;width:21.2%;height:30.0%}
.hotspot-center{left:40.8%;top:41.0%;width:18.4%;height:26.0%}
.hotspot-left{left:12.7%;top:58.0%;width:24.3%;height:30.5%}
.hotspot-right{left:63.1%;top:58.0%;width:24.3%;height:30.5%}
@media(max-width:760px){
  .pillar-diagram-panel{padding:10px;border-radius:20px}
  .pillar-diagram-image{border-radius:16px}
}


/* ===== Final polish: process cards, product detail cards, mobile spacing ===== */
/* Process top cards now act as visual summaries, without repeated "Saber más" links */
.process-step-card{padding-bottom:24px;}
.process-step-card p{margin-bottom:0;}
.process-step-card a{display:none!important;}
.process-detail-intro{margin-top:34px;}

/* Premium product details: specialty-coffee profile card feel */
.premium-detail{position:relative;overflow:hidden;}
.premium-detail::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 10%,rgba(199,155,69,.10),transparent 24%),radial-gradient(circle at 88% 20%,rgba(31,58,39,.055),transparent 26%);}
.premium-detail .blend-copy,.premium-detail .blend-notes{position:relative;z-index:1;}
.premium-detail .blend-copy{border:1px solid rgba(199,155,69,.18);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,250,241,.70));}
.premium-detail .blend-copy .section-kicker{display:inline-flex;align-items:center;gap:12px;}
.premium-detail .blend-copy .section-kicker::after{content:"";display:inline-block;width:72px;height:1px;background:rgba(199,155,69,.80);}
.premium-detail .blend-notes{gap:20px;}
.premium-detail .blend-notes > div{min-height:190px;border:1px solid rgba(199,155,69,.32);background:linear-gradient(180deg,#fffdf8 0%,#fbf6ec 100%);box-shadow:0 22px 44px rgba(37,31,20,.075);}
.premium-detail .blend-notes > div:hover{transform:translateY(-2px);box-shadow:0 26px 52px rgba(37,31,20,.09);}
.premium-detail .blend-notes span{font-size:12px;letter-spacing:.18em;color:#c39232;}
.premium-detail .blend-notes strong{font-size:clamp(21px,2.2vw,30px);line-height:1.12;}
.premium-detail .blend-notes > div::before{content:"";display:block;width:96px;height:2px;background:linear-gradient(90deg,rgba(199,155,69,.95),rgba(199,155,69,.08));margin:8px 0 20px;}
.premium-detail .blend-notes > div::after{content:"";position:absolute;right:18px;bottom:16px;width:86px;height:86px;background:url("assets/pacha-ruru-logo-mark.png") center/contain no-repeat;opacity:.055;}

/* Mobile quality checks */
@media(max-width:760px){
  .hero{padding-top:120px;}
  .explore-band{position:relative;z-index:2;}
  .pillar-diagram-panel{margin-left:0;margin-right:0;}
  .pillar-diagram-image-wrap{overflow:hidden;border-radius:18px;}
  .pillar-diagram-image{min-height:0;object-fit:contain;}
  .process-hero{margin-left:18px;margin-right:18px;}
  .process-step-card{padding-bottom:22px;}
  .premium-detail .blend-notes{gap:14px;}
  .premium-detail .blend-notes > div{min-height:auto;}
  .floating-whatsapp{right:18px;bottom:18px;}
}
@media(max-width:480px){
  .premium-detail .blend-notes strong{font-size:22px;}
  .process-hero h2{font-size:38px;}
  .process-hero p{font-size:15px;}
}


/* PWA install instructions */
.install-app-section{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:stretch;
  padding:54px 6vw;
  background:linear-gradient(135deg,#f8f4eb 0%,#efe5d0 100%);
  border-top:1px solid rgba(122,82,54,.13);
  border-bottom:1px solid rgba(122,82,54,.13);
}
.install-app-copy{
  border-radius:26px;
  padding:34px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(122,82,54,.12);
  box-shadow:0 16px 34px rgba(37,31,20,.05);
}
.install-app-copy h2{
  font-size:clamp(34px,4vw,56px);
  line-height:1.02;
  margin:10px 0 16px;
  color:var(--forest);
}
.install-app-copy p{
  font-family:Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#3a352d;
  margin:0;
}
.install-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.install-steps article{
  position:relative;
  border-radius:24px;
  padding:32px 28px;
  background:#fff;
  border:1px solid rgba(199,155,69,.24);
  box-shadow:0 18px 40px rgba(37,31,20,.055);
  overflow:hidden;
}
.install-steps article::after{
  content:"";
  position:absolute;
  right:18px;
  bottom:14px;
  width:86px;
  height:86px;
  background:url("assets/app-icon-192.png") center/contain no-repeat;
  opacity:.08;
}
.install-steps strong{
  display:block;
  font-size:30px;
  line-height:1.05;
  color:var(--forest);
  margin-bottom:14px;
}
.install-steps span{
  display:block;
  font-family:Arial,sans-serif;
  font-size:15px;
  line-height:1.6;
  color:#3a352d;
  max-width:340px;
}
@media(max-width:900px){
  .install-app-section{grid-template-columns:1fr;padding:40px 22px;gap:18px}
  .install-steps{grid-template-columns:1fr}
  .install-app-copy,.install-steps article{border-radius:20px;padding:26px 22px}
}
